File: ChangeLog

package info (click to toggle)
pycocuma 0.4.5-6-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 788 kB
  • ctags: 1,223
  • sloc: python: 9,497; makefile: 37
file content (219 lines) | stat: -rw-r--r-- 7,958 bytes parent folder | download | duplicates (4)
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
2005-09-13  Henning Jacobs <henning@srcco.de>

	* ADDED: --import and --export commandline switches
	* CHANGED: reduced window size of QuickFinder
	* ADDED: CTRL-Q closes the application
	* NEW VERSION: 0.4.5-6

2004-12-06  Henning Jacobs <henning@srcco.de>

	* ADDED: Py2Exe Win32 binary distribution
	* CHANGED: A "frozen" Pmw module is now included in the source
	  distribution.
	* FIXED: Bug where contacts with empty FN disappeared.

2004-11-28  Henning Jacobs <henning@srcco.de>

	* ADDED: "Photo" and "Logo" image support. 
	  You can stick a photographic image to each contact (look under 
	  "Addtl.Fields") - this requires the Python Imaging Library (PIL).
	* ADDED: A status bar at the bottom of MainView.

2004-09-11  Henning Jacobs <henning@srcco.de>

	* ADDED: History in QuickFinder, Extended PreferenceDialog (Patch
	  contributed by Stephan Helma <s.p.helma@gmx.net>)

2004-09-07  Henning Jacobs <henning@srcco.de>

	* ADDED: Configurable speed buttons (Patch contributed by Stephan
	  Helma <s.p.helma@gmx.net>)

2004-05-22  Henning Jacobs <henning@srcco.de>

	* ADDED: XML-RDF Export of vCards, simple server-logging (enable in
	  "~/pycocuma")
	* ADDED: Encoding-selection for Import and Export, all data is now
	  written to disk as UTF-8!
	* NEW VERSION: 0.4.5

2004-05-08  Henning Jacobs <henning@srcco.de>

	* ADDED: "QuickFinder", try "pycocuma --finder"
	* FIXED: vC_datetime does not depend on the limited time module
	  anymore

2004-04-04  Henning Jacobs <henning@srcco.de>

	* FIXED: converters.py: Import and Export; you can now import from CSV
	  and map unknown fields to vCard fields.
	* NEW VERSION: 0.4.4-5
	* ADDED: vCard XML-RDF representation

2004-03-28  Henning Jacobs <henning@srcco.de>

	* FIXED: Windows: There was a bug in debug.py: pythonw (noconsole)
	  does not provide a correct sys.stdout file-object

2004-03-20  Henning Jacobs <henning@srcco.de>

	* ADDED: Preference Option: 'General Font'; changes font application
	  wide, this is esp. useful on WinXP where a ugly fixed-width font
	  is used by default.

2004-03-19  Henning Jacobs <henning@srcco.de>

	* ADDED: '--config=' commandline option
	* ENHANCED: texwrapper.py uses nonstopmode and cleans up
	  afterwards (deletes .aux and .log files); Outputwin is only showed
	  when errors occured while running LaTeX

2004-03-17  Henning Jacobs <henning@srcco.de>

	* NEW VERSION: 0.4.4-4
	* ADDED: LetterComposer.py and TemplateProcessor.py
	* ENHANCED: converters.py: export2latex uses TemplateProcessor

2004-03-08  Henning Jacobs <henning@srcco.de>

	* FIXED: Export to Pine Addressbook
	* FIXED: Removed all TAB-characters from all .py-files, indent
	  by 4 spaces (TABs in the source should be treated as BUGs),
	  changed all 0's and 1's to Booleans where appropriate
	* ADDED: '--noconf' commandline switch
	* NEW VERSION: 0.4.4-3
	* ENHANCED: On Unix: thin scrollbars, 'MouseOver'-button highlighting
	* FIXED: Windows: Click on an email-address to start your default
	  mail-application (usually Outlook)

2004-03-06  Henning Jacobs <henning@srcco.de>

	* FIXED: PyCoCuMa wouldn't start with empty db
	* ADDED: PreferencesDialog.py

2004-03-05  Henning Jacobs <henning@srcco.de>

	* ENHANCED: CalendarWidget: displays week-number and adjoining days of
	  prev. and next month

2004-03-04  Henning Jacobs <henning@srcco.de>

	* NEW VERSION: 0.4.4-2
	* ADDED: Journal: TimeStart and TimeEnd; fixed vC_datetime to change
	  date and time independently (Warning: Time is UTC!)

2004-03-02  Henning Jacobs <henning@srcco.de>

	* ADDED: btnDuplicateContact and btnExportContact = duplicate a card
	  and export a single card to file
	* ADDED: PyCoCuMa now recognizes command-line options, try
	  "pycocuma --help" for details
	* NEW VERSION: 0.4.4-1
	* ENHANCED: You can now 'connect' the Journal with the current contact
	  this means: only journal entries with this contact as an attendee are
	  shown and when you create a new journal entry, this contact will be
	  added to the attendee-list.

