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-bitwise-instead-of-logical])
+ gl_WARN_ADD([-Wno-shift-overflow])
fi
# This causes too much noise in the MinGW build
\f
* 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.