aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-02-08 06:42:41 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-02-08 06:42:41 +0800
commit1779bc381707699d1ef5842708ee71fd24e867d8 (patch)
treece33df7b937b0c37a11e90985c38219da7654843 /ChangeLog
parent831bc265cc6903991facbb910a205fd6e3c96c69 (diff)
downloadgsoc2013-evolution-1779bc381707699d1ef5842708ee71fd24e867d8.tar.gz
gsoc2013-evolution-1779bc381707699d1ef5842708ee71fd24e867d8.tar.zst
gsoc2013-evolution-1779bc381707699d1ef5842708ee71fd24e867d8.zip
+ * tests/test-formatter.c (print_usage_and_quit): New function,
+ which gives usage information. + + * camel/camel-formatter.c: made the 'stream' a member of the + CamelFormatter class, so that streams don't have to be explicitly + sent as a param where a CamelFormatter is also sent.. + (handle_text_plain): Use 'encode_entities' to change '<' to + '&gt;', etc. svn path=/trunk/; revision=1687
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94b3670995..3c12067479 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2000-02-07 Matt Loper <matt.loper@splashtech.com>
+
+ * tests/test-formatter.c (print_usage_and_quit): New function,
+ which gives usage information.
+
+ * camel/camel-formatter.c: made the 'stream' a member of the
+ CamelFormatter class, so that streams don't have to be explicitly
+ sent as a param where a CamelFormatter is also sent..
+ (handle_text_plain): Use 'encode_entities' to change '<' to
+ '&gt;', etc.
+
2000-02-07 Damon Chaplin <damon@helixcode.com>
* widgets/shortcut-bar/e-group-bar.c (e_group_bar_draw): finished.
04-03-109-4/+61 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports). * - Update to 2.0 pre7pav2004-03-036-27/+31 | | | | | PR: ports/63640 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer) * - Update to version 20040212krion2004-02-252-2/+3 | | | | | | PR: ports/63094 Submitted by: Maciej Korzen <eaquer@ceti.pl> Approved by: maintainer * - Fix Makefile logic: enter src/plugins/sound subdir when external sound pluginpav2004-02-182-4/+11 | | | | | | only is enabled in configure script. - This fixes packing on Bento. - Patch submitted to authors. * BROKEN on 5.x: broken pkg-plistkris2004-02-181-0/+4 | * - Try again in fixing the installpav2004-02-172-10/+9 | | | | | PR: ports/62908 Submitted by: Marek &#321;ukaszuk <case@tao.geeks.pl> * BROKEN on 5.x: install failskris2004-02-171-0/+4 | * - Fix desktop iconpav2004-02-142-4/+5 | | | | | PR: ports/62120 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer) * - Update to 0.3.7pav2004-02-145-454/+425 | | | | | PR: ports/62709 Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer) * - Update to 20040208 snapshotpav2004-02-142-4/+4 | | | | | PR: ports/62707 Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer) * Fix CATEGORIES.lofi2004-02-052-2/+2 | | | | Requested by: eik * Update to KDE 3.2.0lofi2004-02-0515-56/+273 | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series. * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-046-1/+6 | | | | (Part 1)