emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (9233865 -> 4e30263)


From: Stefan Monnier
Subject: [Emacs-diffs] master updated (9233865 -> 4e30263)
Date: Wed, 26 Jun 2019 10:05:00 -0400 (EDT)

monnier pushed a change to branch master.

      from  9233865   Fix (rx-to-string (and (literal STR) (regexp STR)) 
regression
       new  698ff55   * lisp/calc/calc-ext.el (math-scalarp): Fix typo
       new  4e30263   * test/lisp/calc/calc-tests.el (test-math-bignum, 
test-calc-23889): Disable


Summary of changes:
 .dir-locals.el                |   2 +-
 .gitignore                    |   1 -
 lisp/Makefile.in              |   7 +-
 lisp/abbrev.el                |   3 +-
 lisp/calc/calc-math.el        |  17 ++-
 lisp/calendar/time-date.el    |   4 +-
 lisp/completion.el            |   2 +-
 lisp/composite.el             |   5 +-
 lisp/elec-pair.el             |   3 +-
 lisp/electric.el              |  38 +++---
 lisp/emacs-lisp/bytecomp.el   |  20 ++-
 lisp/emacs-lisp/generic.el    |  66 +---------
 lisp/emacs-lisp/lisp-mode.el  |   1 +
 lisp/emacs-lisp/package.el    |  20 ---
 lisp/emacs-lisp/pcase.el      |  29 ++++-
 lisp/emacs-lisp/regexp-opt.el |   2 +-
 lisp/emacs-lisp/smie.el       |   8 +-
 lisp/emulation/viper-cmd.el   | 120 +++++++++---------
 lisp/emulation/viper-ex.el    |   2 +-
 lisp/emulation/viper-util.el  |   2 +
 lisp/erc/erc-track.el         |  29 ++---
 lisp/erc/erc.el               |   2 +-
 lisp/eshell/esh-util.el       |   9 +-
 lisp/follow.el                | 142 +++++++++++----------
 lisp/format-spec.el           |   2 +-
 lisp/frame.el                 |  37 ++++--
 lisp/gnus/gnus-art.el         | 284 +++++++++++++++++++++---------------------
 lisp/gnus/gnus-cloud.el       |  10 +-
 lisp/gnus/gnus-topic.el       |   9 +-
 lisp/gnus/gnus-util.el        | 114 ++++++++---------
 lisp/gnus/nnimap.el           |   2 +-
 lisp/help-fns.el              |   7 +-
 lisp/international/quail.el   |   2 +-
 lisp/mh-e/mh-funcs.el         |   4 +-
 lisp/minibuffer.el            |  73 +++++++----
 lisp/net/ldap.el              | 109 ++++++++--------
 lisp/net/rcirc.el             |   4 +-
 lisp/newcomment.el            |  99 ++++++++++++++-
 lisp/nxml/rng-uri.el          |   9 +-
 lisp/nxml/xmltok.el           |  10 +-
 lisp/org/org.el               |  29 +++--
 lisp/pcomplete.el             | 161 ++++++++++++------------
 lisp/progmodes/cc-mode.el     |  59 ++++++---
 lisp/progmodes/cperl-mode.el  |  53 +-------
 lisp/progmodes/gud.el         |   6 +-
 lisp/progmodes/modula2.el     |  21 ++--
 lisp/progmodes/python.el      |   4 +-
 lisp/startup.el               |  17 +++
 lisp/subr.el                  |  23 +++-
 lisp/term/xterm.el            |   1 +
 lisp/textmodes/css-mode.el    |   2 +-
 lisp/textmodes/fill.el        |   6 +
 lisp/window.el                |   2 +-
 lisp/xt-mouse.el              |   2 +-
 src/alloc.c                   |  23 ++++
 src/keyboard.c                |   2 +-
 test/lisp/calc/calc-tests.el  |  12 +-
 test/lisp/electric-tests.el   |   9 --
 test/lisp/minibuffer-tests.el |   2 +-
 test/lisp/net/tramp-tests.el  |   2 +-
 60 files changed, 921 insertions(+), 824 deletions(-)



reply via email to

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