| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
2002-06-14 Chris Toshok <toshok@ximian.com>
* libversit/vobject.c (unUseStr): fix a braindead typo that caused
us to leak strings in certain circumstances (when the string being
freed was second in the list, the head of the list would get
lost.)
svn path=/trunk/; revision=17194
|
|
|
|
| |
svn path=/trunk/; revision=16566
|
|
|
|
| |
svn path=/trunk/; revision=16565
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-04-01 Chris Toshok <toshok@ximian.com>
* libversit/vobject.c (newStrItem): only include if USE_STRTBL is
defined.
(deleteStrItem): same.
(hashStr): same.
(lookupStr): if USE_STRTBL is defined, use existing behavior. if
not defined, just dup the string.
(unUseStr): if USE_STRTBL is defined, use existing behavior. if
svn path=/trunk/; revision=16314
|
|
|
|
|
|
|
|
| |
* libversit/vcc.y: Remove #include <malloc.h>.
* libversit/vobject.c: Likewise, and #include <stdlib.h>
svn path=/trunk/; revision=16308
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gncal/main.c:
The main window's title is now just one localized string. This
should make l10n easier.
* gncal/calendar-conduit.c:
Move #define of G_LOG_DOMAIN to the top of the file.
* gncal/calendar.h:
* gncal/calendar.c: (calendar_save):
Rewrote function. Does now try to restore the backup file if
writing the calendar file failed. (Bugzilla #51662) Also, make
fname argument const.
* gncal/gncal-full-day.c:
Renamed get_tm_range() to time_row_usage(), documented this function
and cleaned it up.
* gncal/gncal-week-view.c:
Christian/me: Show week numbers. (Bugzilla #26377)
* gncal/corba-cal-factory.h:
s/corba_server_init/init_corba_server/
* gnomecard/sort.c: (gnomecard_do_sort_cards):
Christian: Fixed a crash that occured if an empty card list was
sorted. Also increased sort speed a bit.
* libversit/vobject.c: (fakeCString):
Christian: Fixed possible crashes by just returning an empty
string if NULL is passed in.
* gncal/calobj.c: (ical_object_create_from_vobject):
Christian: Remove a now redundant error check.
* gncal/main.h:
* gncal/main.c:
* gncal/calendar.c: (calendar_day_change):
* gncal/prop.c:
Christian/me: Calendar roll over at midnight. (Bugzilla #6435)
svn path=/trunk/; revision=16090
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* libversit/vobject.c: Fix handling of QUOTED-PRINTABLE strings.
writeQPString has been fixed to escape all chars according to rfc 1521.
writeString has been added for writing regular non-quoted strings.
* gmomecard/card.c: Fix infinite file growth problems, by not adding
the same attribute to the vcard property more than once.
* gnomecard/address-conduit.[ch]: Remove custom \n escaping and always
use QUOTED-PRINTABLE when necessary because libversit has been
fixed appropriately. Also remove various compiler warnings.
svn path=/trunk/; revision=1527
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1999-09-01 Miguel de Icaza <miguel@gnu.org>
* configure.in: Added call to GNOME_COMPILE_WARNINGS.
* libversit: Removed all the rest of the C++ comments from C
sources (per David's suggestion).
1999-09-01 David Kaelbling <drk@sgi.com>
* card.c (strtoCardRev): Off by one error fix.
svn path=/trunk/; revision=1153
|
|
svn path=/trunk/; revision=89
|