emacs-diffs
[Top][All Lists]
Advanced

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

master updated (8c7f92f25c3 -> 3ba9f9657fb)


From: Eli Zaretskii
Subject: master updated (8c7f92f25c3 -> 3ba9f9657fb)
Date: Sat, 1 Jul 2023 06:32:51 -0400 (EDT)

eliz pushed a change to branch master.

      from  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.
       new  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
       new  e45ddf2fdc6 Merge from origin/emacs-29
      adds  ac0a82ea987 Fix Tramp mount-spec (don't merge)
       new  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
       new  0006245f1d3 Merge from origin/emacs-29
      adds  d5cff340b3b * lisp/misc.el (duplicate-line-final-position): New 
defcustom (bug#64185).
       new  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
       new  fbdc85b8f8b Merge from origin/emacs-29
      adds  884b668b981 Use a temporary buffer in nnagent-request-set-mark 
(bug#64117)
       new  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).
       new  3ba9f9657fb Merge from origin/emacs-29


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 +-
 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/faces.el                                 |  32 +--
 lisp/menu-bar.el                              |  66 ++++++-
 lisp/misc.el                                  |   2 +-
 lisp/net/tramp.el                             |   7 +-
 lisp/progmodes/js.el                          |  61 +++---
 lisp/register.el                              | 152 ++++++++-------
 lisp/treesit.el                               |   3 +-
 src/editfns.c                                 |  29 +++
 test/lisp/progmodes/js-tests.el               |  51 +++++
 24 files changed, 714 insertions(+), 309 deletions(-)



reply via email to

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