]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge branch 'emacs-29'
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 10 May 2023 15:18:43 +0000 (11:18 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 10 May 2023 15:18:43 +0000 (11:18 -0400)
12 files changed:
1  2 
doc/lispref/functions.texi
doc/lispref/minibuf.texi
etc/EGLOT-NEWS
lisp/emacs-lisp/easy-mmode.el
lisp/emacs-lisp/lisp.el
lisp/emacs-lisp/package-vc.el
lisp/progmodes/c-ts-mode.el
lisp/progmodes/csharp-mode.el
lisp/simple.el
lisp/treesit.el
src/alloc.c
src/xdisp.c

Simple merge
Simple merge
diff --cc etc/EGLOT-NEWS
index 37ee94f17301a3f9aa1c127f5311dc1125edd047,088bdd28bf3860da686f154955e010047de0f4b6..569481a8dc112f20ecf7985d095acc0c5c430254
@@@ -99,16 -20,13 +99,16 @@@ been added to 'eglot-stay-out-of'
  \f
  * Changes in Eglot 1.12.29 (Eglot bundled with Emacs 29.1)
  
- ** Eglot can upgrade itself to the latest version.
+ ** Eglot has a new command to upgrade to the latest version.
  
- The new command 'eglot-upgrade-eglot' works around behaviour in the
- existing 'package-install' command and the new 'package-upgrade'
command which would prevent the user from easily grabbing the latest
version as usual.
+ The new command 'eglot-upgrade-eglot' allows easily grabbing the
+ latest version of Eglot from ELPA.  This might be more convenient than
using the more general command 'package-install', which by default
will not upgrade "built-in" packages, those that come with Emacs.
  
 +\f
 +* Changes in Eglot 1.12 (13/03/2023)
 +
  ** LSP inlay hints are now supported.
  Inlay hints are small text annotations not unlike diagnostics, but
  designed to help readability instead of indicating problems.  For
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc lisp/simple.el
Simple merge
diff --cc lisp/treesit.el
Simple merge
diff --cc src/alloc.c
Simple merge
diff --cc src/xdisp.c
Simple merge