/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* e-html-utils.c */ /* * Copyright (C) 2000 Ximian, Inc. * Author: Dan Winship * * This library is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifndef __E_HTML_UTILS__ #define __E_HTML_UTILS__ #include #define E_TEXT_TO_HTML_PRE (1 << 0) #define E_TEXT_TO_HTML_CONVERT_NL (1 << 1) #define E_TEXT_TO_HTML_CONVERT_SPACES (1 << 2) #define E_TEXT_TO_HTML_CONVERT_URLS (1 << 3) #define E_TEXT_TO_HTML_MARK_CITATION (1 << 4) #define E_TEXT_TO_HTML_CONVERT_ADDRESSES (1 << 5) #define E_TEXT_TO_HTML_ESCAPE_8BIT (1 << 6) #define E_TEXT_TO_HTML_CITE (1 << 7) char *e_text_to_html_full (const char *input, unsigned int flags, guint32 color); char *e_text_to_html (const char *input, unsigned int flags); #endif /* __E_HTML_UTILS__ */ > Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/po
Commit message (Expand)AuthorAgeFilesLines
* 0.15.Ettore Perazzoli2001-10-0230-31274/+39370
* Updated russian translation.Valek Frob2001-10-022-432/+270
* Updated Brazilian Portuguese translation.Gustavo Maciel Dias Vieira2001-10-012-1886/+1748
* fix typoTakuro Kitame2001-10-011-1/+1
* update ja.poTakuro Kitame2001-10-012-331/+267
* update ja.poTakuro Kitame2001-09-302-203/+195
* Updated Galician translationJesus Bravo Alvarez2001-09-302-5638/+4214
* Fixed. /s/Salir/Existe/.Carlos Perelló Marín2001-09-292-1/+5
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-09-292-868/+1047
* Fixed /s/M/2º Nombre/ where M is Middle in english. A betterCarlos Perelló Marín2001-09-292-2/+7
* Update Japanese translationYukihiro Nakai2001-09-291-42/+24
* Update Japanese translation.Yukihiro Nakai2001-09-291-100/+62
* update ja.poTakuro Kitame2001-09-292-692/+435
* Fix a printf-format bug in the translation of the "On DATE, PERSON wrote"Dan Winship2001-09-282-1/+6
* Update ja.poTakuro Kitame2001-09-282-375/+210
* Updated Slovak translation.Stanislav Visnovsky2001-09-272-696/+888
* Updated Hungarian translationAndras Timar2001-09-272-788/+918
* added calendar/cal-util/cal-util.cDamon Chaplin2001-09-272-0/+5
* Updated Spanish translation.Hector Garcia2001-09-272-271/+298
* Updated Spanish translation.Hector Garcia2001-09-262-359/+404
* Updated Lithuanian translation.Gediminas Paulauskas2001-09-242-1897/+1516
* Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>Stano Visnovsky2001-09-242-298/+225
* Updated French translation.Christophe Merlet2001-09-242-317/+285
* /s/Algún nuve/Algunas nuves/Carlos Perelló Marín2001-09-232-1/+5
* Updated Slovenian translationAndraz Tori2001-09-231-1513/+1513
* Updated Spanish translation.Hector Garcia2001-09-232-167/+63
* Updated Slovenian translationAndraz Tori2001-09-231-5835/+3878
* Updated Polish translationChyla Zbigniew2001-09-222-3679/+3567
* Small fixKjartan Maraas2001-09-221-1/+1
* Updated Norwegian (bokmål) translation. Added camel/camel-vee-store.c andKjartan Maraas2001-09-223-182/+176
* Sync for 0.14.Ettore Perazzoli2001-09-2230-50742/+72729
* Updated Slovak translation.Stanislav Visnovsky2001-09-212-850/+940
* reflect file additions/removalsJP Rosevear2001-09-192-2/+10
* Updated Slovak translation.Stanislav Visnovsky2001-09-182-580/+703
* Updated Swedish translation.Christian Rose2001-09-182-233/+284
* Updated Spanish translation.Hector Garcia2001-09-182-986/+255
* Updated Swedish translation.Christian Rose2001-09-172-198/+226
* Updated Brazilian Portuguese translation.Gustavo Maciel Dias Vieira2001-09-172-2545/+2560
* Updated Spanish translation.Hector Garcia2001-09-162-1915/+2198
* Updated Swedish translation.Christian Rose2001-09-152-208/+192
* - updatesDirk-Jan C. Binnema2001-09-141-81/+41
* Updated Hungarian translation + terminology fixes.Andras Timar2001-09-142-933/+1126
* Updated Swedish translation.Christian Rose2001-09-142-311/+368
* supplement to the previous commit by patrovPavel Cholakov2001-09-142-1/+5
* *** empty log message ***Pavel Petrov Tcholakov2001-09-141-0/+7426
* Updated Swedish translation.Christian Rose2001-09-132-8/+12
* Updated Swedish translation.Christian Rose2001-09-132-212/+260
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-09-133-661/+802
* Fixed translation files.Kwok-Koon Cheung2001-09-123-5/+12
* Updated Swedish translation. No, I cannot beleive what's happening in theChristian Rose2001-09-112-648/+718
* Updated Slovak translation.Stanislav Visnovsky2001-09-112-437/+501
* Small fix.Yukihiro Nakai2001-09-111-10/+6
* Small update.Yukihiro Nakai2001-09-111-7/+3
* Update Japanese translation.Yukihiro Nakai2001-09-111-96/+54
* updated Irish filePablo Saratxaga2001-09-102-2300/+2423
* Update Japanese translation.Yukihiro Nakai2001-09-102-2253/+1578
* New traditional Chinese translation from Joe Man <trmetal@yahoo.com.hk>.Kwok-Koon Cheung2001-09-102-0/+16622
* - updates, fixesDirk-Jan C. Binnema2001-09-101-92/+57
* Updated German translationMatthias Warkus2001-09-102-2529/+2057
* Updated French translation.Christophe Merlet2001-09-082-946/+1170
* Updated Slovak translation.Stanislav Visnovsky2001-09-072-3662/+3910
* Updated Swedish translation.Christian Rose2001-09-072-951/+1116
* Updated Polish translationChyla Zbigniew2001-09-062-218/+127
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-09-062-828/+1005
* Updated Lithuanian translation.Gediminas Paulauskas2001-09-062-882/+648
* Updated Hungarian translation + terminology fixes.Andras Timar2001-09-052-154/+179
* Removed >>>Carlos Perelló Marín2001-09-041-1/+0
* Spell check.Carlos Perelló Marín2001-09-042-421/+554
* Updated Hungarian translation.Andras Timar2001-09-042-645/+817
* - additions, improvementsDirk-Jan C. Binnema2001-09-041-149/+94
* Removed addressbook/gui/widgets/alphabet.glade.Federico Mena Quintero2001-09-042-1/+4
* Updated Slovak translation.Stanislav Visnovsky2001-09-032-732/+594
* Updated Polish translationChyla Zbigniew2001-09-032-119/+151
* Updated French translation.Christophe Merlet2001-09-032-1411/+1086
* Updated Swedish translation.Christian Rose2001-09-022-339/+423
* Updated Polish translationChyla Zbigniew2001-09-011-71/+99
* Updated Polish translationChyla Zbigniew2001-09-012-27/+114
* Updated French translation.Christophe Merlet2001-08-312-1550/+1534
* Updated Hungarian translation.Andras Timar2001-08-302-200/+258
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-08-302-493/+599
* Updated French translation.Christophe Merlet2001-08-282-593/+534
* Updated Hungarian translation.Andras Timar2001-08-272-203/+272
* Updated Swedish translation.Christian Rose2001-08-272-135/+185
* Added shell/glade/evolution-startup-wizard.gladeChyla Zbigniew2001-08-272-0/+5
* Updated French translation.Christophe Merlet2001-08-272-889/+983
* - more updates; still not done.Dirk-Jan C. Binnema2001-08-261-124/+131
* Added addressbook/gui/widgets/e-addressbook-model.cChyla Zbigniew2001-08-263-38/+90
* - update nl translation. not finished yet.Dirk-Jan C. Binnema2001-08-251-335/+301
* Updated Brazilian Portuguese translation.Gustavo Maciel Dias Vieira2001-08-252-2234/+972
* Updated Swedish translation.Christian Rose2001-08-252-189/+191
* Updated Polish translationChyla Zbigniew2001-08-251-19/+46
* Updated Polish translationChyla Zbigniew2001-08-242-3857/+3772
* Fixes to the Swedish translation.Christian Rose2001-08-242-10/+14
* Updated Swedish translation.Christian Rose2001-08-242-109/+147
* Updated Swedish translation.Christian Rose2001-08-242-309/+259
* Updated Hungarian translation.Andras Timar2001-08-232-80/+81
* Sync for 0.13.Ettore Perazzoli2001-08-23