From: Po Lu Date: Sat, 21 Jan 2023 12:04:52 +0000 (+0800) Subject: Merge remote-tracking branch 'origin/master' into feature/android X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f6971e5cbd168db8a2d1e17bc92f2deadcaeceb;p=emacs.git Merge remote-tracking branch 'origin/master' into feature/android --- 5f6971e5cbd168db8a2d1e17bc92f2deadcaeceb diff --cc etc/NEWS index 678a5a70ca7,4851802716a..cfb1f82706f --- a/etc/NEWS +++ b/etc/NEWS @@@ -59,14 -53,12 +59,18 @@@ trash when deleting. Default is nil * Editing Changes in Emacs 30.1 +++++ +** Emacs now has better support for touchscreen events. +Many touch screen gestures are now implemented, as is support for +tapping buttons and opening menus. + ++ + --- ** New command 'kill-matching-buffers-no-ask'. - Kills buffers whose name matches a regexp without asking for + This works like 'kill-matching-buffers', but without asking for confirmation. + +++ ** New helper variable 'transpose-sexps-function'. Emacs now can set this variable to customize the behavior of the 'transpose-sexps' function.