1
===============
2
Epiphany 2.29.6
3
===============
4
5
Changes:
6
7
  - Enable the webkit page cache by default; this should give a
8
    noticeable to the back/forward page transition.
9
  - Make text search more responsive by introducing a small delay
10
    between a key stroke and the actual search. (#598322)
11
  - A bunch of other small bugfixes.
12
13
===============
14
Epiphany 2.29.5
15
===============
16
17
Changes:
18
19
  - Reimplement EphyEmbedSingle::handle-content signal, useful for
20
    external download managers
21
  - Add a gconf key (/apps/epiphany/general/url_search) to set the
22
    default search engine. (#604087)
23
  - Reimplement favicon support (#601859)
24
  - Do not override page specific context menus with our own (#603326)
25
  - Store all form auth data in GNOME Keyring, and ask the user to
26
    remember and prefill new logins/passwords with an
27
    infobar. (#582267)
28
  - Reimplement EphyWebView::ge-feed-link, emitted when a feed link is
29
    found in the view. 
30
  - Reimplement support for the 'Accept-Language' HTTP header
31
    (##528893)
32
  - Reimplement custom User Agent support, see commit e896b194fbff for
33
    details (#580903)
34
  - Reimplement support for window.close (#599009)
35
  - Reimplement support for mime type safety check during downloads
36
    (#605026)
37
  - Reimplement EphyWebView::new-window signal, emitted when the view
38
    opens a new window (like a JS window)
39
  - Lots of bugfixes
40
41
===============
42
Epiphany 2.29.3
43
===============
44
45
Changes:
46
47
  - Don't assume all seed extensions return an object as a value
48
    (#599714)
49
  - Fix refcounting of seed extensions (#599838)
50
  - Provide the Inspect Element menu item in context menus again
51
    (#599473)
52
  - Many fixes to our gobject-introspection support (#599757)
53
  - Disconnect dbus callbacks when disposing of the network monitor
54
    (#572326)
55
  - Only use the main frame to fetch the document type for pages
56
    (#602400)
57
  - Restore 'Close' and 'Help' buttons in dialogs (#590387)
58
  - Fix auto-google search when using Ctrl-Enter (#603324)
59
60
===============
61
Epiphany 2.29.1
62
===============
63
64
Changes:
65
66
  - Reimplement middle-click-to-open-clipboard-contents.
67
  - Reimplement traditional epiphany context menu(s). (#562617)
68
  - Reimplement Up arrow behavior (#595653)
69
  - Make most of epiphany compile with sealed GTK+ structs (#595791)
70
  - Prevent PDM from getting keyring passwords in private mode
71
    (#591395)
72
  - Take into account WEBKIT_LOAD_FAILED status for is_loading API.
73
  - Depend on libtool 2.2 and dump dolt.
74
  - Replace .glade files with .ui files natively instead of generating
75
    .ui files at compile time from the .glade files. (#590387)
76
  - Several fixes in the automatic search of url entry contents on
77
    enter feature (#596717, #595690)
78
  - Use new syntax for Seed imports (#598562)
79
  - Add back support for javascript: and mailto: URIs
80
  - Fix for Seed extensions preventing epiphany from shutting down
81
    (#573551)
82
  - Allow popups when the user asks for them (#528799)
83
  - Refactor EphyShell lifetime tracking (#599348)
84
  - Don't crash when detaching multiple Seed extensions (#599422)
85
  - Reimplement type checking on downloads and "Open" dialog option
86
    (#598167)
87
88
================
89
Epiphany 2.27.92
90
================
91
92
Changes:
93
94
  - Import passwords from the gecko profile on first run. This adds a
95
    dependency on NSS, which can be disabled with --disable-nss (but
96
    then, of course, passwords won't be imported).
97
  - Enable undo/redo on forms (#591072)
98
  - Save session data more often to avoid data loss when crashing
99
    (#593149)
100
  - Reimplement direct search on the location bar (#583795)
101
  - Do not save failed loads in history or show a valid security
102
    status for them (#593200)
103
  - Reimplement search by just pressing '/' (#587864)
104
  - Fix .desktop file (#588979)
105
  - Fix warning when loading NULL URIs (#593701)
106
  - Reimplement view source functionality (#503968)
107
  - Show initial request before the server responds to avoid empty
108
    location entry (#591294)
109
  - Reset font size with ctrl+0 from num block (#573624)
110
  - Do not auto-shrink images, since ephy/gecko used to do that.
111
  - Reimplement adblock support (#562762)
112
113
================
114
Epiphany 2.27.91
115
================
116
117
Changes:
118
119
  - Use new keyring support in libsoup instead of the old webkit
120
    session feature.
121
  - Performance and functionality improvements for the find toolbar.
122
  - Always show images in the bookmarks menu items. Makes them
123
    re-appear after recent changes that set icons off by default in
124
    menus for 2.28 (#588563)
125
  - Update URL in entry when clicking on #anchors (#584506)
126
  - Re-implement about:recover lookalike (#583953)
127
128
================
129
Epiphany 2.27.90
130
================
131
132
Changes:
133
134
  - Port PDM's password viewer to gnome-keyring so that it works
135
    again. (#579217)
136
  - Fix address normalization when opening URLs from the command line.
137
  - Fix spurious whitespace when hiding downloader status
138
    icons. (#591189)
139
  - Re-add the spinner so that we have some kind of progress
140
    notification before we receive any response from the
141
    server. (#585035)
142
  - Workaround bug in WebKitGTK+ that made us never stop the progress
143
    notification while loading in some pages. (#590170)
144
  - Move default bookmarks to a separate RDF file instead of
145
    hardcoding them. (#300190)
146
  - Do not show about:recover URLs for now, since the service is not
147
    implemented. (#583953)
148
149
===============
150
Epiphany 2.27.5
151
===============
152
153
Changes:
154
155
  - Use the font families set in the GNOME preferences when possible.
156
  - Fix opening multiple pages in a row from command line (#588143)
157
  - Add several new mime types to the safe mime types list (#582905,#565346)
158
  - Fix middle click on back/forward buttons (#583440)
159
  - Recognize favicons with mime type image/vnd.microsoft.icon. Keep
160
    in mind that favicons in general still do not work in
161
    epiphany/webkit. (#578575)
162
163
===============
164
Epiphany 2.27.4
165
===============
166
167
Changes:
168
169
  - Simplify widget hierarchy in EphyEmbed by removing a dummy GtkBin
170
    layer. This fixes some focus problems.
171
  - Various fixes for issues related to the recent refactoring of the
172
    Epiphany internals.
173
  - Bugfixes and performance improvements to the location/completion
174
    code.
175
176
===============
177
Epiphany 2.27.3
178
===============
179
180
Changes:
181
182
  - Preserve back/forward history when opening new tabs. (#583459)
183
  - Preserve HTTP information (eg, referrer) when opening new tabs. (#120341)
184
  - Strip superfluous whitespace from URLs before loading them. (#584466)
185
  - Remove Python support for extensions, the only supported language
186
    other than C/C++ is now JavaScript through Seed.
187
  - Pretty large refactoring of internals: we now have a new
188
    EphyWebView class, subclass of WebKitWebView, which holds most of
189
    our extra methods/information that used to be in
190
    EphyEmbed. EphyEmbed is no longer an interface, just a wrapper
191
    that contains an EphyWebView and that properly sets it up. Since
192
    there aren't any more interface classes to be implemented by
193
    backends the webkit/ directory is gone, and all the code is now in
194
    embed/.
195
196
===============
197
Epiphany 2.27.2
198
===============
199
200
Changes:
201
202
  - Show link messages in a floating statusbar when the normal
203
    statusbar is hidden.
204
  - Fix opening links with target=_blank in a new tab with middle
205
    click.
206
  - Many download improvements and bugfixes.
207
  - Use GNOME settings for default font sizes.
208
  - Implement caret browsing mode (press F7 to activate).
209
210
===============
211
Epiphany 2.27.1
212
===============
213
214
Changes:
215
216
  - Fix click-to-download.
217
  - Require WebKitGTK+ 1.1.3 and libsoup 2.26.0, both with important
218
    bugfixes.
219
220
===============
221
Epiphany 2.27.0
222
===============
223
224
The first release of the WebKit era.
225
226
  - The only backend is now WebKit, Gecko support has been removed.
227
  - Greatly improved entry completion.
228
  - Progress indicator is now in the location entry, the one in the
229
    statusbar has been dropped.
230
  - Ported to GtkBuilder.
231
  - Support for the WebInspector from WebKit, similar to Firebug.
232
  - Support for Seed extensions.
233
  - Allow to force new windows to be opened in tabs. Set the gconf key
234
    /apps/epiphany/general/open_new_windows_in_tab to TRUE.
235
  - Many, many bugfixes for the WebKit backend.
236
  
237
================
238
Epiphany 2.21.90
239
================
240
241
What's new in Epiphany 2.21.90?
242
243
  - gnome-vfs was dropped, the gio port is completely functional, a few minor 
244
    bugs remain to catch and fix.
245
  - location entry now searches inside bookmarks urls.
246
  - avoid showing duplicate entries for bookmarks and history items in the 
247
    location entry.
248
  - open externally opened links in current tab if it's blank.
249
  - new "Reset Epiphany" dialog to clear history, cache and cookies
250
  - history window now open links in new tabs
251
  - history window groups hosts that only vary in the port
252
  - restored gnome-session windows are now the correct size 
253
  - downloads now show notifications on start/finish when the download-dialog 
254
    is hidden
255
  - it is now possible to middle click on a smart bookmark to have it search for
256
    primary selection contents
257
  - internal clean ups and minor fixes.
258
  
259
You can see a list of fixed bugs since 2.21.4 (since there were no NEWS for .5):
260
  http://bugzilla.gnome.org/buglist.cgi?product=epiphany&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&chfield=resolution&chfieldvalue=FIXED&chfieldfrom=2007-12-16
261
262
===============
263
Epiphany 2.21.4
264
===============
265
266
A big refactoring of the Epiphany internals was done in order to achieve better
267
cross-engine support. It can be roughly separated in two chunks:
268
269
 - EphyTab and its usage of GtkMozEmbed specific signals was transformed
270
   into generic code under EphyBaseEmbed with backend-agnostic gobject-properties.
271
   Backends are now encouraged to subclass EphyBaseEmbed and update its
272
   properties to keep them in sync with the engine state. In turn, the browser
273
   chrome will connect to the notify:: signals for the properties to update its
274
   UI to reflect those changes.
275
276
-  In some situations the embed/ code will need to know some specific details of
277
   the fronted (for example, the active child among all the embed instances in the
278
   popup management code). Instead of directly accessing the fronted, an generic
279
   EphyEmbedContainer interface has been created, offering all the needed methods.
280
   In Epiphany, this interface is implemented by EphyWindow.
281
282
Bug fixes:
283
    * Add saved files to the GtkRecent list. Fixes Bug #148401.
284
    * Make cursor be at the end of the URL when selecting entries from the
285
	  completion popup. Fixes bug #466344.
286
    * Fix multihead problems in toolbar editor.
287
    * Fix download-icon toolip updates. Fixes bug #343238.
288
    * Default to Cancel on Cert dialogues. Fixes bug #163379.
289
    * Remove "Add bookmark" and "Save as" from the document context menu.
290
	  Part of bug #332968.
291
    * Fix completion model to show icons for history items too,
292
      history/bookmarks/favicon_cache service objects are now stored in the
293
      completion priv. Fixes bug #459811.
294
    * Sets page header and footer margins to a reasonable value when printing.
295
      Workaround for bug #346110.
296
    * Adds a check for NULL pointer in ephy-session.c, fixing wrong behaviour when
297
      restoring Epiphany in some cases. Fix for bug #488718.
298
    * Updates to new NetworkManager API signals for status monitoring.
299
    * Take the page orientation from the page setup, not from the print settings.
300
      Bug #485670 (see also gtk+ bug #485685).
301
    * Makes the Go button behaviour consistent with the "Enter" behaviour. Both
302
      actions search for keywords or load the url. Fixes #484178.
303
    * EphyContentPolicy::ShouldLoad: use the same content policy for
304
      http and https, allowing adblock to work on https. Fixes bug #471583.
305
    * Make Epiphany properly remember the last saved location in the FileChooser.
306
      Fix for bug #336251.
307
    * Make session recovery focus work properly and remember the active tab.
308
      Fixes bug #317272.
309
    * Fix disable_toolbar_editing lockdown not respected for Remove and Move
310
      actions on toolbar buttons. Fixes bug #475641.
311
    * Change the hint of the bookmarking properties dialog to DIALOG, instead
312
      of NORMAL. Make bookmarking work in fullscreen mode and does not put
313
      bookmark properties windows in the taskbar. Fixes bug #478928.
314
	* Find toolbar now remembers last pattern searched also when opened with
315
      slash or apostrophe. Fixes bug #343337.
316
	* Add a somewhat tricky fix for url titles not visible on the completion 
317
      popup of the location entry when using a dark theme (like Darkilouche).
318
      Fixes bug #446898.
319
	* Private instances of Epiphany now remove the profile dir on exit.
320
      Note that the profile dir won't be deleted if it's a custom path.
321
      Fixes bug #329680.
322
	* Make "Up" button dropdown menu show titles instead of URLs for already
323
	  visited pages. Fix for bug #323764.
324
	* Remove ellipsis from View -> Page Security Information, as it does not
325
	  require further user interaction to complete. Fix for bug #483312.
326
	* Hide Back/Forward buttons when disable_history lockdown key is enabled.
327
	  Fixes bug #394795.
328
	* Add explanation label to "Only from sites you visit" radio button.
329
	  Fixes bug 493422.
330
	
331
Changes: 
332
    * Add accessibility theme icons for our apps icon.
333
	* Enable printing to PDF file on gecko 1.9, now that moz#367907 is
334
	  fixed.
335
	* Make 'Not found' on find toolbar temporarily bold and sounds the 
336
	  bell signal when searching on a page and no results are
337
	  found. Fixes bug #363004.
338
	* Makes tooltips for Back and Forward buttons display the titles of
339
      relative pages. Fixes bug #341400. 
340
	* Add drag-and-drop of URLs onto "New Tab" and "New Window" buttons in
341
      the toolbar. Fixes bug #382383.
342
	* Add a broom icon in the search entry of the History window,
343
	  like in Bookmarks Editor. Fixes bug #476179.
344
	* Use friendly display for mailto: links; shows a nice text in status bar
345
      when hovering a mailto: link. Fixes bug #339161.
346
	* Fix the build of the custom GTK+ filepicker. Add a preview for the 
347
	  FileChooser. The default size is 150x150. Fixes bug #440859.
348
    * Make the location entry completion cells smarter, now bookmarks take the 
349
	  full width of the popup. Also make titles of history entries align
350
      to the left so it's easier to browse a lot of entries with similar 
351
	  titles. Almost-fixes bug #419475.
352
	* Change the "Powered by" name in the About dialog according to the used
353
      backend. Fix for bug #478196.
354
	* Display "Execute script <title>" string as tooltip for bookmark action
355
	  instead of the whole javascript code when bookmarking a scriptlet.
356
      Fix bug #492695.
357
	* Update to latest EggToolbarEditor code.
358
      This supports changing the editor's model during runtime and
359
      tries to avoid some possibly leaking signal handlers. 
360
	  Fixes bug #493149.
361
	* Adds a column in the history window showing the date and the time of the
362
      visit, substitutes radiobuttons with checkboxes in the View menu of the 
363
	  window. Fix bug #380156.
364
	* Enable a --with-distributor-name configure option, defaulting to Epiphany.
365
      Use it on an error page to designate the distributors/developers to
366
	  contact. Fixes bug #433796.
367
	* Add a "Remove all" button to the Personal Data Manager for both the
368
	  cookies and the passwords. Addresses bug #148314.
369
	* Fix a bug in EphyNodeView which caused problems when setting columns
370
	  as resizable; thanks to Kristian Rietveld for finding out the cause.
371
	  Make history window columns resizable and bookmarks editor columns
372
	  resizable and sortable. Fixes bug #132808.
373
	
374
Contributors to this release: 
375
Cosimo Cecchi, Dale Parquette, Leonardo Boshell, Djihed Afifi, Matthias Clasen,
376
Christian Persch, Diego Escalante Urrelo, Josselin Mouette, Cyril Brulebois,
377
Imran Patel, Carlos Garcia Campos, Xan Lopez, Nicholas E. Manley, Alp Toker, 
378
Michael Monreal, friemann, Ed Catmur, Reinout van Schouwen, 
379
Jan Michael Alonzo
380
381
Translations:
382
Hendrik Richter, iharh, gforcada, Claude Paroz, frolix68, ituohela, Changwoo Ryu,
383
Luca Ferretti, ifelix, Priit Laes, jorgegonz, ankitp, Kjartan Maraas, dnylande, 
384
Takeshi AIHANA, Leonardo Ferreira Fontenelle, snavin, Sunil Mohan Adapa, 
385
Inaki Larranaga Murgoitio, ssato, stephaner, Adam Weinberger, Artur Flinta,
386
raphaelh, ymarcheg, Gabor Kelemen, Duarte Loreto, zygis, fwang, Clytie Siddall,
387
icq, Jan Arne Petersen, Maxim Dziumanenko, Jonh Wendell, Robert-André Mauchin,
388
Cyril Brulebois, zyang, Youssef Chahibi, yairhr, mateju, iharh, Ivar Smolin,
389
Alexander Shopov, Ignacio Casal Quinteiro, cwryu, Djihed Afifi, Vasiliy Faronov
390
391
===============
392
Epiphany 2.19.6
393
===============
394
395
The most important change in this release is obviously that an experimental 
396
WebKit back-end was added by Xan Lopez. Read all about it here:
397
http://blogs.gnome.org/xan/2007/07/17/epiphany-webkit/
398
399
Furthermore, we have been joined by Cosimo Cecchi who contributed a lot of
400
small but not less important gnome-love bugfixes! 
401
402
Changes: 
403
	* Add support for the WebKit engine, compile with --with-engine=webkit
404
          to activate
405
	* #162489: Added a checkbox for smooth scrolling. 
406
	* String changes based on user feedback:
407
	  - "Local sites" -> "Nearby sites" (because it is a
408
	  better description)
409
	  - Drop the "Quick" prefix from Topic/Bookmark items in
410
	  toolbar editor, because it has no function besides
411
	  confusing users.
412
	* We now use g_get_user_special_dir to get the Desktop and Downloads
413
	  directory location
414
	* Use the new gtk functions to persist and load the print settings and
415
	  page setup. Migrate our old settings, if present.
416
	* All tooltips are now creatd using the new GTK tooltips API.
417
418
Bug fixes:
419
	* #459552: Improve the restricted ports message 
420
	* #448610: Make the status icon clickable so it shows/hides 
421
	  the download window, works across workspaces
422
	* #318947: Update tab title when the statusbar text is updated, 
423
	  so we don't have out of sync messages 
424
	  (like "Loading <page-you-were-before>")
425
	* Misc: #461689, #433173, #313636, #410223, #385872, #452707, #347637,
426
	  #450904
427
428
Contributors to this release:
429
Diego Escalante Urrelo, René Stadler, Xan Lopez, Carlos Garcia Campos, 
430
Reinout van Schouwen, Cosimo Cecchi, Kraai, Wouter Bolsterlee,
431
Christian Persch, Nguyễn Thái Ngọc Duy, Luca Ferretti
432
433
Translations: 
434
Priit Laes, Reinout van Schouwen, Inaki Larranaga Murgoitio, Jorge Gonzalez, 
435
Daniel Nylander, Theppitak Karoonboonyanan, Gabor Kelemen, Wouter Bolsterlee, 
436
Ilkka Tuohela, Takeshi AIHANA, Žygimantas Beručka, I. Felix
437
438
===============
439
Epiphany 2.19.5
440
===============
441
442
For those who are wondering: Epiphany 2.19.3 and 2.19.4 were never released. 
443
444
Changes:
445
	* Copy the lock icons from g-i-t 2.16 into epiphany, since the new ones
446
          in g-i-t are broken (see bug #348350 comment 93 ff).
447
	* Sync with latest libegg toolbareditor
448
	* use "document-page-setup" named icon for STOCK_PRINT_SETUP (now 
449
          available on gnome-icon-theme trunk)
450
451
Bug fixes:
452
453
	* #452769: Use GTK_STOCK_ABOUT icon instead of GNOME_STOCK_ABOUT
454
	* #450590: Add a workaround to take into account that Gtk{Radio,Toggle}Actions
455
                   only set either the stock-id or the icon-name property depending on
456
                   the image type. This makes it possible to display the icon of such
457
                   actions in the toolbar editor.
458
	* #450146: Use g_option_group_set_translation_domain to
459
                   translate commandline options.
460
461
Contributors to this release:
462
Jaap Haitsma, Luca Ferretti, Felix Riemann, Gabor Kelemen, Diego Escalante Urrelo, Jared Moore, 
463
Christian Persch
464
465
Translations: 
466
Theppitak Karoonboonyanan, I. Felix, Ankit Patel, Ilkka Tuohela, Josep Puigdemont i Casamajó, 
467
Artur Flinta, Nguyễn Thái Ngọc Duy, Takeshi AIHANA, Pema Geyleg, Daniel Nylander, 
468
Clytie Siddall, Kjartan Maraas, Priit Laes, Jorge Gonzalez
469
470
===============
471
Epiphany 2.19.4  
472
===============
473
474
These bugs were fixed since last release (2.19.2):
475
476
	* #346243 Modified first-time dialog when visiting a secure page, to mention
477
			  the color and padlock icon in the address entry.
478
	* #351100 Assign control+T as default delete shortcut in Bookmarks editor.
479
			  Also move the Delete item to Edit menu.
480
	* #383698 Finished download should not open target directory if that directory is Desktop
481
	* #300826 javascript files of a document are saved with no extension
482
	* #324166 add a print progress window
483
	* #336739 Right click on textarea should provide “Select all”
484
	* #422114 URL-completion of ftp-URL only works when specifying ftp:// protocol identifier
485
	* #437798 Show password in PDM should be plural
486
	* #441419 Go button's behaviour: act on button-release-event
487
	* #444500 Epiphany misses some SelectAll icons
488
489
Summary of changes from 2.17.4 - 2.18.2:
490
491
	* Avoid opening nautilus if downloads are done to Desktop. This re-fixes
492
	  bug #383698.
493
494
	* Quicktime and a number of other mime types are now recognized as safe
495
496
	* Middle clicking the Go button should open the location bar address
497
	  content in a new tab. Bug #362591.
498
499
	* Fix printing of frames.
500
501
	* Don't crash when we cannot access the system bus. Bug #404514.
502
503
	* Changed the "redirected too many times" error page to be more
504
	  friendly. Bug #395990.
505
506
	* Clear some print settings in the settings we hand to the print job, so
507
	  they don't get applied twice. Bug #394818.
508
509
	* Puts OpenInWindow over OpenInTab in the Bookmarks Editor so we meet
510
	  the HIG. Fixes bug #340775.
511
512
	* Opens images in a new browser window if EOG is not found. Bug #167595.
513
514
	* Corrects the expand of the Privacy tab in the Preferences window.
515
516
	* Don't allow the add bookmark ui to appear if it's locked down, more lockdown improvements
517
518
Contributors to this release:
519
520
Jared Moore, Sebastiaan Samyn, Bastien Nocera, John Millikin, Jan de Groot, Benjamin Berg,
521
Jean-François Rameau, Jens Granseuer, Björn Lindqvist, Vitali Ischenko, Chris Wilson,
522
Diego Escalante Urrelo, Luca Ferretti, Christian Persch
523
524
Translation updates:
525
Priit Laes, I Felix, Christophe Merlet, Luca Ferretti, Leonardo Ferreira Fontenelle,
526
Stéphane Raimbault, Hendrik Richter, Takeshi AIHANA, Peter Bach, Ignacio Casal Quinteiro,
527
Pema Geyleg, Inaki Larranaga Murgoitio, Jovan Naumovski, Baris Cicek, Goran Rakić,
528
Nikos Charonitakis, Gintautas Miliauskas, Artur Flinta, Ankit Patel, Changwoo Ryu,
529
Matic Zgur, Abel Cheung, Jakub Friedl, Josep Puigdemont i Casamajó, Gabor Kelemen,
530
Nguyễn Thái Ngọc Duy, Kjartan Maraas, Maxim Dziumanenko, Roberto Majadas, Reinout van Schouwen,
531
Alexander Shopov, Nickolay V. Shmyrev, Duarte Loreto, David Lodge, Djihed Afifi,
532
Daniel Nylander, Ilkka Tuohela, Theppitak Karoonboonyanan, Evandro Fernandes Giovanini,
533
Žygimantas Beručka, Yair Hershkovitz, Clytie Siddall, David Planella
534
535
===============
536
Epiphany 2.17.4
537
===============
538
539
Changes:
540
	   * Show favicons in location entry drop-down. Bug #112748, patch by Diego
541
	   Escalante Urrelo.
542
543
	   * Adblock manager has get a much wanted UI
544
545
	   * Fix secure location bar colouring with dark themes. Bug #347343,
546
	   patch by Diego Escalante Urrelo.
547
548
	   * List title and URL in location entry drop-down. Bug #169550,
549
	   patch by Diego Escalante Urrelo.
550
551
	   * Epiphany has (almost) completed the themed icons support
552
	porting thanks to hard work of Luca Ferreti, Andreas Nilsson and
553
	others :). New icons are present for almost everything, go check them
554
	out!
555
556
	   * Fix bookmarks export to HTML. Bug #345925, patch by Stefan Stuhr.
557
558
	   * Thanks to Chris Wilson, bookmarks and history use a smarter way to
559
	determine time related information. Bug #391845, #391852
560
561
	   * Allow to drag plaintext to tabbar. Bug #339339, patch by
562
	   Michael Hofmann.
563
564
	   * Some bookmarks lockdown fixes (bug #165536) and lots of minor UI
565
	fixes are also present in this version.
566
567
	   * Other bugs fixed in this release: #389560, #382207, #334463, #347343,
568
	#324052, #320514, #166662, #381546, #373549, #363837, #358986, #353854,
569
	#340560, #390287, #391521, #377039, #372283, #350575
570
571
Contributors to this release:
572
Wouter Bolsterlee, Eric Butler, Diego Escalante Urrelo, Luca Ferreti,
573
Michael Hofmann, Björn Lindqvist, John Millikin, Andreas Nilsson, Paul,
574
Christian Persch, Stefan Stuhr, Chris Wilson
575
576
Translation updates:
577
Khaled Hosny (ar), Gil Forcada (ca), Jakub Friedl (cs), Gintautas Miliauskas (lt)
578
579
580
===============
581
Epiphany 2.17.3
582
===============
583
584
Changes:
585
	 * Add some more F5 shortcuts to handle all the MSIE
586
	   "refresh page" bindings. Fixes bug #372906.
587
	   * Change default font sizes to match other popular
588
	   browsers. Fixes bug #346026.
589
	   * Lower the priority of the spinner animation so that the animation
590
	   does not stop page loading. Fixes bug #374623.
591
	   * Add "si" to locales always using pango. Patch by Harshula
592
	   harshula at gmail dot com, Fixes bug #361538.
593
	   * Make progressbar smaller. Fixes bug #368759.
594
595
Misc. bug fixes: #372760, #362882, #381099, #382207
596
597
Also you might want to know that this release has initial work to
598
provide Epiphany icons as themed icons. See
599
http://wayofthemonkey.com/index.php?date=2006-11-15&month=11&year=2006
600
for more information
601
602
Contributors to this release:
603
Benjamin Berg, Wouter Bolsterlee, Gerald E. Butler,
604
Diego Escalante Urrelo, Luca Ferretti, Ryan Lortie,
605
Baptiste Mille-Mathias, Christian Persch.
606
607
Translation updates:
608
Jakub Friedl (cs), Francisco Javier F. Serrador (es), Gil Osher (he).
609
610
611
===============
612
Epiphany 2.17.2
613
===============
614
615
Changes:
616
	* Clicking favicon in the location bar selects URL. Fix bug
617
		  #349557.
618
	* Default to printing background images.
619
	* Add middle-click on New Tab/Window button to open URL on
620
		  clipboard. Fix bug 149715.
621
	* Automatically open a Nautilus window after downloading has
622
		  finished. Fixes bug #138876. Try this and tell us what you
623
		  think!
624
	* Fix printing of page ranges.
625
	* Misc bug fixes: bug #347750, bug #330415, bug #357456, Bug #352733,
626
	  bug #361606, Bug #362063, bug #349349, bug #358007, bug #350053.
627
628
Contributors to this release: John Millikin, Diego Escalante Urrelo,
629
Jean-François Rameau, Wouter Bolsterlee, Ed Catmur, Christian Persch.
630
631
Updated translations:
632
Runa Bhattacharjee (bn_IN), Gil Forcada (ca), Mindu Dorji (dz),
633
David Lodge (en_GB), Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu),
634
Roozbeh Pournader (fa), Ilkka Tuohela (fi), Satoru SATOH (ja),
635
Erdal Ronahi (ku), Žygimantas Beručka (lt), Åsmund Skjæveland (nn),
636
Leonardo Ferreira Fontenelle (pt_BR), Woodman Tuen (zh_HK, zh_TW)
637
638
639
===============
640
Epiphany 2.16.0
641
===============
642
643
Contributors:
644
Johannes Berg, Wouter Bolsterlee, Luca Ferretti, Crispin Flowerday,
645
Thomas de Grenier de Latour, Michael Hofmann, Nguyễn Thái Ngọc Duy,
646
Kjartan Maraas, Victor Osadci, Christian Persch, Frederic Peters,
647
Celso Pinto, Jean-François Rameau, René Stadler, Diego Escalante Urrelo
648
649
Documentation:
650
Victor Osadci
651
652
Translations:
653
Ales Nyakhaychyk (be), Rostislav "zbrox" Raykov (bg), Progga (bn_IN),
654
Progga (bn), Gil Forcada (ca), Jakub Friedl (cs), Hendrik Richter (de),
655
"Last-Translator: Mindu Dorji\n" (dz), Kostas Papadimas (el),
656
Crispin Flowerday (en_GB), Francisco Javier F. Serrador (es),
657
Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu), Ilkka Tuohela (fi),
658
Robert-André Mauchin (fr), Ignacio Casal Quinteiro (gl), Ankit Patel (gu),
659
Rajesh Ranjan (hi), Gabor Kelemen (hu), Mohammad DAMT (id),
660
Satoru SATOH (ja), Vladimer Sichinava (ka), Changwoo Ryu (ko),
661
Žygimantas Beručka (lt), Raivis Dejus (lv), Fanomezana Rajaonarisoa (mg),
662
Jovan Naumovski (mk), Ani Peter (ml), Badral (mn), Rahul Bhalerao (mr),
663
Kjartan Maraas (nb), Shyam Krishna Bal (ne), Reinout van Schouwen (nl),
664
Åsmund Skjæveland (nn), Subhransu Behera (or), Artur Flinta (pl),
665
Licio Fernando Nascimento da Fonseca (pt_BR), Duarte Loreto (pt),
666
Nickolay V. Shmyrev (ru), Matic Žgur (sl), Laurent Dhima (sq),
667
Daniel Nylander (sv), Theppitak Karoonboonyanan (th), Baris Cicek (tr),
668
Maxim Dziumanenko (uk), Clytie Siddall (vi), Funda Wang (zh_CN),
669
Woodman Tuen (zh_HK, zh_TW)
670
671
Documentation translations:
672
Francisco Javier F. Serrador (es), Inaki Larranaga (eu),
673
Christophe Bliard (fr), Takeshi AIHANA (ja), Nickolay V. Shmyrev (ru),
674
Daniel Nylander (sv), Maxim Dziumanenko (uk)
675
676
677
================
678
Epiphany 2.15.92
679
================
680
681
Contributors to this release:
682
Kjartan Maraas, Christian Persch, Jean-François Rameau.
683
684
Translations updates:
685
Rostislav "zbrox" Raykov (bg), Gil Forcada (ca), Hendrik Richter (de),
686
Mindu Dorji (dz), Kostas Papadimas (el), Francisco Javier F. Serrador (es),
687
Ivar Smolin (et), Ilkka Tuohela (fi), Ankit Patel (gu), Gabor Kelemen (hu),
688
Mohammad DAMT (id), Satoru SATOH (ja), Changwoo Ryu (ko),
689
Žygimantas Beručka (lt), Jovan Naumovski (mk), Badral (mn),
690
Rahul Bhalerao (mr), Kjartan Maraas (nb), Reinout van Schouwen (nl),
691
Subhransu Behera (or), Artur Flinta (pl), Nickolay V. Shmyrev (ru),
692
Matic Žgur (sl), Daniel Nylander (sv), Theppitak Karoonboonyanan (th),
693
Baris Cicek (tr), Maxim Dziumanenko (uk), Clytie Siddall (vi),
694
Funda Wang (zh_CN).
695
696
697
================
698
Epiphany 2.15.91
699
================
700
701
Changes:
702
703
	* Spell check support using the gecko 'spellchecker' extension.
704
	  No corrections context menu or language switching yet. The default
705
	  dictionary is based on applicable locale names.
706
707
	* Add page security info dialogue from Certificates extension.
708
709
	* Drop libgnomeprint[ui] and use gtk printing. Add our options in
710
		  a custom tab in the print dialogue. Print settings and page setup
711
	  persist now.
712
713
	* Add methods to EphyNode to set typed properties. This change improves the
714
	  Python API so it should be easy now to play with bookmarks.
715
	  Add https and ftp local bookmarks. Based on a patch by Celso Pinto,
716
	  bug #330679.
717
718
Bug fixes:
719
720
	* Misc fixes: #337913, #312869, #345934, #346662, #339548, #347022,
721
	  #344848, #343592.
722
723
	* Add a way to turn off password remembering. Bug #332374.
724
725
	* Don't crash when adding zeroconf bookmarks while bookmarks are locked
726
	  down. Bug #341379.
727
728
	* Fix middle-click and ctrl-enter in the location entry autocompletion
729
	  drop-down. Bug #345934, based on a patch by johannes@sipsolutions.net.
730
731
	* Make the crash recovery dialog appear on the taskbar.
732
	  Fixes bug #345010.
733
734
	* copy history over when opening link in new tab/win using
735
	  context menu. Fixes bug #340742, patch by René Stadler.
736
737
	* Don't crash on error from zeroconf bookmarks. Fixes bug #343922.
738
739
	* Don't set cookies from favicon downloads. Bug #337835.
740
741
	* Allow cookie list to be sorted.  (fixes #337845)
742
743
	* Fix crash when moving zoom widget on toolbar (#338682)
744
745
	* Display the find bar for "Find Next" and "Find Previous"
746
	  if it wasn't visible already. Entry focus is handlded
747
	  with care so that use cases like incremental search work
748
	  as expected. Fixes bug #333020.
749
750
	* Remove Shift+Ctrl+T accelerator, it was pressed accidentally
751
	  too often and people would lose their toolbars. Bug #328783.
752
753
Documentation:
754
755
		* Manpage update from Victor Osadci.
756
757
Contributors to this release:
758
Johannes Berg, Nguyễn Thái Ngọc Duy, Luca Ferretti,
759
Crispin Flowerday, Victor Osadci, Christian Persch,
760
Frederic Peters , Celso Pinto, Jean-François Rameau,
761
René Stadler, Diego Escalante Urrelo.
762
763
Documentation translations:
764
Francisco Javier F. Serrador (es), Daniel Nylander (sv), Vitaly Kormilov (ru).
765
766
Translations:
767
Ales Nyakhaychyk (be), Rostislav "zbrox" Raykov (bg), Gil Forcada (ca),
768
Jakub Friedl (cs), Hendrik Richter (de), Mindu Dorji (dz),
769
Kostas Papadimas (el), Crispin Flowerday (en_GB),
770
Francisco Javier F. Serrador (es), Priit Laes (et),
771
Iñaki Larrañaga Murgoitio (eu), Ilkka Tuohela (fi),
772
Christophe Merlet (RedFox) (fr), Ankit Patel (gu), Satoru SATOH (ja),
773
Changwoo Ryu (ko), Jovan Naumovski (mk), Øivind Hoel (nb),
774
Reinout van Schouwen (nl), Daniel Nylander (sv),
775
Theppitak Karoonboonyanan (th), Maxim Dziumanenko (uk), Funda Wang (zh_CN).
776
777
778
===============
779
Epiphany 2.15.4
780
===============
781
782
No news available.
783
784
785
===============
786
Epiphany 2.15.3
787
===============
788
789
No news available.
790
791
792
===============
793
Epiphany 2.15.2
794
===============
795
796
NOTE: This release drops support for mozilla 1.7. Only Gecko versions 1.8
797
(firefox >= 1.5 and xulrunner >= 1.8) and trunk are now supported.
798
799
800
Contributors to this release:
801
802
Wouter Bolsterlee, Thomas de Grenier de Latour, Michael Hofmann,
803
Christian Persch and Celso Pinto
804
805
Documentation:
806
Victor Osadci
807
808
Translations:
809
Rostislav "zbrox" Raykov (bg), Francisco Javier F. Serrador (es),
810
Ivar Smolin (et), Ankit Patel (gu), Fanomezana Rajaonarisoa (mg),
811
Øivind Hoel (nb) and Clytie Siddall (vi)
812
813
814
===============
815
Epiphany 2.15.1
816
===============
817
818
No news available.
819
820
821
===============
822
Epiphany 2.14.3
823
===============
824
825
Contributors to this release:
826
Johannes Berg, Wouter Bolsterlee, Nguyễn Thái Ngọc Duy,
827
Frederic Peters, Christian Persch, Jean-François Rameau.
828
829
Documentation translations:
830
Francisco Javier F. Serrador (es), Daniel Nylander (sv).
831
832
Translation updates:
833
Hendrik Richter (de), Christophe Merlet (RedFox) (fr),
834
Raivis Dejus (lv), Shyam Krishna Bal (ne).
835
836
837
=================
838
Epiphany 2.14.2.1
839
=================
840
841
Changes
842
843
	* Fix launching the background capplet
844
845
===============
846
Epiphany 2.14.2
847
===============
848
849
Translation updates:
850
Hendrik Richter (de), Benoît Dejean (fr).
851
852
853
=================
854
Epiphany 2.14.1.1
855
=================
856
857
Changes:
858
	* Add Esperanto (eo) to available languages in prefs
859
	* Add -p as short option format for --private-instance
860
	* Fix mnemonic activation of download path button [#339139]
861
	* Fix accelerator assignment in Tabs menu [#339548]
862
	* Monitor also directories, not just files [#332049]
863
	* Fix crash with lockdown and zeroconf bookmarks [#341379]
864
	* Fix build with gecko 1.8 branch
865
	* Make status icon transparent [Patch from #150726]
866
	* Documentation and man page updates
867
868
Contributors to this release:
869
870
Wouter Bolsterlee, Christian Persch, ZeBob
871
872
Documentation:
873
Victor Osadci
874
875
Translations:
876
Rostislav "zbrox" Raykov (bg), Progga (bn), Oublieuse (br), Lukas Novotny (cs),
877
Mindu Dorji (dz), Francisco Javier F. Serrador (es), Ivar Smolin (et),
878
Iñaki Larrañaga Murgoitio (eu), Benoît Dejean (fr),
879
Ignacio Casal Quinteiro (gl), Ankit Patel (gu), Mohammad DAMT (id),
880
Satoru SATOH (ja), ? (mg), Kjartan Maraas (nb), Reinout van Schouwen (nl),
881
Åsmund Skjæveland (nn), Kjartan Maraas (no),
882
Licio Fernando Nascimento da Fonseca (pt_BR), Duarte Loreto (pt),
883
Daniel Nylander (sv), Theppitak Karoonboonyanan (th), Baris Cicek (tr),
884
Maxim Dziumanenko (uk), and Clytie Siddall (vi).
885
886
887
===============
888
Epiphany 2.14.1
889
===============
890
891
Changes:
892
	* Hooks have been added for the new epiphany-extensions
893
	documentation, written by Baptiste Mille-mathias
894
895
Bug fixes:
896
	* Enable pango for some indic languages, which depend on it for correct
897
	rendering. Bug #335799.
898
	* Improve the current code (less complex) and add a timeouted call
899
	to NetworkManager when requesting network status. Bug #330479.
900
	* Disable export when locked down. Bug #337028.
901
	* Make sure we don't show "100%" on downloads unless they're really
902
	completed.
903
	* Don't crash when we cannot connect to the system dbus. Bug #336557.
904
	* Mozilla backend now supports adblock. Fix #335919.
905
	* Add support for local directory monitoring (in addition to local file
906
	monitoring). Bug #332049.
907
	* Add support for IE link files. Bug #330735.
908
909
Contributors to this release:
910
Wouter Bolsterlee, Jean-François Rameau, Christian Persch.
911
912
Documentation updates:
913
Victor Osadci.
914
915
Updated translations:
916
Jérémy Le Floc'h (br), Lukas Novotny (cs), Mindu Dorji (dz), Ivar Smolin (et),
917
Ilkka Tuohela (fi), Ignacio Casal Quinteiro (gl), Mohammad DAMT (id),
918
Francesco Marletta (it), alina (ka), Theppitak Karoonboonyanan (th).
919
920
921
===============
922
Epiphany 2.14.0
923
===============
924
925
Contributors to the Epiphany 2.14.0 release:
926
927
Jorn Baayen, Emmanuele Bassi, Robert O'Callahan, Piers Cornwell,
928
Crispin Flowerday, Gustavo Gama, Peter Harvey, Philip Langdale,
929
Robert Marcano, Bastien Nocera, Guilherme de S. Pastore,
930
Brian Pepple, Christian Persch, Jean-François Rameau,
931
Sergey Al. Safonov, Reinout van Schouwen, Raphael Slinckx,
932
thetroublemaker, and Matthew P. Thomas.
933
934
Documentation:
935
Victor Osadci.
936
937
Documentation translations:
938
Alexander Shopov (bg), Francisco Javier F. Serrador (es),
939
Reinout van Schouwen (nl).
940
941
Translations:
942
Ales Nyakhaychyk (be), Rostislav "zbrox" Raykov (bg), Progga (bn),
943
Gil Forcada (ca), Petr Tomeš (cs), Rhys Jones (cy), Ole Laursen (da),
944
Hendrik Richter (de), Kostas Papadimas (el), Adam Weinberger (en_CA),
945
Crispin Flowerday (en_GB), Francisco Javier F. Serrador (es),
946
Ivar Smolin (et), Iñaki Larrañaga (eu), Roozbeh Pournader (fa),
947
Ilkka Tuohela (fi), Christophe Merlet (RedFox) (fr),
948
Ignacio Casal Quinteiro (gl), Ankit Patel (gu), Gil Osher (he),
949
Rajesh Ranjan (hi), Gabor Kelemen (hu), Mohammad DAMT (id),
950
Satoru SATOH (ja), Vladimer Sichinava (ka), Young-Ho Cha (ko),
951
Erdal Ronahi (ku), Žygimantas Beručka (lt), Kjartan Maraas (nb, no),
952
Pawan Chitrakar (ne), Reinout van Schouwen (nl), GNOME PL Team (pl),
953
Licio Fernando Nascimento da Fonseca (pt_BR), Duarte Loreto (pt),
954
Mugurel Tudor (ro), Leonid Kanter (ru), Steve Murphy (rw),
955
Marcel Telka (sk), Laurent Dhima (sq), Слободан Д. Средојевић (sr, sr@Latn),
956
Daniel Nylander (sv), Theppitak Karoonboonyanan (th), Maxim Dziumanenko (uk),
957
Clytie Siddall (vi), Liu Songhe (zh_CN), and Woodman Tuen (zh_HK, zh_TW).
958
959
960
===============
961
Epiphany 1.9.99
962
===============
963
964
No news.
965
966
==============
967
Epiphany 1.9.8
968
==============
969
970
Changes:
971
	* Distinguish different firefox profiles when showing the list to
972
	  choose which one to import.
973
	* Incorporate UI review recommendations for View > Toolbars menu
974
	* Various improvements for XULRunner back-end
975
Bug fixes:
976
	* Use the same machanism for Ctrl-W as clicking the tab's close
977
	  button. Fixes bug #319530.
978
		* Fix crash on switching to/from fullscreen mode. Bug #331462.
979
		* Set the tooltip for bookmarks on the toolbar, using a
980
		  'title\nlocation' format. Bug #332113.
981
	* Misc fixes: #329118, #327764, #148940.
982
983
Contributors to this release:
984
Peter Harvey, Christian Persch, Sergey Al. Safonov.
985
986
Updated translations:
987
988
	* Rostislav \"zbrox\" Raykov (bg)
989
	* Miloslav Trmac (cs)
990
	* Rhys Jones (cy)
991
	* Hendrik Richter (de)
992
	* Kostas Papadimas (el)
993
	* Adam Weinberger (en_CA)
994
	* Crispin Flowerday (en_GB)
995
	* Francisco Javier F. Serrador (es)
996
	* Ivar Smolin (et)
997
	* Iñaki Larrañaga (eu)
998
	* Ilkka Tuohela (fi)
999
	* Ignacio Casal Quinteiro (gl)
1000
	* Ankit Patel (gu)
1001
	* Gabor Kelemen (hu)
1002
	* Satoru SATOh (ja)
1003
	* Žygimantas Beručka (lt)
1004
	* Kjartan Maraas (nb)
1005
	* Reinout van Schouwen (nl)
1006
	* Kjartan Maraas (no)
1007
	* GNOME PL Team (pl)
1008
	* Licio Fernando Nascimento da Fonseca (pt_BR)
1009
	* Laurent Dhima (sq)
1010
	* Слободан Д. Средојевић (sr, sr@Latn)
1011
	* Theppitak Karoonboonyanan (th)
1012
	* Clytie Siddall (vi)
1013
	* Liu Songhe (zh_CN)
1014
1015
1016
==============
1017
Epiphany 1.9.7
1018
==============
1019
1020
Changes:
1021
	* Show the backend in the about box.
1022
	* Disable blink tags
1023
	* Reversed some regressions: Add tooltips to toolitems again,
1024
		  Restore the 'Show on Toolbar' functionality.
1025
		* Topic chooser: Add enter-to-auto-complete when there is just one
1026
		  possible match. Will close dialog if no current key. Will do nothing
1027
		  otherwise.
1028
1029
Bug fixes:
1030
	* Warn the user on logout when there are unfinished downloads.
1031
	  Bug #128048.
1032
	* Fix removing zeroconf bookmarks when the service disappears,
1033
	  and updating them when they reappear. Bugs #329637, #330883.
1034
	* Block popup with NULL url (javascript:window.open() for instance)
1035
	  but don't show them when unblocking. Bug #155009.
1036
	* Fix opening of local files. Bug #330104.
1037
	* Push a null JS context on the stack when we run a recursive mainloop.
1038
	  Fixes the epiphany equivalent of camino bug
1039
	  https://bugzilla.mozilla.org/show_bug.cgi?id=179307.
1040
	* Fix some memory leaks.
1041
	* Queue commands received from the main and remote instances,
1042
	  and process them after autoresume has completed. Bug #328286.
1043
	* Use GTK_STOCK_DIALOG_AUTHENTICATION. Bug #329438.
1044
1045
Contributors to this release: Crispin Flowerday, Peter Harvey,
1046
Christian Persch and Jean-François Rameau.
1047
1048
Updated translations:
1049
1050
	* Rostislav "zbrox" Raykov (bg)
1051
	* Miloslav Trmac (cs)
1052
	* Hendrik Richter (de)
1053
	* Adam Weinberger (en_CA)
1054
	* Francisco Javier F. Serrador (es)
1055
	* Ivar Smolin (et)
1056
	* Ilkka Tuohela (fi)
1057
	* Ignacio Casal Quinteiro (gl)
1058
	* Ankit Patel (gu)
1059
	* Žygimantas Beručka (lt)
1060
	* Kjartan Maraas (nb)
1061
	* Reinout van Schouwen (nl)
1062
	* Kjartan Maraas (no)
1063
	* Laurent Dhima (sq)
1064
	* Слободан Д. Средојевић (sr, sr@Latn)
1065
	* Theppitak Karoonboonyanan (th)
1066
	* Clytie Siddall (vi)
1067
	* Liu Songhe (zh_CN)
1068
1069
1070
==============
1071
Epiphany 1.9.6
1072
==============
1073
1074
Changes:
1075
		* libnm-glib be-gone! Use NetworkManager directly via DBUS, by
1076
	  importing the excellent net-monitor extension directly into
1077
	  Epiphany. Code by Jean-François Rameau.
1078
	* Revamped Bookmark Properties/Add Bookmark/New Topic dialogues.
1079
1080
Bug fixes:
1081
	* Misc fixes: bug #328747, #328064, #328351, #327381, #125723,
1082
	  #320686, #327845, #326807.
1083
	* Open smart bookmark url in new tabs when using Ctrl+Enter (part of
1084
	  bug #310814)
1085
	* Disable pango rendering by default, unless MOZ_ENABLE_PANGO env
1086
	  var is set. Bug #328844.
1087
	* Don't use favicon as window icon. Bug 131010.
1088
	* Fix URL opening with two concurrently starting instances.
1089
	* Fix a couple of memory leaks
1090
	* Add license to about dialogue. Patch by Brian Pepple, bug #327998.
1091
	* Add caret mode indicator UI. Bug #145581.
1092
	* When adding a column that can be sorted on, re-create the sort
1093
	  model, so that it sets up the sort method correctly. Fixes #320686.
1094
1095
Contributors to this release: Christian Persch, Peter Harvey, Brian Pepple,
1096
Jean-François Rameau, Crispin Flowerday, Reinout van Schouwen
1097
1098
1099
Updated translations:
1100
1101
	* Rostislav \"zbrox\" Raykov (bg)
1102
	* Jordi Mallach (ca)
1103
	* Ole Laursen (da)
1104
	* Kostas Papadimas (el)
1105
	* Adam Weinberger (en_CA)
1106
	* Crispin FLowerday (en_GB)
1107
	* Francisco Javier F. Serrador (es)
1108
	* Ilkka Tuohela (fi)
1109
	* Ignacio Casal Quinteiro (gl)
1110
	* Ankit Patel (gu)
1111
	* Gil Osher (he)
1112
	* Mohammad DAMT (id)
1113
	* Takeshi AIHANA (ja)
1114
	* Žygimantas Beručka (lt)
1115
	* Kjartan Maraas (nb)
1116
	* Pawan Chitrakar (ne)
1117
	* Reinout van Schouwen (nl)
1118
	* Kjartan Maraas (no)
1119
	* Evandro Fernandes Giovanini (pt_BR)
1120
	* Duarte Loreto (pt)
1121
	* Nickolay V. Shmyrev (ru)
1122
	* Steve Murphy (rw)
1123
	* Слободан Д. Средојевић (sr, sr@Latn)
1124
	* Theppitak Karoonboonyanan (th)
1125
	* Clytie Siddall (vi)
1126
	* Liu Songhe (zh_CN)
1127
1128
1129
================
1130
Epiphany 1.9.5.1
1131
================
1132
1133
Rerelease.
1134
1135
==============
1136
Epiphany 1.9.5
1137
==============
1138
1139
Changes:
1140
	* Add NetworkManager magic for connection status autodetection. (disabled by default)
1141
	* Add more methods to EphyAdblock interface and EphyAdblockManager
1142
		* Override mozilla prompts by our own.
1143
		* Enable zeroconf by default now that gnome-vfs dns-sd can use avahi
1144
	* Override the page that is shown for the about: url so that it doesn't say "Deer Park"
1145
	* Go back to using the gtk stock close icon, to get correct themeing in a11y themes.
1146
	* Fix compilation with DBUS 0.6
1147
	* New bookmark properties window with improved topic selector.
1148
1149
Bug fixes:
1150
	* Don't require a HTML document to activate typeaheadfind. Bug #326813.
1151
	* Add Zoom In/Out buttons to default toolbar layout and toolbars editor repertoire. Bug #117923.
1152
	* Now 'Loading' is not displayed when loading a new tab. Bug #323468.
1153
	* Exit print preview mode when clicking the window close button. Bug #326136.
1154
	* Make ESC cancel the content handler dialogue. Bug #325811.
1155
	* Fix next/prev button sensitivity when find wrapped around.
1156
	* Don't include generated files in the tarball. Bug #319440.
1157
	* Bonobo is dead; long live the Bonobos! Patch by Gustavo Gama, bug #322463.
1158
	* Dragging and dropping onto a topic on the toolbar works. Bug #320494.
1159
	* Gave user more control over favicon visibility. Bug #320860.
1160
	* Miscellaneous fixes: #148925, #300725, .
1161
1162
Contributors to this release: Christian Persch, Jean-François Rameau, Crispin Flowerday, thetroublemaker,
1163
Gustavo Gama, Matthew Thomas, Peter Harvey
1164
1165
Updated translations:
1166
1167
		* Miloslav Trmac (cs)
1168
		* Hendrik Richter (de)
1169
		* Adam Weinberger (en_CA)
1170
		* Francisco Javier F. Serrador (es)
1171
		* Ilkka Tuohela (fi)
1172
		* Christophe Merlet (RedFox) (fr)
1173
		* Ignacio Casal Quinteiro (gl)
1174
		* Ankit Patel (gu)
1175
		* Gabor Kelemen (hu)
1176
		* Mohammad DAMT (id)
1177
		* Žygimantas Beručka (lt)
1178
		* Kjartan Maraas (nb)
1179
		* Kjartan Maraas (no)
1180
		* Theppitak Karoonboonyanan (th)
1181
		* Clytie Siddall (vi)
1182
1183
==============
1184
Epiphany 1.9.4
1185
==============
1186
1187
Changes:
1188
		* When in automatic mode, update the treeview to reflect the currently selected encoding. Fixes bug #127757
1189
		* Add include subdirs for broken distros. Bug #321841. Add plugins.symbols to EXTRA_DIST.
1190
		* Improve "gecko not found" message. Bug #319253.
1191
		* Put a marker in the environment to detect when we launch ourself as a helper app. Fixes bug #324828.
1192
		* Zoom on Ctrl-=, Ctrl-KP+, Ctrl-KP- too. Bug #105183.
1193
		* Always center dialog on screen. Bug #324896.
1194
		* Show warning on mixed content in the tooltip. Bug #321508.
1195
		* Add some code so ad blocking should be more easy.
1196
		* Use a gtk stock cursor (GDK_HAND2) instead of already removed image. Fixes bug #324265.
1197
		* Fix a compile warning.
1198
		* Install the fonts schemas file too.
1199
1200
Contributors to this release:
1201
Christian Neumair, Christian Persch, Claudio Saavedra,
1202
Crispin Flowerday and Jean-François Rameau.
1203
1204
Updated translations:
1205
1206
	* Rostislav \"zbrox\" Raykov (bg)
1207
		* Adam Weinberger (en_CA)
1208
		* Francisco Javier F. Serrador (es)
1209
		* Ilkka Tuohela (fi)
1210
		* Christophe Merlet (RedFox) (fr)
1211
		* Ignacio Casal Quinteiro (gl)
1212
		* Ankit Patel (gu)
1213
		* Gabor Kelemen (hu)
1214
		* Takeshi AIHANA (ja)
1215
		* Žygimantas Beručka (lt)
1216
		* Reinout van Schouwen (nl)
1217
		* "" (nn)
1218
		* Afonso Celso Medina (pt_BR)
1219
		* Marcel Telka (sk)
1220
		* Clytie Siddall (vi)
1221
		* Liu Songhe (zh_CN)
1222
		* Chao-Hsiung Liao (zh_HK)
1223
		* Chao-Hsiung Liao (zh_TW)
1224
1225
================
1226
Epiphany 1.9.3.1
1227
================
1228
1229
Changes
1230
1231
	* Fix desktop file install
1232
1233
Updated translations:
1234
1235
	* Miloslav Trmac (cs)
1236
	* Reinout van Schouwen (nl)
1237
	* Theppitak Karoonboonyanan (th)
1238
1239
1240
==============
1241
Epiphany 1.9.3
1242
==============
1243
1244
Changes:
1245
	* Add certificate manager. Patch by Robert Marcano and Crispin
1246
	  Flowerday. Fixes bug #119090.
1247
	* Fix crash when adding a cookie while the dialogue is open.
1248
	* Also check for GDK_ISO_Enter.
1249
	* Close the find toolbar when loading a new page.
1250
	* Forward up/down/page up/page down from the findbar entry to the
1251
	  embed.
1252
	* Fix a compile warning, and don't bother requesting a close if the
1253
	  find bar is already closed
1254
	* Updated comment to refer to the schema autogeneration tool.
1255
	* Remove the paper selector from the print setup dialogue, we have
1256
	  one in the print dialogue already.
1257
	* Fix spacings to be HIG compliant. Set window roles.
1258
	* Add image/x-png type to list of safe mime types.
1259
	* Use --with-gecko in the distcheck configure args.
1260
	* While in find mode, set the selection colour to "attention".
1261
	* Refactor find toolbar closing not to crash with auto-closing
1262
	  popups. Unset the selection colour on close.
1263
	* Open the PDM dialogue on the cookies page scrolled to show the
1264
	  cookies of the currently loaded page, if there are any. Sort
1265
	  cookies by domain. Allow treeview typeaheadfind search to find
1266
	  by substring not prefix.
1267
	* Add chrome: and resource: to the safe list; otherwise forms
1268
	  and scrollbars break. Fixes bug #316498.
1269
	* Delay reloads when we get many change notifications in a short
1270
	  time. Fixes bug #319993.
1271
	* Add F5 as accelerator for reload.
1272
	* Set the model's sort column only after filling it. Vastly reduces
1273
	  delay when opening the PDM dialogue when you have many cookies.
1274
	* Prettify Certificate Revocation List import dialogue. Fixes
1275
	  bug #321590.
1276
	* Don't put the prefs/pdm dialogue over all windows. Make the
1277
	  add-language dialogue modal to the prefs dialogue.
1278
	* Mark message for translation. Patch by Guilherme de S. Pastore,
1279
	  fixes bug #319988.
1280
	* Transition over to the Galeon mechanism for handling extra
1281
	  keybindings. This maps the keybindings to actions so that no extra
1282
	  actions are required. The only subtlety is that some of the
1283
	  actions come from the toolbar, so access to its action group is
1284
	  required.
1285
1286
Contributors to this release: Crispin Flowerday, Philip Langdale,
1287
Robert Marcano, Christian Persch, Guilherme de S. Pastore and
1288
Reinout van Schouwen.
1289
1290
Updated translations:
1291
1292
	* Ales Nyakhaychyk (be)
1293
	* Rostislav "zbrox" Raykov (bg)
1294
	* Miloslav Trmac (cs)
1295
	* Nikos Charonitakis (el)
1296
	* Adam Weinberger (en_CA)
1297
	* Francisco Javier F. Serrador (es)
1298
	* Priit Laes (et)
1299
	* Ignacio Casal Quinteiro (gl)
1300
	* Ankit Patel (gu)
1301
	* Žygimantas Beručka (lt)
1302
	* Kjartan Maraas (nb)
1303
	* Åsmund Skjæveland (nn)
1304
	* Kjartan Maraas (no)
1305
	* Marcel Telka (sk)
1306
	* Theppitak Karoonboonyanan (th)
1307
	* Liu Songhe (zh_CN)
1308
	* Chao-Hsiung Liao (zh_TW)
1309
1310
1311
==============
1312
Epiphany 1.9.2
1313
==============
1314
1315
Changes:
1316
1317
	* Fix download window type hint
1318
	* Allow compilation against xulrunner
1319
	* Fix some memleaks [#320901]
1320
	* Scroll the view so the selected cert is visible [#320758]
1321
	* String cleanup
1322
	* Add status text to the find toolbar, reverse Next/Previous button order
1323
	* Use a gtk stock cursor instead of our own, un-themed one in toolbar editor
1324
	* Show drag icon with page title + URL when dragging from the drag handle
1325
	* Simplify context menu code [#320520]
1326
	* Fix error page title capitalisation, and chanage the icon on the netOffline error page
1327
	* Remove spinner from fullscreen toolbars file
1328
	* Portability and gcc 2.95 fixes
1329
	* Get the window name from the popup-blocked event
1330
	* Use curly quotes
1331
	* Use the history window as parent for the new-bookmark dialogue [#320329]
1332
	* Fix string capitalisation [#320330]
1333
	* Remove glade callbacks
1334
	* Use G_MODULE_BIND_LAZY when dlopening modules
1335
	* Fixes for new toolbar code [#320169, #319536]
1336
	* Skip spinner update when we're not loaded [#320079]
1337
	* Change downloader and pdm dialogue titles [#319843]
1338
	* Fix middle button activate of actions [#319529]
1339
1340
Contributors to this release:
1341
Emmanuele Bassi, Piers Cornwell, Peter Harvey,
1342
Philip Langdale, Bastien Nocera, Robert O'Callahan,
1343
Christian Persch, Jean François Rameau, Raphael Slinckx.
1344
1345
Updated translations:
1346
1347
	* Ales Nyakhaychyk (be)
1348
	* Miloslav Trmac (cs)
1349
	* Adam Weinberger (en_CA)
1350
	* Francisco Javier F. Serrador (es)
1351
	* Ivar Smolin (et)
1352
	* Takeshi AIHANA (ja)
1353
	* Erdal Ronahi (ku)
1354
	* Žygimantas Beručka (lt)
1355
	* Reinout van Schouwen (nl)
1356
	* Afonso Celso Medina (pt_BR)
1357
	* Marcel Telka (sk)
1358
	* Liu Songhe (zh_CN)
1359
1360
1361
==============
1362
Epiphany 1.9.1
1363
==============
1364
1365
New features:
1366
1367
	* Add a way to view stored password [#316821]
1368
	* Peter Harvey's bookmarks patch
1369
	* Copy the session history to new tabs
1370
	* Improved context menu
1371
	* Handle drags of .desktop link files from nautilus
1372
1373
UI changes:
1374
1375
	* Use a GtkFileChooserButton for the download path selector [#135738]
1376
	* Use lock and background colour in the location entry for secure sites
1377
	* Hide the filters combo if there's only the "All" filter
1378
	* Back out the fix for bug #158486 by re-enabling keyword: searches [#314974]
1379
1380
Code changes:
1381
1382
	* Point main menu UI at toolbar actions
1383
	* Expose the extension description keyfile directly to the loaders
1384
	* Remove fullscreen and leave-fullscreen stock icons; they're available in gtk+ 2.8
1385
	* Adapt folder import to new menu code
1386
	* Update python API to the new bookmark headers
1387
	* Fix the check-python-binding makefile target to work properly
1388
	* Remove extension description .xml parsing code and use XSLT instead
1389
	* Extend the EphyLinkAction to handle middle-click in one place
1390
	* Enable favicons for https: sites when using gecko 1.8
1391
	* Adapt to changed and new mozilla APIs
1392
	* Add configure switch to disable zeroconf bookmarks
1393
	* Make spinner multihead safe
1394
	* Add a tiny spinner test program
1395
	* Don't spin unmapped spinners. Slightly decrease the frequency [#315232]
1396
	* Add GDK_ISO_Enter to recognised keyvals
1397
	* Reset the IM context before activating the entry
1398
	* Add a function to get the tab's real title [#317418]
1399
	* Unify background image and image code (contex menu, conext event) [#154887]
1400
	* Add disable_quit to lockdown gconf schema [#316499]
1401
	* Add autoconf macro packages for use in extensions
1402
	* Handle 'contentEncodingError' error in our error pages implementation
1403
	* Allow loading extensions from home dir
1404
	* New extensions description format based on GKeyFile
1405
	* Use the filechooser's stock confirm-overwrite checking
1406
	* Make the methods to unset/release the context event semi-public
1407
	* Don't focus the checkbox in cert dialogues [#163371]
1408
	* Only listen for trusted events
1409
	* Better message on the enter-secure warning.
1410
1411
Bug fixes:
1412
1413
	* Fix logging
1414
	* Fix profiling in builddir != srcdir builds
1415
	* Ensure the images are loaded before starting to spin
1416
	* Fix some memory leaks
1417
	* Schedule a GC in finalize of EphyTab and EphyWindow [#317242]
1418
	* Make sure we don't unref NULL objects
1419
	* Fix crash on window close from JS [#172878, #172879, #172882, #303254, #313425]
1420
	* Return error on failure
1421
	* Don't free const strings
1422
	* Fix size oscillations with the Tab States extension
1423
	* Remove unused function.
1424
	* Fix compile warnings.
1425
	* Repair the previous b0rkage, see previous log
1426
	* Mozilla printing code is braindead [#163255]
1427
	* Depend on pygtk 2.8 [#314557]
1428
	* Check for execinfo.h [#314776]
1429
1430
Contributors to this release:
1431
Jorn Baayen, Crispin Flowerday, Peter Harvey, Philip Langdale,
1432
Christian Persch, Jean François Rameau and Raphael Slinckx.
1433
1434
New and updated translations:
1435
1436
	* Progga (bn)
1437
	* Nikos Charonitakis (el)
1438
	* Adam Weinberger (en_CA)
1439
	* Ivar Smolin (et)
1440
	* Iñaki Larrañaga Murgoitio (eu)
1441
	* Roozbeh Pournader (fa)
1442
	* Ignacio Casal Quinteiro (gl)
1443
	* Gil Osher (he)
1444
	* Takeshi AIHANA (ja)
1445
	* Žygimantas Beručka (lt)
1446
	* Reinout van Schouwen (nl)
1447
	* Afonso Celso Medina (pt_BR)
1448
	* Nickolay V. Shmyrev (ru)
1449
	* Marcel Telka (sk)
1450
	* Данило Шеган (sr, sr@Latn)
1451
	* Christian Rose (sv)
1452
	* Liu Songhe (zh_CN)
1453
	* Woodman Tuen (zh_TW)
1454
1455
1456
==============
1457
Epiphany 1.8.5
1458
==============
1459
1460
Changes
1461
1462
	* Backport prompt service and directory provider
1463
	  from 1.9.x, to fix bugs in gtkmozembed's prompt
1464
	  service, and to fix the password manager not
1465
	  working and preventing form submissions!
1466
1467
================
1468
Epiphany 1.8.4.1
1469
================
1470
1471
Changes
1472
1473
	* Fix compilation with firefox 1.5 backend [#330040]
1474
1475
Updated translations:
1476
1477
	* Miloslav Trmac (cs)
1478
	* Priit Laes (et)
1479
	* Christophe Merlet (RedFox) (fr)
1480
	* Rajesh Ranjan (hi)
1481
	* Åsmund Skjæveland (nn)
1482
	* Nickolay V. Shmyrev (ru)
1483
	* Woodman Tuen (zh_HK)
1484
	* Woodman Tuen (zh_TW)
1485
1486
1487
==============
1488
Epiphany 1.8.4
1489
==============
1490
1491
Changes
1492
1493
	* Fix crash on find bar closing with autoclosing windows
1494
	* Don't launch epiphany as external app handler [#324828]
1495
	* Don't ship generated ORBit files in the tarball [#319440]
1496
	* Fix warning when Ctrl-F while the find toolbar is already shown
1497
	* Exit ppv mode when clicking the window close button [#326136]
1498
	* Don't require a HTML document to activate typeaheadfind [#326813]
1499
	* Truncate URI and title strings [#329160]
1500
	* Push a null JS context on the stack when we run a recursive
1501
	  mainloop; fixes the epiphany equivalend of camino bug
1502
	  https://bugzilla.mozilla.org/show_bug.cgi?id=179307
1503
	* Add prefs to activate password manager on xulrunner
1504
1505
Contributors to this release: Frederic Crozat.
1506
1507
Updated translations:
1508
1509
	* Progga (bn)
1510
	* Miloslav Trmac (cs)
1511
	* Hendrik Richter (de)
1512
	* Iñaki Larrañaga Murgoitio (eu)
1513
	* Ignacio Casal Quinteiro (gl)
1514
	* Francesco Marletta (it)
1515
	* Young-Ho Cha (ko)
1516
	* Erdal Ronahi (ku)
1517
	* Данило Шеган (sr, sr@Latn)
1518
	* Christian Rose (sv)
1519
	* Erçin EKER (tr)
1520
	* Clytie Siddall (vi)
1521
1522
1523
==============
1524
Epiphany 1.8.3
1525
==============
1526
1527
Changes
1528
1529
	* Work around crash caused by https://bugzilla.mozilla.org/show_bug.cgi?id=312241 .
1530
	* Use gtk stock icons for fullscreen
1531
	* Add more mime types to the list of known types
1532
	* Use the history window as parent for the new-bookmark dialogue [#320329]
1533
	* Scroll the view so the selected cert is visible [#320758]
1534
	* Allow compilation against xulrunner
1535
	* Don't put the prefs/pdm dialogue over all windows
1536
	* Vastly improve PDM dialogue opening time
1537
	* Delay reloads when we get many change notifications in a short time [#319993]
1538
	* Fix HTML forms and scrollbars in lockdown mode [#316498]
1539
1540
Contributors to this release:
1541
Robert O'Callahan.
1542
1543
Updated translations:
1544
1545
	* Ivar Smolin (et)
1546
	* Clytie Siddall (vi)
1547
	* Liu Songhe (zh_CN)
1548
1549
==============
1550
Epiphany 1.8.2
1551
==============
1552
1553
Changes
1554
1555
	* Fix crash on shutdown when only the bookmarks editor
1556
	* Fix a mem leak
1557
	* Don't grow the left pane of the bookmarks editor with each opening
1558
1559
1560
==============
1561
Epiphany 1.8.1
1562
==============
1563
1564
Changes
1565
1566
		* Make Mozilla paper sizes work with gnome-print [#163255].
1567
		* Require pygtk 2.8. Fixes [#314557].
1568
		* Manually emit the "profile-change-net-teardown" notification; works
1569
		  around mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=292699
1570
		* Don't focus the checkbox initially. Fixes [#163371].
1571
		* If the search term is empty for a smart bookmark use the normal URL
1572
		  instead of the smart url with the %s replaced by ""
1573
		* Don't use "cat >" as output command, it fails inpredicably.
1574
		  If not using gecko 1.9, translate the paper name to the one
1575
		  mozilla expects (https://bugzilla.mozilla.org/show_bug.cgi?id=307404).
1576
		* Use the tab label's outer hbox for the size calculation instead of
1577
		  the label itself. Fixes size oscillations with the Tab States
1578
		  extension.
1579
		* Back out the fix for [#158486] by re-enabling keyword: searches.
1580
		  Fixes [#314974].
1581
		* Don't spin unmapped spinners. Slightly decrease the frequency.
1582
		  Might help with [#315232].
1583
		* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction
1584
		  to an idle handler, to avoid crashes when tabs are closed from signal
1585
		  handlers (blur, mousedown, keydown etc).
1586
		  Fixes [#172878], [#172879], [#172882], [#303254], [#313425].
1587
		* Schedule a GC in finalize of EphyTab and EphyWindow, to work around
1588
		  [#317242].
1589
1590
Contributors to this release: Christian Persch, Jean-François Rameau,
1591
Reinout van Schouwen and Raphaël Slinckx.
1592
1593
New and updated translations:
1594
1595
	* Progga (bn)
1596
	* Hendrik Richter (de)
1597
	* Ivar Smolin (et)
1598
	* Iñaki Larrañaga Murgoitio (eu)
1599
	* Ignacio Casal Quinteiro (gl)
1600
	* Francesco Marletta (it)
1601
	* Young-Ho Cha (ko)
1602
	* Erdal Ronahi (ku)
1603
	* Данило Шеган (sr, sr@Latn)
1604
	* Christian Rose (sv)
1605
	* Erçin EKER (tr)
1606
	* Clytie Siddall (vi)
1607
1608
1609
==============
1610
Epiphany 1.8.0
1611
==============
1612
1613
Updated translations:
1614
1615
	* Miloslav Trmac (cs)
1616
	* Hendrik Richter (de)
1617
	* Roozbeh Pournader (fa)
1618
	* Young-Ho Cha (ko)
1619
	* Žygimantas Beručka (lt)
1620
	* Nickolay V. Shmyrev (ru)
1621
	* Erçin EKER (tr)
1622
1623
1624
==============
1625
Epiphany 1.7.6
1626
==============
1627
1628
Changes
1629
1630
	* Don't empty find entry on Ctrl-F
1631
	* Fix local file monitoring when loaded after a blank page
1632
	* Remove check for redirected URL [#313756]
1633
	* Fix configure check for gecko >= 1.8
1634
	* Disable keyword searches by default [#158486]
1635
	* Fix some compile warnings
1636
	* Configure and makefile fixes for broken gecko header layouts
1637
	* Define out the focus fix for gecko >= 1.8
1638
	* Fix pointer grab lockup when gecko pops up a dialogue while
1639
	  reordering tabs with DND
1640
	* Don't create host node in ephy_history_get_host if not already existing
1641
	* Add an "add-page" signal to the EphyHistory object
1642
	* Set default prefs for warn-on-mixed-security pages [#309088]
1643
1644
Contributors to this release: Crispin Flowerday, Christian Persch.
1645
1646
Updated translations:
1647
1648
	* Jordi Mallach (ca)
1649
	* Rhys Jones (cy)
1650
	* Ivar Smolin (et)
1651
	* Xavier Claessens (fr)
1652
	* Ankit Patel (gu)
1653
	* tunggul arif siswoyo (id)
1654
	* Reinout van Schouwen (nl)
1655
	* GNOME PL Team (pl)
1656
	* Afonso Celso Medina (pt_BR)
1657
	* Mugurel Tudor (ro)
1658
	* Clytie Siddall (vi)
1659
1660
1661
==============
1662
Epiphany 1.7.5
1663
==============
1664
1665
Changes
1666
1667
	* Find bar fixes [#307216, #311985, #312419, #312367, #311929]
1668
	* Fix tab properties
1669
	* Fix downloading on gecko 1.8
1670
	* Open new tabs with blank url bar when loading the homepage [#313012]
1671
	* Gcc 4 fixes
1672
	* Fix download display of unknown sizes [#313215]
1673
	* Reject favicons that are < 12x12 pixel
1674
	* Add sanity check when opening in external handler [#310023]
1675
	* Improve menu positioning on toolbar buttons
1676
	* Fix some mem leaks
1677
	* Try to save images from cache [#168554]
1678
1679
Contributors to this release: Crispin Flowerday, Christian Persch,
1680
Jean-François Rameau.
1681
1682
Updated translations:
1683
1684
	* Rostislav \"zbrox\" Raykov (bg)
1685
	* Nikos Charonitakis (el)
1686
	* Adam Weinberger (en_CA)
1687
	* <unknown> (es)
1688
	* Ivar Smolin (et)
1689
	* Ilkka Tuohela (fi)
1690
	* Gabor Kelemen (hu)
1691
	* Takeshi AIHANA (ja)
1692
	* Žygimantas Beručka (lt)
1693
	* Terance Edward Sola (nb)
1694
	* Ganesh Ghimire (ne)
1695
	* Reinout van Schouwen (nl)
1696
	* Sigurd Gartmann (nn)
1697
	* Terance Edward Sola (no)
1698
	* GNOME PL Team (pl)
1699
	* Duarte Loreto (pt)
1700
	* Mugurel Tudor (ro)
1701
	* Leonid Kanter (ru)
1702
	* Marcel Telka (sk)
1703
	* Laurent Dhima (sq)
1704
	* Theppitak Karoonboonyanan (th)
1705
	* Maxim Dziumanenko (uk)
1706
	* Clytie Siddall (vi)
1707
	* Liu Songhe (zh_CN)
1708
	* Woodman Tuen (zh_TW)
1709
1710
Updated documentation translations:
1711
1712
	* Nikos Charonitakis (el)
1713
	* Maxim Dziumanenko (uk)
1714
	* Francisco Javier F. Serrador (es)
1715
1716
1717
==============
1718
Epiphany 1.7.4
1719
==============
1720
1721
Changes
1722
	* Only show the leaf name on bookmarksbar for hierarchical topics
1723
	* Don't put the archive links on the unknownSocketType error message
1724
	* Fix google search URL to include www prefix
1725
	* Fix proxy server settings string
1726
	* Work around gtkmozembed focus bug [#105153]
1727
	* For empty pages, put focus in address bar
1728
	* Be careful not to leave a GC scheduled when terminating python
1729
	* Realise the embed first before grabbing focus on it
1730
	* Implement ::grab-focus and remove ephy_embed_activate
1731
	* Update the python bindings
1732
	* String fixes [#172230, #167448]
1733
	* Fix setting homepage to current page [#311962]
1734
	* Allow EPHY_DEBUG_BREAK even in non-debug builds
1735
	* Disable favicons from non-http URLs [#312291]
1736
	* Fix location entry favicon updating
1737
	* Fix crash on "window.get_toolbar()" [#170105]
1738
	* Fix gcc 4.0 warnings
1739
	* Fix crash when getting context event, [#310910]
1740
	* Fix session saving on recovery with offline network [#147840]
1741
	* Fix drawing of location entry with new default GNOME theme (Clearlooks)
1742
	* Change the text on the 'unknown issuer' dialog [#151519]
1743
	* Also clear favicon cache when clearing the cache
1744
	* Make download dialog wording clearer
1745
1746
Contributors to this release: Crispin Flowerday, Christian Persch,
1747
Jean-François Rameau and Raphael Slinckx.
1748
1749
Updated translations:
1750
1751
	* Rostislav \"zbrox\" Raykov (bg)
1752
	* Miloslav Trmac (cs)
1753
	* Nikos Charonitakis (el)
1754
	* Adam Weinberger (en_CA)
1755
	* <unknown> (es)
1756
	* Priit Laes (et)
1757
	* Ilkka Tuohela (fi)
1758
	* Ankit Patel (gu)
1759
	* Gabor Kelemen (hu)
1760
	* Takeshi AIHANA (ja)
1761
	* Terance Edward Sola (nb)
1762
	* Reinout van Schouwen (nl)
1763
	* Terance Edward Sola (no)
1764
	* GNOME PL Team (pl)
1765
	* Afonso Celso Medina (pt_BR)
1766
	* Marcel Telka (sk)
1767
	* Laurent Dhima (sq)
1768
	* Prajasakti Localisation Team (te)
1769
	* Theppitak Karoonboonyanan (th)
1770
	* Clytie Siddall (vi)
1771
	* Liu Songhe (zh_CN)
1772
1773
1774
==============
1775
Epiphany 1.7.3
1776
==============
1777
1778
Changes
1779
1780
	* Detect seamonkey trunk
1781
	* Remove the reload workaround, mozilla bug is fixed on all supported versions
1782
	* Fix a couple of strings [#310196]
1783
	* More known mime types
1784
	* Fix URL dragging to other tabs
1785
	* Fix smart bookmark options parsing [#116709, #132761]
1786
	* Yet another mozilla API change
1787
	* Use gnome-doc-utils, and move existing translations over
1788
	* Updated python bindings
1789
	* Use libgnomeprintui for printing [Jürg Billeter; #141241, #163255, #301730]
1790
	* Set title of loading page to the address, iff the page was blank [#115337, #171622]
1791
	* Also ellipsise the menu entries in the toolbar overflow menu
1792
	* Don't crash in case the backgrounds applet desktop file is not found
1793
	* Print a less techy message if	someone tries to print to PDF [Martin Kretzschmar
1794
	* Preserve the selection when switching tabs [#155824]
1795
	* Maybe fix crash with gtk 2.7 [#309918]
1796
1797
Contributors to this release were Jürg Billeter, Martin Kretzschmar
1798
and Christian Persch.
1799
1800
Updated translations:
1801
1802
	* Vladimir Petkov (bg)
1803
	* Miloslav Trmac (cs)
1804
	* Adam Weinberger (en_CA)
1805
	* <unknown> (es)
1806
	* Ivar Smolin (et)
1807
	* Ankit Patel (gu)
1808
	* Gabor Kelemen (hu)
1809
	* Žygimantas Beručka (lt)
1810
	* Terance Edward Sola (nb)
1811
	* Reinout van Schouwen (nl)
1812
	* Terance Edward Sola (no)
1813
	* Marcel Telka (sk)
1814
	* Clytie Siddall (vi)
1815
	* Liu Songhe (zh_CN)
1816
1817
Updated document translations:
1818
1819
	* Francisco Javier F. Serrador (es)
1820
1821
1822
==============
1823
Epiphany 1.7.2
1824
==============
1825
1826
Changes
1827
1828
	* Implement zeroconf-discovered bookmarks [#144969]
1829
	* Reload local files on change [#300040]
1830
	* Error pages! Requires Gecko 1.8 to work
1831
	* Find: if the string includes uppercase letters, search case-sensitively.
1832
	* Work with DBUS 0.34 [#306626, #306565]
1833
1834
Bug fixes
1835
1836
	* Uppercase letters shouldn't break history autocompletion [#308236]
1837
	* Fix gcc4 warnings
1838
	* Show URI in status bar when selecting Back/Forward/Up menu items [#161710]
1839
	* Fix link activation while finding
1840
	* Miscellaneous fixes: #307675, #306110, #307831, #307818, #151037.
1841
1842
Contributors to this release: Piers Cornwell, Crispin Flowerday, Adam Hooper,
1843
Bastien Nocera, Jean-François Rameau, Reinout van Schouwen, Raphaël Slinckx,
1844
and Matthew P. Thomas.
1845
1846
Updated translations by Vladimir Petkov (bg), Miloslav Trmac (cs),
1847
Martin Willemoes Hansen (da), Hendrik Richter (de), Nikos Charonitakis (el),
1848
<unknown> (es), Ivar Smolin (et), Ignacio Casal Quinteiro (gl),
1849
Takeshi AIHANA (ja), Terance Edward Sola (nb), Reinout van Schouwen (nl),
1850
Terance Edward Sola (no), Marcel Telka (sk), Данило Шеган (sr, sr@Latn),
1851
Clytie Siddall (vi), Liu Songhe (zh_CN) and Ching-Hung Lin (zh_TW)
1852
1853
1854
==============
1855
Epiphany 1.7.1
1856
==============
1857
1858
Highlights:
1859
1860
	* Integrated Python bindings
1861
	* Find toolbar
1862
1863
Other changes:
1864
1865
	* Numerous improvements and UI enhancements
1866
	* Numerous bugs fixed: #152482, #306169, #303922, #168295, #305788,
1867
	  #124236, #305767, #301153, #304992, #173000, #301044, #159767,
1868
	  #152490, #167319, #301093, #301065, #301048, #136288, #155395,
1869
	  #300452, #171179, #171657, #170493, #170493, #171197, #167657,
1870
	  #162748, #169833, #170353, #118107, #169956, #169956, #169039.
1871
1872
1873
Contributors: Paolo Borelli, Colin Gibbs, James Henstridge,
1874
Martin Kretzschmar, Thom May, Christian Persch, Jean-François Rameau,
1875
Sjoerd Simons and Raphaël Slinckx.
1876
1877
New and updated translations by Vladimir Petkov (bg), Miloslav Trmac (cs),
1878
Hendrik Richter (de), Nikos Charonitakis (el), Adam Weinberger (en_CA),
1879
David Lodge (en_GB), <unknown> (es), <unknown> (eu), Pauli Virtanen (fi),
1880
Ignacio Casal Quinteiro (gl), Ankit Patel (gu), Gabor Kelemen (hu),
1881
tunggul arif siswoyo (id), Francesco Marletta (it), Takeshi AIHANA (ja),
1882
Changwoo Ryu (ko), Terance Edward Sola (nb), <unknown> (ne),
1883
Reinout van Schouwen (nl), Terance Edward Sola (no), GNOME PL Team (pl),
1884
Afonso Celso Medina (pt_BR), Steve Murphy (rw), Laurent Dhima (sq),
1885
Данило Шеган (sr), Christian Rose (sv), Baris Cicek (tr), Clytie Siddall (vi),
1886
Liu Songhe (zh_CN) and Ching-Hung Lin (zh_TW).
1887
1888
1889
==============
1890
Epiphany 1.6.5
1891
==============
1892
1893
Changes
1894
1895
	* Fix a mem leak
1896
	* Work around broken mime detection which cannot detect that a .ico file from content
1897
	* Fix signed/unsigned confusion (gcc4 fixes)
1898
	* Update list of mime types
1899
	* Fix default printer name [#301730]
1900
	* Also ellipsise the menu entries in the toolbar overflow menu
1901
	* Don't crash in case a desktop file is not found
1902
	* Fix a crash when deactivating a dead menu [part of #309918]
1903
	* Fix setting homepage to current page [#311962]
1904
	* Fix focus bug [#105153]
1905
1906
Updated translations:
1907
1908
	* Priit Laes (et)
1909
	* Ganesh Ghimire (ne)
1910
1911
1912
==============
1913
Epiphany 1.6.4
1914
==============
1915
1916
Changes
1917
1918
	* Fix for mozilla API change on trunk
1919
	* Fix filepicker configure check
1920
	* Fix crash in toolbar editor with X composite extension [#159767]
1921
	* Don't use chrome URLs in the session [#301044]
1922
	* Update list of mime types
1923
	* Automatically detect whether we have a mozilla debug build
1924
	* Adapt to new DBUS API [#301153]
1925
	* Allow View Source for XML documents [#305788]
1926
	* Fix getting the trust setting from New CA dialogue
1927
	* Work around mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=296002 by
1928
	   disallowing tabs moves to a different window [#303922]
1929
	* Fix more signed/unsigned problems with gcc 4 [#306169]
1930
	* Fix context menu on image maps [#152482]
1931
	* Fix crash on exit with only downloader open [#151037]
1932
	* Preserve session when shutting down while resuming the session
1933
	* Fix a refcount leak in the persist object
1934
	* Comply with gtk-button-images setting [#307818]
1935
1936
Contributors to this release: Colin Gibbs, Martin Kretzschmar,
1937
Thom May, Christian Persch, Jean-François Rameau, and Raphaël Slinckx.
1938
1939
Updated translations:
1940
1941
	* Vladimir Petkov (bg)
1942
	* Ignacio Casal Quinteiro (gl)
1943
	* Afonso Celso Medina (pt_BR)
1944
	* Christian Rose (sv)
1945
	* Ching-Hung Lin (zh_TW)
1946
1947
1948
==============
1949
Epiphany 1.6.3
1950
==============
1951
1952
Changes
1953
1954
	* Fix crash when trying to download [#301093]
1955
	* Fix rare crash on 64-bit archs
1956
	* Some constification [#301065]
1957
	* Corectly restore width and height of restored popup windows [#155395]
1958
	* Adapt to mozilla API change on trunk
1959
	* Fix for pkg-config problem [#300452]
1960
1961
Contributors to this release:
1962
Paolo Borelli, James Henstridge, Christian Persch and Sjoerd Simons, and the
1963
translators Vladimir Petkov (bg), Gabor Kelemen (hu), Steve Murphy (rw) and
1964
Clytie Siddall (vi).
1965
1966
1967
==============
1968
Epiphany 1.6.2
1969
==============
1970
1971
Changes
1972
1973
	* Fix toolbar activation [#172694]
1974
	* Adapt to mozilla API change on trunk
1975
1976
Translation updates
1977
1978
	* Francisco Javier F. Serrador (es)
1979
	* Pauli Virtanen (fi)
1980
	* tunggul arif siswoyo (id)
1981
	* Changwoo Ryu (ko)
1982
	* GNOME PL Team (pl)
1983
	* Laurent Dhima (sq)
1984
	* Данило Шеган (sr, sr@Latn)
1985
1986
1987
==============
1988
Epiphany 1.6.1
1989
==============
1990
1991
	* Use libstartup-notification, not gnome-desktop to launch apps [#169039]
1992
	* Disable automatic image resizing on toolkit too
1993
	* Fix a crash on window close with active toolbar activation
1994
	* Fix tabs menu crash [#169833]
1995
	* Fix tabs label sizing [#167657]
1996
	* Default to links only with the fixed-up typeaheadfind too
1997
	* Adapt to mozilla API changes
1998
	* Fix automatically opened downloads [#171197]
1999
	* Revise mime type list [#170493]
2000
2001
Contributors to this release:
2002
Christian Persch and Jean-François Rameau, and the translators
2003
Hendrik Richter (de), Adam Weinberger (en_CA), Francesco Marletta (it),
2004
Takeshi AIHANA (ja), Steve Murphy (rw), Erçin EKER (tr), and
2005
Ching-Hung Lin (zh_TW).
2006
2007
2008
==============
2009
Epiphany 1.6.0
2010
==============
2011
2012
Translation updates:
2013
	* Dafydd Harries (cy)
2014
	* Ole Laursen (da)
2015
	* Christophe Merlet (RedFox) (fr)
2016
	* Gabor Kelemen (hu)
2017
	* Takeshi AIHANA (ja)
2018
	* Mugurel Tudor (ro)
2019
	* Данило Шеган (sr, st@Latn)
2020
	* Maxim Dziumanenko (uk)
2021
2022
2023
==============
2024
Epiphany 1.5.8
2025
==============
2026
2027
Changes
2028
2029
	* Try to approximate startup time if not given in environment [#168820, Elijah Newren]
2030
	* Fix crash when quitting with queued downloads [#165999]
2031
	* Depend on gtk+ >= 2.6.3
2032
2033
2034
==============
2035
Epiphany 1.5.7
2036
==============
2037
2038
Code changes
2039
2040
	* Implement nsIWebProgressListener in MozDownload [#165328]
2041
	* Remove ephy_tab_get_action()
2042
	* Launch applications and handlers with user time
2043
2044
Bug fixes
2045
	* Move style notifier to ephy-toolbars-model, and apply	the flags to new toolbars
2046
	* Move all the stuff from EphyWindow::finalize to dispose
2047
	* Keep a ref on the tray icon [#166143]
2048
	* Fix mixing up workspaces of windows when restoring session [#130990]
2049
	* Use event time when grabbing the pointer [#167473]
2050
	* Unparent the fixed toolbar before destroying the dock
2051
	* Unset size request if the fixed toolbar is present
2052
	* Don't activate startup notification with the recovery dialogue
2053
	* Don't switch tabs to modal alerts in ppv mode
2054
	* Fix bookmarks import [#163341]
2055
	* Don't assert if we don't have a new embed in new_window callback [#165445]
2056
	* Check the favicon file type and only allow ico, gif & png [#163886]
2057
	* Fix compress_tilde to only look at the prefix
2058
2059
Contributors:
2060
Piers Cornwell, Xan Lopez, Carlos Garnacho Parro, Christian Persch
2061
and Jean-François Rameau; and the translators Vladimir Petkov (bg),
2062
Jordi Mallach (ca), Miloslav Trmac (cs), Ole Laursen (da),
2063
Hendrik Richter (de), Nikos Charonitakis (el), Adam Weinberger (en_CA),
2064
David Lodge (en_GB), Francisco Javier F. Serrador (es), Priit Laes (et),
2065
Pauli Virtanen (fi), Vincent Carriere (fr), Ankit Patel (gu),
2066
Takeshi AIHANA (ja), Changwoo Ryu (ko), Žygimantas Beručka (lt),
2067
Kjartan Maraas (nb), Reinout van Schouwen (nl), Kjartan Maraas (no),
2068
GNOME PL Team (pl), Afonso Celso Medina (pt_BR), Duarte Loreto (pt),
2069
Leonid Kanter (ru), Marcel Telka (sk), Laurent Dhima (sq),
2070
Christian Rose (sv) and Maxim Dziumanenko (uk)
2071
2072
2073
==============
2074
Epiphany 1.5.6
2075
==============
2076
2077
Code changes
2078
2079
	* Move new-window signal to the embed single, and new window creation
2080
	  from EphyTab to EphyShell
2081
	* Make EphyWindow implement EphyLink interface
2082
	* Make ephy-link.h public
2083
2084
Bug fixes
2085
2086
	* Better wording for the import-failed dialogue
2087
	* Default security.warn_submit_insecure.show_once to false
2088
	* Fix sidebar signal emission
2089
	* Fix "Go Up" not to omit the directory if the uri references a file [#165094]
2090
	* Alert the user when sidebar extension is not activated [#162685]
2091
	* Don't show the Leave Fullscreen button in lockdown fullscreen mode [#165256]
2092
	* Switch to fullscreen toolbar also in lockdown fullscreen mode [#165256]
2093
	* Fix reference counting problem in extensions manager
2094
	* Disable DownloadLinkAs and SetAsBackground if saving to disk is disabled
2095
	* Add lock fullscreen key to schemas file and improve key descriptions
2096
	* Fix LOG() statements for non-gcc varargs case
2097
	* Some sparse fixes
2098
	* Add title signal handler for XUL dialogues
2099
	* Ungrab the pointer when moving tab between notebooks [#165797]
2100
	* Set "Clear" context menu entry insensitive in lockdown mode [#165540]
2101
	* Don't weak ref the shell when it's finalised already [#165542]
2102
	* Chain up to GtkWindow's keypress handler in EphyWindow
2103
	* Don't show the menubar with F10 in lockdown mode [#165550]
2104
	* Don't disable print preview if print setup is locked down [#165552]
2105
	* Re-enable typeaheadfind autostart [#141963, #165811]
2106
	* Plug some mem leaks
2107
	* Force new windows in tabs in lockdown fs mode [#165566]
2108
	* Don't copy params with the email address [#144469]
2109
	* Don't exit when DBUS restarts
2110
	* Forward startup IO to the already-running ephy instance [#150085]
2111
2112
Documentation
2113
2114
	* Update documentation.
2115
2116
2117
Contributors:
2118
Piers Cornwell, Crispin Flowerday, Adam Hooper,
2119
Christian Persch and Jean-François Rameau; and the translators
2120
Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs),
2121
Hendrik Richter (de), Nikos Charonitakis (el), Adam Weinberger (en_CA),
2122
David Lodge (en_GB), Francisco Javier F. Serrador (es),
2123
Pauli Virtanen (fi), Takeshi AIHANA (ja), Changwoo Ryu (ko),
2124
Žygimantas Beručka (lt), Kjartan Maraas (nb), Reinout van Schouwen (nl),
2125
Kjartan Maraas (no), Afonso Celso Medina (pt_BR), Duarte Loreto (pt),
2126
Leonid Kanter (ru), Marcel Telka (sk), Laurent Dhima (sq),
2127
Christian Rose (sv) and Liu Songhe (zh_CN).
2128
2129
2130
==============
2131
Epiphany 1.5.5
2132
==============
2133
2134
New features
2135
2136
2137
Interface improvements
2138
2139
	* Improved the fullscreen interface: show security and status indicator
2140
	  in the popup, use new stock icon; and show it only if the toolbar is
2141
	  hidden; otherwise embed it in the toolbar [#153270, #164676]
2142
	* Added favicon and security icon to location entry [#116482, #149506]
2143
	* Renamed Remove action on bookmarksbar context menu [#162132]
2144
	* Don't focus the zoom combo on click
2145
	* Don't use <tt> in the strings [#163378]
2146
	* Fix button text and capitalisation in the confirm-redirect-update
2147
	  dialogue [#164131]
2148
	* Unify accels to Open in New _Window[s] [#164130]
2149
	* Show profile name for mozilla bookmarks, so we can distinguish
2150
	  between different profiles. Don't show firefox bookmarks as mozilla
2151
	  bookmarks [#143982]
2152
	* Ellipsize the value and path labels in the cookie content dialogue
2153
2154
Code changes
2155
2156
	* Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types,
2157
	  to match the new Nautilus _NETSCAPE_URL DnD behaviour [#163937]
2158
	* Simplify cookie struct
2159
	* Add a function to get the default ephy_shell, making it easier for
2160
	  bindings to get it
2161
	* Add boxed type for EphyNode
2162
	* Rename the password manager's methods to give better names in the bindings
2163
	* Remove useless ephy_node_get_property_time method
2164
	* Make ephy-bookmarks.h's enum a named enum, generate type.[ch] for it and
2165
	  make sure our enum type is registered
2166
	* Added ephy_statusbar_remove_widget()
2167
	* Add proper _NETSCAPE_URL drag support, supplying the URL as well as the
2168
	  title [#163937]
2169
	* Default typeaheadfindsea to on [#157435]
2170
	* Set typeaheadfind.autostart to off [#141963]
2171
	* Don't allow javascript to capture the context menu call
2172
	* Divert the contract ID of the nsSecureBrowserUIImpl class [#164670]
2173
2174
Documentation
2175
2176
	* Some gtk-doc fixes
2177
2178
Bug fixes
2179
2180
	* Fix parallel (make -j) builds
2181
	* Fix primary text of confirm-close command not to have a period
2182
	* Remove stamp files also on make clean
2183
	* Fix mem leak [#164302]
2184
	* Really make confirm-overwrite dialogue have a parent window [#164189]
2185
2186
Contributors:
2187
Jorn Baayen, Piers Cornwell, Crispin Flowerday, Adam Hooper, Tomasz Kłoczko,
2188
Christian Persch, Jean-François Rameau and Matthew Schick, and the translators
2189
Vladimir Petkov (bg), Miloslav Trmac (cs), Rhys Jones (cy), Frank Arnold (de),
2190
Adam Weinberger (en_CA), Francisco Javier F. Serrador (es), Ivar Smolin (et),
2191
Takeshi AIHANA (ja), Žygimantas Beručka (lt), Marcel Telka (sk),
2192
Laurent Dhima (sq), Christian Rose (sv) and Liu Songhe (zh_CN)
2193
2194
2195
==============
2196
Epiphany 1.5.4
2197
==============
2198
2199
New features
2200
2201
	* Make extensions loading extensible
2202
2203
Interface improvements
2204
2205
	* Open the bookmarks in the new tabs in the same order as they in the menu
2206
	* Make "Open Image" open the image in the default application [#138396]
2207
	* Better tab sizing [#153725]
2208
	* Select first row when tabbing to the topics selector [#162331]
2209
	* Don't allow focus on the tab close buttons [#119461]
2210
	* Unify some strings
2211
	* Add context menu on notebook [#132989]
2212
	* Open the GNOME background properties capplet when setting the background [#161215]
2213
	* Improved security warning dialogues [#163278]
2214
	* Implement toolbar style overriding as per HIG [#102520]
2215
2216
Code changes
2217
2218
	* Add context to ambiguous strings [#113932]
2219
	* Remove about: redirections
2220
	* Add sidebar backend
2221
	* Change C_lear to Cl_ear [#162706]
2222
	* Add GTypes for all flags and enums in public headers
2223
	* Adapt to mozilla API changes
2224
	* Display open lock for low 'secure' sites too [#151709]
2225
	* Unify the location and favicon actions
2226
	* Don't show the description for no-secure and broken sites
2227
	* Add more categories to desktop file [#162973]
2228
2229
Bug fixes
2230
2231
	* Don't destroy the filepicker dialogue with the parent [#156816]
2232
	* Fix some mem leaks
2233
	* Don't store more than 5 hidden popups [#160863]
2234
2235
Contributors to this release:
2236
Piers Cornwell, Crispin Flowerday, Adam Hooper, Jean-François Rameau
2237
2238
and the translators: Vladimir Petkov (bg), Miloslav Trmac (cs), [unknown] (el),
2239
Adam Weinberger (en_CA), Francisco Javier F. Serrador (es), Takeshi AIHANA (ja),
2240
Žygimantas Beručka (lt), Kjartan Maraas (nb), Reinout van Schouwen (nl),
2241
Leonid Kanter (ru), Marcel Telka (sk), Laurent Dhima (sq)
2242
2243
2244
==============
2245
Epiphany 1.5.3
2246
==============
2247
2248
New features
2249
2250
	* Update bookmarks from HTTP 301 [#126312]
2251
	* Add bookmarks export to bookmarks editor
2252
	  (patch by John Spray, XSL stylesheet by Stefan Rotsch) [#157745]
2253
2254
2255
Interface improvements
2256
2257
	* Fix "Open Frame" menu item name [#153816]
2258
	* Use stock icon for "Open In New Tab" in History Window and Bookmarks Editor
2259
	* Use ellipsised labels everywhere instead of shortening strings
2260
	* Tell the user with which application we're going to open the content [#141327]
2261
	* Add stock icon to "Save As..." button in content handler
2262
	* Add "Clear" to entry context menu [#118395]
2263
	* Add app name to content handler dialogue [#141327]
2264
	* Implement context menu on tray icon, as per HIG [#152903]
2265
	* Add "View Properties" to duplicated bookmarks dialogue [#117643, #138300]
2266
	* Remove inline help in toolbar editor [#137603]
2267
2268
Code changes
2269
2270
	* Removed usage of deprecated gconf API
2271
	* Removed usage of deprecated glade API
2272
	* Makefile.am modernisations
2273
	* Ensure the extensions manager UI is loaded
2274
	* Use alignments instead of empty labels for alignment in glade files
2275
	* Disable search in downloader window [#157157]
2276
	* Check the encodings before we set the mozilla pref [#150266]
2277
	* Add attach_tab and detach_tab functions to extension interface
2278
	  (Crispin Flowerday, Adam Hooper) [#153732]
2279
	* Use gtk_show_about_dialog(), and handle urls and mailto (Adam Hooper)
2280
	* Disable Zoom items for images, and disable zoom, encoding and view source
2281
	  for images and xml (xul) documents [#132240]
2282
	* Make sure we don't have any app-modal dialogues [#110479]
2283
	* Adapt to mozilla API changes
2284
2285
Bug fixes
2286
2287
	* Don't offer to resume if there are open windows [#160345]
2288
	* Deactivate the context menu on window close [#156812]
2289
	* Fix double-opening of content [backed out patch from #158466]
2290
	* Fix name for "gd" language (Scots Gaelic) [#161509]
2291
	* Disable Print and Print Preview while still loading the page [#116344]
2292
	* Don't show multiple toolbar editors for the same window [#111114]
2293
	* Correct language code for Afrikaans
2294
	* Fix untranslated string in downloader window [#161739]
2295
2296
Translation updates
2297
2298
	* Vladimir Petkov (bg)
2299
	* Miloslav Trmac (cs)
2300
	* Martin Willemoes Hansen (da)
2301
	* Adam Weinberger (en_CA)
2302
	* David Lodge (en_GB)
2303
	* Francisco Javier F. Serrador (es)
2304
	* Takeshi AIHANA (ja)
2305
	* Žygimantas Beručka (lt)
2306
	* Reinout van Schouwen (nl)
2307
	* Marcel Telka (sk)
2308
	* Laurent Dhima (sq)
2309
	* Ercin Eker (tr)
2310
	* Liu Songhe (zh_CN)
2311
2312
2313
==============
2314
Epiphany 1.5.2
2315
==============
2316
2317
Interface improvements
2318
2319
	* When popping up the context menu with keyboard, select the first item[#154907]
2320
	* Don't detach the tab when releasing the mouse button while still over
2321
	  the same window [#143954]
2322
	* Better wording for the crash recovery dialogue (Piers, Christian)
2323
	* Make the "duplicate bookmark" dialogue not modal
2324
	* Better wording for the accept cert dialogue [#127234]
2325
	* Add short-time filter in history window
2326
	* Better positioning for the context menu popup in a treeview (Crispin Flowerday)
2327
	* Add resize grip [#137845]
2328
	* Warn before deleting a topic (Xan) [#149294]
2329
	* Implement history deletion on per-site basis [#116609]
2330
	* Add shortcut to Send To menuitem, as per HIG [#148655]
2331
	* Make content handler dialogue not modal
2332
2333
Code changes
2334
2335
	* Bring the window to the foreground when showing a modal alert
2336
	* Show language code in the string in languages editor [#115355]
2337
	* More porting to GtkMessageDialog
2338
	* Don't hardcode "epiphany" as argv[0], use g_get_prgname() instead [#118427]
2339
	* Size-allocate the embed if it's not mapped but has never been
2340
	  size-allocated before [#156854]
2341
	* Fixes for mozilla API changes
2342
	* Don't save session_crashed.xml while shutting down
2343
	* Check favicon urls with script sec manager and content policy
2344
	* Simplify the gconf -> mozilla prefs bridge
2345
	* Add a way to show the cert info dialogue for the page's certificate
2346
	* Disallow favicon links from subframes
2347
	* Add --disable-filepicker to use when the mozilla build itself has a native gtk+ filepicker
2348
	* Remove generic 'site' hostname fallback (Mikhail Zabaluev) [#155442]
2349
	* If the iso-codes package is available, use that to translate
2350
	  language names and offer a wider variety of languages [#155498]
2351
	* Don't use deprecated gnome vfs APIs (Marco)
2352
2353
Bug fixes
2354
2355
	* Show tooltips for zoom control again[#155826]
2356
	* Make tooltips on zoom control work for Ctrl-F1
2357
	* Fix a mem leak (Adam)
2358
	* Sanitise the embed popup position [#157162]
2359
	* Fix button sensitivity setting in language editor
2360
	* Fix check for nsIPassword.h header to look in the right place [#157743]
2361
	* Fix time filter in history window for time zones != GMT
2362
	* Fix signed/unsigned int confusion
2363
	* Fix opening content with external content handlers (Marco)
2364
	* Portability fix for 64 bit systems (James Henstridge)
2365
	* Fix hang after --import-bookmarks [#136170]
2366
	* Fix crash when getting the "die" signal from session manager
2367
	* Don't access freed memory [#158202]
2368
	* Fix wrong certificate shown [galeon #158453]
2369
	* Fix opening of content when not downloading automatically [#158466]
2370
	* Fix build without PSM
2371
	* Fix tabs menu ordering with tab-groups extension
2372
	* Fix some string comparision bugs in event context
2373
	* Fix out-of-srcdir build (Marco, Christian)
2374
	* Don't raise window on --new-tab [#158923]
2375
	* Fix a mem leak (Vincent Untz)
2376
2377
Documentation updates
2378
2379
	* Added manual translation into Finnish, by Pauli Virtanen.
2380
2381
Translation updates
2382
2383
	* Jordi Mallach (ca)
2384
	* Miloslav Trmac (cs)
2385
	* Hendrik Richter (de)
2386
	* Adam Weinberger (en_CA)
2387
	* David Lodge (en_GB)
2388
	* (es)
2389
	* Takeshi AIHANA (ja)
2390
	* Žygimantas Beručka (lt)
2391
	* Kjartan Maraas (nb)
2392
	* Reinout van Schouwen (nl)
2393
	* Gustavo Noronha Silva (pt_BR)
2394
	* Marcel Telka (sk)
2395
	* Laurent Dhima (sq)
2396
2397
2398
==============
2399
Epiphany 1.5.1
2400
==============
2401
2402
New features
2403
2404
	* Load and unload extensions on user demand
2405
2406
Interface improvements
2407
2408
	* Separate context menu for email links [#144244]
2409
	* Select the topic when adding it [#151925]
2410
	* Better positioning of context menus for treeviews [#152431]
2411
	* Install a placeholder for the view toggles group [#153767]
2412
	* Add tooltips for context menus [#151764]
2413
	* Support multiple printers in the print dialog
2414
	* Add tooltips on the navigation history arrows, and fix the tooltip
2415
	  on the "Up" button to be consistent with nautilus [#155825]
2416
	* Add tooltip on the drag handle [#155827]
2417
	* Add tooltip on close button [#155828]
2418
	* Use new gtk+ HIG message dialogue API [#130232]
2419
	* Make the confirm-close-with-form-data dialogue window modal
2420
	* When showing a modal alert put up by a web page, switch the window
2421
	  to that tab
2422
2423
Code changes
2424
2425
	* Adapt to mozilla API changes
2426
	* Use ellipsisation support in GtkLabel
2427
	* Use new gtk+ GtkCellRendererProgress
2428
	* Use more icons from icon theme
2429
	* Use the gtk setting for the menubar accel instead of hardcoding F10
2430
	* Use new GtkMenuToolButton
2431
	* Just pass a GType to ephy_embed_factory_new_object()
2432
	* Add another mimetype to import types file filter
2433
	* Install ephy-embed-factory.h
2434
	* Add ephy_window_get_ui_manager(), and remove the manager
2435
	  from the public EphyWindow struct
2436
	* Use GtkAboutDialog
2437
	* Make ephy-state.h public [#153809]
2438
	* Improved debugging support [#153805]
2439
	* Don't reference private objects from public headers [#153766]
2440
	* Split the default prefs into the common part, and mozilla/new toolkit
2441
	  specific parts.
2442
	* Use gtk_window_set_default_icon_name()
2443
	* Recognise "Desktop" special downloads directory [#152926]
2444
	* Notify when entering or leaving print preview mode [#154591]
2445
	* Initialize plugins path env var for backward compatibility
2446
	* Allow to set the default window state to maximize, default to maximise
2447
	* Read extension descriptions from .xml, load them with the specified
2448
	  loader (for now, just only .so is supported)
2449
	* Add extensions-manager-ui as default active extension
2450
	* Validate extension XML files against an XSD Schema
2451
	* Add varargs version of ephy_dialog_get_control to get more than one widget
2452
	  at a time
2453
	* Remove ephy_string_parse_uri_list, and use new glib function
2454
	  g_uri_list_extract_uris() instead
2455
	* Only multiplex [attach|detach]_window to extensions implementing the
2456
	  EphyExtension interface
2457
	* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY
2458
	* Add EPHY_NODE_CHANGED signal [Peter Harvey]
2459
	* Save tons of strdups in bookmarks menu
2460
	* Unset the use-underline label property instead of doubling the underscores
2461
	* Use named icon for the logo in about dialogue
2462
	* Use gtk_entry_set_width_chars() to set the smart bookmark entry width
2463
	* Use ellipsising labels to shorten the bookmarks and topics titles [#147765]
2464
	* Avoid strdups in entry completion func [Peter Harvey]
2465
	* Make bookmarks menu take a configurable path where to merge its UI
2466
	* Allow localised extensions names and descriptions
2467
	* Disable description file validation for now
2468
	* Fix node signal [dis]connection while a signal emission is running
2469
	* Make sure there's only one properties dialogue per bookmark [#148398]
2470
	* Remove remaining time from tooltip of tray icon [#145955]
2471
2472
Bug fixes
2473
2474
	* Remove -s switch which was used by now-gone nautilus view
2475
	* Use a small custom icon for tabs close button [#144772]
2476
	* Fix navigation and Go button proxy menu items [#151648, #141548]
2477
	* Use rm -f as remove command, not rm -r
2478
	* Use SAME_APP flag for drag destination [#152388]
2479
	* Keep popup position synced with his size requisition [#143585]
2480
	* Enable conversion for favicon downloads [#152866]
2481
	* Fix download progress indicator in downloader view
2482
	* Fix overflow in remaining time calculation [#153136, Jhon Spray]
2483
	* Initialise position passed to gtk_editable_insert_text()
2484
	* Fix some mem leaks
2485
	* Remove explicit PAC autoconf call, it works perfectly ok without it
2486
	* Don't size-allocate unmapped tabs, fixing slow resizes [#128191]
2487
	* Fix print preview and fullscreen mode interaction [#154456]
2488
	* Don't allow activation of the hidden menubar in ppv mode
2489
	* Grammar fix in schema [#154605]
2490
	* Fix crash in bookmarks menu [#154805]
2491
	* Remove duplicate AM_PROG_INTLTOOL [#155028]
2492
	* Fix EphyNode callback data destruction [#152718, Peter Harvey]
2493
	* Fix import of bookmarks in root folder [#152443]
2494
	* Activate tray with double-click, as per HIG [#152899]
2495
	* Always chain up to parent's dispose handler
2496
	* Fix return type of tab_delete slot
2497
	* Move window destruction after tab-removed signal emission [#151607]
2498
	* De-couple instantiation and initialisation of the extensions manager
2499
	* Correctly change the statusbar children's frams's shadow type when
2500
	  the statusbar shadow type changes
2501
	* Don't open all bookmarks in tabs [#156843]
2502
	* Depend on libxml >= 2.6.12, for its fix of bug #150647
2503
	* Fix restoring window size on crash recovery [#156881]
2504
	* Fix crash when deleting bookmark with open properties dialogue [#155880]
2505
	* Fix activation of the Go button while in toolbar activation mode [#155650]
2506
2507
Documentation updates
2508
2509
	* Document EPHY_DEBUG_BREAK
2510
	* Add manpage [#156067, Jordi Mallach]
2511
2512
Translation updates
2513
2514
	* Abdulaziz Al-Arfaj (ar)
2515
	* Vladimir Petkov (bg)
2516
	* Miloslav Trmac (cs)
2517
	* Marie Lund (da)
2518
	* Adam Weinberger (en_CA)
2519
	* David Lodge (en_GB)
2520
	* Francisco Javier F. Serrador (es)
2521
	* Meelad Zakaria (fa)
2522
	* Olivier Cortes (fr)
2523
	* Žygimantas Beručka (lt)
2524
	* Hasbullah Bin Pit (ms)
2525
	* Reinout van Schouwen (nl)
2526
	* Marcel Telka (sk)
2527
	* Laurent Dhima (sq)
2528
	* Danilo Segan (sr)
2529
2530
2531
==============
2532
Epiphany 1.4.9
2533
==============
2534
2535
Changes
2536
2537
	* Fix several focus issues (some with security implications)
2538
	* Fix crash when updating tray icon
2539
	* Fix lock up with the move cursor showing
2540
	* Fix some leaks
2541
	* Fix getting the trust setting from New CA dialogue
2542
	* Don't activate the location entry if it's hidden
2543
2544
2545
==============
2546
Epiphany 1.4.8
2547
==============
2548
2549
Changes
2550
2551
	* Fix crash when closing window while filepicker is up [#156816]
2552
	* Use gnome_vfs_url_show() for Send To [#162532]
2553
	* Set selection mode to BROWSE in topics selector [#162331]
2554
	* We don't need to implement nsIBrowserHistory
2555
	* Don't focus the close-tab button on click [#119461]
2556
	* Don't store more than 5 hidden popups [Adam Hooper, #160863]
2557
	* Fix a mem leak [#164302]
2558
	* Really make confirm-overwrite dialogue have a parent window [#164189]
2559
	* Rename EphyTab's "visible" property to not clash with GtkWidget property
2560
	* Default typeaheadfindsea to on [#157435]
2561
	* Switch to fullscreen toolbar also in lockdown fullscreen mode [#165256]
2562
	* Disable DownloadLinkAs and SetAsBackground if saving to disk is disabled
2563
	* Don't crash if we need to open an orphan non-chrome window [part of #165445]
2564
	* Some sparse fixes
2565
	* Ungrab the pointer when moving tab between notebooks [#165797]
2566
	* Don't weak ref the shell when it's finalised already [#165542]
2567
	* Don't show the menubar with F10 in lockdown mode [#165550]
2568
	* Don't disable print preview if print setup is locked down [#165552]
2569
	* Adapt to mozilla API changes
2570
	* Implement nsIWebProgressListener [#165328]
2571
	* Fix window destruction [#165992]
2572
2573
2574
==============
2575
Epiphany 1.4.7
2576
==============
2577
2578
Changes
2579
2580
	* Use stock icon for "Open In New Tab" in History Window and Bookmarks Editor
2581
	* Don't offer to resume if there are open windows [#160345]
2582
	* Deactivate the context menu on window close [#156812]
2583
	* Fix build in !MOZILLA_HAVE_PSM case
2584
	* Make the extensions modules resident [#160945]
2585
	* Disable Print and Print Preview while still loading the page [#116344]
2586
	* Correct language code for Afrikaans
2587
	* Adapt to changed mozilla APIs
2588
	* Wrap the label in the Confirm Overwrite dialogue [#161771]
2589
2590
Translation updates
2591
2592
	* Ercin Eker (tr)
2593
2594
2595
==============
2596
Epiphany 1.4.6
2597
==============
2598
2599
Changes
2600
2601
	* Fix wrong certificate stored (Christian) [#158453]
2602
	* Disallow favicon links from subframes (Christian)
2603
	* Fix opening of content when not downloading automatically (Marco) [#158466]
2604
	* Add --disable-filepicker configure option (Christian)
2605
	* Fix tabs menu ordering when using the tab-groups extension (Christian)
2606
	* Fix event context computation (Christian)
2607
	* Adapt to mozilla API changes (Christian; patch adapted from a galeon patch
2608
	  by Crispin Flowerday)
2609
	* Fix out-of-srcdir build (Marco, Christian)
2610
	* Don't raise windows when using --new-tab (Christian) [#158923]
2611
2612
Translation updates
2613
2614
	* Jordi Mallach (ca)
2615
2616
2617
==============
2618
Epiphany 1.4.5
2619
==============
2620
2621
Changes
2622
2623
	* Fix session remove command
2624
	* Fix import of bookmarks in root folder [#152443]
2625
	* Activate tray icon with double-click [#152899]
2626
	* Add manpage (Jordi Mallach) [#156067]
2627
	* Don't open all bookmarks in new tabs [#156843]
2628
	* When showing a modal alert put up by a web page,
2629
	  switch the window to that tab
2630
	* Emit ::tab-removed after the tab has been removed [#151607]
2631
	* Fix disconnect on node destroy [Peter Harvey]
2632
	* Fix node signal [dis]connection while signal emission is running
2633
	* Make sure there's only one properties diaogue per bookmark [#148398]
2634
	* Fix crash when removing bookmark with open properties dialogue [#155880]
2635
	* Fix toolbar activation [#155650]
2636
	* Check favicon urls with script sec manager and content policy
2637
	* Fix zoom control so that it shows tooltips again [#155826]
2638
	* Make the tooltip on the zoom control also work on Ctrl-F1
2639
	* When popping up the context menu with keyboard, select the first item [#154907]
2640
	* Sanitise the embed popup position [#157162]
2641
	* Fix button sensitivity setting in language editor not to first
2642
	* Fix history date filter to work correctly in time zones != UTC
2643
	* Better positioning for the context menu popup in a treeview (Crispin Flowerday)
2644
	* Fix opening content with external content handlers (Marco)
2645
	* Remove remaining time tooltip from tray icon [#145955]
2646
	* Fix hang after importing bookmarks from command line [#136170]
2647
	* Fix crash when no tool windows are open when the session manager
2648
	  sends us the "die" signal
2649
	* Fix opening anchored links in new tabs [#156854]
2650
	* Adapted to Mozilla API changes
2651
	* Fix a freed memory read
2652
2653
Documentation translations
2654
2655
	* Add manual translation into Finnish, by Pauli Virtanen
2656
2657
Translation updates
2658
2659
	* Ole Laursen (da)
2660
	* Žygimantas Beručka (lt)
2661
	* Leonid Kanter (ru)
2662
2663
2664
==============
2665
Epiphany 1.4.4
2666
==============
2667
2668
Bug fixes
2669
2670
	* Add a list of printers to the print dialog. Fix printing
2671
	  in several recent ditributions. (Marco)
2672
	* Remove duplicate AC_PROG_INTLTOOL (Christian) [#155028]
2673
	* Fix a crash when rebuilding bookmarks menu (Christian) [#154805]
2674
2675
==============
2676
Epiphany 1.4.3
2677
==============
2678
2679
Bug fixes
2680
2681
	* Fix compilation with gtk+ 2.4.x.
2682
2683
2684
==============
2685
Epiphany 1.4.2
2686
==============
2687
2688
Bug fixes
2689
2690
	* Set dialogs icon to default ephy icon (Christian)
2691
	* Fix slow resize of the window with many tabs (Christian)
2692
	* Don't allow activation of the hidden menubar
2693
	  in print preview mode. (Christian)
2694
	* Recognise "Desktop" special downloads directory. (Christian) [#152926]
2695
	* Backwards compatibility with old mozilla plugins
2696
	  location (Marco)
2697
2698
Translation updates
2699
2700
	* Changwoo Ryu (ko)
2701
	* Gareth Owen (en_GB)
2702
2703
==============
2704
Epiphany 1.4.1
2705
==============
2706
2707
Code changes
2708
2709
	* Adapt to mozilla API changes (Christian)
2710
2711
Bug fixes
2712
2713
	* Auto-check new topics (Marco) [#151925]
2714
	* Don't accept dragged toolbar items from other apps (Marco) [#152388]
2715
	* Fix toolbar overflow menu items (Christian) [#151648]
2716
	* Fix for too small tab close buttons (Marco) [#144772]
2717
	* Enable conversion for favicon downloads (Marco) [#152866]
2718
	* Fix overflow in remaining time calculation (Jhon Spray, Marco) [#153136]
2719
	* Fix some mem leaks (Christian)
2720
	* Fix ephy-bookmarks.h header (Christian) [#153766]
2721
	* Fix compiler warnings (Christian)
2722
2723
Translation updates
2724
2725
	* Adam Weinberger (en_CA)
2726
	* Olivier Cortes (fr)
2727
	* Francesco Marletta (it)
2728
2729
2730
==============
2731
Epiphany 1.4.0
2732
==============
2733
2734
Bug fixes
2735
2736
	* Fix invisible status icon (Christian) [#151501]
2737
2738
Documentation updates
2739
2740
	* Document popup window functionality (Adam) [#145412]
2741
2742
Translation updates
2743
2744
	* Abdulaziz Al-Arfaj (ar)
2745
	* Vladimir "Kaladan" Petkov (bg)
2746
	* Progga (bn)
2747
	* Kenan Hadžiavdić (bs)
2748
	* Jordi Mallach (ca)
2749
	* Dafydd Harries (cy)
2750
	* Ole Laursen (da)
2751
	* Nikos Charonitakis (el)
2752
	* Hasbullah Bin Pit (ms)
2753
	* Kjartan Maraas (nb)
2754
	* Pawan Chitrakar (ne)
2755
	* Reinout van Schouwen (nl)
2756
	* Åsmund Skjæveland (nn)
2757
	* Kjartan Maraas (no)
2758
	* Estêvão Samuel Procópio (pt_BR)
2759
	* Isriya Paireepairit (th)
2760
	* Ercin Eker (tr)
2761
	* Mugurel Tudor (ro)
2762
	* Ching-Hung Lin (zh_TW)
2763
2764
2765
==============
2766
Epiphany 1.3.8
2767
==============
2768
2769
Code changes
2770
2771
	* Track mozilla API change on 1.7 branch (Christian)
2772
2773
Bug fixes
2774
2775
	* Make save-as obey lockdown key (Christian) [#151039]
2776
	* Correct stored tab positioning after tab_added signal (Justin Wake)
2777
	* Fix for bookmarks on main toolbar (Christian) [#151267]
2778
	* Fix signal handler return values for popup_menu signal (Christian)
2779
	* Fix crash on print to filename with nonabsolute path (Christian) [#148849]
2780
2781
Documentation
2782
2783
	* Added japanese translation of the manual, translated by 佐藤 暁 (SATOH Satoru)
2784
2785
Translation updates
2786
2787
	* Ole Laursen (da)
2788
	* Christian Neumair (de)
2789
	* Nikos Charonitakis (el)
2790
	* Iñaki Larrañaga Murgoitio (eu)
2791
	* Ankit Patel (gu)
2792
	* Gurban Mühemmet Tewekgeli (tk)
2793
2794
2795
==============
2796
Epiphany 1.3.7
2797
==============
2798
2799
Bug fixes
2800
2801
	* Fix crash when loading a bookmark from the menu (Christian) [150982]
2802
2803
Translation updates
2804
2805
	* Francisco Javier F. Serrador (es)
2806
2807
2808
==============
2809
Epiphany 1.3.6
2810
==============
2811
2812
Bug fixes
2813
2814
	* Fix mozilla components path (Marco) [#150358]
2815
	* Fix default horizontal scroll wheel action (Christian) [#148557]
2816
	* Fix for newer libtools (Christian) [#150673]
2817
	* Keep passwords list in pdm dialogue up-to-date (Christian) [#150296]
2818
	* Fix warning when moving tabs between windows (Christian) [#150822]
2819
	* Partially fix bookmarks menu speed issue (Christian) [#150822]
2820
	* Fix bookmarks menu hierarchy and auto-updating (Christian)
2821
	  [#147470, #147786, #150246]
2822
	* Change bookmarks hierarchy separator (Christian) [#149150]
2823
	* Also pop up context menus with menu key (Christian) [#149150]
2824
2825
New and updated translations:
2826
2827
	* Mətin Əmirov (az)
2828
	* Vladimir "Kaladan" Petkov (bg)
2829
	* Kenan Hadžiavdić (bs)
2830
	* Pauli Virtanen (fi)
2831
	* Dvornik László (hu)
2832
	* Takeshi AIHANA (ja)
2833
	* Kjartan Maraas (nb)
2834
	* GNOME PL Team (pl)
2835
	* Laurent Dhima (sq)
2836
	* Christian Rose (sv)
2837
	* Jayaradha N (ta)
2838
	* Maxim Dziumanenko (uk)
2839
2840
2841
==============
2842
Epiphany 1.3.5
2843
==============
2844
2845
Code changes
2846
2847
	* Get rid of the startup script, and use rpath linking instead
2848
	  (ported from galeon)
2849
	* Adapt to changed mozilla APIs (Christian)
2850
2851
Bug Fixes
2852
2853
	* Fix application name i18n (Christian) [#148948]
2854
	* Some mem leak fixes (Jean-François Rameau)
2855
	* Fix restoring the history window on resume (Christian)
2856
	* Fix dragging of urls which gnome-vfs can't handle (Christian)
2857
	* Fix new tab positioning when opening tabs from drags (Christian)
2858
	* Make keyword search URL localisable (Christian) [#144909]
2859
	* Fix crash in ellisising label (Christian) [#149114]
2860
	* Sort topics by name in bookmark properties dialogue
2861
	  (Christian Neumair) [#149639]
2862
	* Fix some compiler warnings (Christian)
2863
	* Fix compilation with gcc 2.95 (Christian)
2864
	* Fix context menu on links with namespaced tag (Mikael Brockman) [#150208]
2865
2866
Translation updates
2867
2868
	* Arafat Medini (ar)
2869
	* Mətin Əmirov (az)
2870
	* Vladimir Petkov (bg)
2871
	* Miloslav Trmač (cs)
2872
	* Martin Willemoes Hansen (da)
2873
	* Adam Weinberger (en_CA)
2874
	* Gareth Owen (en_GB)
2875
	* Francisco Javier F. Serrador (es)
2876
	* Pauli Virtanen (fi)
2877
	* Christophe Merlet (RedFox) (fr)
2878
	* Alastair McKinstry (ga)
2879
	* Ravishankar Shrivastava (hi)
2880
	* Laszlo Dvornik (hu)
2881
	* Takeshi AIHANA (ja)
2882
	* Changwoo Ryu (ko)
2883
	* Hasbullah Bin Pit (ms)
2884
	* Reinout van Schouwen (nl)
2885
	* Åsmund Skjæveland (nn)
2886
	* GNOME PL Team (pl)
2887
	* Duarte Loreto (pt)
2888
	* Estêvão Samuel Procópio (pt_BR)
2889
	* Mugurel Tudor (ro)
2890
	* Dmitry G. Mastrukov (ru)
2891
	* Laurent Dhima (sq)
2892
	* Danilo Segan (sr, sr@Latn)
2893
	* Maxim Dziumanenko (uk)
2894
	* Liu Songhe (zh_CN)
2895
2896
2897
==============
2898
Epiphany 1.3.4
2899
==============
2900
2901
Code changes
2902
2903
	* Add mime types to .desktop file (Xan)
2904
	* Simplify proxy PAC handling (Christian)
2905
	* Reworked node views (Marco)
2906
	* Adapt to mozilla API change (Christian)
2907
	* Don't use -include which isn't portable (Christian) [#143094]
2908
	* Fix signedness warnings with gcc 3.5 (Jon Oberheide)
2909
	* Misc popup blocker code cleanup (Adam)
2910
2911
Bug Fixes
2912
2913
	* Fix downloader crash on shutdown (Marco) [#141928]
2914
	* Fix mem leaks in gtk NSS dialogues (Christian, ported from galeon)
2915
	* Fix crash when importing bookmarks from mozilla (Marco) [#145611]
2916
	* Gracefully handle inability to create downloads directory
2917
	  (Marco) [#146902]
2918
	* Fix profiler output for times > 1 s (Christian, ported from galeon)
2919
	* Fix crash in the new bookmark dialogue with deleted topics
2920
	  (Marco) [#144770]
2921
	* Use our stock icon for the downloader icon in tray (Christian)
2922
	* Fix dialogue title of Save Link As filechooser (Christian) [#138208]
2923
	* Correctly update toolbar's not-removable flag (Christian)
2924
	* Fix mem leak from toolbars model (Christian)
2925
	* Fix non-ascii topic titles in the bookmarks menu (Christian) [#147469]
2926
	* Fix download directory chooser initial directory (Christian) [#146055]
2927
	* Confirm overwriting file from content handler (Christian) [#143501]
2928
	* Fix crash when screen size changes after using fullscreen (Christian)
2929
	* Fix print-to-file filechooser modality (Christian) [#147628]
2930
2931
New and updated translations:
2932
2933
	* Владимир Петков (bg)
2934
	* Miloslav Trmač (cs)
2935
	* Christian Neumair (de)
2936
	* Francisco Javier F. Serrador (es)
2937
	* Νίκος Χαρωνιτάκης (el)
2938
	* Gareth Owen (en_GB)
2939
	* रविशंकर श्रीवास्तव (hi)
2940
	* 相花 毅 (ja)
2941
	* Changwoo Ryu (ko)
2942
	* Žygimantas Beručka (lt)
2943
	* Kjartan Maraas (no)
2944
	* GNOME PL Team (pl)
2945
	* Duarte Loreto (pt)
2946
	* Laurent Dhima (sq)
2947
2948
2949
==============
2950
Epiphany 1.3.3
2951
==============
2952
2953
New features
2954
2955
	* Lockdown: disable_quit, disable_new_window,
2956
	  first_window_fullscreen (Christian, Christopher James Lahey)
2957
2958
Interface changes
2959
2960
	* Sort history items by last visit
2961
	* Improve bookmarks toolbar direct manipulation (Marco)
2962
2963
Bug Fixes
2964
2965
	* Fix print dialog filename encoding (Christian)
2966
	* Fix some memory leaks (Xan, Christian)
2967
2968
New Translations:
2969
2970
	* רועי קרשטיין, גיל אשר (he)
2971
2972
Updated Translations:
2973
2974
	* Vladimir Petkov (bg)
2975
	* Miloslav Trmac (cs)
2976
	* Ole Laursen (da)
2977
	* Nikos Charonitakis (el)
2978
	* Gareth Owen (en_GB)
2979
	* Francisco Javier F. Serrador (es)
2980
	* Gil Osher (he)
2981
	* Laszlo Dvornik (hu)
2982
	* Takeshi AIHANA (ja)
2983
	* Estêvão Samuel Procópio (pt_BR)
2984
	* Laurent Dhima (sq)
2985
2986
==============
2987
Epiphany 1.3.2
2988
==============
2989
2990
Bug fixes
2991
2992
	* Fix crash when download finishes (Xan)
2993
2994
Translations
2995
2996
	* Xavier Conde Rueda (ca)
2997
2998
2999
==============
3000
Epiphany 1.3.1
3001
==============
3002
3003
New features
3004
3005
	* Load extensions from ~/.gnome2/epiphany/extensions too (Ross Burton) [#143835]
3006
	* Allow importing of our own bookmarks format (Christian) [#144699]
3007
	* Support for working offline (Christian)
3008
	* Integrated popup blocking (Adam)
3009
3010
Removed features
3011
3012
	* Removed support for mozilla 1.6 (Marco)
3013
3014
Interface changes
3015
3016
	* Append new tabs to the end instead of grouping them (Marco)
3017
	* Add "New Topic" button to the New Bookmark dialogue (Marco) [#110640]
3018
	* Improved import and presentation of hierarchical bookmarks (Marco)
3019
	* Implemented "Open in tabs" from toolbar topics (Marco) [#108143]
3020
	* New tab load animation (Christian)
3021
	* Reordering of bookmarks on toolbar by DND (Marco)
3022
	* Add Open In Tabs to toolbar topics (Marco)
3023
	* Add context menus for bookmarks and topics on toolbars (Marco)
3024
	* Use Blank Page icon as default icon (Marco)
3025
	* Add mim-type icon in downloader (Xan)
3026
3027
Code changes
3028
3029
	* Ported to mozilla embed strings (Marco, Christian, Xan)
3030
	* Moved external protocol handler prefs to js file (Marco)
3031
	* Disabe xpinstall by default (Christian) [#144035]
3032
	* Separate bookmarks from other toolbars (Christian, Marco)
3033
	* Implement popup-blocked signals (Adam) [part of #111930]
3034
	* Includes cleanup (Marco)
3035
	* Allow custom types in the permissions manager (Christian)
3036
	* EphyNode ID cleanups (Marco)
3037
	* Simplify printing code (Marco)
3038
	* Track mozilla trunk API changes (Christian)
3039
3040
Bug fixes
3041
3042
	* Fixed "Exit Fullscreen" popup position in RTL locales (Christian) [#140828]
3043
	* Fix filechooser default name in !modeSave mode (Christian)
3044
	* Fix webcal: uris (Marco) [#143899]
3045
	* Don't hide clipboard actions on input context (Marco) [#139040]
3046
	* Fix CSS background context menu (Crispin Flowerday) [#143602]
3047
	* Retain custom data when moving toolbar items around (Marco)
3048
	* Fix spinner in gradient themes (Crispin Flowerday) [#134686]
3049
	* Escape some strings when using them in labels with markup
3050
	  (Crispin Flowerday, Christian)
3051
	* Fix reload of framed pages not to go to top url (Christian) [#115800]
3052
	* Use generic name in .desktop file (Marco) [#144284]
3053
	* Fix Control-L location bar activation (Christian) [#144191]
3054
	* Hide non-toplevel urls from history (Christian) [#142143]
3055
	* Fix crash with confused toolbars file (Christian) [#144698]
3056
	* Fix toolbar visibility after fullscreen (Christian) [#144785]
3057
	* Fix serials on files with 2 extensions (.tar.gz) (Xan)
3058
	* Always show menubar on F10 (Christian) [#141999]
3059
	* Fix context menu on form elements (Christian) [#143942]
3060
	* Fix display of IDN domain names for cookies and password (Christian) [#130930]
3061
	* Unescape email address when copying to clipboard (Christian) [144462]
3062
	* Don't delete bookmark when dragging to a tab (Marco) [#145254]
3063
3064
Documentation translations
3065
3066
	* New translation of documentation into spanish
3067
	  by Francisco Javier F. Serrador
3068
3069
Translations
3070
3071
	* Mətin Əmirov (az)
3072
	* Владимир Петков (bg)
3073
	* Miloslav Trmač (cs)
3074
	* Christian Neumair (de)
3075
	* Ole Laursen (da)
3076
	* Νίκος Χαρωνιτάκης (el)
3077
	* Alexander Winston (en_CA)
3078
	* Gareth Owen (en_GB)
3079
	* 相花 毅  (ja)
3080
	* Reinout van Schouwen (nl)
3081
	* GNOME PL Team (pl)
3082
	* Estêvão Samuel Procópio (pt_BR)
3083
	* Marcel Telka (sk)
3084
	* Данило Шеган  (sr, st@Latn)
3085
	* Laurent Dhima (sq)
3086
	* Liu Songhe (zh_CN)
3087
3088
3089
==============
3090
Epiphany 1.3.0
3091
==============
3092
3093
Removed features
3094
3095
	* Dropped support for mozilla < 1.6 (Christian)
3096
	* Removed nautilus view (Christian)
3097
3098
Interface improvements
3099
3100
	* Fix duplicate accesskey, use correct case for button text and make
3101
	  message selectable in the confirm-close dialogue (Piers)
3102
	* Use verb for action button and various minor tidy ups on the import
3103
	  dialogue (Piers)
3104
	* Add "Save Link As..." to Image/Link popup (Christian) [#138207]
3105
	* Remove "Open Image in New [Tab|Window]" from the context menu
3106
	  (Christian)
3107
	* Remove extraneous separators in context menus (Christian) [#115897]
3108
	* Use right capitalisation for fonts lang label in prefs (Piers)
3109
	* Make buttons the same size in Industrial theme and make text
3110
	  selectable in history confirm-clear dialogue (Piers)
3111
	* Make prefs, pdm and print setup dialogues transient to their parent
3112
	  and destroy with parent (Christian) [#139124]
3113
	* Make warning message selectable in content handler dialogue (Piers)
3114
	* Sort the actions in the location entry autocompletion dropdown
3115
	  (Christian) [#139575]
3116
	* Add Ctrl+S as an alternate accel for "Save As" (Piers) [#139415]
3117
	* Add "Downloads" folder shortcut to our file chooser dialogues
3118
	  (Christian)
3119
	* HIGified confirm-overwrite dialogue (Patanjali Somayaji, Piers)
3120
	  [#133152]
3121
	* Make Escape cancel overwrite dialog (Piers)
3122
	* Add some filters to the file chooser dialogues (Christian) [#139418]
3123
	* Jump to new tabs created from command lines (Christian) [#141168]
3124
	* Fix accelerator for OpenImage action (Christian)
3125
	* Statusbar re-design: Move lock icon to left; hide progress bar when
3126
	  no activity (Christian) [#137845]
3127
	* Simplify context menu wrt. frames (Christian) [#138442]
3128
	* Open bookmark in new tab on middle-click (Christian) [#106250]
3129
3130
Code changes
3131
3132
	* Made sure every file includes config.h (Christian)
3133
	* Use more efficient mozilla string conversion routines (Christian)
3134
	* Adapt to various mozilla API changes (Marco, Christian, Xan, Piers)
3135
	* Improve chrome handling (Marco)
3136
	* Cleanup after making EphyTab a GtkBin (Christian)
3137
	* Some API cleanups (Adam)
3138
	* Some comment cleanups (Adam)
3139
	* Register stock icons (Christian)
3140
	* Added/improved some debug output (Christian)
3141
	* Get rid of #if GTK_CHECK_VERSION() stuff and remove optionmenu code
3142
	  in the Gtk NSS dialogues (Christian)
3143
	* Synchronise editable toolbar changes from galeon, this fixes simple
3144
	  usage, stops crashes when dragging items to and from other
3145
	  applications, and adds the ability to override the toolbar style
3146
	  (Crispin Flowerday)
3147
	* Track the active window with focus events (Christian)
3148
	* Eliminate ExternalProtocolHandlers in favor of setting prefs to make
3149
	  Mozilla not handle the protocols internally (Christian Biesinger)
3150
	* Add defines for private mozilla api usage to make it easier to track
3151
	  what we need to port to embed string and what we need to be using only
3152
	  public api (Marco)
3153
	* Make the statusbar's GtkTooltips publicly accessibly (Christian)
3154
	* Clean up encoding handling (Christian)
3155
	* Allow compilation without mozilla wallet extension (Christian)
3156
	* Some fixes for compilation with gcc 2.95 (Christian)
3157
	* Backport changed from the new gtkcellrendererprogress which
3158
	  was based on ephy's, to support RTL and fix overflow bug (Christian)
3159
	* Various solaris portability fixes (Brian Cameron, Christian)
3160
3161
Bug fixes
3162
3163
	* Remove unnecessary g_object_notify()s (Marco)
3164
	* Fix test for toolbar removability (Christian)
3165
	* Don't crash when draggin a toolbar separator around (Christian)
3166
	* Make location entry not have a proxy menu item (Christian)
3167
	* Make select-by-key support unsorted lists (Xan) [#137054]
3168
	* Don't unref NULL icons (Christian) [#137715]
3169
	* Fix content policy contract-ID (Christian)
3170
	* Set window border icon on the about dialogue (Christian) [#137806]
3171
	* Fix width of "Add" button in PDM dialogue with some themes
3172
	  (Christian) [#137811]
3173
	* Fix XBEL mime type for import (Marco)
3174
	* Fixes to API documentation build (Adam, Christian)
3175
	* Make the "Go" button actually work (Christian)
3176
	* Fix arg type of dom_* signals to match the closure (Christian)
3177
	* Use stock icon for "Open" on content handler dialogue
3178
	  (Christian) [#135765]
3179
	* Use stock icon for "Download" on content handler dialogue (Christian)
3180
	* Fix proxy tool item disconnection on location entry (Christian)
3181
	* Fix opening of bookmarks in new tabs when there is no existing window
3182
	  (Christian) [#138343]
3183
	* Fix context menu on anchors without href attribute (Christian) [#138200]
3184
	* Make startup script work on older solarises (Christian) [#138088]
3185
	* Fix filechooser response codes (Federico Mena Quintero) [#138263]
3186
	* Fix compilation with -fdata-sections (Christian) [#136878]
3187
	* Don't allow a font size less than 1 (Piers)
3188
	* Fix bookmarks toolbar visibility in fullscreen and print preview mode
3189
	  as well as for javascript popups (Christian) [#138520]
3190
	* Fix link drag-and-drop to empty space on notebook (Christian) [#138902]
3191
	* Don't abort on gconf errors, just display a message on console
3192
	  (Christian) [#139247]
3193
	* Make ephy-node refcount initialize to 1 and not 0 (Adam)
3194
	* Fix various filename encoding bugs (Christian)
3195
	* Don't quit the filechooser when selecting "No" from the confirm-
3196
	  overwrite dialoge (Christian) [#139400]
3197
	* Set the action's accel_path, fixes crash when dynamically assigning
3198
	  accels (Christian) [#139641]
3199
	* Fix saving of linked content. Don't create the directory; mozilla
3200
	  will do it for us if necessary (Christian)
3201
	* Make the "Files" suffix translatable (Christian)
3202
	* Removed the ge_popup_blocked signal on EphyEmbed (Adam)
3203
	* Do not uncompress when the type is not html (Marco) [#131778]
3204
	* Fix chrome for new windows opened from _blank target (Marco) [#139512]
3205
	* Fix font selection combo box issues (Christian) [#138560]
3206
	* Fix encoding of saved content (Marco) [#141050]
3207
	* Exit print preview mode before closing a window; fixes a crash
3208
	  (Christian) [galeon #121298]
3209
	* Fix crash when trying to get URL from unrealizes EphyEmbed (Marco)
3210
	* Fix some mem and refcount leaks (Christian)
3211
	* Always pass the cache key to the persist object so we don't re-fetch
3212
	  the page on save (Christian) [#141652]
3213
	* Forward download nsIAuthPrompt interface to the single sign-on prompt
3214
	  (Christian)
3215
	* Destroy the EphyBrowser in destroy handler, but delete it only on
3216
	  finalize. Make public EphyBrowser methods safe for calling after
3217
	  Destroy (Christian) [#142184]
3218
	* Fix LD_LIBRARY_PATH in startup script never to (implicitly) include
3219
	  current dir (Christian) [#141576]
3220
	* Fix observer topic check for cookie "cleared" notification (Christian)
3221
	* Fix capitalisation in filechoose filter names (Christian)
3222
	* Emit the "tab_removed" signal also for the window's last tab
3223
	  (Christian) [#142078]
3224
	* Fix stupid bug which prevented compilation with gcc 3.4 (Christian)
3225
	* Elimiate indeterminate progress (Christian) [#142303, #142305]
3226
	* Fix toolbar editor drag icon theming bug (Crispin Flowerday)
3227
	* Fix reload not to use forced reload by default (C. J. N. Breame) [#143365]
3228
3229
Documentation
3230
3231
	* xml docs validity fixes (Piers)
3232
	* xml docs validity fixes (Sebastian Heinlein) [#140918]
3233
	* Improve description of 'secure' cookies (Piers) [#136443]
3234
	* API documentation (Adam)
3235
	* Maintenance of 1.4 plan (Piers, Marco)
3236
	* Update screenshots (Piers)
3237
	* Updated Smart Bookmarks help content (Matthew Gatto) [#139616]
3238
	* Minor updates to match UI (Piers)
3239
3240
Documentation translations
3241
3242
	* Francisco F. Serrador (es)
3243
	* Hizkuntza Politikarako Sailburuordetza (eu)
3244
3245
Translations
3246
3247
	* عرفات المديني، تونس (ar)
3248
	* Владимир Петков (bg)
3249
	* Xavier Conde Rueda (ca)
3250
	* Miloslav Trmač (cs)
3251
	* Ole Laursen (da)
3252
	* Alexander Winston (en_CA)
3253
	* Gareth Owen (en_GB)
3254
	* Iñaki Larrañaga Murgoitio (eu)
3255
	* Francisco Javier F. Serrador (es)
3256
	* Alastair McKinstry (ga)
3257
	* નીરવ, અંકિત, અંકુર, અતિત, ભાવિન, કાર્તિક, ખુશ્બુ, શ્વેતા (gu)
3258
	* Dvornik László (hu)
3259
	* helgi (is)
3260
	* Žygimantas Beručka (lt)
3261
	* Åsmund Skjæveland" (nn)
3262
	* ਅਮਨਪ੍ੀਤ ਸਿੰਘ ਅਾਲਮ (pa)
3263
	* Duarte Loreto (pt)
3264
	* Дмитрий Мастрюков (ru)
3265
	* Marcel Telka (sk)
3266
	* Laurent Dhima (sq)
3267
	* Ma SivaKumar (ta)
3268
	* อิสริยะ ไพรีพ่ายฤทธิ์ (th)
3269
	* Pablo Saratxaga (wa)
3270
	* Liu Songhe (zh_CN)
3271
3272
3273
===============
3274
Epiphany 1.2.10
3275
===============
3276
3277
Changes
3278
3279
	* Fix proxy PAC loading (Christian)
3280
	* When showing a modal alert put up by a web page, switch the window
3281
	  to that tab (Christian)
3282
	* Check favicon urls with script sec manager and content policy
3283
3284
3285
==============
3286
Epiphany 1.2.9
3287
==============
3288
3289
Code changes
3290
3291
	* Drop support for Mozilla 1.8a2
3292
	* Support for Mozilla 1.8a3 and 1.8a4
3293
3294
Bug fixes
3295
3296
	* Fix default horizontal scroll wheel action (Christian) [#148557]
3297
	* Fix glade symbol lookup with newer libtools (Christian) [#150673]
3298
	* Pop up context menu with menu keys too (Christian) [#150830]
3299
	* Fix printing to file with a non-absolute path (Christian) [#148849]
3300
	* Fix session file remove command (Christian)
3301
3302
Translations
3303
3304
	* Iñaki Larrañaga Murgoitio (eu)
3305
	* Nirav, Ankit, Ankur, Atit, Bhavin, Kartik, Khushbu, Sweta (gu)
3306
	* Isriya Paireepairit (th)
3307
3308
3309
==============
3310
Epiphany 1.2.8
3311
==============
3312
3313
Code changes
3314
3315
	* Adapt to Mozilla API changes (Christian)
3316
	* Confirm before overwriting a file (Christian) [#143501]
3317
3318
Bug fixes
3319
3320
	* Fix compilation of nautilus view (Christian) [#148995]
3321
	* Fix some memory leaks (Jean-François Rameau)
3322
	* Really translate the program name (Christian) [#148948]
3323
	* Fix restoring the history window on resume (Christian)
3324
	* Fix new tab position (Christian)
3325
	* Fix a crash in content handler (Christian) [#149550]
3326
	* Fix context menu on links with namespaced tag (Mikael Brockman) [#150208]
3327
3328
3329
==============
3330
Epiphany 1.2.7
3331
==============
3332
3333
Code changes
3334
3335
	* Adapt to mozilla API changes (Christian)
3336
	* Use nsIDOMWindow2 to get the root event target on
3337
	  mozilla >= 1.7rc3 (Christian)
3338
3339
Bug fixes
3340
3341
	* Work around mozilla bug #246392 which causes reloads of framed pages to
3342
	  go back to original URI (backported from HEAD) (Christian) [#115800]
3343
	* Escape markup in string in the duplicate bookmarks dialogue
3344
	  and topics menu (Christian)
3345
	* Escape markup in strings in the NSS dialogues (Crispin Flowerday)
3346
	* Work aroung mozilla bug #246392 which causes reload of framed pages to go
3347
	  back to initial frameset (Christian, Crispin Flowerday) [#115800]
3348
	* Don't show redirected and non-toplevel pages in history (Christian) [#142143]
3349
	* Allow importing of Epiphany bookmarks format too (Christian) [#144699]
3350
	* Fix crash with corrupted toolbars file (Christian) [#144698]
3351
	* Fix prefs persistence with non-existent or bogus initial values (Christian)
3352
	* Unescape mailto: addresses (Christian) [#144462]
3353
	* Fix filename encoding for print-to-file (Christian)
3354
	* Depend on libgnomeui >= 2.6.0 (Christian) [#145776]
3355
	* Make print and print setup go through nsIPrintingPromptService (Christian,
3356
	  backported from HEAD)
3357
	* Fix print-to-file filechooser modality (Christian) [#147628]
3358
	* Fix mem leaks in gtk NSS dialogues (Christian, ported from galeon)
3359
	* Gracefully handle failure to create downloads directory (Marco) [#146902]
3360
	* Fix single observer ownership and reference counting (Christian) [#146873, #146461]
3361
	* Fix downloader crash on shutdown (Marco) [#141928]
3362
	* Fix build with old mozilla versions (1.4.x, 1.5) (Christian)
3363
	* Use nsACString instead of nsCString in a few places in EphyWrapper (Christian)
3364
	* Fix crash on screen size change after using fullscreen (Christian)
3365
3366
New translations
3367
3368
	* רועי קרשטיין, גיל אשר (he)
3369
3370
Updated translations
3371
3372
	* Владимир Петков (bg)
3373
	* Xavier Conde Rueda (ca)
3374
	* Trịnh Minh Thanh (vi)
3375
3376
3377
==============
3378
Epiphany 1.2.6
3379
==============
3380
3381
Code changes
3382
3383
	* Support for mozilla 1.7rc1, 1.7rc2, 17rc3, 1.7 branch and trunk
3384
	  (Christian, Marco, Carlos Romero)
3385
	* Eliminate external protocol handlers and use prefs instead (Christian Biesinger)
3386
	* Various solaris portability fixes (Brian Cameron, Christian)
3387
	* Filter unwanted urls from history (Christian) [#142143]
3388
	* Disable xpinstall by default (Christian) [144035]
3389
3390
Bugfixes
3391
3392
	* Fix some compile warnings (Christian)
3393
	* Use single sign-on prompt for downloads too (Christian)
3394
	* Fix crash with popup window and when opening windows from command line
3395
	  (Christian) (backported from HEAD) [#142184]
3396
	* Fix compilation with gcc 2.95 (Christian)
3397
	* Fix LD_LIBRARY_PATH setting in startup script (Christian) [#141576]
3398
	* Fix a mem leak in the toolbar editor (Christian)
3399
	* Fix cookies-cleared notification (Christian)
3400
	* Fix toolbar editor dragging theme bug (Crispin Flowerday)
3401
	* Fix reload not to use forced reload by default (C. J. N. Breame) [#143365]
3402
	* Fix filechooser default filename shown from web form file inputs (Christian)
3403
	* Fix opening of webcal: urls (Marco) [#139040]
3404
	* Fix check for firefox bookmarks file import (Christian)
3405
	* Fix contextmenu on unfocused text fields (Marco) [#139040]
3406
3407
Documentation translations
3408
3409
	* Translated to spanish (es) by Francisco F. Serrador
3410
3411
Translations
3412
3413
	* Владимир Петков (bg)
3414
	* Νίκος Χαρωνιτάκης  (el)
3415
	* อิสริยะ ไพรีพ่ายฤทธิ์ (th)
3416
	* Gurban Mühemmet Tewekgeli (tk)
3417
	* Дмитрий Мастрюков (ru)
3418
3419
3420
==============
3421
Epiphany 1.2.5
3422
==============
3423
3424
Bugfixes
3425
	* Make saving a web page not re-fetch the page (Christian) [#141652]
3426
	* Fix crash on startup (Marco) [#141262]
3427
3428
Translations
3429
	* Duarte Loreto (pt)
3430
3431
Documentation
3432
	* New translation of help into Basque (eu) by
3433
	  Hizkuntza Politikarako Sailburuordetza
3434
	* Updated screenshots in help (Piers)
3435
	* Updated help on smart bookmarks (Matthew Gatto) [#139616]
3436
3437
3438
==============
3439
Epiphany 1.2.4
3440
==============
3441
3442
Bugfixes
3443
	* Fix problem with font selection in prefs dialogue (Christian)
3444
	* Fix encoding of downloaded and saved content (Marco) [#126571, #141050]
3445
	* Fix crash when closing a window while in print preview
3446
	  mode (Christian) [#121298]
3447
3448
Translations
3449
	* John C Barstow (mi)
3450
3451
3452
==============
3453
Epiphany 1.2.3
3454
==============
3455
3456
Code changes
3457
	* Cleanup chrome handling (Marco)
3458
3459
Bugfixes
3460
	* Fix bookmarks import from XBEL (Marco)
3461
	* Set window icon on "About" dialogue (Christian)
3462
	* Fix "Add" button appearance for some themes (Christian)
3463
	* Fix "Go" button (Christian)
3464
	* Fix "Open In New Tabs" from bookmarks editor (Christian) [#138343]
3465
	* Fix context menu for anchors without href (Christian) [#138200]
3466
	* Fix context menu for linked images (Christian) [#138200]
3467
	* Fix startup script on solaris (Marco) [#138088]
3468
	* Fix filechooser handling (Federico Mena Quintero) [#138263]
3469
	* Fix compilation with -fdata-sections (Christian) [#136878]
3470
	* Check for invalid font size pref (Piers)
3471
	* Fix clear-history dialogue button size with themes (Piers)
3472
	* Fix bookmarks toolbar visibility in fullscreen and ppview
3473
	  mode (Christian) [#138520]
3474
	* Fix link dragging to new notebook tabs (Christian) [#138902]
3475
	* Sync toolbar code with galeon gtk 2.4 port; fixes crash when
3476
	  dragging items from other applications (Crispin Flowerday)
3477
	* Fix homepage setting to current page (Christian) [#139124]
3478
	* Make pdm, prefs and print setup dialogue transient (Christian)
3479
	* Sort the actions in location entry drop-down (Christian) [#139575]
3480
	* Don't quit filechooser when choosing not to overwrite an
3481
	  existing file (Christian) [#139400]
3482
	* Fix filename encoding in confirm-overwrite dialogue (Christian)
3483
	* Fix accel setting for dynamic menus (Christian) [#139641]
3484
	* Don't gunzip downloaded files (Marco) [#131778]
3485
	* Fix content policy contract ID (Christian)
3486
	* Fix chrome handling for new windows from _blank target links
3487
	  (Marco) [#139512]
3488
	* Make message selectable in content handler dialogue (Piers)
3489
3490
Translations
3491
	* Vladimir Petkov (bg)
3492
	* Iñaki Larrañaga, Hizkuntza Politikarako Sailburuordetza (eu)
3493
	* helgi (is)
3494
	* Dvornik László (hu)
3495
	* Kjartan Maraas (no)
3496
	* Amanpreet Singh Alam (pa)
3497
	* Дмитрий Мастрюков (ru)
3498
3499
3500
==============
3501
Epiphany 1.2.2
3502
==============
3503
3504
Translations:
3505
	* Amanpreet Singh Alam (pa)
3506
	* Duarte Loreto (pt)
3507
	* Åsmund Skjævelan (nn)
3508
	* Gujarati team at Magnet-i (gu)
3509
	* Trinh Minh Thanh (vi)
3510
3511
3512
===============
3513
Epiphany 1.2.1
3514
===============
3515
3516
Bug fixes:
3517
	* Fix a crash when opening bookmarks properties (Christian)
3518
3519
Translations:
3520
	* Arafat Medini (ar)
3521
	* Dmitry G. Mastrukov (ru)
3522
	* Gabor Kelemen (hu)
3523
	* Åsmund Skjæveland (nn)
3524
	* Liu Songhe (zh_CN)
3525
	* Marcel Telka (sk)
3526
	* Ma SivaKumar (ta)
3527
	* Rhys Jones (cy)
3528
	* Sanlig Badral (mn)
3529
	* Vladimir Petkov (bg)
3530
	* Xavier Conde Rueda (ca)
3531
3532
3533
==============
3534
Epiphany 1.2.0
3535
==============
3536
3537
Bug fixes:
3538
	* Fix a crash when dragging an url from an external application to
3539
	  epiphany (Marco)
3540
	* Fix crash when downloading a link on Freebsd (Joe Marcus Clarke)
3541
3542
Translations:
3543
3544
	* Åsmund Skjæveland (nn)
3545
	* Gustavo Maciel Dias Vieira (pt_BR)
3546
	* John C Barstow (mi)
3547
	* Ma SivaKumar (ta)
3548
	* Miloslav Trmac (cs)
3549
	* Priit Laes (et)
3550
	* Progga (bn)
3551
	* Roozbeh Pournader (fa)
3552
	* Takeshi AIHANA (ja)
3553
	* tunggul arif siswoyo (id)
3554
	* Vladimir Petkov (bg)
3555
3556
===============
3557
Epiphany 1.1.12
3558
===============
3559
3560
Bug fixes:
3561
	* Fix toolbar remove (Christian)
3562
	* Fix crash when dragging a separator from toolbar back to tbe (Christian)
3563
	* Fix crash when trying to activate the location entry's proxy menu item (Christian)
3564
3565
Translations:
3566
3567
	* Алесь Няхайчык (be)
3568
	* Rhys Jones (cy)
3569
	* Adam Weinberger (en_CA)
3570
	* GNOME PL Team (pl)
3571
	* Mugurel Tudor (ro)
3572
3573
3574
===============
3575
Epiphany 1.1.11
3576
===============
3577
3578
Code changes
3579
	* Change EphyTab to a GtkBin containing the MozillaEmbed widget
3580
	  (Christian)
3581
	* Backup bookmarks files before overwriting them when loading failed (Christian)
3582
	* Adapt to changed Mozilla API (1.7b) (Christian)
3583
3584
Bugfixes
3585
	* Fix check if link can be opened in new tab (Marco)
3586
	* Unescape the suggested filename in the filechooser (Xan)
3587
	* Respect max-size property of EphyEmbedPersist (Marco)
3588
	* Don't show "about:blank" to the user (Marco)
3589
	* Replace entities in imported folder names from mozilla (Christian)
3590
	* Fix for gtk+ filechooser API change (Christian)
3591
	* Don't make windows larger than the screen (Marco)
3592
	* Fix check for firebird bookmarks directory (André Dahlqvist)
3593
	* Fix toolbar dnd to the location entry (Marco)
3594
	* XBEL bookmarks importer fixes (Christian)
3595
	* Fix uncategorising a bookmark (Marco)
3596
	* Don't restore windows in reverse order (Marco)
3597
	* Fix filename decoding in Content-Disposition headers (Christian)
3598
	* Fix double-unref of failed/cancelled favicon downloads (Christian)
3599
	* Fix "Open" button label in content handler (Marco)
3600
	* Fix MozDownload lifecycle bug, was crashing on aborting downloads (Marco)
3601
	* Fix EphyDownload lifecycle interaction with MozDownload bug (Christian)
3602
	* Check for NULL subtree before trying to parse it on node db load (Christian)
3603
	* Activate the downloader tray icon with double-click not single-click (Marco)
3604
	* Ensure we always have a BookmarksBar in the toolbars model (Christian)
3605
	* Fix smart bookmark property update on bmk location change (Christian)
3606
	* Fix smart bookmark property sync on toolbar item (Christian)
3607
	* Don't show two resume dialogues, just raise the existing one (Marco)
3608
	* Don't remember filechooser size, fixes dialogue sizing in Save mode (Christian)
3609
	* Don't ask about unsubmitted changes when the embed is closed from js (Marco)
3610
	* Fix favicon updating in bookmarks menu and toolbar (Christian)
3611
	* Fix bookmarks re-categorising by dnd (Christian)
3612
	* Fix high CPU usage on download by lowering update interval (Christian)
3613
	* Fix "About" dialogue icon (Christian)
3614
	* Fix crash when closing a still-loading popup (Christian)
3615
	* Fix filename validation not to produce invalid unicode string (Christian)
3616
	* Don't assume Desktop location, check with gconf pref (Christian)
3617
	* Fix unsubmitted change check code not to return error for XUL documents (Christian)
3618
	* Fix user-changed accelerator persistence (Christian)
3619
	* Also pop up context menu from Menu key (Christian)
3620
3621
Translations
3622
	* Mətin Əmirov (az)
3623
	* Ole Laursen (da)
3624
	* Κώστας Παπαδήμας (el)
3625
	* Priit Laes (et)
3626
	* Pauli Virtanen (fi)
3627
	* Christophe Merlet (fr)
3628
	* रविशंकर श्रीवास्तव (hi)
3629
	* Laszlo Dvornik (hu)
3630
	* Francesco Marletta (it)
3631
	* Changwoo Ryu (ko)
3632
	* Žygimantas Beručka (lt)
3633
	* Hasbullah Bin Pit (ms)
3634
	* Reinout van Schouwen (nl)
3635
	* Kjartan Maraas (no)
3636
	* Duarte Loreto (pt)
3637
	* Laurent Dhima (sq)
3638
	* Christian Rose (sv)
3639
3640
3641
===============
3642
Epiphany 1.1.10
3643
===============
3644
3645
Bugfixes
3646
	* Adapt to mozilla API changes (Christian)
3647
	* Fix predictable temp file name (Marco)
3648
	* Fix an error in the schema file (Julio M. Merino Vidal)
3649
	* Fix --with-html-dir configure arg (Julio M. Merino Vidal)
3650
	* Fix toolbar editor table layout off-by-one error (Christian)
3651
	* When removing a toolbar make its items available again in the
3652
	  toolbars editor (Christian)
3653
	* Typo fixes in help file (Alexander Winston)
3654
	* Fix toolbar height when adding the first item (Christian)
3655
3656
Translations
3657
3658
	* Adam Weinberger (en_CA)
3659
	* Алесь Няхайчык (be)
3660
	* Changwoo Ryu (ko)
3661
	* Christian Neumair (de)
3662
	* Christian Rose (sv)
3663
	* Данило Шеган (sr, sr@Latn)
3664
	* Duarte Loreto (pt)
3665
	* Francisco Javier F. Serrador (es)
3666
	* GNOME PL Team (pl)
3667
	* Laurent Dhima (sq)
3668
	* Miloslav Trmač (cs)
3669
	* Ole Laursen (da)
3670
	* Reinout van Schouwen (nl)
3671
	* 相花 毅 (ja)
3672
3673
3674
==============
3675
Epiphany 1.1.9
3676
==============
3677
3678
Bugfixes
3679
	* Fix compilation with certain gcc version
3680
	* Fix filechooser filters when shown from mozilla
3681
	* Hide filechooser after response, since it won't be destroyed immediately
3682
	  when shown from javascript
3683
3684
Translations:
3685
	* Christophe Merlet (fr)
3686
	* Kjartan Maraas (no)
3687
	* Miloslav Trmac (cs)
3688
	* Mətin Əmirov (az)
3689
3690
==============
3691
Epiphany 1.1.8
3692
==============
3693
3694
Code changes
3695
3696
	* Use gnome-common to generate help makefiles (Marco)
3697
3698
Interface improvements
3699
3700
	* Use title capitalisation in the clear history dialog (Piers Cornwell)
3701
	* Use a default width/height for dialogs with treeviews
3702
	  that don't have a fixed requisition (Biggest Flake Ever)
3703
	* Set a default height/width for the encoding dialog (Dave)
3704
	* Don't show Find, Add Language, and Encodings dialogue in
3705
		  window list.
3706
	* Now that GtkComboBox supports mnemonic activation,
3707
		  set the focus target of the combos labels (Christian)
3708
	* Make resume dialog warning message selectable
3709
	  per HIG (Piers Cornwell)
3710
	* Make columns resizable (Marco Pesenti Gritti)
3711
3712
Bugfixes
3713
3714
	* Fix a lot of memleaks (Christian)
3715
	* Fix toolbar overflow menus creation (Christian)
3716
	* Honour the --with-gconf-schema-file-dir and
3717
	  --disable-schemas-install configure options
3718
	  (Julio M. Merino Vidal)
3719
	* Fixup completion matching and priority calculation (Marco)
3720
	* Put the serial numbers in duplicated filenames just before
3721
		  the last dot so we won't confuse apps like file-roller. (Xan)
3722
	* In downloader when open is explicitly requested from
3723
	  the dialog use a temporary file (Marco)
3724
	* Sync with mozilla 1.7a api (Christian)
3725
	* Reenable indentation of node xml (Christian)
3726
	* Fix numerous places where we weren't properly
3727
	  converting between UTF-8 and filename encoding. (Christian)
3728
	* Unify fallback downloads dir to get the
3729
	  home directory (Christian)
3730
	* Don't set entries insensitive, only set the non-editable when the
3731
		  gconf key isn't writable. (Christian)
3732
	* Changed .pc file version to 1.2 (Christian)
3733
	* Make statusbar api public for plugins (Christian)
3734
	* Fix several problems in the safe/unsafe downloads logic (Marco)
3735
3736
Translations
3737
3738
	* Ales Nyakhaychyk (be)
3739
	* Arafat Medini (ar)
3740
	* Changwoo Ryu (ko)
3741
	* Christian Neumair (de)
3742
	* Christophe Merlet (RedFox) (fr)
3743
	* Danilo Segan (sr)
3744
	* Duarte Loreto (pt)
3745
	* Francisco Javier F. Serrador (es)
3746
	* Funda Wang (zh_CN)
3747
	* GNOME PL Team (pl)
3748
	* Hasbullah Bin Pit (ms)
3749
	* John C Barstow (mi)
3750
	* Kjartan Maraas (no)
3751
	* Kostas Papadimas (el)
3752
	* Laurent Dhima (sq)
3753
	* Maxim Dziumanenko (uk)
3754
	* Miloslav Trmac (cs)
3755
	* Pauli Virtanen (fi)
3756
	* Žygimantas Beručka (lt)
3757
3758
==============
3759
Epiphany 1.1.6
3760
==============
3761
3762
Code changes
3763
3764
	* Add default width/height to EphyDialogs (Marco)
3765
	* Add a way to get the downloads dir (Marco, Christian, Adam Hooper)
3766
3767
Interface improvements
3768
3769
	* Use EPHY_STOCK_DOWNLOAD for download link icon (David Bordoley)
3770
	* Add a hidden "Tools" menu that extensions can use (David Bordoley)
3771
3772
Bugfixes
3773
3774
	* ephy-tab LOAD_PROGRESS property typo fix (Adam Hooper)
3775
	* Fix many, many memory leaks in 28 functions (Christian)
3776
	* Fix property getter of favicon "icon" property (Christian)
3777
	* Fix encoding converstion of "Untitled" filename suggestion (Christian)
3778
	* Don't crash when reading RDF file fails on bookmark import (Christian)
3779
	* Use rdf:resource instead of rdf:about on bookmark export (Christian)
3780
	* Sync topic names in the bookmarks menu (Christian)
3781
	* Fix bookmarks options parsing (Christian)
3782
	* Fix linking with nautilus view enabled (Christian Persch)
3783
	* Don't initialize EphyBrowser multiple times (Marco)
3784
	* Fix download cancelling (Marco)
3785
	* Fix compilation with Mozilla 1.4 (Christian)
3786
	* Don't display accelerators in tab titles (Christian)
3787
	* Remove misleading comment for ephy_string_blank_chr (Adam Hooper)
3788
	* When checking forms for modifications, handle text
3789
	  entries with default value longer than maxlength (Christian)
3790
3791
Documentation
3792
3793
	* Update documentation (Piers Cornwell)
3794
	* Update screenshot (David Bordoley)
3795
	* Update copyright date (Christian)
3796
3797
Translations
3798
3799
	* Changwoo Ryu (ko)
3800
	* Kjartan Maraas (no)
3801
	* Hasbullah Bin Pit (ms)
3802
	* Francisco Javier F. Serrador (es)
3803
	* Miloslav Trmac (cs)
3804
	* Danilo Segan (sr)
3805
	* Danilo Segan (sr@Latn)
3806
	* Christophe Merlet (RedFox) (fr)
3807
	* GNOME PL Team (pl)
3808
	* Žygimantas Beručka (lt)
3809
	* Sanlig Badral (mn)
3810
	* Kostas Papadimas (el)
3811
	* Christian Neumair (de)
3812
	* Reinout van Schouwen (nl)
3813
	* Laurent Dhima (sq)
3814
	* Alastair McKinstry (ga)
3815
	* Duarte Loreto (pt)
3816
	* Christian Rose (sv)
3817
3818
==============
3819
Epiphany 1.1.5
3820
==============
3821
3822
Bugfixes
3823
3824
	* Fix dialogs size persistance
3825
3826
==============
3827
Epiphany 1.1.4
3828
==============
3829
3830
Code changes
3831
3832
	* Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent (Christian)
3833
	* Api to get the page content into a string (Lee Willis)
3834
	* Use ngettext for number of downloads and remaining minutes display in
3835
	  the tooltip of the tray icon. (Piers Cornwell)
3836
	* Allow to open glade files not inside epiphany dirs (Adam Hooper)
3837
	* Make Cancel safe against non active downloads (Xan)
3838
	* Allow passing the translation domain to ephy_dialog_construct,
3839
		  to make extension's dialogues translatable. (Christian)
3840
3841
Interface improvements
3842
3843
	* Allow to  show/hide downloader clicking on tray icon (Xan)
3844
	* Show help for menu items in the statusbar (Christian)
3845
	* Use a Downloads folder on the desktop by default (Marco)
3846
	* Allow to disable automatic downloads (Marco)
3847
	* Re-enable fonts language font filtering (Christian)
3848
	* Better string for history disabling lockdown pref (Marco)
3849
	* Delete UTF-7 from our list of known encodings (Christian)
3850
	* Persist downloader position (Marco)
3851
3852
Bugfixes
3853
3854
	* Fix crash closing windows/tabs (Christian)
3855
	* Actually save the file in downloads dir and then
3856
		  open it (Marco)
3857
	* Create an epiphany temp dir in /tmp so that we can have
3858
	  the right permissions on it (Christopher James Lahey)
3859
	* Work around a bug in mozilla where  0xa0 (NBSP) are
3860
	  converted to spaces (Christian)
3861
	* Fix force reload (Christian)
3862
	* Do not use the same pref of 1.0 for the download dir,
3863
	  they are different things (Marco)
3864
	* Do not use the downloader folder key to persist
3865
	  Save As actions (Marco)
3866
3867
Translations
3868
3869
	* Miloslav Trmac (cs)
3870
	* Christian Neumair (de)
3871
	* Nikos Charonitakis (el)
3872
	* Francisco Javier F. Serrador (es)
3873
	* Alastair McKinstry (ga)
3874
	* Changwoo Ryu (ko)
3875
	* Hasbullah Bin Pit (ms)
3876
	* Reinout van Schouwen (nl)
3877
	* Kjartan Maraas (no)
3878
	* Artur Flinta (pl)
3879
	* Danilo Šegan  (sr, sr@Latn)
3880
	* Laurent Dhima (sq)
3881
3882
==============
3883
Epiphany 1.1.3
3884
==============
3885
3886
Code changes
3887
3888
	* Add API to clear http auth cache (Christian)
3889
	* Fix compilation with mozilla 1.4 (Christian)
3890
	* Some API naming unification (Christian)
3891
	* Add API to get the EphyTab from its EphyEmbed (Christian)
3892
	* Better error checking in mozilla glue code (Christian)
3893
	* Track mozilla trunk API changes (Christian)
3894
3895
New features
3896
3897
	* Set SOCKS host from GNOME global preferences (Christian)
3898
	* Check if there was input in forms before closing the tab/window,
3899
	  and warn user if there are unsubmitted changes (Christian)
3900
	* More lockdown features (Christopher J. Lahey, Christian)
3901
	* Caret browsing (enabled/disabled with F7) (Christian)
3902
	* Add back "Download Link As..." to the context menu (Xan)
3903
3904
Interface improvements
3905
3906
	* Always show "Copy" in the context menu when there is a selection
3907
	  (Michael Terry)
3908
	* Add "Help" buttons to all dialogues (Piers Cornwell)
3909
3910
Bugfixes
3911
3912
	* Fix some mem leaks (Christian)
3913
	* Fix the encoding menu in the case that the encoding is unknown to us
3914
	  (Christian)
3915
	* Fix logic error in window position restoring (Dave Jones)
3916
	* Fix startup crash when lockdown enabled (Christopher J. Lahey)
3917
	* Fix gobject implementation error in notebook finalize (Christian)
3918
3919
Documentation
3920
3921
	* Updated OMF file (Piers Cornwell)
3922
3923
Translations
3924
3925
	* Arafat Medini (ar)
3926
	* Changwoo Ryu (ko)
3927
	* Christian Neumair (de)
3928
	* Christian Rose (sv)
3929
	* Danilo Segan (sr, sr@Latn)
3930
	* Duarte Loreto (pt)
3931
	* Francesco Marletta (it)
3932
	* Francisco Javier F. Serrador (es)
3933
	* GNOME PL Team (pl)
3934
	* Joao Emanuel (pt_BR)
3935
	* Michael Everson (ga)
3936
	* Miloslav Trmač (cs)
3937
	* Progga (bn)
3938
	* Robert Sedak (hr)
3939
	* Roozbeh Pournader (fa)
3940
	* Sanlig Badral (mn)
3941
	* Sebastien Bacher (fr)
3942
	* tunggul arif siswoyo (id)
3943
3944
3945
==============
3946
Epiphany 1.1.2
3947
==============
3948
3949
Code changes
3950
3951
	* Reformat spinner code to conform to epiphany coding style. (Christian)
3952
	* Allow plugins to access the statusbar (Adam Hooper)
3953
	* Use statusbar api directly instead of wrapping it around, so that
3954
	  we can have different groups of messages (Marco)
3955
	* No need to have EphyNode thread safe since we never use
3956
	  it in threads anyway (Marco)
3957
	* Brought toolbar editor code type macros in line with the
3958
	  rest of libegg; use gobject instance private data (Christian)
3959
3960
New features
3961
3962
	* Lockdown: set buttons insensitive when their
3963
		  pref key is not writable. (Christian)
3964
	* Allow to move languages up and down in language editor (Christian)
3965
3966
Interface improvements
3967
3968
	* Make ctrl-click equivalent of middle click on links. Make shift-click
3969
		  save the link. (Christian)
3970
	* Sort the list of fonts alphabetically (Christian)
3971
	* Make toolbar editing drag icons use the same icon size as the
3972
		  actual toolbar icons (Jorn Baayen)
3973
	* In history show only site title by default (Marco)
3974
	* Make print dialogue spacing HIG-compliant (Christian)
3975
	* Use stock icon for print setup (Christian)
3976
	* Better way of mapping hierarchy to topics when importing
3977
		  bookmarks from mozilla (Christian)
3978
	* In-line the language editor in the prefs dialog (Christian)
3979
	* Use favicons in the back/forward menus (Christian)
3980
	* Set the download folder selection label to "Home" if download folder
3981
		  is home folder (Christian Neumair)
3982
3983
Bugfixes
3984
3985
	* Fix several mem leaks (Christian)
3986
	* Depend on automake 1.7, fix compilation from
3987
	  cvs on systems with 1.6 installed (Marco)
3988
	* Restore tabs menu shortcut keys ALT-1 .. ALT-0 (Christian)
3989
	* Don't try to save the submit button image instead of submitting
3990
		  the form
3991
	* Destroy file chooser with its parent window; fixes crashes (Christian)
3992
	* Fix coordinates of under widgets popup in RTL mode (Christian)
3993
	* Do not try to pickup already set MOZILLA_FIVE_HOME,
3994
		  hopefully fix crashes oepning links from thunderbird (Marco)
3995
	* Re-implement Pause/Resume in downloader (Xan)
3996
	* Correctly cancel the download instead of just
3997
		  cancelling the request. (Marco)
3998
3999
Documentation
4000
4001
	* Updated printing docs (Piers Cornwell)
4002
	* GDK_Meta_L is a keycode, not a modifier code.
4003
		  Map meta to GDK_MOD2_MASK. (Christian)
4004
4005
Translations
4006
4007
	* ar (Arafat Medini)
4008
	* be (Ales Nyakhaychyk)
4009
	* cs (Miloslav Trmac)
4010
	* de (Christian Neumair)
4011
	* el (Kostas Papadimas)
4012
	* en_GB (Christian Persch)
4013
	* es (Francisco F. Serrador)
4014
	* nl (Vincent van Adrighem)
4015
	* no (Kjartan Maraas)
4016
	* pt_BR (Gustavo Noronha Silva)
4017
	* sr (Danilo Šegan)
4018
	* sr@Latn (Danilo Šegan)
4019
	* sq (Laurent Dhima)
4020
4021
==============
4022
Epiphany 1.1.1
4023
==============
4024
4025
Code changes
4026
4027
	* Adapt to mozilla API changes (Marco, Xan, Christian)
4028
	* Sync gtk+ NSS dialogues from galeon (Marco)
4029
	* Embed commands interface for clipboard commands (Marco)
4030
	* Re-sync egg-editable-toolbar with gtk+ toolbar api changes (Marco)
4031
	* New file chooser wrapper class (Christian)
4032
	* Re-sync nautilus view with nautilus api changes (Marco)
4033
	* Cleanup of EphyWrapper to use higher-level mozilla api (Marco)
4034
	* Initialize EphyWrapper on realize (Marco)
4035
	* Instantiate an about:blank automatically (Marco)
4036
	* Show filechooser from header sniffer (Marco, Christian)
4037
	* Use content document dom to determine is_framed (Marco)
4038
	* Sync egg-editable-toolbar api with gtk+ toolbar api (Soren Sandmann)
4039
	* Use gnome-vfs helpers to launch apps, drop our own helpers (Marco)
4040
	* Only save history db if it's changed (Christian)
4041
	* Implement new downloading from ContentHandler (Xan)
4042
	* Use stock gcclosure-marshals where they exist (Christian)
4043
	* Implement commands state api (Marco)
4044
	* Rework ContentHandler to use auto_open of downloads (Xan)
4045
	* Resync eel-gconf-extensions from eel (Marco)
4046
	* Migrate old font settings (Marco)
4047
	* Get rid of gresult type (Christian)
4048
	* Remove unused function from ephy-gui (Marco)
4049
	* Use glib gi18n header instead of bonobo/libgnome one (Marc, Christian)
4050
	* Don't cache the dom document since it changes for every load (Marco)
4051
	* List of safe mime types, and script to update it (Marco)
4052
	* Use list of safe mime types to determine if we auto-open (Marco)
4053
	* Use gtk icon theme instead of gnome icon theme (Marco)
4054
	* Better ephy completion model (Marco)
4055
	* Port ephy node db saving and bookmarks RDF export to new libxml
4056
	  xmlWriter api (Christian)
4057
	* Remove some unneeded prototypes (Marco)
4058
	* Cleanup session, also persist bme and history window (Marco)
4059
	* Re-use gtkmozembed signals (Marco)
4060
	* Hack to make tooltips on toolbar items work (Marco)
4061
	* New extensions API (Christian)
4062
	* Port session to new extensions api (Christian)
4063
	* Reworked automation/activation (Marco)
4064
	* Enable deprecations and -Werror only in maintainer mode (Marco)
4065
	* Move gnome session code in the shell (Marco)
4066
	* Port to changed gtk+ combo box api (Marco)
4067
	* gtk-doc support (Marco)
4068
	* handle_content signal on EphyEmbedSingle for external downloader
4069
	  support (Marco)
4070
	* Refactor embed single apis into new EphyCookieManager,
4071
	  EphyPasswordManager and EphyPermissionManager interfaces (Christian)
4072
	* Implement arbitrary_url lockdown pref (Marco, Christopher Lahey)
4073
	* Don't build external protocol handlers with mozilla 1.6, it has
4074
	  its own (Marco)
4075
	* Merge exthandler/content implementation (Marco)
4076
	* Refactored PDM dialogue implementation (Christian)
4077
	* Lockdown: disable loading from unsafe protocols (Christian)
4078
	* Port zoom control to new GtkComboBox (Christian)
4079
	* Show time remaining in download tray icon tooltip (Marco)
4080
	* Lockdown: disable chrome changes from js (Marco, Christopher Lahey)
4081
	* Port EphyDialog and all users to new GtkComboBox (Christian)
4082
	* Remove GtkOptionMenu support from EphyDialog (Christian)
4083
	* Re-enable deprecation when in maintainer mode (Marco)
4084
	* Port GtkNSSClientAuthDialogs to new GtkComboBox (Christian)
4085
	* Remove some unused includes (Marco, Christian)
4086
4087
New features
4088
4089
	* Persist zoom setting per host (Christian)
4090
	* Undo/Redo in forms (Dave, Marco)
4091
	* Gtk+ NSS Auth Dialogues (Crispin Flowerday, from galeon)
4092
	* Tray icon support for downloader (Marco)
4093
	* Beginnings of lockdown mode (Marco, Christian, Christopher Lahey)
4094
4095
Interface improvements
4096
4097
	* Improved downloader interface (Marco, Xan)
4098
	* Move the spinner in its own mini-toolbar (Marco)
4099
	* New hand cursor adapted from eog (Dave)
4100
	* Use hand cursor in toolbar editor (Marco)
4101
	* Made encodings dialogue auto-apply (Christian)
4102
	* Don't pollute statusbar with the "done" mesage (Dave)
4103
	* Auto-close downloader when no more items
4104
	  left (Xan)
4105
	* Use new gtk+ file chooser (Christian)
4106
	* Better sorting of encoding autodetectors (Christian)
4107
	* Implement smart selection in downloader view (Xan)
4108
	* Smoother toolbar drag highlighting (Soren Sandmann)
4109
	* Update commands sensitivity in menus (Marco)
4110
	* Implement UI for download folder (Xan)
4111
	* Make prefs and PDM dialogues global (Christian)
4112
	* Improved cookie properties dialogue (Piers Cornwell)
4113
	* Split print into print setup and print (Christian)
4114
4115
Bugfixes
4116
4117
	* Remove invalid items from toolbars on load (Marco)
4118
	* Don't hide a separator item while dragging it (Marco)
4119
	* Fix delete event handling for downloader (Xan)
4120
	* Add missing default prefs for some language groups (Christian)
4121
	* Fix default prefs file for new mozilla parser changes (Christian)
4122
	* Remember upload path (Christian)
4123
	* Fix bookmarks import dialogue button duplication (Christian)
4124
	* Convert filenames to/from utf-8 before using them (Christian)
4125
	* Fix spinner refcounting (Christian)
4126
	* Fix fullscreen toolbar visibility (Marco)
4127
	* Force encoding on changes, so we can go back to automatic (Christian)
4128
	* Build nautilus server only when view is enabled (Marco)
4129
	* Fix leak of liststores from combo boxes (Marco)
4130
	* Fix dnd data provided by drag handle (Marco)
4131
	* Fix toolbar drag type creation (Marco)
4132
	* Don't require parent window for filechooser (Marco)
4133
	* Fix toolbar highlighting (Marco)
4134
	* Set sensible cursor hotspot in toolbar editor (Marco)
4135
	* Fix filechooser directory persistence (Christian)
4136
	* Unset silent mode after printing (Christian)
4137
	* Don't unref print dialogue twice when shown from mozila (Christian)
4138
	* Fix return value from print dialogue so mozilla won't show erroneous
4139
	  error dialogue (Christian)
4140
	* EphyDialog needs to be initialised when run, too (Christian)
4141
	* Use signal accumulators for boolean-return signals (Christian)
4142
	* Do not try to set sensitivity "Paste" menu items, the wait api
4143
	  cause bad crashes (Marco)
4144
	* Only allow printing the selection if there really is one (Christian)
4145
	* Use show() when run()ning an EphyDialog (Christian)
4146
	* Fix completion model crash on deleting a bookmark (Marco)
4147
	* Fix ephy location entry finalisation (Christian)
4148
	* Fix bookmarks editor crash from gtk clipboard wait api (Marco)
4149
	* Fix history db saving not to save "All" node (Marco)
4150
	* Don't unref the icon theme, we don't own it (Christian)
4151
	* Unlink session file when all windows are closed (Marco)
4152
	* Fix conversion on saving, fixes view-source (Marco)
4153
	* Fix recovery from corrupt toolbar layout file (Christian)
4154
	* Fix completion model column use (Marco)
4155
	* Import gtk NSS dialogues glade file from galeon, too (Christian)
4156
	* Build XUL dialogues with a gtkmozembed in a gtkwindow (Marco)
4157
	* Fix warning when showing the encodings dialogue (Christian)
4158
	* Link up toolbar editor help (Christian)
4159
	* Fix some typos (Marco)
4160
	* Unref on timeout when in server mode (Marco)
4161
	* Expand cmd line args (Marco)
4162
	* Nautilus view refcounting bug fix (Marco)
4163
	* Fix crash when starting with --bookmarks-editor, correctly instantiate
4164
	  a session (Marco)
4165
	* Don't re-fetch POST pages for show-source (Marco)
4166
	* Make encodings dialogue transient (Christian)
4167
	* Remove unused enum values (Christian)
4168
	* Mark EphyFooPriv structs as private for gtk-doc (Christian)
4169
	* Don't assert, return instead in impl_go_up (Marco)
4170
	* Fix context menu leak (Marco)
4171
	* Make session saving low disk safe (Marco)
4172
	* Fix "Download Link" context menu item text (Marco)
4173
	* Use stock icons where provided (Marco)
4174
	* Only set autoproxy url if non-empty (Christian)
4175
	* User ephy filechooser in download folder picker (Xan)
4176
	* Fix RDF export to export 100% instead of only 50% of bookmarks
4177
	  (Christian)
4178
	* Fix cookie manager signal marshaller type (Christian)
4179
	* Restore copy and paste menu items on form fields (Marco)
4180
	* Live updates of cookies list in PDM dialogue (Christian)
4181
	* Don't blindly overwrite files when downloading (Xan)
4182
	* Fix some mem leaks (Christian)
4183
	* Fix ephy_embed_get_location() on an unrealized widget (Marco)
4184
	* Monitor /system/http_proxy for proxy changes (Christian)
4185
	* Set pref widget sensitivity from gconf key writeablility (Christian)
4186
	* Fix strftime(3) usage (Christian)
4187
	* Fix GtkExpander state persistence in NSS dialogue (Christian)
4188
	* Remove duplicate signal from EphyEmbed (Christian)
4189
4190
Documentation
4191
4192
	* Documentation neatening, organisation (Piers Cornwell)
4193
	* Some new sections documented (Piers Cornwell)
4194
	* Some docs fixes (Dave)
4195
	* Beginnings of API documentation (Marco, Christian)
4196
	* Document preferences and downloader (Piers Cornwell)
4197
	* Document security and certificates section (Piers Cornwell)
4198
4199
Translations
4200
	* Christian Neumair (de)
4201
	* Christian Rose (sv)
4202
	* Danilo Segan (sr)
4203
	* Francisco Javier F. Serrador (es)
4204
	* Gustavo Noronha Silva (pt_BR)
4205
	* Hasbullah Bin Pit (ms)
4206
	* KAMAGASAKO Masatoshi (ja)
4207
	* Kostas Papadimas (el)
4208
	* Marcel Telka (sk)
4209
	* Mətin Əmirov(az)
4210
	* Miloslav Trmac (cs)
4211
	* Ole Laursen (da)
4212
	* Paul Duffy (ga)
4213
	* Vincent van Adrighem (nl)
4214
4215
4216
==============
4217
Epiphany 1.1.0
4218
==============
4219
4220
Code changes
4221
4222
	* Remove most egg code and port to the gtk 2.3 api for toolbars and
4223
	  menus (Marco, Christian)
4224
	* Cleanup gobjects using the new add_private api (Christian)
4225
	* Rewrote xbel bookmarks importer using xmlreader api (Christian)
4226
	* Use new dynamic api to create dynamic menus (Marco, Christian)
4227
	* Load default mozilla prefs from a javascript file,
4228
		  this is way is possible to override defaults in about:config (Marco)
4229
	* Use gtk invisible event boxes (Christian)
4230
	* Remove deprecated g_value_set_object_take_ownership() (Christian)
4231
	* Use new gnome vfs show_url api (Christian)
4232
	* Refactor node db loading functions into a common one in
4233
		  ephy-node-db. Switch to using xmlReader api. (Christian)
4234
	* Use gconf_client_notify to initialize prefs (Christian)
4235
	* Refactor initialization/automation code to ensure we dont
4236
	  use dying shell (Marco)
4237
	* Use GtkIconTheme (Marco)
4238
	* Use ngettext where useful (Christian)
4239
	* New implementation of location entry using GtkComboBox (Marco)
4240
	* New downloads implementation (user interface being worked on) (Xan, Marco)
4241
	* Remove our custom implementation and use gtk api for
4242
	  empty bookmarks menu (Marco, credits to Matthias Clasen for gtk implementation)
4243
	* Make the favourites menu self-updating (Christian)
4244
	* Port history and bookmarks combos to new api (Marco)
4245
4246
New features
4247
4248
	* Added migration from galeon settings (Christopher James Lahey)
4249
	* Add an --import-bookmarks command line option, and really implement
4250
		  the --add-bookmark one. (Christian)
4251
	* Ability to choose visible columns in bookmarks and history (Marco)
4252
	* History time filter (Marco)
4253
	* Import bookmarks from Firebird (Christian)
4254
	* Ability to import bookmarks from a custom file (Marco)
4255
	* Allow dragging of tabs to a window even when the tabs bar is not
4256
		  shown. (Christian)
4257
4258
Interface improvements
4259
4260
	* Simplify font selection and make it use points instead
4261
	  of pixels like everything in Gnome (Marco)
4262
	* Use a line to make more clear Language/Fonts relation (Marco)
4263
	* Sync spinner with the current active tab (Marco)
4264
	* HIGgify new bookmark dialogue title (Christian)
4265
	* Special, more compact, toolbar layout for fullscreen (Marco)
4266
	* Gtk versions of the mozilla certificate prompts (from galeon)
4267
	* Use Bookmarks instead of All as label in toolbars (Marco)
4268
	* Use radio buttons for tabs menu (Marco)
4269
	* Fix spacing in a few dialogs (Marco)
4270
	* Better icons on mime dialog (Marco)
4271
	* Case insensitive bookmarks matching in autocompletion
4272
	  (Marco, credits to Kristian Rietveld for rocking new widget)
4273
	* Show bookmarks at the top of autocompletion list (Marco)
4274
	* Speedup history dialog (Marco)
4275
	* Visual progress bar in downloader (Marco)
4276
	* Better encoding menu interface. Show most common/most used
4277
	  entry in the menu, split the others out to a dialog. Allow
4278
	  to revert to Automatic. Show current selected encoding with
4279
	  radio buttons (Christian, credits to Matthew Thomas for user
4280
	  interface ideas)
4281
	* Toolbar editor improvements. Show a different cursor when
4282
	  hovering the items. Pickup and drop behavior. Make space
4283
	  for the item instead of showing a line (Marco, credits to
4284
	  Soeren Sandmann for gtk changes)
4285
	* Make location a normal entry, removing the hard to click,
4286
	  vastly unused arrow for typed urls. (Marco)
4287
	* Focus bookmarks search entry by default (Ettore Perazzoli)
4288
4289
Bugfixes
4290
4291
	* Enable dragging the tab from a single-tab window too (Christian)
4292
	* Do not fail if prefs.js is corrupted (Marco)
4293
	* Fix location entry losing content when editing toolbar (Christian)
4294
	* Fix directory selection persistence (Christian)
4295
	* Fix a bug that could have caused bookmarks loss with low disk (Christian)
4296
	* Save session also when closing windows (Marco)
4297
	* Make mime dialogs interrupt download on Esc, simplify the code
4298
	  using response signal (Marco)
4299
	* Fix compilation on Solaris (Marco)
4300
	* Set a MOZ_PLUGIN_PATH default. (Christopher James Lahey)
4301
	* Fix a warning when printing to a file (Christian)
4302
	* Fix intermittent nautilus view activation failure (Mark McLoughlin)
4303
	* Fix downloads with authentication (Marco)
4304
	* Fix history clear, sometimes sites was not removed
4305
	  completely (Marco)
4306
	* Fix some treeview model leaks (Christian, Marco)
4307
4308
Translations
4309
4310
	* cs (Miloslav Trmac)
4311
	* en_GB (Christian Persch)
4312
	* fr (Eric Seigne)
4313
	* ga (Paul Duffy)
4314
	* hi (Guntupalli Karunakar)
4315
	* hu (Andras Timar)
4316
	* lt (Zygimantas Berucka)
4317
	* ml (Abel Cheung)
4318
	* mn (Sanlig Badral)
4319
	* nl (Vincent van Adrighem)
4320
	* pt_BR (Evandro Fernandes Giovanini)
4321
	* ro (Misu Moldovan)
4322
	* sk (Marcel Telka)
4323
	* sq (Laurent Dhima)
4324
	* sr.po (Danilo Segan)
4325
	* sr@Latn.po (Danilo Segan)
4326
	* sv (Christian Rose)
4327
	* ta (Dinesh Nadarajah)
4328
	* vi (Pablo Saratxaga)
4329
4330
4331
==============
4332
Epiphany 1.0.8
4333
==============
4334
4335
Bugfixes:
4336
	* Fix a crash when the icon theme doesn't have our "about" icon
4337
	  (Christian)
4338
	* Fix a crash when pressing delete after deleting the last cookie
4339
	  in the pdm dialogue (backported from HEAD) (Christian)
4340
	* Fix session saving for urls with "&" (Christian)
4341
4342
4343
==============
4344
Epiphany 1.0.7
4345
==============
4346
4347
Code changes:
4348
4349
	* Support for mozilla 1.6 (ported from HEAD) (Christian)
4350
4351
Bugfixes:
4352
4353
	* Fix a compiler warning introduced in 1.0.6 (Christian)
4354
	* Monitor /system/http_proxy too (Christian)
4355
	* Fix recovery from corrupted session, bookmarks and
4356
	  history files (Christian)
4357
	* Fix some mem leaks (JF Rameau)
4358
	* Don't remember last action from location entry,
4359
	  fixes short hostname urls (Marco, Christian)
4360
	* Fix crash when printing from js (Christian)
4361
	* Delete host entries from history db when there are no more
4362
	  pages from that host in the history (Marco, Christian)
4363
	* Fix crash of nautilus view after using the find dialogue (Christian)
4364
	* Fix toolbar drag handle drag data (Christian)
4365
	* Fix a crasher when deleting a bookmark (Marco, Christian)
4366
	* Fix epiphany freezing when editing a bookmark while loading the page
4367
	  it points to (Marco, Christian)
4368
	* Fix crash when calling epiphany from thunderbird (Marco, Christian)
4369
	* Don't close all epiphany window when exiting the last nautilus view
4370
	  (Christian)
4371
	* Fix crash when printing a frame from javascript (Christian)
4372
	* Fix window position restoring (Dave Jones)
4373
	* Fix documentation OMF file (ported from HEAD) (Christian, Piers Cornwell)
4374
	* Fix a mem leak (Christian)
4375
4376
Translations:
4377
4378
	* Danilo Segan (sr)
4379
	* Priit Laes (et)
4380
	* Alessio Frusciante (it)
4381
	* Орчуулагчдын тухай (mn)
4382
4383
4384
==============
4385
Epiphany 1.0.6
4386
==============
4387
4388
Bugfixes:
4389
4390
	* Fix a crash in the bookmarks editor (Marco)
4391
	* Fix session resume (Marco)
4392
	* Fix RDF export to encode entities (Christian)
4393
	* Fix session saving to encode entities (Christian)
4394
	* Fix recovery from corrupted toolbar layout file (Christian)
4395
4396
Translations:
4397
4398
	* ko (Changwoo Ryu)
4399
4400
4401
==============
4402
Epiphany 1.0.5
4403
==============
4404
4405
Bugfixes
4406
4407
	* Fixes for printing dialogue when shown from mozilla (Christian)
4408
	* Don't show a failure dialogue when cancelling the print dialogue
4409
	  shown from mozilla (Christian)
4410
	* Initialise the print dialogue also when shown from mozilla
4411
	  (Christian)
4412
	* Always show the print dialogue when printing from mozilla
4413
	  (Christian)
4414
	* Only allow printing the selection when there really is one
4415
	  (Christian)
4416
4417
Translations
4418
4419
	* ca (Jordi Mas)
4420
	* ga (David O'Callaghan)
4421
	* hi (रविशंकर श्रीवास्तव)
4422
	* sk (Marcel Telka)
4423
	* sv (Christian Rose)
4424
4425
4426
==============
4427
Epiphany 1.0.4
4428
==============
4429
4430
Code
4431
4432
	* Grab focus to the search entry when showing bookmarks editor
4433
	  (Ettore Perazzoli, Marco)
4434
4435
Bugfixes
4436
4437
	* Fix intermittent nautilus view activation failure (Mark McLoughlin)
4438
	* Fix autocompletion window popping up unexpectedly (Marco)
4439
4440
Translations
4441
4442
	* kn (ಪ್ರಮೋದ್.ಆರ್)
4443
	* pt_BR (Gustavo Noronha Silva)
4444
4445
4446
==============
4447
Epiphany 1.0.3
4448
==============
4449
4450
Code
4451
4452
	* Add support for mozilla 1.5 final (Kristian Rietveld)
4453
4454
Documentation
4455
4456
	* Translated to Ukrainian by Максим Дзюманенко
4457
4458
Translations
4459
4460
	* it (Francesco Marletta)
4461
	* uk (Максим Дзюманенко)
4462
4463
4464
==============
4465
Epiphany 1.0.2
4466
==============
4467
4468
Bugfixes
4469
	* Don't show session resume dialogue in server mode (Christian)
4470
	* Fix http accept language header when running in C locale (Christian)
4471
4472
Translations
4473
	* hu (Tímár András)
4474
	* sr, sr@Latn (Danilo Šegan)
4475
4476
4477
==============
4478
Epiphany 1.0.1
4479
==============
4480
4481
Code
4482
4483
	* Add support for mozilla 1.4.1 (Marco)
4484
	* Add support for mozilla 1.6a (Xan)
4485
4486
Bugfixes
4487
4488
	* Fix XBEL (Galeon/Konqueror) bookmarks importer (Christian)
4489
	* Use the translated names for the default bookmarks and topics
4490
	  when creating them (Christian)
4491
	* Set MOZ_PLUGIN_PATH in the startup script (Christopher James Lahey)
4492
	* Remove the autocompletion window timeout also when the window is
4493
	  still not visible (Marco)
4494
	* Add supported protocols to epiphany.application (Marco)
4495
	* Fix peristence of directory selection (Christian)
4496
	* Initialise completion visibility flag (Maroc)
4497
	* Fix check for return value of xmlSaveFileFormat (Christian)
4498
	* Specify UTF-8 encoding for the keyword: url (Christian)
4499
	* Check for NULL return of gtk_get_current_event (Christian)
4500
	* Fix session saving crash when run in --server mode (Christian)
4501
	* Stop download when cancelling the unknown mime type dialogue
4502
	  (Christian)
4503
	* Follow tabs pref on double click in the history window (Marco)
4504
	* Fix compile warning on Solaris (Marco)
4505
	* Fix loading of bookmarks and toolbar files when they are corrupted
4506
	  (Christian)
4507
	* Don't pass NULL to gnome_vfs_expand_initial_tilde (Marco, Christian)
4508
4509
Translations:
4510
4511
	* el (Νίκος Χαρωνιτάκης)
4512
	* et (Priit Laes)
4513
	* fr (Eric Seigne)
4514
	* hu (Tímár András)
4515
	* lt (Žygimantas Beručk)
4516
	* pt_BR (Evandro Fernandes Giovanini, Augusta Marques da Silva)
4517
	* sk (Marcel Telka)
4518
	* sv (Christian Rose)
4519
4520
==============
4521
Epiphany 1.0
4522
==============
4523
4524
Bugfixes
4525
4526
	* fix crashes when dragging on bookmarks topics (Marco)
4527
	* fix wrap around option in find dialog (Marco)
4528
4529
Translations
4530
4531
	* bn (Taneem Ahmed)
4532
	* fi (Pauli Virtanen)
4533
	* el (Nikos Charonitakis)
4534
	* hi (Guntupalli Karunakar)
4535
	* ja (Takayuki KUSANO)
4536
	* ko (Young-Ho Cha)
4537
	* mn (Sanlig Badral)
4538
	* sk (Marcel Telka)
4539
4540
==============
4541
Epiphany 0.9.3
4542
==============
4543
4544
Translations
4545
4546
	* cy (Dafydd Harries)
4547
	* es (Francisco Javier F. Serrador)
4548
	* fr (Eric Seigne)
4549
	* it (Alessio Frusciante)
4550
	* ko (Changwoo Ryu)
4551
	* nl (Vincent van Adrighem)
4552
	* sq (Laurent Dhima)
4553
	* ta (Dinesh Nadarajah)
4554
	* zh_CN (Wang Jian)
4555
4556
==============
4557
Epiphany 0.9.2
4558
==============
4559
4560
Bugfixes
4561
	* Use WARN_CXXFLAGS for mozilla code, fix warnings
4562
	  on gcc 3.2 (Marco)
4563
	* Fix a possible crash when setting zoom (Christian Persch)
4564
	* Fix a warning when trying to remove items with CANC
4565
	  from empty history (Christian Persch)
4566
	* Use small spinner with text beside icon style (Anders Carlsson)
4567
	* Fix reimporting logic when bookmarks file has
4568
	  a wrong version (Christian Persch)
4569
4570
==============
4571
Epiphany 0.9.1
4572
==============
4573
4574
Bugfixes
4575
	* Do not distribute corba generated files (Marco)
4576
4577
==============
4578
Epiphany 0.9.0
4579
==============
4580
4581
Code
4582
	* Fix some warnings and missing includes (Christian Persch)
4583
4584
Bugfixes
4585
4586
	* Respect toolbar priority text preference (Marco)
4587
	* Do not show context menus on print preview (Marco)
4588
	* Fix print preview navigation (Marco)
4589
	* Fix opening bookmarks in new window (Xan Lopez)
4590
	* Expand initial ~ in file name to print to (Christian Persch)
4591
	* Fix print preview options when saving on file is
4592
	  selected (Christian Persch)
4593
	* Fix a bug in navigation/html targets interaction (Marco)
4594
	* Fix a crash when closing downloader with both completed
4595
	  and in progress downloads (Marco)
4596
	* Fix some bookmarks editor drag on topics problems (Marco)
4597
	* Actually overwrite existing files when the user requested it (Marco)
4598
	* Fix crash with bookmarks title == NULL (Marco)
4599
4600
Documentation
4601
4602
	* More sections written and add some screenshots (Patanjali Somayaji)
4603
4604
Translations
4605
4606
	* az (Metin Amiroff)
4607
	* el (Nikos Charonitakis)
4608
	* et (Priit Laes)
4609
	* fi (Pauli Virtanen)
4610
	* ga (Paul Duffy)
4611
	* hi (Guntupalli Karunakar)
4612
	* is (Samuel Jon Gunnarsson)
4613
	* no (Kjartan Maraas)
4614
4615
==============
4616
Epiphany 0.8.4
4617
==============
4618
4619
New features
4620
4621
	* Respect the new system wide pref to not use
4622
	  proxy for a list of urls (Malcolm Tredinnick, Marco)
4623
4624
Bugfixes
4625
4626
	* Fix multiple items drag and drop behavior and one
4627
	  crash caused by the old code. (Marco)
4628
	* Make it compile with mozilla head (Xan Lopez)
4629
4630
Documentation
4631
4632
	* Wrote section about bookmarks (Patanjali Somayaji)
4633
4634
Translations
4635
4636
	* ca (Jordi Mallach)
4637
	* cy (Dafydd Harries)
4638
	* da (Ole Laursen)
4639
	* pt_BR (Evandro Fernandes Giovanini)
4640
4641
==============
4642
Epiphany 0.8.3
4643
==============
4644
4645
Interface improvements
4646
4647
	* use kB instead of KB consistently (Xan Lopez)
4648
4649
Bugfixes
4650
4651
	* Fix several memory leaks (Christian Persch)
4652
	* Use link text as bookmark title when no title
4653
		  is specified (Marco)
4654
	* Disable clipboard context menu. No way to make
4655
		  it work correctly for 1.0 (Marco)
4656
	* Fix blank homepage loading (Christian Persch)
4657
	* Fix tab positioning logic (Christian Persch)
4658
	* Gconf notifiers from mozilla prefs now respect the schemas,
4659
	  fix crashes on --unset (Marco)
4660
	* Clamp progress values between 0 and 100 to fix warnings (Marco)
4661
	* Fix crash when adding bookmark with no page loaded (Marco)
4662
	* Do not allow duplicate bookmark items to respect the editor
4663
	  checkbox (Marco)
4664
	* Fix "host" categorization of local files in history
4665
	  (Christian Persch)
4666
4667
Translations
4668
4669
	* az (Metin AMiroff)
4670
	* be (Dmitry G. Mastrukov)
4671
	* ca (Francesc Dorca)
4672
	* cs (Miloslav Trmac)
4673
	* da (Ole Laursen)
4674
	* en_GB (Christian Persch)
4675
	* es (Francisco Javier F. Serrador)
4676
	* ko (Young-Ho Cha)
4677
	* ms (Hasbullah Bin Pit)
4678
	* nl (Vincent van Adrighem)
4679
	* pl (Artur Flinta)
4680
	* ru (Dmitry G. Mastrukov)
4681
	* sr (Danilo Degan)
4682
	* sr@Latn (Danilo Degan)
4683
	* sv (Christian Rose)
4684
4685
==============
4686
Epiphany 0.8.2
4687
==============
4688
4689
Code changes
4690
4691
	* Improve toolbar editor api for costum items (Marco)
4692
	* Rework find implementation to integrate better
4693
		  with type ahead and to simplify the code (Marco)
4694
	* Usual memory leaks fixes (Christian Persch)
4695
	* Add some comments for translators (Christian Persch, Marco)
4696
	* Use string valid also externally for drag and drop
4697
	  Url for bookmarks, a special uri for topics (Marco)
4698
	* Cleanup toolbars model (Marco)
4699
	* Set a version on the toolbar xml and make it low disk safe (Marco)
4700
4701
Interface improvements
4702
4703
	* Allow drag and drop of urls on the bookmarks toolbar (Xan Lopez)
4704
	* Disable smooth scroll and image autoresize (Marco)
4705
	* Remove useless icons from the print dialog (Marco)
4706
	* Fix incosistency between all topic on the toolbar and bookmarks menu (Marco)
4707
	* If the page is about:blank, set title to "Blank page" (Christian Persch)
4708
	* More friendly description for cache preferences (Marco)
4709
	* Add a show in bookmarks toolbar item on the bookmarks editor
4710
	  context menu (Marco)
4711
	* Always open bookmarks and history pages in new window/tab according
4712
	  to pref on double click (Marco)
4713
4714
Bugfixes
4715
4716
	* Fix a crash when mozilla returns no system fonts on enumeration (Marco)
4717
	* Remove bookmarks from the toolbar also when no windows are open (Marco)
4718
	* If there are invalid bookmarks in the toolbar dont crash on startup
4719
	  but remove them (Marco)
4720
	* Support mozilla language packs (Christian Persch)
4721
	* Fix type ahead/normal find interaction (Marco)
4722
	* Fixes transparency issue on tab label and site icon (Christian Persch)
4723
	* Do not try to open javascript links in new tab with
4724
	  middle click (Marco)
4725
	* Fix crash when deleting all bookmarks/cookies (Christian Persch)
4726
	* Fix session management, typo in the executable name (Nikolai Weibull)
4727
	* Fix dialogs properties persistance (Marco)
4728
	* Fix a crash when clicking on bookmarks while exiting fullscreen (Marco)
4729
4730
Translations
4731
4732
	* Dutch manual (Reinout van Schouwen)
4733
4734
	* be (Dmitry G. Mastrukov)
4735
	* cy (Keith Willoughby)
4736
	* cs (Miloslav Trmac)
4737
	* de (Christian Neumair)
4738
	* el (Nikos Charonitakis)
4739
	* en_GB (Christian Persch)
4740
	* es (Francisco Javier Fernandez)
4741
	* fi (Pauli Virtanen)
4742
	* ms (Hasbullah Bin Pit)
4743
	* nl (Vincent van Adrighem)
4744
	* pl (Artur Flinta)
4745
	* pt (Duarte Loreto)
4746
	* pt_BR (Evandro Fernandes Giovanini)
4747
	* sr (Danilo Segan)
4748
	* sr@Latn (Danilo Segan)
4749
	* sv (Christian Rose)
4750
	* zh_CN (Wang Jian)
4751
4752
==============
4753
Epiphany 0.8.0
4754
==============
4755
4756
Code changes
4757
4758
	* Replace "0" with "false" in .desktop Terminal entries
4759
	  (Jordi Mallach)
4760
	* Fix node signal emission to work on Freebsd and alpha
4761
	  (Christian Persch)
4762
	* Sync content handler api with mozilla head (Xan Lopez)
4763
	* Remove use of acconfig.h (Marco)
4764
	* Gconf schema cleanups (Christian Persch)
4765
	* Remove last bits of nautilus theme support from the
4766
	  spinner code (Christian Persch)
4767
	* Use url/name to store topics and bookmarks in the toolbar
4768
	  configuration. This is more manteinable but toolbar
4769
	  settings are lost (Marco)
4770
	* Improve bookmarks rdf format (Marco, Edd Dumbill)
4771
	* Freeze all xml formats and update version to 1.0.
4772
	  Bookmarks are reimported from the rdf.
4773
	* Fix saving of smart bookmarks on the rdf (Lee Willis)
4774
	* Very simple plugin framework, unused for now (Marco)
4775
	* Cleanup header dependencies. Now we have a basic set
4776
	  of independent headers that will be useful for the
4777
	  plugins. (Marco)
4778
4779
Interface improvements
4780
4781
	* Remove ellipses from find toolbar item (Dave Bordoley)
4782
	* Tooltip for location entry, navigation buttons,
4783
	  go button (Christian Persch)
4784
	* Use normal google search for keywords instead of feel
4785
	  lucky (Marco)
4786
	* Implement toolbar overflow menu item for bookmark
4787
	  topics (Christian Persch)
4788
	* Use the browser icon from gnome icon theme (Marco)
4789
	* Ellipsise the bookmarks titles in topics menus (Christian Persch)
4790
	* Show an alert when mozilla cant start instead of crashing (Marco)
4791
	* Ever save bookmarks when changed (Marco)
4792
	* Implement toolbar overflow menu item for the
4793
	  go button (Christian Persch)
4794
	* Show the document context menu on ctrl+f10 (Marco)
4795
	* Fast search for bookmarks and history.
4796
	  Pressing a key will make ephy select the first entry begining with
4797
		  that character (Xan Lopez)
4798
	* Shorten session history menu items (Christian Persch)
4799
	* Delete key remove personal data manager entries (Xan Lopez)
4800
	* Higgy titles for all file pickers (Marco)
4801
4802
Bugfixes
4803
4804
	* Fix bug with location entry no more sensible on clicks (Marco)
4805
	* Fix utf8 handling in the preferences dialog (Christian Persch)
4806
	* Fix a lot of memory leaks (Christian Persch)
4807
	* Add a news:// protocol handler (Marco)
4808
	* Rewrite autocompletion selection logic (Marco)
4809
	* Fix Tab key binding in location entry (Marco)
4810
	* Fix page load progress update logic (Christian Persch)
4811
	* Update the spinner when a tab is removed (Christian Persch)
4812
	* Sync autocompletion searches color with theme changes
4813
	  (Dave Bordoley)
4814
	* Fall back to about:blank when first page load fails (Marco)
4815
	* Actually show the list of fonts in preference dialog
4816
	  entries (Marco)
4817
4818
Updated translations
4819
4820
	* ar (Arafat Medini)
4821
	* da (Ole Laursen)
4822
	* de (Christian Neumair)
4823
	* en_GB (Christian Persch)
4824
	* es (Francisco Javier F. Serrador)
4825
	* ms (Hasbullah Bin Pit)
4826
	* nl (Vincent van Adrighem)
4827
	* pt_BR (Evandro Fernandes Giovanini)
4828
	* ru (Valek Filippov)
4829
	* sr (Danilo Segan)
4830
	* sr@Latn (Danilo Segan)
4831
	* sv (Christian Rose)
4832
	* zh_CN (Wang Jian)
4833
4834
==============
4835
Epiphany 0.7.3
4836
==============
4837
4838
Interface improvements
4839
4840
	* Display tooltips on toolbars (Marco)
4841
4842
Bugfixes
4843
4844
	* Fix a potential crash when fetching favicons (Marco)
4845
	* Fix site icon in tabs (Christian Persch)
4846
	* Fix crashes when changing location (Christian Persch)
4847
4848
==============
4849
Epiphany 0.7.2
4850
==============
4851
4852
Code changes
4853
4854
	* Rewrite window updating code to use properties (Christian Persch)
4855
	* Rewrite tabs menu and gtknotebook signals (Christian Persch)
4856
	* Rewrite fullscreen to use the new gtk api (Marco)
4857
	* Rewrite the url typed by user overwrite logic (Marco
4858
	* For langauges use functions instead of declaring static
4859
	  vars in the header (Christian Persch)
4860
	* Remove unused gconf prefs, cleanup paths and use strings instead
4861
	  of numeric enumerations (Marco)
4862
	* Use new AM_INIT macro (Marco)
4863
	* Add a context menu signal on the embed to handle both keys and
4864
	  mouse (Marco)
4865
	* Do not override the UA but set vendor prefs so
4866
		  that mozilla can build it correctly (Marco)
4867
	* Remove BonoboWindow/Control popup separation, as the first
4868
	  is no more needed (Marco)
4869
	* Translatable string for the locale-dependent http-accept-language
4870
	  list (Christian Persch)
4871
	* Get rid of the gobject macros (Marco)
4872
4873
Interface improvements
4874
4875
	* Better security state icons (suggested by Luca Ferretti, designed by Jimmac)
4876
	* Rename Appeareance preferences tab to be less generic (Marco)
4877
	* Remove memory cache prefs, now mozilla can deal with it automagically. (Marco)
4878
	* Delays bookmarks/history searches a bit after the user pressed key,
4879
	  so that it feel more responsive (Marco)
4880
	* Fixup embed context menu accesskeys (Piers Cornwell)
4881
	* Get rid of starthere: and default homepage to google (Marco)
4882
	* Add a way to import bookmarks from the editor (Marco)
4883
	* Allow to edit smart bookmarks in the user interface (Marco)
4884
	* Provide toolbar overflow menu items for bookmarks (Christian Persch)
4885
	* Better description for cookies preferences (Marco)
4886
	* HIGified Import Bookmarks dialog (Christian Neumair)
4887
	* Persist the language selected for the fonts preferences (Christian Persch)
4888
	* Convert dialog to metric units (Christian Persch)
4889
	* Suggest the address as bookmark title when web page has no title (Marco)
4890
	* Shift+F10 show context menus on the embed (Marco)
4891
	* Implement help button for personal data manager dialog (Christian Persch)
4892
	* Unify the "Copy Email Address" and "Copy Link Address"
4893
	  context menu items (Christian Persch)
4894
	* Higgify history clear dialog (Marco)
4895
	* Add ellipse to Find menu item (Piers Cornwell)
4896
	* Give up on page cloning until we find a good way to do it (Marco)
4897
	* If there's no background image, disable the Save Background As
4898
		  menu entry. (Christian Persch)
4899
	* Do not allow to open properties of multiple cookies (Marco)
4900
	* Ever put cursor at the end of the text when selecting autocompletion
4901
		items. (Marco)
4902
	* Use page url as title when there is no page title. (Marco)
4903
4904
Bugfixes
4905
4906
	* Fix several memleaks (Christian Persch)
4907
	* Do not convert spaces to _ on bookmarks importing (Marco)
4908
	* Explicitly create pointer to avoid strict aliasing
4909
	  warnings with gcc 3.3. (Jeremy Katz)
4910
	* size_t fixes for 64 bit platforms (Jeremy Katz)
4911
	* Use va_copy for the valist instead of
4912
		  directly accessing it (Jeremy Katz)
4913
	* Dont crash when adding a bookmark without topics. (Marco)
4914
	* Dont crash when closing add bookmark menu quickly (Marco)
4915
	* Fix crashes when adding bookmarks with more than one
4916
	  browser window (Marco)
4917
	* Correctly select the topic to rename when adding one (Xan Lopez)
4918
	* Use our own parser to import mozilla bookmarks so that it actually
4919
	  works. (Marco)
4920
	* Respect the bookmarks bar visibility user choice also
4921
		  for popups. (Marco)
4922
	* Update find dialog when user select another tab or load a new url
4923
	  (Christian Persch)
4924
	* Use g_snprintf to not break gcc 2.95
4925
	* Sanitize location entry. Completion will work with pasted text and
4926
	  not ascii characters. (Marco)
4927
	* Fix downloader progress overflow (Marco)
4928
	* Fix add bookmark from link (Marco)
4929
	* Make sure tabs are hidden when going in print preview mode. (Marco)
4930
		* Make print dialog transient. (Marco)
4931
	* Select the old find text when opening find dialog (Marco)
4932
4933
Updated translations
4934
4935
	* cs (Miloslav Trmac)
4936
	* de (Christian Neumair)
4937
	* en_GB (Christian Persch)
4938
	* es (Francisco Javier F. Serrador)
4939
	* mk (Ivan Stojmirov)
4940
	* nl (Vincent van Adrighem)
4941
	* no (Kjartan Maraas)
4942
	* sv (Christian Rose)
4943
	* zh_TW (Abel Cheung)
4944
4945
==============
4946
Epiphany 0.7
4947
==============
4948
4949
Code changes
4950
4951
	* Extend node api to allow to branch different databases, deobjectify
4952
		nodes for better perfomance, smarter id factory. (Marco)
4953
	* Use stock icons instead of the files directly to set window
4954
		  border icons. (Dave Bordoley)
4955
	* Cleanup zoom code (Christian Persch)
4956
	* Cleanup tab opening logic (Marco)
4957
	* Rewrite large parts of the encodings/languages code (Christian Persch)
4958
	* Use the spinner icon from gnome-icon-theme (Marco)
4959
	* Start to cleanup schemas for 1.0 (Christian Persch)
4960
	* Use bookmark action for the most used bookmarks menu (Marco)
4961
4962
New features
4963
4964
	* Zoom control for the toolbar (Christian Persch)
4965
	* Holding shift and pressing reload button bypass the cache (Christian Persch)
4966
	* Implement a traditional bookmarks menu (Marco)
4967
	* Exit fullscreen button (Marco)
4968
4969
Interface improvements
4970
4971
	* Remove fine grain color settings. Always use the system theme
4972
		  colors (Dave Bordoley)
4973
	* Remove the on new page pref, try to make it behave in a way
4974
	  that fit all cases. (Dave Bordoley)
4975
	* Made (hopefully) all dialogs HIG compliant (Christian Neumair)
4976
	* Make find dialog unresizable (Xan Lopez)
4977
	* Make double click select the whole address in toolbar entry (Marco)
4978
	* Cleanup downloader ui and remove keep open option (Christian Neumair)
4979
	* Tweak mozilla default settings. Don't fetch sidebar whats related stuff.
4980
		  Line Wrap View->Source. CTRL-Mousewheel scrolls by one page.
4981
		  Enable Image Auto-Resizing. (Dave Bordoley)
4982
	* Activate the menu on button press down (Dave Bordoley)
4983
	* Several interface fixes in print dialog (Piers Cornwell)
4984
	* Add accellerators on the encoding menus (Piers Cornwell)
4985
4986
Bugfixes
4987
	* Mark download time format strings for translation (Christian Neumair)
4988
	* Make xml saving low disk safe (Marco)
4989
	* Fix crashes on node removal (Marco)
4990
	* Rebuild tabs menu only when necessary (Christian Persch)
4991
	* Fix crash on download pause (Xan Lopez)
4992
	* Ever ask for path when saving a file, persist the path
4993
	  also on Cancel (Marco)
4994
4995
Updated translations
4996
4997
	* be (Dmitry G. Mastrukov)
4998
	* cs (Miloslav Trmac)
4999
	* da (Ole Laursen)
5000
	* es (Pablo Gonzalo del Campo)
5001
	* li (Mathieu van Woerkom)
5002
	* ja (Takayuki KUSANO)
5003
	* nl (Vincent van Adrighem)
5004
	* pt (Duarte Loreto)
5005
	* se (Christian Neumair)
5006
	* sv (Christian Rose)
5007
	* vi (Pablo Saratxaga)
5008
5009
==============
5010
Epiphany 0.6.1
5011
==============
5012
5013
Code changes
5014
5015
	* Initialize mozilla prefs on startup, so changing gconf prefs while
5016
	  epiphany is not running works again (Marco)
5017
	* Convenience function to display help, avoid a lot
5018
	  of code duplication (Dave Bordoley)
5019
	* Rework prefs dialog code to use a notebook directly from glade
5020
	  and to fit in one file (Marco)
5021
	* Export bookmarks in rdf format, it will be more useful when
5022
	  it's possible to import from it (Marco, Edd Dumbill)
5023
	* Use gtk api for fullscreen (Marco)
5024
	* Do not allow to have more than one bookmark with the same address in
5025
	  the bookmarks collection (Xan Lopez)
5026
5027
New features
5028
5029
	* Drag and drop of links to tabs (Christian Persch)
5030
	* Wrote the structure of the help and 30% of the contents (Dave Bordoley)
5031
	* Security preferences (Marco)
5032
	* Autodetect the user primary language (Marco)
5033
	* Show a list of tabs at the bottom of tabs menu (Dave Bordoley)
5034
5035
Interface improvements
5036
5037
	* ctrl+u show page source (Marco)
5038
	* Use address as title when the page is untitled (Christian Persch)
5039
	* Confirmation dialog for clearing history (Jon Svendsen)
5040
	* Improve find dialog readability, avoid vertical resizing
5041
	  of it (Dave Bordoley, Xan Lopez)
5042
	* Use the term Adress instead of Location as discussed
5043
	  with docs guys (Dave Bordoley)
5044
	* Show bookmarks icons in the toolbar only when there
5045
	  is a specific one (Dave Bordoley)
5046
	* Do not show empty submenus for empty topics, show
5047
	  an "Empty" insensitive item instead (Lee Willis)
5048
	* Some cleanups of the preferences dialog, work in progress (Marco)
5049
	* Alphabetical sort of bookmarks menu (Xan Lopez)
5050
	* Show the full page title in tooltip on the tab label (Christian Persch)
5051
	* On Go->Location, show the toolbar if it's hidden, and hide it again
5052
	  when the user finished to type (Marco)
5053
5054
Bugfixes
5055
5056
	* Remove toolbar for context menu works (Marco)
5057
	* Insert new toolbars before the bookmarks toolbar (Marco)
5058
	* Improve default topics, add google smart bookmark
5059
	  to the toolbar by default (Dave Bordoley)
5060
	* Fix menu sensitivity for the history dialog (Marco)
5061
	* Fix leak in bookmarks importing and improve its speed.
5062
	  This make importing large collection of bookmarks
5063
	  actually possible  (Osma Ahvenlampi)
5064
	* Use AM_CXX_FLAGS instead of CXX_FLAGS, make
5065
	  life easier to packagers (Edd Dumbill)
5066
	* Fix 64 bit problems (Jeremy Katz)
5067
	* Middle click actions on click event, not on mouse down (Marco)
5068
	* Fix leak of tooltips in the statusbar (Christian Persch)
5069
	* Fix smartbookmarks and non ascii characters (Marco)
5070
	* Fix external handlers like mailto, ftp ... (Marco)
5071
	* Make uncategorized special topic work consistently (Xan Lopez)
5072
	* Do not save position for browser windows (Dave Bordoley)
5073
	* Make our string ellipsizing helper utf8 save (Christian Persch)
5074
	* Various internationalization fixes (Christian Neumair)
5075
5076
Updated translations
5077
5078
	* cs (Miloslav Trmac)
5079
	* da (Ole Laursen)
5080
	* de (Christian Neumair)
5081
	* es (Francisco Javier Fernandez)
5082
	* ja (Takayuki KUSANO)
5083
	* ms (Hasbullah Bin Pit)
5084
	* pt_BR (Evandro Fernandes Giovanini)
5085
5086
==============
5087
Epiphany 0.6.0
5088
==============
5089
5090
Code changes
5091
5092
	* Abstract implementation of EphyNodeView and EphyNodeTreeModel,
5093
	  so they can be shared by history and bookmarks (Marco, Jorn Baayen)
5094
	* Rewrite toolbar editor: more flexible model, do not use xml to build
5095
	  toolbars internally but EggAction directly (Marco)
5096
	* EphyDnd, EphyShell, Session cleanups (Christian Persch)
5097
	* Remove --geometry parameter (it was not being respected anyway) (Xan Lopez)
5098
5099
Interface improvements
5100
5101
	* Update smart bookmarks explanation (Marco)
5102
	* Remove "Epiphany" from desktop files (Marco)
5103
	* Always show tab bar if the user choose to default to tabs (Frank Belew)
5104
	* Add Help menu to the bookmarks editor (David Bordoley)
5105
	* All bookmarks menu on the bookmarks toolbar (Marco)
5106
	* Change the start page uri to home: (Marco)
5107
	* Not categorized special topic (Marco)
5108
	* Ever open tab as last on File->New tab and similars (Marco)
5109
	* Hidden pref for middle click open url, it can be confusing (Marco)
5110
	* Rework the design of the history dialog, not completed,
5111
	  but it's already more usable (Marco, Dave Bordoley)
5112
	* Merge (and fix) Pause/Resume buttons of the downloader (Xan Lopez)
5113
	* Open view source next to the current tab (Xan Lopez)
5114
	* Update View, Zoom, Tabs main menu bar items sensitivity according
5115
	  to the state (Marco)
5116
	* Default bookmarks toolbar. Do not allow to drag items to the
5117
	  other toolbars because it can be confusing. Accessible and more visible
5118
	  way to add bookmarks to the toolbar, in addition to drag and drop (Marco)
5119
	* Add tooltips to all the history and bookmarks menus (Dave Bordoley)
5120
	* Respect user selected font sizes in the home page (Xan Lopez)
5121
	* Add a down arrow to topics in bookmarks toolbars (Dave Bordoley)
5122
	* Save page content by default (Christian Persch)
5123
	* Make new bookmark dialog transient instead of modal (Dave Bordoley)
5124
	* Use epiphany logo in the about window (Xan Lopez)
5125
	* Add and help button to toolbar editor (Dave Bordoley)
5126
	* Allow to resize the two views in bookmarks editor and history using
5127
	  a pane (Dave Bordoley)
5128
	* Save the position of windows on the screen (Dave Bordoley)
5129
	* Consistent use of the term "Bookmarks Bar" in the code, ui and schema.
5130
	  (Dave Bordoley)
5131
	* New default toolbar layout (Dave Bordoley)
5132
	* In the history and bookmarks view pack the icon in the same
5133
	  column of the title (Marco)
5134
	* Respect View menu toggles also in fullscreen (Lee Willis)
5135
5136
Bugfixes
5137
	* Add bugzilla info (Mark Finlay)
5138
	* Register application info (for mimetypes) (Mark Finlay)
5139
	* Fix a compilation bug on 2.95 (Vincent Untz)
5140
	* Fix select all for the bookmarks view (Dave Bordoley)
5141
	* Paste is only sensitive when in a text entry (Dave Bordoley)
5142
	* Fix bookmarks editor context menus to ever refer to the right view (Marco)
5143
	* Update bookmarksmenus sensitivity when the context change
5144
	  rather than after the menu is showed (Marco)
5145
	* Fix crash when opening popups (Marco)
5146
	* Fix crash when accessing secure sites (Dave Camp)
5147
	* Fix back and forward buttons prelighting randomly (Marco)
5148
	* Fix translation of some menus (Christian Neumair)
5149
	* Fix the downloader to remove/pause only current download, not all
5150
	  (Xan Lopez)
5151
	* "Intelligent" selection when an item is removed
5152
	  for history and bookmarks. (Xan Lopez)
5153
5154
Updated translations
5155
5156
	* da (Ole Laursen)
5157
	* es (Francisco Javier Fernandez)
5158
	* ms (Hasbullah Bin Pit)
5159
	* nl (Vincent van Adrighem)
5160
	* no (Kjartan Maraas)
5161
	* pt (Duarte Loreto)
5162
	* pt_BR (Evandro Fernandes Giovanini)
5163
	* sv (Christian Rose)
5164
	* zh_TW (Abel Cheung)
5165
5166
==============
5167
Epiphany 0.5.0
5168
==============
5169
5170
Code changes
5171
5172
	* Port to EggMenu API
5173
	* Make GaleonShell subclass GaleonEmbedShell.
5174
	  Now also embed services like downloader
5175
	  are able to reference it. (Marco)
5176
	* Use mozilla prompts dialogs implementation.
5177
	  (This means you will see XUL dialogs with older
5178
	   mozilla versions) (Marco)
5179
	* Fix embed persist lifetime issues to avoid leaks (Marco)
5180
	* Reimplement ephy-state using xml (Marco)
5181
	* Add to EphyNode the ability to specifiy reserved id for nodes,
5182
	  useful for toplevel nodes (Marco)
5183
	* Rework drag and drop api to deal with more than the urls types (Marco)
5184
	* Autoupdate EggX. Use the toolbar editor stuff from libegg. (Marco)
5185
	* Use the latest suggested way to initialize mozilla services.
5186
	  (Marco, from galeon)
5187
5188
New features
5189
5190
	* Ability to drag bookmarks, smart bookmarks and topics
5191
	  to the toolbar (Marco)
5192
	* Optional Go button (Dave Bordoley)
5193
	* Help support (Patanjali Somayaji)
5194
5195
Interface improvements
5196
5197
	* Site icons in topics menus (Johan Dahlin)
5198
	* Site icons on tabs (Christian Persch)
5199
	* Set icons for History, Find, Bookmarks, Preferences dialogs
5200
	  (Dave Bordoley)
5201
	* Bookmarks editor redesign: better interface to assign multiple
5202
	  topics, better editor interface using a toplevel window with a
5203
	  menubar, file manager like editing capabilities, ability to open
5204
	  the editor independently, "most used" special topic.
5205
	  They certainly need love, but I think we have a good direction now.
5206
	  (Marco, Dave Bordoley, Xan Lopez)
5207
	* Properly save maximized/unmaximized state of the main window (Marco)
5208
	* Remove spinner configuration and default to Gnome spinner,
5209
	  this should be part of gnome icon theme at some point. (Marco)
5210
	* Remove bookmarks with delete key (Xan Lopez)
5211
	* Alphabetical sort of topics and bookmarks in the editor (Xan Lopez)
5212
	* Remove tab autocompletion to avoid accessibility issues (Marco)
5213
	* Focus the location entry when opening a new window and do not
5214
	  put the url in it, so the user can more easily insert
5215
	  the location he wants to load.
5216
	  Try to not disturb the user when he is editing the url with
5217
	  focus removals.
5218
	  All these works more or less well depending on mozilla versions :/
5219
	  (Marco)
5220
	* Make the start-here: page use the theme colors. (James Willcox)
5221
	* Tab load notification, using an animated image (James Willcox)
5222
	* Several improvements to the main menubar layout and labels
5223
	  (Dave Bordoley)
5224
	* Add "Go to" button to the history (Xan Lopez)
5225
	* Have just one Close menu item and make it behave like
5226
		  other gnome apps, closing document by document (Marco)
5227
	* More clear buttons labels on resume dialog (Lee Willis)
5228
	* Make the bookmarks editor remember the last selected keyword
5229
	  (James Willcox)
5230
	* Spinner is no more a button, like in Nautilus (Marco)
5231
	* Ability to import galeon and konqueror
5232
	  bookmarks (James Willcox)
5233
	* Use the title instead of url in Back/Forward history
5234
	  and in the history dialog (Marco)
5235
	* Use favorites icons in bookmarks (Marco)
5236
	* More usable toolbar editor based on drag and drop (Marco)
5237
	* Enable startup feedback (Marco)
5238
	* Disable annoying security dialogs (Marco)
5239
5240
Bugfixes
5241
5242
	* fix incorrect figures on small files downloads (Rob Clews)
5243
	* do not leak the history xml every 5 minutes (Lee Willis)
5244
	* Error handling in Mozilla bookmarks import (Xan Lopez)
5245
	* Make nautilus view actually work (Marco)
5246
	* Fix session saving (Lee Willis)
5247
	* Fix casting on big-endian. Context menus are now working
5248
	  on PPC (from Galeon)
5249
	* Compile fix for gcc 2.95 (Dan Damian)
5250
	* Properly autocomplete when topics have national characters
5251
	  (Xan Lopez)
5252
	* Use default widget color for smart bookmarks background
5253
	  (Dan Damian)
5254
5255
Translations
5256
	* am (Daniel Yacob)
5257
	* ca (Pablo Saratxaga)
5258
	* da (Ole Laursen)
5259
	* de (Christian Neumair)
5260
	* el (Kostas Papadimas)
5261
	* es (Javier Fernandez)
5262
	* fr (Christophe Fergeau, Laurent Richard)
5263
	* ja (Takayuki KUSANO)
5264
	* ko (Kang Jeong-Hee)
5265
	* no (Kjartan Maraas)
5266
	* nl (Vincent van Adrighem)
5267
	* pl (Zbigniew Chyla),
5268
	* pt (Duarte Loreto)
5269
	* pt_BR (Evandro Fernandes Giovanini)
5270
	* ru (Dmitry G. Mastrukov)
5271
	* sv (Christian Rose)
5272
	* tr (Fatih Demir)
5273
	* zh_TW (Abel Cheung)