aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: d1f7db1f6c3229ec4762477860a073f50daee512 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
==============
Epiphany 0.7
==============

Code changes

    * Extend node api to allow to branch different databases, deobjectify
        nodes for better perfomance, smarter id factory. (Marco)
    * Use stock icons instead of the files directly to set window
          border icons. (Dave Bordoley)
    * Cleanup zoom code (Christian Persch)
    * Cleanup tab opening logic (Marco)
    * Rewrite large parts of the encodings/languages code (Christian Persch)
    * Use the spinner icon from gnome-icon-theme (Marco)
    * Start to cleanup schemas for 1.0 (Christian Persch)
    * Use bookmark action for the most used bookmarks menu (Marco)

New features

    * Zoom control for the toolbar (Christian Persch)
    * Holding shift and pressing reload button bypass the cache (Christian Persch)
    * Implement a traditional bookmarks menu (Marco)
    * Exit fullscreen button (Marco)

Interface improvements

    * Remove fine grain color settings. Always use the system theme
          colors (Dave Bordoley)
    * Remove the on new page pref, try to make it behave in a way
      that fit all cases. (Dave Bordoley)
    * Made (hopefully) all dialogs HIG compliant (Christian Neumair)
    * Make find dialog unresizable (Xan Lopez)
    * Make double click select the whole address in toolbar entry (Marco)
    * Cleanup downloader ui and remove keep open option (Christian Neumair)
    * Tweak mozilla default settings. Don't fetch sidebar whats related stuff.
          Line Wrap View->Source. CTRL-Mousewheel scrolls by one page.
          Enable Image Auto-Resizing. (Dave Bordoley)
    * Activate the menu on button press down (Dave Bordoley)
    * Several interface fixes in print dialog (Piers Cornwell)
    * Add accellerators on the encoding menus (Piers Cornwell)
    
Bugfixes
    * Mark download time format strings for translation (Christian Neumair)
    * Make xml saving low disk safe (Marco)
    * Fix crashes on node removal (Marco)
    * Rebuild tabs menu only when necessary (Christian Persch)
    * Fix crash on download pause (Xan Lopez)
    * Ever ask for path when saving a file, persist the path
      also on Cancel (Marco)

Updated translations

    * be (Dmitry G. Mastrukov)
    * cs (Miloslav Trmac)
    * da (Ole Laursen)
    * es (Pablo Gonzalo del Campo)
    * li (Mathieu van Woerkom)
    * ja (Takayuki KUSANO)
    * nl (Vincent van Adrighem)
    * pt (Duarte Loreto)
    * se (Christian Neumair)
    * sv (Christian Rose)
    * vi (Pablo Saratxaga)

==============
Epiphany 0.6.1
==============

Code changes

    * Initialize mozilla prefs on startup, so changing gconf prefs while
      epiphany is not running works again (Marco)
    * Convenience function to display help, avoid a lot
      of code duplication (Dave Bordoley)
    * Rework prefs dialog code to use a notebook directly from glade
      and to fit in one file (Marco)
    * Export bookmarks in rdf format, it will be more useful when
      it's possible to import from it (Marco, Edd Dumbill)
    * Use gtk api for fullscreen (Marco)
    * Do not allow to have more than one bookmark with the same address in
      the bookmarks collection (Xan Lopez)

New features

    * Drag and drop of links to tabs (Christian Persch)
    * Wrote the structure of the help and 30% of the contents (Dave Bordoley)
    * Security preferences (Marco)
    * Autodetect the user primary language (Marco)
    * Show a list of tabs at the bottom of tabs menu (Dave Bordoley)

Interface improvements

    * ctrl+u show page source (Marco)
    * Use address as title when the page is untitled (Christian Persch)
    * Confirmation dialog for clearing history (Jon Svendsen)
    * Improve find dialog readability, avoid vertical resizing
      of it (Dave Bordoley, Xan Lopez)
    * Use the term Adress instead of Location as discussed
      with docs guys (Dave Bordoley)
    * Show bookmarks icons in the toolbar only when there
      is a specific one (Dave Bordoley)
    * Do not show empty submenus for empty topics, show
      an "Empty" insensitive item instead (Lee Willis)
    * Some cleanups of the preferences dialog, work in progress (Marco)
    * Alphabetical sort of bookmarks menu (Xan Lopez)
    * Show the full page title in tooltip on the tab label (Christian Persch)
    * On Go->Location, show the toolbar if it's hidden, and hide it again
      when the user finished to type (Marco)

