From: Po Lu Date: Fri, 14 Apr 2023 23:28:19 +0000 (+0800) Subject: Merge remote-tracking branch 'origin/master' into feature/android X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5919511881b17ddd3cd0fa3071c545927b9eba88;p=emacs.git Merge remote-tracking branch 'origin/master' into feature/android --- 5919511881b17ddd3cd0fa3071c545927b9eba88 diff --cc etc/NEWS index e507ef1b55e,b121002b246..16061135ea1 --- a/etc/NEWS +++ b/etc/NEWS @@@ -350,26 -334,7 +352,26 @@@ hooks named after the feature name, lik * Lisp Changes in Emacs 30.1 ++++ +** 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 var 'inhibit-auto-fill' to temporarily prevent auto-fill. + ** New variable 'inhibit-auto-fill' to temporarily prevent auto-fill. ** Functions and variables to transpose sexps