[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (4c390f14f4f -> cb4ea3e7fb3)
|
From: |
Po Lu |
|
Subject: |
feature/android updated (4c390f14f4f -> cb4ea3e7fb3) |
|
Date: |
Fri, 14 Jul 2023 03:44:04 -0400 (EDT) |
oldosfan pushed a change to branch feature/android.
from 4c390f14f4f Clean up Android debug code
adds fcade74066d src/comp.c: Use `pending_funcalls` to fix bug#64494
adds 4e8d579f3da Use 'emacs-lisp-compilation-mode' in native compilation
buffers
adds b95bb644ec2 Fix command-line parsing regression in erc-cmd-DCC
adds 96785a80377 Deprecate erc-server-alist and erc-server-select
adds 4d6ed774fef Respect existing invisibility props in erc-stamp
adds 4f3d036957a Simplify erc-button-add-nickname-buttons
adds 6a96b862680 Add text props for CTCP messages and speakers in ERC
adds d45770e8d03 Optionally combine faces in erc-display-message
adds b354b3a53bf Allow custom display-buffer actions in ERC
adds 9bdc5c62049 Add module for colorizing nicknames to ERC
adds e51e43b7046 Fix buffer-mismatch bug in erc-scroll-to-bottom
adds 30fe8703e60 Allow ERC's module toggles access to the prefix arg
adds 3c70e85d362 Add preset styles to erc-status-sidebar
adds ded35c2da4d Add erc-status-sidebar integration to erc-speedbar
adds 08515350faf Add mini modules bufbar and nickbar to ERC
adds 80e5e9ddc8d Improve walkthrough and sample config in ERC manual
adds 2716dd13ced Decouple keep-place-indicator from global ERC module
adds badbfd57cda * lisp/emacs-lisp/backtrace.el
(backtrace--change-button-skip): Typo)
adds 47c2da092a0 cl-print: Allow expanding the contents of hash-tables
adds be501f468ed Improve doc for VAX reading NaN, INF
adds 01b80a6f0e4 Reorder NaN, INF paras
adds 2df086d121e Fix misreporting of window top line
new 4f95ab3837d Merge remote-tracking branch 'origin/master' into
feature/android
new cb4ea3e7fb3 Update Android port
Summary of changes:
doc/lispref/numbers.texi | 12 +-
doc/misc/erc.texi | 695 +++++++++++++++++----
etc/ERC-NEWS | 97 ++-
etc/NEWS | 5 +-
lisp/emacs-lisp/backtrace.el | 4 +-
lisp/emacs-lisp/cl-print.el | 22 +-
lisp/emacs-lisp/comp.el | 9 +-
lisp/erc/erc-backend.el | 36 +-
lisp/erc/erc-button.el | 80 ++-
lisp/erc/erc-common.el | 23 +-
lisp/erc/erc-compat.el | 21 -
lisp/erc/erc-dcc.el | 2 +-
lisp/erc/erc-fill.el | 25 +-
lisp/erc/erc-goodies.el | 41 +-
lisp/erc/erc-join.el | 39 +-
lisp/erc/erc-match.el | 29 +-
lisp/erc/erc-networks.el | 80 ++-
lisp/erc/erc-nicks.el | 633 +++++++++++++++++++
lisp/erc/erc-speedbar.el | 287 ++++++++-
lisp/erc/erc-stamp.el | 21 +-
lisp/erc/erc-status-sidebar.el | 329 +++++++++-
lisp/erc/erc-track.el | 30 +-
lisp/erc/erc.el | 366 ++++++++---
lisp/startup.el | 24 +-
src/android.c | 26 +-
src/comp.c | 23 +-
src/frame.h | 2 +-
test/lisp/erc/erc-button-tests.el | 2 +-
test/lisp/erc/erc-dcc-tests.el | 23 +-
test/lisp/erc/erc-fill-tests.el | 5 +-
test/lisp/erc/erc-goodies-tests.el | 226 +++++--
test/lisp/erc/erc-networks-tests.el | 18 +
test/lisp/erc/erc-nicks-tests.el | 538 ++++++++++++++++
test/lisp/erc/erc-scenarios-base-buffer-display.el | 28 +-
.../lisp/erc/erc-scenarios-join-display-context.el | 66 ++
test/lisp/erc/erc-scenarios-match.el | 257 +++++++-
test/lisp/erc/erc-scenarios-status-sidebar.el | 169 +++++
test/lisp/erc/erc-tests.el | 241 ++++++-
.../erc/resources/base/gapless-connect/foonet.eld | 8 +-
.../buffer-display/mode-context.eld} | 37 +-
40 files changed, 3968 insertions(+), 611 deletions(-)
create mode 100644 lisp/erc/erc-nicks.el
create mode 100644 test/lisp/erc/erc-nicks-tests.el
create mode 100644 test/lisp/erc/erc-scenarios-join-display-context.el
create mode 100644 test/lisp/erc/erc-scenarios-status-sidebar.el
copy test/lisp/erc/resources/{base/assoc/queries/non-erc.eld =>
join/buffer-display/mode-context.eld} (59%)
- feature/android updated (4c390f14f4f -> cb4ea3e7fb3),
Po Lu <=