Bugfixes

    * Remove toolbar for context menu works (Marco)
    * Insert new toolbars before the bookmarks toolbar (Marco)
    * Improve default topics, add google smart bookmark
      to the toolbar by default (Dave Bordoley)
    * Fix menu sensitivity for the history dialog (Marco)
    * Fix leak in bookmarks importing and improve its speed.
      This make importing large collection of bookmarks
      actually possible  (Osma Ahvenlampi)
    * Use AM_CXX_FLAGS instead of CXX_FLAGS, make
      life easier to packagers (Edd Dumbill)
    * Fix 64 bit problems (Jeremy Katz)
    * Middle click actions on click event, not on mouse down (Marco)
    * Fix leak of tooltips in the statusbar (Christian Persch)
    * Fix smartbookmarks and non ascii characters (Marco)
    * Fix external handlers like mailto, ftp ... (Marco)
    * Make uncategorized special topic work consistently (Xan Lopez)
    * Do not save position for browser windows (Dave Bordoley)
    * Make our string ellipsizing helper utf8 save (Christian Persch)
    * Various internationalization fixes (Christian Neumair)

Updated translations

    * cs (Miloslav Trmac)
    * da (Ole Laursen)
    * de (Christian Neumair)
    * es (Francisco Javier Fernandez)
    * ja (Takayuki KUSANO)
    * ms (Hasbullah Bin Pit)
    * pt_BR (Evandro Fernandes Giovanini)   

==============
Epiphany 0.6.0
==============

Code changes

    * Abstract implementation of EphyNodeView and EphyNodeTreeModel,
      so they can be shared by history and bookmarks (Marco, Jorn Baayen)
    * Rewrite toolbar editor: more flexible model, do not use xml to build
      toolbars internally but EggAction directly (Marco)
    * EphyDnd, EphyShell, Session cleanups (Christian Persch)
    * Remove --geometry parameter (it was not being respected anyway) (Xan Lopez)

Interface improvements

    * Update smart bookmarks explanation (Marco)
    * Remove "Epiphany" from desktop files (Marco)
    * Always show tab bar if the user choose to default to tabs (Frank Belew)
    * Add Help menu to the bookmarks editor (David Bordoley)
    * All bookmarks menu on the bookmarks toolbar (Marco)
    * Change the start page uri to home: (Marco)
    * Not categorized special topic (Marco)
    * Ever open tab as last on File->New tab and similars (Marco)
    * Hidden pref for middle click open url, it can be confusing (Marco)
    * Rework the design of the history dialog, not completed,
      but it's already more usable (Marco, Dave Bordoley)
    * Merge (and fix) Pause/Resume buttons of the downloader (Xan Lopez)
    * Open view source next to the current tab (Xan Lopez)
    * Update View, Zoom, Tabs main menu bar items sensitivity according
      to the state (Marco)
    * Default bookmarks toolbar. Do not allow to drag items to the
      other toolbars because it can be confusing. Accessible and more visible
      way to add bookmarks to the toolbar, in addition to drag and drop (Marco)
    * Add tooltips to all the history and bookmarks menus (Dave Bordoley)
    * Respect user selected font sizes in the home page (Xan Lopez)
    * Add a down arrow to topics in bookmarks toolbars (Dave Bordoley)
    * Save page content by default (Christian Persch)
    * Make new bookmark dialog transient instead of modal (Dave Bordoley)
    * Use epiphany logo in the about window (Xan Lopez)
    * Add and help button to toolbar editor (Dave Bordoley)
    * Allow to resize the two views in bookmarks editor and history using
      a pane (Dave Bordoley)
    * Save the position of windows on the screen (Dave Bordoley)
    * Consistent use of the term "Bookmarks Bar" in the code, ui and schema.
      (Dave Bordoley)
    * New default toolbar layout (Dave Bordoley)
    * In the history and bookmarks view pack the icon in the same
      column of the title (Marco)   
    * Respect View menu toggles also in fullscreen (Lee Willis)

Bugfixes
    * Add bugzilla info (Mark Finlay)
    * Register application info (for mimetypes) (Mark Finlay)
    * Fix a compilation bug on 2.95 (Vincent Untz)
    * Fix select all for the bookmarks view (Dave Bordoley)
    * Paste is only sensitive when in a text entry (Dave Bordoley)
    * Fix bookmarks editor context menus to ever refer to the right view (Marco)
    * Update bookmarksmenus sensitivity when the context change
      rather than after the menu is showed (Marco)
    * Fix crash when opening popups (Marco)
    * Fix crash when accessing secure sites (Dave Camp)
    * Fix back and forward buttons prelighting randomly (Marco)
    * Fix translation of some menus (Christian Neumair)
    * Fix the downloader to remove/pause only current download, not all
      (Xan Lopez)
    * "Intelligent" selection when an item is removed
      for history and bookmarks. (Xan Lopez)

