diff options
author | Po Lu <luangruo@yahoo.com> | 2022-12-11 09:34:03 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-12-11 09:34:03 +0800 |
commit | 6d6ca47aba7b72d2a770d7ed01c849d3cc729e21 (patch) | |
tree | e8181f7188a3a74147549b7ba76ea9c3a696259c /etc | |
parent | e08564432918aa87b49da58ac90bb43718424364 (diff) | |
parent | 44c5f3614973d8dc389ddcdc1b3f8ab1c809194d (diff) | |
download | emacs-6d6ca47aba7b72d2a770d7ed01c849d3cc729e21.tar.gz |
Merge from origin/emacs-29
44c5f361497 ; Fix two byte-compiler warnings
a8ee046fb50 Ensure 'package-vc--version' always returns a version
022ab1061b2 Ensure 'package-vc--main-file' always returns an existing...
357fe91996b Check if package already exists before installing from ch...
5e8bc79f6b2 ; Fix reference in docstring to 'package-vc-install-from-...
af88b00b19c Refresh the package quickstart file in package-vc
5a092c8e461 ; * admin/notes/tree-sitter/starter-guide (Indent): Minor...
ebef8905b0d Make indirect buffers use tree-sitter parsers of their ba...
8f53fa10d94 Fontify "this" as a keyword in c++-ts-mode (bug#59924)
8de8f1dc051 Add class_body indentation for typescript (bug#59680)
839341d7370 Make more granular defun-type-regexp (bug#59873)
8f49137c9bf Add dockerfile-ts-mode (Bug#59894)
1014bcc8e32 Fix fontification of method-invocations in js-ts-mode (bu...
7141920c6af Fix escape-sequence feature in typescript-ts-mode (bug#59...
4df35e3491c Improve fontification in csharp-ts-mode (bug#59909)
33a8415eb7e Use 'project--value-in-dir' for 'project-vc-include-untra...
594267395d5 Update Turkish Hello
940d9070e97 Support newer glib versions (Bug#59061)
0bd26abf7fb ; * doc/misc/use-package.texi: Fix @file.
bcf235acd58 Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/...
2ea7a357fd1 ; * doc/misc/use-package.texi: Fix @acronym.
d268ab1c5d7 Bring back the project--value-in-dir logic
Diffstat (limited to 'etc')
-rw-r--r-- | etc/HELLO | 2 | ||||
-rw-r--r-- | etc/NEWS | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/etc/HELLO b/etc/HELLO index 7bc12063f8e..fbe65a451e1 100644 --- a/etc/HELLO +++ b/etc/HELLO @@ -114,7 +114,7 @@ Thai (ภาษาไทย) สวัสดีครับ / สวัสดี Tibetan (བོད་སྐད་) བཀྲ་ཤིས་བདེ་ལེགས༎ Tigrigna (ትግርኛ) ሰላማት Tirhuta (𑒞𑒱𑒩𑒯𑒳𑒞𑒰) 𑒣𑓂𑒩𑒢𑒰𑒧 / 𑒮𑒲𑒞𑒰𑒩𑒰𑒧 -Turkish (Türkçe) Merhaba +Turkish (Türkçe) Esenlikler / Merhaba Ukrainian (українська) Вітаю / Добрий день! / Привіт Vietnamese (tiếng Việt) Chào bạn Wancho (𞋒𞋀𞋉𞋃𞋕) 𞋂𞋈𞋛 @@ -79,6 +79,11 @@ After manually editing 'eshell-aliases-file', you can use * New Modes and Packages in Emacs 30.1 +** New major mode 'dockerfile-ts-mode'. +A major mode based on the tree-sitter library for editing +Dockerfiles. It includes support for font-locking, indentation, Imenu, +and which-func. + * Incompatible Lisp Changes in Emacs 30.1 |