2004-02-29  Henning Jacobs <henning@srcco.de>

	* FIXED: TextEdit is now Pmw.EntryField and saving is done via
	  'modifiedcommand'

2004-02-28  Henning Jacobs <henning@srcco.de>

	* FIXED: searching (Find Contact)
	* REMOVED: some old, unused modules
	* ADDED: Calendar(Window|Widget).py displays a nice month calendar and
	  is connected with the JournalWindow
	* ENHANCED: The F1-F5 keys operate application-wide and also raise the
	  respective window (gives the user a convenient switching system)
	* NEW VERSION: 0.4.4

2004-02-27  Henning Jacobs <henning@srcco.de>

	* FIXED: MultiColumnTextList.py: tag/selection update was very buggy
	* NEW VERSION: 0.4.3-1
	* ENHANCED: revised the HelpWindow and replaced readme text with new
	  help text (using Tk's text tags to define headlines, bold text, etc)
	  The help window will display on first startup automatically.
	* NEW VERSION: 0.4.3-2

2004-02-26  Henning Jacobs <henning@srcco.de>

	* ADDED: List View of contacts, using MultiColumnTextList (enhanced)
	* NEW VERSION: 0.4.3
	* FIXED: Made all dialogs inherit from Pmw.Dialog (common look&feel),
	  replaced Tk() calls with Pmw.initialise(); Use Pmw more often!
	* REMOVED: RFCs from dist-package: You can download rfc2425,
	  rfc2426 (vCard) and rfc2446 (iCal) from http://www.imc.org

2004-02-25  Henning Jacobs <henning@srcco.de>

	* ADDED: Journal
	* FIXED: some problems with vC_params

2004-02-22  Henning Jacobs <henning@srcco.de>

	* FIXED: vCard Line Folding was incorrect: continue a logical line
	  by only one single space character (or tab) (see rfc2425.txt)
	* ENHANCED: RFC-2425 core types and functions are now in vcore.py
	* ADDED: vcalendar.py module (based on vcard.py) and introduced new
	  calendar functions in CoCuMa_Server.py. vcalendar.py is NOT A FULL
	  FLEDGED iCalendar implementation!

2004-02-21  Henning Jacobs <henning@srcco.de>

	* ADDED: You can Disconnect and Connect from the File menu.
	  Direct file access (instead of xmlrpc) is now the default on win32.
	* NEW VERSION: 0.4.2-4

2004-02-18  Henning Jacobs <henning@srcco.de>

	* ADDED: A basic Test Suite (test* files), run testall.py to test
	  the most important components (vCard, server)

2004-02-17  Henning Jacobs <henning@srcco.de>

	* NEW VERSION: 0.4.2-3
	* FIXED: If you add a new contact, it automatically gets the current
	  filter category
	* FIXED: The address and email types are now displayed on the card
	  as icons, too. The card's size is now 500x400 px.

2004-02-15  Henning Jacobs <henning@srcco.de>

	* NEW VERSION: 0.4.2-2
	* ADDED: ContactEditWidget.py: Edit Additional vCard Fields:
	  Sort-String, Mailer, Key, Timezone, Global Position, Address Label
	* ADDED: ContactEditWidget.py: Generate Unique Identifier (Button)
	* FIXED: on first startup (with empty DB): if you edited the empty
	  card and tried to save it, there occured a "cannot marshal None"
	  error

2004-02-13  Henning Jacobs <henning@srcco.de>

	* FIXED: A lot of bugs (I hope); cleaned up (deleted old code) and
	  more events are handled by broadcaster (Contact Save/New/Del)
	* ENHANCED: I have done some optimizations in ContactListWidget.py and
	  ContactSelectboxWidget.py; the list will not be created completely
	  new anymore
	* NEW VERSION: 0.4.2-1

2004-02-12  Henning Jacobs <henning@srcco.de>

	* ENHANCED: MainView.py: iconmask 
	* FIXED: Help: show docstring when README ist not available
	* ADDED: I created a nice SplashScreen Image with The Gimp!

2004-02-11  Henning Jacobs <henning@srcco.de>

	* NEW VERSION: 0.4.2
	* ENHANCED: ContactEditWidget.py: New Icon "assignfn" for Button "Take From Name"
	* FIXED: vcard.py: vCardList.forgetLastReturnedField() fixes bug: when only
	  one card was in the list it didn't show up because the same field
	  was queried two times (returns empty string on snd query!)
	* ADDED: MainView.py: New Button: btnSaveContact
	* ADDED: MainView.py: askDelContact()
	* ADDED: ChangeLog File (this one!)