summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: bb8d06094adbd5988e3fc9cb8df9e83165acce31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
2006-12-04  Christian Persch  <chpe@cvs.gnome.org>

	=== Release 2.17.3 ===

2006-12-04  Christian Persch  <chpe@cvs.gnome.org>

	* configure.ac:

	Version 2.17.3.

	* embed/mozilla/GtkNSSDialogs.cpp:

	Use NULL for gtk_label_new instead of "".

	* lib/ephy-print-utils.c:
	(ephy_print_utils_page_setup_new_from_key_file):

	Fix possible invalid free.

	* lib/widgets/ephy-spinner.c: (ephy_spinner_images_unref),
	(ephy_spinner_images_load), (ephy_spinner_load_images),
	(ephy_spinner_expose), (bump_spinner_frame_cb),
	(ephy_spinner_start), (ephy_spinner_stop):

	Fix compliance with icon theme spec by skipping the first frame in the
	animation when in spinning mode. Bug #382207.
	Try the "process-working" icon first and fall back to "gnome-spinner"
	when it's not available.

	* m4/gecko.m4:

	Updated.

2006-12-04  Luca Ferretti  <elle.uca@libero.it>

	* configure.in:
	* data/Makefile.am:
	* data/icons/*/epiphany-download*:
	* data/icons/*Makefile.am*:

	Initial commit to provide Epiphany icons as themed icons.
	Files will be installed under $prefix/share/epiphany/icons/hicolor/
	as per http://wayofthemonkey.com/index.php?date=2006-11-15&month=11&year=2006

	By now only epiphany-download is available, but currently unused
	in the UI. More icons are code changes will come.

2006-12-03  Christian Persch  <chpe@cvs.gnome.org>

	* src/ephy-statusbar.c: (ephy_statusbar_size_allocate),
	(ephy_statusbar_class_init), (create_caret_indicator),
	(create_icon_frame), (create_statusbar_progress),
	(ephy_statusbar_init), (ephy_statusbar_set_popups_state),
	(sync_visibility), (ephy_statusbar_add_widget),
	(ephy_statusbar_remove_widget),
	(ephy_statusbar_get_security_frame):
	* src/ephy-statusbar.h:

	Make progressbar smaller. Bug #368759.

2006-12-02  Christian Persch  <chpe@cvs.gnome.org>

	* data/epiphany-pango.schemas:

	Add "si" to locales always using pango. Patch by harshula@gmail.com,
	bug #361538.

2006-12-01  Christian Persch  <chpe@cvs.gnome.org>

	* embed/ephy-embed-find.c: (ephy_embed_find_find_again):
	* embed/ephy-embed-find.h:
	* embed/mozilla/EphyFind.cpp:
	* embed/mozilla/EphyFind.h:
	* embed/mozilla/mozilla-embed-find.cpp:
	* src/ephy-find-toolbar.c: (ephy_find_toolbar_find_next),
	(ephy_find_toolbar_find_previous):

	Another mozilla API change.

	* m4/gecko.m4:

	Add -lxpcomglue_s to EXTRA_LIBS on trunk.

2006-12-01  Christian Persch  <chpe@cvs.gnome.org>

	* data/mime-types-permissions.xml:

	Add text/google-video-pointer and variant.

2006-12-01  Christian Persch  <chpe@cvs.gnome.org>

	* data/mime-types-permissions.xml:

	Add flv mime types. Bug #381099.

2006-11-17  Benjamin Berg  <benjamin@sipsolutions.net>

	* lib/widgets/ephy-spinner.c: (ephy_spinner_start):
	Lower the priority of the spinner animation so that the animation
	does not stop page loading. Fixes bug #374623.

2006-11-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

	* data/epiphany-fonts.schemas:
	* data/generate-font-schemas.py:

	Change default font sizes to match other popular
	browsers. Bug #346026 (patch by Diego Escalante Urrelo).

2006-11-12  Jean-François Rameau  <jframeau@cvs.gnome.org>

	* src/ephy-navigation-action.c: (activate_by_history_index):
	* src/ephy-shell.c: (ephy_shell_new_tab_full):

	Remove a double call to history copy when middle-clicking on back/forward buttons.
	Fix bug #362882.

2006-11-12  Ryan Lortie  <desrt@desrt.ca>

	* src/ephy-notebook.c (build_tab_label): Remove redundant
	gtk_button_set_relief call.  Fixes bug #372760.

2006-11-10  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

	* autogen.sh: Add useful warning when gnome-autogen.sh
	couldn't be found.

2006-11-10  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

	* src/ephy-lockdown.c: (update_window):
	Also disable the "Open Image" context menu action if the
	desktop wide "disable save to disk" lockdown key is
	enabled. Reported on IRC by Gerald E Butler.

2006-11-10  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

	* src/ephy-window.c:
	Add some more F5 shortcuts to handle all the MSIE
	"refresh page" bindings. Fixes bug #372906.

2006-11-06  Christian Persch  <chpe@cvs.gnome.org>

	* ChangeLog-20061106:
	* Makefile.am:

	Split ChangeLog.

	* configure.ac:

	Post-release version bump.