From: Po Lu Date: Fri, 20 Jan 2023 14:17:48 +0000 (+0800) Subject: Merge remote-tracking branch 'origin/master' into feature/android X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a03eeb0109334942a8fdee777697a25c2db82ab1;p=emacs.git Merge remote-tracking branch 'origin/master' into feature/android --- a03eeb0109334942a8fdee777697a25c2db82ab1 diff --cc configure.ac index 1f5618a172f,fc17dbd8318..bdcce8d8694 --- a/configure.ac +++ b/configure.ac @@@ -1585,8 -1144,6 +1586,7 @@@ AS_IF([test $gl_gcc_warnings = no] gl_WARN_ADD([-Wno-null-pointer-arithmetic]) gl_WARN_ADD([-Wno-implicit-const-int-float-conversion]) gl_WARN_ADD([-Wno-int-in-bool-context]) + gl_WARN_ADD([-Wno-shift-overflow]) - gl_WARN_ADD([-Wno-bitwise-instead-of-logical]) fi # This causes too much noise in the MinGW build diff --cc etc/NEWS index a309cd17a93,f111d401df8..678a5a70ca7 --- a/etc/NEWS +++ b/etc/NEWS @@@ -59,10 -53,10 +59,14 @@@ 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 + confirmation. + ** New helper variable 'transpose-sexps-function'. Emacs now can set this variable to customize the behavior of the 'transpose-sexps' function.