Commit 0b7750b6 0b7750b6770dd2844b335c977468dac67f1d42fb by Sergey Poznyakoff

Changes to libmu_scm/, guimb

1 parent d724a78c
Showing 1 changed file with 14 additions and 0 deletions
2001-07-30 Sergey Poznyakoff
* guimb/main.c: Set g_argv[0] to the program file name for consistency
with guile.
* libmu_scm/mu_message.c: Added new primitives:
mu_message_copy
mu_message_delete
mu_message_get_flag
mu_message_set_flag
mu_message_get_user_flag
mu_message_set_user_flag
* libmu_scm/mu_scm.c: Define MU-ATTRIBUTE- constants.
* libmu_scm/mu_address.c: (new) Address-related functions.
* libmu_scm/Makefile.am: Added mu_address.c
2001-07-27 Sergey Poznyakoff
* lib/xmalloc.c: call mu_error() instead of error().
* lib/malloc.c,lib/realloc.c: (new) Provide rpl_malloc() and
......