1
2007-09-12  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2
3
	* src/ephy-session.c: (write_active_tab), (write_ephy_window),
4
	(ephy_session_load):
5
6
	Make session recovery focus work properly and remember the active tab.
7
	Fixes bug #317272.
8
9
2007-09-12  Cosimo Cecchi  <cosimoc@svn.gnome.org>
10
11
	* src/ephy-lockdown.c: (update_window):
12
13
	Fix disable_toolbar_editing lockdown not respected for Remove and Move
14
	actions on toolbar buttons. Bug #475641. Patch by Cyril Brulebois.
15
16
2007-09-12  Cosimo Cecchi  <cosimoc@svn.gnome.org>
17
18
	* src/ephy-history-window.c: (search_entry_clear_cb),
19
	(build_search_box):
20
21
	Adapt EphyHistoryWindow to the iconified EphySearchEntry and adds
22
	a cleaner button in its search entry, like in Bookmarks Editor.
23
	Fixes bug #476179.
24
25
2007-09-12  Cosimo Cecchi  <cosimoc@svn.gnome.org>
26
27
	* src/ephy-find-toolbar.c: (ephy_find_toolbar_open):
28
29
	Find toolbar now remembers last pattern searched also when opened with
30
	GDK_slash or GDK_apostrophe. Fixes bug #343337.
31
32
2007-09-11  Cosimo Cecchi  <cosimoc@svn.gnome.org>
33
34
	* src/ephy-home-action.c: (action_name_association),
35
	(ephy_home_action_activate), (home_action_drag_data_received_cb),
36
	(connect_proxy), (disconnect_proxy), (ephy_home_action_class_init):
37
38
	Adds drag-and-drop of URLs onto "New Tab" and "New Window" buttons in
39
	the toolbar. Fixes bug #382383.
40
41
2007-09-10  Christian Persch  <chpe@gnome.org>
42
43
	* m4/gecko.m4:
44
45
	Make sure the gecko version is set to 0 if we're not compiling with
46
	the gecko backend. Bug #475461, patch by Cyril Brulebois.
47
48
2007-09-10  Christian Persch  <chpe@gnome.org>
49
50
	* configure.ac:
51
52
	Error out if the C++ compiler wasn't found. Bug #475360.
53
54
2007-09-10  Cosimo Cecchi  <cosimoc@svn.gnome.org>
55
56
	* src/ephy-toolbar.c: (ephy_toolbar_set_navigation_tooltips):
57
	* src/ephy-toolbar.h:
58
	* src/ephy-window.c: (sync_tab_navigation):
59
60
	Makes tooltips for Back and Forward buttons display the titles of
61
	relative pages. Fixes bug #341400. Patch by Cyril Brulebois.
62
63
2007-09-10  Cosimo Cecchi  <cosimoc@svn.gnome.org>
64
65
	* src/ppview-toolbar.c: (ppview_toolbar_set_window):
66
67
	Forces the display of "Close print preview" on the relative toolbar
68
	button in the print preview window. See bug #109063. Patch by
69
	Cyril Brulebois.
70
71
2007-09-09  Christian Persch  <chpe@gnome.org>
72
73
	* configure.ac:
74
	* embed/Makefile.am:
75
	* embed/ephy-embed-factory.c: (ephy_embed_factory_new_object):
76
	* m4/gecko.m4:
77
	A m4/libxul.m4:
78
	* src/Makefile.am: Integrate the "xulrunner" backend with configure.
79
	Not building yet.
80
81
2007-09-09  Cosimo Cecchi  <cosimoc@svn.gnome.org>
82
83
	* lib/widgets/ephy-search-entry.c: (ephy_search_entry_get_type),
84
	(ephy_search_entry_timeout_cb), (ephy_search_entry_changed_cb),
85
	(ephy_search_entry_init), (ephy_search_entry_clear):
86
	* lib/widgets/ephy-search-entry.h:
87
	* src/bookmarks/ephy-bookmarks-editor.c: (search_entry_clear_cb),
88
	(build_search_box):
89
90
	Modifies the EphySearchEntry to inherit from EphyIconEntry instead of
91
	GtkEntry, to have icons on it. Adds a cleaner icon in the search
92
	entry of Bookmarks Editor. Fixes bug #463469.
93
94
2007-09-09  Cosimo Cecchi  <cosimoc@svn.gnome.org>
95
96
	* src/ephy-toolbar-editor.c: (ephy_toolbar_editor_constructor):
97
98
	Marks as translatable some toolbar editor strings and removes
99
	references to old Control Center gettext domain. Fixes bug #474429.
100
	Patch by Cyril Brulebois.
101
102
2007-09-09  Cosimo Cecchi  <cosimoc@svn.gnome.org>
103
104
	* lib/widgets/ephy-zoom-action.c: (connect_proxy):
105
106
	Fixes bad state syncing when adding zoom controls to the toolbar.
107
	Fixes bug #338005. Patch by Cyril Brulebois.
108
109
2007-09-09  Cosimo Cecchi  <cosimoc@svn.gnome.org> 
110
111
	* src/ephy-find-toolbar.c: (set_status_notfound_cb), (set_status),
112
	(ephy_find_toolbar_dispose):
113
114
	Make 'Not found' on find toolbar temporairly bold and fires
115
	gtk_widget_error_bell () when searching on a page and no results are
116
	found. Fixes bug #363004.
117
118
2007-09-08  Cosimo Cecchi  <cosimoc@svn.gnome.org>
119
120
	* embed/downloader-view.c: (downloader_view_finalize),
121
	(update_buttons_timeout_cb), (downloader_view_add_download):
122
123
	Fix runtime warnings when downloading small files, due to bad handling
124
	of g_timeout in DownloaderView. Fixes bug #473566.
125
126
2007-08-28  Christian Persch  <chpe@gnome.org>
127
128
	* data/mime-types-permissions.xml:
129
130
	More mime types.
131
132
2007-08-26  Diego Escalante Urrelo  <diegoe@gnome.org>
133
134
	* src/ephy-go-action.c:
135
136
	Fix the Go button signal handler so it doesn't stop the propagation of
137
	the event due to a bad signal handler. Fixes bug #469845. Patch by
138
	Cosimo Cecchi.
139
140
2007-08-26  Diego Escalante Urrelo  <diegoe@gnome.org>
141
142
	* lib/ephy-file-helpers.c:
143
	* lib/ephy-file-helpers.h:
144
	* embed/mozilla/MozDownload.h:
145
	* embed/mozilla/MozDownload.cpp:
146
147
	Add saved files to the GtkRecent list, gnome-panel is broken so don't
148
	expect to see the effects of this working there, you can use it on the
149
	GtkFileChooser dialog however. Fixes Bug #148401. Original patch by
150
	Christian Persch, updated by Cosimo Cecchi.
151
152
2007-08-25  Christian Persch  <chpe@gnome.org>
153
154
	* data/mime-types-permissions.xml:
155
156
	More mime types.
157
158
2007-08-22  Christian Persch  <chpe@gnome.org>
159
160
	* embed/mozilla/GeckoPrintService.cpp:
161
162
	Enable printing to PDF file on gecko 1.9, now that moz#367907 is
163
	fixed.
164
165
2007-08-19  Diego Escalante Urrelo  <diegoe@gnome.org>
166
167
	* lib/widgets/ephy-location-entry.c:
168
169
	Make cursor be at the end of the URL when selecting entries from the
170
	completion popup. Fixes bug #466344.
171
172
2007-08-16  Xan Lopez  <xan@gnome.org>
173
174
	* embed/webkit/webkit-embed.cpp (impl_reload): implement reload.
175
176
2007-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
177
178
	* lib/egg/egg-toolbar-editor.c: (set_drag_cursor):
179
	* lib/egg/egg-editable-toolbar.c: (configure_item_cursor),
180
	(new_pixbuf_from_widget):
181
182
	Fix multihead problems in toolbar editor.
183
	
184
2007-08-15  Diego Escalante Urrelo  <diegoe@gnome.org>
185
186
	* embed/downloader-view.c:
187
188
	Fix download-icon toolip updates, patch by Cosimo Cecchi.
189
	Fixes bug #343238.
190
191
2007-08-15  Diego Escalante Urrelo  <diegoe@gnome.org>
192
193
	* embed/mozilla/GtkNSSDialogs.cpp:
194
195
	Default to Cancel on Cert dialogues, patch by Cosimo Cecchi. 
196
	Fixes bug #163379.
197
198
2007-08-15  Diego Escalante Urrelo  <diegoe@gnome.org>
199
200
	* embed/mozilla/EphyUtils.cpp:
201
	* embed/mozilla/EphyHeaderSniffer.cpp:
202
	* embed/mozilla/MozDownload.cpp:
203
204
	Fix strict-aliasing warnings, patch by Cosimo Cecchi. 
205
	Happy 10 years GNOME!. Fixes bug #433173.
206
207
2007-08-13  Christian Persch  <chpe@gnome.org>
208
209
	=== Release 2.19.90 ===
210
211
	* Makefile.am:
212
213
	Try to fix distcheck.
214
215
2007-08-12  Christian Persch  <chpe@gnome.org>
216
217
	* data/icons/Makefile.am:
218
219
	Add low contrast app icon.
220
221
2007-08-09  Christian Persch  <chpe@gnome.org>
222
223
	* data/icons/Makefile.am:
224
225
	Fix icons install paths.
226
227
2007-08-09  Christian Persch  <chpe@gnome.org>
228
229
	* data/icons/Makefile.am:
230
231
	Fix icon cache update command.
232
233
2007-08-09  Christian Persch  <chpe@gnome.org>
234
235
	* data/icons/Makefile.am:
236
	* data/icons/HighColorLargePrint{,Inverse}_apps_48x48_gnome-web-browser.png:
237
238
	Add a11y theme icons for our apps icon.
239
240
2007-08-09  Christian Persch  <chpe@gnome.org>
241
242
	* configure.ac:
