]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge remote-tracking branch 'origin/master' into feature/android
authorPo Lu <luangruo@yahoo.com>
Sun, 12 Feb 2023 12:32:31 +0000 (20:32 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 12 Feb 2023 12:32:31 +0000 (20:32 +0800)
1  2 
configure.ac
etc/NEWS
lisp/image/wallpaper.el
lisp/subr.el
src/emacs.c
src/fns.c
src/frame.c
src/lisp.h
src/xterm.c

diff --cc configure.ac
Simple merge
diff --cc etc/NEWS
index a266ffe75e6de5e2e151d3e9e802a4cf59f814df,d3eafaadf1923b161061ed1055af5a4ba4c70e0d..840705d86131a37ab36d4b33f2c1048919dfa0b1
+++ b/etc/NEWS
@@@ -65,12 -59,13 +65,19 @@@ This allows the user to customize the p
  \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.
 +
 +
+ ---
+ ** On X, Emacs now supports input methods which perform "string conversion".
+ This means an input method can now ask Emacs to delete text
+ surrounding point and replace it with something else, as well as query
+ Emacs for surrounding text.  If your input method allows you to "undo"
+ mistaken compositions, this will now work as well.
  ---
  ** New command 'kill-matching-buffers-no-ask'.
  This works like 'kill-matching-buffers', but without asking for
Simple merge
diff --cc lisp/subr.el
Simple merge
diff --cc src/emacs.c
Simple merge
diff --cc src/fns.c
Simple merge
diff --cc src/frame.c
Simple merge
diff --cc src/lisp.h
Simple merge
diff --cc src/xterm.c
Simple merge