index
:
calcurse
fix/add_missing_depth_header
fix/sync_with_sogo
master
wip/fugly_propfind_sync
wip/fugly_sogo_sync
A text-based calendar and scheduling application
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2006-09-03
todo_args() updated to display priorities
Frederic Culot
2006-09-02
improved the ToDo panel scrolling while changing item priorities
Frederic Culot
2006-09-02
fixed a bug in day_write_pad() which could cause a misplacement of the line b...
Frederic Culot
2006-09-02
fixed a possible infinite loop in todo_get_position()
Frederic Culot
2006-09-02
help text added for the 'Priority' function and help text updated for the 'Ad...
Frederic Culot
2006-08-31
'+/-' menu added to status bar while inside TODO panel
Frederic Culot
2006-08-31
todo_chg_priority(), todo_get_item() and todo_get_position() added
Frederic Culot
2006-08-31
todo_insert() suppressed
Frederic Culot
2006-08-31
update_todo_panel(): priority added when displaying todo list
Frederic Culot
2006-08-30
load_todo() and save_cal() updated to take todo's id into account
Frederic Culot
2006-08-30
add_todo() moved from calcurse.c to todo_new_item()
Frederic Culot
2006-08-30
todo_new_item() added and id added to todo_s structure
Frederic Culot
2006-08-30
bugfix: pressing 'R' while no item was selected caused a segfault. Thanks to ...
Frederic Culot
2006-08-25
bugfix: events and appointments are now sorted properly
Frederic Culot
2006-08-25
fixed a data format bug in load_app()
Frederic Culot
2006-08-24
switched to version number 1.5
Frederic Culot
2006-08-24
repeat command disabled for todo panel
Frederic Culot
2006-08-24
forgot to wait for user's key pressed...
Frederic Culot
2006-08-23
one status bar is now created for each panel
Frederic Culot
2006-08-23
online help text updated for the repeat and delete commands
Frederic Culot
2006-08-23
better definition of variable sizes
Frederic Culot
2006-08-23
memory allocation problem fixed
Frederic Culot
2006-08-22
screen refreshing process ameliorated in add_item()
Frederic Culot
2006-08-22
fixed compilation warnings
Frederic Culot
2006-08-19
bugfix: a newly created appointment or event is now correctly highlighted
Frederic Culot
2006-08-19
fixed a bug in recur_write_exc() which could result in an infinite loop when ...
Frederic Culot
2006-08-19
fixed a bug causing a fatal error when loading from file an endless recurrent...
Frederic Culot
2006-08-16
recur_exc_scan() created and recur_event_new() plus recur_apoint_new() update...
Frederic Culot
2006-08-16
recur_exc_scan() added
Frederic Culot
2006-08-16
added calls to scan non-repeated days in recurrent items
Frederic Culot
2006-08-06
keybinding changed: CTRL-L is now used to redraw screen
Frederic Culot
2006-08-06
keybinding changed: CTRL-L is now used to redraw screen
Frederic Culot
2006-08-06
day_get_item() added
Frederic Culot
2006-08-06
updated calls to recur_item_inday()
Frederic Culot
2006-08-06
updated calls to recur_item_inday()
Frederic Culot
2006-08-06
recur_item_inday() prototype updated
Frederic Culot
2006-08-06
recur_item_inday() updated to take non-repeated days into account
Frederic Culot
2006-08-02
del_item() updated
Frederic Culot
2006-08-02
ESCAPE key definition added
Frederic Culot
2006-08-02
day_erase_item() updated
Frederic Culot
2006-08-02
recur_event_erase(), recur_apoint_erase() and recur_write_exc() added
Frederic Culot
2006-08-02
recur_event_erase(), recur_apoint_erase() and recur_write_exc() created
Frederic Culot
2006-08-02
bugfix: Debian bug #377543, thanks to Neil for reporting it
Frederic Culot
2006-08-01
del_apoint() renamed to del_item() and updated to take recurrent items into a...
Frederic Culot
2006-08-01
day_erase_item() created
Frederic Culot
2006-08-01
MAX_TYPES added
Frederic Culot
2006-07-31
Initial revision
Frederic Culot