Updated translations

    * da (Ole Laursen)
    * es (Francisco Javier Fernandez)
    * ms (Hasbullah Bin Pit)
    * nl (Vincent van Adrighem)
    * no (Kjartan Maraas)
    * pt (Duarte Loreto)
    * pt_BR (Evandro Fernandes Giovanini)
    * sv (Christian Rose)
    * zh_TW (Abel Cheung)

==============
Epiphany 0.5.0
==============

Code changes

    * Port to EggMenu API
    * Make GaleonShell subclass GaleonEmbedShell.
      Now also embed services like downloader
      are able to reference it. (Marco)
    * Use mozilla prompts dialogs implementation.
      (This means you will see XUL dialogs with older
       mozilla versions) (Marco)
    * Fix embed persist lifetime issues to avoid leaks (Marco)
    * Reimplement ephy-state using xml (Marco)
    * Add to EphyNode the ability to specifiy reserved id for nodes,
      useful for toplevel nodes (Marco)
    * Rework drag and drop api to deal with more than the urls types (Marco)
    * Autoupdate EggX. Use the toolbar editor stuff from libegg. (Marco)
    * Use the latest suggested way to initialize mozilla services.
      (Marco, from galeon)

New features

    * Ability to drag bookmarks, smart bookmarks and topics
      to the toolbar (Marco)
    * Optional Go button (Dave Bordoley)
    * Help support (Patanjali Somayaji) 

Interface improvements

    * Site icons in topics menus (Johan Dahlin) 
    * Site icons on tabs (Christian Persch)
    * Set icons for History, Find, Bookmarks, Preferences dialogs
      (Dave Bordoley)
    * Bookmarks editor redesign: better interface to assign multiple
      topics, better editor interface using a toplevel window with a
      menubar, file manager like editing capabilities, ability to open
      the editor independently, "most used" special topic.
      They certainly need love, but I think we have a good direction now.
      (Marco, Dave Bordoley, Xan Lopez)
    * Properly save maximized/unmaximized state of the main window (Marco)
    * Remove spinner configuration and default to Gnome spinner,
      this should be part of gnome icon theme at some point. (Marco)
    * Remove bookmarks with delete key (Xan Lopez)
    * Alphabetical sort of topics and bookmarks in the editor (Xan Lopez)
    * Remove tab autocompletion to avoid accessibility issues (Marco)   
    * Focus the location entry when opening a new window and do not
      put the url in it, so the user can more easily insert
      the location he wants to load.
      Try to not disturb the user when he is editing the url with
      focus removals.
      All these works more or less well depending on mozilla versions :/
      (Marco)
    * Make the start-here: page use the theme colors. (James Willcox)
    * Tab load notification, using an animated image (James Willcox)
    * Several improvements to the main menubar layout and labels
      (Dave Bordoley)
    * Add "Go to" button to the history (Xan Lopez)
    * Have just one Close menu item and make it behave like
          other gnome apps, closing document by document (Marco)
    * More clear buttons labels on resume dialog (Lee Willis)
    * Make the bookmarks editor remember the last selected keyword
      (James Willcox)
    * Spinner is no more a button, like in Nautilus (Marco)
    * Ability to import galeon and konqueror
      bookmarks (James Willcox)
    * Use the title instead of url in Back/Forward history
      and in the history dialog (Marco)
    * Use favorites icons in bookmarks (Marco)
    * More usable toolbar editor based on drag and drop (Marco)
    * Enable startup feedback (Marco)
    * Disable annoying security dialogs (Marco)

Bugfixes

    * fix incorrect figures on small files downloads (Rob Clews)
    * do not leak the history xml every 5 minutes (Lee Willis)
    * Error handling in Mozilla bookmarks import (Xan Lopez)
    * Make nautilus view actually work (Marco)
    * Fix session saving (Lee Willis)
    * Fix casting on big-endian. Context menus are now working
      on PPC (from Galeon)
    * Compile fix for gcc 2.95 (Dan Damian)
    * Properly autocomplete when topics have national characters
      (Xan Lopez)
    * Use default widget color for smart bookmarks background
      (Dan Damian)

Translations
    * am (Daniel Yacob)
    * ca (Pablo Saratxaga)
    * da (Ole Laursen)
    * de (Christian Neumair)
    * el (Kostas Papadimas)
    * es (Javier Fernandez)
    * fr (Christophe Fergeau, Laurent Richard)
    * ja (Takayuki KUSANO)
    * ko (Kang Jeong-Hee)
    * no (Kjartan Maraas)
    * nl (Vincent van Adrighem)
    * pl (Zbigniew Chyla),
    * pt (Duarte Loreto)
    * pt_BR (Evandro Fernandes Giovanini)
    * ru (Dmitry G. Mastrukov)
    * sv (Christian Rose)
    * tr (Fatih Demir)
    * zh_TW (Abel Cheung)