Daniel Bonniot | 25 Apr 20:48
Picon

Nice/web index.xml,1.10,1.11

Update of /cvsroot/nice/Nice/web
In directory vz-cvs-3.sog:/tmp/cvs-serv9759

Modified Files:
	index.xml 
Log Message:
Typo

Index: index.xml
===================================================================
RCS file: /cvsroot/nice/Nice/web/index.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** index.xml	25 Mar 2004 15:39:49 -0000	1.10
--- index.xml	25 Apr 2011 18:48:47 -0000	1.11
***************
*** 90,94 ****
    all possibly useful methods, but you can split them into several packages
    dealing with different aspects. Development can then happen independently
!   if each package.
    </para><para>
    Multi-methods also extend usual methods with the possibility to
--- 90,94 ----
    all possibly useful methods, but you can split them into several packages
    dealing with different aspects. Development can then happen independently
!   in each package.
    </para><para>
    Multi-methods also extend usual methods with the possibility to

(Continue reading)

Daniel Bonniot | 19 Feb 09:25
Picon

Nice build.xml,1.13,1.14

Update of /cvsroot/nice/Nice
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25745

Modified Files:
	build.xml 
Log Message:
Updated version

Index: build.xml
===================================================================
RCS file: /cvsroot/nice/Nice/build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** build.xml	29 Aug 2005 11:07:00 -0000	1.13
--- build.xml	19 Feb 2008 08:25:27 -0000	1.14
***************
*** 173,177 ****
    <target name="setDate">
      <!-- TODO: Extract the current Nice version from the head of the NEWS file. -->
!     <property name="version" value="0.9.11 prerelease" />
      <property name="to" value="src/nice/tools/compiler/dateBuild.nice" />
      <property name="LET" value="public let String" />
--- 173,177 ----
    <target name="setDate">
      <!-- TODO: Extract the current Nice version from the head of the NEWS file. -->
!     <property name="version" value="0.9.14 prerelease" />
      <property name="to" value="src/nice/tools/compiler/dateBuild.nice" />
      <property name="LET" value="public let String" />

(Continue reading)

Daniel Bonniot | 16 Feb 00:24
Picon

Nice NEWS,1.89,1.90

Update of /cvsroot/nice/Nice
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21557

Modified Files:
	NEWS 
Log Message:
Allow block calls of the form a.m { ... }

Index: NEWS
===================================================================
RCS file: /cvsroot/nice/Nice/NEWS,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** NEWS	25 Nov 2007 18:19:58 -0000	1.89
--- NEWS	15 Feb 2008 23:24:08 -0000	1.90
***************
*** 1,2 ****
--- 1,8 ----
+ nice (0.9.14)
+ 
+   * Allow block calls of the form a.m { ... }
+ 
+ --
+ 
  nice (0.9.13)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
(Continue reading)

Daniel Bonniot | 16 Feb 00:24
Picon

Nice/src/bossa/parser Parser.jj,1.331,1.332

Update of /cvsroot/nice/Nice/src/bossa/parser
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21557/src/bossa/parser

Modified Files:
	Parser.jj 
Log Message:
Allow block calls of the form a.m { ... }

