emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (03c929e528 -> 338f4be900)


From: Po Lu
Subject: feature/android updated (03c929e528 -> 338f4be900)
Date: Fri, 10 Feb 2023 06:16:08 -0500 (EST)

oldosfan pushed a change to branch feature/android.

      from  03c929e528 Merge remote-tracking branch 'origin/master' into 
feature/android
       new  283f34f09d Fix typo
       new  60270d8ee3 Fix IUP for contours which start past end
       new  a1941cd7a7 Update Android port
       new  664140fc26 Fix buffer swapping on Android 7.1 and earlier
      adds  8784b9e817 * lisp/icomplete.el (icomplete-exhibit): Check validity 
of the current buffer.
      adds  d6d25a3c22 xref--insert-xrefs: Use 'shadow' for the line number 
colon
      adds  c53255f677 Ensure that deferred commands don't make Eshell forget 
let-bound values
      adds  ab7c2f8092 Ensure that Eshell users can run lines of command output 
as input
       new  338f4be900 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 doc/emacs/android.texi                   |   5 -
 java/debug.sh                            |  13 ++-
 java/org/gnu/emacs/EmacsCopyArea.java    |  24 ++++-
 java/org/gnu/emacs/EmacsSurfaceView.java | 165 +++++++++++++++----------------
 java/org/gnu/emacs/EmacsView.java        |  93 +++--------------
 java/org/gnu/emacs/EmacsWindow.java      |  23 -----
 lisp/eshell/esh-cmd.el                   |  79 +++++++++++----
 lisp/eshell/esh-mode.el                  |   6 +-
 lisp/eshell/esh-proc.el                  |   5 +-
 lisp/eshell/esh-util.el                  |  34 +++++++
 lisp/icomplete.el                        |   4 +-
 lisp/progmodes/xref.el                   |   7 +-
 src/sfnt.c                               |  85 +++++++++-------
 src/sfntfont.c                           |   4 +
 test/lisp/eshell/em-prompt-tests.el      |   8 +-
 test/lisp/eshell/esh-cmd-tests.el        |  17 ++++
 test/lisp/eshell/eshell-tests.el         |  28 ++++++
 17 files changed, 327 insertions(+), 273 deletions(-)



reply via email to

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