emacs-diffs
[Top][All Lists]
Advanced

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

master updated (624416a2aed -> eb166287f3d)


From: Stefan Monnier
Subject: master updated (624416a2aed -> eb166287f3d)
Date: Mon, 27 Mar 2023 17:17:35 -0400 (EDT)

monnier pushed a change to branch master.

      from  624416a2aed Merge commit '1bc9dfc5bee'
      adds  82523dc621a Fix Eglot progress reporting
       new  cd62dc0dd2d ; Merge from origin/emacs-29
      adds  be8147c53f9 Improve "Bugs" in the Emacs manual
      adds  d93a439846f * lisp/help-fns.el (find-lisp-object-file-name): Fix 
bug#62376 part2
      adds  33d436eefa1 Fix treesit_ensure_parsed (bug#62333)
      adds  accb3871668 Fix system time sampling on MS-Windows
      adds  08fbc133756 Adapt Tramp manual
      adds  90fc6b987ad * lisp/savehist.el (savehist-save): Preserve shared 
structure
      adds  64a2b0d36fe Fix failure of fns-tests-collate-strings on Cygwin
      adds  875e77a66a6 * test/infra/Dockerfile.emba (emacs-native-comp): Add 
zlib1g-dev.
      adds  c4d490490dc ; * test/src/fns-tests.el: Fix last change
      adds  8f42db010d1 Improve indenting "case" in Python
       new  616b22b5b95 Merge from origin/emacs-29
      adds  9cfae822fb3 * src/buffer.c (mode-line-format): Remove docs for 
obsolete %t construct
      adds  207176e6b1c * src/buffer.c (mode-line-format): Document %o and %q 
constructs
      adds  59b7086838e Improve docs for global-mode-string / %M construct
      adds  9107b2dec1f * doc/lispref/modes.texi: Improve docs for obsolete 
'%m' construct
       new  701de494a05 ; Merge from origin/emacs-29
      adds  564c26bdbeb ; Fix edebug spec for 'gv-define-simple-setter' 
(bug#62256)
      adds  e19b7da7b09 Add 'eww-default-download-directory'.
      adds  d941666d859 ; Fix last change
      adds  b08bf828605 ; Fix :version of the new defcustom
       new  dfa4fb9a2ab Merge from origin/emacs-29
      adds  a952bdd6af0 Fix primary selection modification during 
`term-mouse-paste' (bug#58608)
       new  2b4e14e3abd ; Merge from origin/emacs-29
      adds  8b4a494d8d4 Fix GNUSTEP tests on EMBA
      adds  45b16bfb496 Skip failing tests on Cygwin with native compilation 
(bug#62450)
      adds  a8c23677d39 Update to Org 9.6.2
      adds  0337131bfa1 Update to Transient v0.3.7-218-g3dbb22a
       new  47bce04e875 Merge from origin/emacs-29
      adds  f631c90e791 ; Use string-search instead of string-match[-p] in 
ruby-ts-mode.el
       new  b0d5f5168c1 ; Merge from origin/emacs-29
      adds  a0d5fba74a6 (ruby-ts--align-chain): Use 'equal' to check for an 
exact match
      adds  cbef1422fe3 ruby-ts-mode: Fix/simplify Imenu index generation
      adds  edc460e3b6c Fix accidental backward-incompatible change (bug#62417)
       new  eb166287f3d Merge from origin/emacs-29


Summary of changes:
 configure.ac                              |   4 +-
 doc/emacs/trouble.texi                    | 652 ++++++++++++++++--------------
 doc/misc/tramp.texi                       |  30 +-
 doc/misc/transient.texi                   |  14 +
 etc/refcards/orgcard.tex                  |   2 +-
 lisp/emacs-lisp/gv.el                     |   2 +-
 lisp/help-fns.el                          |   2 +-
 lisp/net/eww.el                           |  20 +-
 lisp/org/org-version.el                   |   4 +-
 lisp/org/org.el                           |   2 +-
 lisp/org/ox-texinfo.el                    |  11 +-
 lisp/progmodes/python.el                  |   9 +-
 lisp/progmodes/ruby-ts-mode.el            |  48 ++-
 lisp/savehist.el                          |   5 +-
 lisp/subr.el                              |   6 +-
 lisp/transient.el                         |  17 +-
 lisp/window.el                            |  16 +-
 src/timefns.c                             |   9 +
 src/treesit.c                             |  10 +-
 test/Makefile.in                          |   9 +-
 test/infra/Dockerfile.emba                |   2 +-
 test/infra/gitlab-ci.yml                  |  32 +-
 test/lisp/emacs-lisp/benchmark-tests.el   |   4 +
 test/lisp/progmodes/python-tests.el       |  38 ++
 test/lisp/progmodes/ruby-ts-mode-tests.el |  25 ++
 test/src/fns-tests.el                     |   2 +-
 26 files changed, 582 insertions(+), 393 deletions(-)



reply via email to

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