emacs-diffs
[Top][All Lists]
Advanced

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

master updated (a0539190979 -> a55aaf9eaf2)


From: João Távora
Subject: master updated (a0539190979 -> a55aaf9eaf2)
Date: Tue, 14 Mar 2023 14:22:29 -0400 (EDT)

capitaomorte pushed a change to branch master.

      from  a0539190979 ; * etc/NEWS: Fix typos.
      adds  f175141aead Fix searching for end of string in 
python-nav-end-of-statement
      adds  6fe9075ff38 Revert workaround introduced in Bug#56271
      adds  255eeee0e06 java-ts-mode: detect if text_block is supported.
      adds  2e7460c2315 ; * lisp/progmodes/java-ts-mode.el 
(treesit-query-capture): Declare.
      adds  50a3559c5a7 Add chapter on advanced server configuration to Eglot 
manual
      adds  01b65d442ad Autoload Eglot helper funtion 
eglot--debbugs-or-github-bug-uri
      adds  29228e24f20 python-info-dedenter-opening-block-positions: Fix to 
support "bare" match
      adds  ecdfd584a52 ruby-ts-mode: Fine-tune s-p-f on symbols (bug#62086)
      adds  1de513a29fa Fix enums and unions appearing as structs in 
c-ts-base-mode's imenu
      adds  081cc7aa8e0 ; * doc/misc/eglot.texi (Project-specific 
configuration): Fix typo.
      adds  679f528b953 Skip ruby-ts-syntax-propertize-symbol unless treesitter 
is available
      adds  4803f972047 Fix copying binary files from zip archives
      adds  157a91b54be Fix decoding non-ASCII file names in zip archives on 
MS-Windows
      adds  db178517ce7 ; * lisp/arc-mode.el (w32-get-console-codepage): 
Declare.
      adds  c0cf69f7a17 Make "case" keyword a dedenter in Python
      adds  b0b24ad2fc5 Add missing rust-ts-mode highlight query for 
scoped_type_identifiers
      adds  0fedbfa6a9d ; Minor improvement of documentation of GC thresholds
      adds  c857775ca61 Fix bug#62106
      adds  0404924930d ; One more improvement to ELisp "internals" appendix.
      adds  5bc32d008fb Add missing indentation rule for rust-ts-mode 
(Bug#62109)
      adds  2ac068d294e ; Remove 'ns-popup-font-panel' from documentation
      adds  8bc12a27362 ; * etc/NEWS: Fix last change.
      adds  fffbce29349 TRework fix for bug#62106
      adds  42335c2c1f1 Fix value history shown for 'gc-cons-percentage'
      adds  3ce37db9882 Remove mention of old dotted-list reader quirk from 
manual
      adds  1c05175c21a Fix display of disabled-command help text
      adds  b916ec88b2f Make eglot-ensure's post-command-hook run a bit later 
(bug#62065)
      adds  4a603c98499 Amend last Eglot commit (bug#62065)
      adds  812597f864c ; * lisp/novice.el (disabled-command-function): Add 
note in a comment.
      adds  54e123a5055 Update Eglot's manual about 
eglot-workspace-configuration
      adds  ba22a2c346b Bump Eglot version to 1.12
      adds  e759905d2e0 ; Minor copyedits in EGLOT-NEWS
      adds  36ade0704e1 Fix connection-local variables settings
      adds  46f9e53c3da Fix import of keys in buffer created by epa-search-keys
      adds  24c8b146bbc * lisp/progmodes/xref.el (xref--xref-buffer-mode): 
Split up 'setq-local'.
      adds  4b6f2a7028b * lisp/progmodes/xref.el: Bump the version.
       new  a55aaf9eaf2 Merge from origin/emacs-29


Summary of changes:
 doc/emacs/macos.texi                      |   7 -
 doc/lispref/internals.texi                |   9 +-
 doc/lispref/objects.texi                  |   7 -
 doc/misc/eglot.texi                       | 352 ++++++++++++++------
 etc/EGLOT-NEWS                            | 513 ++++++++++++++++++++++++++++++
 etc/NEWS.29                               |   9 +-
 lisp/arc-mode.el                          |  25 +-
 lisp/epa-ks.el                            |  10 +-
 lisp/files-x.el                           |   8 +-
 lisp/novice.el                            |  20 +-
 lisp/progmodes/c-ts-mode.el               |   6 +-
 lisp/progmodes/eglot.el                   |  23 +-
 lisp/progmodes/java-ts-mode.el            |  15 +-
 lisp/progmodes/python.el                  |  32 +-
 lisp/progmodes/ruby-ts-mode.el            |   6 +-
 lisp/progmodes/rust-ts-mode.el            |   2 +
 lisp/progmodes/xref.el                    |  16 +-
 src/emacs.c                               |   2 +-
 test/lisp/files-x-tests.el                |  66 +++-
 test/lisp/net/tramp-tests.el              |  10 +
 test/lisp/progmodes/python-tests.el       |  73 +++++
 test/lisp/progmodes/ruby-ts-mode-tests.el |  16 +
 22 files changed, 1044 insertions(+), 183 deletions(-)
 create mode 100644 etc/EGLOT-NEWS



reply via email to

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