]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge remote-tracking branch 'origin/master' into feature/android
authorPo Lu <luangruo@yahoo.com>
Fri, 20 Jan 2023 14:17:48 +0000 (22:17 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 20 Jan 2023 14:17:48 +0000 (22:17 +0800)
1  2 
configure.ac
etc/NEWS

diff --cc configure.ac
index 1f5618a172fcd3f07483286fd265053c9ea9a577,fc17dbd83188cf6e83932591a228428ce5e0fb88..bdcce8d8694c7dc36ddf443a922e68becc2e9f5b
@@@ -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-bitwise-instead-of-logical])
 +    gl_WARN_ADD([-Wno-shift-overflow])
    fi
  
    # This causes too much noise in the MinGW build
diff --cc etc/NEWS
index a309cd17a93e9350975ad2bf1212f0712cf21edf,f111d401df8c75d151ceb842a1c7955c8a05bb20..678a5a70ca7d144be114401f775ed0805d475c47
+++ b/etc/NEWS
@@@ -59,10 -53,10 +59,14 @@@ trash when deleting.  Default is nil
  \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.