Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : apps/euphoria
Dir : e17/apps/euphoria/src
Modified Files:
callbacks.c callbacks.h euphoria.c euphoria.h interface.c
interface.h playlist.c playlist.h playlist_item.c
playlist_item.h utils.c utils.h
Log Message:
added vim modelines.
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/callbacks.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- callbacks.c 27 Feb 2004 21:17:28 -0000 1.4
+++ callbacks.c 27 Feb 2004 21:55:31 -0000 1.5
@@ -1,5 +1,6 @@
/*
- * $Id: callbacks.c,v 1.4 2004/02/27 21:17:28 atmosphere Exp $
+ * $Id: callbacks.c,v 1.5 2004/02/27 21:55:31 tsauerbeck Exp $
+ * vim:noexpandtab:sw=4:sts=4:ts=4
*/
#include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/callbacks.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- callbacks.h 25 Feb 2004 06:06:52 -0000 1.2
+++ callbacks.h 27 Feb 2004 21:55:31 -0000 1.3
@@ -2,7 +2,8 @@
#define __CALLBACKS_H
/*
- * $Id: callbacks.h,v 1.2 2004/02/25 06:06:52 atmosphere Exp $
+ * $Id: callbacks.h,v 1.3 2004/02/27 21:55:31 tsauerbeck Exp $
+ * vim:noexpandtab:sw=4:sts=4:ts=4
*/
#include <Evas.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/euphoria.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- euphoria.c 27 Feb 2004 18:26:46 -0000 1.3
+++ euphoria.c 27 Feb 2004 21:55:31 -0000 1.4
@@ -1,5 +1,6 @@
/*
- * $Id: euphoria.c,v 1.3 2004/02/27 18:26:46 rbdpngn Exp $
+ * $Id: euphoria.c,v 1.4 2004/02/27 21:55:31 tsauerbeck Exp $
+ * vim:noexpandtab:sw=4:sts=4:ts=4
*/
#include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/euphoria.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- euphoria.h 26 Feb 2004 19:49:09 -0000 1.2
+++ euphoria.h 27 Feb 2004 21:55:31 -0000 1.3
@@ -2,7 +2,8 @@
#define __EUPHORIA_H
/*
- * $Id: euphoria.h,v 1.2 2004/02/26 19:49:09 rbdpngn Exp $
+ * $Id: euphoria.h,v 1.3 2004/02/27 21:55:31 tsauerbeck Exp $
+ * vim:noexpandtab:sw=4:sts=4:ts=4
*/
#include <Ecore.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/interface.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- interface.c 27 Feb 2004 18:26:47 -0000 1.2
+++ interface.c 27 Feb 2004 21:55:33 -0000 1.3
@@ -1,5 +1,6 @@
/*
- * $Id: interface.c,v 1.2 2004/02/27 18:26:47 rbdpngn Exp $
+ * $Id: interface.c,v 1.3 2004/02/27 21:55:33 tsauerbeck Exp $
+ * vim:noexpandtab:sw=4:sts=4:ts=4
*/
#include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/interface.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- interface.h 22 Feb 2004 10:12:11 -0000 1.1
+++ interface.h 27 Feb 2004 21:55:33 -0000 1.2
@@ -2,7 +2,8 @@
#define __INTERFACE_H
/*
- * $Id: interface.h,v 1.1 2004/02/22 10:12:11 tsauerbeck Exp $
+ * $Id: interface.h,v 1.2 2004/02/27 21:55:33 tsauerbeck Exp $
+ * vim:noexpandtab:sw=4:sts=4:ts=4
*/
#include "euphoria.h"
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/playlist.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- playlist.c 26 Feb 2004 00:43:14 -0000 1.4
+++ playlist.c 27 Feb 2004 21:55:33 -0000 1.5
@@ -1,5 +1,6 @@
/*
- * $Id: playlist.c,v 1.4 2004/02/26 00:43:14 atmosphere Exp $
+ * $Id: playlist.c,v 1.5 2004/02/27 21:55:33 tsauerbeck Exp $
+ * vim:noexpandtab:sw=4:sts=4:ts=4
*/
#include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/playlist.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- playlist.h 25 Feb 2004 18:39:08 -0000 1.2
+++ playlist.h 27 Feb 2004 21:55:33 -0000 1.3
@@ -2,7 +2,8 @@
#define __PLAYLIST_H
/*
- * $Id: playlist.h,v 1.2 2004/02/25 18:39:08 tsauerbeck Exp $
+ * $Id: playlist.h,v 1.3 2004/02/27 21:55:33 tsauerbeck Exp $
+ * vim:noexpandtab:sw=4:sts=4:ts=4
*/
#include <Evas.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/playlist_item.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- playlist_item.c 25 Feb 2004 06:06:52 -0000 1.2
+++ playlist_item.c 27 Feb 2004 21:55:33 -0000 1.3
@@ -1,5 +1,6 @@
/*
- * $Id: playlist_item.c,v 1.2 2004/02/25 06:06:52 atmosphere Exp $
+ * $Id: playlist_item.c,v 1.3 2004/02/27 21:55:33 tsauerbeck Exp $
+ * vim:noexpandtab:sw=4:sts=4:ts=4
*/
#include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/playlist_item.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- playlist_item.h 22 Feb 2004 10:12:11 -0000 1.1
+++ playlist_item.h 27 Feb 2004 21:55:33 -0000 1.2
@@ -2,7 +2,8 @@
#define __PLAYLIST_ITEM_H
/*
- * $Id: playlist_item.h,v 1.1 2004/02/22 10:12:11 tsauerbeck Exp $
+ * $Id: playlist_item.h,v 1.2 2004/02/27 21:55:33 tsauerbeck Exp $
+ * vim:noexpandtab:sw=4:sts=4:ts=4
*/
#include <Evas.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/utils.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- utils.c 22 Feb 2004 10:12:11 -0000 1.1
+++ utils.c 27 Feb 2004 21:55:33 -0000 1.2
@@ -1,5 +1,6 @@
/*
- * $Id: utils.c,v 1.1 2004/02/22 10:12:11 tsauerbeck Exp $
+ * $Id: utils.c,v 1.2 2004/02/27 21:55:33 tsauerbeck Exp $
+ * vim:noexpandtab:sw=4:sts=4:ts=4
*/
#include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/utils.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- utils.h 22 Feb 2004 10:12:11 -0000 1.1
+++ utils.h 27 Feb 2004 21:55:33 -0000 1.2
@@ -2,7 +2,8 @@
#define __UTILS_H
/*
- * $Id: utils.h,v 1.1 2004/02/22 10:12:11 tsauerbeck Exp $
+ * $Id: utils.h,v 1.2 2004/02/27 21:55:33 tsauerbeck Exp $
+ * vim:noexpandtab:sw=4:sts=4:ts=4
*/
typedef enum {
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs