emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget_mvp updated (293c6a2 -> 8a5b2d3)


From: Joakim Verona
Subject: [Emacs-diffs] xwidget_mvp updated (293c6a2 -> 8a5b2d3)
Date: Thu, 19 Mar 2015 22:39:56 +0000

jave pushed a change to branch xwidget_mvp.

      from  293c6a2   Merge branch 'master' into xwidget_mvp
      adds  7719782   Font-lock more Kernel methods as built-in
      adds  5b77d81   Separate Kernel methods with required args from those 
without
      adds  64db0c2   Discriminate between pseudo-classes and -elements
      adds  62fde9e   Add support for completion in `css-mode'
      adds  7ec63a3   Update CSS property list
      adds  41278b7   Spacing and punctuation fixes
      adds  f9e354e   Spelling and wording fixes
      adds  1a93b91   * lisp/net/browse-url.el: Omit confusing documentation.
      adds  9fdc166   Improve dynamic elisp keyword font-locking
      adds  fd93edb   Have gud-display-line not display source buffer in gud 
window.
      adds  872481d   Add classes as run-time descriptors of cl-structs.
      adds  8dfff87   * cl-generic.el (cl-generic-generalizers): Clean up after 
braindamage
      adds  cc11321   Fix --no-bitmap-icon
      adds  2fdec80   Improve indexing in Emacs manual  (Bug#20105)
      adds  ea8cab3   doc/lispref/minibuf.texi (Basic Completion): Fix a typo.  
(Bug#20108)
      adds  c43762d   Fix description of fullscreen mode on MS-Windows 
(Bug#20110).
      adds  ac85901   doc/misc/efaq-w32.texi: Remove outdated information and 
update.
      adds  14c47d3   doc/misc/efaq-w32.texi: Spell-check.
      adds  1a941d6   Fix incorrect usage of @key in the User Manual  
(Bug#20135)
      adds  81deba3   Merge from origin/emacs-24
      adds  611a479   Mark apostrophs with ?/ instead of \037 in Tramp
      adds  f469024   Use delete-char instead of delete-backward-char.
      adds  50c117f   EIEIO: Change class's representation to unify instance & 
class slots
      adds  29f7f98   Fixes: debbugs:20141
      adds  8aa13d0   * lisp/emacs-lisp/pcase.el (pcase-lambda): Rewrite.
      adds  ccf0010   Merge from gnulib
      adds  3ffcf0e   Call delete-backward-space interactively.
      adds  a68aa2e   Better port of pthread usage to FreeBSD
       new  8a5b2d3   Merge branch 'master' into xwidget_mvp


Summary of changes:
 ChangeLog                                 |   19 +
 configure.ac                              |   87 +++--
 doc/emacs/ChangeLog                       |   20 +
 doc/emacs/ack.texi                        |    2 +-
 doc/emacs/basic.texi                      |    4 +-
 doc/emacs/buffers.texi                    |    2 +-
 doc/emacs/cmdargs.texi                    |   49 ++-
 doc/emacs/display.texi                    |    4 +-
 doc/emacs/frames.texi                     |    2 +-
 doc/emacs/killing.texi                    |    2 +-
 doc/emacs/mini.texi                       |    2 +-
 doc/emacs/misc.texi                       |    2 +-
 doc/emacs/msdos-xtra.texi                 |    2 +-
 doc/emacs/msdos.texi                      |    2 +-
 doc/emacs/mule.texi                       |    2 +-
 doc/emacs/programs.texi                   |    4 +-
 doc/emacs/text.texi                       |    2 +-
 doc/emacs/trouble.texi                    |   10 +-
 doc/lispintro/emacs-lisp-intro.texi       |    6 +-
 doc/lispref/ChangeLog                     |    4 +
 doc/lispref/commands.texi                 |    6 +-
 doc/lispref/display.texi                  |    2 +-
 doc/lispref/elisp.texi                    |    4 +-
 doc/lispref/frames.texi                   |    4 +-
 doc/lispref/functions.texi                |    4 +-
 doc/lispref/internals.texi                |    2 +-
 doc/lispref/loading.texi                  |    2 +-
 doc/lispref/minibuf.texi                  |    4 +-
 doc/lispref/numbers.texi                  |    2 +-
 doc/lispref/streams.texi                  |    2 +-
 doc/lispref/text.texi                     |    4 +-
 doc/misc/ChangeLog                        |   10 +-
 doc/misc/auth.texi                        |    4 +-
 doc/misc/calc.texi                        |    2 +-
 doc/misc/cc-mode.texi                     |    4 +-
 doc/misc/efaq-w32.texi                    |  425 +++++++++-----------
 doc/misc/efaq.texi                        |   12 +-
 doc/misc/eieio.texi                       |    2 +-
 doc/misc/erc.texi                         |    6 +-
 doc/misc/eshell.texi                      |    2 +-
 doc/misc/eww.texi                         |    4 +-
 doc/misc/gnus.texi                        |    6 +-
 doc/misc/htmlfontify.texi                 |    4 +-
 doc/misc/idlwave.texi                     |    4 +-
 doc/misc/ido.texi                         |    2 +-
 doc/misc/newsticker.texi                  |    2 +-
 doc/misc/org.texi                         |    8 +-
 doc/misc/pgg.texi                         |    2 +-
 doc/misc/reftex.texi                      |    6 +-
 doc/misc/todo-mode.texi                   |    4 +-
 doc/misc/tramp.texi                       |    2 +-
 doc/misc/vhdl-mode.texi                   |    6 +-
 doc/misc/vip.texi                         |    2 +-
 doc/misc/viper.texi                       |    2 +-
 doc/misc/woman.texi                       |    2 +-
 lib/dirent.in.h                           |    2 +
 lib/{fpending.c => dirfd.c}               |   20 +-
 lib/fdopendir.c                           |   13 +-
 lib/gnulib.mk                             |   11 +
 lisp/ChangeLog                            |  160 +++++++-
 lisp/emacs-lisp/byte-run.el               |   28 +-
 lisp/emacs-lisp/cl-generic.el             |   64 ++--
 lisp/emacs-lisp/cl-macs.el                |  198 +++++----
 lisp/emacs-lisp/cl-preloaded.el           |  233 ++++++++++--
 lisp/emacs-lisp/debug.el                  |    8 +-
 lisp/emacs-lisp/eieio-base.el             |   36 +-
 lisp/emacs-lisp/eieio-compat.el           |   21 +-
 lisp/emacs-lisp/eieio-core.el             |  632 +++++++++++------------------
 lisp/emacs-lisp/eieio-custom.el           |  161 ++++----
 lisp/emacs-lisp/eieio-datadebug.el        |   68 ++--
 lisp/emacs-lisp/eieio-opt.el              |   90 ++---
 lisp/emacs-lisp/eieio.el                  |  135 ++++---
 lisp/emacs-lisp/lisp-mode.el              |   49 +--
 lisp/emacs-lisp/macroexp.el               |    8 +-
 lisp/emacs-lisp/pcase.el                  |   35 +-
 lisp/leim/quail/hangul.el                 |    4 +-
 lisp/net/browse-url.el                    |   43 +-
 lisp/net/tramp-sh.el                      |   10 +-
 lisp/progmodes/cperl-mode.el              |    6 +-
 lisp/progmodes/gud.el                     |    2 +-
 lisp/progmodes/ruby-mode.el               |    9 +-
 lisp/textmodes/css-mode.el                |  275 +++++++------
 lwlib/ChangeLog                           |    4 +
 lwlib/xlwmenu.c                           |   58 ++--
 m4/dirfd.m4                               |   83 ++++
 m4/gnulib-comp.m4                         |   20 +
 src/ChangeLog                             |   23 +-
 src/alloc.c                               |   43 +-
 src/frame.h                               |    2 +-
 test/ChangeLog                            |   13 +
 test/automated/eieio-test-methodinvoke.el |    2 +-
 test/automated/eieio-test-persist.el      |   17 +-
 test/automated/eieio-tests.el             |   57 ++--
 93 files changed, 1946 insertions(+), 1483 deletions(-)
 copy lib/{fpending.c => dirfd.c} (66%)
 create mode 100644 m4/dirfd.m4



reply via email to

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