[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/emacs-editorconfig f907c968c88 075/364: Already 2016 :) Happy ne
From: |
Stefan Monnier |
Subject: |
scratch/emacs-editorconfig f907c968c88 075/364: Already 2016 :) Happy new year! |
Date: |
Tue, 18 Jun 2024 01:40:39 -0400 (EDT) |
branch: scratch/emacs-editorconfig
commit f907c968c8835a980fbf0896b8e7ca81aca40d65
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Already 2016 :) Happy new year!
---
bin/editorconfig-el | 2 +-
editorconfig-core-handle.el | 2 +-
editorconfig-core.el | 2 +-
editorconfig-fnmatch.el | 2 +-
editorconfig.el | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/bin/editorconfig-el b/bin/editorconfig-el
index f23d9ba24a8..6e63e04f356 100755
--- a/bin/editorconfig-el
+++ b/bin/editorconfig-el
@@ -5,7 +5,7 @@
;; editorconfig-el --- EditorConfig Core executable in Emacs Lisp
-;; Copyright (C) 2011-2015 EditorConfig Team
+;; Copyright (C) 2011-2016 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
;; Version: 0.7.1
diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el
index 3d7135fc289..5076f5c21c0 100644
--- a/editorconfig-core-handle.el
+++ b/editorconfig-core-handle.el
@@ -1,6 +1,6 @@
;;; editorconfig-core-handle.el --- Handle Class for EditorConfig File
-;; Copyright (C) 2011-2015 EditorConfig Team
+;; Copyright (C) 2011-2016 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
;; Version: 0.7.1
diff --git a/editorconfig-core.el b/editorconfig-core.el
index e356b542857..c00a5a0f82c 100644
--- a/editorconfig-core.el
+++ b/editorconfig-core.el
@@ -1,6 +1,6 @@
;;; editorconfig-core.el --- EditorConfig Core library in Emacs Lisp
-;; Copyright (C) 2011-2015 EditorConfig Team
+;; Copyright (C) 2011-2016 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
;; Version: 0.7.1
diff --git a/editorconfig-fnmatch.el b/editorconfig-fnmatch.el
index fa1b6aac935..f98363879b9 100644
--- a/editorconfig-fnmatch.el
+++ b/editorconfig-fnmatch.el
@@ -1,6 +1,6 @@
;;; editorconfig-fnmatch.el --- Glob pattern matching in Emacs lisp
-;; Copyright (C) 2011-2015 EditorConfig Team
+;; Copyright (C) 2011-2016 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
;; Version: 0.7.1
diff --git a/editorconfig.el b/editorconfig.el
index ba28c6786e4..66086410f2c 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -1,6 +1,6 @@
;;; editorconfig.el --- EditorConfig Emacs Plugin
-;; Copyright (C) 2011-2015 EditorConfig Team
+;; Copyright (C) 2011-2016 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
;; Version: 0.7.1
- scratch/emacs-editorconfig 331edef26d0 109/364: Remove link to Marmalade package repository, (continued)
- scratch/emacs-editorconfig 331edef26d0 109/364: Remove link to Marmalade package repository, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 1c328163516 119/364: Bump version to 0.7.7, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig d79b9e410aa 104/364: Use truename for editorconfig name, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig d900f27638d 113/364: Simplify definition of string-integer-p (#96), Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig d94e1f29f33 052/364: Fix some warnings reported by flycheck, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 98a370e8896 127/364: Massive reformatting of docstrings., Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 58f10645403 057/364: Add MELPA badges, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig fe9ed9b4cbf 061/364: Fix names of ert test cases, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 5b9a1a38d2b 070/364: Add ps-mode indentation support, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig d150069fc61 073/364: Catch error thrown from get-properties-function and display it, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig f907c968c88 075/364: Already 2016 :) Happy new year!,
Stefan Monnier <=
- scratch/emacs-editorconfig 37d22c07507 076/364: Bump version to 0.7.2, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 0791fced087 083/364: Add editorconfig-exclude-modes, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 3d6df2ae193 090/364: Derive editorconfig-conf-mode from conf-unix-mode, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig b93a7964d43 096/364: Add a comment for contributors, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig eba248e638e 098/364: Fix english, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig a4d73a4470b 103/364: Bump version to 0.7.5, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig bf8bfe5f38d 105/364: Copy properties alists before using them, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 663019d341f 112/364: Print line number and its content on parse error (#95), Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 8a5e621265c 118/364: Avoid asking coding system when not specified (#102), Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 79bcc708530 120/364: Revert "Use truename for editorconfig name" (#106), Stefan Monnier, 2024/06/18