emacs-diffs
[Top][All Lists]
Advanced

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

scratch/etags-regen updated (40c293b -> 519e149)


From: Dmitry Gutov
Subject: scratch/etags-regen updated (40c293b -> 519e149)
Date: Fri, 19 Feb 2021 09:40:53 -0500 (EST)

dgutov pushed a change to branch scratch/etags-regen.

      from  40c293b   Merge branch 'master' into scratch/etags-regen
      adds  69943ae   * lisp/gnus/gnus-topic.el: Fix a backward incompatibility
      adds  f3fd959   Fix count-lines problem in non-ASCII buffers
      adds  fe449d8   Finish customize-changed-options/customize-changed fix up
      adds  900ed3a   Don't use `values' in elisp--eval-defun
      adds  0cc35e1   Move all usages of `values' to `values--store-value'
      adds  9c1e89a   Preserve leading whitespace in `lm-commentary'.
      adds  5131e3a   Make pcomplete-ignore-case obsolete
      adds  69d3a6c   Allow exit-minibuffer to be called from Lisp code.  Fixes 
bug #46373
      adds  1c326df   ; Finish customize-changed-options obsoletion
      adds  8e3ace4   ; Fix recent change in eval-last-sexp
      adds  627a024   Note that the `values' variable is now obsolete
      adds  0161c9d   Load all generic-x.el modes unconditionally
      adds  3c53d28   Remove some dead, commented out code from lisp-mode.el
      adds  04fb166   * lisp/emacs-lisp/macroexp.el: Break cycle with 
bytecomp/byte-opt
      adds  6fd8548   * lisp/emacs-lisp/byte-opt.el (byte-optimize--pcase): New 
macro
      adds  5a77517   * lisp/cedet/{semantic/scope.el,ede/project-am.el}: Use 
lexical-scoping
      adds  7020fce   New options read-char-by-name-sort and 
