|
From: <cli...@li...> - 2010-12-15 01:00:32
|
Send clisp-cvs mailing list submissions to cli...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/clisp-cvs or, via email, send a message with subject or body 'help' to cli...@li... You can reach the person managing the list at cli...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of clisp-cvs digest..." CLISP CVS commits for today Today's Topics: 1. clisp/doc impext.xml,1.657,1.658 (Sam Steingold) 2. clisp/src clhs.lisp,1.63,1.64 ChangeLog,1.7570,1.7571 (Bruno Haible) ---------------------------------------------------------------------- Message: 1 Date: Wed, 27 Oct 2010 18:25:31 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/doc impext.xml,1.657,1.658 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/doc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2737 Modified Files: impext.xml Log Message: fix a typo reported by DonC Index: impext.xml =================================================================== RCS file: /cvsroot/clisp/clisp/doc/impext.xml,v retrieving revision 1.657 retrieving revision 1.658 diff -u -d -r1.657 -r1.658 --- impext.xml 19 Oct 2010 20:59:28 -0000 1.657 +++ impext.xml 27 Oct 2010 18:25:28 -0000 1.658 @@ -4972,7 +4972,7 @@ <simpara>Cf. <function role="unix">pthread_cond_init</function>.</simpara> </listitem></varlistentry> <varlistentry id="exemption-name"><term><code>(&exemption-name; - &thr;)</code></term> + &exemp-r;)</code></term> <listitem><simpara>Return the &name-r; of the &exemp-r;. </simpara></listitem></varlistentry> <varlistentry id="exemption-signal"><term><code>(&exemption-signal; ------------------------------ Message: 2 Date: Wed, 27 Oct 2010 23:56:03 +0000 From: Bruno Haible <ha...@us...> Subject: clisp/src clhs.lisp,1.63,1.64 ChangeLog,1.7570,1.7571 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30332 Modified Files: clhs.lisp ChangeLog Log Message: Add two more choices to *browsers*. Index: clhs.lisp =================================================================== RCS file: /cvsroot/clisp/clisp/src/clhs.lisp,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- clhs.lisp 15 Jul 2010 15:34:06 -0000 1.63 +++ clhs.lisp 27 Oct 2010 23:56:00 -0000 1.64 @@ -17,6 +17,8 @@ (:mozilla-window "mozilla" "-remote" "openURL(~a,new-window)") (:mozilla-tab "mozilla" "-remote" "openURL(~a,new-tab)") (:firefox "firefox" "~a") + (:firefox-window "firefox" "-new-window" "~a") + (:firefox-tab "firefox" "-new-tab" "~a") (:konqueror "kfmclient" "openURL" "~a") (:lynx "lynx" "~a") #+unix (:lynx-xterm "xterm" "-e" "lynx" "~a") Index: ChangeLog =================================================================== RCS file: /cvsroot/clisp/clisp/src/ChangeLog,v retrieving revision 1.7570 retrieving revision 1.7571 diff -u -d -r1.7570 -r1.7571 --- ChangeLog 21 Oct 2010 21:46:05 -0000 1.7570 +++ ChangeLog 27 Oct 2010 23:56:00 -0000 1.7571 @@ -1,3 +1,7 @@ +2010-10-27 Bruno Haible <br...@cl...> + + * clhs.lisp (*browsers*): Add :firefox-window and :firefox-tab. + 2010-10-22 Vladimir Tzankov <vtz...@gm...> * time.d (get_running_times_helper): fix real time calculation. use ------------------------------ ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 54, Issue 19 ***************************************** |