aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 682cd20ebaa2b843b200c4bf51332ff3a28693fd (plain) (blame)
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
2006-12-25  Christian Persch  <chpe@cvs.gnome.org>

    * src/ephy-statusbar.c: (ephy_statusbar_class_init):
    
    Only use the statusbar size-allocate hack on gtk <= 2.10 now that gtk
    bug #372452 is fixed.

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

    * data/ui/epiphany-ui.xml:

    Invert MoveToolItem and RemoveToolItem order, matchingh
    same feature for panel applets.
    
    * lib/egg/egg-editable-toolbar.c:
    (egg_editable_toolbar_set_ui_manager):  
    * lib/ephy-stock-icons.c: (ephy_stock_icons_init):
    * lib/ephy-stock-icons.h:

    Remove STOCK_DRAG_MODE and STOCK_VIEW_SOURCE.

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

    * data/icons/16x16/actions/Makefile.am:
    * data/icons/16x16/actions/location-entry.png:
    * data/icons/22x22/actions/Makefile.am:
    * data/icons/22x22/actions/location-entry.png:
    * data/icons/24x24/actions/location-entry.png:
    * data/icons/32x32/actions/Makefile.am:
    * data/icons/32x32/actions/location-entry.png:
    * data/icons/32x32/actions/location-entry.svg:
    * data/icons/scalable/actions/Makefile.am:
    * data/icons/scalable/actions/location-entry.svg:

    Add Tango style location-entry named icon.

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

    * configure.ac:

    Post-release version bump.

2006-12-18  Christian Persch  <chpe@cvs.gnome.org>
    
    === Release 2.17.4 ===

    * autogen.sh:
    * configure.ac:
    * src/Makefile.am:

    Link with -lxpcomglue_s on trunk.

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

    * lib/widgets/ephy-location-entry.c:
    (ephy_location_entry_set_completion):
    * lib/widgets/ephy-location-entry.h:
    * src/ephy-completion-model.c:
    (ephy_completion_model_get_column_type), (init_favicon_col),
    (ephy_completion_model_get_value):
    * src/ephy-completion-model.h:
    * src/ephy-location-action.c: (connect_proxy):
    
    Show favicons in location entry drop-down. Bug #112748, patch by Diego
    Escalante Urrelo.

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

    * data/epiphany-bookmarks-html.xsl:

    Fix bookmarks export to HTML. Bug #345925, patch by Stefan Stuhr.

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

    * configure.ac:

    Bump version to 2.17.4.

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

    * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_export):

    Fix file name extension when exporting bookmarks. Bug #358986, patch
    by Diego Escalante Urrelo.

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

    * src/bookmarks/ephy-topic-action.c: (button_deactivate_cb):

    Fix a signal leak. Bug #363837, patch by John Millikin.

2006-12-17  Eric Butler  <eric@extremeboredom.net>

    * src/ephy-embed.h:
    
    Add search_link entry to _EphyEmbedIface
 
    * src/ephy-embed.c:
    Add ge-search-link signal
 
    * embed/mozilla/EphyBrowser.cs: 
    Fire ge-search-link signal for opensearch tags
 
2006-12-17  Christian Persch  <chpe@cvs.gnome.org>

    * src/ephy-history-window.c: (cmd_delete):

    Fix a mem leak. Bug #373549, patch by Diego Escalante Urrelo.

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

    * src/ephy-notebook.c: (ephy_notebook_init), (sync_label):

    Limit tab tooltip length. Bug #324052, patch by Diego Escalante
    Urrelo.

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

    * src/ephy-notebook.c: (notebook_drag_data_received_cb),
    (ephy_notebook_init), (build_tab_label):

    Allow to drag plaintext to tabbar. Bug #339339, patch by
    Michael Hofmann.

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

    * lib/widgets/ephy-location-entry.c:
    (ephy_location_entry_set_completion):
    * lib/widgets/ephy-location-entry.h:
    * src/ephy-completion-model.c:
    (ephy_completion_model_get_column_type),
    (ephy_completion_model_get_value):
    * src/ephy-completion-model.h:
    * src/ephy-location-action.c: (connect_proxy):

    List title and URL in location entry drop-down. Bug #169550,
    patch by Diego Escalante Urrelo.

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

    * lib/widgets/ephy-location-entry.c:
    (ephy_location_entry_style_set):

    Fix secure location bar colouring with dark themes. Bug #347343,
    patch by Diego Escalante Urrelo.

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

    * data/Makefile.am:
    * src/Makefile.am:
    * src/window-commands.c: (window_cmd_help_about):
    
    Load about data from file.

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

    * embed/ephy-adblock-manager.c:
    * embed/ephy-adblock-manager.h:

    Add a signal so one can react after some rules have been edited.

