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
|
2009-11-17 Tomasz Sałaciński <tsalacinski@gmail.com>
* Makefile.am: Fixed subdirs entry
* alarm_thread.c: Fixed daylight saving issue
2009-10-01 Tomasz Sałaciński <tsalacinski@gmail.com>
* alarm-clock.ui: Fixed the ui file to work with Ubuntu 9.10
2009-08-06 Tomasz Sałaciński <tsalacinski@gmail.com>
* alarm_thread.c:
Fixed moving old alarms problem.
* common.c:
Replaced old website address with the new one.
* alarm_runner.c, alarm_thread.c:
Changed the way alarm clock manages memory, fixes issue with not playing alarms
on some systems.
2009-08-06 Tomasz Sałaciński <tsalacinski@gmail.com>
* alarm_thread.c:
Fixed schedule alarm problem.
2009-07-25 Tomasz Sałaciński <tsalacinski@gmail.com>
* alarm_thread.c:
Make sure all alarms on the list will run
2009-07-24 Tomasz Sałaciński <tsalacinski@alarm-clock.pl>
* alarm-clock.ui:
Extend the maximum counter time to 5000 minutes.
* Makefile.am:
Modified linker options to work correctly on Cygwin and Win32
platforms (thanks to Cygwin team)
* counter.c, alarm_thread.c:
Fixed counter not playing issue.
* alarm_thread.c:
Make sure that AC will play all alarms on the list.
* alarm_runner.c, main_window.c, alarm-clock.ui:
Fixed the bug that caused empty combo box in dialog
window properties.
* alarm-clock.ui, main_window.c:
Added check for updates button
* ChangeLog:
Changed changelog format.
* README, INSTALL:
Added these files.
|