emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (9e9421c -> cd4ef52)


From: Andrea Corallo
Subject: feature/native-comp updated (9e9421c -> cd4ef52)
Date: Sun, 17 May 2020 18:11:22 -0400 (EDT)

akrl pushed a change to branch feature/native-comp.

      from  9e9421c   * Fix bug#41346 assertion triggered while loading dump
      adds  1d55958   Calc: fix LU decomposition for non-numeric matrices 
(bug#41223)
      adds  4af8b17   Fix customisation of mouse-drag-and-drop-region 
(bug#41251)
      adds  3a284e5   Combine archive-int-to-mode and tar-grind-file-mode
      adds  065f6a1   ; Fix warning in last change
      adds  779bc88   Improve detection of Git submodules
      adds  5d97d26   ; Tweak version numbers in lisp/progmodes/xref.el
      adds  b76cdd0   Delete libraries obsolete since 23.1 and 23.2
      adds  60cd6cc   Calc: GCD(0,x)=GCD(x,0)=|x|, not x (bug#41279)
      adds  cde856b   Use lexical-binding in autoconf.el and add tests
      adds  b5ec24a   * lisp/progmodes/xref.el: Fix first line syntax
      adds  afca373   Fix Git submodules detection breakage
      adds  66cbe8b   CC Mode: Fix bug #40052, where a very large macro was too 
slow in scrolling
      adds  4307a84   Fix submodules, second try
      adds  dba8f37   * lisp/progmodes/project.el (project-try-vc): Fix regexp 
typo.
      adds  bbbab82   Introduce process-file-return-signal-string
      adds  5ab12a4   * lisp/textmodes/bibtex.el: Fix bug#41285 (paren typo)
      adds  436809b   Remove some XEmacs compat code from semantic
      adds  21b7165   Remove Emacs 22 compat code from ediff-vers.el
      adds  e07a751   ; * lisp/htmlfontify.el: Minor fix in file headers.
      adds  d1545e2   Remove Emacs 22 compat code from abbrev.el
      adds  7f690a4   Remove some compat code from CEDET
      adds  a67415a   Remove stale comments
      adds  e2406ff   * lisp/dired.el (dired-toggle-marks): Doc fix.  
(Bug#41097)
      adds  632aa9d   Go back to “Bahá’í”
      adds  3d81995   Fix docstring of flymake-make-diagnostic (bug#40351)
      adds  a37290a   In x_hide_tip reset tip_last_frame for GTK+ tooltips only 
(Bug#41200)
      adds  48830c7   Fix a crash in handle_display_spec
      adds  747e0a2   Improve ediff readability in misterioso theme (Bug#41221)
      adds  406fb07   Fix documentation related to 'command-switch-alist'.
      adds  e75f6be   Fix dired default file operation (bug#41261)
      adds  2854167   Consider face inheritance when checking region face 
background.
      adds  efd4e97   Reflect the emacs-devel ELPA/MELPA dispute in FAQ
      adds  b4937f6   Improve documentation of manually installing Lisp packages
      adds  788c248   Merge from origin/emacs-27
      adds  a6ebca2   Add a note to eshell.texi that I, too, was a contributor
      adds  c7bc28b   Don’t attempt to modify constant conses
      adds  1fc4e3f   ; Bump the project.el version to trigger a new release
      adds  3139551   Don’t attempt to modify constant strings
      adds  a8f24a8   Fix minor issues with 
mouse-drag-and-drop-region-show-tooltip
      adds  5daa7a5   Don't mention non-GNU package archives.
      adds  abec255   * Fix Garbage Collector for missing calle-saved regs 
content (Bug#41357)
       new  cd4ef52   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 admin/authors.el                      |   6 +-
 admin/charsets/cp51932.awk            |  13 +-
 admin/charsets/eucjp-ms.awk           |  14 +-
 doc/emacs/building.texi               |  32 ++
 doc/emacs/calendar.texi               |   2 +-
 doc/emacs/package.texi                |  32 +-
 doc/lispref/files.texi                |   5 +
 doc/lispref/os.texi                   |  10 +-
 doc/lispref/processes.texi            |  16 +
 doc/misc/efaq.texi                    |  26 +-
 doc/misc/emacs-mime.texi              |   2 +-
 doc/misc/eshell.texi                  |   3 +
 doc/misc/tramp.texi                   |  47 +-
 etc/NEWS                              | 105 +++--
 etc/themes/misterioso-theme.el        |   7 +
 lisp/abbrev.el                        |   6 +-
 lisp/arc-mode.el                      |  28 +-
 lisp/bookmark.el                      |   2 +-
 lisp/button.el                        |   2 +-
 lisp/calc/calc-comb.el                |   4 +-
 lisp/calc/calc-mtx.el                 |   2 +-
 lisp/cedet/data-debug.el              |  38 +-
 lisp/cedet/semantic/wisent/comp.el    |   4 +-
 lisp/cedet/semantic/wisent/wisent.el  |   9 +-
 lisp/dired-aux.el                     |   7 +-
 lisp/dired.el                         |   4 +-
 lisp/emacs-lisp/byte-opt.el           |   2 +-
 lisp/emulation/viper.el               |   1 -
 lisp/ffap.el                          |   2 +-
 lisp/files.el                         |  21 +
 lisp/frameset.el                      |  12 +-
 lisp/gnus/gnus-sum.el                 |   6 +-
 lisp/htmlfontify.el                   |   3 -
 lisp/language/japanese.el             |  10 +-
 lisp/language/lao-util.el             |  16 +-
 lisp/language/tibetan.el              |   8 +-
 lisp/mouse.el                         |  12 +-
 lisp/net/tramp-adb.el                 |   8 +-
 lisp/net/tramp-sh.el                  |   8 +-
 lisp/net/tramp.el                     |  17 +
 lisp/obsolete/ledit.el                | 157 -------
 lisp/obsolete/lmenu.el                | 445 -------------------
 lisp/obsolete/lucid.el                | 211 ---------
 lisp/obsolete/old-whitespace.el       | 801 ----------------------------------
 lisp/password-cache.el                |   2 +-
 lisp/printing.el                      |   2 -
 lisp/progmodes/autoconf.el            |   2 +-
 lisp/progmodes/cc-engine.el           |  23 +-
 lisp/progmodes/cc-mode.el             |   8 +-
 lisp/progmodes/ebnf2ps.el             |   4 -
 lisp/progmodes/elisp-mode.el          |  14 +-
 lisp/progmodes/flymake.el             |   7 +-
 lisp/progmodes/project.el             |  29 +-
 lisp/progmodes/xref.el                |  16 +-
 lisp/simple.el                        |  16 +-
 lisp/tar-mode.el                      |  20 +-
 lisp/textmodes/bibtex.el              |   6 +-
 lisp/vc/ediff-vers.el                 |  25 +-
 src/alloc.c                           |   4 +-
 src/lisp.h                            |  10 +-
 src/xdisp.c                           |   2 +-
 src/xfns.c                            |   8 +-
 test/lisp/arc-mode-tests.el           |   2 +-
 test/lisp/calc/calc-tests.el          |  52 +++
 test/lisp/emacs-lisp/cl-macs-tests.el |   4 +-
 test/lisp/erc/erc-track-tests.el      |   4 +-
 test/lisp/files-tests.el              |  36 ++
 test/lisp/net/tramp-tests.el          |  30 +-
 test/lisp/password-cache-tests.el     |  14 +-
 test/lisp/progmodes/autoconf-tests.el |  55 +++
 test/lisp/startup-tests.el            |  47 ++
 test/lisp/tar-mode-tests.el           |   3 +-
 test/src/fns-tests.el                 |  34 +-
 73 files changed, 704 insertions(+), 1941 deletions(-)
 delete mode 100644 lisp/obsolete/ledit.el
 delete mode 100644 lisp/obsolete/lmenu.el
 delete mode 100644 lisp/obsolete/lucid.el
 delete mode 100644 lisp/obsolete/old-whitespace.el
 create mode 100644 test/lisp/progmodes/autoconf-tests.el
 create mode 100644 test/lisp/startup-tests.el



reply via email to

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