aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS18
1 files changed, 9 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 67711fd7666..e4a19e29869 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2002,14 +2002,14 @@ After Emacs 29.1, some aspects of EUDC will be deprecated. The goal
2002of these deprecations is to simplify EUDC server configuration by 2002of these deprecations is to simplify EUDC server configuration by
2003making 'eudc-server-hotlist' the only place to add servers. There 2003making 'eudc-server-hotlist' the only place to add servers. There
2004will not be a need to set the server using the 'eudc-set-server' 2004will not be a need to set the server using the 'eudc-set-server'
2005function. Instead, the 'eudc-server-hotlist' variable should be 2005command. Instead, the 'eudc-server-hotlist' user option should be
2006customized to have an entry for the server. The plan is to obsolete 2006customized to have an entry for the server. The plan is to obsolete
2007the 'eudc-hotlist' editor since Customize is sufficient for changing 2007the 'eudc-hotlist' package since Customize is sufficient for changing
2008'eudc-server-hotlist'. How the 'eudc-server' variable works in this 2008'eudc-server-hotlist'. How the 'eudc-server' user option works in this
2009context is to-be-determined; it can't be removed, because that would 2009context is to-be-determined; it can't be removed, because that would
2010break compatibility, but it may become synchronized with 2010break compatibility, but it may become synchronized with
2011'eudc-server-hotlist' so that 'eudc-server' is always equal to (first 2011'eudc-server-hotlist' so that 'eudc-server' is always equal to '(car
2012eudc-server-hotlist). The first entry in 'eudc-server-hotlist' is the 2012eudc-server-hotlist)'. The first entry in 'eudc-server-hotlist' is the
2013first server tried by 'eudc-expand-try-all'. The hotlist 2013first server tried by 'eudc-expand-try-all'. The hotlist
2014simplification will allow 'eudc-query-form' to show a drop down of 2014simplification will allow 'eudc-query-form' to show a drop down of
2015possible servers, instead of requiring a call to 'eudc-set-server' 2015possible servers, instead of requiring a call to 'eudc-set-server'
@@ -2967,7 +2967,7 @@ Protocol (LSP).
2967use-package is shipped with Emacs. It provides the 'use-package' 2967use-package is shipped with Emacs. It provides the 'use-package'
2968macro, which allows you to isolate package configuration in your init 2968macro, which allows you to isolate package configuration in your init
2969file in a way that is declarative, tidy, and performance-oriented. 2969file in a way that is declarative, tidy, and performance-oriented.
2970See the new Info manual 'use-package' for more. 2970See the new Info manual "(use-package) Top" for more.
2971 2971
2972+++ 2972+++
2973** New commands 'image-crop' and 'image-cut'. 2973** New commands 'image-crop' and 'image-cut'.
@@ -3017,13 +3017,13 @@ when visiting JSON files.
3017A major mode based on the tree-sitter library for editing programs 3017A major mode based on the tree-sitter library for editing programs
3018in the TypeScript language. It includes support for font-locking, 3018in the TypeScript language. It includes support for font-locking,
3019indentation, and navigation. This mode will be auto-enabled for 3019indentation, and navigation. This mode will be auto-enabled for
3020files with the '.ts' extension. 3020files with the ".ts" extension.
3021 3021
3022** New major mode 'tsx-ts-mode'. 3022** New major mode 'tsx-ts-mode'.
3023A major mode based on the tree-sitter library for editing programs 3023A major mode based on the tree-sitter library for editing programs
3024in the TypeScript language, with support for TSX. It includes 3024in the TypeScript language, with support for TSX. It includes
3025support for font-locking, indentation, and navigation. This mode 3025support for font-locking, indentation, and navigation. This mode
3026will be auto-enabled for files with the '.tsx' extension. 3026will be auto-enabled for files with the ".tsx" extension.
3027 3027
3028** New major mode 'c-ts-mode'. 3028** New major mode 'c-ts-mode'.
3029A major mode based on the tree-sitter library for editing programs 3029A major mode based on the tree-sitter library for editing programs
@@ -4418,7 +4418,7 @@ variable for compatibility but its limiting powers have been taken away.
4418This function returns a completion table designed to ease 4418This function returns a completion table designed to ease
4419communication between Emacs's completion facilities and external tools 4419communication between Emacs's completion facilities and external tools
4420offering completion services, particularly tools whose full working 4420offering completion services, particularly tools whose full working
4421set is too big to transfer to Emacs's every time a completion is 4421set is too big to transfer to Emacs every time a completion is
4422needed. The table uses new 'external' completion style exclusively 4422needed. The table uses new 'external' completion style exclusively
4423and cannot work with regular styles such as 'basic' or 'flex'. 4423and cannot work with regular styles such as 'basic' or 'flex'.
4424 4424