emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/cpio-mode e37b7ed 57/61: Version: 0.13β


From: Stefan Monnier
Subject: [elpa] externals/cpio-mode e37b7ed 57/61: Version: 0.13β
Date: Fri, 11 Jan 2019 15:25:38 -0500 (EST)

branch: externals/cpio-mode
commit e37b7edd589ff4f5a265916fd614b242dfea7d58
Author: dlewan <address@hidden>
Commit: GitHub <address@hidden>

    Version: 0.13β
    
    Removed $Id:$ data per Bradley Jones.
---
 Makefile.in                 | 1 -
 NEWS                        | 1 -
 THANKS                      | 2 --
 cab-test.el                 | 1 -
 configure.ac                | 1 -
 cpio-affiliated-buffers.el  | 1 -
 cpio-bin.el                 | 1 -
 cpio-crc.el                 | 1 -
 cpio-dired-crc-test.el      | 1 -
 cpio-dired-odc-test.el      | 1 -
 cpio-dired-test.el          | 1 -
 cpio-dired.el               | 1 -
 cpio-entry-contents-mode.el | 2 +-
 cpio-entry-header.el        | 1 -
 cpio-generic-tests.el       | 1 -
 cpio-generic.el             | 1 -
 cpio-hpbin.el               | 1 -
 cpio-hpodc.el               | 1 -
 cpio-modes-test.el          | 1 -
 cpio-modes.el               | 1 -
 cpio-newc.el                | 1 -
 cpio-odc.el                 | 1 -
 cpio-tar.el                 | 1 -
 cpio-tests.el               | 1 -
 cpio-ustar.el               | 1 -
 cpio-wanted.el              | 1 -
 cpio.el                     | 1 -
 test-generic.el             | 1 -
 ttt.el                      | 1 -
 29 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index d2eec85..3ea01b1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,4 @@
 # -*- mode: makefile; coding: utf-8 -*-
-#      $Id: Makefile.in,v 1.11 2018/12/03 18:03:57 doug Exp $  
 
 # 
 # Copyright © 2013, 2014, 2015, 2016, 2017, 2018 
diff --git a/NEWS b/NEWS
index f1dfb91..c8ad7f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,4 @@
 # -*- outline -*-
-#      $Id: NEWS,v 1.15 2018/12/03 00:43:38 doug Exp $ 
 
 # 
 # Copyright © 2015, 2018 Douglas Lewan, address@hidden
diff --git a/THANKS b/THANKS
index b40cf44..187b893 100644
--- a/THANKS
+++ b/THANKS
@@ -1,5 +1,3 @@
-#      $Id: THANKS,v 1.4 2018/12/03 00:43:38 doug Exp $        
-
 # 
 # Copyright © 2018 Douglas Lewan, address@hidden
 # All rights reserved.
diff --git a/cab-test.el b/cab-test.el
index 1fc184e..874876c 100644
--- a/cab-test.el
+++ b/cab-test.el
@@ -1,5 +1,4 @@
 ;;; cab-test.el --- automated tests for cpio-affiliated-buffers. -*- coding: 
utf-8 -*-
-;      $Id: cab-test.el,v 1.10 2018/12/03 19:57:21 doug Exp $  
 
 ;; COPYRIGHT
 
diff --git a/configure.ac b/configure.ac
index 27368ea..37a060d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,4 @@
 # -*- coding: utf-8 -*-
-dnl    $Id: configure.ac,v 1.15 2018/12/03 18:03:58 doug Exp $ 
 
 # 
 # Copyright © 2015, 2017, 2018 Douglas Lewan, address@hidden
diff --git a/cpio-affiliated-buffers.el b/cpio-affiliated-buffers.el
index 7c98763..7b18066 100644
--- a/cpio-affiliated-buffers.el
+++ b/cpio-affiliated-buffers.el
@@ -1,5 +1,4 @@
 ;;; cpio-affiliated-buffers.el --- Establish and manage buffers affiliated 
with each other. -*- coding: utf-8 -*-
-;      $Id: cpio-affiliated-buffers.el,v 1.11 2018/12/03 19:57:21 doug Exp $   
 
 ;; COPYRIGHT
 
diff --git a/cpio-bin.el b/cpio-bin.el
index 3f7f58e..356fc1b 100644
--- a/cpio-bin.el
+++ b/cpio-bin.el
@@ -1,5 +1,4 @@
 ;;; cpio-bin.el --- handle bin cpio entry header formats -*- coding: utf-8 -*-
-;      $Id: cpio-bin.el,v 1.15 2018/12/03 19:57:21 doug Exp $  
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-crc.el b/cpio-crc.el
index 081b967..107346b 100644
--- a/cpio-crc.el
+++ b/cpio-crc.el
@@ -1,5 +1,4 @@
 ;;; cpio-crc.el --- handle crc cpio entry header formats -*- coding: utf-8 -*-
-;      $Id: cpio-crc.el,v 1.16 2018/12/03 19:57:21 doug Exp $  
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-dired-crc-test.el b/cpio-dired-crc-test.el
index a337f68..80cc5fe 100644
--- a/cpio-dired-crc-test.el
+++ b/cpio-dired-crc-test.el
@@ -1,5 +1,4 @@
 ;;; cpio-dired-crc-test.el --- Tests of cpio-dired-mode for crc archives. -*- 
coding: utf-8 -*-
-;      $Id: cpio-dired-crc-test.el,v 1.15 2018/12/03 19:57:21 doug Exp $       
 
 ;; COPYRIGHT
 
diff --git a/cpio-dired-odc-test.el b/cpio-dired-odc-test.el
index 204eceb..aeb9a92 100644
--- a/cpio-dired-odc-test.el
+++ b/cpio-dired-odc-test.el
@@ -1,5 +1,4 @@
 ;;; cpio-dired-odc-test.el --- Tests of cpio-dired-mode for odc archives. -*- 
coding: utf-8 -*-
-;      $Id: cpio-dired-odc-test.el,v 1.13 2018/12/03 19:57:21 doug Exp $       
 
 ;; COPYRIGHT
 
diff --git a/cpio-dired-test.el b/cpio-dired-test.el
index 36ef600..259ebbc 100644
--- a/cpio-dired-test.el
+++ b/cpio-dired-test.el
@@ -1,5 +1,4 @@
 ;;; cpio-dired-test.el --- Tests of cpio-dired-mode for newc archives. -*- 
coding: utf-8 -*-
-;      $Id: cpio-dired-test.el,v 1.15 2018/12/03 19:57:21 doug Exp $   
 
 ;; COPYRIGHT
 
diff --git a/cpio-dired.el b/cpio-dired.el
index d4f48e3..42fa914 100644
--- a/cpio-dired.el
+++ b/cpio-dired.el
@@ -1,5 +1,4 @@
 ;;; cpio-dired.el --- UI definition à la dired. -*- coding: utf-8 -*-
-;      $Id: cpio-dired.el,v 1.18 2018/12/03 19:57:21 doug Exp $        
 
 ;; COPYRIGHT
 
diff --git a/cpio-entry-contents-mode.el b/cpio-entry-contents-mode.el
index 19a7cda..2c3ed07 100644
--- a/cpio-entry-contents-mode.el
+++ b/cpio-entry-contents-mode.el
@@ -1,5 +1,5 @@
 ;;; cpio-entry-contents-mode.el --- minor mode for editing a cpio-entry's 
contents. -*- coding: utf-8 -*-
-;      $Id: cpio-entry-contents-mode.el,v 1.11 2018/12/03 19:57:21 doug Exp $  
+
 ;; COPYRIGHT
 ;; 
 ;; Copyright © 2017, 2018 Douglas Lewan, address@hidden
diff --git a/cpio-entry-header.el b/cpio-entry-header.el
index 58437a1..2d768c4 100644
--- a/cpio-entry-header.el
+++ b/cpio-entry-header.el
@@ -1,5 +1,4 @@
 ;;; cpio-entry-header.el --- handle cpio entry headers. -*- coding: utf-8 -*-
-;      $Id: cpio-entry-header.el,v 1.6 2018/12/03 19:57:21 doug Exp $  
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-generic-tests.el b/cpio-generic-tests.el
index 9e697f2..5f752a9 100644
--- a/cpio-generic-tests.el
+++ b/cpio-generic-tests.el
@@ -1,5 +1,4 @@
 ;;; cpio-generic-tests.el --- tests of cpio-generic.el. -*- coding: utf-8 -*-
-;      $Id: cpio-generic-tests.el,v 1.6 2018/12/03 19:57:21 doug Exp $ 
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-generic.el b/cpio-generic.el
index 0f915f5..edee0d3 100644
--- a/cpio-generic.el
+++ b/cpio-generic.el
@@ -1,5 +1,4 @@
 ;;; cpio-generic.el --- generically useful functions created in support of 
CPIO mode. -*- coding: utf-8 -*-
-;      $Id: cpio-generic.el,v 1.13 2018/12/03 19:57:22 doug Exp $      
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-hpbin.el b/cpio-hpbin.el
index c5ee767..546251e 100644
--- a/cpio-hpbin.el
+++ b/cpio-hpbin.el
@@ -1,5 +1,4 @@
 ;;; cpio-hpbin.el --- handle hpbin cpio entry header formats. -*- coding: 
utf-8 -*-
-;      $Id: cpio-hpbin.el,v 1.6 2018/12/03 19:57:22 doug Exp $ 
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-hpodc.el b/cpio-hpodc.el
index dc7fa6e..08018a4 100644
--- a/cpio-hpodc.el
+++ b/cpio-hpodc.el
@@ -1,5 +1,4 @@
 ;;; cpio-hpodc.el --- handle hpodc cpio entry header formats. -*- coding: 