read-char-by-name-group (bug#46240)
      adds  80c9871   Use lexical-binding in a few more scattered files
      adds  552d2b9   * lisp/net/dictionary.el: Dictionary improvements 
(bug#45262)
      adds  817a497   Fix syntax category of some characters
      adds  e4328d4   Tiny simplification to read-char-by-name
      adds  bff9bd0   ; Fix warning in last change to semantic/idle.el.
      adds  ff16c89   Refine use of vc-dir faces; apply to all backends
      adds  a0451be   Use lexical-binding in almost all of play/*.el
      adds  843ca06   Convert many manual cedet tests to ert
      adds  45934e5   Change default semantic-lex-analyzer to semantic-lex
      adds  18ad138   Use lexical-binding in some test files
      adds  c07459f   Move semantic/format.el tests to follow our conventions
      adds  f0f5480   Use lexical-binding in bib-mode.el
      adds  c735ec9   Make texinfmt-version variable obsolete
      adds  def5466   ; * test/lisp/cedet/semantic/format-tests.el: Minor 
cleanup.
      adds  62ee599   Convert tests for srecode/fields.el to ert
      adds  4786353   Move cedet test resource files to follow our conventions
      adds  30f3b9f   * lisp/cedet/semantic/bovine/gcc.el: Use lexical-binding.
      adds  d0826e5   Update NEWS entry for vc-dir faces
       new  a8a59b9   Merge branch 'master' into scratch/etags-regen
       new  519e149   Fix etags-regen-lang-regexp-alist's docstring


Summary of changes:
 doc/emacs/custom.texi                              |   9 +-
 doc/lispref/minibuf.texi                           |   2 +-
 etc/NEWS                                           |  24 +-
 lisp/cedet/data-debug.el                           |  48 +--
 lisp/cedet/ede/project-am.el                       | 111 +++----
 lisp/cedet/pulse.el                                |   4 +-
 lisp/cedet/semantic/bovine/gcc.el                  |  11 +-
 lisp/cedet/semantic/idle.el                        |  32 +-
 lisp/cedet/semantic/lex.el                         |   6 +-
 lisp/cedet/semantic/scope.el                       |  14 +-
 lisp/cus-dep.el                                    |   4 +-
 lisp/cus-edit.el                                   |   2 +-
 lisp/emacs-lisp/byte-opt.el                        | 142 ++++-----
 lisp/emacs-lisp/bytecomp.el                        |   3 +-
 lisp/emacs-lisp/edebug.el                          |   7 +-
 lisp/emacs-lisp/lisp-mnt.el                        |   2 +-
 lisp/emacs-lisp/lisp-mode.el                       |   3 -
 lisp/emacs-lisp/macroexp.el                        |  71 ++++-
 lisp/emacs-lisp/pp.el                              |   5 +-
 lisp/erc/erc-pcomplete.el                          |   2 +-
 lisp/eshell/em-cmpl.el                             |   6 +-
 lisp/generic-x.el                                  | 337 ++++++++-------------
 lisp/gnus/gnus-art.el                              |   4 -
 lisp/gnus/gnus-topic.el                            |  16 +-
 lisp/gnus/gnus-util.el                             |   5 +
 lisp/gnus/gnus.el                                  |   6 +-
 lisp/international/characters.el                   |   2 +-
 lisp/international/mule-cmds.el                    |  67 +++-
 lisp/menu-bar.el                                   |   6 +-
 lisp/minibuffer.el                                 |   4 +-
 lisp/net/dictionary.el                             |  37 ++-
 lisp/net/ldap.el                                   |  10 +-
 lisp/net/mairix.el                                 | 145 ++++-----
 lisp/pcomplete.el                                  |  15 +-
 lisp/play/5x5.el                                   |  42 +--
 lisp/play/blackbox.el                              |   2 +-
 lisp/play/cookie1.el                               |  14 +-
 lisp/play/doctor.el                                |   2 +-
 lisp/play/gametree.el                              |   2 +-
 lisp/play/hanoi.el                                 |   2 +-
 lisp/play/zone.el                                  |  21 +-
 lisp/progmodes/elisp-mode.el                       |  21 +-
 lisp/progmodes/etags-regen.el                      |   3 +-
 lisp/registry.el                                   |  33 +-
 lisp/simple.el                                     |  53 ++--
 lisp/subr.el                                       |  10 +
 lisp/textmodes/bib-mode.el                         |  11 +-
 lisp/textmodes/texinfmt.el                         |  10 +-
 lisp/vc/vc-bzr.el                                  |  24 +-
 lisp/vc/vc-cvs.el                                  |  18 +-
 lisp/vc/vc-dir.el                                  |  12 +-
 lisp/vc/vc-git.el                                  |   5 +-
 lisp/vc/vc-hg.el                                   |   4 +-
 lisp/vc/vc-svn.el                                  |   4 +-
 src/fns.c                                          |   2 +-
 src/lread.c                                        |   3 +-
 test/lisp/cedet/cedet-files-tests.el               |  54 ++++
 test/lisp/cedet/inversion-tests.el                 |  81 +++++
 test/lisp/cedet/semantic-utest-fmt.el              | 127 --------
 .../cedet/semantic-utest-ia-resources}/test.mk     |   0
 .../cedet/semantic-utest-ia-resources}/test.srt    |   0
 .../cedet/semantic-utest-ia-resources}/test.texi   |   0
 .../semantic-utest-ia-resources}/testdoublens.cpp  |   0
 .../semantic-utest-ia-resources}/testdoublens.hpp  |   0
 .../semantic-utest-ia-resources}/testfriends.cpp   |   1 -
 .../semantic-utest-ia-resources}/testjavacomp.java |   0
 .../semantic-utest-ia-resources}/testlocalvars.cpp |   0
 .../cedet/semantic-utest-ia-resources}/testnsp.cpp |   0
 .../semantic-utest-ia-resources}/testsppcomplete.c |   0
 .../semantic-utest-ia-resources}/teststruct.cpp    |   0
 .../semantic-utest-ia-resources}/testsubclass.cpp  |   0
 .../semantic-utest-ia-resources}/testsubclass.hh   |   0
 .../semantic-utest-ia-resources}/testtemplates.cpp |   0
 .../semantic-utest-ia-resources}/testtypedefs.cpp  |   0
 .../semantic-utest-ia-resources}/testusing.cpp     |   0
 .../semantic-utest-ia-resources}/testusing.hh      |   0
 .../semantic-utest-ia-resources}/testvarnames.c    |   0
 .../semantic-utest-ia-resources}/testvarnames.java |   0
 .../semantic-utest-ia-resources}/testwisent.wy     |   0
 test/lisp/cedet/semantic-utest-ia.el               |  71 ++---
 .../bovine/gcc-tests.el}                           |  90 ++----
 .../cedet/semantic/format-resources}/test-fmt.cpp  |   0
 .../cedet/semantic/format-resources}/test-fmt.el   |   2 +-
 test/lisp/cedet/semantic/format-tests.el           |  95 ++++++
 test/lisp/cedet/semantic/fw-tests.el               |  45 +++
 test/lisp/cedet/srecode/document-tests.el          |  80 +++++
 .../cedet/srecode/fields-tests.el}                 |  94 ++----
 test/lisp/cus-edit-tests.el                        |   4 +-
 test/lisp/play/cookie1-resources/cookies           |   8 +
 .../play/{fortune-tests.el => cookie1-tests.el}    |  27 +-
 test/lisp/simple-tests.el                          |   5 +
 test/manual/cedet/cedet-utests.el                  | 105 +------
 test/manual/cedet/ede-tests.el                     |  14 +-
 test/manual/cedet/semantic-tests.el                | 122 --------
 test/manual/cedet/tests/test.el                    |   2 +-
 test/manual/etags/ETAGS.good_1                     |  10 +-
 test/manual/etags/el-src/TAGTEST.EL                |   2 +
 97 files changed, 1206 insertions(+), 1293 deletions(-)
 create mode 100644 test/lisp/cedet/cedet-files-tests.el
 create mode 100644 test/lisp/cedet/inversion-tests.el
 delete mode 100644 test/lisp/cedet/semantic-utest-fmt.el
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/test.mk (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/test.srt (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/test.texi (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testdoublens.cpp (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testdoublens.hpp (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testfriends.cpp (99%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testjavacomp.java (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testlocalvars.cpp (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testnsp.cpp (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testsppcomplete.c (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/teststruct.cpp (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testsubclass.cpp (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testsubclass.hh (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testtemplates.cpp (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testtypedefs.cpp (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testusing.cpp (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testusing.hh (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testvarnames.c (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testvarnames.java (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic-utest-ia-resources}/testwisent.wy (100%)
 copy test/lisp/cedet/{semantic-utest-c.el => semantic/bovine/gcc-tests.el} 
(72%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic/format-resources}/test-fmt.cpp (100%)
 rename test/{manual/cedet/tests => 
lisp/cedet/semantic/format-resources}/test-fmt.el (95%)
 create mode 100644 test/lisp/cedet/semantic/format-tests.el
 create mode 100644 test/lisp/cedet/semantic/fw-tests.el
 create mode 100644 test/lisp/cedet/srecode/document-tests.el
 rename test/{manual/cedet/srecode-tests.el => 
lisp/cedet/srecode/fields-tests.el} (75%)
 create mode 100644 test/lisp/play/cookie1-resources/cookies
 copy test/lisp/play/{fortune-tests.el => cookie1-tests.el} (61%)



reply via email to

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