File: ChangeLog

package info (click to toggle)
bbmail 0.6.2-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 524 kB
  • ctags: 751
  • sloc: cpp: 5,712; sh: 327; makefile: 71
file content (132 lines) | stat: -rw-r--r-- 4,348 bytes parent folder | download
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
version-6.2
- fixed segfault when using -d options 
- Updated INSTALL

version-0.6.1
- wmclass=bbtools; wmname=bbmail
- setting -geometry works with -d option
- menu is placed on correct position when using -d option
- resizing decorated window disabled

version-0.6.0
- updated image code
- changed configuration style
- added: restore acces time after spoolfile is read. 
  Some mail programs (for instance mutt) use this to 
  detect if new mail has arrived (Thanks to Eric Davis for the patch).
- changed bbmail.mailbox.*.firstInput, bbmail.mailbox.*.secondInput to 
  bbmail.mailbox.*.mode (see bbmail.bb or bbmail.nobb)
- added support for decorated (normal) window

version-0.5.3
- fixed bug for HP-UX

version-0.5.2
- added resource numberOf.digits so you can define the max number displayed.

version-0.5.1
- fixed bug for 8-bit (static) color-mode
- added working resources withdrawn and shape (for placing bbmail in the slit)

version-0.5.0
- rewrite of code

version 0.4.7
- fixed segfault when not showing label
- updated Image.cc (from Blackbox-0.50.4) now 8-bits display should 
  be better supported.
- config files can be defined as command-line options again
- when one mailbox has no more new mail, the next mailbox with 
  new mail is shown.

version 0.4.6
- small bug in positioning the menu when in the slit fixed.

version 0.4.5
- menu now works with the Slit
- pressed button is shown when menu is open
- when withdrawn bbmail always auto-reconfigures

version 0.4.4
- fixed menu so reconfigure works
- default for new-mail envelope now is the same as blackbox toolbar button

version 0.4.3
- added menu support (disabled when in the Slit)
- added bmail.label.transparent option.
- some bug fixes

version 0.4.2
- added support for different external mail-info formats (now fetchmail is supported)
- fixed auto-reconfigure
- fixed force check changed resource to bbmail.forceCheck.onDelay

version 0.4.1
- changed use of external mail-check program so pop3 is supported.
- buf fix in code external mail-check

version 0.4.0
- added supprt for Blackbox Slit:
	-w : withdrawn in Slit (docked)
	-s : don't show frame window.
- changed configuration style (better supporting Blackbox styles)
- removed audio patch and replaced it by the possibility to execute 
  command when new mail has arrived. 
  Can be used to play audio when new mail has arrived.
- Some additional bug-fixes

version 0.3.6 (internal)
- implemented audio patch by Alex Law <alaw@metapath.com>, which
  made it possible to play sound when new mail arrived.

version 0.3.5
- small bugfix, textColors are now correctly copied from bbtools-style file

version 0.3.4
- bug fixed, counting mail through external program now works.
- bug in bbtools.rc fixed, name bbtools.styleFile: changed to
  bbtools.mailtool.styleFile so different style files can be used 
  for different bbtools.

version 0.3.3
- bug fixed, counting mail through external program should now work.

version 0.3.2
- add resources for boring colors (the color when counter is zero) 

version 0.3.1
- fixed error, 'mail counting' using external progra, should now work.
- added error report, a cross is placed on the envelope when a mailbox
  can't be read.
- changed data files so now the resource names are correct.
- changed resource naming sceme of mailtool.mailbox.*  

version 0.3.0
- added support for multiple mailboxes
- added support for reading Blackbox style
- added support to count the mail using external program (eg. flist)
- added automatic update when style-file is updated, you can now
  change the style.
- added support for different 'Status:' reports in spoolfiles.
- Spooldir can now be defined as command-line option
- changed the configure scripts
- added global configuration files

version 0.2.0
- added resources to choose displaying:
	- # of total mails
	- # of new mails
	- envelope
- added resource make it possible to only display when new mail has arrived
- added possibility to start program when envelope is pushed.
- some thing I have forgotten


version 0.1.1 (internal)
- fixed 'segmentation fault' bug when no spool-file was defined.
- added resource to change color of lines in envelope
- fixed (I hope) configure script
- bbmail now installs in usr/local/bin
- changed names of some resources

05-11-1998 first public version of bbmail (version 0.1.0)