~vcs-imports/parcellite/trunk

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: rickyrockrat
  • Date: 2013-01-24 17:17:27 UTC
  • Revision ID: rickyrockrat-20130124171727-hm7rdltkxbt7d7kl
Fix Changelog so autoparse works

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
V1.1.4 Saturday, January 19 2013
4
4
 Changes
5
5
 +Fixed Visual deselection bug where parcellite was doing unnecessary updates.
6
 
 +Changed appindicator usage. If indicator-appmenu is not strstr found, then use old status icon.
7
 
    This change should revert icon behaviour back to pre-libappindicator, for WMs that are not Unity.
 
6
 +Changed appindicator usage. If indicator-appmenu is not strstr found, then use old status icon. 
 
7
   +This change should revert icon behaviour back to pre-libappindicator, for WMs that are not Unity.
8
8
 +Added History to popup menu when running Unity.
9
9
 +Removed Mutex locs for clipboard updates, commented out some debug prints.
10
10
 
39
39
 ***This is a major release.***
40
40
 +Added patch 3389976 - history menu crash, utf-8
41
41
 +Added UTF-8 checks on incomming text streams.
42
 
 +Changed history entries to structures (and history file format) to support
43
 
  upcoming features.
 
42
 +Changed history entries to structures (and history file format) to support upcoming features.
44
43
 +Added persistent history list and corresponding hot key.
45
44
 +Added right-click either history list with a Move To or cancel.
46
45
 +Added Save As for the history file - writes a text file out.
47
 
 +Major rewrite of cliboard handling. It is now very simple and eliminates a 
48
 
  lot of CPU overhead.
 
46
 +Major rewrite of cliboard handling. It is now very simple and eliminates a lot of CPU overhead.
49
47
 +Fixed bug 3560995, mouse button events causing false searches.
50
48
 +Added appindicator so it appears in unity.
51
49
 +Completely re-wrote prefs sybsystem, so prefs are easier to add.
61
59
 +Fixed arrow/home/page up keys messing up search-as-you-type.
62
60
 +Fixed having multiple copies of parcellite. Checks to see if already running.
63
61
 +Fixed double backspace on search-as-you-type.
64
 
 +Fixed command line copies to clipboard. Should work on all X sessions. Note: entry is not 
65
 
  immediately added to clipboard. There is a 1/2 sec delay.
 
62
 +Fixed command line copies to clipboard. Should work on all X sessions. 
 
63
   +Note: entry is not immediately added to clipboard. There is a 1/2 sec delay.
66
64
 
67
65
V1.0.2rc5  Friday, September 9 2011 
68
66
 Changes