utf-8 -*-
-;      $Id: cpio-hpodc.el,v 1.6 2018/12/03 19:57:22 doug Exp $ 
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-modes-test.el b/cpio-modes-test.el
index c1b4380..7705145 100644
--- a/cpio-modes-test.el
+++ b/cpio-modes-test.el
@@ -1,5 +1,4 @@
 ;;; cpio-modes-test.el --- tests of the code in cpio-modes.el. -*- coding: 
utf-8 -*-
-;      $Id: cpio-modes-test.el,v 1.8 2018/12/03 19:57:22 doug Exp $    
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-modes.el b/cpio-modes.el
index e99c533..73e6484 100644
--- a/cpio-modes.el
+++ b/cpio-modes.el
@@ -1,5 +1,4 @@
 ;;; cpio-modes.el --- handle file modes/permissions. -*- coding: utf-8 -*-
-;      $Id: cpio-modes.el,v 1.11 2018/12/03 19:57:22 doug Exp $        
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-newc.el b/cpio-newc.el
index 8b70568..215b517 100644
--- a/cpio-newc.el
+++ b/cpio-newc.el
@@ -1,5 +1,4 @@
 ;;; cpio-newc.el --- handle portable newc cpio archives. -*- coding: utf-8 -*-
-;      $Id: cpio-newc.el,v 1.19 2018/12/03 19:57:22 doug Exp $ 
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-odc.el b/cpio-odc.el
index d53ee36..dc5e49c 100644
--- a/cpio-odc.el
+++ b/cpio-odc.el
@@ -1,5 +1,4 @@
 ;;; cpio-odc.el --- handle old portable cpio entry header format. -*- coding: 
utf-8 -*-
-;      $Id: cpio-odc.el,v 1.14 2018/12/03 19:57:22 doug Exp $  
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-tar.el b/cpio-tar.el
index 47563fe..e7aa4e5 100644
--- a/cpio-tar.el
+++ b/cpio-tar.el
@@ -1,5 +1,4 @@
 ;; cpio-tar.el --- Let tar-mode handle tar archives. -*- coding: utf-8 -*-
-;; $Id: cpio-tar.el,v 1.5 2018/12/03 19:57:22 doug Exp $
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-tests.el b/cpio-tests.el
index fc3906e..45779cb 100644
--- a/cpio-tests.el
+++ b/cpio-tests.el
@@ -1,5 +1,4 @@
 ;;; cpio-tests.el --- tests for cpio-mode as a whole. -*- coding: utf-8 -*-
-;      $Id: cpio-tests.el,v 1.4 2018/12/03 19:57:22 doug Exp $ 
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-ustar.el b/cpio-ustar.el
index f30c98f..51e8a76 100644
--- a/cpio-ustar.el
+++ b/cpio-ustar.el
@@ -1,5 +1,4 @@
 ;; cpio-ustar.el --- Let tar-mode handle tar archives. -*- coding: utf-8 -*-
-;; $Id: cpio-ustar.el,v 1.6 2018/12/03 19:57:22 doug Exp $
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio-wanted.el b/cpio-wanted.el
index a1b2379..db4066d 100644
--- a/cpio-wanted.el
+++ b/cpio-wanted.el
@@ -1,5 +1,4 @@
 ;;; cpio-wanted.el --- Stuff cpio-mode wants from emacs lisp, but that isn't 
there. -*- coding: utf-8 -*-
-;      $Id: cpio-wanted.el,v 1.4 2018/12/03 19:57:22 doug Exp $        
 
 ;; COPYRIGHT
 ;; 
diff --git a/cpio.el b/cpio.el
index d251d2c..107d9fa 100644
--- a/cpio.el
+++ b/cpio.el
@@ -1,5 +1,4 @@
 ;;; cpio.el --- Handle cpio archives in the style of dired. -*- coding: utf-8 
-*-
-;      $Id: cpio.el,v 1.20 2018/12/03 00:43:40 doug Exp $      
 
 ;; COPYRIGHT 2015, 2017, 2018 Douglas Lewan, address@hidden
 ;; All rights reserved.
diff --git a/test-generic.el b/test-generic.el
index cd4c199..867c7d3 100644
--- a/test-generic.el
+++ b/test-generic.el
@@ -1,5 +1,4 @@
 ;;; test-generic.el --- Generic code to support automated tests. -*- coding: 
utf-8 -*-
-;      $Id: test-generic.el,v 1.5 2018/12/03 19:57:22 doug Exp $       
 
 ;; COPYRIGHT
 
diff --git a/ttt.el b/ttt.el
index c33d0f4..26e9400 100644
--- a/ttt.el
+++ b/ttt.el
@@ -1,5 +1,4 @@
 ;;; ttt.el --- Run lots of tests against cpio-mode. -*- coding: utf-8 -*-
-;      $Id: ttt.el,v 1.5 2018/12/03 19:57:22 doug Exp $        
 
 ;; COPYRIGHT
 



reply via email to

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