emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget updated (148262c -> 5e1d5ef)


From: Joakim Verona
Subject: [Emacs-diffs] xwidget updated (148262c -> 5e1d5ef)
Date: Sun, 08 Feb 2015 22:14:12 +0000

jave pushed a change to branch xwidget.

      from  148262c   xwgir components now accept constructor args
      adds  4188e3c   Avoid the error when computing top-level indentation.
      adds  683d4b6   * lisp/progmodes/python.el: Preserve compatibility with 
Emacs-24
      adds  742938f   lisp/gnus/gnus-sum.el (gnus-select-newsgroup): nnimap 
group selection fix
      adds  dfa6766   doc/misc/gnus.texi (Support for IMAP Extensions): 
Document Gmail labels
      adds  a68786d   etc/GNUS-NEWS: Nore X-GM-LABELS
      adds  2c6d035   [Gnus] Make `M-g' in the group buffer work again
      adds  f518a38   lisp/gnus/nnimap.el (nnimap-request-group-scan): Further 
`M-g' group fixes
      adds  586b2b1   doc/misc/ChangeLog: Add missing entry
      adds  4f6901c   lisp/gnus/gnus-sum.el (gnus-extra-headers): Add 
X-GM-LABELS
      adds  df1e4ea   lisp/gnus/mail-source.el (mail-source-call-script): Pop 
up an error buffer if a mail script fails
      adds  ca25231   doc/misc/auth.texi (Multiple GMail accounts with Gnus): 
Add FAQ
      adds  ff7072d   lisp/gnus/gnus-start.el: always check newsrc timestamp 
when saving it
      adds  49aa3a1   Remove recently added BUFFER arg of 
`window-text-pixel-size'.
      adds  14500c8   * lisp/doc-view.el: Add some comments about desktop 
support
      adds  ab51cc7   * lisp/delsel.el: Deprecate the `kill' option.  Use 
lexical-binding.
      adds  10927c1   * lisp/emulation/viper.el: A couple of docstring format 
tweaks
      adds  649e21f   * doc/misc/auth.texi (Multiple GMail accounts with Gnus): 
Markup fix.
      adds  55eb728   help-fns.el (describe-function-or-variable): New function 
on `C-h o'
      adds  ad5a7c8   Add (:documentation <form>) for dynamically-generated 
docstrings
      adds  72229f1   * lisp/emacs-lisp/eieio*.el: Use (:documentation ...) 
feature
      adds  f069028   Merge branch 'dynamic-docstrings' into trunk
      adds  6aa04a5   * lisp/json.el (json-end-of-file): New error.
      adds  8c80eb4   * lisp/textmodes/css-mode.el: Handle variable 
interpolation
      adds  6b1d711   * lisp/textmodes/css-mode.el: Handle hyphenated vars
      adds  3c5ac25   emacs-lisp/package.el (package-menu-execute): Delete 
packages in order.
      adds  c03deb4   automated/package-test.el (package-test-get-deps): Fix 
typo.
      adds  de840e4   automated/package-test.el 
(package-test-sort-by-dependence): New test
      adds  b2c4997   emacs-lisp/package.el (package-menu-mark-install): Mark 
dependency.
      adds  a844b94   emacs-lisp/package.el (package-delete): Don't always 
delesect.
      adds  f4d7de6   emacs-lisp/package.el: Add missing (require 'subr-x)
      adds  bc49965   Respect the :end-of-capability setting
      adds  3fc745d   Fix json error-definition condition build error
      adds  57abaae   net/ldap.el (ldap-search-internal): Fix docstring
      adds  e14961f   image-mode.el (image-kill-buffer): New command bound to k.
      adds  5c9ad35   doc-view.el (doc-view-kill-proc-and-buffer): Obsolete.
      adds  05211a5   Add seq-mapcat
      adds  c4a0eff   Add seq-partition and seq-group-by
      adds  58c0981   Better docstring for seq.el functions
      adds  7eb2077   Add documentation for seq-mapcat, seq-partition and 
seq-group-by
      adds  fa7f79e   (vc-cvs-dir-status-files): Don't pass DIR to 
`vc-cvs-command'
      adds  66e6398   Make vc-test-svn03-working-revision pass
      adds  cf498e5   Remove no-longer-used cursor_in_echo_area code
      adds  d165578   Try to improve handling of fullwidth/-height frames.
      adds  86c50b9   * lisp/progmodes/python.el (python-check-custom-command): 
