]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge remote-tracking branch 'origin/master' into feature/android
authorPo Lu <luangruo@yahoo.com>
Sat, 21 Jan 2023 12:04:52 +0000 (20:04 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 21 Jan 2023 12:04:52 +0000 (20:04 +0800)
1  2 
etc/NEWS

diff --cc etc/NEWS
index 678a5a70ca7d144be114401f775ed0805d475c47,4851802716a0148fa9737a254a717e014ec9e1b0..cfb1f82706ff771423a877f905809b288f577e45
+++ b/etc/NEWS
@@@ -59,14 -53,12 +59,18 @@@ 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
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.