emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget updated (d6ada5a -> d522fd8)


From: Joakim Verona
Subject: [Emacs-diffs] xwidget updated (d6ada5a -> d522fd8)
Date: Sun, 25 Jan 2015 20:20:08 +0000

jave pushed a change to branch xwidget.

      from  d6ada5a   Merge branch 'master' into xwidget
      adds  a17a5da   xref: Input history and minor tweaks
      adds  03346fb   xref: Replace defgeneric and defmethod with cl- 
counterparts
      adds  74244d2   Better isolate code that assumes NIL_IS_ZERO
      adds  938bca8   Avoid generating invalid usage info for pathological 
function
      adds  8dd58a2   Don't downcase system diagnostics' first letters
      adds  394b976   Spelling fix
      adds  7f4e7dd   Don't fail if chown or chgrp for 'update-game-score' is 
unsuccessful.
       new  5c1d2b0   merge master
      adds  b631bb5   Use bool for boolean in xfont.c, xftfont.c, xgselect.c
      adds  74ab488   Check exit statuses in lib-src/Makefile
      adds  d7995b1   Auto-commit of loaddefs files.
       new  5693f3d   merge master
      adds  3e35962   src/xdisp.c (init_iterator): Restore a comment lost in 
transition.
      adds  2f908e0   Re-add and fix prioritized archives test.
       new  bdd672b   Merge branch 'master' into xwidget
      adds  f02406c   Fix package tests when TMPDIR is in HOME
      adds  fd62486   * lisp/emacs-lisp/cl-generic.el (cl-no-primary-method): 
New fun and error. (cl--generic-build-combined-method): Use it.
      adds  090cbf9   Change eudc-server-hotlist from a defvar to a defcustom
      adds  0dee070   Support new-style LDAP URIs in ldap-search-internal
      adds  6dda29f   Improve eudc-inline-query-format's default value
      adds  fa9a3ca   Improve eudc-inline-expansion-format's default value
      adds  c8d2553   Ignore text properties in eudc-expand-inline
      adds  b7d2dfa   Change eudc-expansion-overwrites-query default to nil
      adds  87ff9ae   Add password-cache support to ldap.el
      adds  ea0ea90   ldap-search-internal: Send password to ldapsearch through 
a pipe
      adds  6a3a3b0   Downcase field names in LDAP results
      adds  1e1f5b9   Append LDAP wildcard character to end of search string
      adds  7860227   Do not ask the user for an LDAP base if a default has 
been provided
      adds  81d0909   Restore former eudc-expand-inline settings after a 
nonlocal exit
      adds  9006ccd   Handle nil password-cache in ldap-password-read
      adds  4a77d69   ldap-password-read: Validate password before caching it
      adds  a6d4651   Update LDAP configuration section of EUDC manual
      adds  e56e1b9   Mention binddn in LDAP credentials error message
      adds  ac5475d   lisp/net/{eudc,ldap}: Merge branch 
streamline-eudc-configuration
      adds  02cbd38   Fix a couple of AM_V_GEN bugs
      adds  bce27d8   (find-function-regexp): Don't match `defgroup'
       new  e508727   merge master
      adds  f6ef836   Use gnustep-config if available
      adds  407e6be   * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 
0 ]'.
      adds  f674464   lisp/gnus/gnus-group.el (gnus-group-suspend): Close all 
backends
      adds  c4e54f9   * lisp/emacs-lisp/cl-generic.el: Fix next-method-p test
      adds  a3689d3   Count MANY function args more reliably
       new  d522fd8   Merge branch 'master' into xwidget


