[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (23e963b6f0d -> 857e2bcb664)
From: |
Po Lu |
Subject: |
feature/android updated (23e963b6f0d -> 857e2bcb664) |
Date: |
Sun, 9 Apr 2023 20:16:59 -0400 (EDT) |
oldosfan pushed a change to branch feature/android.
from 23e963b6f0d Merge remote-tracking branch 'origin/master' into
feature/android
adds b26ccf488ef project.el: Use project-name to calculate prefixed
buffer name
adds cf7860c3839 * lisp/gnus/nnselect.el (nnselect-request-article):
Check car of thread
adds 9545869aac7 Keep the gnus active range current while getting
articles
adds a371be52576 Don't modify gnus group info when
gnus-newsgroup-selection is nil
adds 859b94e3386 Compute gnus/nnselect read articles from summary
variables
adds 48ecbccaa32 Update gnus/nnselect marks only for current articles
adds bb567e339a8 * lisp/emacs-lisp/cl-extra.el (cl-parse-integer):
side-effect-free.
adds 39a0b6cb027 ; * test/src/fns-tests.el: Strengthen tests of
`nreverse`.
adds c9e13048bb9 Fix scoping error in Tramp
adds 48ff93ba18c Adjust side-effect-free declarations
adds 4f0849a9e6d Remove unused values in effect context
adds 6157e3e4bc7 Extend ignored-return-value warning to more functions
(bug#61730)
adds 2347b102af2 Adapt Tramp test
adds 9037159c47a Pacify byte-compiler warnings in nadvice-tests
adds 48f3bfb8b98 Tweak ert-remote-temporary-file-directory in tests
adds 6674ac17eb4 Avoid Git project in eglot-test-eclipse-connect
adds f09f571b3ca Minor eglot-tests cosmetics
adds b5c5e923dba Simplify let-bindings in eglot-tests
new 857e2bcb664 Merge remote-tracking branch 'origin/master' into
feature/android
Summary of changes:
etc/NEWS | 15 ++++
lisp/emacs-lisp/byte-opt.el | 2 +-
lisp/emacs-lisp/bytecomp.el | 62 +++++++++++++-
lisp/emacs-lisp/cl-extra.el | 2 +
lisp/emacs-lisp/cl-lib.el | 1 +
lisp/emacs-lisp/cl-macs.el | 6 +-
lisp/emacs-lisp/ert-x.el | 4 +-
lisp/gnus/gnus-group.el | 3 +-
lisp/gnus/gnus-start.el | 3 +-
lisp/gnus/nnselect.el | 147 ++++++++++++++++++----------------
lisp/net/eudcb-mab.el | 3 +-
lisp/net/tramp-sshfs.el | 4 +-
lisp/org/ob-core.el | 3 +-
lisp/progmodes/project.el | 8 +-
lisp/progmodes/prolog.el | 4 +-
test/lisp/emacs-lisp/nadvice-tests.el | 16 ++--
test/lisp/net/tramp-tests.el | 37 ++++++++-
test/lisp/progmodes/eglot-tests.el | 63 ++++++---------
test/src/fns-tests.el | 39 ++++-----
19 files changed, 266 insertions(+), 156 deletions(-)
- feature/android updated (23e963b6f0d -> 857e2bcb664),
Po Lu <=