Commit graph

15 commits

Author SHA1 Message Date
Tristan Chabredier 827ab119d5 2007-01-15 [wwp] 2.7.1cvs2
* src/matcher_parser_lex.l
	* src/quote_fmt_lex.l
	* src/matcher_parser_parse.y
		fix copyright header in lexers and parsers.
2007-01-15 09:03:17 +00:00
Tristan Chabredier 48a5427593 2006-10-10 [wwp] 2.5.3cvs29
* src/compose.c
	* src/prefs_template.c
	* src/quote_fmt.c
	* src/quote_fmt.h
	* src/quote_fmt_lex.l
	* src/quote_fmt_parse.y
		Extend the quote parser a bit: allow to get access to
		basic (composing) account info.
2006-10-10 09:50:33 +00:00
Colin Leroy 6279648f7a 2006-07-07 [colin] 2.3.1cvs70
* po/POTFILES.in
	* src/quote_fmt.c
	* src/quote_fmt_lex.l
	* src/quote_fmt_parse.y
		Add |i{var}, a way to insert user-entered
		text in a template
2006-07-07 18:03:21 +00:00
Tristan Chabredier 4e77b80a38 2006-06-13 [wwp] 2.3.0cvs8
* src/quote_fmt_lex.l
		fix wrong tokens returned in quote_fmt lexer, query not().
2006-06-13 10:49:55 +00:00
Tristan Chabredier d4983f7684 2006-06-12 [wwp] 2.3.0cvs2
* src/quote_fmt.c
	* src/quote_fmt_lex.l
	* src/quote_fmt_parse.y
		extend the quote_fmt parser (templates and quotes):
		- allow limited sub-expressions in |p{} and |f{} expressions,
		- add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
		- implemented/fixed missing implementation of query_references and show_references,
		- completed, fixed contents and format of the symbols help dialog,
		- fix some compilation warnings.
2006-06-12 15:59:35 +00:00
Colin Leroy e1b446cafb 2005-02-18 [colin] 1.0.1cvs14.1
* src/quote_fmt_lex.l
	* src/quote_fmt_parse.y
		Fix parser initialisation. Patch by Ivan.
2005-02-18 12:26:15 +00:00
Paul Mangan 06656e67f1 sync with 0.9.10claws57 HEAD 2004-05-10 10:22:28 +00:00
Christoph Hohmann 365334c5d7 0.8.5claws173
* src/crash.c
* src/filtering.c
* src/logwindow.c
* src/main.c
* src/matcher_parser_lex.[hl]
* src/mbox.c
* src/mbox_folder.[ch]
* src/prefs_filtering.c
* src/procheader.c
* src/quote_fmt_lex.l
* src/ssl.c
        fix all warnings except the warnings in lex and yacc files
2002-11-21 00:54:52 +00:00
Alfons Hoogervorst 0a73709bad allow quote / reply date & time format to be set using %D{format}. 2002-05-11 23:33:22 +00:00
Paul Mangan a6317e89ed add Last Name placeholder for quoting 2002-03-25 10:27:52 +00:00
Christoph Hohmann ff0896b7ef * src/Makefile.am
added quote_fmt.c
* src/prefs_common.[ch]
* src/prefs_template.c
* src/quote_fmt.c               *** NEW FILE ***
* src/quote_fmt.h
        move quote format symbol description code
        to it's own file because it is used from
        differnent code parts
        Rewrote symbol description GUI
          + use table
          + add separators
          + get data from array (no more long constant strings)
* src/quote_fmt_lex.l
* src/quote_fmt_parse.y
        Symbol for Literal % changed to \% instead of %%
        (More logical as \ is used for quoting for other symbols)
        Add |f and |p to include files and program output
        Examples:
            |f{/home/.../.signature}
            |p{date}
* po/de.po
        Correct wrong spelling for "Referenzen"
2002-02-22 03:08:20 +00:00
Paul Mangan 5bb7c89c48 sync with sylpheed 0.6.5cvs20 2001-12-03 10:06:10 +00:00
Paul Mangan 820618c7d9 sync with sylpheed 0.6.4cvs18 2001-11-07 10:29:45 +00:00
Hoà Viêt Dinh b967539a5d some stuff around composing and forwarding messages 2001-06-17 15:02:08 +00:00
Sergey Vlasov 1bb240ae55 Created autoconf/automake rules for the quote format parser. 2001-06-05 16:37:28 +00:00