1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Tue Feb 22 15:39:12 MET 2000 Thomas Nemeth
* cfgmgt.c : added the advanced features support
* gAcc.c : added the use of the command lien parsing
* gAcc_opelist.c : debug modifications
* gAcc_prefs.c : added the advanced features support
* locale_formats.c : added some functions to retreive days month & year
* usefull.c : added command line parsing
* config.h : added COMPILATION_DATE and VERSION here
* defines.h : removed VERSION
* structs.h : added the advanced features support and Parent-ID
Sat Feb 19 11:45:02 CET 2000 Thomas Nemeth
* gAcc_editope.c : added the "Stock Exchange" transactions support
* gAcc_search.c : added the "Stock Exchange" transactions support
* usefull.c : added the my_printf function for debug levels
* defines.h : added the "Stock Exchange" transactions and debug
level support
* structs.h : added the debug level and operations Id support
Fri Feb 18 17:18:21 MET 2000 Thomas Nemeth
* configure.in : creation by Michel Verdier
* src : creation
* acclists.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
added CBB import support from Michel Verdier
* cfgmgt.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
* fileaccess.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
added CBB import support from Michel Verdier
* gAcc_catlist.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
* gAcc_editcat.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
* gAcc_editope.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
* gAcc_help.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
* gAcc_menuscb.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
* gAcc_opelist.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
* gAcc_print.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
* gAcc_results.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
* gAcc_search.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
* locale_formats.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
* usefull.c : modified Debug () to use #ifdef DEBUG_GACC ... #endif
* TODO : removed done things
Thu Feb 17 17:00 - 18:00 Thomas Nemeth
* structs.h : added the TIERS structure and config elements
* cfgmgt.c : added support for old versions and TIERS file
* usefull.c : added the Debug () function
* usefull.h : added the Debug () function
* acclists.c : modified #ifdef DEBUG_GACC ... #endif to use Debug ()
* fileaccess.c : modified #ifdef DEBUG_GACC ... #endif to use Debug ()
* gAcc_editcat.c : modified #ifdef DEBUG_GACC ... #endif to use Debug ()
* gAcc_editope.c : modified #ifdef DEBUG_GACC ... #endif to use Debug ()
* gAcc_help.c : modified #ifdef DEBUG_GACC ... #endif to use Debug ()
* gAcc_menuscb.c : modified #ifdef DEBUG_GACC ... #endif to use Debug ()
* gAcc_print.c : modified #ifdef DEBUG_GACC ... #endif to use Debug ()
* gAcc_search.c : modified #ifdef DEBUG_GACC ... #endif to use Debug ()
* locale_formats.c : modified #ifdef DEBUG_GACC ... #endif to use Debug ()
* defines.h : changed the version number
* config.h : added a default string
* gAcc.c : use double-click to display pop-up menu
* gAcc_opelist.c : use double-click to display pop-up menu
* gAcc_catlist.c : use double-click to display pop-up menu
* fileaccess.c : changed the open_file function to return a NULL version
number when no file found
* doc/HELP : added the double-click mention for pop-up menus
* NEWS : creation (renamed from the old file ChangeLog.txt)
* AUTHORS : creation
* COPYING : creation (renamed from the old file LICENCE)
* missing* : copied from gtk+
* mkinstalldirs* : copied from gtk+
* install-sh* : copied from gtk+
* ChangeLog : creation.
* TODO : removed done things
|