emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (50140585a2 -> 9510e8ad68)


From: Po Lu
Subject: master updated (50140585a2 -> 9510e8ad68)
Date: Sun, 12 Feb 2023 06:56:50 -0500 (EST)

oldosfan pushed a change to branch master.

      from  50140585a2 Merge from origin/emacs-29
       new  ae4ff4f25f Support input method ``text conversion'' on X Windows
       new  9510e8ad68 Check in new files


Summary of changes:
 configure.ac   |   6 ++
 etc/NEWS       |   7 ++
 src/emacs.c    |   3 +-
 src/frame.c    |   2 +-
 src/insdel.c   |  38 +++++++
 src/lisp.h     |   6 ++
 src/textconv.c | 312 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/textconv.h | 109 ++++++++++++++++++++
 src/window.c   |  15 +++
 src/xfns.c     | 303 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 src/xterm.c    |  41 +++++++-
 11 files changed, 828 insertions(+), 14 deletions(-)
 create mode 100644 src/textconv.c
 create mode 100644 src/textconv.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]