Update of /cvsroot/icomplete/icomplete
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15721
Modified Files:
AUTHORS ChangeLog configure
Log Message:
Version 0.4 released, with namespace support
Index: AUTHORS
===================================================================
RCS file: /cvsroot/icomplete/icomplete/AUTHORS,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AUTHORS 19 Nov 2005 17:36:39 -0000 1.2
--- AUTHORS 19 Apr 2006 17:32:15 -0000 1.3
***************
*** 8,11 ****
--- 8,13 ----
- Andreas Bricelj
- Timo Hirvonen
+ - Maxime Coste
+ - Yuxuan Wang
Donators:
Index: configure
===================================================================
RCS file: /cvsroot/icomplete/icomplete/configure,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** configure 7 Apr 2006 00:15:08 -0000 1.2
--- configure 19 Apr 2006 17:32:15 -0000 1.3
***************
*** 5,11 ****
# these must be defined
PACKAGE="icomplete"
! VERSION="0.3.1"
PACKAGE_BUGREPORT="stu...@gm..."
! PACKAGE_NAME="$PACKAGE - A C/C++ code completions system"
#check_cc_flags()
--- 5,11 ----
# these must be defined
PACKAGE="icomplete"
! VERSION="0.4"
PACKAGE_BUGREPORT="stu...@gm..."
! PACKAGE_NAME="$PACKAGE - A C/C++ code completion system"
#check_cc_flags()
Index: ChangeLog
===================================================================
RCS file: /cvsroot/icomplete/icomplete/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ChangeLog 7 Apr 2006 00:15:08 -0000 1.3
--- ChangeLog 19 Apr 2006 17:32:15 -0000 1.4
***************
*** 1,3 ****
! * version 0.3.1
* -t option to specify different tags filename (patch by Yuxuan Wang)
* completely new #include file parser, fixes problem of macos which does not understand \\s codes in regexps
--- 1,5 ----
! Apr 17, 2006:
! * version 0.4
! * completely new namespace support (by Maxime Coste)
* -t option to specify different tags filename (patch by Yuxuan Wang)
* completely new #include file parser, fixes problem of macos which does not understand \\s codes in regexps
|