aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-10-11 20:35:11 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-10-11 20:35:11 +0800
commit4f28e61c24105cfa657fe35730cd0d3f1d4fcc63 (patch)
treec8436d470578991a3bc61b2ca164d6a8fd563d13 /ChangeLog
parent96f1c46c7fdd0f85636bd30d3c7de89eccddabeb (diff)
downloadgsoc2013-epiphany-4f28e61c24105cfa657fe35730cd0d3f1d4fcc63.tar
gsoc2013-epiphany-4f28e61c24105cfa657fe35730cd0d3f1d4fcc63.tar.gz
gsoc2013-epiphany-4f28e61c24105cfa657fe35730cd0d3f1d4fcc63.tar.bz2
gsoc2013-epiphany-4f28e61c24105cfa657fe35730cd0d3f1d4fcc63.tar.lz
gsoc2013-epiphany-4f28e61c24105cfa657fe35730cd0d3f1d4fcc63.tar.xz
gsoc2013-epiphany-4f28e61c24105cfa657fe35730cd0d3f1d4fcc63.tar.zst
gsoc2013-epiphany-4f28e61c24105cfa657fe35730cd0d3f1d4fcc63.zip
reviewed by: Christian Persch <chpe@cvs.gnome.org>Release144
2004-10-11 Marco Pesenti Gritti <marco@gnome.org> reviewed by: Christian Persch <chpe@cvs.gnome.org> === Release 1.4.4 === * NEWS: * configure.in: Update for the release. * embed/print-dialog.c: (get_printer_name), (ephy_print_get_print_info): Ensure the printer name is sane. * lib/ephy-dialog.c: (set_combo_box_from_value): Mark the value sane also when we fallback to the first item in the list because there is not matching item in the model.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d461f8781..aa1afcac2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2004-10-11 Marco Pesenti Gritti <marco@gnome.org>
+
+ reviewed by: Christian Persch <chpe@cvs.gnome.org>
+
+ === Release 1.4.4 ===
+
+ * NEWS:
+ * configure.in:
+
+ Update for the release.
+
+ * embed/print-dialog.c: (get_printer_name),
+ (ephy_print_get_print_info):
+
+ Ensure the printer name is sane.
+
+ * lib/ephy-dialog.c: (set_combo_box_from_value):
+
+ Mark the value sane also when we fallback to
+ the first item in the list because there is not
+ matching item in the model.
+
2004-10-10 Marco Pesenti Gritti <marco@gnome.org>
reviewed by: Christian Persch <chpe@cvs.gnome.org>