[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape ee2ecae446 122/123: Bump version and add FSF copyr
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape ee2ecae446 122/123: Bump version and add FSF copyright line |
Date: |
Tue, 5 Dec 2023 03:58:07 -0500 (EST) |
branch: externals/dape
commit ee2ecae446c76f2b306bd75eedcf4976b2652ee4
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>
Bump version and add FSF copyright line
---
dape.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index 930c1c40eb..6cc3ddbd5e 100644
--- a/dape.el
+++ b/dape.el
@@ -1,9 +1,11 @@
;;; dape.el --- Debug Adapter Protocol for Emacs -*- lexical-binding: t -*-
+;; Copyright (C) 2023 Free Software Foundation, Inc.
+
;; Author: Daniel Pettersson
;; Created: 2023
;; License: GPL-3.0-or-later
-;; Version: 0.1
+;; Version: 0.2
;; Homepage: https://github.com/svaante/dape
;; Package-Requires: ((emacs "29.1"))
- [elpa] externals/dape 94b99c3a5b 066/123: Fix wrong error for step-like functions when no stopped threads, (continued)
- [elpa] externals/dape 94b99c3a5b 066/123: Fix wrong error for step-like functions when no stopped threads, ELPA Syncer, 2023/12/05
- [elpa] externals/dape b501759e89 072/123: Change default for `dape-repl-use-shorthand', ELPA Syncer, 2023/12/05
- [elpa] externals/dape 6ec0bfbcf2 079/123: Remove busy wait from dape-kill, ELPA Syncer, 2023/12/05
- [elpa] externals/dape ff3037cb58 081/123: Use same buffer strategy on dape-quit-disconnect, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 9be8f20685 084/123: Fix zombied REPL dummy processes, ELPA Syncer, 2023/12/05
- [elpa] externals/dape bb54d57fc6 088/123: Change dape--debug to macro to remove arg evaluation, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 35d55de0c5 090/123: Improve robustness of DAP parsing, ELPA Syncer, 2023/12/05
- [elpa] externals/dape f40d7932cc 093/123: Print both description and text from stopped event, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 6b4cebae5f 098/123: Use own keymap for dape--config-read, ELPA Syncer, 2023/12/05
- [elpa] externals/dape ff3a27dbbd 099/123: Fix a typo, ELPA Syncer, 2023/12/05
- [elpa] externals/dape ee2ecae446 122/123: Bump version and add FSF copyright line,
ELPA Syncer <=
- [elpa] externals/dape b52882f627 123/123: Fix dape-key-prefix type #28, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 5499b7d3d1 114/123: Add fringe breakpoint icon, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 2e8202ad9a 006/123: Small doc fixups, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 73150fca55 063/123: Add paging to dape info variables to reduce UI locking, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 1bef80cf37 068/123: Remove confusing default for dape-main-functions, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 2a4462d36a 073/123: Fix nil-ed plist props in config diff, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 0c6f5513ae 082/123: Fix build warnings, ELPA Syncer, 2023/12/05
- [elpa] externals/dape e5545bbc6f 100/123: Merge pull request #20 from tromey/fix-typo, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 5d03bc1212 103/123: Add fn symbol to dape-config for ergonomics of multiple key vals, ELPA Syncer, 2023/12/05
- [elpa] externals/dape d68bfebc08 104/123: Workaround for thread :status nil, ELPA Syncer, 2023/12/05