[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (a36207574ac -> f812d92f67a)
From: |
Po Lu |
Subject: |
feature/android updated (a36207574ac -> f812d92f67a) |
Date: |
Sat, 8 Jul 2023 20:41:18 -0400 (EDT) |
oldosfan pushed a change to branch feature/android.
from a36207574ac Fix EmacsDrawLine again
adds f7a899d7ca0 Document some missing Eshell commands
adds 118582efb30 ; * doc/misc/eshell.texi: Fix typos and clean up
unclear wording.
adds a9420c89da9 Avoid aborts when trying to 'read' sub-char-tables
adds 25f35957c98 Fix 'shell-dirtrack-mode' showing as enabled in
unrelated buffers
adds 6c3e65a75f5 Disambiguate mode line indication for utf-8 and utf-16
adds bb4b511c4c6 * etc/NEWS: Document changes to coding-system mnemonics.
adds a19beb4ad43 ; Fix last change.
adds aad13e61dbf Fix 'toggle-side-windows' with 3 or more side windows
adds e339d0080d3 ; * test/lisp/misc-tests.el (ert): require misc to
avoid warning
adds 823bf6bdb1a * lisp/rect.el (rectangle--duplicate-right): Fix
rectangle dup bug.
adds 7a74b8c3277 C Mode: Don't fontify foo globally as type due to
"struct foo"
adds fe7b909c16c ; Fix two typos in recent changes in the manual
adds 15ff8761777 ; * lisp/register.el (register-val-describe): Doc fix.
adds 37ed3d15f38 Avoid errors in completion due to
'completion-regexp-list'
adds a9b46bb25df Include a help-echo for flymake's modeline counters
adds aa030698cef ; Fix typos in documented names of keymap-* functions
adds 8da2091362d ; Fix documentation of minibuffer-completion commands
adds 67def1f5502 * lisp/progmodes/grep.el (rgrep): Fix docstring.
adds 244d4c837ab correct info documentation of benchmark-call
adds c3fefb2b3ae Improve natnump shortdoc
adds a30ebe7a556 ; Improve documentation of key-binding commands
adds 9b38773a20b ; * lisp/dired.el (dired-no-confirm): Doc fix.
(Bug#64493)
adds 0d90873fa41 ; * src/indent.c (Fvertical_motion): Doc fix.
adds 502a7800319 ; Improve documentation of 'vertical-motion' in ELisp
manual
adds 40f84e906f6 ; * doc/lispref/keymaps.texi (Key Binding Commands):
Fix typo.
adds f8a918c9778 ; * src/coding.c (Fcoding_system_put): Improve doc
string.
adds 600b90ed568 Mark failing icalendar test as unstable (bug#56241)
adds 375dac936fc Merge from origin/emacs-29
adds 567258ab430 Mention minibuffer-next-completion in completion-help
adds 4c2cc21354a Fix condition-case-unless-debug with :success
adds 0a35c991c19 Merge branch 'master' of
git.savannah.gnu.org:/srv/git/emacs
adds eedb7111185 Rearrange setting date and modes in Tramp
adds 1a9d454ebf6 ; Fix last change to lisp/language/cyrillic.el.
adds ac57358762b Minor search_buffer cleanup
adds 8ffe8422c53 Minor tree-sitter cleanups
adds 44c9293ddd8 ; * test/lisp/shell-tests.el: Add tests for
shell-dirtrack-mode (bug#64311)
adds 05984303a58 ; Simplify last change to cyrillic.el.
adds d082b263643 * lisp/menu-bar.el (menu-bar-search-options-menu):
Don't quote lambdas
adds 1b7c9ecc8f5 pp-fill: Fix missing indentation in some cases
adds 8c5fef4eb30 ; * doc/misc/eshell.texi: Fix last change.
adds e074081af3d Add special '$GID' variable in Eshell
adds afa4fa17232 ; Re-add recently removed comment in cyrillic.el.
adds 9c282faf26e cl-print.el: Reduce code duplication
new f812d92f67a Merge remote-tracking branch 'origin/master' into
feature/android
Summary of changes:
doc/emacs/mini.texi | 23 ++++--
doc/lispref/debugging.texi | 6 +-
doc/lispref/keymaps.texi | 15 +++-
doc/lispref/minibuf.texi | 6 ++
doc/lispref/positions.texi | 27 ++++---
doc/lispref/text.texi | 2 +-
doc/misc/eshell.texi | 112 ++++++++++++++++---------
etc/NEWS | 20 +++++
lisp/dired.el | 19 +++--
lisp/emacs-lisp/cl-print.el | 148 ++++++++++++----------------------
lisp/emacs-lisp/pp.el | 15 +++-
lisp/emacs-lisp/shortdoc.el | 7 +-
lisp/eshell/esh-var.el | 1 +
lisp/international/mule-conf.el | 2 +-
lisp/keymap.el | 58 ++++++++-----
lisp/language/cyrillic.el | 3 +-
lisp/menu-bar.el | 32 ++++----
lisp/minibuffer.el | 3 +-
lisp/net/tramp-sh.el | 71 +++++++---------
lisp/progmodes/cc-fonts.el | 2 +-
lisp/progmodes/cc-langs.el | 1 +
lisp/progmodes/flymake.el | 6 ++
lisp/progmodes/grep.el | 7 +-
lisp/register.el | 6 +-
lisp/shell.el | 40 ++++-----
lisp/simple.el | 15 ++--
lisp/subr.el | 9 ++-
lisp/treesit.el | 5 +-
lisp/window.el | 14 +++-
src/coding.c | 13 ++-
src/data.c | 4 +-
src/indent.c | 37 ++++++---
src/lisp.h | 6 +-
src/minibuf.c | 7 +-
src/search.c | 51 ++++++------
src/treesit.c | 20 ++---
test/lisp/calendar/icalendar-tests.el | 3 +
test/lisp/eshell/esh-var-tests.el | 4 +
test/lisp/shell-tests.el | 31 +++++++
test/lisp/subr-tests.el | 31 +++++++
40 files changed, 538 insertions(+), 344 deletions(-)
- feature/android updated (a36207574ac -> f812d92f67a),
Po Lu <=