Marko Vendelin <[EMAIL PROTECTED]> writes:

| On 15 Sep 2000, Lars Gullik Bjønnes wrote:
| 
| > | Any good library (C/C++) which is able to check whether a string matches
| > | given regexp. Return value TRUE/FALSE/invalid regexp is expected :)
| > 
| > We already have that included under src/support so it is easy to use.
| 
| The following patch adds support for regexp search in FormCitation (Gnome
| frontend). 

Ok, I will apply this patch.

One not however: do not use defines, ever!

#define CONF_COLUMN     "column"

should be 

static string const CONF_COLUMN("column");

similar for the other defines

| PS: BTW, what about my patches submitted earlier (tracking TOC changes and
|     adding TOC to Gnome Menubar) ?

I have to dog them up to have a look.

        Lgb




Reply via email to