~ubuntu-branches/ubuntu/hardy/deskbar-applet/hardy-proposed

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-08-07 17:00:18 UTC
  • mfrom: (1.1.31 upstream)
  • Revision ID: james.westby@ubuntu.com-20070807170018-ms9xlfneeo7x3aag
Tags: 2.19.6.1-0ubuntu1
* New upstream release (2.19.6.1):
  - Fixed bug #463974: 2.19.6 evolution handler does not build
  - Updated Translations: Gujarati, Spanish, Swedish, Thai
* New upstream release (2.19.6):
  - Added actions
  - Fixed bug #461627: Change the amount of items in history
  - Always show count in category header
  - Fixed evolution address book search with evo-ldap
  - Removed obsolete definitions from GConf and preferences and added
    new controls to preferences for previously unsupported options
  - Set process name to deskbar-applet
  - Cell containing the icon of a match doesn't expand anymore
  - Print tracebacks if module failed to load
  - Renamed gsoc_deskbar.py to deskbar-applet.py
  - Made sure that all icons are included in gnome-icon-theme
  - Added default icons for each category
  - Show window always in the foreground if triggered
  - Adjusted schema file so that intltool-merge works fast
  - Fixed: Pressing icon in panel didn't raise window
  - Don't show matches from a previous search if entry has been cleared by
    hand (i.e. not by hitting escape)
  - Fixed errors in epiphany and gdmactions module (Insted of printing error
    set INSTRUCION attribute)
  - Fixed bugs in BrowserMatch.py (fixes bug #438080)
  - Added: Check for duplicates
  - Make return value of get_hash() hashable for all modules
  - Only paste selection if keybinding has been activated
  - Each category has its own default icon
  - Fixed bug #456969: Desklicious plugin uses non-existent deskbar.Utils
  - Fixed bug #456968: Find /usr/lib*/firefox*/searchplugins
  - Fixed bug #456971: desklicious plugin improperly passess category to
    DeliciousMatch
  - Fixed bug #457133: DeliciousMatch has no 'name' and only default icon
  - Fixed bug #445145: Deskbar doesn't show up localized in the applet list
  - Fixed bug #456417: Poorly written schema descriptions
  - Updated Translations: Basque, Bengali, Dutch, Estonian, Finnish, French,
    German, Japanese, Norwegian, Slovenian, Spanish, Thai, Vietnamese
* New upstream release (2.19.5):
  - Major refactoring including a new GUI and Modules API.
  - Old modules won't work with this version
  - This release should contain almost all the features that Deskbar had
    before refactoring
* debian/patches/01_fix_python_interpreter.patch:
  - updated
* debian/patches/01_fix_pythonlib.patch:
  - dropped as not needed any more
* debian/patches/01_gpm_methods_naming_update.patch:
  - updated
* debian/patches/80-intltoolize.patch
  - updated via 'intltoolize --force'
* debian/patches/90_aclocal+autoconf+automake.patch:
  - updated via automagic

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=====================
2
 
deskbar-applet 2.19.3
3
 
=====================
4
 
 
5
 
Changes:
6
 
        * Instead of printing something to stderr, show an info box in the preference view when a handler is NOT_APPLICABLE. Patch by Rob Bradford. Fix bug #334150.
7
 
        * Hide the entry icon when in button mode. This is just a workaround, not a real fix. The icon related code should be completely removed. fix bug #396688
8
 
        * Additional check for modifier key when saving shortcut. Fix bug #427587. Patch by Sebastian Pölsterl
9
 
        * fix gtk-update-icon-cache for uninstall-hook.
10
 
        * Fixed bug the caused Deskbar to crash if NewStuffManager was in use
11
 
 
12
 
Contributors to this release: Raphael Slinckx, Sebastian Pölsterl
 
1
=======================
 
2
deskbar-applet 2.19.6.1
 
3
=======================
 
4
 
 
5
Fixed compile error in evolution module.
 
6
 
 
7
Changes:
 
8
        * Fixed bug #463974: 2.19.6 evolution handler does not build
 
9
 
 
10
Updated Translations:
 
11
        * Gujarati
 
12
        * Spanish
 
13
        * Swedish
 
14
        * Thai
 
15
        
 
16
Contributors to the translations: Ankit Patel, Jorge Gonzalez, Daniel Nylander,
 
17
Theppitak Karoonboonyanan
 
18
 
 
19
=====================
 
20
deskbar-applet 2.19.6
 
21
=====================
 
22
 
 
23
This release contains all the work merged from the Google Summer of Code branch.
 
24
The most notable features are actions. Each match can now contain one or more actions.
 
25
If only one action is available Deskbar-Applet behaves the same way as before. If more
 
26
than one action is available the user can choose from a list of actions.
 
27
 
 
28
Changes:
 
29
        * Added actions
 
30
        * Fixed bug #461627: Change the amount of items in history
 
31
        * Always show count in category header
 
32
        * Fixed evolution address book search with evo-ldap (patch by Karl Relton)
 
33
        * Removed obsolete definitions from GConf and preferences and added new controls to preferences for previously unsupported options
 
34
        * Set process name to deskbar-applet
 
35
        * Cell containing the icon of a match doesn't expand anymore
 
36
        * Print tracebacks if module failed to load
 
37
        * Renamed gsoc_deskbar.py to deskbar-applet.py
 
38
        * Made sure that all icons are included in gnome-icon-theme
 
39
        * Added default icons for each category
 
40
        * Show window always in the foreground if triggered
 
41
        * Adjusted schema file so that intltool-merge works fast
 
42
        * Fixed: Pressing icon in panel didn't raise window
 
43
        * Don't show matches from a previous search if entry has been cleared by hand (i.e. not by hitting escape)
 
44
        * Fixed errors in epiphany and gdmactions module (Insted of printing error set INSTRUCION attribute)
 
45
        * Fixed bugs in BrowserMatch.py (fixes bug #438080)
 
46
        * Added: Check for duplicates
 
47
        * Make return value of get_hash() hashable for all modules
 
48
        * Only paste selection if keybinding has been activated
 
49
        * Each category has its own default icon
 
50
        * Fixed bug #456969: Desklicious plugin uses non-existent deskbar.Utils
 
51
        * Fixed bug #456968: Find /usr/lib*/firefox*/searchplugins
 
52
        * Fixed bug #456971: desklicious plugin improperly passess category to DeliciousMatch
 
53
        * Fixed bug #457133: DeliciousMatch has no 'name' and only default icon
 
54
        * Fixed bug #445145: Deskbar doesn't show up localized in the applet list
 
55
        * Fixed bug #456417: Poorly written schema descriptions
 
56
 
 
57
Contributors to this release: Sebastian Pölsterl, Luke Macken, Karl Relton
 
58
 
 
59
Updated Translations:
 
60
        * Basque
 
61
        * Bengali
 
62
        * Dutch
 
63
        * Estonian
 
64
        * Finnish
 
65
        * French
 
66
        * German
 
67
        * Japanese
 
68
        * Norwegian
 
69
        * Slovenian
 
70
        * Spanish
 
71
        * Thai
 
72
        * Vietnamese
 
73
 
 
74
Contributors to the translations: Inaki Larranaga Murgoitio, Runa Bhattacharjee,
 
75
Wouter Bolsterlee, Priit Laes, Ilkka Tuohela, Stéphane Raimbault, Johannes Schmid,
 
76
Takeshi AIHANA, Kjartan Maraas, Matic Žgur, Jorge Gonzalez, Theppitak Karoonboonyanan,
 
77
Nguyễn Thái Ngọc Duy
 
78
 
 
79
=====================
 
80
deskbar-applet 2.19.5
 
81
=====================
 
82
 
 
83
First release of the Google Summer of Code branch maintained by Sebastian Pölsterl.
 
84
This release features major refactoring including a new GUI and Modules API.
 
85
Therefore, old modules won't work with this version. No new big features are
 
86
included, but this release should contain almost all the features that Deskbar
 
87
had before refactoring.
13
88
 
14
89
=====================
15
90
deskbar-applet 2.18.1