emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (3b75148a304 -> 2baf2c5fd9a)


From: Po Lu
Subject: feature/android updated (3b75148a304 -> 2baf2c5fd9a)
Date: Sat, 1 Jul 2023 20:30:43 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  3b75148a304 Merge remote-tracking branch 'origin/master' into 
feature/android
      adds  7bcf7b8e20e Improve Tramp for remote WebDAV
      adds  bfec5674c65 Recognize PKGBUILD as bash style
      adds  8c7f92f25c3 Fix total count of messages in Rmail summary buffers
      adds  987b25d60dd Clarify list terminology
      adds  1d9200d9bbb ; * doc/lispintro/emacs-lisp-intro.texi (car & cdr): 
Fix typo.
      adds  0bdd7707626 ; Merge from origin/emacs-29
      adds  2aa57fe6cf9 ; Fix typo in maintaining.texi (bug#64279)
      adds  fc7e7c3fde3 Fix type check in tramp-get-buffer-string
      adds  382f5fa8130 ; * doc/emacs/package.texi (Fetching Package Sources): 
Fix typo (bug#64282).
      adds  4df510c7a70 Fix VC package build when doc file isn't in a subdir
      adds  e45ddf2fdc6 Merge from origin/emacs-29
      adds  ac0a82ea987 Fix Tramp mount-spec (don't merge)
      adds  e275e63eed3 ; Merge from origin/emacs-29
      adds  68028f0fa31 ; * etc/PROBLEMS: Fix typo.
      adds  162c9c058eb ; Document that 'named-let' needs lexical-binding
      adds  53332bdf625 ; * doc/lispref/variables.texi: Fix 
define-obsolete-variable-alias arglist
      adds  ee41f07be52 Avoid making todo-mode buffers manually editable
      adds  6ae83322d4c Prevent truncation of todo-mode categories sexp
      adds  11cead0d73c Fix todo-mode.el Commentary and a doc string (bug#64298)
      adds  2c90ade09a4 Tree-sitter use with-silent-modifications like jit-lock 
(bug#64321)
      adds  ef16339918e Make js-beginning-of-defun return non-nil on success
      adds  0006245f1d3 Merge from origin/emacs-29
      adds  d5cff340b3b * lisp/misc.el (duplicate-line-final-position): New 
defcustom (bug#64185).
      adds  3d65afd7b7a ; Merge from origin/emacs-29
      adds  042f0d6a14c ; Fix documentation of ':box' face attribute
      adds  cecbe92d5d9 ; * lisp/misc.el (duplicate-line-final-position): doc 
precision
      adds  ddbb11f5657 ; * lisp/misc.el (duplicate-line-final-position): Fix 
last doc change.
      adds  9e8386bdacc Support cons cell as value of ':line-width' box 
attribute
      adds  65f146cf1c2 ; * lisp/calculator.el (calculator-need-3-lines): Fix 
last change.
      adds  e982192e933 Call treesit_record_change in subst-char-in-region 
(bug#64329)
      adds  02b6be892fa Add missing calls to treesit_record_change in editfns.c
      adds  1d2ba6b363b ; * admin/notes/tree-sitter/treesit_record_change: 
Update.
      adds  a722e7dd152 Merge branch 'emacs-29' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-29
      adds  fbdc85b8f8b Merge from origin/emacs-29
      adds  884b668b981 Use a temporary buffer in nnagent-request-set-mark 
(bug#64117)
      adds  d0eeb4c5cd6 ; Merge from origin/emacs-29
      adds  16e9bdff4f4 Improve documentation of registers
      adds  624c779517d ; Fix tree-sitter C binding typos in Elisp manual.
      adds  0be18d80978 ; Fix @xref in last change to doc/emacs/regs.texi.
      adds  a5bd9fb8c4a ; Improve doc strings in register.el
      adds  cc660bd2651 ; * etc/PROBLEMS: Mention MinGW problems with 
-D_FORTIFY_SOURCE=2.
      adds  fc6099bf046 ; Improve documentation of text-property-search-* 
functions
      adds  ab8d0f7b768 Add project command entries to the menu-bar
      adds  16eac20a5db ; Fix last change
      adds  edd36786e1e ; * lisp/bookmark.el (bookmark-bmenu-locate): Doc fix 
(bug#64370).
      adds  3ba9f9657fb Merge from origin/emacs-29
      adds  2195935870c Add duplicate-region-final-position (bug#64185)
      adds  d42b45dcc75 cperl-mode: Fix byte-compilation warnings
      adds  99d74dcd459 Account for leading timestamps in erc-match
      adds  6ce957154b7 Redo erc-nickname-in-use-functions as a local module
      adds  194de36ca9f ; * doc/misc/eshell.texi (Bugs and ideas): Remove 
implemented feature.
      adds  f2981a1681d Restructure Eshell extension modules documentation
      adds  77f13edab0f Correct the Eshell documentation about how to write new 
modules
      adds  75278855f4a Document optional Eshell modules
      adds  ce8e6cea421 cperl-mode.el: Support Perl 5.38 syntax for subroutine 
signatures
      adds  03d4ca6f6ba Eglot: improve heuristic to highlight function names in 
signatures
      adds  f6e6d6c7302 Eglot: bail out of eglot-imenu if no server capability 
(bug#64274)
      adds  a371e1def79 Eglot: fix broken indentation of eglot--sig-info
      adds  9b9dcc146ba ; cperl-mode.el: Fix two indentation bugs (Bug#11733)
       new  2baf2c5fd9a Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 admin/notes/tree-sitter/treesit_record_change      | 180 ++++++++++++-
 doc/emacs/emacs.texi                               |   2 +-
 doc/emacs/maintaining.texi                         |   2 +-
 doc/emacs/package.texi                             |   2 +-
 doc/emacs/regs.texi                                |  29 ++-
 doc/lispref/parsing.texi                           |   6 +-
 doc/lispref/text.texi                              |  64 +++--
 doc/lispref/variables.texi                         |   5 +-
 doc/misc/eshell.texi                               | 281 ++++++++++++---------
 etc/ERC-NEWS                                       |   6 +-
 etc/NEWS.29                                        |   2 +-
 etc/PROBLEMS                                       |  17 +-
 lisp/bookmark.el                                   |   2 +-
 lisp/calculator.el                                 |   3 +-
 lisp/calendar/todo-mode.el                         | 269 +++++++++++---------
 lisp/emacs-lisp/package-vc.el                      |   2 +-
 lisp/emacs-lisp/text-property-search.el            |  35 +--
 lisp/erc/erc-backend.el                            |   4 +-
 lisp/erc/erc-match.el                              |  41 ++-
 lisp/erc/erc-services.el                           | 121 +++++++++
 lisp/erc/erc.el                                    |   6 +-
 lisp/eshell/em-rebind.el                           |  19 +-
 lisp/faces.el                                      |  32 ++-
 lisp/mail/rmailsum.el                              |   3 +-
 lisp/menu-bar.el                                   |  66 ++++-
 lisp/misc.el                                       |  39 ++-
 lisp/net/tramp-gvfs.el                             |   2 +
 lisp/net/tramp-rclone.el                           |  24 +-
 lisp/net/tramp.el                                  |   7 +-
 lisp/progmodes/cperl-mode.el                       |  84 +++---
 lisp/progmodes/eglot.el                            |  90 +++----
 lisp/progmodes/js.el                               |  61 +++--
 lisp/progmodes/sh-script.el                        |   1 +
 lisp/rect.el                                       |  25 +-
 lisp/register.el                                   | 152 ++++++-----
 lisp/treesit.el                                    |   3 +-
 src/editfns.c                                      |  29 +++
 test/lisp/erc/erc-scenarios-match.el               | 120 +++++++++
 test/lisp/erc/erc-scenarios-services-misc.el       | 105 ++++++++
 .../services/regain/reconnect-retry-again.eld      |  56 ++++
 .../resources/services/regain/reconnect-retry.eld  |  53 ++++
 .../erc/resources/services/regain/taken-ghost.eld  |  42 +++
 .../erc/resources/services/regain/taken-regain.eld |  42 +++
 test/lisp/misc-tests.el                            |  97 ++++---
 .../cperl-mode-resources/cperl-bug-11733.pl        |  50 ++++
 .../cperl-mode-resources/cperl-bug-64364.pl        |  29 +++
 .../cperl-mode-resources/proto-and-attrs.pl        |  10 +-
 test/lisp/progmodes/cperl-mode-tests.el            |  26 +-
 test/lisp/progmodes/js-tests.el                    |  51 ++++
 49 files changed, 1814 insertions(+), 583 deletions(-)
 create mode 100644 test/lisp/erc/erc-scenarios-match.el
 create mode 100644 
test/lisp/erc/resources/services/regain/reconnect-retry-again.eld
 create mode 100644 test/lisp/erc/resources/services/regain/reconnect-retry.eld
 create mode 100644 test/lisp/erc/resources/services/regain/taken-ghost.eld
 create mode 100644 test/lisp/erc/resources/services/regain/taken-regain.eld
 create mode 100644 test/lisp/progmodes/cperl-mode-resources/cperl-bug-11733.pl



reply via email to

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