ChangeLog:
Version 1.3.3
2008-06-25
Let the Lisp decide how it wants to enlarge its hash tables
Fixed anchors for special variables in docs
Fixed typo in docs (thanks to Jason S. Cornez)
Download:
http://weitz.de/files/cl-ppcre.tar.gz
_______________________________________________
cl-ppcre-announce mailing list
cl-ppcre-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-ppcre-announce
New release CL-WIKI 0.3.0
CL-WIKI is a wiki engine for Common Lisp. It uses Hunchentoot,
CL-PPCRE, CL-WHO and CL-EMB. Can be used stand-alone, with
Apache + mod_lisp, or behind any http proxy.
You can download it from http://common-lisp.net/project/cl-wiki/
or install with ASDF-Install.
CL-USER> (asdf:operate 'asdf:load-op :asdf-install)
CL-USER> (asdf-install:install :cl-wiki)
Changes:
- New code <nowiki>
Excludes a portion of the text from code converting. Useful if
you want to show the formatting codes on a help page, etc.
'''stronger emphasized''' = <nowiki>'''stronger emphasized'''</nowiki>
Exclude from converting:
<nowiki><now</nowiki><nowiki>iki>...</no</nowiki><nowiki>wiki></nowiki>
- Page edit now with preview button and feature
_______________________________________________
cl-wiki-announce mailing list
cl-wiki-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-wiki-announce
New release CL-WIKI 0.2.4
CL-WIKI is a wiki engine for Common Lisp. It uses Hunchentoot,
CL-PPCRE, CL-WHO and CL-EMB. Can be used stand-alone, with
Apache + mod_lisp, or behind any http proxy.
You can download it from http://common-lisp.net/project/cl-wiki/
or install with ASDF-Install.
CL-USER> (asdf:operate 'asdf:load-op :asdf-install)
CL-USER> (asdf-install:install :cl-wiki)
Changes:
- Small fix to please SBCL.
Changed a DEFCONSTANT to DEFPARAMETER, according to
http://www.sbcl.org/manual/Defining-Constants.html
- New script added: script/sbcl-start-wiki.sh
_______________________________________________
cl-wiki-announce mailing list
cl-wiki-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-wiki-announce
New release CL-WIKI 0.2.3
CL-WIKI is a wiki engine for Common Lisp. It uses Hunchentoot,
CL-PPCRE, CL-WHO and CL-EMB. Can be used stand-alone, with
Apache + mod_lisp, or behind any http proxy.
You can download it from http://common-lisp.net/project/cl-wiki/
or install with ASDF-Install.
CL-USER> (asdf:operate 'asdf:load-op :asdf-install)
CL-USER> (asdf-install:install :cl-wiki)
Changes:
- Source snippets colorized with colorize code from lisppaste
<http://common-lisp.net/project/lisppaste/>
Example:
<source lang="Python">
def foo(x):
print x
</source>
The resulting DIV block has the class "code". The example
template main.template includes a CSS style for it and
the resulting colorization.
Without the "lang" option (or when the language isn't
supported) a PRE block with class="code" is generated.
Supported language options:
"Basic Lisp", "Scheme", "Emacs Lisp", "Common Lisp", "C",
"C++", "Java", "Objective C", "Erlang", "Python", or "Haskell"
_______________________________________________
cl-wiki-announce mailing list
cl-wiki-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-wiki-announce
New release CL-WIKI 0.2.2
CL-WIKI is a wiki engine for Common Lisp. It uses Hunchentoot,
CL-PPCRE, CL-WHO and CL-EMB. Can be used stand-alone, with
Apache + mod_lisp, or behind any http proxy.
You can download it from http://common-lisp.net/project/cl-wiki/
or install with ASDF-Install.
CL-USER> (asdf:operate 'asdf:load-op :asdf-install)
CL-USER> (asdf-install:install :cl-wiki)
Changes:
- Codes for source snippets
Example:
<source>
def foo(x):
print x
</source>
The resulting PRE block has the class "code". The example
template main.template includes a CSS style for it.
_______________________________________________
cl-wiki-announce mailing list
cl-wiki-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-wiki-announce
Changelog:
v8, 6/13/2008
General changes:
* Started Visual mode. Didn't get very far. Really just defined a
minor mode and a key to enter it, but nothing else. Don't use yet.
* Normal mode yank/put commands added. `P` behavior changed / fixed.
* Search commands changed to be real movement commands, so they work
with motion-pending commands.
* vim::vim-delete-motion changed to vim::vim-action-over-motion.
Mappings changed/added
* `(` / `)`: changed from Vim Backward/Forward Form to Vim
Backward/Forward Sentence. Use `C-(` / `C-)` for moving over lists.
* `v` to enter Visual mode. Really just sets the mark to the current
cursor position.
* `P` / `p` to put before/after.
* `Y` to yank line
* `D` to kill to end of line.
* `y{motion}` added
* `dd` and `yy` to delete or yank whole line.
* `vu` and `vU` removed (side effect of adding `v` to enter visual
mode)
* `/` and `?` changed to be real Vim movement commands, so they work
with motion-pending commands.
* Same for `C-/` and `C-?`
_______________________________________________
lw-vim-mode-announce mailing list
lw-vim-mode-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/lw-vim-mode-announce
New release CL-WIKI 0.2.1
CL-WIKI is a wiki engine for Common Lisp. It uses Hunchentoot,
CL-PPCRE, CL-WHO and CL-EMB. Can be used stand-alone, with
Apache + mod_lisp, or behind any http proxy.
You can download it from http://common-lisp.net/project/cl-wiki/
or install with ASDF-Install.
CL-USER> (asdf:operate 'asdf:load-op :asdf-install)
CL-USER> (asdf-install:install :cl-wiki)
Changes:
- Configurable textarea size (Jens Teich)
- *replace-list* documented (Jens Teich)
_______________________________________________
cl-wiki-announce mailing list
cl-wiki-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-wiki-announce
New release CL-EMB 0.4.4
CL-EMB is a library to embed Common Lisp and special template
tags into normal text files. Can be used for dynamically
generated HTML pages.
You can download it from
http://common-lisp.net/project/cl-emb/
or install with ASDF-Install.
CL-USER> (asdf:operate 'asdf:load-op :asdf-install)
CL-USER> (asdf-install:install :cl-emb)
Changes:
- Multibyte external file format patch (Tomasz Skutnik)
- Speedup by memoization in expand-template-tags (Tomasz Skutnik)
_______________________________________________
cl-emb-announce site list
cl-emb-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/cl-emb-announce
Hi,
I have just released new versions of all Closer libraries, including
Closer to MOP and ContextL.
A major change that affects all libraries is that I have dropped
support for Macintosh Common Lisp, and "replaced" OpenMCL with Clozure
Common Lisp. Furthermore, the dependency of Closer to MOP to LW-Compat
has been removed due to requests by users, but a dependency of
ContextL to the portable-threads librarie of the GBBopen project has
been added.
Other highlights include:
## Closer to MOP 0.5 ##
+ In MCL, OpenMCL and Clozure Common Lisp, funcallable-standard-object
is now exported from Closer to MOP.
+ Fixed the lack of :generic-function-argument-precedence-order-
returns-required-arguments in Allegro Common Lisp.
+ Ensured that a defgeneric form makes a generic function metaobject
available in the compile-time environment. Otherwise, defmethod may
not yield a method of the correct method metaobject class.
+ Added support for compute-discriminating-function in Clozure Common
Lisp and OpenMCL, based on code provided by Slava Akhmechet.
+ Added a classp predicate (due to Willem Broekema).
## ContextL 0.5 ##
+ Added :in as an alternative for :in-layer in the various define-
layered-xyz macros.
+ ContextL now depends on portable-threads of the GBBopen project.
This is done for locking critical sections to ensure thread safety of
ContextL.
+ Added new functions active-layers and (setf current-layer-context).
+ Added a garbage collector for layer caches, such that redefinition
of layers or certain methods in the ContextL MOP have an effect.
+ Simplified mapping of layer-related names to internal names, which
should also make things easier to read when debugging ContextL programs.
## MOP Feature Tests 0.45 ##
+ Added new recognized standard feature :generic-function-argument-
precedence-order-returns-required-arguments.
+ Added a new known extra feature for SBCL (since SBCL version 1.0.14).
The libraries can be downloaded from http://common-lisp.net/project/closer/
and are asdf-installable, as usual.
Best,
Pascal
--
Pascal Costanza, mailto:pc@p-cos.net, http://p-cos.net
Vrije Universiteit Brussel, Programming Technology Lab
Pleinlaan 2, B-1050 Brussel, Belgium
_______________________________________________
closer-announce mailing list
closer-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/closer-announce