From 49628f0a8429088a4f95cc3a1b1d8efb8a48a1f2 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 26 Apr 2008 15:35:26 +0000 Subject: Version 2.1_beta released --- ChangeLog | 2984 ++++++++++++++++++++++++++++++++++--------------------- NEWS | 16 + po/calcurse.pot | 36 +- po/de.po | 38 +- po/en.po | 38 +- po/es.po | 38 +- po/fr.po | 38 +- po/nl.po | 38 +- src/calcurse.c | 5 +- 9 files changed, 1982 insertions(+), 1249 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa2eb5a..85fdffc 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,1118 +1,1757 @@ -20 Apr 2008: - fr.po updated - correction done in the '>' command help text - html manuals updated with date format configuration options - -19 Apr 2008: - scrollbar added in general configuration menu - some memory leaks fixed using valgrind - minor code cleanup +2008-04-26 Frederic Culot + + * === Released 2.1_beta === -18 Apr 2008: - Generic functions to handle scrolling windows created + * NEWS: update + + * ChangeLog: format changed + + * src/calcurse.c: unuseful call to notify_check_next_app + suppressed -12 Apr 2008: - Yet another style for source code. GNU style now used (I am fed up - with tabs...) +2008-04-20 Frederic Culot + + * po/fr.po: updates + + * src/help.c: correction done in the '>' command help text + + * doc/*.html: html manuals updated with date format configuration + options + +2008-04-19 Frederic Culot + + * src/custom.c: scrollbar added in general configuration menu -09 Apr 2008: - Tony's patch concerning date format configuration imported, many + * some memory leaks fixed using valgrind + + * minor code cleanup + +2008-04-18 Frederic Culot + + * Generic functions to handle scrolling windows created + +2008-04-12 Frederic Culot + + * src/*: Yet another style for source code. GNU style now used (I + am fed up with tabs...) + +2008-04-09 Frederic Culot + + * Tony's patch concerning date format configuration imported, many thanks to him - TODO list updated - -05 Apr 2008: - '-N' flag added, which allows the display of note contents in + + * TODO: list updated + +2008-04-05 Frederic Culot + + * '-N' flag added, which allows the display of note contents in non-interactive mode (many thanks to Erik Saule for submiting this patch) - manpage and manuals updated -04 Apr 2008: - 'o' sign no longer used to display events in non-interactive mode - (that was annoying because it means 'about' in Polish, thanks fEnIo for - reporting the problem) - bugfix: correct number of lines now skipped when displaying + * src/calcurse.1: updates + * doc/*.html: updates + +2008-04-04 Frederic Culot + + * 'o' sign no longer used to display events in non-interactive mode + (that was annoying because it means 'about' in Polish, thanks + fEnIo for reporting the problem) + + * bugfix: correct number of lines now skipped when displaying appointments using '-d' option (thanks Tony for reporting the bug) - bugfix: no more segfault when changing a todo item priority which - did not have any notes attached to it (fixes Debian Bug #469297) -30 Mar 2008: - Italian manual added, many thanks to Leandro Noferini + * bugfix: no more segfault when changing a todo item priority which + did not have any notes attached to it (fixes Debian Bug #469297) + +2008-03-30 Frederic Culot + + * doc/manual_it.html: Italian manual added, many thanks to Leandro + Noferini + +2008-03-02 Frederic Culot -02 Mar 2008: 2.0 - NEWS and po files updated - Dutch manual and translation updated, thanks Jeremy + * === Released 2.0 === + + * NEWS: update + + * po/*.po: updates -16 Feb 2008: 2.0_beta - bugfix: check for null pointer added when drawing color + * doc/manual_nl.html + * po/nl.po: Dutch manual and translation updated, thanks Jeremy + +2008-02-16 Frederic Culot + + * === Released 2.0_beta === + + * bugfix: check for null pointer added when drawing color configuration window (which could remain invisible otherwise) - calcurse.pot updated for version 2.0 - NEWS file updated -14 Feb 2008: - html manuals updated with parts related to notes + * po/calcurse.pot: updates for version 2.0 -13 Feb 2008: - manpage updated - NOTESIZ shortened to be 6 characters long, as only 6 'X' are + * NEWS: update + +2008-02-14 Frederic Culot + + * doc/*.html: manuals updated with parts related to notes + +2008-02-13 Frederic Culot + + * src/calcurse.1: manpage updated + + * NOTESIZ shortened to be 6 characters long, as only 6 'X' are used in the glibc version of mkstemp(3). - bugfix: wrong calculated len in wins_launch_external(), which - lead to erroneus note file name - -11 Feb 2008: - TODO list updated - status bar updated to display the new 'N' (edit note) and '>' - (view note) keybindings - online help pages added for 'N' and '>' keybindings - -10 Feb 2008: - manuals updated to make use of css style sheet - memory leak fixed in notify_thread_app() - check for limits.h header added - asprintf() call replaced in wins_launch_external() as it is not - fully portable - -03 Feb 2008: - doc/manual.css added - doc/manual_fr.html updated to make use of css style sheet - -26 Jan 2008: - configure.ac updated: linking against pthread instead of lpthread + + * src/wins.c (wins_launch_external): fixed a wrong calculated len + which lead to erroneus note file name + +2008-02-11 Frederic Culot + + * TODO: list updated + + * src/utils.c: status bar updated to display the new 'N' (edit + note) and '>' (view note) keybindings + + * src/help.c: online help pages added for 'N' and '>' keybindings + +2008-02-10 Frederic Culot + + * doc/*.html: manuals updated to make use of css style sheet + + * src/notify.c (notify_thread_app): memory leak fixed + + * configure.ac: check for limits.h header added + + * src/wins.c (wins_launch_external): asprintf() call replaced as + it is not fully portable + +2008-02-03 Frederic Culot + + * doc/manual.css: css style sheet added for manuals + + * doc/manual_fr.html: update to make use of css style sheet + +2008-01-26 Frederic Culot + + * configure.ac: linking against pthread instead of lpthread (thanks ajacoutot@) check for errno.h presence added + +2008-01-20 Frederic Culot + + * src/day.c (day_edit_item): complete rewrite so that there is no + need to first delete the item and then recreate it + + * src/event.c (event_get): new function + * src/apoint.c (apoint_get): new function + +2008-01-17 Frederic Culot + + * src/utils.c (exit_calcurse): screen is now cleared completely + when calcurse exits + + * src/io.c (io_export_data): it is now possible to cancel calendar + export + + * src/day.c (day_edit_item): null-terminating character missing + +2008-01-13 Frederic Culot + + * Ability to attach notes to appointments and events added + +2007-12-31 Frederic Culot + + * Notes attached to todos can now be suppressed + +2008-12-30 Frederic Culot + + * src/todo.c: Ability to attach notes to todo items added + + * Call to an external editor or pager to edit/view notes implemented + + * 'N' and '>' keystrokes added to edit or view notes + + * src/utils.h (ierror): function improved + +2007-12-09 Frederic Culot + + * src/recur.c (recur_item_inday): leap years should now + be properly handled -20 Jan 2008: - day_edit_item() rewritten so that there is no need to first delete - the item and then recreate it - event_get() and apoint_get() added - -17 Jan 2008: - exit_calcurse() improved: screen is now cleared completely when - calcurse exits - io_export_data() improved: it is now possible to cancel calendar export - bugfix in day_edit_item(): null-terminating character missing - -13 Jan 2008: - Ability to attach notes to appointments and events added - -31 Dec 2007: - Notes attached to todos can now be suppressed - -30 Dec 2007: - Ability to attach notes to todo items added - Call to an external editor or pager to edit/view notes implemented - 'N' and '>' keystrokes added to edit or view notes - ierror() function improved - -09 Dec 2007: - bugfix in recur_item_inday(): leap years should now be properly handled - calendar_move_up(), calendar_move_down(), calendar_move_left(), - calendar_move_right() were modified to properly handle leap years - and gathered together into calendar_move() - date_change() added - -22 Oct 2007: 1.9 - TODO and NEWS files updated - po files updated - -21 Oct 2007: - window_t structure updated to store WINDOW pointer + * src/calendar.c (calendar_move_up, calendar_move_down) + (calendar_move_left, calendar_move_right): modifications to + properly handle leap years and gathered together into + calendar_move() + + * src/calendar.c (date_change): new function + +2007-10-22 Frederic Culot + + * === Released 1.9 === + + * TODO: + * NEWS: updates + + * po/*.po: updates + +2007-10-21 Frederic Culot + + * src/wins.h: window_t structure updated to store WINDOW pointer window_e enum updated to shorten names, winprop_e and wins_prop() suppressed cwin, awin, twin, swin variables suppressed - help_screen() updated to make automatic resize available inside help - screens (thanks Sebastian for reporting the problem) - help_wins_reset(), help_wins_init(), help_wins_reinit() and - wanted_page() created - help_pages_e enum added - custom_general_config() and notify_config_bar() updated to handle - basic window resizing - custom_confwin_init() and display_color_config() created - custom_color_config() rewritten - -14 Oct 2007: - next_arg() rewritten, date_arg() improved - bugfix: wins_reset() modified to avoid blank screen when resizing - under Linux - fixed a possible problem in notify_config_bar(): no need to stop - thread if it was not started before - calendar_change_day() and calendar_move_*() updated to prevent user - from entering an unsupported date - -08 Oct 2007: - Dutch manual and translation updated, many thanks to Jeremy - bugfix: possible problem when using -n flag without any upcoming + + * src/help.c (help_screen): update to make automatic resize + available inside help screens (thanks Sebastian for reporting the + problem) + * src/help.c (help_wins_reset, help_wins_init, help_wins_reinit) + (wanted_page): new functions + * src/help.c: help_pages_e enum added + + * src/custom.c (custom_general_config): + * src/notify.c (notify_config_bar): updates to handle basic window + resizing + + * src/custom.c (custom_confwin_init, display_color_config): new + functions + + * src/custom.c (custom_color_config): rewrite + +2007-10-14 Frederic Culot + + * src/args.c (next_arg): rewrite + * src/args.c (date_arg): improvements + + * src/wins.c (wins_reset): avoid blank screen when resizing under + Linux + + * src/notify.c (notify_config_bar) no need to stop thread if it + was not started before + + * src/calendar.c (calendar_change_day, calendar_move_*): prevent + user from entering an unsupported date + +2007-10-08 Frederic Culot + + * doc/manual_nl.html: + * po/nl.po: Dutch manual and translation updated, many thanks to + Jeremy + + * bugfix: possible problem when using -n flag without any upcoming appointment (thanks Herbert for reporting this problem) -07 Oct 2007: - handling of SIGWINCH improved - German manual and translation updated, many thanks to Michael Schulz +2007-10-07 Frederic Culot + + * src/sigs.c: handling of SIGWINCH improved -16 Sep 2007: - bugfix: wrong symbol used for pthread library in configure.ac (thanks - Michael for noticing this bug) - keypad() used in popup() routine, to avoid possible unwanted - interactions (status bar could change for example when viewing an + * doc/manual_de.html: + * po/de.po: German manual and translation updated, many thanks to + Michael Schulz + +2007-09-16 Frederic Culot + + * configure.ac: bugfix: wrong symbol used for pthread library + (thanks Michael for noticing this bug) + + * src/utils.c (popup): keypad() used, to avoid possible unwanted + interactions (status bar could change for example when viewing an item description and pressing an arrow key) - export to /tmp/calcurse.ics is now performed in case $HOME is not set - -01 Sep 2007: - bugfix: shift in date_arg(), thanks Herbert for reporting this bug - -31 Aug 2007: 1.9_beta - NEWS file updated - -19 Aug 2007: - wins_reset() updated to handle notification bar reset - no more check for terminal size in main loop - bugfix: avoid core when trying to load a calendar file from current - directory - manuals updated with part related to moon phase calculation - french translation updated - TODO and README files updated - -15 Aug 2007: - handling of SIGWINCH added - wins_prop(), wins_layout(), wins_set_layout() and wins_reset() added - apoint_hilt(), apoint_hilt_set(), apoint_hilt_decrease() and - apoint_hilt_increase() added - scroll_pad_down() and scroll_pad_up() moved to apoint_scroll_pad_down() - and apoint_scroll_pad_up() - todo_hilt(), todo_hilt_set(), todo_hilt_decrease(), - todo_hilt_increase(), todo_saved_mesg(), todo_nb(), todo_set_nb(), - todo_set_first(), todo_first_increase(), todo_first_decrease(), and - todo_hilt_pos() added - layout is not part of conf_t type anymore, and becomes a static variable - in wins.c - -12 Aug 2007: - Moon phase calculation added - calendar_get_pom(), pom(), potm(), dotr() and adj360 added, based on the - OpenBSD version of pom(6) - TODO list updated - -04 Aug 2007: - ASSERT macro created - aerror() and ierror() created to improve error handling while in ncurses - mode - exit_calcurse() updated to take exit code as argument - memory leak fixed in day_item_s2apoint_s() - -29 Jul 2007: - compiler warnings fixed - -28 Jul 2007: - Dutch manual and po file added, many thanks to Jeremy Roon - configure.ac, Makefile.am and src/Makefile.am improved - unuseful headers removed + + * export to /tmp/calcurse.ics is now performed in case $HOME is + not set + +2007-09-01 Frederic Culot + + * src/args.c (date_arg): fixed a shift in date_arg(), thanks + Herbert for reporting this bug + +2007-08-31 Frederic Culot + + * === Released 1.9_beta === + + * NEWS: update + +2007-08-19 Frederic Culot + + * src/wins.c (wins_reset): update to handle notification bar reset + + * src/calcurse.c: no more check for terminal size in main loop + + * src/io.c: avoid core when trying to load a calendar file from + current directory + + * doc/*.html: manuals updated with part related to moon phase + calculation + + * po/fr.po: french translation updated + + * TODO: + * README: updates + +2007-08-15 Frederic Culot + + * src/sigs.c: handling of SIGWINCH added + + * src/wins.c (wins_prop, wins_layout, wins_set_layout) + (wins_reset): new functions + layout is not part of conf_t type anymore, and becomes a static + variable in wins.c + + * src/apoint.c (apoint_hilt, apoint_hilt_set) + (apoint_hilt_decrease, apoint_hilt_increase): new functions + scroll_pad_down and scroll_pad_up moved to apoint_scroll_pad_down + and apoint_scroll_pad_up + + * src/todo.c (todo_hilt, todo_hilt_set, todo_hilt_decrease) + (todo_hilt_increase, todo_saved_mesg, todo_nb, todo_set_nb) + (todo_set_first, todo_first_increase, todo_first_decrease) + (todo_hilt_pos): new functions + +2007-08-12 Frederic Culot + + * Moon phase calculation added + + * src/calendar.c (calendar_get_pom, pom, potm, dotr, adj360): + new functions added, based on the OpenBSD version of pom(6) + + * TODO: list updated + +2007-08-04 Frederic Culot + + * src/utils.h: ASSERT macro created + * src/utils.h (aerror, ierror) new functions created to improve + error handling while in ncurses mode + + * src/utils.c (exit_calcurse): update to take exit code as + argument + + * src/day.c (day_item_s2apoint_s): memory leak fixed + +2007-07-29 Frederic Culot + + * compiler warnings fixed + +2007-07-28 Frederic Culot + + * doc/manual_nl.html: + * po/nl.po: Dutch manual and po file added, many thanks to Jeremy + Roon + + * configure.ac: + * Makefile.am: + * src/Makefile.am: various improvements + + * src/*: unuseful headers removed some functions became static - check_date() moved to utils.c - border_color() and border_nocolor() moved to wins.c -26 Jul 2007: - global variables suppressed in calcurse.c + * src/utils.c (check_date): moved to utils.c + + * src/wins.c (border_color, border_nocolor): moved to wins.c + +2007-07-26 Frederic Culot + + * src/calcurse.c: global variables suppressed + +2007-07-22 Frederic Culot + + * src/utils.c (exit_calcurse): new function + + * src/wins.c (wins_slctd_init, wins_slctd_set, wins_slctd_next) + (wins_slctd): new functions + + * src/sigs.[ch]: new files to store signal handling routines + + * src/calcurse.c: which_pan global variable suppressed + +2007-07-21 Frederic Culot + + * src/wins.[ch]: new files to store windows handling related + routines + window handling routines moved to wins.c and wins.h + + * src/utils.c (erase_status_bar): new function + + * several routines moved from calcurse.c to more appropriate + source files: + update_app_panel() moved to apoint_update_panel() + update_todo_panel() moved to todo_update_panel() + add_item() moved to apoint_add() + del_item() split into apoint_delete() and todo_delete() + init_vars() moved to vars_init() + print_notify_options() moved to notify_print_options() + config_notify_bar() moved to notify_config_bar() + +2007-07-20 Frederic Culot + + * src/day.c (day_process_storage): store_day moved to + day_process_storage + + * src/vars.h: enum window_number moved to vars.h and became + window_e + window_t type created + + * src/day.h: day_items_nb_t added + + * src/*: several routines updated to make use of the newly created + window_t type + +2007-07-01 Frederic Culot + + * src/calendar.c (calendar_date_thread): new function to check for + day changes (thanks Jupp for reporting the problem) + + * src/calendar.[ch]: code cleanup: global variables today and + slctd_day moved to calendar.c and date_t type created + + * src/calendar.c (calendar_store_current_date) + (calendar_get_slctd_day, calendar_get_slctd_day_sec) + (calendar_init_slctd_day, calendar_move_up, calendar_move_down) + (calendar_move_left, calendar_move_right) + (calendar_set_first_day_of_week) + (calendar_change_first_day_of_week) + (calendar_week_begins_on_monday): new functions + +2007-05-22 Frederic Culot + + * === Released 1.8 === + + * NEWS: + * doc/*.html: + * po/*.po: updates + +2007-05-12 Frederic Culot + + * doc/manual_fr.html: + * doc/manual_en.html: French and English manuals updated + +2007-05-06 Frederic Culot + + * src/utils.c (del_char): make use of memmove + + * src/vars.h: layout variable added to conf_t type + + * src/custom.c (custom_load_conf): code cleanup + + * bugfixes: + layout is now correctly restored (thanks Jose for reporting + that bug) + getstring() now properly handles erasing of characters + apad width is now correctly updated when changing layout + notify bar init sequence modified to avoid a possible segfault + right part of progress bar now properly displayed + item ending time is now assigned to correct day in day_edit_item() + +2007-04-24 Frederic Culot + + * src/custom.c (custom_color_config): made more robust regarding + values returned by pair_content() + Many thanks to Herbert for reporting bugs related to color + configuration + +2007-04-22 Frederic Culot + + * src/custom.c (custom_color_theme_name): update to handle ncurses + different returned values (depending on if ncurses was compiled + with --enable-ext-funcs) + +2007-04-21 Frederic Culot + + * src/custom.c (custom_color_config): modified to take terminal's + vertical length into account + + * src/custom.c (custom_color_theme_name): update to handle + colorless theme + +2007-04-15 Frederic Culot + + * === Released 1.8_beta === + + * src/args.c (help_arg): updated to display help for the --export + argument + + * src/args.c (usage): update + + * src/calcurse.1: manpage updated + + * doc/manual_en.html: english manual updated + + * configure.ac: updated to check for new header files + +2007-04-14 Frederic Culot + + * bugfixes: + wrong define used in notify_update_bar() + recurrent appointment description is now loaded correctly while the + item contains exceptions + item state is now saved for endless recurrent appointments + correct item is now highligthed when changing day inside appointment + panel with CTRL keys + + * src/notify.c (notify_catch_children, notify_thread_children): + function suppressed, because zombie processes are now catched + using signals + * src/calcurse.c (sigchld_handler, init_sighandler): new functions + +2007-04-04 Frederic Culot + + * src/*: MAX_LENGTH replaced by stdio.h's BUFSIZ + use of MININSEC and DAYINSEC defines + + * src/day.c (day_edit_item): typestr size corrected + + * src/utils.c (date_sec2date_str): bugfix: 01/01/1970 is not + returned anymore if 0 is given to date_sec2date_str() + +2007-03-24 Frederic Culot + + * TODO: update + + * src/help.c: online help updated to add the export and flag + command + + * src/args.c (parse_args): '-x' flag added to export data in + non-interactive mode + + * src/notify.c (notify_init_vars): init_notify_bar() moved from + calcurse.c to notify_init_vars() + + * src/custom.c (custom_load_conf): load_conf() moved from + calcurse.c to custom_load_conf() + fill_config_var() moved from calcurse.c to custom.c + + * src/io.c (io_extract_data, io_save_cal): extract_data() renamed + to io_extract_data() and save_cal() to io_save_cal() + + * src/vars.h: conf_t type created + +2007-03-19 Frederic Culot + + * src/utils.c (status_bar): update to add 'X' and '!' keybindings + +2007-03-17 Frederic Culot + + * src/vars.h: HOURINSEC and MININSEC defined + + * src/io.c (io_export_events, io_export_recur_events) + (io_export_recur_apoints, io_recur_type, io_export_valarm): new + functions + + * src/io.c (progress_bar): update to display a bar when exporting + data + +2007-03-12 Frederic Culot + + * src/utils.c (date_sec2ical_datetime, date_sec2ical_date): new + functions + + * src/io.c (io_export_apoints): update to call + date_sec2ical_datetime() + +2007-03-11 Frederic Culot + + * src/calcurse.c: 'X' command added, to export data in iCal format + + * src/io.c (io_export_data, io_get_export_stream) + (io_export_header, io_export_footer, io_export_todo) + (io_export_apoints): new functions + +2007-03-10 Frederic Culot + + * src/calcurse.c: global variable 'colr' suppressed + + * src/io.c (save_cal): modified to save new version of + user-defined color theme + + * src/custom.c (custom_color_theme_name): new function to return + color theme name + + * src/custom.c (custom_load_color): update to load new version of + user-defined color theme + + * src/recur.c (recur_item_inday): improved, thanks to Tony's patch + +2007-03-04 Frederic Culot + + * src/custom.c (custom_color_config): color_config() rewritten and + changed to custom_color_config(), to allow more color choices and + the use of terminal's default background color + + * src/custom.c (custom_load_color): new function + + * border_color() and border_nocolor() updated to take into account new + color definitions + update_windows() updated to avoid the use of the 'colr' variable + +2007-02-28 Frederic Culot + + * bugfix: CTRL-D problems while editing items fixed + Thanks Toucouch for reporting this bug + +2007-02-25 Frederic Culot + + * src/notify.c (init_notify_bar): update to get user shell + + * src/notify.c (notify_launch_cmd): new function to launch + user-defined command by forking a new process + + * src/notify.c (notify_catch_children, notify_thread_children): + new functions to avoid zombie processes when launching + user-defined command + +2007-02-24 Frederic Culot + + * src/calcurse.c: '!' command added, to switch appointment + notification state + + * init_notify_bar(), config_notify_bar() and print_notify_options() + modified to add the notification command option + + * src/apoint.c (apoint_switch_notify): new function + + * src/recur.c (recur_apoint_switch_notify): new function + + * src/day.c (day_item_nb): new function + + * save_cal(), recur_apoint_write(), and apoint_write() updated + to save item state to disk + + * load_app(), load_conf(), apoint_scan(), recur_apoint_scan(), + apoint_new() and recur_apoint_new() updated to read item state + +2007-01-20 Frederic Culot + + * === Released 1.7 === + + * TODO: list updated + + * NEWS: file updated + +2007-01-17 Frederic Culot + + * doc/manual_es.html: + * po/es.po: Spanish manual and translation updated, many thanks to + Jose + +2007-01-16 Frederic Culot -22 Jul 2007: - exit_calcurse() created - wins_slctd_init(), wins_slctd_set(), wins_slctd_next() - and wins_slctd() created - sigs.c and sigs.h created to store signal handling routines - which_pan global variable suppressed + * src/utils.c (getstring): better handling of return values to + take into account user canceling + + * po/de.po: German translation updated + + * TODO: file updated + + * calcurse version updated to 1.7 and copyright extended to 2007 + + * doc/*.html: html manuals updated because 'calcurse -ta' cannot + be used any longer + +2007-01-10 Frederic Culot + + * doc/manual_de.html: + * po/de.po: German manual and translation updated, many thanks to + Chris M. + + * bugfix: Edit command no longer crashes when trying to edit an + unexisting item + + * bugfix: pressing 'CTRL-T' while inside appointment panel no + longers create an appointment but a todo, as expected + + * src/calendar.c (goto_day): better checking of the entered date + +2006-01-05 Frederic Culot + + * src/args.c (next_arg): newline suppressed + +2006-12-21 Frederic Culot + + * src/day.c (day_write_pad): + * src/calcurse.c (update_todo_panel): display adjustments + +2006-12-19 Frederic Culot + + * bugfix in init_wins(): max label length is now MAX_LENGTH + + * src/day.c (day_edit_item): bugfix: end time does not change if + start time is edited + + * po/fr.po: french translation updated + + * README: update + +2006-12-18 Frederic Culot + + * === Released 1.7_beta === + + * src/utils.c (getstring): CTRL-K now works properly + +2006-12-15 Frederic Culot + + * TODO: file updated: one more thing to improve... + + * small bugfixes + +2006-12-14 Frederic Culot + + * improvements in the memory deallocation in day_edit_item(), + updatestring(), next_arg() + + * src/utils.c (updatestring): now returns a value indicating if + there was a canceling when modifying text + + * TODO: update + +2006-12-13 Frederic Culot + + * src/todo.c (todo_new_item): call to getstring() corrected + + * doc/*.html: documentation about the built-in input line editor + added + + * src/utils.c (item_in_popup): improved to replace the scroller() + function by an ncurses pad + scroller() function suppressed + +2006-12-12 Frederic Culot + + * doc/manual_en.html: + * doc/manual_fr.html: english and french html manuals updated + + * src/help.c: help screen updated for repeat command + +2006-12-11 Frederic Culot + + * src/help.c (help_arg): updated to take long options into account + + * src/calcurse.1: manpage updated + +2006-12-10 Frederic Culot + + * src/help.c: help screen added for the 'Edit Item' command + + * date format modified for the 'Go To' command + +2006-12-08 Frederic Culot + + * src/day.c (day_edit_item): finished + * src/day.c (day_edit_time): new function + * src/day.c (day_erase_item): updated to add the 'force_erase' + flag + + * src/recur.c (recur_get_event, recur_get_apoint): new functions + + * datesec2str() changed to date_sec2hour_str(), and + date_sec2date_str() created + update_time_in_date() created + +2006-12-01 Frederic Culot + + * datesec2str() created + +2006-11-30 Frederic Culot + + * 'Edit Itm' command added in the status bar + + * src/day.c (day_edit_item): new function + +2006-11-28 Frederic Culot + + * add_char() modified to use memmove() instead of memcpy() + +2006-11-02 Frederic Culot + + * getstring() modified to take the max string length as an + argument + + * updatestring() and todo_edit_item() created + + * add_char() simplified, using memcpy() + + * 'E' key added to edit already existing items + +2006-10-28 Frederic Culot + + * getstring() improved to allow the modification of an existing + string + + * showstring(), showcursor(), add_char() and delete_char() created + + * getstring() calls in todo_new_item(), recur_repeat_item(), + goto_day(), config_notify_bar() and add_item() updated + + * display_item(), display_item_date() and day_write_pad() updated + to add an asterisk in front of recurrent items + +2006-10-17 Frederic Culot + + * src/args.c (parse_args): use of getopt_long() instead of getopt, + to make the '-t' priority number optional, and to allow the use of + long options + + * configure.ac: check for getopt.h header file added + +2006-10-16 Frederic Culot + + * bugfix: when creating a recurrent item, the entered end-date is + now included again + + * '-t' flag now takes a priority number for argument + +2006-10-01 Frederic Culot + + * === Released 1.6 === + + * doc/manual_de.html: + * po/de.po: german manual and translation updated by Chris M. + + * bugfix: CTRL-J now works properly + + * bugfix: a number of minutes can no longer be entered while + creating a new appointment + + * TODO: list updated + + * NEWS: file updated + +2006-09-25 Frederic Culot + + * doc/manual_es.html: + * po/es.po: spanish translation and manual updated by Jose Lopez + +2006-09-22 Frederic Culot + + * doc/manual_es.html: spanish manual updated by Jose Lopez + + * src/Makefile.am: bugfix: LOCALEDIR is now defined in + src/Makefile.am instead of configure.ac, to prevent from + conflicting definitions. Thanks to Jose for reporting that bug. + +2006-09-19 Frederic Culot + + * doc/manual_fr.html: + * doc/manual_de.html: + * doc/manual_es.html: french, german and spanish manuals updated + +2006-09-18 Frederic Culot + + * added test on warning time interval in config_notify_bar() + + * print_general_options() modified to print text one line upper + + * bugfix: pressing enter no longer switches to next week in + calendar panel + + * doc/manual_en.html: update + +2006-09-17 Frederic Culot + + * config_notify_bar() improved + + * getstring() improved to check for escape sequence + + * src/help.c (help_screen): update + + * po/fr.po: french translation updated + +2006-09-16 Frederic Culot + + * '-n' flag implemented + + * src/args.c (parse_args, help_arg, usage): updates + + * next_arg(), now() created + + * src/calcurse.1: manpage updated + + * notify_app_s structure updated + + * apoint_check_next(), recur_apoint_check_next() and + recur_repeat_item() updated + + * config_notify_bar() and print_notify_options() improved + + * src/utils.c (mycpy): new function + +2006-09-15 Frederic Culot + + * nbar_s structure created to store notify-bar settings + + * save_cal() and load_conf() updated to write and read the user + configuration concerning the notify-bar + + * init_var(), help_screen() and config_bar() updated + + * config_notify_bar(), print_notify_options(), init_notify_bar(), + notify_bar(), notify_start_main_thread() and + notify_stop_main_thread() created + +2006-09-14 Frederic Culot + + * fixed a bug which caused the recurrent appointments not to show + up in the notify-bar + + * added the time left before next appointment inside notify-bar + + * fixed a bug in recur_item_inday() which caused the appointments + to have a wrong start time when repeated + + * bugfix: no more deletion of the wrong recurrent appointment + + * today() created + + * notify_check_added(), notify_check_repeated() and + notify_same_item(), notify_same_recur_item() created + +2006-09-12 Frederic Culot + + * implementation of a mutex lock to protect the appointment linked + lists from race conditions + + * src/apoint.c (apoint_llist_init): new function + + * src/recur.c (recur_apoint_llist_init): new function + + * several routines in apoint.c and recur.c updated to take those + new lists structure into account + +2006-09-11 Frederic Culot + + * po/es.po: small bugfixes + + * src/vars.h: DAYINSEC moved from recur.c to vars.h + + * src/apoint.c (apoint_check_next): new function + + * src/recur.c (recur_apoint_check_next): new function + + * src/notify.c (notify_check_next_app, notify_thread_app): new + functions + +2006-09-09 Frederic Culot + + * src/Makefile.am: update to take notify.h and .c into account, + and link to lpthread added + + * configure.ac: added test for pthread library and switched to 1.6 + + * help window size updated to take notification bar into account + + * src/notify.[ch]: new files + + * src/notify.c (notify_init_bar, notify_reinit_bar) + (notify_update_bar, notify_extract_aptsfile, notify_thread_sub): + new functions + + * Makefile.am: updated to add the spanish manual + + * doc/manual_es.html: + * po/es.po: spanish manual and translations added, many thanks to + Jose for providing them + + * doc/*.html: manuals updated (thanks section) + +2006-09-08 Frederic Culot + + * fixed a bug appearing when trying to delete a newly repeated + item + +2006-09-07 Frederic Culot + + * fixed a bug which prevented status bar keybindings from being + translated + + * src/recur.c (recur_repeat_item): the repeated end date can no + longer be before the item start time. Thanks Chris for reporting + that bug + + * po/fr.po: french translation updated + + * TODO: list updated + +2006-09-06 Frederic Culot + + * src/utils.c (status_bar): rewritten from scratch to allow more + than one page of keybindings + * src/utils.c (reset_status_page, other_status_page): new + functions + + * src/calcurse.c: 'O' keybinding added to switch between status + bar pages + + * general keybindings added which apply whatever panel is selected + (^A, ^T, ^H, ^J, ^K, ^L) + + * changed the redraw keybinding from ^L to ^R + + * src/help.c: added help pages concerning the general bindings and + the 'O' command + +2006-09-03 Frederic Culot + + * src/args.c (todo_args): update to display priorities + + * po/fr.po: new entries translated and fixed 'fuzzy' translations + + * layout_config() improved, and new layout configurations added + + * get_screen_config() updated to take new layouts into account + + * TODO: list updated + +2006-09-02 Frederic Culot + + * src/help.c: help text added for the 'Priority' function and + updated for the 'Add' function + + * src/todo.c (todo_get_position): fixed a possible infinite loop + + * src/calcurse.c: improved the ToDo panel scrolling while changing + item priority + + * src/day.c (day_write_pad): fixed a bug which could cause a + misplacement of the line between events and appointments + +2006-08-31 Frederic Culot + + * src/todo.c (todo_chg_priority, todo_get_item) + (todo_get_position): new functions + * src/todo.c (todo_insert): suppressed + * src/todo.c (todo_new_item): updated to ask for priority + * src/todo.c (todo_add): updated to sort items by priority order + * src/todo.c (update_todo_panel): updated to display todo priority + + * '+/-' menu added to handle todo priorities + +2006-08-30 Frederic Culot + + * 'id' added to todo_s structure + * load_todo() and save_cal() updated to take this id into account + + * src/todo.c (todo_new_item): moved add_todo() from calcurse.c to + todo_new_item() + + * bugfix: pressing 'R' while no item was selected caused a + segfault. Thanks to Chris for reporting that bug + +2006-08-26 Frederic Culot + + * === Released 1.5 === + +2006-08-25 Frederic Culot + + * src/io.c (load_app): fixed a data format bug + + * src/day.c: events and appointments are now sorted properly + +2006-08-24 Frederic Culot + + * src/recur.c: forgot to wait for user's key pressed... + + * repeat command disabled for todo panel + + * configure.ac: + * src/calcurse.1: switched to version number 1.5 + + * doc/*.html: manuals thanks section updated + +2006-08-23 Frederic Culot + + * independant status bar created for the todo panel + + * src/day.c: fixed a memory allocation problem + + * src/help.c: online help text updated for the repeat and delete + commands + +2006-08-22 Frederic Culot + + * src/recur.c: compilation warnings corrected + + * src/calcurse.c (add_item): screen refreshing process ameliorated + +2006-08-21 Frederic Culot + + * po/en.po: + * po/de.po: English and German translation added + +2006-08-19 Frederic Culot + + * src/io.c: fixed a bug that could cause a fatal error when + loading from file an endless recurrent item with non-repeated days + + * src/recur.c: fixed a bug which could result in an infinite loop + when saving multiple days + + * src/calcurse.c: a newly created appointment or event is now + correctly highlighted + + * src/recur.c (recur_repeat_item): updated to check if the + frequence is valid + +2006-08-16 Frederic Culot + + * src/recur.c (recur_exc_scan): new function + + * src/recur.c (recur_event_new, recur_apoint_new): update to take + non-repeated days into account + +2006-08-06 Frederic Culot + + * src/recur.c (recur_item_inday): update to take non-repeated days + into account + + * src/recur.c (recur_repeat_item, day_get_item): new functions + + * 'R' menu key added to repeat an event or an appointment + +2006-08-02 Frederic Culot + + * bugfix: Debian bug #377543 fixed, thanks to Neil for reporting + it + + * src/recur.c (recur_event_erase, recur_apoint_erase) + (recur_write_exc): new functions + * src/recur.c (recur_event_write, recur_apoint_write): update to + call recur_writ_exc() if there are exceptions to be written + + * src/day.c (day_erase_item, del_item): updates + + * ESCAPE key definition added + +2006-08-01 Frederic Culot + + * src/day.h: MAX_TYPES added + + * src/day.c (day_erase_item): new function + + * del_apoint() renamed to del_item and updated to take recurrent + items into account + +2006-07-27 Frederic Culot + + * back to work after my ibook's logic board crash :( + + * autogen.sh: new file + +2006-06-25 Frederic Culot + + * src/args.c (app_arg): updated to take recurrent items into + account + + * src/recur.c (recur_apoint_s2apoint_s): new function + + * added help text concerning possible formats to be entered when + using '-h' flag in non-interactive mode + + * fixed a bug related to localtime() which returns a statically + allocated structure that can be overwritten by subsequent calls + to the function (which was the case with recurrent items) + + * load_app(), recur_event_scan(), recur_apoint_scan(), + recur_item_inday(), recur_event_write() and recur_apoint_write() + updated to take endless recurrent items into account + +2006-06-24 Frederic Culot + + * cvs keywords added inside source files + + * apoint_sec2str() and display_item_date() modified to take + recurrent items into account + + * src/day.c (day_check_if_item): new function + +2006-06-18 Frederic Culot + + * src/day.c (day_store_recur_events, day_store_recur_apoints): new + functions + + * src/recur.c (recur_item_inday): new function + +2006-06-17 Frederic Culot + + * src/day.c (day_popup_item): new function + + * src/day.c (day_store_items): pointers to number_events_inday and + number_apoints_inday passed to day_store_items() + + * src/day.c (day_write_pad): update to reallocate memory for + day_saved_item structure + +2006-06-16 Frederic Culot + + * src/day.c (day_free_list): free_aday() and free_eday() + suppressed and replaced by day_free_list() + + * src/day.c (day_store_items): new function + + * store_day() updated to call day_store_items() + + * src/day.c (day_store_events, day_store_apoints): eday_store() + and aday_store suppressed and replaced by day_store_events() and + day_store_apoints() + + * src/day.c (day_add_event, day_add_apoint): edayadd() and + edayadd() suppressed and replaced by day_add_event() and + day_add_apoint() + + * src/day.c (day_write_pad): write_app_pad() suppressed and + replaced by day_write_pad() + + * src/day.c (day_item_s2apoint_s): new function + +2006-06-14 Frederic Culot + + * src/day.[ch]: new files created to store processes related to + the currently selected day inside calendar (this is to ease the + implementation of recursive items) + + * src/Makefile.am: update + +2006-06-08 Frederic Culot + + * src/recur.c (recur_save_data, recur_char2def): new functions + +2006-06-07 Frederic Culot + + * src/recur.c (recur_apoint_scan, recur_event_scan): new functions + + * load_app() updated to read recursive events from file + +2006-06-06 Frederic Culot + + * bugfix: Debian Bug Report #369550 regarding the segfault which + appeared when calcurse was launched in non-interactive mode + without data files + + * src/recur.[ch]: new files added to implement recursive events + + * src/Makefile.am: update + + * src/recur.c (recur_event_new, recur_apoint_new, recur_def2char) + (recur_apoint_write, recur_event_write): new functions + +2006-05-15 Frederic Culot + + * === Released 1.4 === + + * TODO: + * README: + * src/calcurse.1: + * doc/*.html: updates + +2006-05-13 Frederic Culot + + * NEWS: file updated + +2006-05-11 Frederic Culot + + * doc/manual_de.html: manual finished, many thanks to Michael + Schulz + + * doc/manual_fr.html: update + +2006-05-08 Frederic Culot + + * doc/manual_en.html: update + + * bugfix: added test at the end of color_config() to check the + need of using colorization or not + +2006-05-07 Frederic Culot + + * po/fr.po: french translation finished + + * src/calcurse.1: manpage updated + +2006-06-05 Frederic Culot + + * configure.ac: added LOCALEDIR definition + + * usage_try() created + +2006-04-27 Frederic Culot + + * configure.ac: + * src/vars.h: removed VERSION definition from vars.h to only use + the one from configure.ac + + * src/calcurse.c: include config.h + +2006-04-26 Frederic Culot + + * updated exit() calls by using EXIT_SUCCESS and EXIT_FAILURE + + * end of source preparation for i18n + + * replaced required confirmation string from 'yes' and 'no' to 'y' + and 'n' + + * 'gettextization' of source package: + Makefile.am (SUBDIRS): Add po. + (ACLOCAL_AMFLAGS): New variable. + (EXTRA_DIST): Add config.rpath, mkinstalldirs, m4/ChangeLog. + configure.ac (AC_OUTPUT): Add po/Makefile.in. + +2006-04-25 Frederic Culot + + * updated parts related to general config variables to handle + i18n: + general config variables type changed to boolean + fill_config_var() created + switch_option() suppressed + +2006-04-23 Frederic Culot + + * progress_bar() modified to better fit the data file structure + + * user_conf_t created to allow translation of configuration + variables + +2006-04-22 Frederic Culot + + * translatable strings marked for i18n + + * doc/manual_de.html: new manual (german translation of calcurse + manual, thanks to Michael Schultz) + +2006-04-20 Frederic Culot + + * src/i18n.h: new file added to prepare for internationalization + + * src/Makefile.am: update + +2006-04-18 Frederic Culot -21 Jul 2007: - wins.c and wins.h created to store windows handling related routines - window handling routines moved to wins.c and wins.h - erase_status_bar() created - several routines moved from calcurse.c to more appropriate source files: - update_app_panel() moved to apoint_update_panel() - update_todo_panel() moved to todo_update_panel() - add_item() moved to apoint_add() - del_item() split into apoint_delete() and todo_delete() - init_vars() moved to vars_init() - print_notify_options() moved to notify_print_options() - config_notify_bar() moved to notify_config_bar() + * code cleanup: color_config() simplified + +2006-04-17 Frederic Culot -20 Jul 2007: - store_day() moved to day_process_storage() - enum window_number moved to vars.h and became window_e - window_t type created in vars.h - day_items_nb_t added in day.h - several routines updated to make use of the newly created window_t type - -01 Jul 2007: - bugfix: calendar_date_thread implemented to check for day changes - (thanks Jupp for reporting the problem) - code cleanup: global variables today and slctd_day moved to calendar.c - and date_t type created - several routines created in calendar.c: calendar_store_current_date(), - calendar_get_slctd_day(), calendar_get_slctd_day_sec(), - calendar_init_slctd_day(), calendar_move_up(), - calendar_move_down(), calendar_move_left(), - calendar_move_right(), calendar_set_first_day_of_week(), - calendar_change_first_day_of_week(), - calendar_week_begins_on_monday() - -12 Jun 2007: - Thread implemented to regularly check for day changes (thanks Jupp for - reporting the problem) - code cleanup in get_date() to get rid of global variables - -22 May 2007: 1.8 - NEWS file updated - html manuals updated - po files updated - -12 May 2007: - English and French html manuals updated - -06 May 2007: - make use of memmove in del_char() - layout variable added to conf_t type - code cleanup in custom_load_con() - bugfixes: - layout is now correctly restored (thanks Jose for reporting that - bug) - getstring() now properly handles erasing of characters - apad width is now correctly updated when changing layout - notify bar init sequence modified to avoid a possible segfault - right part of progress bar now properly displayed - item ending time is now assigned to correct day in day_edit_item() + * variable 'colorize' added + + * color number '0' added to be able to run calcurse in black&white + even on color terminals -24 Apr 2007: - custom_color_config() made more robust regarding values returned by - pair_content() - Many thanks to Herbert for reporting bugs related to color configuration +2006-04-16 Frederic Culot -22 Apr 2007: - custom_color_theme_name() updated to handle ncurses different returned - values (depending on if ncurses was compiled with --enable-ext-funcs) + * border_nocolor() created to correctly handle panel borders in + non-color terminals + + * 'week_begins_on_monday' option added, giving the ability to + change the first day of the week (thanks to Joe's remarks) + +2006-04-09 Frederic Culot -21 Apr 2007: - custom_color_config() modified to take terminal's vertical length into - account - custom_color_theme_name() updated to handle colorless theme + * bugfix: stderr replaced by stdout in version_arg(), help_arg(), + todo_arg(), app_arg(), date_arg(), arg_print_date(), usage() + (thanks go to Soren for reporting that bug) + +2006-04-08 Frederic Culot -15 Apr 2007: 1.8_beta - help_arg() updated to display help for the -export argument - usage() updated - manpage updated - english manual updated - configure.ac updated to check for new header files + * doc/manual_fr.html: new file containing the french manual + translation -14 Apr 2007: - bugfixes: - wrong define used in notify_update_bar() - recurrent appointment description is now loaded correctly while the - item contains exceptions - item state is now saved for endless recurrent appointments - correct item is now highligthed when changing day inside appointment - panel with CTRL keys - notify_catch_children() and notify_thread_children() suppressed, because - zombie processes are now catched using signals - sigchld_handler() and init_sighandler() created +2006-04-05 Frederic Culot -04 Apr 2007: - MAX_LENGTH replaced by stdio.h's BUFSIZ - use of MININSEC and DAYINSEC defines - bugfix: typestr size corrected in day_edit_item() - bugfix: 01/01/1970 is not returned anymore if 0 is given to - date_sec2date_str() - -24 Mar 2007: - TODO updated - online help updated to add the export and flag command - '-x' flag added in parse_args() to export data in non-interactive mode - init_notify_bar() moved from calcurse.c to notify_init_vars() - load_conf() moved from calcurse.c to custom_load_conf() - fill_config_var() moved from calcurse.c to custom.c - extract_data() renamed to io_extract_data() and save_cal() to - io_save_cal() - conf_t type created - -19 Mar 2007: - status_bar() updated to add 'X' and '!' keybindings - -17 Mar 2007: - HOURINSEC and MININSEC defined - io_export_events(), io_export_recur_events() and - io_export_recur_apoints() created - io_recur_type() and io_export_valarm() created - progress_bar() updated to display a bar when exporting data - -12 Mar 2007: - date_sec2ical_datetime() and date_sec2ical_date() created - io_export_apoints() updated to call date_sec2ical_datetime() - -11 Mar 2007: - 'X' command added, to export data in iCal format - io_export_data(), io_get_export_stream(), io_export_header(), - io_export_footer(), io_export_todo(), io_export_apoints() created - -10 Mar 2007: - global variable 'colr' suppressed - save_cal() modified to save new version of user-defined color theme - custom_color_theme_name() created to return color theme name - custom_load_color() updated to load new version of user-defined color - theme - recur_item_inday() improved, thanks to Tony's patch - -04 Mar 2007: - color_config() rewritten and changed to custom_color_config(), to allow - more color choices and the use of terminal's default background color - custom_load_color() created - border_color() and border_nocolor() updated to take into account new - color definitions - update_windows() updated to avoid the use of the 'colr' variable + * README: file rewritten to take into account the new + documentation structure -28 Feb 2007: - bugfix: CTRL-D problems while editing items fixed - Thanks Toucouch for reporting this bug +2006-04-02 Frederic Culot -25 Feb 2007: - init_notify_bar() updated to get user shell - notify_launch_cmd() created to launch user-defined command by forking a - new process - notify_catch_children() and notify_thread_children() created to avoid - zombie processes when launching user-defined command + * support for non-color terminals added : + window attribute levels defined in vars.h + attribute_s structure created in custom.h + custom_init_attr(), custom_apply_attr(), and + custom_remove_attr() created in custom.c + init_vars() updated in calcurse.c + +2006-03-30 Frederic Culot -24 Feb 2007: - '!' command added, to switch appointment notification state - init_notify_bar(), config_notify_bar() and print_notify_options() - modified to add the notification command option - apoint_switch_notify() and recur_apoint_switch_notify() created - day_item_nb() created - save_cal(), recur_apoint_write(), and apoint_write() updated - to save item state to disk - load_app(), load_conf(), apoint_scan(), recur_apoint_scan(), - apoint_new() and recur_apoint_new() updated to read item state + * doc/: repertory created to contain calcurse documentation and + its translations. + * Makefile.am: update to take the new repertory into + account -20 Jan 2007: 1.7 - TODO list updated - NEWS file updated - -17 Jan 2007: - Spanish manual and translation updated, many thanks to Jose - -16 Jan 2007: - better handling of the values returned by getstring(): user canceling - now properly taken into account - German translation updated - TODO file updated - calcurse version updated to 1.7 and copyright extended to 2007 - bugfix: html manuals updated because 'calcurse -ta' cannot be used any - longer - -10 Jan 2007: - German manual and translation updated, many thanks to Chris M. - bugfix: Edit command no longer crashes when trying to edit an unexisting - item - bugfix: pressing 'CTRL-T' while inside appointment panel no longers - create an appointment but a todo, as expected - better checking of the entered date in goto_day() +2006-03-23 Frederic Culot -05 Jan 2006: - newline suppressed in next_arg() + * manual_en.html: new file created, in order to replace the actual + documentation contained in the README file + +2006-03-17 Frederic Culot -21 Dec 2006: - display adjustments in day_write_pad() and update_todo_panel() + * === Released 1.3 === -19 Dec 2006: - bugfix in init_wins(): max label length is now MAX_LENGTH - bugfix in day_edit_item(): end time does not change if start time is - edited - fr.po: french translation updated - README updated + * bugfix: newpad added in init_vars to correct a bug causing core + dump on Solaris + + * bugfix: no more wrong event duration when entering end time in + [hh:mm] format + + * bugfix: first_todo_onscreen corrected to avoid the disappearing + of todo items + + * updated the copyright text which appears with the -v flag + + * manpage updated + + * README updated + + * online help updated + + * TODO list updated -18 Dec 2006: 1.7_beta - bugfix in getstring(): CTRL-K now works properly +2006-03-14 Frederic Culot -15 Dec 2006: - TODO file updated: one more thing to improve... - small bugfixes + * replaced true and false #define by stdbool.h -14 Dec 2006: - improvements in the memory deallocation in day_edit_item(), - updatestring(), next_arg() - updatestring() now returns a value indicating if there was a canceling - when modifying text - TODO file updated - -13 Dec 2006: - bugfix: call to getstring() corrected in todo_new_item() - documentation about the built-in input line editor added in html - manuals - item_in_popup() improved to replace the scroller() function by an - ncurses pad - scroller() function suppressed +2006-03-13 Frederic Culot -12 Dec 2006: - english and french html manuals updated - help screen updated for repeat command + * online help screens updated -11 Dec 2006: - help_arg() updated to take long options into account - manpage updated +2006-03-09 Frederic Culot -10 Dec 2006: - help screen added for the 'Edit Item' command - date format modified for the 'Go To' command + * typedef help_page_t added to add a title to each help page + + * help_screen() and write_help_pad() updated to use new + help_page_t type -08 Dec 2006: - day_edit_item() finished, day_edit_time() created and day_erase_item() - updated to add the 'force_erase' flag - recur_get_event() and recur_get_apoint() created - datesec2str() changed to date_sec2hour_str(), and date_sec2date_str() - created - update_time_in_date() created +2006-03-07 Frederic Culot -01 Dec 2006: - datesec2str() created + * src/var.h: #define true and false added + + * online help screens updated + +2006-03-06 Frederic Culot -30 Nov 2006: - 'Edit Itm' command added in the status bar - day_edit_item() created + * source file headers updated -28 Nov 2006: - add_char() modified to use memmove() instead of memcpy() +2006-02-26 Frederic Culot -02 Nov 2006: - getstring() modified to take the max string length as an argument - updatestring() and todo_edit_item() created - add_char() simplified, using memcpy() - 'E' key added to edit already existing items + * get_help_lines() created + + * scrollbar added inside help screens + +2006-02-25 Frederic Culot -28 Oct 2006: - getstring() improved to allow the modification of an existing string - showstring(), showcursor(), add_char() and delete_char() created - getstring() calls in todo_new_item(), recur_repeat_item(), - goto_day(), config_notify_bar() and add_item() updated - display_item(), display_item_date() and day_write_pad() updated to add - an asterisk in front of recurrent items - -17 Oct 2006: - parse_args() modified to use getopt_long() instead of getopt, to make - the '-t' priority number optional, and to allow the use of long options - configure.ac: check for getopt.h header file added - -16 Oct 2006: - bugfix: when creating a recurrent item, the entered end-date is now - included again - '-t' flag now takes a priority number for argument - -01 Oct 2006: 1.6 - german manual and translation updated by Chris M. - bugfix: CTRL-J now works properly - bugfix: a number of minutes can no longer be entered while creating a - new appointment - TODO list updated - NEWS file updated - -25 Sep 2006: - spanish translation and manual updated by Jose Lopez - -22 Sep 2006: - spanish manual updated by Jose Lopez - bugfix: LOCALEDIR is now defined in src/Makefile.am instead of - configure.ac, to prevent from conflicting definitions. Thanks to Jose - for reporting that bug. - -19 Sep 2006: - french, german and spanish manuals updated - -18 Sep 2006: - added test on warning time interval in config_notify_bar() - print_general_options() modified to print text one line upper - bugfix: pressing enter no longer switches to next week in calendar panel - english manual updated - -17 Sep 2006: - config_notify_bar() improved - getstring() improved to check for escape sequence - help_screen() updated - french translation updated - -16 Sep 2006: - '-n' flag implemented - parse_args(), help_arg() and usage() updated - next_arg(), now() created - manpage updated - notify_app_s structure updated - apoint_check_next(), recur_apoint_check_next() and recur_repeat_item() - updated - config_notify_bar() and print_notify_options() improved - mycpy() created - -15 Sep 2006: - nbar_s structure created to store notify-bar settings - save_cal() and load_conf() updated to write and read the user - configuration concerning the notify-bar - init_var(), help_screen() and config_bar() updated - config_notify_bar(), print_notify_options(), init_notify_bar(), - notify_bar(), notify_start_main_thread() and notify_stop_main_thread() - created - -14 Sep 2006: - fixed a bug which caused the recurrent appointments not to show up in - the notify-bar - added the time left before next appointment inside notify-bar - fixed a bug in recur_item_inday() which caused the appointments to have - a wrong start time when repeated - bugfix: no more deletion of the wrong recurrent appointment - today() created - notify_check_added(), notify_check_repeated() and notify_same_item(), - notify_same_recur_item() created - -12 Sep 2006: - implementation of a mutex lock to protect the appointment linked lists - from race conditions - apoint_llist_init() and recur_apoint_llist_init() created - several routines in apoint.c and recur.c updated to take those new lists - structure into account - -11 Sep 2006: - small bugfixes in es.po - DAYINSEC moved from recur.c to vars.h - apoint_check_next() created - recur_apoint_check_next() created - notify_check_next_app() and notify_thread_app() created - -09 Sep 2006: - src/Makefile.am updated to take notify.h and .c into account, and link - to lpthread added - configure.ac: added test for pthread library and switched to 1.6 - help window size updated to take notification bar into account - notify.h and notify.c created, with the following routines: - notify_init_bar(), notify_reinit_bar(), notify_update_bar(), - notify_extract_aptsfile(), notify_thread_sub() - Makefile.am updated to add the spanish manual - spanish manual and translations added, many thanks to Jose for - providing them - manuals updated (thanks section) - -08 Sep 2006: - fixed a bug appearing when trying to delete a newly repeated item - -07 Sep 2006: - fixed a bug which prevented status bar keybindings from being - translated - bugfix in recur_repeat_item(): the repeated end date can no longer be - before the item start time. Thanks Chris for reporting that bug - french translation updated - TODO list updated - -06 Sep 2006: - status_bar() rewritten from scratch to allow more than one page - of keybindings - reset_status_page() and other_status_page() created - 'O' keybinding added to switch between status bar pages - added general keybindings which apply whatever panel is selected - (^A, ^T, ^H, ^J, ^K, ^L) - changed the redraw keybinding from ^L to ^R - added help pages concerning the general bindings and the 'O' command - -03 Sep 2006: - todo_args() updated to display priorities - fr.po: new entries translated and fixed 'fuzzy' translations - layout_config() improved, and new layout configurations added - get_screen_config() updated to take new layouts into account - TODO list updated - -02 Sep 2006: - help text added for the 'Priority' function and updated for the 'Add' - function - todo_get_position(): fixed a possible infinite loop - calcurse.c: improved the ToDo panel scrolling while changing item priority - fixed a bug in day_write_pad() which could cause a misplacement of the - line between events and appointments - -31 Aug 2006: - todo_chg_priority(), todo_get_item() and todo_get_position() created - todo_insert() suppressed - todo_new_item() updated to ask for priority - todo_add() updated to sort items by priority order - update_todo_panel() updated to display todo priority - '+/-' menu added to handle todo priorities - -30 Aug 2006: - 'id' added to todo_s structure - load_todo() and save_cal() updated to take this id into account - moved add_todo() from calcurse.c to todo_new_item() in todo.c - bugfix: pressing 'R' while no item was selected caused a segfault. - Thanks to Chris for reporting that bug - -26 Aug 2006: 1.5 - -25 Aug 2006: - io.c: fixed a data format bug in load_app() - day.c: events and appointments are now sorted properly - -24 Aug 2006: - bugfix in recur.c: forgot to wait for user's key pressed... - repeat command disabled for todo panel - switched to version number 1.5 in configure.ac and manpage - html manuals thanks section updated - -23 Aug 2006: - independant status bar created for the todo panel - bugfix: memory allocation problem in day.c - online help text updated for the repeat and delete commands - -22 Aug 2006: - recur.c: compilation warnings corrected - calcurse.c: screen refreshing process ameliorated in add_item() - -21 Aug 2006: - English and German translation added - -19 Aug 2006: - bugfix: in io.c, a bug could cause a fatal error when loading from file - an endless recurrent item with non-repeated days - bugfix: in recur.c, fixed a bug which could result in an infinite loop - when saving multiple days - bugfix: in calcurse.c, a newly created appointment or event is now - correctly highlighted - recur_repeat_item() updated to check if the frequence is valid - -16 Aug 2006: - recur_exc_scan() created - recur_event_new() and recur_apoint_new() updated to take non-repeated - days into account - -06 Aug 2006: - recur_item_inday() updated to take non-repeated days into account - recur_repeat_item() and day_get_item() created - 'R' menu key added to repeat an event or an appointment - -02 Aug 2006: - bugfix: Debian bug #377543 fixed, thanks to Neil for reporting it - recur_event_erase(), recur_apoint_erase() and recur_write_exc() created - recur_event_write() and recur_apoint_write() updated to call - recur_writ_exc() if there are exceptions to be written - day_erase_item() and del_item() updated - ESCAPE key definition added - -01 Aug 2006: - day.h: MAX_TYPES added - day_erase_item() created - del_apoint() renamed to del_item and updated to take recurrent - items into account + * help_screen() updated, now using a pad to display help screens + + * write_help_pad() created + +2006-02-19 Frederic Culot -27 Jul 2006: - back to work after my ibook's logic board crash :( - autogen.sh created + * display structure updated to take into account the scrollbars + + * previous_item_mark() and next_item_mark() suppressed, scrollbar + used instead + + * bugfix: hilt_tod and hilt_app were not updated when deleting an + item + + * day_changed variable added and store_day() updated + + * bugfix: pad scrolling was not updated when deleting an item in + the appointment panel + + * bugfix: scrollbar length and top position were not correct in + some cases -25 Jun 2006: - app_arg() updated to take recurrent items into account - recur_apoint_s2apoint_s() created - added help text concerning possible formats to be entered when using - '-h' flag in non-interactive mode - fixed a bug related to localtime() which returns a statically - allocated structure that can be overwritten by subsequent calls - to the function (which was the case with recurrent items) - load_app(), recur_event_scan(), recur_apoint_scan(), recur_item_inday(), - recur_event_write() and recur_apoint_write() updated to take endless - recurrent items into account +2006-02-18 Frederic Culot -24 Jun 2006: - cvs keywords added inside source files - apoint_sec2str() and display_item_date() modified to take recurrent - items into account - day_check_if_item() created - -18 Jun 2006: - day_store_recur_events() and day_store_recur_apoints() created - recur_item_inday() created - -17 Jun 2006: - day_popup_item() created - pointers to number_events_inday and number_apoints_inday passed to - day_store_items() - day_write_pad() updated to reallocate memory for day_saved_item structure - -16 Jun 2006: - free_aday() and free_eday() suppressed and replaced by day_free_list() - day_store_items() created - store_day() updated to call day_store_items() - eday_store() and aday_store suppressed and replaced by day_store_events() - and day_store_apoints() - edayadd() and edayadd() suppressed and replaced by day_add_event() - and day_add_apoint() - write_app_pad() suppressed and replaced by day_write_pad() - day_item_s2apoint_s() created - -14 Jun 2006: - day.c and day.h created to store processes related to the currently - selected day inside calendar (this is to ease the implementation of - recursive items) - src/Makefile.am updated - -08 Jun 2006: - recur_save_data() created - recur_char2def() created - -07 Jun 2006: - recur_apoint_scan() and recur_event_scan() created - load_app() updated to read recursive events from file - -06 Jun 2006: - bugfix: Debian Bug Report #369550 regarding the segfault which - appeared when calcurse was launched in non-interactive mode without - data files - recur.h and recur.c added to implement recursive events - src/Makefile.am updated - recur_event_new()and recur_apoint_new() created - recur_def2char(), recur_apoint_write() and recur_event_write() created - -15 May 2006: 1.4 - TODO, README, manpage and manual updated - -13 May 2006: - NEWS file updated - -11 May 2006: - manual_de.html finished : many thanks to Michael Schulz - manual_fr.html updated - -08 May 2006: - manual_en.html updated - bugfix: added test at the end of color_config() to check the need - of using colorization or not - -07 May 2006: - french translation finished - manpage updated - -05 May 2006: - added LOCALEDIR definition in configure.ac - usage_try() created - -27 Apr 2006: - removed VERSION definition from vars.h to only use the one from - configure.ac - include config.h added in calcurse.c - -26 Apr 2006: - updated exit() calls by using EXIT_SUCCESS and EXIT_FAILURE - end of source preparation for i18n - replaced required confirmation string from 'yes' and 'no' to 'y' and 'n' - 'gettextization' of source package: - * Makefile.am (SUBDIRS): Add po. - (ACLOCAL_AMFLAGS): New variable. - (EXTRA_DIST): Add config.rpath, mkinstalldirs, m4/ChangeLog. - * configure.ac (AC_OUTPUT): Add po/Makefile.in. + * enum window_number created -25 Apr 2006: - updated parts related to general config variables to handle i18n: - general config variables type changed to boolean - fill_config_var() created - switch_option() suppressed + * bugfix: start and end time now properly displayed when viewing + an appointment in popup window + + * bugfix: wrong highlited item when changing day fixed + + * draw_scrollbar() created to display a real bar inside panels + instead of 'v' and '^' marks + + * update_todo_panel() and update_app_panel updated to display the + scrollbar + +2006-02-16 Frederic Culot -23 Apr 2006: - progress_bar() modified to better fit the data file structure - user_conf_t created to allow translation of configuration variables + * del_apoint() updated to take events into account -22 Apr 2006: - translatable strings marked for i18n - manual_de.html added (german translation of calcurse manual, - thanks to Michael Schultz) +2006-02-11 Frederic Culot -20 Apr 2006: - i18n.h added to prepare for internationalization - src/Makefile.am updated + * configure.ac: AC_HEADR_STDBOOL added -18 Apr 2006: - code cleanup: color_config() simplified + * init_vars() created -17 Apr 2006: - variable 'colorize' added - color number '0' added to be able to run calcurse in black&white - even on color terminals + * do_storage variable added to check if we really need to update + the appointment panel items inside pad -16 Apr 2006: - border_nocolor() created to correctly handle panel borders in - non-color terminals - 'week_begins_on_monday' option added, giving the ability to change - the first day of the week (thanks to Joe's remarks) + * free_aday() and free_eday() created -09 Apr 2006: - bugfix: stderr replaced by stdout in version_arg(), help_arg(), - todo_arg(), app_arg(), date_arg(), arg_print_date(), usage() - (thanks go to Soren for reporting that bug) +2006-02-09 Frederic Culot -08 Apr 2006: - html manual translated in french (manual_fr.html created) + * pad_s structure created + + * get_item_line(), scroll_pad_down() and scroll_pad_up() created + +2006-02-05 Frederic Culot -05 Apr 2006: - README file rewritten to take into account the new documentation structure + * get_item_line() created -02 Apr 2006: - support for non-color terminals added : - window attribute levels defined in vars.h - attribute_s structure created in custom.h - custom_init_attr(), custom_apply_attr(), and - custom_remove_attr() created in custom.c - init_vars() updated in calcurse.c +2006-02-04 Frederic Culot -30 Mar 2006: - doc/ repertory created to contain calcurse documentation and its - translations. Makefile.am updated to take the new repertory into - account + * work on the way appointment panel scrolls + + * updated the way appointments are displayed in popup windows + +2006-01-28 Frederic Culot -23 Mar 2006: - manual_en.html created, in order to replace the actual documentation - contained in the README file + * write_app_pad() improved + +2006-01-26 Frederic Culot -17 Mar 2006: 1.3 - bugfix: newpad added in init_vars to correct a bug causing core dump on - Solaris - bugfix: no more wrong event duration when entering end time in [hh:mm] - format - bugfix: first_todo_onscreen corrected to avoid the disappearing of - todo items - updated the copyright text which appears with the -v flag - manpage updated - README updated - online help updated - TODO list updated - -14 Mar 2006: - replaced true and false #define by stdbool.h - -13 Mar 2006: - online help screens updated - -09 Mar 2006: - typedef help_page_t added to add a title to each help page - help_screen() and write_help_pad() updated to use new help_page_t type - -07 Mar 2006: - #define true and false added in vars.h - online help screens updated - -06 Mar 2006: - source file headers updated - -26 Feb 2006: - get_help_lines() created - scrollbar added inside help screens - -25 Feb 2006: - help_screen() updated, now using a pad to display help screens - write_help_pad() created - -19 Feb 2006: - display structure updated to take into account the scrollbars - previous_item_mark() and next_item_mark() suppressed, scrollbar used instead - bugfix: hilt_tod and hilt_app were not updated when deleting an item - day_changed variable added and store_day() updated - bugfix: pad scrolling was not updated when deleting an item in the - appointment panel - bugfix: scrollbar length and top position were not correct in some - cases - -18 Feb 2006: - enum window_number created - bugfix: start and end time now properly displayed when viewing an - appointment in popup window - bugfix: wrong highlited item when changing day fixed - draw_scrollbar() created to display a real bar inside panels instead - of 'v' and '^' marks - update_todo_panel() and update_app_panel updated to display the scrollbar - -16 Feb 2006: - del_apoint() updated to take events into account - -11 Feb 2006: - AC_HEADR_STDBOOL added in configure.ac - init_vars() created - do_storage variable added to check if we really need to update the - appointment panel items inside pad - free_aday() and free_eday() created - -09 Feb 2006: - pad_s structure created - get_item_line(), scroll_pad_down() and scroll_pad_up() created - -05 Feb 2006: - get_item_line() created - -04 Feb 2006: - work on the way appointment panel scrolls - updated the way appointments are displayed in popup windows - -28 Jan 2006: - write_app_pad() improved - -26 Jan 2006: - improved the windows refresh order in update_windows() - -25 Jan 2006: - changed MAX_LENGTH to 512 - the pad used to display appointments has a fixed length now - -14 Jan 2006: - store_day() created to speed up the appointment panel update - create_app_pad(), write_app_pad(), show_app_pad() created to + * improved the windows refresh order in update_windows() + +2006-01-25 Frederic Culot + + * changed MAX_LENGTH to 512 + + * the pad used to display appointments has a fixed length now + +2006-01-14 Frederic Culot + + * store_day() created to speed up the appointment panel update + + * create_app_pad(), write_app_pad(), show_app_pad() created to improve the way appointment panel scrolls -10 Jan 2006: - added ifndef..define tests at the beginning of .h +2006-01-10 Frederic Culot + + * added ifndef..define tests at the beginning of .h + +2006-01-08 Frederic Culot -08 Jan 2006: - added definition of CTRL keys in vars.h - added the ability to erase characters with CTRL-H when entering + * added definition of CTRL keys in vars.h + + * added the ability to erase characters with CTRL-H when entering text (to fix a problem reported by Brendan who was not able to delete with its English keyboard) + +2006-01-07 Frederic Culot -07 Jan 2006: - progress_bar() created in order to see progression while saving + * progress_bar() created in order to see progression while saving data to file - 'skip_progress_bar' option added - changed color 5 to be yellow on black and color 7 to be black on + + * 'skip_progress_bar' option added + + * changed color 5 to be yellow on black and color 7 to be black on yellow (this is to draw the newly created progress bar) -31 Dec 2005: - removed the -lpanel that was left in src/Makefile.am - README updated - add_item() and check_time() modified so that : - o an appointment start time can now be entered in both +2005-12-31 Frederic Culot + + * src/Makefile.am: removed the -lpanel + + * README: update + + * add_item() and check_time() modified so that : + o an appointment start time can now be entered in both hh:mm and h:mm formats o for the appointment end time, either a duration in minutes or the appointment end time can be entered - help_arg() and app_arg() updated to take events into account + + * help_arg() and app_arg() updated to take events into account when running calcurse in non-interactive mode - arg_print_date() created to simplify app_arg() structure + + * arg_print_date() created to simplify app_arg() structure + +2005-12-27 Frederic Culot + + * work on a better way to handle appointment and todo panels with + the use of ncurses scrolling functions + +2005-12-26 Frederic Culot -27 Dec 2005: - work on a better way to handle appointment and todo panels with the - use of ncurses scrolling functions + * bugfix: fixed compiler warnings, thanks to Uwe + +2005-12-11 Frederic Culot -26 Dec 2005: - bugfix: fixed compiler warnings, thanks to Uwe + * bugfix: fixed the January 0 bug + + * bugfix: current date is no longer highlighted in every year of + the future and the past (thanks to Michael for reporting that bug) + + * improved the way items are shown inside popup windows (variable + 'show_apoint' removed, call to item_in_popup added when 'V' + pressed) + +2005-12-10 Frederic Culot -11 Dec 2005: - bugfix: fixed the January 0 bug - bugfix: current date is no longer highlighted in every year of the - future and the past (thanks to Michael for reporting that bug) - improved the way items are shown inside popup windows (variable - 'show_apoint' removed, call to item_in_popup added when 'V' pressed) + * update_app_panel() and update_todo_panel() improved + +2005-12-04 Frederic Culot -10 Dec 2005: - update_app_panel() and update_todo_panel() improved + * update_app_panel() updated to show events: now events are + displayed first in the appointment panel, followed by an + horizontal line -04 Dec 2005: - update_app_panel() updated to show events: now events are displayed - first in the appointment panel, followed by an horizontal line - update_cal_panel() updated to highlight days containing events + * update_cal_panel() updated to highlight days containing events in calendar view -03 Dec 2005: - Loading of events implemented: load_app() updated - -30 Nov 2005: - Saving of events implemented +2005-12-03 Frederic Culot + + * Loading of events implemented: load_app() updated + +2005-11-30 Frederic Culot + + * Saving of events implemented + +2005-11-29 Frederic Culot + + * Continuation of events item implementation -29 Nov 2005: - Continuation of events item implementation - add_apts() updated (it is now called add_item) to check if + * add_apts() updated (it is now called add_item) to check if an appointment or an event is entered -28 Nov 2005: - Replaced everything related to 'event' by 'apoint' (appointments) +2005-11-28 Frederic Culot + + * Replaced everything related to 'event' by 'apoint' to prepare the incoming event items (meaning all-day long items) - event.c and event.h created to deal with events - Makefile.am updated -26 Nov 2005: 1.2 - Fixed problems with scroller() within the help screen + * src/event.[ch]: new files to deal with events + + * Makefile.am: update + +2005-11-26 Frederic Culot + + * === Released 1.2 === + + * Fixed problems with scroller() within the help screen + +2005-11-20 Frederic Culot + + * Improved the way help screens are refreshed + + * Removed call to doupdate() inside scroller(), to prevent + redondancy -20 Nov 2005: - Improved the way help screens are refreshed - Removed call to doupdate() inside scroller(), to prevent redondancy - config_bar() and check_data_files() updated - 'skip_system_dialogs' option added + * config_bar() and check_data_files() updated -19 Nov 2005: - reinit_wins() created to redraw windows after resizing or layout + * 'skip_system_dialogs' option added + +2005-11-19 Frederic Culot + + * reinit_wins() created to redraw windows after resizing or layout change - redraw_screen() improved and renamed it into get_screen_config() - fixed cursor position (did not manage to hide it :-( -08 Nov 2005: - changed all mvprintvw() calls to mvwprintw(), to improve the way - calcurse interface is refreshed. + * redraw_screen() improved and renamed it into get_screen_config() + + * fixed cursor position (did not manage to hide it :-( -06 Nov 2005: - Work on window handling : +2005-11-08 Frederic Culot + + * changed all mvprintvw() calls to mvwprintw(), to improve the way + calcurse interface is refreshed. + +2005-11-06 Frederic Culot + + * Work on window handling : o erase_panel() suppressed because no longer used -05 Nov 2005: - Handling of status bar improved : +2005-11-05 Frederic Culot + + * Handling of status bar improved : o creation of an ncurses window instead of using stdscr o erase_status_bar() replaced by erase_window_part() - cal_error() replaced by status_mesg() -03 Nov 2005: - ncurses library use improved: screen no longer flickers when + * cal_error() replaced by status_mesg() + +2005-11-03 Frederic Culot + + * ncurses library use improved: screen no longer flickers when refreshed + +2005-11-02 Frederic Culot + + * erase_window_part() written to erase parts of windows + +2005-11-01 Frederic Culot + + * changed abbreviation for 'Wednesday' from 'Wen' to 'Wed' -02 Nov 2005: - erase_window_part() written to erase parts of windows + * panel library removed, calcurse does not use it anymore -01 Nov 2005: - changed abbreviation for 'Wednesday' from 'Wen' to 'Wed' - panel library removed, calcurse does not use it anymore - work on the windows refreshing process : update_all() created + * work on the windows refreshing process : update_all() created -29 Oct 2005: 1.1 - source code cleaning - version 1.1 released +2005-10-29 Frederic Culot + + * === Released 1.1 === + + * source code cleanup + +2005-10-25 Frederic Culot -25 Oct 2005: - bugfix : Debian Bug Report #335430 regarding the GoTo today + * bugfix : Debian Bug Report #335430 regarding the GoTo today function which goes to the day calcurse was started instead of the current day is now fixed -23 Oct 2005: - '-c' flag added to allow the use of multiple calendars +2005-10-23 Frederic Culot + + * '-c' flag added to allow the use of multiple calendars + +2005-10-20 Frederic Culot + + * src/calcurse.1: + * README: updates -20 Oct 2005: - manpage and README file updated - configure.ac improved with the help of Michael + * configure.ac: improved with the help of Michael + +2005-10-19 Frederic Culot -19 Oct 2005: - '-d' flag added to list appointments for the N upcoming days or + * '-d' flag added to list appointments for the N upcoming days or for a given day -15 Oct 2005: - Cleaning up of the source code so that it follows the K&R style - '-t' flag added to list todos in non interactive mode - '-a' flag added to list current day's appointments in non +2005-10-15 Frederic Culot + + * Cleaning up of the source code so that it follows the K&R style + + * '-t' flag added to list todos in non interactive mode + + * '-a' flag added to list current day's appointments in non interactive mode -13 Oct 2005: - functions created to handle command-line arguments (written in - args.c and args.h) - '-h' and -'v' flag added to display help and version in non +2005-10-13 Frederic Culot + + * src/args.[ch]: functions created to handle command-line + arguments + + * '-h' and -'v' flag added to display help and version in non interactive mode + +2005-10-08 Frederic Culot -08 Oct 2005: 1.0 -> first stable release - help screen updated - manpage and TODO updated + * === Released 1.0 (first stable release) === + + * help screen updated + + * manpage and TODO updated -06 Oct 2005: - bugfix : Debian Bug Report #330869 regarding the October 0 which +2005-10-06 Frederic Culot + + * bugfix : Debian Bug Report #330869 regarding the October 0 which does not exist, is now fixed -05 Oct 2005: - default options "auto-save", "confirm-quit", and +2005-10-05 Frederic Culot + + * default options "auto-save", "confirm-quit", and "confirm-delete" set to "yes" + +2005-10-03 Frederic Culot + + * manpage written + + * README updated + +2005-09-13 Frederic Culot -03 Oct 2005: - manpage written - README updated + * === Released 1.0rc4 === -13 Sep 2005: 1.0rc4 - bugfix release : + * bugfix release : o some people reported a segfault while changing general options in the config screen, this no longer happens o the Makefile was not linking to proper library (-lcurse @@ -1122,183 +1761,264 @@ o changed date format to be like September 13, 2005 instead of September, 13 2005 -11 Sep 2005: 1.0rc3 -> first public release - adding of licence header in source files +2005-09-11 Frederic Culot + + * === Released 1.0rc3 (first public release) === + + * adding of licence header in source files -04 Sep 2005: - source code splitted : creation of custom.c, custom.h - update of the Makefile - layout_config() : previous layout is now saved to restore it if +2005-09-04 Frederic Culot + + * source code splitted : creation of custom.c, custom.h + + * update of the Makefile + + * layout_config() : previous layout is now saved to restore it if no choice is made - color_config() : previous colour is also saved as in + + * color_config() : previous colour is also saved as in layout_config() + +2005-08-31 Frederic Culot -31 Aug 2005: - source code splitted : creation of vars.c, vars.h, io.c, io.h, + * source code splitted : creation of vars.c, vars.h, io.c, io.h, help.c, help.h - update of the Makefile - modification of the cal_error function -30 Aug 2005: - source code splitted : creation of calendar.c & calendar.h, - update of the Makefile + * update of the Makefile + + * modification of the cal_error function + +2005-08-30 Frederic Culot + + * source code splitted : creation of calendar.c & calendar.h -29 Aug 2005: - source code splitted : creation of utils.c & utils.h, update of + * update of the Makefile + +2005-08-29 Frederic Culot + + * source code splitted : creation of utils.c & utils.h, update of the Makefile -03 Jul 2005: - redraw_screen() created for initialization of screen - draw_screen() optimization for slow machine - -02 Jul 2005 : - help screen updated - is_all_digit() created to check if a string is made of digits - check_event_time() created to check a new appointment time format - bugfixes -> - when 'G' pressed, no crash when invalid day is entered - when 'V' pressed, no crash when no event is highlited - Calcurse is now started in calendar view - scrolling problems fixed in app or todo view - first event is highlited if it is the first time a panel is visited - check if an new appointment format is valid - we can now move from year to year in calendar view - config screen is ok in OpenBSD too now - -26 Jun 2005 : 1.0rc2 - translation of the Changelog - writing of the README file - comments in the code - use of gnu autotools for building CalCurse package - -> CalCurse v1.0rc2 - -19 Jun 2005 : - scroller() improvement : the line is cut at the end of the last word, - not in the middle of it, and the 'next page' and 'previous page' - function was added - bug concerning the event printing in popup windows solved - -18 Jun 2005 : - help improved - -17 Jun 2005 : - writing of a function to erase appointments - -14 Jun 2005 : - writing of a function to erase todo events - adding of the confirm_delete variable - -12 Jun 2005 : - improvement of the status bar, it is now dependant of the terminal - size - adding of the terminal minimum size test - adding of a scrolling function in the ToDo panel if there is more - events than the panel lines - creation of the ~/.calcurse repertory if it does not exist when +2005-07-03 Frederic Culot + + * redraw_screen() created for initialization of screen + + * draw_screen() optimization for slow machine + +2005-07-02 Frederic Culot + + * help screen updated + + * is_all_digit() created to check if a string is made of digits + + * check_event_time() created to check a new appointment time + format + + * bugfixes: + * when 'G' pressed, no crash when invalid day is entered + * when 'V' pressed, no crash when no event is highlited + * Calcurse is now started in calendar view + * scrolling problems fixed in app or todo view + * first event is highlited if it is the first time a panel is + visited + * check if an new appointment format is valid + * we can now move from year to year in calendar view + * config screen is ok in OpenBSD too now + +2005-06-26 Frederic Culot + + * === Version 1.0rc2 === + + * translation of the Changelog + + * writing of the README file + + * comments in the code + + * use of gnu autotools for building CalCurse package + +2005-06-19 Frederic Culot + + * scroller() improvement : the line is cut at the end of the last + word, not in the middle of it, and the 'next page' and 'previous + page' function was added + + * bug concerning the event printing in popup windows solved + +2005-06-18 Frederic Culot + + * help improved + +2005-06-17 Frederic Culot + + * writing of a function to erase appointments + +2005-06-14 Frederic Culot + + * writing of a function to erase todo events + + * adding of the confirm_delete variable + +2005-06-12 Frederic Culot + + * improvement of the status bar, it is now dependant of the + terminal size + + * adding of the terminal minimum size test + + * adding of a scrolling function in the ToDo panel if there is + more events than the panel lines + + * creation of the ~/.calcurse repertory if it does not exist when CalCurse is launched -04 Jun 2005 : - colorization of the selected event - view function created to print out an event in a popup window (ok for - ToDo events) - active panel is now colorized +2005-06-04 Frederic Culot + + * colorization of the selected event + + * view function created to print out an event in a popup window + (ok for ToDo events) + + * active panel is now colorized + +2005-05-26 Frederic Culot + + * update_todo_panel() now improved :) (3 dots are added at the end + of the event if it is longer than the panel size) + + * erase_tod() created to erase the todo panel + + * erase_tod(), erase_app() and erase_cal() linked in one single + function : erase_panel() + + * popup() created to print a popup window + +2005-05-25 Frederic Culot + + * tries for improving update_todo_panel() :( -26 May 2005 : - update_todo_panel() now improved :) (3 dots are added at the end of - the event if it is longer than the panel size) - erase_tod() created to erase the todo panel - erase_tod(), erase_app() and erase_cal() linked in one single function - : erase_panel() - popup() created to print a popup window +2005-05-18 Frederic Culot + + * changing of the status bar (different bars for calendar and + other panels) + +2005-05-14 Frederic Culot -25 May 2005 : - tries for improving update_todo_panel() :( + * possibility to change the selected panel with TAB key -18 May 2005 : - changing of the status bar (different bars for calendar and other - panels) +2005-05-12 Frederic Culot -14 May 2005 : - possibility to change the selected panel with TAB key + * scroller() improved + +2005-04-20 Frederic Culot -12 May 2005 : - scroller() improved + * scroller() function created -20 Apr 2005 : - scroller() function created - help screen improved, with scroller description + * help screen improved, with scroller description + +2005-04-10 Frederic Culot -10 Apr 2005 : - the bug concerning the erasing of calendar lines is solved : a + * the bug concerning the erasing of calendar lines is solved : a refresh() was missing :( - -> CalCurse testing version is now almost over :) + + * -> CalCurse testing version is now almost over :) + +2005-04-08 Frederic Culot -08 Apr 2005: - help menu improved, with a description for each possible action in - Calcurse + * help menu improved, with a description for each possible action + in Calcurse -07 Apr 2005 : - adding of the auto-save and auto-confirm variables with tests when - quitting Calcurse - adding of general options in the config menu (auto-save and +2005-04-07 Frederic Culot + + * adding of the auto-save and auto-confirm variables with tests + when quitting Calcurse + + * adding of general options in the config menu (auto-save and confirm-quit added) - writing of general_config(), print_general_options(), switch_options - and print_option_incolor() - improvement of functions to read and save user config, to take those - two new options into account - -02 Apr 2005 : 1.0rc1 - test function (e key) suppressed - add_apts() finished - goto_day() finished (we can now enter any day to go to) - -> CalCurse v. 1.0rc1 ;) - -01 Apr 2005 : - work with Alex : - ToDo events are put in right order - writing of todo.h and todo.c - writing of date2sec() - improvement of the function to create and print the + + * writing of general_config(), print_general_options(), + switch_options and print_option_incolor() + + * improvement of functions to read and save user config, to take + those two new options into account + +2005-04-02 Frederic Culot + + * === Version 1.0rc1 === + + * test function (e key) suppressed + + * add_apts() finished + + * goto_day() finished (we can now enter any day to go to) + + * -> CalCurse v. 1.0rc1 ;) + +2005-04-01 Frederic Culot + + * work with Alex : + * ToDo events are put in right order + * writing of todo.h and todo.c + * writing of date2sec() + * improvement of the function to create and print the Appointments, which are now put in right order - writing of event_delete_bynum() - writing of a function to colorize a day which contains an - event - improvement of the Makefile + * writing of event_delete_bynum() + * writing of a function to colorize a day which contains + an event + * improvement of the Makefile -27 Mar 2005 : - do_modifs_todo() finished : the ToDo events are now properly erased +2005-03-27 Frederic Culot -06 Mar 2005 : - improvements of do_modifs_todo() + * do_modifs_todo() finished : the ToDo events are now properly + erased -05 Mar 2005 : - extract_data() created to read the user conf from file - extract_todo() becomes extract_data() - -> the user config is now properly read +2005-03-06 Frederic Culot -03 Mar 2005 : - load_conf() created to load the user config + * improvements of do_modifs_todo() -02 Mar 2005 : - improvement of save_cal() to save the user configuration +2005-03-05 Frederic Culot + + * extract_data() created to read the user conf from file + + * extract_todo() becomes extract_data() -> the user config is now + properly read + +2005-03-03 Frederic Culot + + * load_conf() created to load the user config + +2005-03-02 Frederic Culot + + * improvement of save_cal() to save the user configuration (creation of the file .calcurse/conf, update of check_data_files) + +2005-03-01 Frederic Culot + + * improvement of do_modifs_todo() + + * writing of the test function (when 'e' is pressed) + +2005-02-27 Frederic Culot + + * layout_config() finished + + * adding of the GPL licence -01 Mar 2005 : - improvement of do_modifs_todo() - writing of the test function (when 'e' is pressed) +2005-02-26 Frederic Culot -27 Feb 2005: - layout_config() finished - adding of the GPL licence + * adding of the layout variable + + * writing of layout_config() started -26 Feb 2005: - adding of the layout variable - writing of layout_config() started +2005-02-25 Frederic Culot -25 Feb 2005 : - adding of a DEFINE for version number - creation of the help page - creation of the configuration menu, with color changing for now on + * adding of a DEFINE for version number + + * creation of the help page + + * creation of the configuration menu, with color changing for now + on + +2004-03-15 Frederic Culot -15 Mar 2004: - beginning of the project + * beginning of the project diff --git a/NEWS b/NEWS index a5e0930..a6bedd9 100755 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +[26 Apr 2008] +Version 2.1_beta beta version available for testing. +- New features: + * '--note' command line argument added which allows the display of note + contents in non-interactive mode (patch submitted by Erik Saule) + + * It is now possible to configure date formats used in calcurse interactive + and non-interactive modes (patch submitted by Tony) + +- Bugfixes: + * Debian Bug Report #469297 + +- Translation: + * Italian manual provided by Leandro Noferini + + [02 Mar 2008] Version 2.0 - New features: diff --git a/po/calcurse.pot b/po/calcurse.pot index cddd23d..ad1f037 100755 --- a/po/calcurse.pot +++ b/po/calcurse.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: frederic@culot.org\n" -"POT-Creation-Date: 2008-04-20 11:16+0200\n" +"POT-Creation-Date: 2008-04-26 17:33+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -167,7 +167,7 @@ msgstr "" msgid "Do you really want to quit ?" msgstr "" -#: src/calcurse.c:239 +#: src/calcurse.c:236 msgid "To do :" msgstr "" @@ -349,11 +349,11 @@ msgstr "" msgid " 1-mm/dd/yyyy, 2-dd/mm/yyyy, 3-yyyy/mm/dd)" msgstr "" -#: src/custom.c:795 src/notify.c:522 +#: src/custom.c:795 src/notify.c:520 msgid "Enter an option number to change its value [Q to quit] " msgstr "" -#: src/custom.c:797 src/notify.c:524 +#: src/custom.c:797 src/notify.c:522 msgid "Enter the date format (see 'man 3 strftime' for possible formats) " msgstr "" @@ -980,60 +980,60 @@ msgstr "" msgid "FATAL ERROR in launch_cmd: could not launch user command" msgstr "" -#: src/notify.c:451 +#: src/notify.c:449 msgid "notify-bar_show = " msgstr "" -#: src/notify.c:452 +#: src/notify.c:450 msgid "notify-bar_date = " msgstr "" -#: src/notify.c:453 +#: src/notify.c:451 msgid "notify-bar_clock = " msgstr "" -#: src/notify.c:454 +#: src/notify.c:452 msgid "notify-bar_warning = " msgstr "" -#: src/notify.c:455 +#: src/notify.c:453 msgid "notify-bar_command = " msgstr "" -#: src/notify.c:458 +#: src/notify.c:456 msgid "(if set to YES, notify-bar will be displayed)" msgstr "" -#: src/notify.c:460 +#: src/notify.c:458 msgid "(Format of the date to be displayed inside notify-bar)" msgstr "" -#: src/notify.c:463 +#: src/notify.c:461 msgid "(Format of the time to be displayed inside notify-bar)" msgstr "" -#: src/notify.c:466 +#: src/notify.c:464 msgid "" "(Warn user if an appointment is within next 'notify-bar_warning' seconds)" msgstr "" -#: src/notify.c:469 +#: src/notify.c:467 msgid "(Command used to notify user of an upcoming appointment)" msgstr "" -#: src/notify.c:526 +#: src/notify.c:524 msgid "Enter the time format (see 'man 3 strftime' for possible formats) " msgstr "" -#: src/notify.c:528 +#: src/notify.c:526 msgid "Enter the number of seconds (0 not to be warned before an appointment)" msgstr "" -#: src/notify.c:529 +#: src/notify.c:527 msgid "Enter the notification command " msgstr "" -#: src/notify.c:533 +#: src/notify.c:531 #, c-format msgid "CalCurse %s | notify-bar options" msgstr "" diff --git a/po/de.po b/po/de.po index 5773465..1d2eac7 100644 --- a/po/de.po +++ b/po/de.po @@ -1,4 +1,4 @@ -# $calcurse: de.po,v 1.12 2008/04/20 13:52:06 culot Exp $ +# $calcurse: de.po,v 1.13 2008/04/26 15:35:26 culot Exp $ # # German translations for calcurse package. # Copyright (C) 2006-2007 Michael Schulz @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: calcurse 1.9\n" "Report-Msgid-Bugs-To: frederic@culot.org\n" -"POT-Creation-Date: 2008-04-20 11:16+0200\n" +"POT-Creation-Date: 2008-04-26 17:33+0200\n" "PO-Revision-Date: 2007-09-02 18:06+0200\n" "Last-Translator: Michael\n" "Language-Team: Michael Schulz \n" @@ -229,7 +229,7 @@ msgid "Do you really want to quit ?" msgstr "Möchten Sie wirklich das Programm beenden ?" # Ist "Aufgabe" besser als "Zu erledigen"? -- Logo! -#: src/calcurse.c:239 +#: src/calcurse.c:236 msgid "To do :" msgstr "Aufgaben :" @@ -429,12 +429,12 @@ msgstr "" msgid " 1-mm/dd/yyyy, 2-dd/mm/yyyy, 3-yyyy/mm/dd)" msgstr "" -#: src/custom.c:795 src/notify.c:522 +#: src/custom.c:795 src/notify.c:520 msgid "Enter an option number to change its value [Q to quit] " msgstr "" "Bitte eine Optionsnummer eingeben, um den Wert zu ändern [Q um zu beenden]" -#: src/custom.c:797 src/notify.c:524 +#: src/custom.c:797 src/notify.c:522 msgid "Enter the date format (see 'man 3 strftime' for possible formats) " msgstr "Geben Sie das Datumsformat an (vgl. 'man 3 strftime')" @@ -1328,63 +1328,63 @@ msgstr "SCHWERER FEHLER in launch_cmd: konnte nicht ausf msgid "FATAL ERROR in launch_cmd: could not launch user command" msgstr "SCHWERER FEHLER in launch_cmd: konnte nicht ausführen" -#: src/notify.c:451 +#: src/notify.c:449 msgid "notify-bar_show = " msgstr "Benachrichtigungszeile_anzeigen = " -#: src/notify.c:452 +#: src/notify.c:450 msgid "notify-bar_date = " msgstr "Benachrichtigungszeile_Datum = " -#: src/notify.c:453 +#: src/notify.c:451 msgid "notify-bar_clock = " msgstr "Benachrichtigungszeile_Uhrzeit = " -#: src/notify.c:454 +#: src/notify.c:452 msgid "notify-bar_warning = " msgstr "Benachrichtigungszeile_Alarm = " -#: src/notify.c:455 +#: src/notify.c:453 msgid "notify-bar_command = " msgstr "Benachrichtigungszeile_Befehl = " -#: src/notify.c:458 +#: src/notify.c:456 msgid "(if set to YES, notify-bar will be displayed)" msgstr "(Ist JA gewählt, wird die Benachrichtigungszeile nicht angezeigt)" -#: src/notify.c:460 +#: src/notify.c:458 msgid "(Format of the date to be displayed inside notify-bar)" msgstr "(Datumsformatierung innerhalb der Benachrichtigungszeile.)" -#: src/notify.c:463 +#: src/notify.c:461 msgid "(Format of the time to be displayed inside notify-bar)" msgstr "(Uhrzeitformatierung innerhalb der Benachrichtigungszeile.)" -#: src/notify.c:466 +#: src/notify.c:464 msgid "" "(Warn user if an appointment is within next 'notify-bar_warning' seconds)" msgstr "" "Nutzer auf einen Termin innerhalb der nächsten " "'Benachrichtigungszeile_Alarm' hinweisen" -#: src/notify.c:469 +#: src/notify.c:467 msgid "(Command used to notify user of an upcoming appointment)" msgstr "(Befehl um Benutzer auf einen bevorstehenden Termin hinzuweisen)" -#: src/notify.c:526 +#: src/notify.c:524 msgid "Enter the time format (see 'man 3 strftime' for possible formats) " msgstr "Geben Sie das Zeitformat an (vgl. 'man 3 strftime')" -#: src/notify.c:528 +#: src/notify.c:526 msgid "Enter the number of seconds (0 not to be warned before an appointment)" msgstr "" "Geben Sie die Anzahl der Sekunden ein (0, um keine Hinweis zu erhalten)." -#: src/notify.c:529 +#: src/notify.c:527 msgid "Enter the notification command " msgstr "Geben Sie den Befehl für Ihre Notiz ein " -#: src/notify.c:533 +#: src/notify.c:531 #, c-format msgid "CalCurse %s | notify-bar options" msgstr "CalCurse %s | Optionen der Benachrichtigungszeile" diff --git a/po/en.po b/po/en.po index 45b3e2c..b2c777e 100644 --- a/po/en.po +++ b/po/en.po @@ -1,4 +1,4 @@ -# $calcurse: en.po,v 1.7 2008/04/20 13:52:06 culot Exp $ +# $calcurse: en.po,v 1.8 2008/04/26 15:35:26 culot Exp $ # # English/GB translation of calcurse. # Copyright (C) 2006 Copyright (c) Frederic Culot @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: calcurse 1.4\n" "Report-Msgid-Bugs-To: frederic@culot.org\n" -"POT-Creation-Date: 2008-04-20 11:16+0200\n" +"POT-Creation-Date: 2008-04-26 17:33+0200\n" "PO-Revision-Date: 2006-07-03 00:05+0100\n" "Last-Translator: Neil Williams \n" "Language-Team: English/GB \n" @@ -202,7 +202,7 @@ msgstr "" msgid "Do you really want to quit ?" msgstr "Do you really want to quit ?" -#: src/calcurse.c:239 +#: src/calcurse.c:236 msgid "To do :" msgstr "To do :" @@ -392,11 +392,11 @@ msgstr "" msgid " 1-mm/dd/yyyy, 2-dd/mm/yyyy, 3-yyyy/mm/dd)" msgstr "" -#: src/custom.c:795 src/notify.c:522 +#: src/custom.c:795 src/notify.c:520 msgid "Enter an option number to change its value [Q to quit] " msgstr "Enter an option number to change its value [Q to quit] " -#: src/custom.c:797 src/notify.c:524 +#: src/custom.c:797 src/notify.c:522 msgid "Enter the date format (see 'man 3 strftime' for possible formats) " msgstr "" @@ -1186,61 +1186,61 @@ msgstr "FATAL ERROR in todo_delete_bynum: no such todo\n" msgid "FATAL ERROR in launch_cmd: could not launch user command" msgstr "FATAL ERROR in todo_delete_bynum: no such todo\n" -#: src/notify.c:451 +#: src/notify.c:449 msgid "notify-bar_show = " msgstr "" -#: src/notify.c:452 +#: src/notify.c:450 msgid "notify-bar_date = " msgstr "" -#: src/notify.c:453 +#: src/notify.c:451 msgid "notify-bar_clock = " msgstr "" -#: src/notify.c:454 +#: src/notify.c:452 msgid "notify-bar_warning = " msgstr "" -#: src/notify.c:455 +#: src/notify.c:453 msgid "notify-bar_command = " msgstr "" -#: src/notify.c:458 +#: src/notify.c:456 #, fuzzy msgid "(if set to YES, notify-bar will be displayed)" msgstr "(if set to YES, progress bar will not be displayed when saving data)" -#: src/notify.c:460 +#: src/notify.c:458 msgid "(Format of the date to be displayed inside notify-bar)" msgstr "" -#: src/notify.c:463 +#: src/notify.c:461 msgid "(Format of the time to be displayed inside notify-bar)" msgstr "" -#: src/notify.c:466 +#: src/notify.c:464 msgid "" "(Warn user if an appointment is within next 'notify-bar_warning' seconds)" msgstr "" -#: src/notify.c:469 +#: src/notify.c:467 msgid "(Command used to notify user of an upcoming appointment)" msgstr "" -#: src/notify.c:526 +#: src/notify.c:524 msgid "Enter the time format (see 'man 3 strftime' for possible formats) " msgstr "" -#: src/notify.c:528 +#: src/notify.c:526 msgid "Enter the number of seconds (0 not to be warned before an appointment)" msgstr "" -#: src/notify.c:529 +#: src/notify.c:527 msgid "Enter the notification command " msgstr "" -#: src/notify.c:533 +#: src/notify.c:531 #, fuzzy, c-format msgid "CalCurse %s | notify-bar options" msgstr "CalCurse %s | general options" diff --git a/po/es.po b/po/es.po index d68d3ab..9aae30c 100644 --- a/po/es.po +++ b/po/es.po @@ -1,4 +1,4 @@ -# $calcurse: es.po,v 1.8 2008/04/20 13:52:06 culot Exp $ +# $calcurse: es.po,v 1.9 2008/04/26 15:35:26 culot Exp $ # # Spanish translations for calcurse package. # Copyright (c) Jose Lopez 2006 Free Software Foundation, Inc. @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Calcurse 1.8\n" "Report-Msgid-Bugs-To: frederic@culot.org\n" -"POT-Creation-Date: 2008-04-20 11:16+0200\n" +"POT-Creation-Date: 2008-04-26 17:33+0200\n" "PO-Revision-Date: 2006-09-10 08:06+0200\n" "Last-Translator: Jose Lopez \n" "Language-Team: Jose Lopez \n" @@ -230,7 +230,7 @@ msgstr "" msgid "Do you really want to quit ?" msgstr "¿Estas seguro de que quieres salir?" -#: src/calcurse.c:239 +#: src/calcurse.c:236 msgid "To do :" msgstr "Tareas pendientes :" @@ -425,11 +425,11 @@ msgstr "" msgid " 1-mm/dd/yyyy, 2-dd/mm/yyyy, 3-yyyy/mm/dd)" msgstr "" -#: src/custom.c:795 src/notify.c:522 +#: src/custom.c:795 src/notify.c:520 msgid "Enter an option number to change its value [Q to quit] " msgstr "Introduce un numero para cambiar su valor [Q para salir] " -#: src/custom.c:797 src/notify.c:524 +#: src/custom.c:797 src/notify.c:522 msgid "Enter the date format (see 'man 3 strftime' for possible formats) " msgstr "" "Introduce el formato de la fecha (ver 'man 3 strftime' para los formatos\n" @@ -1331,64 +1331,64 @@ msgstr "ERROR FATAL en notify_launch_cmd: could not fork\n" msgid "FATAL ERROR in launch_cmd: could not launch user command" msgstr "ERROR FATAL in notify_launch_cmd: no se puede lanzar el comando\n" -#: src/notify.c:451 +#: src/notify.c:449 msgid "notify-bar_show = " msgstr "mostrar-barra-notificaciones = " -#: src/notify.c:452 +#: src/notify.c:450 msgid "notify-bar_date = " msgstr "fecha_barra-notificaciones = " -#: src/notify.c:453 +#: src/notify.c:451 msgid "notify-bar_clock = " msgstr "hora_barra-notificaciones = " -#: src/notify.c:454 +#: src/notify.c:452 msgid "notify-bar_warning = " msgstr "alarma_barra-notificaciones = " -#: src/notify.c:455 +#: src/notify.c:453 msgid "notify-bar_command = " msgstr "comando_barra-notificaciones = " -#: src/notify.c:458 +#: src/notify.c:456 msgid "(if set to YES, notify-bar will be displayed)" msgstr "(si se fija en SI, se mostrara la barra de notificaciones)" -#: src/notify.c:460 +#: src/notify.c:458 msgid "(Format of the date to be displayed inside notify-bar)" msgstr "(Formato de la fecha dentro de la barra de notificaciones)" -#: src/notify.c:463 +#: src/notify.c:461 msgid "(Format of the time to be displayed inside notify-bar)" msgstr "(Formato de la hora dentro de la barra de notificaciones)" -#: src/notify.c:466 +#: src/notify.c:464 msgid "" "(Warn user if an appointment is within next 'notify-bar_warning' seconds)" msgstr "" "(Alarma de cita en los proximos 'alarma_barra-notificaciones' segundos)" -#: src/notify.c:469 +#: src/notify.c:467 msgid "(Command used to notify user of an upcoming appointment)" msgstr "(Comando usado para notificar al usuario una cita proxima)" -#: src/notify.c:526 +#: src/notify.c:524 msgid "Enter the time format (see 'man 3 strftime' for possible formats) " msgstr "" "Introduce el formato de la hora (ver 'man 3 strftime' para los formatos\n" "posibles) " -#: src/notify.c:528 +#: src/notify.c:526 msgid "Enter the number of seconds (0 not to be warned before an appointment)" msgstr "" "Introduce el numero de segundos (con 0 no se avisara antes de una cita)" -#: src/notify.c:529 +#: src/notify.c:527 msgid "Enter the notification command " msgstr "Introduce el comando de notificacion" -#: src/notify.c:533 +#: src/notify.c:531 #, c-format msgid "CalCurse %s | notify-bar options" msgstr "Calcurse %s | opciones de la barra de notificaciones" diff --git a/po/fr.po b/po/fr.po index d54a1b8..05d9020 100755 --- a/po/fr.po +++ b/po/fr.po @@ -1,4 +1,4 @@ -# $calcurse: fr.po,v 1.18 2008/04/20 09:33:09 culot Exp $ +# $calcurse: fr.po,v 1.19 2008/04/26 15:35:26 culot Exp $ # # French translations for calcurse package. # Copyright (C) 2004-2008 Frederic Culot @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: calcurse 2.1\n" "Report-Msgid-Bugs-To: frederic@culot.org\n" -"POT-Creation-Date: 2008-04-20 11:16+0200\n" +"POT-Creation-Date: 2008-04-26 17:33+0200\n" "PO-Revision-Date: 2008-04-20 11:29+0200\n" "Last-Translator: Frederic Culot \n" "Language-Team: French \n" @@ -230,7 +230,7 @@ msgstr "" msgid "Do you really want to quit ?" msgstr "Voulez-vous vraiment quitter ?" -#: src/calcurse.c:239 +#: src/calcurse.c:236 msgid "To do :" msgstr "Tâche :" @@ -424,11 +424,11 @@ msgstr "(Format msgid " 1-mm/dd/yyyy, 2-dd/mm/yyyy, 3-yyyy/mm/dd)" msgstr "1-mm/jj/aaaa, 2-jj/mm/aaaa, 3-aaaa/mm/jj)" -#: src/custom.c:795 src/notify.c:522 +#: src/custom.c:795 src/notify.c:520 msgid "Enter an option number to change its value [Q to quit] " msgstr "Entrez un numéro d'option pour changer sa valeur [Q pour quitter] " -#: src/custom.c:797 src/notify.c:524 +#: src/custom.c:797 src/notify.c:522 msgid "Enter the date format (see 'man 3 strftime' for possible formats) " msgstr "" "Entrez le format de la date (voir 'man 3 strftime' pour les formats " @@ -1363,63 +1363,63 @@ msgstr "ERREUR FATALE dans launch_cmd: impossibilit msgid "FATAL ERROR in launch_cmd: could not launch user command" msgstr "ERREUR FATALE dans launch_cmd: impossible de lancer la commande" -#: src/notify.c:451 +#: src/notify.c:449 msgid "notify-bar_show = " msgstr "barre-notification_afficher = " -#: src/notify.c:452 +#: src/notify.c:450 msgid "notify-bar_date = " msgstr "barre-notification_date = " -#: src/notify.c:453 +#: src/notify.c:451 msgid "notify-bar_clock = " msgstr "barre-notification_heure = " -#: src/notify.c:454 +#: src/notify.c:452 msgid "notify-bar_warning = " msgstr "barre-notification_alerte = " -#: src/notify.c:455 +#: src/notify.c:453 msgid "notify-bar_command = " msgstr "barre-notification_commande = " -#: src/notify.c:458 +#: src/notify.c:456 msgid "(if set to YES, notify-bar will be displayed)" msgstr "(si fixé à OUI, la barre de notification sera affichée)" -#: src/notify.c:460 +#: src/notify.c:458 msgid "(Format of the date to be displayed inside notify-bar)" msgstr "(Format de la date à afficher dans la barre de notification)" -#: src/notify.c:463 +#: src/notify.c:461 msgid "(Format of the time to be displayed inside notify-bar)" msgstr "(Format de l'heure à afficher dans la barre de notification)" -#: src/notify.c:466 +#: src/notify.c:464 msgid "" "(Warn user if an appointment is within next 'notify-bar_warning' seconds)" msgstr "(Alerte si il y a un rendez-vous dans ce prochain nombre de secondes)" -#: src/notify.c:469 +#: src/notify.c:467 msgid "(Command used to notify user of an upcoming appointment)" msgstr "" "(Commande utilisée pour prévenir l'utilisateur d'un nouveau rendez-vous)" -#: src/notify.c:526 +#: src/notify.c:524 msgid "Enter the time format (see 'man 3 strftime' for possible formats) " msgstr "" "Entrez le format de l'heure (voir 'man 3 strftime' pour les formats " "possibles)" -#: src/notify.c:528 +#: src/notify.c:526 msgid "Enter the number of seconds (0 not to be warned before an appointment)" msgstr "Entrez le nombre de secondes (0 pour ne pas être alerté)" -#: src/notify.c:529 +#: src/notify.c:527 msgid "Enter the notification command " msgstr "Entrez la commande de notification" -#: src/notify.c:533 +#: src/notify.c:531 #, c-format msgid "CalCurse %s | notify-bar options" msgstr "CalCurse %s | options de la barre de notification" diff --git a/po/nl.po b/po/nl.po index 02aa431..efc0c98 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,4 +1,4 @@ -# $calcurse: nl.po,v 1.5 2008/04/20 13:52:06 culot Exp $ +# $calcurse: nl.po,v 1.6 2008/04/26 15:35:26 culot Exp $ # # Dutch translations for calcurse package. # Copyright (C) 2007-2008 Jeremy Roon @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: calcurse 2.0\n" "Report-Msgid-Bugs-To: frederic@culot.org\n" -"POT-Creation-Date: 2008-04-20 11:16+0200\n" +"POT-Creation-Date: 2008-04-26 17:33+0200\n" "PO-Revision-Date: 2007-01-06 13:52+0200\n" "Last-Translator: Jeremy Roon\n" "Language-Team: Jeremy Roon \n" @@ -218,7 +218,7 @@ msgstr "" msgid "Do you really want to quit ?" msgstr "Wilt u werkelijk het programma verlaten?" -#: src/calcurse.c:239 +#: src/calcurse.c:236 msgid "To do :" msgstr "Taken :" @@ -407,11 +407,11 @@ msgstr "" msgid " 1-mm/dd/yyyy, 2-dd/mm/yyyy, 3-yyyy/mm/dd)" msgstr "" -#: src/custom.c:795 src/notify.c:522 +#: src/custom.c:795 src/notify.c:520 msgid "Enter an option number to change its value [Q to quit] " msgstr "Geef een nummer om de waarde te veranderen [Q om te stoppen]" -#: src/custom.c:797 src/notify.c:524 +#: src/custom.c:797 src/notify.c:522 msgid "Enter the date format (see 'man 3 strftime' for possible formats) " msgstr "Geef het formaat van de datum (zie 'man 3 strftime')" @@ -1311,62 +1311,62 @@ msgstr "FATALE FOUT in launch_cmd: probleem met fork" msgid "FATAL ERROR in launch_cmd: could not launch user command" msgstr "FATALE FOUT in launch_cmd: kan gebruikerscommando niet starten" -#: src/notify.c:451 +#: src/notify.c:449 msgid "notify-bar_show = " msgstr "informatiebalk_toon = " -#: src/notify.c:452 +#: src/notify.c:450 msgid "notify-bar_date = " msgstr "informatiebalk_datum = " -#: src/notify.c:453 +#: src/notify.c:451 msgid "notify-bar_clock = " msgstr "informatiebalk_tijd= " -#: src/notify.c:454 +#: src/notify.c:452 msgid "notify-bar_warning = " msgstr "informatiebalk_waarschuwing = " -#: src/notify.c:455 +#: src/notify.c:453 msgid "notify-bar_command = " msgstr "informatiebalk_commando = " -#: src/notify.c:458 +#: src/notify.c:456 msgid "(if set to YES, notify-bar will be displayed)" msgstr "(Bij JA, wordt de informatiebalk weergegeven)" -#: src/notify.c:460 +#: src/notify.c:458 msgid "(Format of the date to be displayed inside notify-bar)" msgstr "(Formaat van de datum in de informatiebalk.)" -#: src/notify.c:463 +#: src/notify.c:461 msgid "(Format of the time to be displayed inside notify-bar)" msgstr "(Formaat van de tijd in de informatiebalk.)" -#: src/notify.c:466 +#: src/notify.c:464 msgid "" "(Warn user if an appointment is within next 'notify-bar_warning' seconds)" msgstr "" "Meldt gebruiker dat er een afspraak binnen 'informatiebalk_waarschuwing' " "seconden is" -#: src/notify.c:469 +#: src/notify.c:467 msgid "(Command used to notify user of an upcoming appointment)" msgstr "(Commando dat melding geeft van op handen zijnde afspraak)" -#: src/notify.c:526 +#: src/notify.c:524 msgid "Enter the time format (see 'man 3 strftime' for possible formats) " msgstr "Geef het formaat van de tijd (zie 'man 3 strftime')" -#: src/notify.c:528 +#: src/notify.c:526 msgid "Enter the number of seconds (0 not to be warned before an appointment)" msgstr "Geef het aantal seconden (0 voor geen waarschuwing voor een afspraak)." -#: src/notify.c:529 +#: src/notify.c:527 msgid "Enter the notification command " msgstr "Geef het meldingscommando " -#: src/notify.c:533 +#: src/notify.c:531 #, c-format msgid "CalCurse %s | notify-bar options" msgstr "CalCurse %s | Informatiebalk-opties" diff --git a/src/calcurse.c b/src/calcurse.c index 2c814f0..8e64e90 100755 --- a/src/calcurse.c +++ b/src/calcurse.c @@ -1,4 +1,4 @@ -/* $calcurse: calcurse.c,v 1.62 2008/04/12 21:14:03 culot Exp $ */ +/* $calcurse: calcurse.c,v 1.63 2008/04/26 15:35:26 culot Exp $ */ /* * Calcurse - text-based organizer @@ -150,10 +150,7 @@ main (int argc, char **argv) io_load_app (); wins_reinit (); if (notify_bar ()) - { notify_start_main_thread (); - notify_check_next_app (); - } wins_update (); io_startup_screen (conf.skip_system_dialogs, no_data_file); inday = *day_process_storage (0, day_changed, &inday); -- cgit v1.2.3-54-g00ecf