2006-12-17  Björn Lindqvist  <bjourne@gmail.com>

    * embed/ephy-encodings.c
    * embed/ephy-favicon-cache.c
    * embed/ephy-history.c
    * embed/mozilla/GlobalHistory.cpp
    * lib/ephy-state.c
    * lib/widgets/ephy-node-view.c
    * src/ephy-tab.c
    * src/bookmarks/ephy-bookmarks.c

    Refactor lots of code by using the function
    ephy_node_set_property_XXX() instead of
    ephy_node_set_property(). Also, add emacs mode headers to touched
    files. Bug #381546.
    
2006-12-15  Christian Persch  <chpe@cvs.gnome.org>

    * embed/mozilla/ContentHandler.cpp:
    * embed/mozilla/GeckoPrintService.cpp:
    * embed/mozilla/GtkNSSClientAuthDialogs.cpp:
    * embed/mozilla/GtkNSSDialogs.cpp:
    * embed/mozilla/GtkNSSKeyPairDialogs.cpp:
    * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
    * lib/ephy-file-chooser.c: (ephy_file_chooser_constructor):
    * lib/ephy-gui.c: (ephy_gui_check_location_writable):
    * lib/ephy-module.c:
    * lib/ephy-password-dialog.c: (ephy_password_dialog_constructor):
    * lib/ephy-spell-check.c:
    * lib/ephy-stock-icons.h:
    * lib/widgets/.cvsignore:
    * lib/widgets/ephy-spinner-tool-item.c:
    (ephy_spinner_tool_item_toolbar_reconfigured):
    * lib/widgets/testspinner.c:
    * plugins/desktop-file/plugin.cpp:
    * src/bookmarks/ephy-bookmarks.c: (redirect_cb):
    * src/ephy-history-window.c: (confirmation_dialog_construct):
    * src/ephy-main.c: (main):
    * src/ephy-session.c: (confirm_shutdown_cb),
    (session_command_autoresume):
    * src/ephy-shell.c: (ephy_shell_add_sidebar_cb):
    * src/ephy-toolbar-editor.c: (ephy_toolbar_editor_constructor):
    * src/ephy-window.c: (construct_confirm_close_dialog):
    * src/pdm-dialog.c: (pdm_dialog_init):
    * src/window-commands.c: (window_cmd_help_about):

    Use a define for the default window icon. Bug #385872.

        * lib/ephy-module.c:

    The symbol can be NULL even though the symbol lookup succeeded.

2006-12-14  Chhristian Persch  <chpe@cvs.gnome.org>

    * data/default-prefs-common.js:

    Don't warn before launching rtsp and mms[h] handlers.

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

    * data/icons/32x32/actions/Makefile.am:
    * data/icons/32x32/actions/bookmark-view.png:
    * data/icons/32x32/actions/bookmark-view.svg:
    * data/icons/32x32/actions/history-view.png:
    * data/icons/32x32/actions/history-view.svg:
    * data/icons/scalable/actions/Makefile.am:
    * data/icons/scalable/actions/bookmark-view.svg:
    * data/icons/scalable/actions/history-view.svg:

    Add "bookmark-view" and "history-view" at 32 pixels
    and 48 pixels scalable. From Andreas Nilsson.   

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

    * src/ephy-window.c:

    Remove the proxy icon from View->Page Source menu entry.

    * lib/ephy-stock-icons.h:

    Keep STOCK_VIEW_SOURCE by now, but use "text-html" instead
    deprecated "stock_view-html-source".

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

    * data/icons/16x16/actions/Makefile.am:

    Fix a typo in previous commit.

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

    * data/icons/16x16/actions/Makefile.am:
    * data/icons/16x16/actions/bookmark-view.png:
    * data/icons/16x16/actions/bookmark-view.xcf:
    * data/icons/16x16/actions/download.xcf:
    * data/icons/16x16/actions/epiphany-download.xcf.bz2:
    * data/icons/16x16/status/Makefile.am:
    * data/icons/16x16/status/popup-hidden.xcf:
    * data/icons/16x16/status/popup-hidden.xcf.bz2:
    * data/icons/22x22/actions/Makefile.am:
    * data/icons/22x22/actions/bookmark-view.png:
    * data/icons/22x22/actions/bookmark-view.xcf:
    * data/icons/22x22/actions/download.xcf:
    * data/icons/22x22/actions/epiphany-download.xcf.bz2:
    * data/icons/22x22/status/Makefile.am:
    * data/icons/22x22/status/popup-hidden.xcf:
    * data/icons/22x22/status/popup-hidden.xcf.bz2:
    * data/icons/24x24/actions/Makefile.am:
    * data/icons/24x24/actions/README:
    * data/icons/24x24/actions/bookmark-view.png:
    * data/icons/24x24/actions/web-bookmarks.png:
    * data/icons/32x32/actions/Makefile.am:
    * data/icons/32x32/actions/download.svg:
    * data/icons/32x32/actions/epiphany-download.svg:
    * data/icons/scalable/status/Makefile.am:

    Add new "bookmark-view" icon from Andreas Nilsson, replacing
    "web-bookmarks". Move images source from xcf.bz2 to xcf and
    use the same name of the named icon, including them in dist.

    * lib/ephy-stock-icons.h:

    Use "bookmark-view" named icon for EPHY_STOCK_BOOKMARKS.

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

    * data/icons/16x16/actions/Makefile.am:
    * data/icons/22x22/actions/Makefile.am:
    * data/icons/24x24/actions/Makefile.am:
    * data/icons/32x32/actions/Makefile.am:
    * data/icons/32x32/status/Makefile.am:

    Dist the icon sources.

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

    * data/icons/16x16/actions/history-view.svg:
    * data/icons/22x22/actions/history-view.svg:

    Add image sources too.

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

    * data/icons/16x16/actions/Makefile.am:
    * data/icons/16x16/actions/history-view.png:
    * data/icons/22x22/actions/Makefile.am:
    * data/icons/22x22/actions/history-view.png:
    * data/icons/24x24/actions/Makefile.am:
    * data/icons/24x24/actions/history-view.png:
    * data/icons/24x24/actions/web-history.png:

    Updated icon for history from Andreas Nilsson.

    * lib/ephy-stock-icons.h:

    Use "history-view" as named icon. 
    
