emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/pkg updated (e148d8c49e -> 7ac023aa1f)


From: Gerd Moellmann
Subject: feature/pkg updated (e148d8c49e -> 7ac023aa1f)
Date: Mon, 28 Nov 2022 03:32:19 -0500 (EST)

gerd pushed a change to branch feature/pkg.

      from  e148d8c49e Merge remote-tracking branch 'origin/master' into 
feature/pkg
      adds  74892eefc8 * lisp/treesit.el (treesit-max-buffer-size): Enlarge 
value.
      adds  c7202e7f4a ; Fix docstrings in treesit.el
      adds  cb60342c01 Tweak c-ts-mode fontification
      adds  6e07838051 treesit-font-lock-recompute-features now has two modes 
of operation
      adds  d6d4adf3bd Tweak faces in Java and TypeScript
      adds  e494ca4f4d Fix treesit_record_change in casify_region
      adds  1161c96cc9 Separate tree-sitter and non-tree-sitter variant of 
sh-mode
      adds  eb02528b70 ; Fix warnings in builds without tree-sitter
      adds  60fac8a5e0 Avoid potentially expensive XFlush and fix ordering
      adds  110769d039 Fix tree-sitter build using non-bash /bin/sh (bug#59460)
      adds  7c090ebf6b Improve the doc string of 'string-collate-lessp'
      adds  350918e7be Adjust x_display_set_last_user_time for Xlib 
sign-extension
      adds  4b6e152e34 Add '\lll' for VERY MUCH LESS-THAN to TeX input method
      adds  fa567684fa ; Fix comparisons in treesit.c
      adds  368d2531be Fix 'treesit-max-buffer-size' and its use
      adds  361297c6f4 * lisp/progmodes/project.el (project-name): New
      adds  1f39da3098 * lisp/progmodes/eglot.el (eglot--connect): Use 
project-name
      adds  95d783f27c ; * src/casefiddle.c (casify_region): Stylistic change.
      adds  2fa6ccab01 ; Fix treesit--children-covering-range
      adds  057901f55a Fix treesit-update-ranges
      adds  c69858b3f0 ; * lisp/treesit.el (treesit-ready-p): Guard against 
empty buffers.
      adds  efe599df31 Add a way to override project name for project-vc backend
      adds  0ed3136422 Utilize new font-lock faces for more tree-sitter modes 
(Bug#59397)
      adds  d2ab1c4a9a Tweak python-ts-mode fontification (bug#59470)
      adds  17ed39cc8d ; Remove obsolete use of inhibit-point-motion-hooks
      adds  5e8c62ffca ; Fix typos
      adds  3573ebfa6d * lisp/progmodes/xref.el: Support outline-minor-mode 
(bug#49731)
      adds  a142841ad1 * lisp/outline.el: 'S-<down-mouse-1>' on buffer buttons 
cycles all outlines.
      adds  9f4306cd8d ; * doc/lispintro/emacs-lisp-intro.texi (Complete 
kill-region): Fix typo
      adds  1524fe427d Restore tramp-achive's Emacs 26 compatibility
      adds  4306091087 Improve last change to xterm.c
      adds  5568ac2db0 Fix error signaled by mouse-highlight on mode line
      adds  43e616aca5 Improve documentation of locale-specific string 
comparison
      adds  5496f45437 Avoid signaling args-out-of-range in mouse.el
      adds  275bc78286 ; * src/pdumper.c (dump_buffer, dump_vectorlike): Update 
hashes.
      adds  325515f979 Support Racket programs in 'etags'
      adds  c38f3b1ce1 xref--search-property: Jump over entries hidden by 
outline-minor-mode
      adds  5f9b587e80 Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/emacs
      adds  7a4f524314 * lisp/help.el (describe-bindings): Use the 
outline-default-rules feature.
      adds  a3fcc4ed0f Don't break when loading VC packages on older Emacs 
versions
      adds  21b387c39b New commands previous-line-completion and 
next-line-completion (bug#59486)
      adds  b42cd524b4 icalendar.el: Add test(s) for bug#56241
      adds  10f8f9a185 ; * src/treesit.c: Minor comment improvement.
      adds  6785273a82 More flexible tree-sitter defun navigation
      adds  9368315794 Don't skip nested defuns in python-ts-mode defun 
navigation
      adds  d47e05219f Add csharp-mode and csharp-ts-mode
      adds  71397175aa Add GS2 authorization to sasl-scram-rfc
      adds  da30a4908e Don't set erc-networks--id until network is known
      adds  dc6ff142bc Make erc--server-reconnecting non-buffer-local
      adds  4c4936fab2 Support local ERC modules in erc-mode buffers
      adds  ae254a65cd Call erc-login indirectly via new generic wrapper
      adds  ed8862c404 Add non-IRCv3 SASL module to ERC
      adds  5258f36168 Accept functions in place of passwords in ERC
      adds  f8b410f4a1 Add test scenarios for local ERC modules
      adds  b37604c263 project-switch-project: Use a different fix for bug#58784
      adds  00e7da76a7 Don't always filter out captured tree-sitter nodes 
outside of region
      adds  31fe6b066c ; * src/treesit.c (treesit_predicate_match): Move use 
below check.
      adds  901f0eab20 Add an error fontification heuristic to c-ts-mode
      adds  d0cd4ae62e ; * lisp/progmodes/csharp-mode.el: Add missing require 
form.
      adds  183c66be97 ; Relayout comments in treesit-font-lock-fontify-region
      adds  4231481af8 EUDC: Improve LDAP and BBDB tests
      adds  8252211833 Avoid assertion violations in treesit.c when editing 
non-ASCII
      adds  005efce764 Fix face issues in show-paren context overlay (bug#59527)
      adds  3208a42c47 CC Mode: Make it scroll fast over buffers with only 
#define's
      adds  95d827f21e Fix cross-filesystem directory trashing (Bug#58721)
      adds  867e962cf5 Fix trashing of symlink that points at a directory
      adds  9fcff114b8 Fix reentrancy problem/crash in xterm.c
      adds  25e7290d36 Add new SI prefixes
      adds  cf439636d4 Eglot: Advertise completion.resolveSupport capabilities
      adds  fcd5fde090 Remove fboundp check in eglot--connect
      adds  d34fc7b7aa Eglot: don't confuse URLs and windows file paths
      adds  c6c31b2903 icalendar.el: Fix parsing of sexp entries (bug#56241)
      adds  b604bef915 icalendar: Adjust tests after fixing parsing of sexp 
entries (bug#56241)
      adds  94ec173a73 Add tree-sitter-based modes to eglot-server-programs
      adds  80ed35866e * src/emacs.c (usage_message): Add missing 
--init-directory entry
      adds  80b2534605 ; * lisp/progmodes/eglot.el (eglot-server-programs): Add 
csharp-ts-mode.
      adds  697aaeb7b3 ; * src/emacs.c (usage_message): Fix typo
      adds  5ce34327ee Add more tree-sitter modes to eglot-server-programs
      adds  149e6e03b3 ; Avoid treesit-related byte-compilation warnings
      adds  55f6f1c82a Work around lsp-mode compatibility bug
      adds  fc9d7b3d04 Improve python-ts-mode fontification (bug#59534)
      adds  b0fa3b1a1f Improve csharp-ts-mode fontification
      adds  2b123edcf6 Fix easy menu separator in oldXMenu
      adds  29a262bfa7 Allow goto-address-at-point to use secondary browser
      adds  60354fcf49 ; * lisp/net/goto-addr.el (goto-address-at-point): Fix 
last commit.
      adds  e769a8eb44 Bind Buffer-menu-view-other-window to "O"
      adds  65f35b7f6f Add support for window-local xref history
      adds  75101583c3 Make ibuffer directory filter buffer aware
      adds  1c1a82bbed ; Fix up some NEWS entries for Eshell
      adds  339893f2e3 ; Add more tests for the Emacs server
      adds  28c444f72a Don't explicitly delete client frames when killing Emacs 
anyway
      adds  4ee5618c6b ; Remove unused variable treesit-imenu-function
      adds  bf93e94060 Show package name in package-vc--unpack prompt
      adds  a7f8087d7f Remove unused parameter from image_create_pix_container
      adds  639adf26a1 CC Mode: Fix the "asymmetry rule" for fontifying a type 
followed by *
      adds  8910447308 Fix regex errors in csharp-mode
      adds  f35dc7058b Add sqlite library version string retrieval function 
(bug#58766)
      adds  98c69b2556 ; * src/sqlite.c (Fsqlite_version): Doc fix.
      adds  af54523431 ; Fix doc strings in xref.el
      adds  94a8a8c4fe ; * lisp/progmodes/python.el 
(treesit-node-prev-sibling): Declare.
      adds  3d02c8aabf Disable auth-source-pass-extra-query-keywords by default
      adds  ba6ead4854 ; * lisp/progmodes/which-func.el: Remove obsolete comment
      adds  2557145f10 ; lisp/progmodes/which-func.el: Mark emacs-devel as 
maintainer.
      adds  698b202ddc ; * lisp/server.el (server-start): Fix a typo in a 
warning message.
      adds  2389158a31 Drop project--value-in-dir
      adds  123e90f6d3 Fix no-accept-focus handling for embedded frames
      adds  0a8e724e37 Rename ts-mode.el to typescript-ts-mode.el
      adds  7fc0eae28f Rename ts-mode to typescript-ts-mode
      adds  154daf8367 ; * test/lisp/eshell/esh-var-tests.el: Fix incorrect 
paren placement.
      adds  e9f86182ce ; * lisp/progmodes/csharp-mode.el: Add author and 
maintainer.
      adds  73c94d5a9f ; Fix comment-end in treesit-simple-indent-presets
      adds  245366b18a ; Add comments in treesit.c and treesit.h
      adds  4ffca85f1e Rename treesit_ensure_position_synced to 
treesit_sync_visible_region
      adds  0369dcacf3 Fix tree-sitter assertion error (bug#59574)
      adds  3dbe0cde0e ; * lisp/progmodes/csharp-mode.el: Add Commentary.
      adds  372f8c5bff eglot-server-programs: ts-mode -> typescript-ts-mode
      adds  30d4011b8a Use substitute-command-keys in Info-index error
      adds  34256906aa ; Add doc string to 'ucs-normalize-string'
      adds  2eccd6eb5f ; Fix some typos
      adds  4dec4aadf6 Fix generation of autoloads on MS-Windows
      adds  5281e85513 Reduce wasted cycles in x*.c
      adds  b3c9840066 Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/emacs
      adds  b84408647c Improve documentation of some posn-* functions
      adds  24c06a92e9 In project-find-file and the like, add absolute file 
name to history
      adds  65f355a0ad ; Fix typos
      adds  9319c124c9 Mention new programming language support in manual
      adds  78ccae4447 ; * doc/emacs/programs.texi (Program Modes): Improve 
indexing.
      adds  6e82403013 ; Clean up unused function: cuserid
      adds  bd5aa073d4 ; Don't mention Makefiles twice in `(emacs) Program 
Modes`
      adds  a22671dbd0 ; doc fix: Use w32-* names instead of obsolete ones
      adds  d440ca47ed ; * src/treesit.c: Fix typos and wording in comments.
      adds  b27e8f2628 Update from Gnulib by running admin/merge-gnulib
      adds  eb713a8fcc Remove mentions of create-directory nnmaildir setting
      adds  14d54212ea Improve robustness of server.el tests
      adds  d884b43634 Partially fix some python tests (bug#59477)
      adds  cc086f37e8 Add default limit for tree-sitter recursive 
tree-traversing function
      adds  447b9d48d9 Add treesit-font-lock-level
      adds  93c8220937 Reorganize treesit-font-lock-feaure-list's to the new 
level scheme
      adds  bd10c3cfa2 Correctly fontify types in typeof() expression in 
csharp-ts-mode
      adds  3fe5fc3dc1 Make bash-ts-mode fall back to sh-mode if the file isn't 
in Bash
      adds  a3d8da2476 Make typescript-ts-mode not fallback to js-mode
      adds  4a28f55149 Improve describe-text-properties display
      adds  40ff40198d Add js-ts-mode to eglot-server-programs
      adds  c3240ca540 ; * lisp/progmodes/sh-script.el 
(sh--redirect-bash-ts-mode): Doc fix.
      adds  80dcd78ff1 ; Fix recent documentation changes in treesit.el
      adds  8cda625b22 ; * src/treesit.c (Ftreesit_induce_sparse_tree): Doc fix.
      adds  ea2f2f1e71 Remove compatibility code in csharp-mode
      adds  80bfd6dc5b Make frame synchronization more robust
      adds  bacba02e5c * lib-src/emacsclient.c (print_help_and_exit): Fix 
--timeout.
      adds  d48bb4874b Fixed ctags local command execute vulnerability
      adds  6f0906be51 ; Fix last change in etags.c
      adds  41d2365d58 Fix xref to correctly display Windows absolute filenames
      adds  a5259b48a4 Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/emacs
      adds  31cfd6d311 Fix xref interaction with which-func (bug#59575)
      adds  ca42ff5f0e Consistently refer to VC packages as such
      adds  1cbf2655db Extend memory-info for remote systems
      adds  7ee71ab6e5 ; * lisp/progmodes/xref.el: Fix some typos
      adds  a175c42b3a ; Fix typo (Bug#59634)
      adds  eaa823b9d6 ; * src/treesit.c (Ftreesit_parser_included_ranges): Doc 
fix.
      adds  7bf393dcf0 ; Consistently call alists "association list"
      adds  89a10ffcc4 Fix the new ctags test
      adds  2727af3fd4 Improved locked narrowing.
      adds  e41e9740fb Fix user narrowing handling.
      adds  4f19e1a5d1 Fix mode line redisplay bug when locked narrowing is in 
effect.
      adds  22375315f1 Revert 4f19e1a5d1
      adds  01efdbd336 Better way to protect redisplay routines from locked 
narrowings.
      adds  890d6c15a7 ; * src/editfns.c (Fnarrow_to_region): Two forgotten 
cases.
      adds  2342fb052b ; * src/editfns.c (Fnarrowing_lock): Minor docstring 
improvement.
      adds  ea8e0f67bb Minor improvements to locked narrowing.
      adds  3bf19c417f Merge master into feature/improved-locked-narrowing.
      adds  aef803d6c3 Merge master into feature/improved-locked-narrowing.
      adds  ba9315b164 Merge master into feature/improved-locked-narrowing.
      adds  9dee6df39c Reworked locked narrowing.
      adds  a246524039 Generic 'with-narrowing' macro.
      adds  16b8b0d1e0 Save and restore narrowing locks in 'save-restriction'.
      adds  558084c7f7 Improve locked narrowing around low-level hooks.
      adds  2ea4f97847 Further improvements to narrowing locks
      adds  4b5e31bf02 Docstring improvements
      adds  1bf0b72eb7 Docstring improvements
      adds  321d4e6155 Minor improvements for locked narrowing
      adds  1d1a83ba56 Improve handling of killed buffers in locked narrowings
      adds  bf4373f90a Simplify narrowing_locks_restore
      adds  914b7903ad ; * src/editfns.c: Minor improvements in comments.
      adds  18fa159fa9 ; * src/xdisp.c (get_locked_narrowing_begv): Minor 
change.
      adds  849223fba1 Merge branch 'feature/improved-locked-narrowing'
      adds  d5dc1dbf7c Remove treesit-comment-start/end and use 
comment-start/end-skip
      adds  6d3cea2c8e Minor improvements to locked narrowing
      adds  5f97a085be Fix incompatible -t and -r options in emacsclient
      adds  059467ddc2 Catch more cases in info--ensure-not-in-directory-node
      adds  99463478e5 * lisp/progmodes/xref.el (xref--outdated-p): Fix broken 
docstring.
      adds  56ab6203fa Do not enter locked narrowing when it would span the 
whole buffer
      adds  a85ff22300 ; Don't emit a "Server stopped" message when restarting 
the Emacs server
       new  2848b97d0e Merge remote-tracking branch 'origin/master' into 
feature/pkg
       new  7ac023aa1f Fix calls to intern_c_string_1


Summary of changes:
 .gitignore                                         |   1 +
 build-aux/config.guess                             |   8 +-
 build-aux/config.sub                               |  27 +-
 configure.ac                                       |   2 +-
 doc/emacs/msdos.texi                               |  22 +-
 doc/emacs/programs.texi                            |  17 +-
 doc/lispintro/emacs-lisp-intro.texi                |   2 +-
 doc/lispref/commands.texi                          |  12 +-
 doc/lispref/compile.texi                           |   2 +-
 doc/lispref/files.texi                             |   4 +-
 doc/lispref/internals.texi                         |   3 +
 doc/lispref/parsing.texi                           |  18 +-
 doc/lispref/strings.texi                           |  32 +-
 doc/lispref/text.texi                              |   4 +
 doc/misc/auth.texi                                 |  11 +-
 doc/misc/erc.texi                                  | 190 ++++-
 doc/misc/gnus.texi                                 |   7 +-
 doc/misc/texinfo.tex                               | 428 ++++++----
 etc/ERC-NEWS                                       |  16 +-
 etc/NEWS                                           | 112 +--
 etc/NEWS.24                                        |   4 +-
 lib-src/ChangeLog.1                                |   2 +-
 lib-src/emacsclient.c                              |   6 +-
 lib-src/etags.c                                    | 152 +++-
 lib-src/ntlib.c                                    |   9 -
 lib-src/ntlib.h                                    |   1 -
 lib/canonicalize-lgpl.c                            | 122 ++-
 lib/gnulib.mk.in                                   | 136 +--
 lib/malloc/scratch_buffer.h                        |  16 -
 lib/scratch_buffer.h                               |  10 -
 lib/stat-time.h                                    |   5 +-
 lisp/auth-source-pass.el                           |   9 +-
 lisp/buff-menu.el                                  |  18 +-
 lisp/calc/calc-units.el                            |   9 +-
 lisp/calendar/icalendar.el                         |   8 +-
 lisp/descr-text.el                                 |   5 +-
 lisp/emacs-lisp/byte-run.el                        |   2 +-
 lisp/emacs-lisp/easymenu.el                        |  11 +-
 lisp/emacs-lisp/ert.el                             |   9 +-
 lisp/emacs-lisp/loaddefs-gen.el                    |  35 +-
 lisp/emacs-lisp/package-vc.el                      |  25 +-
 lisp/emacs-lisp/package.el                         |   8 +-
 lisp/emacs-lisp/pcase.el                           |   2 +-
 lisp/erc/erc-backend.el                            |  43 +-
 lisp/erc/erc-common.el                             |  82 +-
 lisp/erc/erc-compat.el                             |  99 ++-
 lisp/erc/erc-goodies.el                            |   1 +
 lisp/erc/erc-networks.el                           |  53 +-
 lisp/erc/erc-sasl.el                               | 417 ++++++++++
 lisp/erc/erc-services.el                           |   5 +-
 lisp/erc/erc.el                                    | 166 ++--
 lisp/files.el                                      |  29 +-
 lisp/gnus/ChangeLog.3                              |   2 +-
 lisp/gnus/gnus-art.el                              |  10 +-
 lisp/gnus/gnus-registry.el                         |   2 +-
 lisp/gnus/gnus-search.el                           |   2 +-
 lisp/gnus/gnus-topic.el                            |   2 +-
 lisp/gnus/gnus-uu.el                               |   2 +-
 lisp/gnus/message.el                               |   2 +-
 lisp/gnus/nnmaildir.el                             |  21 +-
 lisp/help.el                                       |   9 +-
 lisp/ibuf-ext.el                                   |  10 +-
 lisp/info.el                                       |  16 +-
 lisp/international/ucs-normalize.el                |   1 +
 lisp/jsonrpc.el                                    |   2 +-
 lisp/leim/quail/latin-ltx.el                       |   1 +
 lisp/mouse.el                                      |   1 +
 lisp/net/goto-addr.el                              |  31 +-
 lisp/net/sasl-scram-rfc.el                         |  21 +-
 lisp/net/tramp-adb.el                              |   1 +
 lisp/net/tramp-archive.el                          |  22 +-
 lisp/net/tramp-crypt.el                            |   1 +
 lisp/net/tramp-gvfs.el                             |   1 +
 lisp/net/tramp-rclone.el                           |   1 +
 lisp/net/tramp-sh.el                               |   1 +
 lisp/net/tramp-smb.el                              |   1 +
 lisp/net/tramp-sshfs.el                            |   4 +-
 lisp/net/tramp-sudoedit.el                         |   1 +
 lisp/net/tramp.el                                  |  80 +-
 lisp/outline.el                                    |  16 +-
 lisp/paren.el                                      |   4 +
 lisp/progmodes/antlr-mode.el                       |   2 +-
 lisp/progmodes/c-ts-mode.el                        |  81 +-
 lisp/progmodes/cc-engine.el                        |  26 +-
 lisp/progmodes/cc-langs.el                         |  10 +-
 lisp/progmodes/cc-mode.el                          |   9 +-
 lisp/progmodes/csharp-mode.el                      | 925 +++++++++++++++++++++
 lisp/progmodes/eglot.el                            |  38 +-
 lisp/progmodes/gdb-mi.el                           |   6 +-
 lisp/progmodes/idlwave.el                          |   2 +-
 lisp/progmodes/java-ts-mode.el                     | 109 +--
 lisp/progmodes/js.el                               |  79 +-
 lisp/progmodes/json-ts-mode.el                     |  32 +-
 lisp/progmodes/project.el                          |  75 +-
 lisp/progmodes/python.el                           | 101 +--
 lisp/progmodes/sh-script.el                        | 221 +++--
 .../{ts-mode.el => typescript-ts-mode.el}          | 173 ++--
 lisp/progmodes/which-func.el                       |  18 +-
 lisp/progmodes/xref.el                             | 165 +++-
 lisp/server.el                                     | 137 +--
 lisp/simple.el                                     | 135 ++-
 lisp/subr.el                                       |  32 +-
 lisp/textmodes/css-mode.el                         |   2 +-
 lisp/treesit.el                                    | 276 +++---
 lisp/vc/vc.el                                      |   2 +-
 lisp/wid-edit.el                                   |   2 +-
 m4/assert_h.m4                                     |   6 +
 m4/gnulib-comp.m4                                  |  78 +-
 m4/pthread_sigmask.m4                              |   7 +-
 src/alloc.c                                        |  12 +-
 src/buffer.c                                       |  37 +-
 src/casefiddle.c                                   |   5 +-
 src/dispextern.h                                   |  10 +
 src/editfns.c                                      | 373 +++++++--
 src/emacs.c                                        |   1 +
 src/fns.c                                          |   8 +-
 src/image.c                                        |   8 +-
 src/keyboard.c                                     |  22 +-
 src/lisp.h                                         |   3 +-
 src/pdumper.c                                      |   4 +-
 src/sqlite.c                                       |  15 +
 src/timefns.c                                      |   2 +-
 src/treesit.c                                      | 169 ++--
 src/treesit.h                                      |  13 +-
 src/xdisp.c                                        |  68 +-
 src/xfns.c                                         |  26 +-
 src/xselect.c                                      |   8 +-
 src/xterm.c                                        | 102 ++-
 src/xterm.h                                        |   6 +
 test/lib-src/emacsclient-tests.el                  |   4 +-
 test/lisp/auth-source-pass-tests.el                |  24 +-
 test/lisp/calendar/icalendar-tests.el              |  58 +-
 test/lisp/erc/erc-sasl-tests.el                    | 344 ++++++++
 .../erc/erc-scenarios-base-association-nick.el     |  84 +-
 test/lisp/erc/erc-scenarios-base-local-modules.el  | 243 ++++++
 test/lisp/erc/erc-scenarios-sasl.el                | 144 ++++
 test/lisp/erc/erc-services-tests.el                |  16 +-
 test/lisp/erc/erc-tests.el                         | 178 ++++
 .../erc/resources/base/local-modules/first.eld     |  53 ++
 .../erc/resources/base/local-modules/fourth.eld    |  53 ++
 .../erc/resources/base/local-modules/second.eld    |  47 ++
 .../erc/resources/base/local-modules/third.eld     |  43 +
 .../resources/base/netid/bouncer/barnet-drop.eld   |   2 +-
 .../erc/resources/base/netid/bouncer/barnet.eld    |   2 +-
 .../resources/erc-d/resources/dynamic-barnet.eld   |   2 +-
 .../resources/erc-d/resources/dynamic-foonet.eld   |   2 +-
 test/lisp/erc/resources/sasl/external.eld          |  33 +
 test/lisp/erc/resources/sasl/plain-failed.eld      |  16 +
 test/lisp/erc/resources/sasl/plain.eld             |  39 +
 test/lisp/erc/resources/sasl/scram-sha-1.eld       |  47 ++
 test/lisp/erc/resources/sasl/scram-sha-256.eld     |  47 ++
 test/lisp/eshell/esh-var-tests.el                  |   4 +-
 test/lisp/net/eudc-resources/bbdb                  |   1 +
 test/lisp/net/eudc-tests.el                        |   7 +-
 test/lisp/net/tramp-tests.el                       |  18 +
 test/lisp/server-tests.el                          | 196 ++++-
 test/lisp/vc/vc-tests.el                           |   2 +-
 test/manual/etags/{CTAGS.good => CTAGS.good_crlf}  | 770 +++++++----------
 .../manual/etags/{CTAGS.good => CTAGS.good_update} | 769 +++++++----------
 test/manual/etags/Makefile                         |  15 +
 test/manual/etags/crlf                             |   2 +
 test/src/sqlite-tests.el                           |   1 +
 test/src/treesit-tests.el                          |  64 +-
 163 files changed, 6958 insertions(+), 2698 deletions(-)
 create mode 100644 lisp/erc/erc-sasl.el
 create mode 100644 lisp/progmodes/csharp-mode.el
 rename lisp/progmodes/{ts-mode.el => typescript-ts-mode.el} (62%)
 create mode 100644 test/lisp/erc/erc-sasl-tests.el
 create mode 100644 test/lisp/erc/erc-scenarios-base-local-modules.el
 create mode 100644 test/lisp/erc/erc-scenarios-sasl.el
 create mode 100644 test/lisp/erc/resources/base/local-modules/first.eld
 create mode 100644 test/lisp/erc/resources/base/local-modules/fourth.eld
 create mode 100644 test/lisp/erc/resources/base/local-modules/second.eld
 create mode 100644 test/lisp/erc/resources/base/local-modules/third.eld
 create mode 100644 test/lisp/erc/resources/sasl/external.eld
 create mode 100644 test/lisp/erc/resources/sasl/plain-failed.eld
 create mode 100644 test/lisp/erc/resources/sasl/plain.eld
 create mode 100644 test/lisp/erc/resources/sasl/scram-sha-1.eld
 create mode 100644 test/lisp/erc/resources/sasl/scram-sha-256.eld
 copy test/manual/etags/{CTAGS.good => CTAGS.good_crlf} (95%)
 copy test/manual/etags/{CTAGS.good => CTAGS.good_update} (95%)
 create mode 100644 test/manual/etags/crlf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]