CVS update by aidan packages/xemacs-packages/elib ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Mon Dec 31 16:36:49 EST 2007


  User: aidan   
  Date: 07/12/31 22:36:49

  Modified:    packages/xemacs-packages/elib ChangeLog Makefile
Log:
Actually add unique.el to the installed elib package.

Revision  Changes    Path
1.16      +5 -0      XEmacs/packages/xemacs-packages/elib/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/elib/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- ChangeLog	2007/12/10 08:33:28	1.15
+++ ChangeLog	2007/12/31 21:36:47	1.16
@@ -1,3 +1,8 @@
+2007-12-31  Aidan Kehoe  <kehoea at parhasard.net>
+
+	* Makefile (ELCS):
+	Actually include unique.el in the installed package. 
+
 2007-12-10  Norbert Koch  <viteno at xemacs.org>
 
 	* Makefile (VERSION): XEmacs package 1.12 released.



1.21      +1 -1      XEmacs/packages/xemacs-packages/elib/Makefile

Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/elib/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- Makefile	2007/12/10 08:33:28	1.20
+++ Makefile	2007/12/31 21:36:47	1.21
@@ -34,7 +34,7 @@ EXTRA_TEXI_FILES = gpl.texi
 
 ELCS = stack-f.elc stack-m.elc queue-f.elc queue-m.elc \
        elib-node.elc dll.elc dll-debug.elc bintree.elc \
-       avltree.elc cookie.elc string.elc read.elc
+       avltree.elc cookie.elc string.elc read.elc unique.elc
 
 include ../../XEmacs.rules
 





More information about the XEmacs-CVS mailing list