243
	A data/icons/*:
244
	R data/icons/*/*/*:
245
246
	Reorganise icons.
247
248
2007-08-06  Christian Persch  <chpe@gnome.org>
249
250
	* data/bme.desktop.in.in:
251
	* data/epiphany.desktop.in.in:
252
253
	Direct bugs coming in from bb to their own Component, for easy
254
	filtering.
255
256
2007-08-06  Diego Escalante Urrelo  <diegoe@gnome.org>
257
258
	* embed/ephy-history.c:
259
	* embed/ephy-history.h:
260
261
	Make ephy_history_set_enabled actually disable history and not delete
262
	it. Also make it public.
263
264
2007-08-02  Diego Escalante Urrelo  <diegoe@gnome.org>
265
266
	* data/ui/epiphany-ui.xml:
267
	* src/ephy-window.c:
268
	* src/ephy-lockdown.c:
269
270
	Remove "Add bookmark" and "Save as" from the document context menu.
271
	Patch by Cosimo Cecchi. Part of bug #332968.
272
273
2007-08-01  Diego Escalante Urrelo  <diegoe@gnome.org>
274
275
	* src/ephy-completion-model.c:
276
	* embed/ephy-history.c:
277
278
	Fix completion model to show icons for history items too,
279
	istory/bookmarks/favicon_cache service objects are now stored in the
280
	completion priv. Patch by Imran Patel. Fixes bug #459811.
281
282
2007-08-01  Diego Escalante Urrelo  <diegoe@gnome.org>
283
284
	* data/epiphany-lockdown.schemas.in:
285
286
	Remove misleading text from hide menu bar lockdown. Fixes bug #321989.
287
288
2007-07-30  Diego Escalante Urrelo  <diegoe@gnome.org>
289
290
	* embed/ephy-embed.c:
291
292
	Add a missing space in ge_content_change description.
293
294
2007-07-30  Diego Escalante Urrelo  <diegoe@gnome.org>
295
296
	* lib/ephy-file-helpers.c:
297
298
	Remove an unused variable. One-liner by Cosimo Cecchi.
299
	Part of Bug #433173.
300
301
2007-07-31  Xan Lopez  <xan@gnome.org>
302
303
	* embed/mozilla/mozilla-embed-single.cpp:
304
	* embed/webkit/webkit-embed-single.cpp:
305
306
	Do not use #ifdef inside macros, ancient compilers
307
	don't like it
308
309
2007-07-30  Christian Persch  <chpe@gnome.org>
310
311
	=== Release 2.19.6 ===
312
313
2007-07-30  Diego Escalante Urrelo  <diegoe@gnome.org>
314
315
	* embed/webkit/webkit-embed.cpp:
316
317
	can_go methods now work, WebKit was missing the implementations for
318
	those functions, it's fixed now so we can use can_go methods.
319
	Note that they are useless without the ge_location signal being
320
	emitted (dummy code included, commented).
321
322
	Part of Bug #461652.
323
324
2007-07-30  Xan Lopez  <xan@gnome.org>
325
326
	* embed/webkit/webkit-embed-persist.cpp:
327
	* embed/webkit/webkit-embed.cpp:
328
329
	Add returns where needed, remove unnecessary variables.
330
331
2007-07-30  Diego Escalante Urrelo  <diegoe@gnome.org>
332
333
	* embed/webkit/webkit-embed-single.cpp:
334
	* embed/webkit/webkit-embed.cpp:
335
	* embed/webkit/webkit-embed-find.h:
336
	* embed/webkit/webkit-embed-single.h:
337
	* embed/webkit/webkit-embed.h:
338
	* embed/webkit/webkit-embed-persist.cpp:
339
	* embed/webkit/webkit-embed-persist.h:
340
	* embed/webkit/webkit-embed-find.cpp:
341
342
	Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. 
343
	Fixes bug #461689.
344
345
2007-07-30  Diego Escalante Urrelo  <diegoe@gnome.org>
346
347
	* lib/ephy-password-dialog.c:
348
349
	Fix some strict aliasing warnings. Patch by Cosimo Cecchi. 
350
	Bug #433173.
351
352
2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
353
354
	* lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_dispose):
355
356
	Fix memory leak.
357
	
358
2007-07-28  Xan Lopez  <xan@gnome.org>
359
360
	* embed/webkit/webkit-embed.cpp:
361
362
	Implement stop loading method, for some reason can_go
363
	methods will fail to link.
364
	
365
	* src/epiphany.override:
366
367
	Remove mozilla include.
368
369
2007-07-27  Xan Lopez  <xan@gnome.org>
370
371
	* Makefile.am:
372
	* configure.ac:
373
	* doc/reference/Makefile.am:
374
	* embed/Makefile.am:
375
	* embed/ephy-embed-factory.c: (ephy_embed_factory_new_object):
376
	* embed/ephy-embed-persist.c:
377
	* embed/ephy-embed-shell.c:
378
	* embed/ephy-embed.c:
379
	* embed/webkit/Makefile.am:
380
	* embed/webkit/webkit-embed-find.cpp:
381
	* embed/webkit/webkit-embed-find.h:
382
	* embed/webkit/webkit-embed-persist.cpp:
383
	* embed/webkit/webkit-embed-persist.h:
384
	* embed/webkit/webkit-embed-single.cpp:
385
	* embed/webkit/webkit-embed-single.h:
386
	* embed/webkit/webkit-embed.cpp:
387
	* embed/webkit/webkit-embed.h:
388
	* src/Makefile.am:
389
390
	Add support for the WebKit engine, compile with
391
	--with-engine=webkit to activate.
392
	
393
	* embed/mozilla/mozilla-embed-single.cpp:
394
395
	Move to the G_DEFINE_TYPE_WITH_CODE macro.
396
397
2007-07-26  Diego Escalante Urrelo  <diegoe@gnome.org>
398
399
	* src/ephy-window.c:
400
401
	Make "Customise toolbars" insensitive when toolbars are hidden. Patch
402
	by René Stadler. Fixes bug #164227.
403
404
2007-07-26  Reinout van Schouwen <reinouts@gnome.org>
405
	
406
	* embed/mozilla/EphyAboutModule.cpp:
407
408
	Don't mention 'Epiphany' in the message introduced in the patch for 
409
	bug #459552.
410
411
2007-07-26  Diego Escalante Urrelo  <diegoe@gnome.org>
412
413
	* embed/mozilla/EphyAboutModule.cpp:
414
415
	Improve the restricted ports message, patch by Cosimo Cecchi. 
416
	Fixes bug #459552.
417
418
2007-07-25  Diego Escalante Urrelo  <diegoe@gnome.org>
419
420
	* embed/downloader-view.c:
421
422
	Make the status icon clickable so it shows/hides the download window,
423
	works across workspaces. Patch by Kraai. Fixes bug #448610.
424
425
2007-07-25  Diego Escalante Urrelo  <diegoe@gnome.org>
426
427
	* src/ephy-tab.c:
428
429
	Update tab title when the statusbar text is updated, so we don't have
430
	out of sync messages (like "Loading <page-you-were-before>"). Fixes
431
	bug #318947.
432
433
2007-07-25  Diego Escalante Urrelo  <diegoe@gnome.org>
434
435
	* src/ephy-notebook.c:
436
437
	Checks that if we are dragging an element of type
438
	EPHY_DND_URI_LIST_TYPE we don't reuse an already existing tab to open
439
	the first element of the list. Fixes bug #313636.
440
441
2007-07-25  Diego Escalante Urrelo  <diegoe@gnome.org>
442
443
	* src/prefs-dialog.c:
444
	* data/glade/prefs-dialog.glade:
445
446
	Added a checkbox for smooth scrolling. Fixes bug #162489.
447
448
2007-07-21  Wouter Bolsterlee  <wbolster@svn.gnome.org>
449
450
	* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
451
	* lib/ephy-stock-icons.h:
452
	* src/ephy-window.c:
453
454
	Remove some icons from the context menu, and use better
455
	ones for some menu items. Reported by Andreas Nilsson.
456
	Patch by Cosimo Cecchi. Fixes bug #410223.
457
458
2007-07-16  Wouter Bolsterlee  <wbolster@svn.gnome.org>
459
460
	* src/bookmarks/ephy-bookmark-factory-action.c:
461
	(ephy_bookmark_factory_action_new):
462
	* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init),
463
	(ephy_bookmarks_get_topic_uri):
464
	* src/bookmarks/ephy-topic-factory-action.c:
465
	(ephy_topic_factory_action_new):
466
467
	String changes based on user feedback:
468
	- "Local sites" -> "Nearby sites" (because it is a
469
	better description)
470
	- Drop the "Quick" prefix from Topic/Bookmark items in
471
	toolbar editor, because it has no function besides
472
	confusing users.
473
474
2007-07-16  Christian Persch  <chpe@gnome.org>
475
476
	* configure.ac:
477
	* doc/reference/Makefile.am:
478
	* embed/Makefile.am:
479
	* embed/mozilla/Makefile.am:
480
	* plugins/desktop-file/Makefile.am:
481
	* src/Makefile.am:
482
483
	s/MOZILLA/GECKO/g for consistency with gge.
484
485
2007-07-15  Christian Persch  <chpe@gnome.org>
486
487
	* embed/mozilla/EphyBrowser.cpp:
488
	* embed/mozilla/EphyHeaderSniffer.cpp:
489
	* embed/mozilla/EphyHistoryListener.cpp:
490
	* embed/mozilla/EphyPromptService.cpp:
491
	* embed/mozilla/GeckoFormSigningDialog.cpp:
492
	* embed/mozilla/GeckoPrintService.cpp:
493
	* embed/mozilla/GeckoPrintSession.cpp:
494
	* embed/mozilla/mozilla-embed-event.cpp:
495
	* embed/mozilla/mozilla-embed.cpp:
496
	* plugins/desktop-file/plugin.cpp:
497
498
	Use C++ casts. Script from bmo#348748.
499
500
2007-07-15  Christian Persch  <chpe@gnome.org>
501
502
	* embed/mozilla/mozilla-embed-single.cpp:
503
504
	Make sure postscript printing is enabled, and the printer list empty
505
	(so we only get the PostScript/default printer).
506
507
2007-07-15  Christian Persch  <chpe@gnome.org>
508
509
	* data/chrome/about.xhtml:
510
	* data/epiphany.desktop.in.in:
511
	* data/icons/16x16/apps/Makefile.am:
512
	* data/icons/22x22/apps/Makefile.am:
513
	* data/icons/24x24/apps/Makefile.am:
514
	* data/icons/32x32/apps/Makefile.am:
515
	* data/icons/scalable/apps/Makefile.am:
516
	* lib/ephy-stock-icons.h:
517
518
	Use the right icon name. Bug #385872.
519
520
2007-07-15  Christian Persch  <chpe@gnome.org>
521
522
	* src/popup-commands.c: (background_download_completed):
523
524
	Load the appearance capplet. Doesn't seem to work yet, see bug
525
	#456337.
526
527
2007-07-14  Christian Persch  <chpe@gnome.org>
528
529
	* embed/mozilla/ContentHandler.cpp:
530
	* embed/mozilla/EphySingle.cpp:
531
	* embed/mozilla/MozDownload.cpp:
532
533
	It's yet another API change!
534
535
2007-07-11  Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
536
537
	* embed/mozilla/MozDownload.cpp:
538
539
	Fixes bug #452707
540
541
2007-07-11  Christian Persch  <chpe@gnome.org>
542
543
	* data/default-prefs-common.js:
544
545
	Use the right prefs to disable CUPS.
546
547
2007-07-11  Luca Ferretti  <elle.uca@libero.it>
548
549
	* data/chrome/about.xhtml:
550
551
	Use new "epiphany" icon here (thanks to Rodney Dawes).
552
	
553
	* data/icons/32x32/apps/Makefile.am:
554
	* data/icons/32x32/apps/epiphany.svg:
555
	* data/icons/32x32/apps/epiphany.svg:
556
557
	Add 32x32 pixel icon (thanks to Andreas Nilsson).
558
559
2007-07-11  Christian Persch  <chpe@gnome.org>
560
561
	* configure.ac:
562
563
	Update glib req to 2.13.4 so we can use g_get_user_special_dir.
564
565
	* lib/ephy-file-helpers.c: (ephy_file_downloads_dir),
566
	(ephy_file_desktop_dir): 
567
568
	Use g_get_user_special_dir to get the Desktop and Downloads directory
569
	location.
570
571
2007-07-10  Christian Persch  <chpe@gnome.org>
572
573
	* src/bookmarks/ephy-bookmark-action.c: (connect_proxy):
574
575
	Use gtk_widget_set_has_tooltip here.
576
577
2007-07-10  Christian Persch  <chpe@gnome.org>
578
579
	* embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup),
580
	(ephy_embed_shell_get_page_setup),
581
	(ephy_embed_shell_set_print_settings),
582
	(ephy_embed_shell_get_print_settings):
583
	* lib/ephy-print-utils.c:
584
	* lib/ephy-print-utils.h:
585
586
	Use the new gtk functions to persist and load the print settings and
587
	page setup. Migrate our old settings, if present.
588
589
2007-07-10  Christian Persch  <chpe@gnome.org>
590
591
	* src/ephy-notebook.c: (sync_label):
592
593
	Remove NULL-check here.
594
595
2007-07-10  Christian Persch  <chpe@gnome.org>
596
597
	* src/bookmarks/ephy-bookmark-action.c: (query_tooltip_cb),
598
	(connect_proxy), (ephy_bookmark_action_updated),
599
	(ephy_bookmark_action_class_init):
600
601
	Port to new tooltips API. Fixes bug #347637.
602
603
2007-07-10  Christian Persch  <chpe@gnome.org>
604
605
	* embed/mozilla/GeckoPrintService.cpp:
606
607
	Remove gtk version check since we now depend on 2.11.
608
609
2007-07-10  Christian Persch  <chpe@gnome.org>
610
611
	* lib/widgets/ephy-location-entry.c: (cursor_on_match_cb),
612
	(ephy_location_entry_set_completion):
613
614
	Remove gtk version check since we now depend on 2.11.
615
616
2007-07-10  Christian Persch  <chpe@gnome.org>
617
618
	* lib/widgets/ephy-location-entry.c:
619
	(ephy_location_entry_finalize), (ephy_location_entry_class_init),
620
	(ephy_location_entry_construct_contents),
621
	(ephy_location_entry_init), (ephy_location_entry_set_lock_tooltip):
622
623
	Port to new tooltips API.
624
625
2007-07-10  Christian Persch  <chpe@gnome.org>
626
627
	* lib/widgets/ephy-zoom-action.c: (ephy_zoom_action_class_init):
628
	* lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_class_init):
629
630
	Port to new tooltips API.
631
632
2007-07-10  Christian Persch  <chpe@gnome.org>
633
634
	* src/ephy-navigation-action.c: (connect_proxy),
635
	(ephy_navigation_action_class_init):
636
637
	Port to new tooltips API.
638
	
639
2007-07-10  Christian Persch  <chpe@gnome.org>
640
641
	* src/ephy-fullscreen-popup.c:
642
	(ephy_fullscreen_popup_set_security_state),
643
	(ephy_fullscreen_popup_constructor),
644
	(ephy_fullscreen_popup_finalize):
645
646
	Port to new tooltips API.
647
648
2007-07-10  Luca Ferretti  <elle.uca@libero.it>
649
650
	* data/epiphany.desktop.in.in:
651
652
	Use new icon here too 
653
654
2007-07-10  Christian Persch  <chpe@gnome.org>
655
656
	* src/ephy-notebook.c: (ephy_notebook_switch_page_cb),
657
	(update_tabs_visibility), (ephy_notebook_init),
658
	(ephy_notebook_finalize), (sync_icon), (sync_label),
659
	(build_tab_label), (ephy_notebook_set_show_tabs),
660
	(ephy_notebook_remove):
661
662
	Port to new tooltips API.
663
664
2007-07-10  Luca Ferretti  <elle.uca@libero.it>
665
666
	* data/icons/32x32/apps/Makefile.am:
667
	* data/icons/32x32/Makefile.am:
668
669
	Add 32x32/apps to build. But currently there are no icons.
670
671
2007-07-10  Luca Ferretti  <elle.uca@libero.it>
672
673
	* configure.ac:
674
	* data/icons/16x16/Makefile.am:
675
	* data/icons/16x16/apps/Makefile.am:
676
	* data/icons/16x16/apps/epiphnay.svg:
677
	* data/icons/16x16/apps/epiphnay.png:	
678
	* data/icons/22x22/Makefile.am:
679
	* data/icons/22x22/apps/Makefile.am:
680
	* data/icons/22x22/apps/epiphnay.svg:
681
	* data/icons/22x22/apps/epiphnay.png:
682
	* data/icons/24x24/Makefile.am:
683
	* data/icons/24x24/apps/Makefile.am:
684
	* data/icons/24x24/apps/epiphnay.png:
685
	* data/icons/scalable/Makefile.am:
686
	* data/icons/scalable/apps/Makefile.am:
687
	* data/icons/scalable/apps/epiphnay.svg:
688
	* lib/ephy-stock-icons.h:
689
690
	Install under hicolor and use "epiphany" named icon
691
	as application icon. See bug 385872.
692
693
	The icon is just a copy of "web-browser" in gnome-icon-theme
694
695
	* data/icons/Makefile.am:
696
697
	Update gtk icon cache for hicolor on install and uninstall
698
699
2007-07-10  Luca Ferretti  <elle.uca@libero.it>
700
701
	* data/icons/16x16/actions/Makefile.am:
702
	* data/icons/22x22/actions/Makefile.am:
703
	* data/icons/24x24/actions/Makefile.am:
704
	* data/icons/32x32/actions/Makefile.am:
705
	* data/icons/scalable/actions/Makefile.am:
706
	* data/icons/*/action/download.*:
707
708
	Kill old "download" icon. Fix bug 450904.
709
710
2007-07-10  Christian Persch  <chpe@gnome.org>
711
712
	* configure.ac:
713
714
	Update gtk+ req to 2.11.6.
715
716
	* src/ephy-statusbar.c: (ephy_statusbar_class_init),
717
	(create_caret_indicator), (ephy_statusbar_init),
718
	(ephy_statusbar_set_security_state),
719
	(ephy_statusbar_set_popups_state):
720
	* src/ephy-statusbar.h:
721
	* src/epiphany.defs:
722
723
	Port EphyStatusbar to the new tooltips API.
724
725
2007-07-10  Luca Ferretti  <elle.uca@libero.it>
726
727
	* embed/downloader-view.c: (show_status_icon),
728
	(downloader_view_build_ui):
729
	* embed/mozilla/ContentHandler.cpp:
730
	* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
731
	* lib/ephy-stock-icons.h:
732
	* src/ephy-window.c:
733
734
	Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using
735
	"emblem-download" named icon. Partially fix 450904. 
736
737
	Note: you need latest svn version of gnome-icon-theme
738
	to have the download icon @ 16x16 pixels
739
740
2007-07-09  Christian Persch  <chpe@gnome.org>
741
742
	=== Release 2.19.5 ===
743
744
2007-07-09  Christian Persch  <chpe@gnome.org>
745
746
	* configure.ac:
747
	* data/icons/16x16/status/Makefile.am:
748
	* data/icons/24x24/status/Makefile.am:
749
	* data/icons/48x48/Makefile.am:
750
	* data/icons/48x48/status/Makefile.am:
751
	* data/icons/Makefile.am:
752
	* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
753
	* lib/ephy-stock-icons.h:
754
755
	Copy the lock icons from g-i-t 2.16 into epiphany, since the new ones
