aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 03b26f973bff0e2a09fffb9751e53181537dcc8a (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
==============
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)