]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge remote-tracking branch 'origin/master' into feature/android
authorPo Lu <luangruo@yahoo.com>
Fri, 14 Apr 2023 23:28:19 +0000 (07:28 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 14 Apr 2023 23:28:19 +0000 (07:28 +0800)
1  2 
etc/NEWS
src/buffer.c
src/lisp.h

diff --cc etc/NEWS
index e507ef1b55e9c9bdae8876fd5a0b84b2b87508e7,b121002b246fb3d2640f886ec70aa6aad51c5f93..16061135ea1b0123584c510f15c0c9348ca41725
+++ b/etc/NEWS
@@@ -350,26 -334,7 +352,26 @@@ hooks named after the feature name, lik
  \f
  * Lisp Changes in Emacs 30.1
  
- ** New var 'inhibit-auto-fill' to temporarily prevent auto-fill.
 ++++
 +** New variables describing the names of built in programs.
 +The new variables 'ctags-program-name', 'ebrowse-program-name',
 +'etags-program-name', 'hexl-program-name', 'emacsclient-program-name'
 +and 'movemail-program-name' should be used instead of "ctags",
 +"ebrowse", "etags", "hexl", and "emacsclient", when starting one of
 +these built in programs in a subprocess.
 +
 ++++
 +** 'x-popup-menu' now understands touch screen events.
 +When a 'touchscreen-begin' or 'touchscreen-end' event is passed as the
 +POSITION argument, it will behave as if that event was a mouse event.
 +
 ++++
 +** New functions for handling touch screen events.
 +The new functions 'touch-screen-track-tap' and
 +'touch-screen-track-drag' handle tracking common touch screen gestures
 +from within a command.
 +
+ ** New variable 'inhibit-auto-fill' to temporarily prevent auto-fill.
  
  ** Functions and variables to transpose sexps
  
diff --cc src/buffer.c
Simple merge
diff --cc src/lisp.h
Simple merge