You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(22) |
Sep
(57) |
Oct
(39) |
Nov
(93) |
Dec
(72) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(15) |
Feb
(8) |
Mar
(12) |
Apr
(25) |
May
(2) |
Jun
|
Jul
(11) |
Aug
(32) |
Sep
(18) |
Oct
(53) |
Nov
|
Dec
(11) |
2004 |
Jan
(19) |
Feb
(1) |
Mar
(15) |
Apr
(17) |
May
(56) |
Jun
(19) |
Jul
(6) |
Aug
(16) |
Sep
(44) |
Oct
(31) |
Nov
(36) |
Dec
(13) |
2005 |
Jan
(2) |
Feb
(41) |
Mar
(304) |
Apr
(176) |
May
(19) |
Jun
(33) |
Jul
(14) |
Aug
(21) |
Sep
(4) |
Oct
(3) |
Nov
|
Dec
(8) |
2006 |
Jan
(18) |
Feb
(9) |
Mar
(5) |
Apr
(2) |
May
(2) |
Jun
(4) |
Jul
(2) |
Aug
|
Sep
(7) |
Oct
(10) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
(3) |
Mar
(1) |
Apr
(4) |
May
(124) |
Jun
(59) |
Jul
(1) |
Aug
(13) |
Sep
(3) |
Oct
(11) |
Nov
(30) |
Dec
(35) |
2008 |
Jan
(31) |
Feb
(42) |
Mar
(4) |
Apr
(5) |
May
(2) |
Jun
(12) |
Jul
(8) |
Aug
(2) |
Sep
(4) |
Oct
(5) |
Nov
(89) |
Dec
(23) |
2009 |
Jan
(71) |
Feb
(5) |
Mar
(8) |
Apr
(7) |
May
(8) |
Jun
(7) |
Jul
|
Aug
(4) |
Sep
(58) |
Oct
(74) |
Nov
(53) |
Dec
(32) |
2010 |
Jan
(8) |
Feb
(13) |
Mar
(4) |
Apr
|
May
|
Jun
(10) |
Jul
(1) |
Aug
(2) |
Sep
(12) |
Oct
(17) |
Nov
(2) |
Dec
(24) |
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(24) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(20) |
Mar
(18) |
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(12) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(8) |
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(5) |
From: <lu...@us...> - 2003-04-30 23:51:48
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv9111 Modified Files: ChangeLog Log Message: 2003-05-01 Lutz Mueller <lu...@us...> Suggestion by Gernot Jander <ge...@bi...>: * libexif/exif-entry.c: Ignore " " in EXIF_TAG_COPYRIGHT. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- ChangeLog 29 Apr 2003 20:13:50 -0000 1.64 +++ ChangeLog 30 Apr 2003 23:51:43 -0000 1.65 @@ -1,3 +1,9 @@ +2003-05-01 Lutz Mueller <lu...@us...> + + Suggestion by Gernot Jander <ge...@bi...>: + + * libexif/exif-entry.c: Ignore " " in EXIF_TAG_COPYRIGHT. + 2003-04-29 Lutz Mueller <lu...@us...> * libexif/exif-loader.c: Set ref_count to 1 on exif_loader_new. |
From: <lu...@us...> - 2003-04-30 23:40:39
|
Update of /cvsroot/libexif/gexif/gexif In directory sc8-pr-cvs1:/tmp/cvs-serv5667/gexif Modified Files: gexif.c Log Message: 2003-05-01 Lutz Mueller <lu...@us...> Patch by Gernot Jander <ge...@bi...>: * gexif/gexif.c: Use bind_textdomain_codepage. Index: gexif.c =================================================================== RCS file: /cvsroot/libexif/gexif/gexif/gexif.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- gexif.c 15 Dec 2002 11:39:21 -0000 1.8 +++ gexif.c 30 Apr 2003 23:40:36 -0000 1.9 @@ -38,6 +38,7 @@ # define gettext(String) (String) # define dgettext(Domain,Message) (Message) # define dcgettext(Domain,Message,Type) (Message) +# define bind_textdomain_codeset(Domain,String) (Domain) # define bindtextdomain(Domain,Directory) (Domain) # define _(String) (String) # define N_(String) (String) @@ -49,6 +50,7 @@ GtkWidget *w; gtk_set_locale (); + bind_textdomain_codeset (PACKAGE, "UTF-8"); bindtextdomain (PACKAGE, GEXIF_LOCALEDIR); textdomain (PACKAGE); |
From: <lu...@us...> - 2003-04-30 23:40:39
|
Update of /cvsroot/libexif/gexif In directory sc8-pr-cvs1:/tmp/cvs-serv5667 Modified Files: ChangeLog Log Message: 2003-05-01 Lutz Mueller <lu...@us...> Patch by Gernot Jander <ge...@bi...>: * gexif/gexif.c: Use bind_textdomain_codepage. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/gexif/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ChangeLog 13 Apr 2003 20:47:56 -0000 1.11 +++ ChangeLog 30 Apr 2003 23:40:35 -0000 1.12 @@ -1,3 +1,9 @@ +2003-05-01 Lutz Mueller <lu...@us...> + + Patch by Gernot Jander <ge...@bi...>: + + * gexif/gexif.c: Use bind_textdomain_codepage. + 2003-03-13 Lutz Mueller <lu...@us...> * libjpeg/jpeg-data.c: Aravind <ara...@us...> |
From: <lu...@us...> - 2003-04-29 20:13:55
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv13343/libexif Modified Files: exif-loader.c Log Message: 2003-04-29 Lutz Mueller <lu...@us...> * libexif/exif-loader.c: Set ref_count to 1 on exif_loader_new. Index: exif-loader.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-loader.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- exif-loader.c 18 Mar 2003 07:13:24 -0000 1.2 +++ exif-loader.c 29 Apr 2003 20:13:50 -0000 1.3 @@ -141,6 +141,7 @@ ExifLoader *loader = malloc (sizeof (ExifLoader)); memset (loader, 0, sizeof (ExifLoader)); + loader->ref_count = 1; return loader; } |
From: <lu...@us...> - 2003-04-29 20:13:54
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv13343 Modified Files: ChangeLog Log Message: 2003-04-29 Lutz Mueller <lu...@us...> * libexif/exif-loader.c: Set ref_count to 1 on exif_loader_new. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- ChangeLog 29 Apr 2003 04:57:31 -0000 1.63 +++ ChangeLog 29 Apr 2003 20:13:50 -0000 1.64 @@ -1,5 +1,9 @@ 2003-04-29 Lutz Mueller <lu...@us...> + * libexif/exif-loader.c: Set ref_count to 1 on exif_loader_new. + +2003-04-29 Lutz Mueller <lu...@us...> + * libexif/exif-entry.c: Another attempt to fix EXIF_TAG_COPYRIGHT. 2003-04-28 Lutz Mueller <lu...@us...> |
From: <lu...@us...> - 2003-04-29 04:57:35
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv10632/libexif Modified Files: exif-entry.c Log Message: 2003-04-29 Lutz Mueller <lu...@us...> * libexif/exif-entry.c: Another attempt to fix EXIF_TAG_COPYRIGHT. Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- exif-entry.c 28 Apr 2003 18:34:19 -0000 1.33 +++ exif-entry.c 29 Apr 2003 04:57:31 -0000 1.34 @@ -193,14 +193,14 @@ case EXIF_TAG_COPYRIGHT: CF (e->format, EXIF_FORMAT_ASCII, v); if (e->size && e->data) - strncpy (v, e->data, sizeof (v)); + strncpy (v, e->data, MIN (sizeof (v) - 1, e->size)); else - strncpy (v, "[None]", sizeof (v)); - strncat (v, " (Photographer) - ", sizeof (v)); + strncpy (v, "[None]", sizeof (v) - 1); + strncat (v, " (Photographer) - ", sizeof (v) - 1); if (e->size && e->data && - strlen ((char *) e->data + strlen ((char *) e->data) + 1)) + (strlen ((char *) e->data) + 1 < e->size)) strncat (v, e->data + strlen (e->data) + 1, - sizeof (v)); + sizeof (v) - 1); else strncat (v, "[None]", sizeof (v)); strncat (v, " (Editor)", sizeof (v)); |
From: <lu...@us...> - 2003-04-29 04:57:34
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv10632 Modified Files: ChangeLog Log Message: 2003-04-29 Lutz Mueller <lu...@us...> * libexif/exif-entry.c: Another attempt to fix EXIF_TAG_COPYRIGHT. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- ChangeLog 28 Apr 2003 18:34:18 -0000 1.62 +++ ChangeLog 29 Apr 2003 04:57:31 -0000 1.63 @@ -1,3 +1,7 @@ +2003-04-29 Lutz Mueller <lu...@us...> + + * libexif/exif-entry.c: Another attempt to fix EXIF_TAG_COPYRIGHT. + 2003-04-28 Lutz Mueller <lu...@us...> Bug discovered by Jay Love <js...@us...> |
From: <lu...@us...> - 2003-04-28 18:34:23
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv2864/libexif Modified Files: exif-entry.c Log Message: 2003-04-28 Lutz Mueller <lu...@us...> Bug discovered by Jay Love <js...@us...> * libexif/exif-entry.c: Don't crash if EXIF_TAG_COPYRIGHT is NULL. Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- exif-entry.c 28 Apr 2003 18:22:17 -0000 1.32 +++ exif-entry.c 28 Apr 2003 18:34:19 -0000 1.33 @@ -192,12 +192,13 @@ break; case EXIF_TAG_COPYRIGHT: CF (e->format, EXIF_FORMAT_ASCII, v); - if (strlen ((char *) e->data)) + if (e->size && e->data) strncpy (v, e->data, sizeof (v)); else strncpy (v, "[None]", sizeof (v)); strncat (v, " (Photographer) - ", sizeof (v)); - if (strlen ((char *) e->data + strlen ((char *) e->data) + 1)) + if (e->size && e->data && + strlen ((char *) e->data + strlen ((char *) e->data) + 1)) strncat (v, e->data + strlen (e->data) + 1, sizeof (v)); else |
From: <lu...@us...> - 2003-04-28 18:34:22
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv2864 Modified Files: ChangeLog Log Message: 2003-04-28 Lutz Mueller <lu...@us...> Bug discovered by Jay Love <js...@us...> * libexif/exif-entry.c: Don't crash if EXIF_TAG_COPYRIGHT is NULL. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- ChangeLog 28 Apr 2003 18:22:16 -0000 1.61 +++ ChangeLog 28 Apr 2003 18:34:18 -0000 1.62 @@ -1,5 +1,11 @@ 2003-04-28 Lutz Mueller <lu...@us...> + Bug discovered by Jay Love <js...@us...> + + * libexif/exif-entry.c: Don't crash if EXIF_TAG_COPYRIGHT is NULL. + +2003-04-28 Lutz Mueller <lu...@us...> + Patch by Gernot Jander <ge...@bi...>: * libexif/exif-tag.c: Add call to bind_textdomain_codeset |
From: <lu...@us...> - 2003-04-28 18:22:51
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv29833 Modified Files: ChangeLog Log Message: 2003-04-28 Lutz Mueller <lu...@us...> Patch by Gernot Jander <ge...@bi...>: * libexif/exif-tag.c: Add call to bind_textdomain_codeset * po/*.UTF-8: New. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- ChangeLog 13 Apr 2003 20:45:06 -0000 1.60 +++ ChangeLog 28 Apr 2003 18:22:16 -0000 1.61 @@ -1,3 +1,10 @@ +2003-04-28 Lutz Mueller <lu...@us...> + + Patch by Gernot Jander <ge...@bi...>: + + * libexif/exif-tag.c: Add call to bind_textdomain_codeset + * po/*.UTF-8: New. + 2003-03-13 Lutz Mueller <lu...@us...> * libjpeg/jpeg-data.c: Aravind <ara...@us...> |
From: <lu...@us...> - 2003-04-28 18:22:24
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv29833/libexif Modified Files: exif-entry.c exif-format.c exif-tag.c i18n.h Log Message: 2003-04-28 Lutz Mueller <lu...@us...> Patch by Gernot Jander <ge...@bi...>: * libexif/exif-tag.c: Add call to bind_textdomain_codeset * po/*.UTF-8: New. Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- exif-entry.c 22 Jan 2003 06:34:41 -0000 1.31 +++ exif-entry.c 28 Apr 2003 18:22:17 -0000 1.32 @@ -154,6 +154,7 @@ double d; ExifEntry *entry; + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); bindtextdomain (GETTEXT_PACKAGE, LIBEXIF_LOCALEDIR); /* We need the byte order */ Index: exif-format.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-format.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- exif-format.c 15 Dec 2002 11:41:11 -0000 1.7 +++ exif-format.c 28 Apr 2003 18:22:17 -0000 1.8 @@ -45,6 +45,7 @@ { unsigned int i; + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); bindtextdomain (GETTEXT_PACKAGE, LIBEXIF_LOCALEDIR); for (i = 0; ExifFormatTable[i].name; i++) Index: exif-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-tag.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- exif-tag.c 11 Feb 2003 21:07:05 -0000 1.12 +++ exif-tag.c 28 Apr 2003 18:22:18 -0000 1.13 @@ -588,6 +588,7 @@ { unsigned int i; + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); bindtextdomain (GETTEXT_PACKAGE, LIBEXIF_LOCALEDIR); for (i = 0; ExifTagTable[i].title; i++) @@ -602,6 +603,7 @@ { unsigned int i; + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); bindtextdomain (GETTEXT_PACKAGE, LIBEXIF_LOCALEDIR); for (i = 0; ExifTagTable[i].description; i++) Index: i18n.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/i18n.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- i18n.h 15 Dec 2002 11:41:11 -0000 1.2 +++ i18n.h 28 Apr 2003 18:22:18 -0000 1.3 @@ -35,6 +35,7 @@ # define gettext(String) (String) # define dgettext(Domain,Message) (Message) # define dcgettext(Domain,Message,Type) (Message) +# define bind_textdomain_codeset(Domain,Codeset) (Codeset) # define bindtextdomain(Domain,Directory) (Domain) # define _(String) (String) # define N_(String) (String) |
From: <lu...@us...> - 2003-04-28 18:22:23
|
Update of /cvsroot/libexif/libexif/po In directory sc8-pr-cvs1:/tmp/cvs-serv29833/po Added Files: de.UTF-8 es.UTF-8 fr.UTF-8 Log Message: 2003-04-28 Lutz Mueller <lu...@us...> Patch by Gernot Jander <ge...@bi...>: * libexif/exif-tag.c: Add call to bind_textdomain_codeset * po/*.UTF-8: New. --- NEW FILE: de.UTF-8 --- (This appears to be a binary file; contents omitted.) --- NEW FILE: es.UTF-8 --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fr.UTF-8 --- (This appears to be a binary file; contents omitted.) |
From: <lu...@us...> - 2003-04-13 20:49:08
|
Update of /cvsroot/libexif/exif/libjpeg In directory sc8-pr-cvs1:/tmp/cvs-serv21563/libjpeg Modified Files: jpeg-data.c Log Message: 2003-03-13 Lutz Mueller <lu...@us...> * libjpeg/jpeg-data.c: Aravind ara...@us... found a bug there. Index: jpeg-data.c =================================================================== RCS file: /cvsroot/libexif/exif/libjpeg/jpeg-data.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- jpeg-data.c 13 Apr 2003 20:42:38 -0000 1.4 +++ jpeg-data.c 13 Apr 2003 20:49:04 -0000 1.5 @@ -416,7 +416,7 @@ if (!section) { jpeg_data_append_section (data); memmove (&data->sections[2], &data->sections[1], - sizeof (JPEGSection) * data->count - 2); + sizeof (JPEGSection) * (data->count - 2)); section = &data->sections[1]; } section->marker = JPEG_MARKER_APP1; |
From: <lu...@us...> - 2003-04-13 20:48:36
|
Update of /cvsroot/libexif/libexif/libjpeg In directory sc8-pr-cvs1:/tmp/cvs-serv21344/libjpeg Modified Files: jpeg-data.c Log Message: 2003-03-13 Lutz Mueller <lu...@us...> * libjpeg/jpeg-data.c: Aravind <ara...@us...> found a bug there. Index: jpeg-data.c =================================================================== RCS file: /cvsroot/libexif/libexif/libjpeg/jpeg-data.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- jpeg-data.c 13 Apr 2003 20:45:07 -0000 1.9 +++ jpeg-data.c 13 Apr 2003 20:48:33 -0000 1.10 @@ -416,7 +416,7 @@ if (!section) { jpeg_data_append_section (data); memmove (&data->sections[2], &data->sections[1], - sizeof (JPEGSection) * data->count - 2); + sizeof (JPEGSection) * (data->count - 2)); section = &data->sections[1]; } section->marker = JPEG_MARKER_APP1; |
From: <lu...@us...> - 2003-04-13 20:48:01
|
Update of /cvsroot/libexif/gexif In directory sc8-pr-cvs1:/tmp/cvs-serv21063 Modified Files: ChangeLog Log Message: 2003-03-13 Lutz Mueller <lu...@us...> * libjpeg/jpeg-data.c: Aravind <ara...@us...> found a bug there. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/gexif/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- ChangeLog 11 Dec 2002 07:12:01 -0000 1.10 +++ ChangeLog 13 Apr 2003 20:47:56 -0000 1.11 @@ -1,3 +1,8 @@ +2003-03-13 Lutz Mueller <lu...@us...> + + * libjpeg/jpeg-data.c: Aravind <ara...@us...> + found a bug there. + 2002-12-11 Lutz Müller <lu...@us...> * gexif/gexif.c: Make warnings fatal. |
From: <lu...@us...> - 2003-04-13 20:48:01
|
Update of /cvsroot/libexif/gexif/libjpeg In directory sc8-pr-cvs1:/tmp/cvs-serv21063/libjpeg Modified Files: jpeg-data.c Log Message: 2003-03-13 Lutz Mueller <lu...@us...> * libjpeg/jpeg-data.c: Aravind <ara...@us...> found a bug there. Index: jpeg-data.c =================================================================== RCS file: /cvsroot/libexif/gexif/libjpeg/jpeg-data.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- jpeg-data.c 15 Dec 2002 11:39:21 -0000 1.6 +++ jpeg-data.c 13 Apr 2003 20:47:56 -0000 1.7 @@ -416,7 +416,7 @@ if (!section) { jpeg_data_append_section (data); memmove (&data->sections[2], &data->sections[1], - data->count - 2); + sizeof (JPEGSection) * (data->count - 2)); section = &data->sections[1]; } section->marker = JPEG_MARKER_APP1; |
From: <lu...@us...> - 2003-04-13 20:45:11
|
Update of /cvsroot/libexif/libexif/libjpeg In directory sc8-pr-cvs1:/tmp/cvs-serv20053/libjpeg Modified Files: jpeg-data.c Log Message: 2003-03-13 Lutz Mueller <lu...@us...> * libjpeg/jpeg-data.c: Aravind <ara...@us...> found a bug there. Index: jpeg-data.c =================================================================== RCS file: /cvsroot/libexif/libexif/libjpeg/jpeg-data.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- jpeg-data.c 15 Dec 2002 11:41:11 -0000 1.8 +++ jpeg-data.c 13 Apr 2003 20:45:07 -0000 1.9 @@ -416,7 +416,7 @@ if (!section) { jpeg_data_append_section (data); memmove (&data->sections[2], &data->sections[1], - data->count - 2); + sizeof (JPEGSection) * data->count - 2); section = &data->sections[1]; } section->marker = JPEG_MARKER_APP1; |
From: <lu...@us...> - 2003-04-13 20:45:11
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv20053 Modified Files: ChangeLog Log Message: 2003-03-13 Lutz Mueller <lu...@us...> * libjpeg/jpeg-data.c: Aravind <ara...@us...> found a bug there. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- ChangeLog 18 Mar 2003 07:13:23 -0000 1.59 +++ ChangeLog 13 Apr 2003 20:45:06 -0000 1.60 @@ -1,3 +1,8 @@ +2003-03-13 Lutz Mueller <lu...@us...> + + * libjpeg/jpeg-data.c: Aravind <ara...@us...> + found a bug there. + 2003-03-18 Lutz Mueller <lu...@us...> * libexif/exif-data.c (exif_data_new_from_file): Use the new |
From: <lu...@us...> - 2003-04-13 20:42:41
|
Update of /cvsroot/libexif/exif/libjpeg In directory sc8-pr-cvs1:/tmp/cvs-serv19279/libjpeg Modified Files: jpeg-data.c Log Message: 2003-03-13 Lutz Mueller <lu...@us...> * libjpeg/jpeg-data.c: Aravind ara...@us... found a bug there. Index: jpeg-data.c =================================================================== RCS file: /cvsroot/libexif/exif/libjpeg/jpeg-data.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- jpeg-data.c 15 Dec 2002 11:39:13 -0000 1.3 +++ jpeg-data.c 13 Apr 2003 20:42:38 -0000 1.4 @@ -416,7 +416,7 @@ if (!section) { jpeg_data_append_section (data); memmove (&data->sections[2], &data->sections[1], - data->count - 2); + sizeof (JPEGSection) * data->count - 2); section = &data->sections[1]; } section->marker = JPEG_MARKER_APP1; |
From: <lu...@us...> - 2003-04-13 20:42:41
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs1:/tmp/cvs-serv19279 Modified Files: ChangeLog Log Message: 2003-03-13 Lutz Mueller <lu...@us...> * libjpeg/jpeg-data.c: Aravind ara...@us... found a bug there. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- ChangeLog 11 Feb 2003 06:47:01 -0000 1.27 +++ ChangeLog 13 Apr 2003 20:42:38 -0000 1.28 @@ -1,3 +1,8 @@ +2003-03-13 Lutz Mueller <lu...@us...> + + * libjpeg/jpeg-data.c: Aravind ara...@us... found + a bug there. + 2003-02-11 Lutz Mueller <lu...@us...> * exif/main.c: IRIS fixes by Andrea Suatoni |
From: <as...@us...> - 2003-04-13 10:48:02
|
Update of /cvsroot/libexif/libexif-gtk/libexif-gtk In directory sc8-pr-cvs1:/tmp/cvs-serv23711/libexif-gtk Modified Files: gtk-exif-browser.c Log Message: use g_locale_to_utf8() to fix nls; patch by Vyachelav Dikonov <sdi...@ma...> Index: gtk-exif-browser.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-browser.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- gtk-exif-browser.c 15 Dec 2002 11:41:28 -0000 1.14 +++ gtk-exif-browser.c 13 Apr 2003 10:47:58 -0000 1.15 @@ -143,7 +143,7 @@ gtk_object_sink (GTK_OBJECT (browser->priv->tooltips)); /* Placeholder */ - browser->priv->empty = gtk_label_new ("Nothing selected."); + browser->priv->empty = gtk_label_new (g_locale_to_utf8 (_("Nothing selected."), -1, NULL, NULL, NULL)); gtk_widget_show (browser->priv->empty); g_object_ref (G_OBJECT (browser->priv->empty)); } @@ -368,7 +368,7 @@ } if (!b->priv->data->data) { - b->priv->thumb = gtk_label_new (_("No thumbnail available.")); + b->priv->thumb = gtk_label_new (g_locale_to_utf8 (_("No thumbnail available."), -1, NULL, NULL, NULL)); } else { GdkPixbufLoader *loader; GtkWidget *image; @@ -376,8 +376,8 @@ loader = gdk_pixbuf_loader_new (); if (!gdk_pixbuf_loader_write (loader, b->priv->data->data, b->priv->data->size, NULL)) { - b->priv->thumb = gtk_label_new (_("Could not parse " - "thumbnail data.")); + b->priv->thumb = gtk_label_new (g_locale_to_utf8 (_("Could not parse " + "thumbnail data."), -1, NULL, NULL, NULL)); } else { gdk_pixbuf_loader_close (loader, NULL); image = gtk_image_new_from_pixbuf ( @@ -391,7 +391,7 @@ GTK_SCROLLED_WINDOW (b->priv->thumb), image); } g_object_unref (G_OBJECT (loader)); - tip = g_strdup_printf (_("Size: %i byte(s)."), + tip = g_strdup_printf (g_locale_to_utf8 (_("Size: %i byte(s)."), -1, NULL, NULL, NULL), b->priv->data->size); gtk_tooltips_set_tip (b->priv->tooltips, b->priv->thumb, tip, NULL); @@ -460,7 +460,7 @@ { GtkWidget *fsel; - fsel = gtk_file_selection_new (_("Load...")); + fsel = gtk_file_selection_new (g_locale_to_utf8 (_("Load..."), -1, NULL, NULL, NULL)); gtk_widget_show (fsel); g_signal_connect (GTK_OBJECT (fsel), "delete_event", G_CALLBACK (gtk_object_destroy), NULL); @@ -500,7 +500,7 @@ { GtkWidget *fsel; - fsel = gtk_file_selection_new (_("Save As...")); + fsel = gtk_file_selection_new (g_locale_to_utf8 (_("Save As..."), -1, NULL, NULL, NULL)); gtk_widget_show (fsel); g_signal_connect (GTK_OBJECT (fsel), "delete_event", G_CALLBACK (gtk_object_destroy), NULL); @@ -550,7 +550,7 @@ /* Create the thumbnail page */ vbox = gtk_vbox_new (FALSE, 5); gtk_widget_show (vbox); - label = gtk_label_new (_("Thumbnail")); + label = gtk_label_new (g_locale_to_utf8 (_("Thumbnail"), -1, NULL, NULL, NULL)); gtk_widget_show (label); gtk_notebook_append_page (b->priv->notebook, vbox, label); @@ -567,17 +567,17 @@ gtk_container_set_border_width (GTK_CONTAINER (bbox), 5); gtk_box_set_spacing (GTK_BOX (bbox), 5); gtk_box_pack_end (GTK_BOX (vbox), bbox, FALSE, FALSE, 0); - button = gtk_button_new_with_label (_("Load")); + button = gtk_button_new_with_label (g_locale_to_utf8 (_("Load"), -1, NULL, NULL, NULL)); gtk_widget_show (button); gtk_container_add (GTK_CONTAINER (bbox), button); g_signal_connect (GTK_OBJECT (button), "clicked", G_CALLBACK (on_load_clicked), b); - button = gtk_button_new_with_label (_("Save")); + button = gtk_button_new_with_label (g_locale_to_utf8 (_("Save"), -1, NULL, NULL, NULL)); gtk_widget_show (button); gtk_container_add (GTK_CONTAINER (bbox), button); g_signal_connect (GTK_OBJECT (button), "clicked", G_CALLBACK (on_save_clicked), b); - button = gtk_button_new_with_label (_("Delete")); + button = gtk_button_new_with_label (g_locale_to_utf8 (_("Delete"), -1, NULL, NULL, NULL)); gtk_widget_show (button); gtk_container_add (GTK_CONTAINER (bbox), button); g_signal_connect (GTK_OBJECT (button), "clicked", |
From: <as...@us...> - 2003-04-13 10:45:45
|
Update of /cvsroot/libexif/libexif-gtk/po In directory sc8-pr-cvs1:/tmp/cvs-serv23274/po Added Files: ru.po Log Message: Add russian translation by Vyachelav Dikonov <sdi...@ma...> --- NEW FILE: ru.po --- (This appears to be a binary file; contents omitted.) |
From: <as...@us...> - 2003-04-13 10:45:26
|
Update of /cvsroot/libexif/libexif-gtk/po In directory sc8-pr-cvs1:/tmp/cvs-serv23222/po Modified Files: fr.po Log Message: Add russian translation by Vyachelav Dikonov <sdi...@ma...> Index: fr.po =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/po/fr.po,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- fr.po 7 Jan 2003 16:22:41 -0000 1.1 +++ fr.po 13 Apr 2003 10:45:22 -0000 1.2 @@ -1,5 +1,5 @@ # LIBEXIF-GTK PO FILE -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright © 2003 Free Software Foundation, Inc. # This file is distributed under the same license as the LIBEXIF-GTK package. # Arnaud Launay <as...@la...>, 2003. # |
From: <as...@us...> - 2003-04-13 10:45:26
|
Update of /cvsroot/libexif/libexif-gtk In directory sc8-pr-cvs1:/tmp/cvs-serv23222 Modified Files: configure.in Log Message: Add russian translation by Vyachelav Dikonov <sdi...@ma...> Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/configure.in,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- configure.in 7 Jan 2003 16:22:39 -0000 1.17 +++ configure.in 13 Apr 2003 10:45:22 -0000 1.18 @@ -33,7 +33,7 @@ dnl --------------------------------------------------------------------------- dnl i18n support dnl --------------------------------------------------------------------------- -ALL_LINGUAS="es fr" +ALL_LINGUAS="es fr ru" AM_GNU_GETTEXT dnl --------------------------------------------------------------------------- |
From: <as...@us...> - 2003-03-22 21:11:20
|
Update of /cvsroot/libexif/libmnote In directory sc8-pr-cvs1:/tmp/cvs-serv27089 Modified Files: autogen.sh Log Message: adapt autogen to gettext 0.12 Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/libmnote/autogen.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- autogen.sh 3 Feb 2003 16:20:48 -0000 1.3 +++ autogen.sh 22 Mar 2003 21:11:17 -0000 1.4 @@ -85,7 +85,10 @@ gettext_version=`gettextize --version 2>&1 | sed -n 's/^.*GNU gettext.* \([0-9]*\.[0-9.]*\).*$/\1/p'` case $gettext_version in -0.11.*) +0.10.*) + ;; + +*) gettext_opt="$gettext_opt --intl";; esac @@ -130,7 +133,9 @@ fi case $gettext_version in - 0.10.*) + 0.11.?) + ;; + *) grep "intl/Makefile" configure.in > /dev/null || ( sed -e 's#^AC_OUTPUT(\[#AC_OUTPUT(\[ intl/Makefile po/Makefile.in#' \ configure.in >configure.in.new && mv configure.in.new configure.in ) |