emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (0b7d9bbc8ac -> 4ff3904e3c2)


From: Po Lu
Subject: feature/android updated (0b7d9bbc8ac -> 4ff3904e3c2)
Date: Fri, 24 Feb 2023 08:23:43 -0500 (EST)

oldosfan pushed a change to branch feature/android.

      from  0b7d9bbc8ac Make sure scroll-bar.el is loaded on Android
      adds  6411a9af03a Additional change for Bug#61432
      adds  2f110132d73 ; Throw strings as the values for 'eshell-incomplete'
      adds  4b364a990a0 Add support for completing quoted variables in Eshell 
like $'FOO'
      adds  9d48c9844bf Don't add a space after the trailing slash when 
completing ~USER in Eshell
      adds  da002af4116 ; Remove commented-out leftover from the last commit
      adds  0a361fd91ab ; Return t or nil for 'test-completion' of Eshell user 
references
       new  4bcf2513085 Merge remote-tracking branch 'origin/master' into 
feature/android
       new  4aaa6fd24cf ; * src/keyboard.c (lispy_function_keys): Add missing 
delete key.
       new  b91e8ada70e Fix auto-revert-mode on Android
      adds  990f4027131 * doc/emacs/maintaining.texi: More mentions of marked 
files in Dired.
      adds  5286111ea1f Improve documentation of VC commands, including in Dired
      adds  e3be0dbf85c Eglot: display completion label when safe
      adds  5c2be6a2632 ; Fix recently-added doc strings in eglot.el
      adds  a0b273ef300 ; Clarify documentation of 
'file-modes-number-to-symbolic'
      adds  79fead1709f ; Fix a typo in a doc string in c-ts-common.el 
(bug#61736).
      adds  91e24c5b5a6 Eglot: update inlay hints on window configuration 
changes
      adds  b0cbd5590b2 Eglot: simplify inlay hints implementation with jit-lock
      adds  1bed13111be Merge from origin/emacs-29
       new  d3e71edc719 Merge remote-tracking branch 'origin/master' into 
feature/android
       new  4ff3904e3c2 Enable normal-erase-is-backspace on Android


Summary of changes:
 doc/emacs/dired.texi              |   4 ++
 doc/emacs/maintaining.texi        |  59 +++++++++++++----
 doc/lispref/files.texi            |   6 +-
 doc/misc/eglot.texi               |   8 ---
 lisp/dired-aux.el                 |  21 +++++--
 lisp/emulation/viper-cmd.el       |   2 +-
 lisp/eshell/em-cmpl.el            |  23 ++++---
 lisp/eshell/em-dirs.el            |  35 ++++++++---
 lisp/eshell/em-glob.el            |   2 +-
 lisp/eshell/em-pred.el            |   2 +-
 lisp/eshell/esh-arg.el            |   8 +--
 lisp/eshell/esh-cmd.el            |   4 +-
 lisp/eshell/esh-mode.el           |   2 +-
 lisp/eshell/esh-var.el            |  76 +++++++++++++---------
 lisp/files.el                     |  11 ++--
 lisp/frame.el                     |   2 +-
 lisp/pcomplete.el                 |  38 ++++++++---
 lisp/progmodes/c-ts-common.el     |   2 +-
 lisp/progmodes/eglot.el           | 129 ++++++++++++++------------------------
 lisp/simple.el                    |   2 +-
 lisp/vc/vc.el                     |  54 +++++++++++-----
 src/inotify.c                     |  19 +++++-
 src/keyboard.c                    |   1 +
 test/lisp/eshell/em-cmpl-tests.el |  30 ++++++++-
 24 files changed, 335 insertions(+), 205 deletions(-)



reply via email to

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