summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2004-07-18 23:40:20 +0000
committerGlynn Foster <gman@src.gnome.org>2004-07-18 23:40:20 +0000
commit6a17938c959a4418d2c42ef903fa40916defae2f (patch)
tree93c11fa13b80315b865e4f55a51efe2ca6d4ed3f /ChangeLog
parente6290c86ffbb3c29a2bb071744ab7e425327dc27 (diff)
Make sure the text can take markup, so that people can create nice HIG
2004-07-19 Glynn Foster <glynn.foster@sun.com> * src/msg.c: Make sure the text can take markup, so that people can create nice HIG compliant message dialogs. Patch from Sebastian Heinlein. Fixes #140748.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c3dc08..d72c399 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-07-19 Glynn Foster <glynn.foster@sun.com>
+ * src/msg.c: Make sure the text can take markup, so
+ that people can create nice HIG compliant message
+ dialogs. Patch from Sebastian Heinlein. Fixes #140748.
+
+2004-07-19 Glynn Foster <glynn.foster@sun.com>
+
* configure.in, src/Makefile.am: Fix up compilation
using Forte compiler. Based on patch from Ivan Noris.
Fixes #143041.