[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (3615bdd5bcf -> a65960c5b9c)
|
From: |
Po Lu |
|
Subject: |
feature/android updated (3615bdd5bcf -> a65960c5b9c) |
|
Date: |
Thu, 13 Jul 2023 19:59:42 -0400 (EDT) |
oldosfan pushed a change to branch feature/android.
from 3615bdd5bcf Add a Doc View tool bar
adds e0244f58042 ; * lisp/progmodes/project.el (project-current): Doc
fix.
adds 587efce9fae Autodetect coding system when yanking media
adds 488dc24d2a6 Prevent tex-shell buffer from reusing same window
adds e5be6c7ae30 Fix flymake mode line scrolling with
pixel-scroll-precision-mode
adds b94e7e63347 * lisp/help-mode.el (help-setup-xref): Disable
outline-minor-mode (bug#64575).
adds 0cd519971d1 Port NaN, infinity handling better to VAX
adds ee4cc106b88 Don't recalculate the buffer basename inside uniquify
adds 3ffb99f28f2 cl-print: Put buttons on ellipses
new a65960c5b9c Merge remote-tracking branch 'origin/master' into
feature/android
Summary of changes:
doc/lispref/numbers.texi | 10 ++-
etc/NEWS | 12 +++
etc/NEWS.26 | 2 +-
lisp/button.el | 2 +-
lisp/dired.el | 2 +-
lisp/emacs-lisp/backtrace.el | 67 +++--------------
lisp/emacs-lisp/cl-print.el | 104 ++++++++++++++++++++------
lisp/files.el | 26 ++++---
lisp/help-mode.el | 4 +
lisp/ielm.el | 7 ++
lisp/progmodes/flymake.el | 47 ++++++++----
lisp/progmodes/project.el | 6 +-
lisp/uniquify.el | 39 +++-------
lisp/window.el | 3 +-
lisp/yank-media.el | 2 +-
src/data.c | 3 +-
src/lread.c | 29 +++++++-
src/process.c | 3 +-
test/lisp/emacs-lisp/cl-print-tests.el | 5 +-
test/lisp/uniquify-tests.el | 129 +++++++++++++++++++++++++++++++++
20 files changed, 354 insertions(+), 148 deletions(-)
create mode 100644 test/lisp/uniquify-tests.el
- feature/android updated (3615bdd5bcf -> a65960c5b9c),
Po Lu <=