Do not use defvar-local for compat with Emacs<24.3.
      adds  2d467a0   Fix hideshow integration.
      adds  2155973   python.el: Keep eldoc visible while typing args.
      adds  b480a6a   Fix attribution in previous commit
      adds  52df70a   python.el: Make shell font-lock respect markers.
      adds  67dfbd6   python.el: Fix shell font-lock multiline input.
      adds  dcec731   python.el: Fix completion-at-point.
      adds  60f8214   * src/data.c (Findirect_function): Don't signal an error
      adds  1a489c1   lisp/outline.el (outline-show-entry): Fix one invisible 
char
      adds  dd2aa93   Fix a thinko in frame-parameter  (Bug#19802)
      adds  61320cc   Minor tweaks to frame_size_history_add
      adds  97cb255   newcomment.el (comment-line): New command on C-x C-;.
      adds  64bdc0e   NEWS: Document `comment-line'.
      adds  19ee787   subr.el (apply-partially): Use lexical binding.
      adds  dbde138   configure --with-gameuser now defaults to games group.
      adds  7d631aa   newcomment.el (comment-line): Fix missing paren.
       new  5e1d5ef   merge master


Summary of changes:
 ChangeLog                       |    5 +
 configure.ac                    |   13 +--
 doc/lispref/ChangeLog           |   10 ++
 doc/lispref/display.texi        |    9 +-
 doc/lispref/sequences.texi      |   47 ++++++-
 doc/misc/ChangeLog              |   17 +++
 doc/misc/auth.texi              |   22 +++
 doc/misc/gnus.texi              |   24 ++++
 etc/ChangeLog                   |    4 +
 etc/GNUS-NEWS                   |    2 +
 etc/NEWS                        |    8 +-
 lisp/ChangeLog                  |  202 +++++++++++++++++++++++++++-
 lisp/bindings.el                |    1 +
 lisp/delsel.el                  |   17 +--
 lisp/doc-view.el                |   17 ++-
 lisp/emacs-lisp/bytecomp.el     |   59 +++++---
 lisp/emacs-lisp/cconv.el        |   31 +++-
 lisp/emacs-lisp/eieio-base.el   |    3 +-
 lisp/emacs-lisp/eieio-compat.el |    7 +-
 lisp/emacs-lisp/eieio-core.el   |   43 +++---
 lisp/emacs-lisp/package.el      |   60 ++++++++-
 lisp/emacs-lisp/seq.el          |   55 ++++++--
 lisp/emulation/viper-cmd.el     |    4 +-
 lisp/emulation/viper-keym.el    |    8 +-
 lisp/faces.el                   |    3 +-
 lisp/frame.el                   |   23 +++-
 lisp/gnus/ChangeLog             |   30 ++++
 lisp/gnus/gnus-int.el           |    2 +-
 lisp/gnus/gnus-start.el         |   34 ++---
 lisp/gnus/gnus-sum.el           |    6 +-
 lisp/gnus/mail-source.el        |   15 ++-
 lisp/gnus/nnimap.el             |   65 +++++-----
 lisp/help-fns.el                |   31 ++++
 lisp/help-mode.el               |    9 +-
 lisp/help.el                    |    2 +
 lisp/image-mode.el              |    6 +
 lisp/json.el                    |    6 +-
 lisp/net/ldap.el                |    4 +-
 lisp/net/network-stream.el      |    6 +-
 lisp/newcomment.el              |   32 +++++
 lisp/outline.el                 |    7 +-
 lisp/play/gamegrid.el           |   20 ++--
 lisp/progmodes/python.el        |  288 ++++++++++++++++++++++-----------------
 lisp/subr.el                    |    7 +-
 lisp/textmodes/css-mode.el      |   11 +-
 lisp/vc/vc-cvs.el               |    2 +-
 src/ChangeLog                   |  126 ++++++++++++++++-
 src/data.c                      |    5 -
 src/dispnew.c                   |  135 ++++++++-----------
 src/eval.c                      |   22 +++-
 src/frame.c                     |  208 ++++++++++++++++++++---------
 src/frame.h                     |   13 +-
 src/gtkutil.c                   |  118 ++++++++++++----
 src/w32fns.c                    |   18 ++-
 src/w32term.c                   |  217 ++++++++++++-----------------
 src/widget.c                    |   39 ++----
 src/window.c                    |    2 +-
 src/xdisp.c                     |   39 ++----
 src/xfns.c                      |   16 ++-
 src/xterm.c                     |  214 +++++++++++++++++++++++------
 test/ChangeLog                  |   36 +++++-
 test/automated/package-test.el  |   28 ++++-
 test/automated/python-tests.el  |  255 ++++++++++++++++++++++++++++------
 test/automated/seq-tests.el     |   26 ++++-
 test/automated/vc-tests.el      |   14 +-
 65 files changed, 1985 insertions(+), 823 deletions(-)



reply via email to

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