[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (db69249b76 -> 0d60579b6b)
From: |
Stefan Kangas |
Subject: |
master updated (db69249b76 -> 0d60579b6b) |
Date: |
Thu, 15 Dec 2022 15:34:50 -0500 (EST) |
skangas pushed a change to branch master.
from db69249b76 Handle selection transfer errors earlier
adds 489b02d03c * doc/misc/Makefile.in (need_emacsver): Add use-package.
adds 1b0e282a7f ; Comment and stylistic change in treesit.el
adds 91b8d9b7db ; * admin/notes/tree-sitter/build-module/build.sh: Minor
name change.
adds fafcf02c85 Fix syntax tables of tree-sitter modes (bug#59807)
new fa70076974 Merge from origin/emacs-29
adds 33e0a10464 ; * lisp/keymap.el (keymap-substitute): Doc fix.
(Bug#60059)
new 037889c4a9 ; Merge from origin/emacs-29
adds 3efe4df1d2 Delete temp files after icalendar tests
adds 8c30cb90ba * lisp/vc/vc-git.el (vc-git-checkin): Use
make-nearby-temp-file (bug#60011)
adds be165f7533 Fix Tramp tests in eglot-tests, prefix tests uniquely
adds 931d97bf56 Shortdoc: read and evaluate strings after :eval
adds 0cc199f1a6 Better shortdoc examples
adds 1d3cbba7df ; * lisp/progmodes/cmake-ts-mode.el (auto-mode-alist): $
-> \'
adds 2d96a18cd0 ; * lisp/emacs-lisp/shortdoc.el: fix mistakes in
previous commit
adds 9ac80e8a6e Add dedicated auth-source section in ERC manual
adds 0155fc67be Respect a nil erc-session-password when reconnecting
adds 75f26646d4 ; Be nicer when updating browse-url var in erc-compat
adds 44b04c0ac1 Actually accept non-symbols as IDs in erc-open
adds 09c0c6b2ba Limit casemapping to appropriate ranges in ERC
adds f0c9088878 Set erc-network to a "given" ID instead of failing
adds 102a3e3b44 Don't send erc-sasl-user as USER command argument
adds 752f9dde63 ; Fix a typo in window.el
adds d51b66ed54 ; Improve description of scoping and let-bindings
adds f93a5180a6 Update the documentation of overlays (bug#59996)
adds fbf0d3b796 Improve fontifications in Typescript mode
adds 480f41c7de Add < and > to the syntax table in c++-ts-mode
(bug#60049)
adds 3b226b6024 Treat C++ classes as defuns in C Tree-sitter mode
(bug#60047)
adds 622838b957 Fix handling of % when searching in .tex or .dtx files
adds 1985762fbd Introduce support for TOML config-format
adds 3db2f560bb Revert "Add expression for generic_name in
csharp-ts-mode"
adds a54d5f500c Improve fontification in csharp-ts-mode (bug#59897)
adds 2ca06aed7b Add indent rules to js/typescript/tsx-ts-mode (bug#60074)
adds fd403a5c5a Fix ruby-add-log-current-method after nested class
definition
adds da39200c4b ; Checkdoc fixes in dired-aux.el
adds a15cd55044 ; Don't quote nil in comments
new eacdac3c6e Merge from origin/emacs-29
adds 98ea7054a7 ; Auto-commit of loaddefs files.
new e17c1b01d8 ; Merge from origin/emacs-29
adds 0ad2112a2f ; Announce 'toml-ts-mode' in NEWS.
adds 49d7e0cec6 ; * etc/NEWS: Rearrange entries for tree-sitter
supported modes.
adds 12684c3a19 Mention 'tree-sitter' in user manual and NEWS
adds 8404253d17 * .gitignore: Ignore GDB history files.
adds d4c2aa4f91 ; * lisp/net/tramp-crypt.el: Fix comment.
adds bb27be36dd Fix bug#60060 in Tramp
adds 6aa5d16c64 * test/README (SELECTOR): Add eglot-tests.el to remote
file using libraries.
adds 3a633bdd6d ; * etc/NEWS: Fix recent changes.
adds 367022f316 Ensure package directories for source packages from
checkouts
adds b211a63455 Make tab-bar-tab-group-format-function also handle
current group
adds 6e2923d80f Make tab-bar-tab-group-format-function
backwards-compatible (bug#60073)
adds 26243f7b65 compile.el: Fix regression with nb of errors in modeline
adds eb06947063 * lisp/tab-bar.el ([tab-bar]): Use 'make-sparse-keymap'
instead of 'ignore'.
adds 386d6e74d8 Replace an erroneous eq with an equal in cc-defs.el
adds 99aa00e6e3 Revert 21b387c39bd with last-minute hasty changes
(bug#60048).
new 0d60579b6b Merge from origin/emacs-29
Summary of changes:
.gitignore | 4 +
admin/notes/tree-sitter/build-module/batch.sh | 4 +-
admin/notes/tree-sitter/build-module/build.sh | 8 +-
doc/emacs/programs.texi | 13 +-
doc/lispref/display.texi | 120 +++----
doc/lispref/internals.texi | 16 +-
doc/lispref/variables.texi | 27 +-
doc/misc/Makefile.in | 3 +-
doc/misc/erc.texi | 344 +++++++++++++--------
etc/ERC-NEWS | 4 +-
etc/NEWS.29 | 156 ++++++----
lisp/dired-aux.el | 53 ++--
lisp/emacs-lisp/package-vc.el | 1 +
lisp/emacs-lisp/shortdoc.el | 154 ++++++---
lisp/emacs-lisp/subr-x.el | 2 +-
lisp/erc/erc-common.el | 16 +-
lisp/erc/erc-compat.el | 7 +-
lisp/erc/erc-networks.el | 57 +++-
lisp/erc/erc-sasl.el | 27 +-
lisp/erc/erc-services.el | 2 +-
lisp/erc/erc.el | 47 ++-
lisp/external-completion.el | 2 +-
lisp/net/tramp-crypt.el | 2 +-
lisp/net/tramp-sh.el | 1 +
lisp/org/ob-clojure.el | 4 +-
lisp/org/org-persist.el | 2 +-
lisp/progmodes/c-ts-mode.el | 12 +-
lisp/progmodes/cc-defs.el | 2 +-
lisp/progmodes/cmake-ts-mode.el | 2 +-
lisp/progmodes/compile.el | 1 +
lisp/progmodes/csharp-mode.el | 14 +-
lisp/progmodes/js.el | 6 +-
lisp/progmodes/python.el | 1 +
lisp/progmodes/ruby-mode.el | 38 ++-
lisp/progmodes/sh-script.el | 1 +
lisp/progmodes/typescript-ts-mode.el | 45 ++-
lisp/simple.el | 72 +----
lisp/subr.el | 2 +-
lisp/tab-bar.el | 23 +-
lisp/textmodes/reftex.el | 11 +-
lisp/textmodes/toml-ts-mode.el | 187 +++++++++++
lisp/treesit.el | 70 +++--
lisp/vc/vc-git.el | 2 +-
lisp/window.el | 2 +-
src/buffer.c | 17 +-
test/README | 2 +-
test/lisp/calendar/icalendar-tests.el | 3 +-
test/lisp/erc/erc-networks-tests.el | 7 +-
test/lisp/erc/erc-scenarios-base-netid-samenet.el | 3 +
test/lisp/erc/erc-scenarios-misc.el | 5 +-
test/lisp/erc/erc-scenarios-services-misc.el | 59 ++++
test/lisp/erc/erc-tests.el | 3 +
.../erc/resources/base/local-modules/fourth.eld | 2 +-
test/lisp/erc/resources/erc-scenarios-common.el | 2 +-
.../networks/announced-missing/foonet.eld | 3 -
.../erc/resources/services/auth-source/recon.eld | 48 +++
test/lisp/progmodes/eglot-tests.el | 117 +++----
test/lisp/progmodes/ruby-mode-tests.el | 27 ++
58 files changed, 1250 insertions(+), 615 deletions(-)
create mode 100644 lisp/textmodes/toml-ts-mode.el
create mode 100644 test/lisp/erc/resources/services/auth-source/recon.eld
- master updated (db69249b76 -> 0d60579b6b),
Stefan Kangas <=
- master eacdac3c6e 3/5: Merge from origin/emacs-29, Stefan Kangas, 2022/12/15
- master 0d60579b6b 5/5: Merge from origin/emacs-29, Stefan Kangas, 2022/12/15
- master e17c1b01d8 4/5: ; Merge from origin/emacs-29, Stefan Kangas, 2022/12/15
- master 037889c4a9 2/5: ; Merge from origin/emacs-29, Stefan Kangas, 2022/12/15
- master fa70076974 1/5: Merge from origin/emacs-29, Stefan Kangas, 2022/12/15