[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (65987f85061 -> 6abed48e5c2)
From: |
Po Lu |
Subject: |
feature/android updated (65987f85061 -> 6abed48e5c2) |
Date: |
Thu, 6 Apr 2023 20:27:16 -0400 (EDT) |
oldosfan pushed a change to branch feature/android.
from 65987f85061 Merge remote-tracking branch 'origin/master' into
feature/android
adds d6ac2627466 ; Fix compiler warning
adds e579c9cc33d CC Mode: Miscellaneous coding fixes in c-forward-type
adds c6bbc20c388 Propertize heredocs in elixir-ts-mode
adds 0563dbf95d0 Handle electric heredocs pairs in elixir-ts-mode
adds 27a21709c1e Restore positions reliably for abbreviated file names
in saveplace.el
adds 5ae0c167324 Describe how to run Emba tests locally
adds 6419d78fa6f Fix using background commands in 'eshell-command'
adds e2ebf3995d0 ; Auto-commit of loaddefs files.
adds 21a4ee209c1 Fix new Eshell tests on MS-Windows
adds 46209b2453b ; Fix last change
adds c755463f044 ; Merge from origin/emacs-29
adds d1d39a0f09c Document enhancements in handling of echo-area messages
adds 24ed9c7ae78 ; * doc/emacs/trouble.texi (Checklist): Minor copyedits
(bug#62320).
adds 89ac5ba11c7 Fix ModelSim error regexp in vhdl-mode
adds b39c3cd1125 ; * etc/NEWS: Fix typos.
adds 40860b61eed Merge from origin/emacs-29
adds 89e337c3fc9 ; Make sure 'eshell-command' tests don't prompt the user
adds f7e8586104b ; Merge from origin/emacs-29
adds fb2c4409207 ; * lisp/progmodes/c-ts-mode.el (c++-ts-mode): Add some
notice.
adds cb8d6ab648f * lisp/subr.el (use-dialog-box-p): Fix conditions for
GUI dialogs.
adds 3619663f982 Preserve peer information for web page in eww-readable
adds 82d0b6c64ea ; * lisp/subr.el (use-dialog-box-p): Fix last change.
adds 86cf9fd932c Eglot: don't watch directories that don't exist
adds 5a1c9aace70 ; Add a bit more docstring to tsx-ts-mode (bug#62429)
adds 479626dbac9 Update to Org 9.6.3-2-gf2949d
adds 728bc09cf3c Fix regexp string escaping mistake in vhdl-mode.el
(bug#62508)
adds eda88c63adf ; * doc/emacs/trouble.texi (Checklist): Minor grammar
fix.
adds 8c1b1022439 ; * lisp/image.el (put-image): Doc fix.
adds db308233cb3 Comment out GNUSTEP jobs on EMBA (again)
adds a832bc7090c Correct terminology in Elisp Reference Manual
adds 90c07d3fdd2 Another terminology fix in ELisp reference manual
adds 257090b8728 Adapt EMBA scripts.
adds 38cdfcb2128 ; Fix description of new 'keymap-*' functions
adds 81d1f46d0fe ; Avoid compiler warning in eglot.el.
adds 6b9f9df9454 ; Improve documentation of 'declare-function'
adds 5e1953a8f85 ; * etc/NEWS: Minor copyedits of entry for 'keymap-*'
functions.
adds 63d4a86f8d1 Fix transforming sliced images
adds 470d269ec1f Make emoji-zoom-{increase,decrease} set text properties
correctly
adds 305246d9726 Add emoji-zoom-reset
adds 2d1a96e878e Merge from origin/emacs-29
adds 5e5f5b28e92 Avoid failing the build when org-version.el is updated
new 6abed48e5c2 Merge remote-tracking branch 'origin/master' into
feature/android
Summary of changes:
admin/notes/emba | 40 +++++++++
doc/emacs/trouble.texi | 12 ++-
doc/lispref/commands.texi | 6 +-
doc/lispref/display.texi | 74 ++++++++++++----
doc/lispref/frames.texi | 2 +-
doc/lispref/functions.texi | 19 ++--
doc/lispref/keymaps.texi | 19 ++--
etc/NEWS.29 | 28 +++---
etc/refcards/orgcard.tex | 2 +-
lisp/Makefile.in | 8 ++
lisp/image.el | 50 +++++++----
lisp/international/emoji.el | 60 +++++++++----
lisp/international/mule-cmds.el | 3 +-
lisp/minibuffer.el | 26 +++++-
lisp/net/eww.el | 2 +-
lisp/org/ob-comint.el | 37 ++++----
lisp/org/org-version.el | 4 +-
lisp/org/org.el | 35 ++++----
lisp/progmodes/c-ts-mode.el | 6 +-
lisp/progmodes/cc-engine.el | 13 ++-
lisp/progmodes/eglot.el | 6 +-
lisp/progmodes/elixir-ts-mode.el | 47 ++++++++--
lisp/progmodes/typescript-ts-mode.el | 5 +-
lisp/progmodes/vhdl-mode.el | 2 +-
lisp/saveplace.el | 163 +++++++++++++++++++++--------------
lisp/subr.el | 7 +-
src/xterm.c | 2 +-
test/infra/Dockerfile.emba | 21 +++--
28 files changed, 477 insertions(+), 222 deletions(-)
- feature/android updated (65987f85061 -> 6abed48e5c2),
Po Lu <=