Index: Parser.jj
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/parser/Parser.jj,v
retrieving revision 1.331
retrieving revision 1.332
diff -C2 -d -r1.331 -r1.332
*** Parser.jj	18 Jun 2005 13:26:55 -0000	1.331
--- Parser.jj	15 Feb 2008 23:24:09 -0000	1.332
***************
*** 2693,2697 ****
  (
    block=Block()
!   { if ( exp instanceof CallExp && ((CallExp)exp).hasBrackets && ! (exp instanceof NewExp) )
        bossa.syntax.dispatch.addBlockArgument(exp,block, null);
      else
--- 2693,2697 ----
  (
    block=Block()
!   { if ( exp instanceof CallExp && ! (exp instanceof NewExp) )
        bossa.syntax.dispatch.addBlockArgument(exp,block, null);
      else

(Continue reading)

Daniel Bonniot | 16 Dec 17:03
Picon

Nice/debian changelog,1.258,1.259

Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18285/debian

Modified Files:
	changelog 
Log Message:
Fixed emacs mode for xemacs21.

Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.258
retrieving revision 1.259
diff -C2 -d -r1.258 -r1.259
*** changelog	16 Dec 2007 11:42:58 -0000	1.258
--- changelog	16 Dec 2007 16:03:04 -0000	1.259
***************
*** 1,2 ****
--- 1,9 ----
+ nice (0.9.13-3) unstable; urgency=low
+ 
+   * Fix emacs mode for xemacs21 (closes: #454602).
+   * Sponsored by Petter Reinholdtsen.
+   
+  -- Daniel Bonniot <bonniot <at> users.sf.net>  Sun, 16 Dec 2007 13:10:47 +0100
+ 
  nice (0.9.13-2) unstable; urgency=low

-------------------------------------------------------------------------
SF.Net email is sponsored by:
(Continue reading)

Daniel Bonniot | 16 Dec 17:03
Picon

Nice/lib/emacs nice-mode.el,1.37,1.38

Update of /cvsroot/nice/Nice/lib/emacs
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18285/lib/emacs

Modified Files:
	nice-mode.el 
Log Message:
Fixed emacs mode for xemacs21.

Index: nice-mode.el
===================================================================
RCS file: /cvsroot/nice/Nice/lib/emacs/nice-mode.el,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** nice-mode.el	16 Dec 2007 11:42:58 -0000	1.37
--- nice-mode.el	16 Dec 2007 16:03:02 -0000	1.38
***************
*** 16,20 ****
  (eval-when-compile
    (require 'cc-langs)
!   (require 'cc-fonts nil t))

  (eval-and-compile
--- 16,22 ----
  (eval-when-compile
    (require 'cc-langs)
!   ; cc-fonts is not present in GNU Emacs 21, but it is in 22.
!   ; XEmacs 21 does not accept the NOERROR argument of 'require'.
!   (condition-case nil (require 'cc-fonts) (error nil)))

(Continue reading)

Daniel Bonniot | 16 Dec 12:43
Picon

Nice/lib/emacs nice-mode.el,1.36,1.37

Update of /cvsroot/nice/Nice/lib/emacs
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12394/lib/emacs

Modified Files:
	nice-mode.el 
Log Message:
Debian version 0.9.13-2.

Index: nice-mode.el
===================================================================
RCS file: /cvsroot/nice/Nice/lib/emacs/nice-mode.el,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** nice-mode.el	25 Nov 2007 14:58:22 -0000	1.36
--- nice-mode.el	16 Dec 2007 11:42:58 -0000	1.37
***************
*** 16,23 ****
  (eval-when-compile
    (require 'cc-langs)
!   (require 'cc-fonts))

  (eval-and-compile
!   (c-add-language 'nice-mode 'java-mode))

  (require 'compile)
--- 16,24 ----
  (eval-when-compile
    (require 'cc-langs)
!   (require 'cc-fonts nil t))
(Continue reading)

Daniel Bonniot | 16 Dec 12:43
Picon

Nice/debian emacsen-install, 1.1, 1.2 changelog, 1.257, 1.258

Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12394/debian

Modified Files:
	emacsen-install changelog 
Log Message:
Debian version 0.9.13-2.

Index: emacsen-install
===================================================================
RCS file: /cvsroot/nice/Nice/debian/emacsen-install,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** emacsen-install	18 Dec 2001 15:34:25 -0000	1.1
--- emacsen-install	16 Dec 2007 11:42:58 -0000	1.2
***************
*** 13,22 ****
  echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}

! #FLAVORTEST=`echo $FLAVOR | cut -c-6`
! #if [ ${FLAVORTEST} = xemacs ] ; then
! #    SITEFLAG="-no-site-file"
! #else
! #    SITEFLAG="--no-site-file"
! #fi
  FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"

--- 13,22 ----
  echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
(Continue reading)

Daniel Bonniot | 3 Dec 10:40
Picon

Nice/debian control,1.28,1.29 changelog,1.256,1.257

Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24576

Modified Files:
	control changelog 
Log Message:
Bump standards-version to 3.7.3 (no changes needed).

Index: control
===================================================================
RCS file: /cvsroot/nice/Nice/debian/control,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** control	2 Dec 2007 22:34:56 -0000	1.28
--- control	3 Dec 2007 09:40:08 -0000	1.29
***************
*** 5,9 ****
  Build-Depends: debhelper (>= 5)
  Build-Depends-Indep: jikes-classpath, kaffe (>= 2:1.1.8), javacc, groff, ant, zip, unzip
! Standards-Version: 3.7.2

  Package: nice
--- 5,9 ----
  Build-Depends: debhelper (>= 5)
  Build-Depends-Indep: jikes-classpath, kaffe (>= 2:1.1.8), javacc, groff, ant, zip, unzip
! Standards-Version: 3.7.3

  Package: nice

(Continue reading)

Daniel Bonniot | 2 Dec 23:34
Picon

Nice/debian changelog, 1.255, 1.256 control, 1.27, 1.28 rules, 1.16, 1.17

Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8363/debian

Modified Files:
	changelog control rules 
Log Message:
Update for upload in Debian.

Index: rules
===================================================================
RCS file: /cvsroot/nice/Nice/debian/rules,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** rules	25 Nov 2007 21:50:23 -0000	1.16
--- rules	2 Dec 2007 22:34:56 -0000	1.17
***************
*** 22,26 ****
          # so that the package is smaller.
  	chmod a+x debian/jar
! 	$(MAKE) complete JAVAC_FLAGS="-O" java="gij" javac="jikes-classpath -nowarn" jar="debian/jar" NICE_ANTJAR=/usr/share/java/ant.jar

  	#/usr/bin/docbook-to-man debian/nice.sgml > nice.1
--- 22,26 ----
          # so that the package is smaller.
  	chmod a+x debian/jar
! 	$(MAKE) complete JAVAC_FLAGS="-O" java="kaffe" javac="jikes-classpath -nowarn"
jar="debian/jar" NICE_ANTJAR=/usr/share/java/ant.jar

  	#/usr/bin/docbook-to-man debian/nice.sgml > nice.1
(Continue reading)

Daniel Bonniot | 26 Nov 10:40
Picon

Nice/distrib Makefile,1.20,1.21

Update of /cvsroot/nice/Nice/distrib
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16580/distrib

Modified Files:
	Makefile 
Log Message:
Make sure echo -e works as expected.

Index: Makefile
===================================================================
RCS file: /cvsroot/nice/Nice/distrib/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Makefile	26 Jan 2006 13:07:43 -0000	1.20
--- Makefile	26 Nov 2007 09:40:14 -0000	1.21
***************
*** 1,2 ****
--- 1,4 ----
+ SHELL := /bin/bash
+ 
  VERSION = ${shell expr "`head -1 ../NEWS`" : '.*(\(.*\))'}

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Gmane