2006-12-11  Christian Persch  <chpe@cvs.gnome.org>

    * data/icons/16x16/Makefile.am:
    * data/icons/16x16/actions/Makefile.am:
    * data/icons/16x16/status/Makefile.am:
    * data/icons/22x22/Makefile.am:
    * data/icons/22x22/actions/Makefile.am:
    * data/icons/22x22/status/Makefile.am:
    * data/icons/24x24/Makefile.am:
    * data/icons/24x24/actions/Makefile.am:
    * data/icons/24x24/status/Makefile.am:
    * data/icons/32x32/Makefile.am:
    * data/icons/32x32/actions/Makefile.am:
    * data/icons/32x32/status/Makefile.am:
    * data/icons/Makefile.am:
    * data/icons/scalable/Makefile.am:
    * data/icons/scalable/actions/Makefile.am:
    * data/icons/scalable/status/Makefile.am:

    Remove unnecessary rules.

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

    * lib/ephy-stock-icons.c: (ephy_stock_icons_init):
    * src/ephy-main.c: (main):

    Move code around.

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

    * data/icons/16x16/actions/Makefile.am:
    * data/icons/22x22/actions/Makefile.am:
    * data/icons/32x32/actions/Makefile.am:
    * data/icons/scalable/actions/Makefile.am:

    s/epiphany-download/download\

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

    * data/art/epiphany-bookmarks.png:

    Restore this, still used in bookmarks .desktop file.

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

    * data/art/Makefile.am:
    * data/art/epiphany-bookmarks.png:
    * data/art/epiphany-download.png:
    * data/art/epiphany-entry.png:
    * data/art/epiphany-history.png:
    * data/art/epiphany-popup-hidden.png:
    * data/art/epiphany-popup-hidden.svg:

    Remove old stock icons
    
    * data/icons/16x16/actions/download.png:
    * data/icons/16x16/actions/epiphany-download.png:
    * data/icons/22x22/actions/download.png:
    * data/icons/22x22/actions/epiphany-download.png:
    * data/icons/24x24/actions/Makefile.am:
    * data/icons/24x24/actions/download.png:
    * data/icons/24x24/actions/epiphany-download.png:
    * data/icons/24x24/actions/location-entry.png:
    * data/icons/24x24/actions/web-bookmarks.png:
    * data/icons/24x24/actions/web-history.png:
    * data/icons/32x32/actions/download.png:
    * data/icons/32x32/actions/epiphany-download.png:
    * data/icons/scalable/actions/download.svg:
    * data/icons/scalable/actions/epiphany-download.svg:

    Move old stock icons here and rename "epiphany-download"
    to "download"

    * lib/ephy-stock-icons.c: (ephy_stock_icons_init):

    Use gtk_icon_source_set_icon_name for EPHY_STOCK*
    
    * lib/ephy-stock-icons.h:

    Update named icons to installed icons.
    
    * src/ephy-main.c: (main):

    Call gtk_icon_theme_append_search_path to add custom Ephy
    directory for themed icons.

    This should complete the icon theme support to Epiphany.
    Of course there is still some work to do, as well as
    provide fresh icons at all sizes and define the names.

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

    * data/icons/.cvsignore:
    * data/icons/*/.cvsignore:
    Silent cvs.

2006-12-05  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

    * src/ephy-link.c: (ephy_link_flags_from_current_event):

    Ctrl-middle click on a bookmarm should open a new tab.
    Fixes bug #334463, (trivial) patch by Diego Escalante
    Urrelo).

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

    * configure.ac:
    * data/icons/<size>/Makefile.am:
    * data/icons/<size>/status/popup-hidden.*:
    * data/icons/<size>/status/Makefile.am:

    Add "popup-hidden" named icon.

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

    * configure.ac:

    Post-release version bump.

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.