756
	in g-i-t are broken (see bug #348350 comment 93 ff).
757
758
2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
759
760
	* lib/egg/update-toolbareditor-from-libegg: removed
761
	* lib/egg/update-toolbareditor-from-libegg.sh: added
762
	Rename to update-toolbareditor-from-libegg.sh
763
	Also updated the script such it updates itself
764
	* lib/egg/egg*:
765
	Sync with latest libegg toolbareditor
766
767
2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
768
769
	* src/ephy-history-window.c, src/bookmarks/ephy-bookmarks-editor.c,
770
	src/ephy-window.c: Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT
771
	Fixes bug #452769
772
773
2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
774
	
775
	Changelog entry from the previous commit. I accidently changed the
776
	wrong Changelog file
777
	* lib/egg/update-toolbareditor-from-libegg: script that syncs local
778
	toolbar editor copy with the one in libegg SVN
779
	* lib/egg/egg*: sync with toolbar editor in libegg. Sync obtained by 
780
	running update-toolbareditor-from-libegg
781
	* lib/egg/eggintl.h: removed not needed anymore by egg-toolbareditor
782
	* lib/egg/Makefile.am: remove eggintl.h
783
784
2007-06-28  Christian Persch  <chpe@gnome.org>
785
786
	* configure.ac:
787
	* data/Makefile.am:
788
	A data/weasel-ua-pref.js.in:
789
790
	Make UA ff-compatible. This fixes
791
	https://bugzilla.mozilla.org/show_bug.cgi?id=334967 . See also
792
	Camino bug https://bugzilla.mozilla.org/show_bug.cgi?id=384721 and
793
	https://bugzilla.mozilla.org/show_bug.cgi?id=385999 for discussion.
794
795
2007-06-26  Luca Ferretti  <elle.uca@libero.it>
796
797
	* lib/ephy-stock-icons.h: use "document-page-setup" named icon for
798
	STOCK_PRINT_SETUP (now available on gnome-icon-theme trunk); add
799
	comments to explain icons origin (icon naming spec, custom,
800
	deprecated...)
801
802
2007-06-25  Felix Riemann  <friemann@svn.gnome.org>
803
804
	* lib/egg/egg-toolbar-editor.c: (event_box_realize_cb):
805
	Make named drag-icons toolbar-sized like the others.
806
	Part of bug #450590.
807
808
2007-06-24  Felix Riemann  <friemann@svn.gnome.org>
809
810
	* lib/egg/egg-toolbar-editor.c: (editor_create_item_from_name):
811
	Cleanups to my last commit.
812
	Fixes bug 450590 (Felix Riemann, Jaap Haitsma)
813
814
2007-06-24  Felix Riemann  <friemann@svn.gnome.org>
815
816
	* lib/egg/egg-toolbar-editor.c: (editor_create_item_from_name):
817
	Add a workaround to take into account that Gtk{Radio,Toggle}Actions
818
	only set either the stock-id or the icon-name property depending on
819
	the image type. This makes it possible to display the icon of such
820
	actions in the toolbar editor. (bug #450590)
821
822
2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
823
824
	* src/ephy-main.c: Use g_option_group_set_translation_domain to
825
	translate commandline options. Fixes bug #450146
826
827
2007-06-07  Diego Escalante Urrelo  <diegoe@gnome.org>
828
829
	* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
830
	* help/C/epiphany.xml:
831
832
	Modified first-time dialog when visiting a secure page, to mention
833
	the color and padlock icon in the address entry. 
834
	Patch by Jared Moore. Fixes bug #346243.
835
836
2007-06-16  Christian Persch  <chpe@gnome.org>
837
838
	* doc/Makefile.am:
839
840
	Add debugging.txt to EXTRA_DIST.
841
842
2007-06-14  Christian Persch  <chpe@gnome.org>
843
844
	* embed/mozilla/GeckoPrintService.cpp:
845
	* embed/mozilla/GeckoPrintSession.cpp:
846
	* embed/mozilla/GeckoPrintSession.h:
847
848
	Set the print as cancelled in the print settings too, see
849
	https://bugzilla.mozilla.org/show_bug.cgi?id=253926.
850
851
2007-06-10  Christian Persch  <chpe@gnome.org>
852
853
	* data/default-prefs-common.js:
854
855
	Disable PAPI too.
856
857
2007-06-07  Diego Escalante Urrelo  <diegoe@gnome.org>
858
859
	* src/ephy-history-window.c:
860
	* src/bookmarks/ephy-bookmarks-editor.c:
861
862
	Adds SelectAll stock icon.
863
864
2007-06-05  Diego Escalante Urrelo  <diegoe@gnome.org>
865
866
	* src/ephy-history-window.c
867
	* src/bookmarks/ephy-bookmarks-editor.c
868
	* data/ui/epiphany-history-window-ui.xml
869
	* data/ui/epiphany-bookmark-editor-ui.xml:
870
871
	Assign control+T as default delete shortcut. Also move the Delete item
872
	to Edit menu. Bug #351100.
873
874
2007-06-05  Diego Escalante Urrelo  <diegoe@gnome.org>
875
876
	* embed/mozilla/EphyAboutModule.cpp:
877
878
	Last commit reverted.
879
880
2007-06-05  Diego Escalante Urrelo  <diegoe@gnome.org>
881
882
	* embed/mozilla/EphyAboutModule.cpp:
883
884
	Change the "The page was not fully loaded when the crash ocurred"
885
	message to something better. Patch by Thomas Presthus. Bug #433796.
886
887
2007-06-05  Diego Escalante Urrelo  <diegoe@gnome.org>
888
889
	* src/ephy-go-action.c:
890
891
	Fix go button behaviour to react to button-release-event and not
892
	button-press-event. Patch by Sebastiaan Samyn. Bug #441419.
893
894
2007-06-05  Diego Escalante Urrelo  <diegoe@gnome.org>
895
896
	* src/ephy-window.c:
897
898
	Added GTK_STOCK_SELECT_ALL to SelectAll action. 
899
900
2007-06-05  Christian Persch  <chpe@gnome.org>
901
902
	* doc/reference/Makefile.am:
903
	
904
	Fix docs build on xulrunner trunk.
905
906
2007-06-05  Wouter Bolsterlee  <wbolster@svn.gnome.org>
907
908
	* data/about.ini:
909
	
910
	Shameless plug: added Reinout van Schouwen and myself.
911
912
2007-06-05  Jared Moore <cornflake.pirate@gmail.com>
913
914
	Reviewed by: Christian Persch <chpe@gnome.org>
915
	Committed by: Wouter Bolsterlee <wbolster@gnome.org>
916
917
	* data/ui/epiphany-ui.xml:
918
919
	Added 'select all' to context menu for text input areas. Bug #336739.
920
921
2007-06-04  Christian Persch  <chpe@gnome.org>
922
923
	* embed/ephy-embed.c: (ephy_embed_load_url):
924
925
	It seems SUSE can't take a hint and doesn't care, so remove this comment.
926
927
2007-05-31  Diego Escalante Urrelo  <diegoe@gnome.org>
928
929
	* lib/widgets/ephy-location-entry.c:
930
931
	Adds some prefixes to web_prefixes for ftp sites. Bug #422114.
932
933
2007-05-27  Christian Persch  <chpe@gnome.org>
934
935
	* embed/mozilla/mozilla-embed-single.cpp:
936
937
	nsIPasswordManager doesn't exist on trunk anymore.
938
939
2007-05-27  Christian Persch  <chpe@gnome.org>
940
941
	* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
942
943
	No need to make this data static.
944
945
2007-05-27  Christian Persch  <chpe@gnome.org>
946
947
	* embed/mozilla/GeckoPrintService.cpp:
948
949
	Take the printer's capabilities into account.
950
951
2007-05-19  Christian Persch  <chpe@gnome.org>
952
953
	* data/glade/epiphany.glade:
954
955
	Make "Show Passwords" plural. Bug #437798.
956
957
2007-05-19  Christian Persch  <chpe@gnome.org>
958
959
	* data/epiphany.schemas.in:
960
	* embed/ephy-embed-prefs.h:
961
	* embed/mozilla/mozilla-notifiers.cpp:
962
963
	Add pref for smooth scroll, bug #162489.
964
	Use GSlice to allocate the prefs notifier data.
965
	Check the pref type.
966
967
2007-05-19  Christian Persch  <chpe@gnome.org>
968
969
	* embed/mozilla/GeckoCookiePromptService.cpp:
970
971
	Just use ngettext here, no need for dngettext.
972
973
2007-05-19  Christian Persch  <chpe@gnome.org>
974
975
	* embed/ephy-cookie-manager.h:
976
	* embed/mozilla/EphySingle.cpp:
977
978
	Store http-only flag too.
979
980
2007-05-19  Christian Persch  <chpe@gnome.org>
981
982
	* lib/egg/eggtreemultidnd.c:
983
984
	Include config.h.
985
986
2007-05-19  Christian Persch  <chpe@gnome.org>
987
988
	* src/ephy-statusbar.c:
989
990
	Make this comment accurate.
991
992
2007-05-19  Christian Persch  <chpe@gnome.org>
993
994
	* src/prefs-dialog.c: (prefs_dialog_show_help):
995
996
	Make this string static.
997
998
2007-05-13  Christian Persch  <chpe@gnome.org>
999
1000
	* configure.ac:
1001
1002
	Post-release version bump.
1003
1004
2007-05-13  Christian Persch  <chpe@gnome.org>
1005
1006
	=== Release 2.19.2 ==
1007
1008
	* configure.ac:
1009
1010
	Update for 2.19.2.
1011
1012
	* po/POTFILES.skip:
1013
1014
	Try to fix distcheck with stupid intltool.
1015
1016
2007-05-08  Felix Riemann  <friemann@svn.gnome.org>
1017
1018
	* lib/egg/egg-toolbar-editor.c: (event_box_realize_cb),
1019
	(editor_create_item_from_name):
1020
	Support using named icons in the toolbareditor and attach them to the
1021
	mouse pointer while dragging them to the toolbar. (bug #436684)
1022
1023
2007-05-04  Diego Escalante Urrelo <diegoe@gnome.org>
1024
1025
	* src/ephy-find-toolbar.c:
1026
1027
	Make Shift+Return find previous when searching. 
1028
	Patch by Robin Stocker.
1029
1030
	Fixes #412033
1031
1032
2007-05-01  Xan Lopez  <xan@gnome.org>
1033
1034
	* lib/widgets/ephy-location-entry.c:
1035
	* lib/widgets/ephy-location-entry.h:
1036
	* src/ephy-completion-model.c:
1037
	* src/ephy-completion-model.h:
1038
	* src/ephy-location-action.c:
1039
1040
	Copy the items on the completion list as the user moves through
1041
	them. The original input can be restored pressing Esc. The tentative
1042
	completion can be made definitive pressing Left or Right.
1043
1044
	Fixes #409291, #102528
1045
	
1046
2007-04-24  Diego Escalante Urrelo  <diegoe@gnome.org>
1047
1048
	* src/popup-commands.c:
1049
	* lib/ephy-file-helpers.c:
1050
	Avoid opening nautilus if downloads are done to Desktop. This re-fixes
1051
	bug #383698.
1052
1053
2007-04-24  Diego Escalante Urrelo  <diegoe@gnome.org>
1054
1055
	* embed/ephy-embed-dialog.c:
1056
	Fix some strict-aliasing warnings.
1057
1058
2007-04-23  Bastien Nocera  <hadess@hadess.net>
1059
1060
	* lib/ephy-file-helpers.c: (xdg_user_dir_lookup),
1061
	(ephy_file_downloads_dir_from_xdg), (ephy_file_downloads_dir):
1062
	Use xdg-user-dirs to get a better default Downloads directory
1063
	(Closes: #415342)
1064
1065
2007-04-20  Bastien Nocera  <hadess@hadess.net>
1066
1067
	* data/mime-types-permissions.xml: Add "application/x-quicktimeplayer"
1068
	and "application/x-quicktime-media-link" to the safe mime-types
1069
	(Closes: #431665)
1070
1071
2007-04-16  Diego Escalante Urrelo  <diegoe@gnome.org>
1072
1073
	* src/ephy-go-action.c:
1074
1075
	Middle clicking the Go button should open the location bar address
1076
	content in a new tab. Bug #362591.
1077
1078
2007-04-09  Christian Persch  <chpe@gnome.org>
1079
1080
	* data/glade/print.glade:
1081
	* embed/mozilla/EphyBrowser.cpp:
1082
	* embed/mozilla/GeckoPrintService.cpp:
1083
	* embed/mozilla/GeckoPrintService.h:
1084
1085
	Fix printing of frames.
1086
1087
2007-04-02  Diego Escalante Urrelo <diegoe@gnome.org>
1088
1089
	* src/bookmarks/ephy-topic-action.c:
1090
1091
	Allow the user to select a different bookmark topic on the toolbar by
1092
	just moving the mouse. Old behaviour forced the user to click each
1093
	topic button to activate the menu, now only the first click is
1094
	required. Bug #363848. Patch by John Millikin.
1095
1096
2007-03-29  Christian Persch  <chpe@gnome.org>
1097
1098
	* lib/ephy-password-dialog.c: (ephy_password_dialog_constructor):
1099
1100
	#if 0 some currently unused code. Bug #423907.
1101
1102
2007-03-25  Christian Persch  <chpe@gnome.org>
1103
1104
	* src/ephy-statusbar.c: (create_statusbar_progress):
1105
1106
	Make progressbar taller. Bug #421060.
1107
1108
2007-03-16  Bastien Nocera  <hadess@hadess.net>
1109
1110
	* embed/mozilla/Makefile.am:
1111
	* embed/mozilla/mozilla-embed-single.cpp:
1112
	Fix Epiphany not finding some Gecko plugins when
1113
	running in a multilib environment (Closes: #407419)
1114
1115
2007-03-12  Christian Persch  <chpe@gnome.org>
1116
1117
	* embed/mozilla/GtkNSSDialogs.cpp:
1118
1119
	Add translator's comment for 'token'.
1120
1121
2007-03-12  Christian Persch  <chpe@gnome.org>
1122
1123
	* embed/mozilla/GeckoCookiePromptService.cpp:
1124
	* embed/mozilla/GeckoCookiePromptService.h:
1125
	* embed/mozilla/Makefile.am:
1126
	* embed/mozilla/MozRegisterComponents.cpp:
1127
1128
	Implement nsICookiePromptService. Bug #337826.
1129
1130
2007-03-11  Christian Persch  <chpe@gnome.org>
1131
1132
	* configure.ac:
1133
1134
	Bump version to 2.19.0, and set API version to 2.19.
1135
1136
2007-03-11  Christian Persch  <chpe@gnome.org>
1137
1138
	* *:
1139
1140
	Correct FSF address. Bug #409075, patch by John Millikin.
1141
1142
2007-03-11  Christian Persch  <chpe@gnome.org>
1143
1144
	* configure.ac:
1145
1146
	Post-release version bump.
1147
1148
2007-03-11  Christian Persch  <chpe@gnome.org>
1149
1150
	=== Release 2.18.0 ===
1151
1152
2007-03-11  Christian Persch  <chpe@gnome.org>
1153
1154
	* configure.ac:
1155
1156
	Set version to 2.18.0.
1157
1158
2007-03-11  Christian Persch  <chpe@gnome.org>
1159
1160
	* embed/Makefile.am:
1161
	* lib/Makefile.am:
1162
	* lib/egg/Makefile.am:
1163
	* src/Makefile.am:
1164
	* src/bookmarks/Makefile.am:
1165
1166
	Regenerate the type builtins when the Makefile changes. Should fix bug
1167
	#416994; no code freeze break since it's only fixing a build problem.
1168
1169
2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1170
1171
	* data/bme.desktop.in.in:
1172
	* data/epiphany.desktop.in.in:
1173
1174
	"Application" is not a valid category in the freedesktop specification.
1175
1176
2007-03-04  Christian Persch  <chpe@svn.gnome.org>
1177
1178
	* src/ephy-net-monitor.c: (ephy_net_monitor_check_network),
1179
	(ephy_net_monitor_startup):
1180
1181
	Don't crash when we cannot access the system bus. Bug #404514, patch
1182
	by Jan de Groot.
1183
1184
2007-03-03  Christian Persch  <chpe@svn.gnome.org>
1185
1186
	* embed/Makefile.am:
1187
	* lib/Makefile.am:
1188
	* lib/egg/Makefile.am:
1189
	* src/Makefile.am:
1190
	* src/bookmarks/Makefile.am: Make sure the type builtins are
1191
	regenerated when the Makefile changes.
1192
1193
2007-03-03  Benjamin Berg  <benjamin@sipsolutions.net>
1194
1195
	* embed/Makefile.am:
1196
	* embed/ephy-adblock-manager.c: (ephy_adblock_manager_should_load):
1197
	* embed/ephy-adblock-manager.h:
1198
	* embed/ephy-adblock.c: (ephy_adblock_should_load):
1199
	* embed/ephy-adblock.h:
1200
	* embed/mozilla/EphyContentPolicy.cpp:
1201
	* lib/Makefile.am:
1202
	* lib/ephy-adblock.c:
1203
	* lib/ephy-adblock.h:
1204
1205
	Move ephy-adblock.* to embed. Change the API to pass EphyEmbed to
1206
	should_load. This is needed to fix bug #348331.
1207
1208
2007-03-02  Christian Persch  <chpe@svn.gnome.org>
1209
1210
	* data/mime-types-permissions.xml:
1211
1212
	Add .bz2.
1213
1214
2007-02-26  Christian Persch  <chpe@svn.gnome.org>
1215
1216
	=== Release 2.17.92 ==
1217
1218
	* configure.ac:
1219
1220
2007-02-23  Christian Persch  <chpe@svn.gnome.org>
1221
1222
	* embed/mozilla/EphyFind.cpp:
1223
	* embed/mozilla/EphyFind.h:
1224
1225
	What's this? Another mozilla API change!
1226
1227
2007-02-12  Christian Persch  <chpe@svn.gnome.org>
1228
1229
	* configure.ac:
1230
1231
	Post-release version bump.
1232
1233
2007-02-12  Christian Persch  <chpe@svn.gnome.org>
1234
1235
	=== Release 2.17.91 ===
1236
1237
	* configure.ac:
1238
	* data/mime-types-permissions.xml:
1239
1240
2007-02-08  Jean-François Rameau  <jframeau@cvs.gnome.org>
1241
1242
	* embed/mozilla/EphyAboutModule.cpp:
1243
	(GetErrorMessage),(CreateErrorPage):
1244
1245
	Fix a g_free on static string. Also fix a leak.
1246
1247
2007-02-08  Christian Persch  <chpe@svn.gnome.org>
1248
1249
	* embed/mozilla/MozDownload.cpp:
1250
1251
	Guess what? Another mozilla API change!
1252
1253
2007-02-07  Christian Persch  <chpe@svn.gnome.org>
1254
1255
	* data/default-prefs-common.js:
1256
1257
	Set the new pwdmgr pref.
1258
1259
2007-02-02  Christian Persch  <chpe@svn.gnome.org>
1260
1261
	* data/mime-types-permissions.xml:
1262
1263
	More mime types.
1264
1265
2007-02-02  Christian Persch  <chpe@svn.gnome.org>
1266
1267
	* data/mime-types-permissions.xml:
1268
1269
	More mime types.
1270
1271
2007-01-30  Christian Persch  <chpe@svn.gnome.org>
1272
1273
	* data/mime-types-permissions.xml:
1274
1275
	Add video/x-theora+ogg to list of known mime types.
1276
1277
2007-01-28  Christian Persch  <chpe@svn.gnome.org>
1278
1279
	* src/ephy-tabs-menu.c: (sync_active_tab):
1280
1281
	Make this a regular check, not g_return_if_fail.
1282
1283
2007-01-28  Christian Persch  <chpe@svn.gnome.org>
1284
1285
	* data/default-prefs-common.js:
1286
1287
	Set bidi caret movement pref to mimick gtk widgets.
1288
1289
2007-01-28  Christian Persch  <chpe@svn.gnome.org>
1290
1291
	* src/ephy-dbus.c: (ephy_dbus_connect_to_session_bus):
1292
	
1293
	Fix error condition check.
1294
1295
2007-01-28  Christian Persch  <chpe@svn.gnome.org>
1296
1297
	* data/mime-types-permissions.xml:
1298
1299
	Add more mime types.
1300
1301
2007-01-28  Christian Persch  <chpe@svn.gnome.org>
1302
1303
	* lib/ephy-node.c: (destroy_signal_data), (node_parent_free),
1304
	(ephy_node_destroy), (ephy_node_new_with_id), (real_set_property),
1305
	(ephy_node_set_property), (ephy_node_set_property_string),
1306
	(ephy_node_set_property_boolean), (ephy_node_set_property_long),
1307
	(ephy_node_set_property_int), (ephy_node_set_property_double),
1308
	(ephy_node_set_property_float), (real_add_child),
1309
	(ephy_node_new_from_xml), (ephy_node_signal_connect_object):
1310
1311
	Convert EphyNode to use GSlice.
1312
1313
2007-01-28  Jean-François Rameau  <jframeau@cvs.gnome.org>
1314
1315
	* embed/mozilla/ContentHandler.cpp: (GContentHandler::Show):
1316
1317
	Check for a potential veto. Fix #342951.
1318
1319
2007-01-28  Christian Persch  <chpe@svn.gnome.org>
1320
1321
	* lib/ephy-node.c: (safe_write_string), (ephy_node_write_to_xml):
1322
	* src/bookmarks/ephy-bookmarks-export.c: (sanitise_string),
1323
	(write_topics_list), (write_rdf):
1324
1325
	Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to
1326
	XML. Bug #392782.
1327
1328
2007-01-28  Christian Persch  <chpe@svn.gnome.org>
1329
1330
	* src/epiphany.defs:
1331
	* src/epiphany.override:
1332
1333
	Fix the wrapping of the singleton Ephy[Embed]Shell as
1334
	"epiphany.Shell()". Bug #351705.
1335
1336
2007-01-28  Christian Persch  <chpe@svn.gnome.org>
1337
1338
	* data/Makefile.am:
1339
1340
	Fix schemas install command.
1341
1342
2007-01-27  Priit Laes  <plaes@svn.gnome.org>
1343
1344
	* embed/mozilla/EphyAboutModule.cpp:
1345
1346
	Fixes the menu path of Gnome control center when displaying the service 
1347
	unavailable error message. Bug #352923.
1348
1349
2007-01-24  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1350
1351
	* embed/mozilla/EphyAboutModule.cpp:
1352
1353
	Changed the "redirected too many times" error page to be more
1354
	friendly. Bug #395990.
1355
1356
2007-01-23  Christian Persch  <chpe@svn.gnome.org>
1357
1358
	* embed/mozilla/EphyBrowser.cpp:
1359
	* embed/mozilla/GeckoPrintService.cpp:
1360
	* embed/mozilla/GeckoPrintService.h:
1361
	* embed/mozilla/GeckoPrintSession.cpp:
1362
1363
	Clear some print settings in the settings we hand to the print job, so
1364
	they don't get applied twice. Bug #394818.
1365
1366
	Prepare for printing to PDF (#if 0'd until the gecko bug is fixed).
1367
1368
2007-01-23  Christian Persch  <chpe@svn.gnome.org>
1369
1370
	* data/mime-types-permissions.xml:
1371
	
1372
	Add another safe mime type.
1373
1374
2007-01-22  Christian Persch  <chpe@svn.gnome.org>
1375
1376
	* configure.ac:
1377
1378
	Post-release version bump.
1379
1380
2007-01-22  Christian Persch  <chpe@svn.gnome.org>
1381
1382
	=== Release 2.17.90 ===
1383
1384
	* configure.ac:
1385
1386
2007-01-18  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1387
1388
	* data/ui/epiphany-bookmark-editor-ui.xml:
1389
1390
	Puts OpenInWindow over OpenInTab in the Bookmarks Editor so we meet
1391
	the HIG. Fixes bug #340775.
1392
1393
2007-01-18  Luca Ferretti  <elle.uca@libero.it>
1394
1395
	* data/icons/*/places/bookmark-web.*:
1396
	* data/icons/*/places/Makefile.am:
1397
	* data/icons/*/Makefile.am:
1398
	* configure.ac
1399
1400
	Add to build new "bookmark-web" custom named icon at
1401
	16, 22 and 24 pixels - under new places directory.
1402
1403
	* lib/ephy-stock-icons.c:
1404
	* lib/ephy-stock-icons.h:
1405
	* src/bookmarks/ephy-bookmark-properties.c:
1406
	* src/bookmarks/ephy-bookmark-action.c:
1407
1408
	Remove STOCK_BOOKMARK and add EPHY_STOCK_BOOKMARK using
1409
	new "bookmark-web" custom named icon.
1410
1411
2007-01-17  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1412
1413
	* src/popup-commands.c:
1414
	
1415
	Avoid opening a nautilus window when downloads are finished if the
1416
	downloaded file was saved to the desktop. Considers the
1417
	desktop_is_homedir option of Nautilus. Bug #383698.
1418
1419
2007-01-10  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1420
1421
	* src/bookmarks/ephy-bookmarks-ui.c:
1422
1423
	Fixes compilation with gcc 2. Bug #394699. Patch by Jens Granseuer.
1424
1425
2007-01-10  Christian Persch  <chpe@svn.gnome.org>
1426
1427
	* data/chrome/about.xhtml:
1428
	* src/window-commands.c: (window_cmd_help_about):
1429
1430
	Update for 2007.
1431
1432
2007-01-10  Christian Persch  <chpe@svn.gnome.org>
1433
1434
	* data/epiphany.pc.in:
1435
1436
	Fix for autoconf 2.60 (datarootdir).
1437
1438
2007-01-09  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1439
1440
	* src/popup-commands.c:
1441
	* lib/ephy-file-helpers.c:
1442
1443
	Opens images in a new browser window if EOG is not found. Bug #167595.
1444
	Patch by Björn Lindqvist.
1445
1446
2007-01-09  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1447
1448
	* src/ephy-history-window.c:
1449
	* src/ephy-main.c:
1450
	* src/bookmarks/ephy-bookmarks-editor.c:
1451
	* src/ephy-tab.c:
1452
	* src/ephy-encoding-menu.c:
1453
	* src/ephy-window.c:
1454
	* data/glade/form-signing-dialog.glade:
1455
	* data/glade/prefs-dialog.glade:
1456
1457
	Changes "..." for the ellipsis character "…". Bug #324380. Patch by
1458
	Diego Escalante Urrelo.
1459
1460
2007-01-09  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1461
1462
	* data/about.ini:
1463
1464
	Added myself as a Contributor. :).
1465
1466
2007-01-09  Christian Persch  <chpe@svn.gnome.org>
1467
1468
	* configure.ac:
1469
1470
	Post-release version bump.
1471
1472
2007-01-09  Christian Persch  <chpe@svn.gnome.org>
1473
1474
	=== Release 2.17.5 ===
1475
1476
	* NEWS:
1477
	* configure.ac:
1478
	* data/default-prefs-common.js:
1479
	* doc/reference/tmpl/ephy-embed.sgml:
1480
1481
2007-01-08  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1482
1483
	* src/ephy-python-extension.c:
1484
	* src/epiphany.override:
1485
1486
	Fixes a problem at link time on Darwin, bug #387233. Patch by paul.
1487
1488
2007-01-08  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1489
1490
	* embed/mozilla/EphyAboutModule.cpp:
1491
1492
	Fixes the escaping in the error message "The page %s was not fully 
1493
	loaded yet when the browser crashed..." by changing the
1494
	g_strdup_printf into a g_markup_printf_escaped. Bug #374627. Patch by
1495
	Diego Escalante Urrelo.
1496
1497
2007-01-08  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1498
1499
	* embed/mozilla/EphyAboutModule.cpp:
1500
1501
	Fixes the menu path of the service unavailable error message.
1502
1503
2007-01-08  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1504
1505
	* src/popup-commands.c: (background_download_completed)
1506
1507
	Check the result of ephy_file_launch_desktop_file () so if it fails we
1508
	try an alternative naming of the background capplet: gnome-background.
1509
	This is seen in fedora. Bug #387206, which is actually caused by
1510
	bugzilla.redhat.com #201867.
1511
1512
2007-01-08  Luca Ferretti  <elle.uca@libero.it>
1513
1514
	* data/epiphany.pc.in: 
1515
1516
	Added "icondir" variable ( == $datadir/$package/icons ).
1517
	The purpose is allow extensions to install custom themeable icons
1518
	in this directory, so they can use named icons without add a new
1519
	icon search path.
1520
1521
2007-01-08  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1522
1523
	* src/bookmarks/ephy-bookmarks-editor.c:
1524
	* lib/widgets/ephy-node-view.c:
1525
1526
	Workaround/semi-fix for bug #351814. The real cause of the problem is
1527
	the user_data that is never set on a GtkTreeIter, so the Ephy
1528
	implementation of the tree makes it to have a stamp of 0 being that
1529
	way an invalid iter. Patch by Diego Escalante Urrelo.
1530
1531
2007-01-08  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1532
1533
	* data/glade/form-signing-dialog.glade:
1534
	* data/glade/prefs-dialog.glade:
1535
1536
	Removed the hardcoded invisible char, note that this might readd
1537
	itself to the file if someone edits it. It has been suggested that we
1538
	move over to glade-3. Patch by Vitali Ischenko. Bug #393910.
1539
1540
2007-01-03  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1541
1542
	* embed/ephy-favicon-cache.c: (icon_is_obsolete),
1543
	(remove_obsolete_icons):
1544
	* embed/ephy-history.c: (page_is_obsolete),
1545
	(remove_obsolete_pages):
1546
	
1547
	Avoid use of localtime by computing expiry in seconds instead of days.
1548
	Patch by Chris Wilson.
1549
1550
2007-01-03  Diego Escalante Urrelo  <diegoe@svn.gnome.org>
1551
1552
	* embed/ephy-favicon-cache.c: (ephy_favicon_cache_init):
1553
	* embed/ephy-history.c: (ephy_history_init):
1554
	* lib/Makefile.am:
1555
	* lib/ephy-glib-compat.h:
1556
	* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save_delayed):
1557
	* src/ephy-dbus.c: (session_filter_func), (system_filter_func):
1558
	* src/ephy-extensions-manager.c: (reload_cb):
1559
	* src/ephy-session.c: (confirm_shutdown_cb):
1560
1561
	Utilize GLib's new g_timeout_add_seconds to reduce context switches
1562
	and improve CPU/power efficiency. Patch by Chris Wilson.
1563
1564
1565
2007-01-03  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1566
1567
	* data/glade/prefs-dialog.glade:
1568
1569
	Corrects the expand of the Privacy tab in the Preferences window.
1570
	Patch by Baptiste Mille-Mathias.
1571
1572
2007-01-03  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1573
1574
	* data/mime-types-permissions.xml:
1575
1576
	Added text/csv as a safe type (note that the alias
1577
	text/x-comma-separate-values is also present). Patch by Gaëtan
1578
	Podevijn.
1579
1580
2007-01-02  Diego Escalante Urrelo <diegoe@svn.gnome.org>
1581
1582
	* src/ephy-history-window.c: (ephy_history_window_update_menu):
1583
	
1584
	Disables "Add Bookmark" in the File menu when bookmarks are locked
1585
	down.
1586
1587
	* src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_constructor):
1588
1589
	Makes the topics pane insensitive and the rest of entries
1590
	non-editables (but sensitive so we can select the text) 
1591
	when bookmarks are locked down.
1592
1593
	* src/bookmarks/ephy-bookmarks-ui.c: (ephy_bookmarks_ui_add_bookmark):
1594
1595
	Don't allow the add bookmark ui to appear if it's locked down.
1596
1597
2006-12-31  Christian Persch  <chpe@svn.gnome.org>
1598
1599
	* src/ephy-main.c: (main):
1600
1601
	Make sure to init gthread as first call to glib.
1602
1603
2006-12-30  Diego Escalante Urrelo <diegoe@cvs.gnome.org>
1604
	
1605
	* src/ephy-statusbar.c:
1606
1607
	Removed uneeded #include <gtk/gtkframe.h>.
1608
1609
2006-12-30  Christian Persch  <chpe@svn.gnome.org>
1610
1611
	* .cvsignore:
1612
	* data/.cvsignore:
1613
	* data/art/.cvsignore:
1614
	* data/chrome/.cvsignore:
1615
	* data/glade/.cvsignore:
1616
	* data/icons/.cvsignore:
1617
	* data/icons/16x16/.cvsignore:
1618
	* data/icons/16x16/actions/.cvsignore:
1619
	* data/icons/16x16/status/.cvsignore:
1620
	* data/icons/22x22/.cvsignore:
1621
	* data/icons/22x22/actions/.cvsignore:
1622
	* data/icons/22x22/status/.cvsignore:
1623
	* data/icons/24x24/.cvsignore:
1624
	* data/icons/24x24/actions/.cvsignore:
1625
	* data/icons/24x24/status/.cvsignore:
1626
	* data/icons/32x32/.cvsignore:
1627
	* data/icons/32x32/actions/.cvsignore:
1628
	* data/icons/32x32/status/.cvsignore:
1629
	* data/icons/scalable/.cvsignore:
1630
	* data/icons/scalable/actions/.cvsignore:
1631
	* data/icons/scalable/status/.cvsignore:
1632
	* data/ui/.cvsignore:
1633
	* doc/.cvsignore:
1634
	* doc/reference/.cvsignore:
1635
	* embed/.cvsignore:
1636
	* embed/mozilla/.cvsignore:
1637
	* help/.cvsignore:
1638
	* help/C/.cvsignore:
1639
	* help/bg/.cvsignore:
1640
	* help/el/.cvsignore:
1641
	* help/es/.cvsignore:
1642
	* help/eu/.cvsignore:
1643
	* help/fi/.cvsignore:
1644
	* help/fr/.cvsignore:
1645
	* help/it/.cvsignore:
1646
	* help/ja/.cvsignore:
1647
	* help/nl/.cvsignore:
1648
	* help/ru/.cvsignore:
1649
	* help/sv/.cvsignore:
1650
	* help/uk/.cvsignore:
1651
	* lib/.cvsignore:
1652
	* lib/egg/.cvsignore:
1653
	* lib/widgets/.cvsignore:
1654
	* m4/.cvsignore:
1655
	* plugins/.cvsignore:
1656
	* plugins/desktop-file/.cvsignore:
1657
	* po/.cvsignore:
1658
	* src/.cvsignore:
1659
	* src/bookmarks/.cvsignore:
1660
1661
	.cvsignore files are obsolete.
1662
1663
2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
1664
1665
	* src/ephy-statusbar.c: (ephy_statusbar_class_init):
1666
	
1667
	Only use the statusbar size-allocate hack on gtk <= 2.10 now that gtk
1668
	bug #372452 is fixed.
1669
1670
2006-12-19  Luca Ferretti  <elle.uca@libero.it>
1671
1672
	* data/ui/epiphany-ui.xml:
1673
1674
	Invert MoveToolItem and RemoveToolItem order, matchingh
1675
	same feature for panel applets.
1676
	
1677
	* lib/egg/egg-editable-toolbar.c:
1678
	(egg_editable_toolbar_set_ui_manager):	
1679
	* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
1680
	* lib/ephy-stock-icons.h:
1681
1682
	Remove STOCK_DRAG_MODE and STOCK_VIEW_SOURCE.
1683
1684
2006-12-19  Luca Ferretti  <elle.uca@libero.it>
1685
1686
	* data/icons/16x16/actions/Makefile.am:
1687
	* data/icons/16x16/actions/location-entry.png:
1688
	* data/icons/22x22/actions/Makefile.am:
1689
	* data/icons/22x22/actions/location-entry.png:
1690
	* data/icons/24x24/actions/location-entry.png:
1691
	* data/icons/32x32/actions/Makefile.am:
1692
	* data/icons/32x32/actions/location-entry.png:
1693
	* data/icons/32x32/actions/location-entry.svg:
1694
	* data/icons/scalable/actions/Makefile.am:
1695
	* data/icons/scalable/actions/location-entry.svg:
1696
1697
	Add Tango style location-entry named icon.
1698
1699
2006-12-18  Christian Persch  <chpe@cvs.gnome.org>
1700
1701
	* configure.ac:
1702
1703
	Post-release version bump.
1704
1705
2006-12-18  Christian Persch  <chpe@cvs.gnome.org>
1706
	
1707
	=== Release 2.17.4 ===
1708
1709
	* autogen.sh:
1710
	* configure.ac:
1711
	* src/Makefile.am:
1712
1713
	Link with -lxpcomglue_s on trunk.
1714
1715
2006-12-18  Christian Persch  <chpe@cvs.gnome.org>
1716
1717
	* lib/widgets/ephy-location-entry.c:
1718
	(ephy_location_entry_set_completion):
1719
	* lib/widgets/ephy-location-entry.h:
1720
	* src/ephy-completion-model.c:
1721
	(ephy_completion_model_get_column_type), (init_favicon_col),
1722
	(ephy_completion_model_get_value):
1723
	* src/ephy-completion-model.h:
1724
	* src/ephy-location-action.c: (connect_proxy):
1725
	
1726
	Show favicons in location entry drop-down. Bug #112748, patch by Diego
1727
	Escalante Urrelo.
1728
1729
2006-12-17  Christian Persch  <chpe@cvs.gnome.org>
1730
1731
	* data/epiphany-bookmarks-html.xsl:
1732
1733
	Fix bookmarks export to HTML. Bug #345925, patch by Stefan Stuhr.
1734
1735
2006-12-17  Christian Persch  <chpe@cvs.gnome.org>
1736
1737
	* configure.ac:
1738
1739
	Bump version to 2.17.4.
1740
1741
2006-12-17  Christian Persch  <chpe@cvs.gnome.org>
1742
1743
	* src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_export):
1744
1745
	Fix file name extension when exporting bookmarks. Bug #358986, patch
1746
	by Diego Escalante Urrelo.
1747
1748
2006-12-17  Christian Persch  <chpe@cvs.gnome.org>
1749
1750
	* src/bookmarks/ephy-topic-action.c: (button_deactivate_cb):
1751
1752
	Fix a signal leak. Bug #363837, patch by John Millikin.
1753
1754
2006-12-17  Eric Butler  <eric@extremeboredom.net>
1755
1756
	* src/ephy-embed.h:
1757
	
1758
	Add search_link entry to _EphyEmbedIface
1759
1760
	* src/ephy-embed.c:
1761
1762
	Add ge-search-link signal
1763
1764
	* embed/mozilla/EphyBrowser.cs: 
1765
	
1766
	Fire ge-search-link signal for opensearch tags
1767
1768
2006-12-17  Christian Persch  <chpe@cvs.gnome.org>
1769
1770
	* src/ephy-history-window.c: (cmd_delete):
1771
1772
	Fix a mem leak. Bug #373549, patch by Diego Escalante Urrelo.
1773
1774
2006-12-17  Christian Persch  <chpe@cvs.gnome.org>
1775
1776
	* src/ephy-notebook.c: (ephy_notebook_init), (sync_label):
1777
1778
	Limit tab tooltip length. Bug #324052, patch by Diego Escalante
1779
	Urrelo.
1780
1781
2006-12-17  Christian Persch  <chpe@cvs.gnome.org>
1782
1783
	* src/ephy-notebook.c: (notebook_drag_data_received_cb),
1784
	(ephy_notebook_init), (build_tab_label):
1785
1786
	Allow to drag plaintext to tabbar. Bug #339339, patch by
1787
	Michael Hofmann.
1788
1789
2006-12-17  Christian Persch  <chpe@cvs.gnome.org>
1790
1791
	* lib/widgets/ephy-location-entry.c:
1792
	(ephy_location_entry_set_completion):
1793
	* lib/widgets/ephy-location-entry.h:
1794
	* src/ephy-completion-model.c:
1795
	(ephy_completion_model_get_column_type),
1796
	(ephy_completion_model_get_value):
1797
	* src/ephy-completion-model.h:
1798
	* src/ephy-location-action.c: (connect_proxy):
1799
1800
	List title and URL in location entry drop-down. Bug #169550,
1801
	patch by Diego Escalante Urrelo.
1802
1803
2006-12-17  Christian Persch  <chpe@cvs.gnome.org>
1804
1805
	* lib/widgets/ephy-location-entry.c:
1806
	(ephy_location_entry_style_set):
1807
1808
	Fix secure location bar colouring with dark themes. Bug #347343,
1809
	patch by Diego Escalante Urrelo.
1810
1811
2006-12-17  Christian Persch  <chpe@cvs.gnome.org>
1812
1813
	* data/Makefile.am:
1814
	* src/Makefile.am:
1815
	* src/window-commands.c: (window_cmd_help_about):
1816
	
1817
	Load about data from file.
1818
1819
2006-12-17  Jean-François Rameau  <jframeau@cvs.gnome.org>
1820
1821
	* embed/ephy-adblock-manager.c:
1822
	* embed/ephy-adblock-manager.h:
1823
1824
	Add a signal so one can react after some rules have been edited.
1825
1826
2006-12-17  Björn Lindqvist  <bjourne@gmail.com>
1827
1828
	* embed/ephy-encodings.c
1829
	* embed/ephy-favicon-cache.c
1830
	* embed/ephy-history.c
1831
	* embed/mozilla/GlobalHistory.cpp
1832
	* lib/ephy-state.c
1833
	* lib/widgets/ephy-node-view.c
1834
	* src/ephy-tab.c
1835
	* src/bookmarks/ephy-bookmarks.c
1836
1837
	Refactor lots of code by using the function
1838
	ephy_node_set_property_XXX() instead of
1839
	ephy_node_set_property(). Also, add emacs mode headers to touched
1840
	files. Bug #381546.
1841
 	
1842
2006-12-15  Christian Persch  <chpe@cvs.gnome.org>
1843
1844
	* embed/mozilla/ContentHandler.cpp:
1845
	* embed/mozilla/GeckoPrintService.cpp:
1846
	* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
1847
	* embed/mozilla/GtkNSSDialogs.cpp:
1848
	* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
1849
	* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
1850
	* lib/ephy-file-chooser.c: (ephy_file_chooser_constructor):
1851
	* lib/ephy-gui.c: (ephy_gui_check_location_writable):
1852
	* lib/ephy-module.c:
1853
	* lib/ephy-password-dialog.c: (ephy_password_dialog_constructor):
1854
	* lib/ephy-spell-check.c:
1855
	* lib/ephy-stock-icons.h:
1856
	* lib/widgets/.cvsignore:
1857
	* lib/widgets/ephy-spinner-tool-item.c:
1858
	(ephy_spinner_tool_item_toolbar_reconfigured):
1859
	* lib/widgets/testspinner.c:
1860
	* plugins/desktop-file/plugin.cpp:
1861
	* src/bookmarks/ephy-bookmarks.c: (redirect_cb):
1862
	* src/ephy-history-window.c: (confirmation_dialog_construct):
1863
	* src/ephy-main.c: (main):
1864
	* src/ephy-session.c: (confirm_shutdown_cb),
1865
	(session_command_autoresume):
1866
	* src/ephy-shell.c: (ephy_shell_add_sidebar_cb):
1867
	* src/ephy-toolbar-editor.c: (ephy_toolbar_editor_constructor):
1868
	* src/ephy-window.c: (construct_confirm_close_dialog):
1869
	* src/pdm-dialog.c: (pdm_dialog_init):
1870
	* src/window-commands.c: (window_cmd_help_about):
1871
1872
	Use a define for the default window icon. Bug #385872.
1873
1874
	* lib/ephy-module.c:
1875
1876
	The symbol can be NULL even though the symbol lookup succeeded.
1877
1878
2006-12-14  Chhristian Persch  <chpe@cvs.gnome.org>
1879
1880
	* data/default-prefs-common.js:
1881
1882
	Don't warn before launching rtsp and mms[h] handlers.
1883
1884
2006-12-14  Luca Ferretti  <elle.uca@libero.it>
1885
1886
	* data/icons/32x32/actions/Makefile.am:
1887
	* data/icons/32x32/actions/bookmark-view.png:
1888
	* data/icons/32x32/actions/bookmark-view.svg:
1889
	* data/icons/32x32/actions/history-view.png:
1890
	* data/icons/32x32/actions/history-view.svg:
1891
	* data/icons/scalable/actions/Makefile.am:
1892
	* data/icons/scalable/actions/bookmark-view.svg:
1893
	* data/icons/scalable/actions/history-view.svg:
1894
1895
	Add "bookmark-view" and "history-view" at 32 pixels
1896
	and 48 pixels scalable. From Andreas Nilsson.	
1897
1898
2006-12-14  Luca Ferretti  <elle.uca@libero.it>
1899
1900
	* src/ephy-window.c:
1901
1902
	Remove the proxy icon from View->Page Source menu entry.
1903
1904
	* lib/ephy-stock-icons.h:
1905
1906
	Keep STOCK_VIEW_SOURCE by now, but use "text-html" instead
1907
	deprecated "stock_view-html-source".
1908
1909
2006-12-14  Luca Ferretti  <elle.uca@libero.it>
1910
1911
	* data/icons/16x16/actions/Makefile.am:
1912
1913
	Fix a typo in previous commit.
1914
1915
2006-12-14  Luca Ferretti  <elle.uca@libero.it>
1916
1917
	* data/icons/16x16/actions/Makefile.am:
1918
	* data/icons/16x16/actions/bookmark-view.png:
1919
	* data/icons/16x16/actions/bookmark-view.xcf:
1920
	* data/icons/16x16/actions/download.xcf:
1921
	* data/icons/16x16/actions/epiphany-download.xcf.bz2:
1922
	* data/icons/16x16/status/Makefile.am:
1923
	* data/icons/16x16/status/popup-hidden.xcf:
1924
	* data/icons/16x16/status/popup-hidden.xcf.bz2:
1925
	* data/icons/22x22/actions/Makefile.am:
1926
	* data/icons/22x22/actions/bookmark-view.png:
1927
	* data/icons/22x22/actions/bookmark-view.xcf:
1928
	* data/icons/22x22/actions/download.xcf:
1929
	* data/icons/22x22/actions/epiphany-download.xcf.bz2:
1930
	* data/icons/22x22/status/Makefile.am:
1931
	* data/icons/22x22/status/popup-hidden.xcf:
1932
	* data/icons/22x22/status/popup-hidden.xcf.bz2:
1933
	* data/icons/24x24/actions/Makefile.am:
1934
	* data/icons/24x24/actions/README:
1935
	* data/icons/24x24/actions/bookmark-view.png:
1936
	* data/icons/24x24/actions/web-bookmarks.png:
1937
	* data/icons/32x32/actions/Makefile.am:
1938
	* data/icons/32x32/actions/download.svg:
1939
	* data/icons/32x32/actions/epiphany-download.svg:
1940
	* data/icons/scalable/status/Makefile.am:
1941
1942
	Add new "bookmark-view" icon from Andreas Nilsson, replacing
1943
	"web-bookmarks". Move images source from xcf.bz2 to xcf and
1944
	use the same name of the named icon, including them in dist.
1945
1946
	* lib/ephy-stock-icons.h:
1947
1948
	Use "bookmark-view" named icon for EPHY_STOCK_BOOKMARKS.
1949
1950
2006-12-13  Christian Persch  <chpe@cvs.gnome.org>
1951
1952
	* data/icons/16x16/actions/Makefile.am:
1953
	* data/icons/22x22/actions/Makefile.am:
1954
	* data/icons/24x24/actions/Makefile.am:
1955
	* data/icons/32x32/actions/Makefile.am:
1956
	* data/icons/32x32/status/Makefile.am:
1957
1958
	Dist the icon sources.
1959
1960
2006-12-13  Luca Ferretti  <elle.uca@libero.it>
1961
1962
	* data/icons/16x16/actions/history-view.svg:
1963
	* data/icons/22x22/actions/history-view.svg:
1964
1965
	Add image sources too.
1966
1967
2006-12-13  Luca Ferretti  <elle.uca@libero.it>
1968
1969
	* data/icons/16x16/actions/Makefile.am:
1970
	* data/icons/16x16/actions/history-view.png:
1971
	* data/icons/22x22/actions/Makefile.am:
1972
	* data/icons/22x22/actions/history-view.png:
1973
	* data/icons/24x24/actions/Makefile.am:
1974
	* data/icons/24x24/actions/history-view.png:
1975
	* data/icons/24x24/actions/web-history.png:
1976
1977
	Updated icon for history from Andreas Nilsson.
1978
1979
	* lib/ephy-stock-icons.h:
1980
1981
	Use "history-view" as named icon. 
1982
	
1983
2006-12-11  Christian Persch  <chpe@cvs.gnome.org>
1984
1985
	* data/icons/16x16/Makefile.am:
1986
	* data/icons/16x16/actions/Makefile.am:
1987
	* data/icons/16x16/status/Makefile.am:
1988
	* data/icons/22x22/Makefile.am:
1989
	* data/icons/22x22/actions/Makefile.am:
1990
	* data/icons/22x22/status/Makefile.am:
1991
	* data/icons/24x24/Makefile.am:
1992
	* data/icons/24x24/actions/Makefile.am:
1993
	* data/icons/24x24/status/Makefile.am:
1994
	* data/icons/32x32/Makefile.am:
1995
	* data/icons/32x32/actions/Makefile.am:
1996
	* data/icons/32x32/status/Makefile.am:
1997
	* data/icons/Makefile.am:
1998
	* data/icons/scalable/Makefile.am:
1999
	* data/icons/scalable/actions/Makefile.am:
2000
	* data/icons/scalable/status/Makefile.am:
2001
2002
	Remove unnecessary rules.
2003
2004
2006-12-08  Christian Persch  <chpe@cvs.gnome.org>
2005
2006
	* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
2007
	* src/ephy-main.c: (main):
2008
2009
	Move code around.
2010
2011
2006-12-08  Luca Ferretti <elle.uca@libero.it>
2012
2013
	* data/icons/16x16/actions/Makefile.am:
2014
	* data/icons/22x22/actions/Makefile.am:
2015
	* data/icons/32x32/actions/Makefile.am:
2016
	* data/icons/scalable/actions/Makefile.am:
2017
2018
	s/epiphany-download/download\
2019
2020
2006-12-08  Luca Ferretti  <elle.uca@libero.it>
2021
2022
	* data/art/epiphany-bookmarks.png:
2023
2024
	Restore this, still used in bookmarks .desktop file.
2025
2026
2006-12-08  Luca Ferretti <elle.uca@libero.it>
2027
2028
	* data/art/Makefile.am:
2029
	* data/art/epiphany-bookmarks.png:
2030
	* data/art/epiphany-download.png:
2031
	* data/art/epiphany-entry.png:
2032
	* data/art/epiphany-history.png:
2033
	* data/art/epiphany-popup-hidden.png:
2034
	* data/art/epiphany-popup-hidden.svg:
2035
2036
	Remove old stock icons
2037
	
2038
	* data/icons/16x16/actions/download.png:
2039
	* data/icons/16x16/actions/epiphany-download.png:
2040
	* data/icons/22x22/actions/download.png:
2041
	* data/icons/22x22/actions/epiphany-download.png:
2042
	* data/icons/24x24/actions/Makefile.am:
2043
	* data/icons/24x24/actions/download.png:
2044
	* data/icons/24x24/actions/epiphany-download.png:
2045
	* data/icons/24x24/actions/location-entry.png:
2046
	* data/icons/24x24/actions/web-bookmarks.png:
2047
	* data/icons/24x24/actions/web-history.png:
2048
	* data/icons/32x32/actions/download.png:
2049
	* data/icons/32x32/actions/epiphany-download.png:
2050
	* data/icons/scalable/actions/download.svg:
2051
	* data/icons/scalable/actions/epiphany-download.svg:
2052
2053
	Move old stock icons here and rename "epiphany-download"
2054
	to "download"
2055
2056
	* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
2057
2058
	Use gtk_icon_source_set_icon_name for EPHY_STOCK*
2059
	
2060
	* lib/ephy-stock-icons.h:
2061
2062
	Update named icons to installed icons.
2063
	
2064
	* src/ephy-main.c: (main):
2065
2066
	Call gtk_icon_theme_append_search_path to add custom Ephy
2067
	directory for themed icons.
2068
2069
	This should complete the icon theme support to Epiphany.
2070
	Of course there is still some work to do, as well as
2071
	provide fresh icons at all sizes and define the names.
2072
2073
2006-12-08  Luca Ferretti  <elle.uca@libero.it>
2074
2075
	* data/icons/.cvsignore:
2076
	* data/icons/*/.cvsignore:
2077
	Silent cvs.
2078
2079
2006-12-05  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2080
2081
	* src/ephy-link.c: (ephy_link_flags_from_current_event):
2082
2083
	Ctrl-middle click on a bookmarm should open a new tab.
2084
	Fixes bug #334463, (trivial) patch by Diego Escalante
2085
	Urrelo).
2086
2087
2006-12-05  Luca Ferretti  <elle.uca@libero.it>
2088
2089
	* configure.ac:
2090
	* data/icons/<size>/Makefile.am:
2091
	* data/icons/<size>/status/popup-hidden.*:
2092
	* data/icons/<size>/status/Makefile.am:
2093
2094
	Add "popup-hidden" named icon.
2095
2096
2006-12-04  Christian Persch  <chpe@cvs.gnome.org>
2097
2098
	* configure.ac:
2099
2100
	Post-release version bump.
2101
2102
2006-12-04  Christian Persch  <chpe@cvs.gnome.org>
2103
2104
	=== Release 2.17.3 ===
2105
2106
2006-12-04  Christian Persch  <chpe@cvs.gnome.org>
2107
2108
	* configure.ac:
2109
2110
	Version 2.17.3.
2111
2112
	* embed/mozilla/GtkNSSDialogs.cpp:
2113
2114
	Use NULL for gtk_label_new instead of "".
2115
2116
	* lib/ephy-print-utils.c:
2117
	(ephy_print_utils_page_setup_new_from_key_file):
2118
2119
	Fix possible invalid free.
2120
2121
	* lib/widgets/ephy-spinner.c: (ephy_spinner_images_unref),
2122
	(ephy_spinner_images_load), (ephy_spinner_load_images),
2123
	(ephy_spinner_expose), (bump_spinner_frame_cb),
2124
	(ephy_spinner_start), (ephy_spinner_stop):
2125
2126
	Fix compliance with icon theme spec by skipping the first frame in the
2127
	animation when in spinning mode. Bug #382207.
2128
	Try the "process-working" icon first and fall back to "gnome-spinner"
2129
	when it's not available.
2130
2131
	* m4/gecko.m4:
2132
2133
	Updated.
2134
2135
2006-12-04  Luca Ferretti  <elle.uca@libero.it>
2136
2137
	* configure.in:
2138
	* data/Makefile.am:
2139
	* data/icons/*/epiphany-download*:
2140
	* data/icons/*Makefile.am*:
2141
2142
	Initial commit to provide Epiphany icons as themed icons.
2143
	Files will be installed under $prefix/share/epiphany/icons/hicolor/
2144
	as per http://wayofthemonkey.com/index.php?date=2006-11-15&month=11&year=2006
2145
2146
	By now only epiphany-download is available, but currently unused
2147
	in the UI. More icons are code changes will come.
2148
2149
2006-12-03  Christian Persch  <chpe@cvs.gnome.org>
2150
2151
	* src/ephy-statusbar.c: (ephy_statusbar_size_allocate),
2152
	(ephy_statusbar_class_init), (create_caret_indicator),
2153
	(create_icon_frame), (create_statusbar_progress),
2154
	(ephy_statusbar_init), (ephy_statusbar_set_popups_state),
2155
	(sync_visibility), (ephy_statusbar_add_widget),
2156
	(ephy_statusbar_remove_widget),
2157
	(ephy_statusbar_get_security_frame):
2158
	* src/ephy-statusbar.h:
2159
2160
	Make progressbar smaller. Bug #368759.
2161
2162
2006-12-02  Christian Persch  <chpe@cvs.gnome.org>
2163
2164
	* data/epiphany-pango.schemas:
2165
2166
	Add "si" to locales always using pango. Patch by harshula@gmail.com,
2167
	bug #361538.
2168
2169
2006-12-01  Christian Persch  <chpe@cvs.gnome.org>
2170
2171
	* embed/ephy-embed-find.c: (ephy_embed_find_find_again):
2172
	* embed/ephy-embed-find.h:
2173
	* embed/mozilla/EphyFind.cpp:
2174
	* embed/mozilla/EphyFind.h:
2175
	* embed/mozilla/mozilla-embed-find.cpp:
2176
	* src/ephy-find-toolbar.c: (ephy_find_toolbar_find_next),
2177
	(ephy_find_toolbar_find_previous):
2178
2179
	Another mozilla API change.
2180
2181
	* m4/gecko.m4:
2182
2183
	Add -lxpcomglue_s to EXTRA_LIBS on trunk.
2184
2185
2006-12-01  Christian Persch  <chpe@cvs.gnome.org>
2186
2187
	* data/mime-types-permissions.xml:
2188
2189
	Add text/google-video-pointer and variant.
2190
2191
2006-12-01  Christian Persch  <chpe@cvs.gnome.org>
2192
2193
	* data/mime-types-permissions.xml:
2194
2195
	Add flv mime types. Bug #381099.
2196
2197
2006-11-17  Benjamin Berg  <benjamin@sipsolutions.net>
2198
2199
	* lib/widgets/ephy-spinner.c: (ephy_spinner_start):
2200
	Lower the priority of the spinner animation so that the animation
2201
	does not stop page loading. Fixes bug #374623.
2202
2203
2006-11-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2204
2205
	* data/epiphany-fonts.schemas:
2206
	* data/generate-font-schemas.py:
2207
2208
	Change default font sizes to match other popular
2209
	browsers. Bug #346026 (patch by Diego Escalante Urrelo).
2210
2211
2006-11-12  Jean-François Rameau  <jframeau@cvs.gnome.org>
2212
2213
	* src/ephy-navigation-action.c: (activate_by_history_index):
2214
	* src/ephy-shell.c: (ephy_shell_new_tab_full):
2215
2216
	Remove a double call to history copy when middle-clicking on back/forward buttons.
2217
	Fix bug #362882.
2218
2219
2006-11-12  Ryan Lortie  <desrt@desrt.ca>
2220
2221
	* src/ephy-notebook.c (build_tab_label): Remove redundant
2222
	gtk_button_set_relief call.  Fixes bug #372760.
2223
2224
2006-11-10  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2225
2226
	* autogen.sh: Add useful warning when gnome-autogen.sh
2227
	couldn't be found.
2228
2229
2006-11-10  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2230
2231
	* src/ephy-lockdown.c: (update_window):
2232
	Also disable the "Open Image" context menu action if the
2233
	desktop wide "disable save to disk" lockdown key is
2234
	enabled. Reported on IRC by Gerald E Butler.
2235
2236
2006-11-10  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2237
2238
	* src/ephy-window.c:
2239
	Add some more F5 shortcuts to handle all the MSIE
2240
	"refresh page" bindings. Fixes bug #372906.
2241
2242
2006-11-06  Christian Persch  <chpe@cvs.gnome.org>
2243
2244
	* ChangeLog-20061106:
2245
	* Makefile.am:
2246
2247
	Split ChangeLog.
2248
2249
	* configure.ac:
2250
2251
	Post-release version bump.