[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (9e52188628e -> 733a6776f9d)
From: |
Po Lu |
Subject: |
feature/android updated (9e52188628e -> 733a6776f9d) |
Date: |
Tue, 30 May 2023 07:16:49 -0400 (EDT) |
oldosfan pushed a change to branch feature/android.
from 9e52188628e ; * src/android.c: Fix typos.
adds edcdb4c2ecd Add tree-sitter tests to emba
adds 56a8d57d032 comp: Recompute type slots after byte compilation for
user types
adds fbc96dcc4ea Revert "* Nativecomp disable propagation of pre slot
access type check..."
adds 7563bf5704c Document recommended way to use ERC over Tor
adds 8a149966dd5 Add command to view ERC-NEWS
adds 8bef8a55660 Simplify erc-tab interface
adds 4f93c52f7fd Recompute erc-prompt when inserting messages
adds 31a80f61ec0 Preserve prompt in erc-cmd-CLEAR
adds cb1ee63e2ae Update modus-themes to their version 4.2.0
adds f8a79c0055f * test/infra/gitlab-ci.yml (test-tree-sitter): Fix file
list.
new 733a6776f9d Merge remote-tracking branch 'origin/master' into
feature/android
Summary of changes:
admin/notes/emba | 7 +-
doc/misc/erc.texi | 54 ++-
doc/misc/modus-themes.org | 400 +++++++++++++++++----
etc/ERC-NEWS | 30 +-
etc/NEWS | 11 +-
etc/themes/modus-operandi-deuteranopia-theme.el | 47 ++-
etc/themes/modus-operandi-theme.el | 35 +-
etc/themes/modus-operandi-tinted-theme.el | 35 +-
...theme.el => modus-operandi-tritanopia-theme.el} | 257 +++++++------
etc/themes/modus-themes.el | 385 +++++++++++++++-----
etc/themes/modus-vivendi-deuteranopia-theme.el | 49 ++-
etc/themes/modus-vivendi-theme.el | 33 +-
etc/themes/modus-vivendi-tinted-theme.el | 33 +-
...-theme.el => modus-vivendi-tritanopia-theme.el} | 260 ++++++++------
lisp/emacs-lisp/comp-cstr.el | 31 +-
lisp/emacs-lisp/comp.el | 38 +-
lisp/erc/erc-button.el | 7 +-
lisp/erc/erc-log.el | 17 +-
lisp/erc/erc-stamp.el | 16 +
lisp/erc/erc-truncate.el | 21 +-
lisp/erc/erc.el | 96 ++++-
test/infra/Dockerfile.emba | 56 +++
test/infra/gitlab-ci.yml | 35 ++
test/lisp/erc/erc-scenarios-log.el | 207 +++++++++++
test/lisp/erc/erc-tests.el | 99 +++++
25 files changed, 1734 insertions(+), 525 deletions(-)
copy etc/themes/{modus-operandi-theme.el =>
modus-operandi-tritanopia-theme.el} (62%)
copy etc/themes/{modus-vivendi-theme.el => modus-vivendi-tritanopia-theme.el}
(62%)
create mode 100644 test/lisp/erc/erc-scenarios-log.el
- feature/android updated (9e52188628e -> 733a6776f9d),
Po Lu <=