emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (a273b95fa50 -> 2963924d803)


From: Po Lu
Subject: feature/android updated (a273b95fa50 -> 2963924d803)
Date: Mon, 3 Jul 2023 20:53:52 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  a273b95fa50 Merge remote-tracking branch 'origin/master' into 
feature/android
      adds  3ac4b2de77b * etc/NEWS: Announce addition of 
`duplicate-region-final-position`.
      adds  14ae2101412 Fix and improve setting priority of todo-mode items 
(bug#64433)
      adds  997b2c90efc Remove files in the nt/ directory that are unused for a 
long time
      adds  d0325e23099 Revert "Account for leading timestamps in erc-match"
      adds  0b060faf2e3 Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/emacs
      adds  c565a6c62c2 Add user option remote-file-name-access-timeout
      adds  32b092c1429 ; * lisp/misc.el (duplicate-region-final-position): Fix 
version info.
      adds  766784f186a cperl-mode.el: Add support for new Perl syntax in Perl 
5.36 and 5.38
      adds  4d49b9bad4f cperl-mode: Announce the news in etc/NEWS
       new  79207a055fb Merge remote-tracking branch 'origin/master' into 
feature/android
       new  2963924d803 ; * src/sfnt.c (sfnt_decompose_compound_glyph): Pacify 
warning.


Summary of changes:
 doc/lispref/files.texi                             |   6 +
 doc/misc/todo-mode.texi                            |  14 +-
 doc/misc/tramp.texi                                |  29 +
 etc/ERC-NEWS                                       |   2 +-
 etc/NEWS                                           |  13 +
 lisp/calendar/todo-mode.el                         |  69 +-
 lisp/erc/erc-match.el                              |  36 +-
 lisp/erc/erc-stamp.el                              |   4 +-
 lisp/files.el                                      |  21 +
 lisp/misc.el                                       |   2 +-
 lisp/net/tramp.el                                  | 164 ++--
 lisp/progmodes/cperl-mode.el                       | 171 +++--
 lisp/simple.el                                     |   1 +
 nt/configure.bat                                   |  26 -
 nt/ftime-nostartup.bat                             |  24 -
 nt/ftime.bat                                       |  24 -
 nt/preprep.c                                       | 830 ---------------------
 src/sfnt.c                                         |   2 +-
 test/lisp/calendar/todo-mode-tests.el              |  65 ++
 test/lisp/erc/erc-scenarios-match.el               |  11 +-
 test/lisp/erc/erc-tests.el                         |   4 +-
 test/lisp/net/tramp-tests.el                       |  13 +
 .../cperl-mode-resources/cperl-indents.erts        |  55 ++
 .../lisp/progmodes/cperl-mode-resources/grammar.pl |  25 +
 .../progmodes/cperl-mode-resources/perl-class.pl   |  19 +
 test/lisp/progmodes/cperl-mode-tests.el            |  37 +-
 26 files changed, 570 insertions(+), 1097 deletions(-)
 delete mode 100755 nt/configure.bat
 delete mode 100755 nt/ftime-nostartup.bat
 delete mode 100644 nt/ftime.bat
 delete mode 100644 nt/preprep.c
 create mode 100644 test/lisp/progmodes/cperl-mode-resources/perl-class.pl



reply via email to

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