Summary of changes:
 ChangeLog                      |   10 +++
 admin/ChangeLog                |    6 ++
 admin/unidata/Makefile.in      |    2 +-
 configure.ac                   |   35 +++++++---
 doc/misc/ChangeLog             |    9 ++-
 doc/misc/eudc.texi             |  130 ++++++++++++++++++++++++++++++++++--
 etc/ChangeLog                  |   10 +++
 etc/NEWS                       |    8 ++
 lib-src/ChangeLog              |   21 ++++++
 lib-src/Makefile.in            |   76 ++++++++++++++-------
 lisp/ChangeLog                 |  141 ++++++++++++++++++++++++++++++++++++++++
 lisp/emacs-lisp/bytecomp.el    |    4 +-
 lisp/emacs-lisp/cl-generic.el  |   79 ++++++++++++++--------
 lisp/emacs-lisp/eieio-core.el  |    2 +-
 lisp/emacs-lisp/eieio.el       |    4 +-
 lisp/emacs-lisp/find-func.el   |    2 +-
 lisp/erc/ChangeLog             |    5 ++
 lisp/erc/erc-dcc.el            |    3 +-
 lisp/ffap.el                   |    4 +-
 lisp/files.el                  |    2 +-
 lisp/gnus/ChangeLog            |    4 +
 lisp/gnus/gnus-group.el        |    5 ++
 lisp/help.el                   |    2 +-
 lisp/net/ange-ftp.el           |    6 +-
 lisp/net/eudc-vars.el          |   97 +++++++++++++++-------------
 lisp/net/eudc.el               |   71 ++++++++++----------
 lisp/net/eudcb-ldap.el         |   29 +++++----
 lisp/net/ldap.el               |  136 ++++++++++++++++++++++++++++++--------
 lisp/progmodes/etags.el        |    4 +-
 lisp/progmodes/xref.el         |   73 ++++++++++++---------
 lisp/url/ChangeLog             |    6 ++
 lisp/url/url-dav.el            |    6 +-
 src/ChangeLog                  |   91 ++++++++++++++++++++++++++
 src/alloc.c                    |  115 ++++++++++++++-------------------
 src/buffer.c                   |   11 +--
 src/callint.c                  |   30 +++------
 src/charset.c                  |   15 ++---
 src/chartab.c                  |    6 +-
 src/coding.c                   |  106 ++++++++++++++----------------
 src/composite.c                |   38 +++--------
 src/data.c                     |    5 +-
 src/dbusbind.c                 |    7 +--
 src/dired.c                    |   56 +++++++---------
 src/dispnew.c                  |   10 +--
 src/doc.c                      |   13 ----
 src/editfns.c                  |   53 +++++++--------
 src/emacs.c                    |    5 --
 src/eval.c                     |   28 ++++----
 src/fileio.c                   |   86 ++++++++-----------------
 src/filelock.c                 |   12 +---
 src/fns.c                      |   80 ++++++----------------
 src/font.c                     |   26 ++------
 src/fontset.c                  |   15 ++---
 src/ftfont.c                   |    8 +--
 src/gtkutil.c                  |   23 ++-----
 src/insdel.c                   |   16 ++---
 src/keyboard.c                 |   37 ++++------
 src/keymap.c                   |    5 +-
 src/lisp.h                     |   19 ++++-
 src/lread.c                    |   15 +---
 src/minibuf.c                  |   23 ++-----
 src/print.c                    |    7 +--
 src/process.c                  |   28 ++++----
 src/sound.c                    |   26 ++------
 src/term.c                     |   18 ++---
 src/window.c                   |   10 +--
 src/xdisp.c                    |   37 ++++-------
 src/xfaces.c                   |   65 +++++++++----------
 src/xfont.c                    |   16 ++---
 src/xftfont.c                  |   22 +++---
 src/xgselect.c                 |    4 +-
 src/xselect.c                  |   31 ++-------
 test/ChangeLog                 |   25 ++++++--
 test/automated/eieio-tests.el  |    2 +-
 test/automated/package-test.el |   24 ++++++-
 test/indent/shell.sh           |   16 ++--
 76 files changed, 1299 insertions(+), 978 deletions(-)



reply via email to

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