emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget updated (8a6a92f -> 2a9de01)


From: Joakim Verona
Subject: [Emacs-diffs] xwidget updated (8a6a92f -> 2a9de01)
Date: Tue, 27 Jan 2015 21:12:18 +0000

jave pushed a change to branch xwidget.

      from  8a6a92f   Improved glitch fix
       new  f93da81   added hint to webkit buffer
      adds  11a9f37   Use bool for boolean in xfns.c
      adds  49b8227   Use bool for boolean in w32fns.c
      adds  03a20dc   Use bool for boolean in w32term.c
      adds  c3d4505   * lisp/net/eww.el (eww-add-bookmark): Fix prompt
      adds  44df0a8   lisp/calculator.el (calculator-update-display): Bug fix & 
improvement.
      adds  8e39ec6   [Gnus] Make moving IMAP articles faster in large groups
      adds  f601936   [Gnus] Fixups when displaying certain attachments
      adds  8fded98   Update the etc/publicsuffix.txt file
      adds  dafb0ef   * lisp/net/shr.el (shr-make-table-1): Fix colspan typo.
      adds  242354a   lisp/gnus/nnimap.el Allow using the Google X-GM-LABELS, 
if present
      adds  4cdde91   * lisp/emacs-lisp/cl-generic.el: Add a method-combination 
hook.
      adds  a9a3d42   * lisp/emacs-lisp/cl-generic.el (cl--generic-method): New 
struct.
      adds  e912f35   * image.c (lookup_pixel_color): Reorder conditions that 
are written backwards. (x_to_xcolors): Likewise. (x_detect_edges): Likewise. 
(png_load_body): Likewise. (gif_close): Likewise. (gif_load): Likewise.
      adds  81f7fcb   * INSTALL.REPO: Mention minimum Git version.
       new  d464b0e   merge master
      adds  2639c2e   Use bool for boolean in xfaces.c
      adds  1fe087a   lisp/emacs-lisp/cl.el (cl--function-convert): Work for 
cl-flet and cl-labels
      adds  de925ab   lisp/ChangeLog (2015-01-27): Add bug#
      adds  9e0866e   [Gnus] Make nnmairix always select the correct article
      adds  4f2ca8e   lisp/gnus/nnir.el (nnir-run-imap): Enable non-ASCII IMAP 
searches
      adds  b28c81b   lisp/gnus/nnir.el Check for literal+ capability in IMAP
      adds  589094a   Port autogen.sh hook creation to Apple Git
      adds  2c3b05c   lisp/emacs-lisp/derived.el (define-derived-mode): Declare 
indent 3.
      adds  1152755   Auto-commit of loaddefs files.
      adds  98715c6   isearch.el (isearch-process-search-char): Add docstring.
      adds  3a54666   EUDC: New maintainer
      adds  c7effd7   etc/NEWS: Document EUDC improvements
      adds  bd7a1e1   minor tweaks for `python-check'
       new  2a9de01   Merge branch 'master' into xwidget


Summary of changes:
 ChangeLog                          |   16 +
 INSTALL.REPO                       |    2 +
 autogen.sh                         |    1 +
 etc/ChangeLog                      |    9 +
 etc/NEWS                           |   32 +
 etc/publicsuffix.txt               | 2745 ++++++++++++++++++++++++------------
 lisp/ChangeLog                     |   76 +
 lisp/calculator.el                 |   16 +-
 lisp/emacs-lisp/cl-generic.el      |  323 +++--
 lisp/emacs-lisp/cl.el              |   11 +-
 lisp/emacs-lisp/derived.el         |    3 +-
 lisp/emacs-lisp/eieio-compat.el    |   13 +-
 lisp/emacs-lisp/eieio-core.el      |    2 +-
 lisp/emacs-lisp/eieio-datadebug.el |   16 -
 lisp/emacs-lisp/eieio-opt.el       |   18 +-
 lisp/emacs-lisp/eieio.el           |    2 +-
 lisp/gnus/ChangeLog                |   43 +
 lisp/gnus/gnus-bcklg.el            |    4 +-
 lisp/gnus/gnus-group.el            |    4 +-
 lisp/gnus/gnus-int.el              |    8 +
 lisp/gnus/mm-decode.el             |   20 +-
 lisp/gnus/nnimap.el                |  137 ++-
 lisp/gnus/nnir.el                  |  123 +-
 lisp/gnus/nnmairix.el              |    2 +-
 lisp/isearch.el                    |    2 +
 lisp/net/eudc-bob.el               |    3 +-
 lisp/net/eudc-export.el            |    3 +-
 lisp/net/eudc-hotlist.el           |    3 +-
 lisp/net/eudc-vars.el              |    3 +-
 lisp/net/eudc.el                   |    3 +-
 lisp/net/eudcb-bbdb.el             |    3 +-
 lisp/net/eudcb-ldap.el             |    3 +-
 lisp/net/eudcb-mab.el              |    2 +-
 lisp/net/eudcb-ph.el               |    3 +-
 lisp/net/eww.el                    |   25 +-
 lisp/net/shr.el                    |    2 +-
 lisp/progmodes/python.el           |    6 +-
 lisp/xwidget.el                    |    4 +-
 src/ChangeLog                      |   97 ++
 src/dispextern.h                   |   19 +-
 src/font.c                         |    6 +-
 src/fontset.c                      |    2 +-
 src/fringe.c                       |    2 +-
 src/image.c                        |   16 +-
 src/w32fns.c                       |   79 +-
 src/w32term.c                      |  119 +-
 src/w32term.h                      |    2 +-
 src/xdisp.c                        |   22 +-
 src/xfaces.c                       |  526 ++++----
 src/xfns.c                         |  219 ++--
 src/xterm.h                        |    6 +-
 test/ChangeLog                     |   10 +
 test/automated/cl-generic-tests.el |   12 +-
 53 files changed, 3123 insertions(+), 1705 deletions(-)



reply via email to

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