Commit graph

8 commits

Author SHA1 Message Date
Christoph Hohmann
cd2e20e644 0.8.8claws58
* src/quote_fmt.c
* src/summaryview.[ch]
* src/gtk/Makefile.am
* src/gtk/description_window.[ch]       ** NEW **
        use a generic window to display syntax descriptions
        currently used in quote_fmt and summaryview (new description
        for extended quick search)

patch by Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2003-01-06 21:16:17 +00:00
Melvin Hadasht
a67bcb7852 Made some debug info not translatable and few code cleanups 2002-08-14 13:15:46 +00:00
Melvin Hadasht
1697d4e99c po/Makefile.in.in
Removed --no-location in xgettext command line to help
	translators that use Emacs' po-mode
src/quote_fmt.c
	Removed unnecessary comments that messed up sylpheed.pot
2002-07-06 15:03:22 +00:00
Alfons Hoogervorst
991952d75b better quotation formatting - does not convert to local time, but uses the original date string. 2002-05-19 11:45:31 +00:00
Paul Mangan
a6317e89ed add Last Name placeholder for quoting 2002-03-25 10:27:52 +00:00
Melvin Hadasht
52b02753d5 src/quote_fmt.c
Removed unnecessary escape sequences in some labels
	Changed 'initial...' to 'initials of Sender'
2002-03-02 20:00:41 +00:00
Christoph Hohmann
6fb59a8e82 * src/quote_fmt.c
Add column space to table
* src/quote_fmt_parse.y
        Close files
2002-02-22 12:02:01 +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