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: <as...@us...> - 2003-01-07 17:49:49
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs1:/tmp/cvs-serv20406 Modified Files: configure.in Log Message: update version and dependencies Index: configure.in =================================================================== RCS file: /cvsroot/libexif/exif/configure.in,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- configure.in 3 Jan 2003 14:04:33 -0000 1.23 +++ configure.in 7 Jan 2003 17:49:37 -0000 1.24 @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT(exif/main.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(exif,0.5) +AM_INIT_AUTOMAKE(exif,0.6) AM_MAINTAINER_MODE AM_PROG_LIBTOOL @@ -16,7 +16,7 @@ dnl --------------------------------------------------------------------------- dnl libraries needed dnl --------------------------------------------------------------------------- -PKG_CHECK_MODULES(LIBEXIF, libexif >= 0.5.4) +PKG_CHECK_MODULES(LIBEXIF, libexif >= 0.5.9) AC_SUBST(LIBEXIF_LIBS) AC_SUBST(LIBEXIF_CFLAGS) @@ -31,7 +31,7 @@ fi) if $try_mnote; then if ${PKG_CONFIG} --exists libmnote > /dev/null 2>&1; then - PKG_CHECK_MODULES(LIBMNOTE, libmnote >= 0.5.4) + PKG_CHECK_MODULES(LIBMNOTE, libmnote >= 0.5.6) AC_DEFINE(HAVE_MNOTE,1,[whether we have mnote]) AC_SUBST(LIBMNOTE_LIBS) AC_SUBST(LIBMNOTE_CFLAGS) |
From: <as...@us...> - 2003-01-07 17:43:58
|
Update of /cvsroot/libexif/libexif-gtk/libexif-gtk In directory sc8-pr-cvs1:/tmp/cvs-serv16868 Modified Files: Makefile.am Log Message: add new files Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile.am 11 Dec 2002 21:59:16 -0000 1.11 +++ Makefile.am 7 Jan 2003 17:43:50 -0000 1.12 @@ -24,7 +24,8 @@ gtk-exif-entry-rational.h \ gtk-exif-entry-resolution.h \ gtk-exif-entry-user-comment.h \ - gtk-exif-entry-version.h + gtk-exif-entry-version.h \ + gtk-exif-tag-menu.h libexif_gtk_la_SOURCES = \ gtk-exif-browser.c \ @@ -42,6 +43,7 @@ gtk-exif-entry-resolution.c \ gtk-exif-entry-user-comment.c \ gtk-exif-entry-version.c \ + gtk-exif-tag-menu.c \ gtk-exif-util.h libexif_gtk_la_LDFLAGS = -version-info @LIBEXIF_GTK_VERSION_INFO@ libexif_gtk_la_LIBADD = \ @@ -51,4 +53,3 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libexif-gtk.pc EXTRA_DIST = libexif-gtk.pc.in - |
From: <as...@us...> - 2003-01-07 17:16:23
|
Update of /cvsroot/libexif/libmnote In directory sc8-pr-cvs1:/tmp/cvs-serv3901 Modified Files: configure.in Log Message: require libexif >= 0.5.9 Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libmnote/configure.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- configure.in 3 Dec 2002 09:04:30 -0000 1.8 +++ configure.in 7 Jan 2003 17:16:11 -0000 1.9 @@ -46,7 +46,7 @@ dnl --------------------------------------------------------------------------- dnl libraries needed dnl --------------------------------------------------------------------------- -PKG_CHECK_MODULES(LIBEXIF, libexif >= 0.5.4) +PKG_CHECK_MODULES(LIBEXIF, libexif >= 0.5.9) AC_SUBST(LIBEXIF_LIBS) AC_SUBST(LIBEXIF_CFLAGS) |
From: <as...@us...> - 2003-01-07 16:22:45
|
Update of /cvsroot/libexif/libexif-gtk/po In directory sc8-pr-cvs1:/tmp/cvs-serv8562/po Added Files: fr.po Log Message: - add french translation - update version to prepare for a release --- NEW FILE: fr.po --- # LIBEXIF-GTK PO FILE # Copyright (C) 2003 Free Software Foundation, Inc. # This file is distributed under the same license as the LIBEXIF-GTK package. # Arnaud Launay <as...@la...>, 2003. # msgid "" msgstr "" "Project-Id-Version: libexif-gtk 0.3.3\n" "POT-Creation-Date: 2003-01-07 17:11+0100\n" "PO-Revision-Date: 2003-01-07 17:30+0100\n" "Last-Translator: Arnaud Launay <as...@la...>\n" "Language-Team: Français <tr...@tr...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: libexif-gtk/gtk-exif-browser.c:371 msgid "No thumbnail available." msgstr "Pas de vignette disponible." #: libexif-gtk/gtk-exif-browser.c:379 msgid "Could not parse thumbnail data." msgstr "Ne peut parcourir les donneés de la vignette." #: libexif-gtk/gtk-exif-browser.c:394 #, c-format msgid "Size: %i byte(s)." msgstr "Taille: %i octet(s)." #: libexif-gtk/gtk-exif-browser.c:463 msgid "Load..." msgstr "Chargement..." #: libexif-gtk/gtk-exif-browser.c:503 msgid "Save As..." msgstr "Sauver sous..." #: libexif-gtk/gtk-exif-browser.c:553 msgid "Thumbnail" msgstr "Vignette" #: libexif-gtk/gtk-exif-browser.c:570 msgid "Load" msgstr "Charger" #: libexif-gtk/gtk-exif-browser.c:575 msgid "Save" msgstr "Sauver" #: libexif-gtk/gtk-exif-browser.c:580 msgid "Delete" msgstr "Effacer" |
From: <as...@us...> - 2003-01-07 16:22:44
|
Update of /cvsroot/libexif/libexif-gtk In directory sc8-pr-cvs1:/tmp/cvs-serv8562 Modified Files: configure.in Log Message: - add french translation - update version to prepare for a release Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/configure.in,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- configure.in 12 Dec 2002 08:02:44 -0000 1.16 +++ configure.in 7 Jan 2003 16:22:39 -0000 1.17 @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT(libexif-gtk/gtk-exif-browser.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libexif-gtk, 0.3.2) +AM_INIT_AUTOMAKE(libexif-gtk, 0.3.3) AM_MAINTAINER_MODE AC_ISC_POSIX @@ -33,7 +33,7 @@ dnl --------------------------------------------------------------------------- dnl i18n support dnl --------------------------------------------------------------------------- -ALL_LINGUAS="es" +ALL_LINGUAS="es fr" AM_GNU_GETTEXT dnl --------------------------------------------------------------------------- |
From: <as...@us...> - 2003-01-03 14:32:24
|
Update of /cvsroot/libexif/libexif-gtk/libexif-gtk In directory sc8-pr-cvs1:/tmp/cvs-serv27857/libexif-gtk Modified Files: gtk-exif-entry-date.c gtk-exif-entry-resolution.c Log Message: (c) fixes Index: gtk-exif-entry-date.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-date.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- gtk-exif-entry-date.c 15 Dec 2002 11:41:28 -0000 1.7 +++ gtk-exif-entry-date.c 3 Jan 2003 14:32:20 -0000 1.8 @@ -190,10 +190,10 @@ exif_tag_get_description (e->tag)); c = gtk_calendar_new (); - gtk_widget_show ©; + gtk_widget_show (c); gtk_box_pack_start (GTK_BOX (entry), c, TRUE, FALSE, 0); - entry->priv->cal = GTK_CALENDAR ©; - g_signal_connect (GTK_OBJECT ©, "day_selected", + entry->priv->cal = GTK_CALENDAR (c); + g_signal_connect (GTK_OBJECT (c), "day_selected", G_CALLBACK (on_day_selected), entry); hbox = gtk_hbox_new (FALSE, 5); Index: gtk-exif-entry-resolution.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-resolution.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- gtk-exif-entry-resolution.c 15 Dec 2002 11:41:29 -0000 1.7 +++ gtk-exif-entry-resolution.c 3 Jan 2003 14:32:20 -0000 1.8 @@ -398,11 +398,11 @@ gtk_widget_show (hbox); gtk_box_pack_start (GTK_BOX (entry), hbox, TRUE, FALSE, 0); c = gtk_check_button_new_with_label (_("Image width direction:")); - gtk_widget_show ©; + gtk_widget_show (c); gtk_box_pack_start (GTK_BOX (hbox), c, FALSE, FALSE, 0); - entry->priv->ox.check = GTK_TOGGLE_BUTTON ©; - gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON ©, (e != NULL)); - g_signal_connect (GTK_OBJECT ©, "toggled", + entry->priv->ox.check = GTK_TOGGLE_BUTTON (c); + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (c), (e != NULL)); + g_signal_connect (GTK_OBJECT (c), "toggled", G_CALLBACK (on_cw_toggled), entry); ap = gtk_adjustment_new (0, 0, 0xffffffff, 1, 0xffff, 0); entry->priv->ox.ap = GTK_ADJUSTMENT (ap); @@ -434,11 +434,11 @@ gtk_widget_show (hbox); gtk_box_pack_start (GTK_BOX (entry), hbox, TRUE, FALSE, 0); c = gtk_check_button_new_with_label (_("Image height direction:")); - gtk_widget_show ©; + gtk_widget_show (c); gtk_box_pack_start (GTK_BOX (hbox), c, FALSE, FALSE, 0); - entry->priv->oy.check = GTK_TOGGLE_BUTTON ©; - gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON ©, (e != NULL)); - g_signal_connect (GTK_OBJECT ©, "toggled", + entry->priv->oy.check = GTK_TOGGLE_BUTTON (c); + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (c), (e != NULL)); + g_signal_connect (GTK_OBJECT (c), "toggled", G_CALLBACK (on_ch_toggled), entry); ap = gtk_adjustment_new (0, 0, 0xffffffff, 1, 0xffff, 0); entry->priv->oy.ap = GTK_ADJUSTMENT (ap); @@ -470,11 +470,11 @@ gtk_widget_show (hbox); gtk_box_pack_start (GTK_BOX (entry), hbox, TRUE, FALSE, 0); c = gtk_check_button_new_with_label (_("Unit:")); - gtk_widget_show ©; + gtk_widget_show (c); gtk_box_pack_start (GTK_BOX (hbox), c, FALSE, FALSE, 0); - entry->priv->check = GTK_TOGGLE_BUTTON ©; - gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON ©, (e != NULL)); - g_signal_connect (GTK_OBJECT ©, "toggled", + entry->priv->check = GTK_TOGGLE_BUTTON (c); + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (c), (e != NULL)); + g_signal_connect (GTK_OBJECT (c), "toggled", G_CALLBACK (on_unit_toggled), entry); o = gtk_option_menu_new (); gtk_widget_show (o); |
From: <as...@us...> - 2003-01-03 14:06:50
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv15444 Modified Files: Makefile.am libexif.spec.in Log Message: Patch from Daniel Resare <no...@me...>: - corrects Makefile.am for empty CONFIG_CLEAN_FILES - new spec file, without version dep Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/Makefile.am,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Makefile.am 7 Dec 2002 05:58:45 -0000 1.17 +++ Makefile.am 3 Jan 2003 14:06:46 -0000 1.18 @@ -1,4 +1,3 @@ SUBDIRS = libexif libjpeg test po -CONFIG_CLEAN_FILES = EXTRA_DIST = @PACKAGE@.spec Index: libexif.spec.in =================================================================== RCS file: /cvsroot/libexif/libexif/libexif.spec.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- libexif.spec.in 25 Jul 2002 19:19:51 -0000 1.2 +++ libexif.spec.in 3 Jan 2003 14:06:46 -0000 1.3 @@ -42,18 +42,13 @@ %files %defattr(-,root,root) %doc ChangeLog README -%{_libdir}/libexif.so.5.0.0 +%{_libdir}/libexif.so.* %{_libdir}/libexif.la %{_libdir}/libexif.a +%{_datadir}/locale/*/LC_MESSAGES/*.mo %files devel %defattr(-,root,root) %{_libdir}/pkgconfig/libexif.pc -%{_includedir}/libexif/exif-byte-order.h -%{_includedir}/libexif/exif-content.h -%{_includedir}/libexif/exif-data.h -%{_includedir}/libexif/exif-entry.h -%{_includedir}/libexif/exif-format.h -%{_includedir}/libexif/exif-result.h -%{_includedir}/libexif/exif-tag.h -%{_includedir}/libexif/exif-utils.h +%{_includedir}/libexif/*.h +%{_libdir}/libexif.so |
From: <as...@us...> - 2003-01-03 14:05:17
|
Update of /cvsroot/libexif/libmnote In directory sc8-pr-cvs1:/tmp/cvs-serv15223 Modified Files: libmnote.spec.in Log Message: Patch from Daniel Resare <no...@me...> for .spec file Index: libmnote.spec.in =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote.spec.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- libmnote.spec.in 19 Nov 2002 20:26:18 -0000 1.2 +++ libmnote.spec.in 3 Jan 2003 14:05:14 -0000 1.3 @@ -42,13 +42,13 @@ %files %defattr(-,root,root) %doc ChangeLog README -%{_libdir}/libmnote.so.5.0.0 +%{_libdir}/libmnote.so.* %{_libdir}/libmnote.la %{_libdir}/libmnote.a +%{_datadir}/locale/*/LC_MESSAGES/*mo %files devel %defattr(-,root,root) %{_libdir}/pkgconfig/libmnote.pc -%{_includedir}/libmnote/mnote-content.h -%{_includedir}/libmnote/mnote-entry.h -%{_includedir}/libmnote/mnote-tag.h +%{_includedir}/libmnote/*.h +%{_libdir}/libmnote.so |
From: <as...@us...> - 2003-01-03 14:04:36
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs1:/tmp/cvs-serv14863 Modified Files: Makefile.am configure.in exif.1 Added Files: exif.spec.in Log Message: Patch from Daniel Resare <no...@me...>: - corrects typos from man page - adds a .spec file --- NEW FILE: exif.spec.in --- Name: @PACKAGE@ Summary: A utility to display exif headers from jpeg files Version: @VERSION@ Release: 1 Source: http://prdownloads.sourceforge.net/libexif/exif-0.5.tar.gz Url: http://sourceforge.net/projects/libexif/ Group: Applications/Multimedia Copyright: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libexif-devel, libmnote-devel %description 'exif' is a small command-line utility to show EXIF information hidden in JPEG files. I wrote it to demonstrate the power of libexif. %prep %setup %build %configure make %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc ChangeLog README %{_bindir}/* %{_mandir}/man*/* %{_datadir}/locale/*/LC_MESSAGES/*.mo Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/exif/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile.am 25 Oct 2002 19:30:39 -0000 1.10 +++ Makefile.am 3 Jan 2003 14:04:33 -0000 1.11 @@ -3,4 +3,4 @@ man_MANS = exif.1 # newer versions of automake/autoconf require this, OK? -EXTRA_DIST = exif.1 +EXTRA_DIST = exif.1 exif.spec Index: configure.in =================================================================== RCS file: /cvsroot/libexif/exif/configure.in,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- configure.in 20 Nov 2002 16:28:01 -0000 1.22 +++ configure.in 3 Jan 2003 14:04:33 -0000 1.23 @@ -99,6 +99,7 @@ AC_OUTPUT([ Makefile + exif.spec libjpeg/Makefile exif/Makefile ]) Index: exif.1 =================================================================== RCS file: /cvsroot/libexif/exif/exif.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- exif.1 15 Dec 2002 11:39:12 -0000 1.3 +++ exif.1 3 Jan 2003 14:04:33 -0000 1.4 @@ -34,8 +34,9 @@ \fB\-t, \-\-tag=\fItag\fR Select \fItag\fR .TP -\fB \-\-idf=\fIIDF\fR +\fB \-\-ifd=\fIIFD\fR Select \fIIFD\fR +.TP \fB\-l, \-\-list\-tags\fR List all EXIF tags .TP |
From: <lu...@us...> - 2002-12-31 10:11:27
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv11362 Modified Files: ChangeLog README Log Message: 2002-12-31 Lutz Müller <lu...@us...> * README: Some information by Sander van Geloven <svg...@zo...>. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- ChangeLog 11 Dec 2002 21:37:35 -0000 1.54 +++ ChangeLog 31 Dec 2002 10:11:23 -0000 1.55 @@ -1,3 +1,8 @@ +2002-12-31 Lutz Müller <lu...@us...> + + * README: Some information by Sander van Geloven + <svg...@zo...>. + 2002-12-11 Lutz Müller <lu...@us...> * libexif/exif-entry.c (exif_entry_initialize): Fix last commit. Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- README 9 Dec 2002 01:41:56 -0000 1.5 +++ README 31 Dec 2002 10:11:23 -0000 1.6 @@ -56,3 +56,16 @@ <cu...@us...>. Because of the original design not supporting editing and saving, Lutz Müller <lu...@us...> rewrote libexif from scratch. + +LINKS +----- + +Some links you might want to check out if you are interested in further +information about EXIF. + + - http://drewnoakes.com/code/exif: metadata extraction framework in Java + - http://www.pima.net: This is where I got the exif standard from. Site is + down as of 2002/12/31. + - http://www.jeida.or.jp: Can't remember any more. Site is down as of + 2002/12/31. + - http://www.exif.org: information about the EXIF standard. |
From: <as...@us...> - 2002-12-28 16:48:30
|
Update of /cvsroot/libexif/exif/exif In directory sc8-pr-cvs1:/tmp/cvs-serv30550/exif Modified Files: main.c Log Message: Kill warnings Index: main.c =================================================================== RCS file: /cvsroot/libexif/exif/exif/main.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- main.c 15 Dec 2002 11:39:13 -0000 1.31 +++ main.c 28 Dec 2002 16:48:27 -0000 1.32 @@ -215,7 +215,7 @@ ExifData *ed; ExifEntry *e; #ifdef HAVE_MNOTE - MNoteData *md; + MNoteData *md = 0; #endif char fname[1024]; FILE *f; |
Update of /cvsroot/libexif/libmnote/libmnote/olympus In directory sc8-pr-cvs1:/tmp/cvs-serv15369/libmnote/olympus Modified Files: mnote-olympus-data.c mnote-olympus-data.h mnote-olympus-entry.c mnote-olympus-entry.h mnote-olympus-tag.c mnote-olympus-tag.h Log Message: replace (c) and (C) by © Index: mnote-olympus-data.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/olympus/mnote-olympus-data.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mnote-olympus-data.c 29 Nov 2002 16:12:38 -0000 1.2 +++ mnote-olympus-data.c 15 Dec 2002 11:44:19 -0000 1.3 @@ -1,6 +1,6 @@ /* mnote-olympus-data.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-olympus-data.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/olympus/mnote-olympus-data.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-olympus-data.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-olympus-data.h 15 Dec 2002 11:44:19 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-olympus-data.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-olympus-entry.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/olympus/mnote-olympus-entry.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mnote-olympus-entry.c 3 Dec 2002 09:04:33 -0000 1.3 +++ mnote-olympus-entry.c 15 Dec 2002 11:44:19 -0000 1.4 @@ -1,6 +1,6 @@ /* mnote-olympus-entry.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-olympus-entry.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/olympus/mnote-olympus-entry.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-olympus-entry.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-olympus-entry.h 15 Dec 2002 11:44:19 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-olympus-entry.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-olympus-tag.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/olympus/mnote-olympus-tag.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mnote-olympus-tag.c 3 Dec 2002 09:04:33 -0000 1.3 +++ mnote-olympus-tag.c 15 Dec 2002 11:44:19 -0000 1.4 @@ -1,6 +1,6 @@ /* mnote-olympus-tag.c: * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-olympus-tag.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/olympus/mnote-olympus-tag.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-olympus-tag.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-olympus-tag.h 15 Dec 2002 11:44:19 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-olympus-tag.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |
Update of /cvsroot/libexif/libmnote/libmnote/pentax In directory sc8-pr-cvs1:/tmp/cvs-serv15369/libmnote/pentax Modified Files: mnote-pentax-data.c mnote-pentax-data.h mnote-pentax-entry.c mnote-pentax-entry.h mnote-pentax-tag.c mnote-pentax-tag.h Log Message: replace (c) and (C) by © Index: mnote-pentax-data.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/pentax/mnote-pentax-data.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mnote-pentax-data.c 29 Nov 2002 16:12:47 -0000 1.2 +++ mnote-pentax-data.c 15 Dec 2002 11:44:19 -0000 1.3 @@ -1,6 +1,6 @@ /* mnote-pentax-data.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-pentax-data.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/pentax/mnote-pentax-data.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-pentax-data.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-pentax-data.h 15 Dec 2002 11:44:19 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-pentax-data.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-pentax-entry.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/pentax/mnote-pentax-entry.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mnote-pentax-entry.c 3 Dec 2002 09:04:33 -0000 1.4 +++ mnote-pentax-entry.c 15 Dec 2002 11:44:19 -0000 1.5 @@ -1,6 +1,6 @@ /* mnote-pentax-entry.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-pentax-entry.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/pentax/mnote-pentax-entry.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-pentax-entry.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-pentax-entry.h 15 Dec 2002 11:44:19 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-pentax-entry.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-pentax-tag.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/pentax/mnote-pentax-tag.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mnote-pentax-tag.c 3 Dec 2002 09:04:33 -0000 1.3 +++ mnote-pentax-tag.c 15 Dec 2002 11:44:19 -0000 1.4 @@ -1,6 +1,6 @@ /* mnote-pentax-tag.c: * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-pentax-tag.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/pentax/mnote-pentax-tag.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-pentax-tag.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-pentax-tag.h 15 Dec 2002 11:44:19 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-pentax-tag.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |
From: <as...@us...> - 2002-12-15 11:44:22
|
Update of /cvsroot/libexif/libmnote/po In directory sc8-pr-cvs1:/tmp/cvs-serv15369/po Modified Files: fr.po Log Message: replace (c) and (C) by © Index: fr.po =================================================================== RCS file: /cvsroot/libexif/libmnote/po/fr.po,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- fr.po 2 Dec 2002 10:16:27 -0000 1.1 +++ fr.po 15 Dec 2002 11:44:19 -0000 1.2 @@ -1,5 +1,5 @@ # libmnote french po file -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright © 2002 Free Software Foundation, Inc. # This file is distributed under the same license as the libmnote package. # Arnaud Launay <as...@la...>, 2002. # |
Update of /cvsroot/libexif/libmnote/libmnote/canon In directory sc8-pr-cvs1:/tmp/cvs-serv15369/libmnote/canon Modified Files: mnote-canon-data.c mnote-canon-data.h mnote-canon-entry.c mnote-canon-entry.h mnote-canon-tag.c mnote-canon-tag.h Log Message: replace (c) and (C) by © Index: mnote-canon-data.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/canon/mnote-canon-data.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mnote-canon-data.c 3 Dec 2002 09:09:55 -0000 1.3 +++ mnote-canon-data.c 15 Dec 2002 11:44:18 -0000 1.4 @@ -1,6 +1,6 @@ /* mnote-canon-data.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-canon-data.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/canon/mnote-canon-data.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-canon-data.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-canon-data.h 15 Dec 2002 11:44:18 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-canon-note.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-canon-entry.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/canon/mnote-canon-entry.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mnote-canon-entry.c 29 Nov 2002 16:12:31 -0000 1.2 +++ mnote-canon-entry.c 15 Dec 2002 11:44:18 -0000 1.3 @@ -1,6 +1,6 @@ /* mnote-canon-entry.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-canon-entry.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/canon/mnote-canon-entry.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-canon-entry.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-canon-entry.h 15 Dec 2002 11:44:18 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-canon-entry.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-canon-tag.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/canon/mnote-canon-tag.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mnote-canon-tag.c 3 Dec 2002 09:04:31 -0000 1.3 +++ mnote-canon-tag.c 15 Dec 2002 11:44:18 -0000 1.4 @@ -1,6 +1,6 @@ /* mnote-canon-tag.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-canon-tag.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/canon/mnote-canon-tag.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-canon-tag.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-canon-tag.h 15 Dec 2002 11:44:18 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-canon-tag.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |
From: <as...@us...> - 2002-12-15 11:44:22
|
Update of /cvsroot/libexif/libmnote/libmnote/hp In directory sc8-pr-cvs1:/tmp/cvs-serv15369/libmnote/hp Modified Files: mnote-hp-data.c mnote-hp-data.h Log Message: replace (c) and (C) by © Index: mnote-hp-data.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/hp/mnote-hp-data.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mnote-hp-data.c 29 Nov 2002 16:12:33 -0000 1.2 +++ mnote-hp-data.c 15 Dec 2002 11:44:19 -0000 1.3 @@ -1,6 +1,6 @@ /* mnote-hp-data.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-hp-data.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/hp/mnote-hp-data.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-hp-data.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-hp-data.h 15 Dec 2002 11:44:19 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-hp-data.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |
From: <as...@us...> - 2002-12-15 11:44:22
|
Update of /cvsroot/libexif/libmnote In directory sc8-pr-cvs1:/tmp/cvs-serv15369 Modified Files: COPYING Log Message: replace (c) and (C) by © Index: COPYING =================================================================== RCS file: /cvsroot/libexif/libmnote/COPYING,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- COPYING 19 Nov 2002 20:26:18 -0000 1.2 +++ COPYING 15 Dec 2002 11:44:18 -0000 1.3 @@ -1,7 +1,7 @@ GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 - Copyright (C) 1991, 1999 Free Software Foundation, Inc. + Copyright © 1991, 1999 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -471,7 +471,7 @@ "copyright" line and a pointer to where the full notice is found. <one line to give the library's name and a brief idea of what it does.> - Copyright (C) <year> <name of author> + Copyright © <year> <name of author> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |
Update of /cvsroot/libexif/libmnote/libmnote/fuji In directory sc8-pr-cvs1:/tmp/cvs-serv15369/libmnote/fuji Modified Files: mnote-fuji-data.c mnote-fuji-data.h mnote-fuji-entry.c mnote-fuji-entry.h mnote-fuji-tag.c mnote-fuji-tag.h Log Message: replace (c) and (C) by © Index: mnote-fuji-data.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/fuji/mnote-fuji-data.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mnote-fuji-data.c 3 Dec 2002 09:09:55 -0000 1.3 +++ mnote-fuji-data.c 15 Dec 2002 11:44:18 -0000 1.4 @@ -1,6 +1,6 @@ /* mnote-fuji-data.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-fuji-data.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/fuji/mnote-fuji-data.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-fuji-data.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-fuji-data.h 15 Dec 2002 11:44:18 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-fuji-data.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-fuji-entry.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/fuji/mnote-fuji-entry.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mnote-fuji-entry.c 29 Nov 2002 16:12:33 -0000 1.2 +++ mnote-fuji-entry.c 15 Dec 2002 11:44:18 -0000 1.3 @@ -1,6 +1,6 @@ /* mnote-fuji-entry.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-fuji-entry.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/fuji/mnote-fuji-entry.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-fuji-entry.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-fuji-entry.h 15 Dec 2002 11:44:18 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-fuji-entry.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-fuji-tag.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/fuji/mnote-fuji-tag.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mnote-fuji-tag.c 3 Dec 2002 09:04:32 -0000 1.3 +++ mnote-fuji-tag.c 15 Dec 2002 11:44:18 -0000 1.4 @@ -1,6 +1,6 @@ /* mnote-fuji-tag.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-fuji-tag.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/fuji/mnote-fuji-tag.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-fuji-tag.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-fuji-tag.h 15 Dec 2002 11:44:18 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-fuji-tag.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |
From: <as...@us...> - 2002-12-15 11:44:21
|
Update of /cvsroot/libexif/libmnote/libmnote In directory sc8-pr-cvs1:/tmp/cvs-serv15369/libmnote Modified Files: i18n.h mnote-data.c mnote-data.h mnote-entry.h mnote-tag.h Log Message: replace (c) and (C) by © Index: i18n.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/i18n.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- i18n.h 3 Dec 2002 09:04:31 -0000 1.1 +++ i18n.h 15 Dec 2002 11:44:18 -0000 1.2 @@ -1,6 +1,6 @@ /* i18n.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-data.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/mnote-data.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mnote-data.c 29 Nov 2002 16:12:29 -0000 1.2 +++ mnote-data.c 15 Dec 2002 11:44:18 -0000 1.3 @@ -1,6 +1,6 @@ /* mnote-data.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-data.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/mnote-data.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-data.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-data.h 15 Dec 2002 11:44:18 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-data.h * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-entry.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/mnote-entry.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-entry.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-entry.h 15 Dec 2002 11:44:18 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-entry.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: mnote-tag.h =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/mnote-tag.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mnote-tag.h 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ mnote-tag.h 15 Dec 2002 11:44:18 -0000 1.2 @@ -1,6 +1,6 @@ /* mnote-tag.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |
From: <as...@us...> - 2002-12-15 11:41:34
|
Update of /cvsroot/libexif/libexif-gtk/po In directory sc8-pr-cvs1:/tmp/cvs-serv14310/po Modified Files: es.po Log Message: replace (c) and (C) by © Index: es.po =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/po/es.po,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- es.po 15 Sep 2002 10:22:46 -0000 1.1 +++ es.po 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,5 +1,5 @@ # libexif-gtk Spanish Translation. -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright © 2002 Free Software Foundation, Inc. # Fabian Mandelbaum <fa...@ma...>, 2002. # msgid "" |
Update of /cvsroot/libexif/libexif-gtk/libexif-gtk In directory sc8-pr-cvs1:/tmp/cvs-serv14310/libexif-gtk Modified Files: gtk-exif-browser.c gtk-exif-browser.h gtk-exif-content-list.c gtk-exif-content-list.h gtk-exif-entry-ascii.c gtk-exif-entry-ascii.h gtk-exif-entry-copyright.c gtk-exif-entry-copyright.h gtk-exif-entry-date.c gtk-exif-entry-date.h gtk-exif-entry-exposure.c gtk-exif-entry-exposure.h gtk-exif-entry-flash.c gtk-exif-entry-flash.h gtk-exif-entry-generic.c gtk-exif-entry-generic.h gtk-exif-entry-number.c gtk-exif-entry-number.h gtk-exif-entry-option.c gtk-exif-entry-option.h gtk-exif-entry-rational.c gtk-exif-entry-rational.h gtk-exif-entry-resolution.c gtk-exif-entry-resolution.h gtk-exif-entry-user-comment.c gtk-exif-entry-user-comment.h gtk-exif-entry-version.c gtk-exif-entry-version.h gtk-exif-entry.c gtk-exif-entry.h gtk-exif-tag-menu.c gtk-exif-tag-menu.h gtk-exif-tree-item.c gtk-exif-tree-item.h gtk-exif-tree.c gtk-exif-tree.h gtk-exif-util.h Log Message: replace (c) and (C) by © Index: gtk-exif-browser.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-browser.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- gtk-exif-browser.c 11 Dec 2002 21:59:16 -0000 1.13 +++ gtk-exif-browser.c 15 Dec 2002 11:41:28 -0000 1.14 @@ -1,6 +1,6 @@ /* gtk-exif-browser.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-browser.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-browser.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- gtk-exif-browser.h 22 Jul 2002 19:34:21 -0000 1.2 +++ gtk-exif-browser.h 15 Dec 2002 11:41:28 -0000 1.3 @@ -1,6 +1,6 @@ /* gtk-exif-browser.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-content-list.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-content-list.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- gtk-exif-content-list.c 11 Dec 2002 21:59:16 -0000 1.7 +++ gtk-exif-content-list.c 15 Dec 2002 11:41:28 -0000 1.8 @@ -1,6 +1,6 @@ /* gtk-exif-content-list.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-content-list.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-content-list.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- gtk-exif-content-list.h 22 Jul 2002 19:34:21 -0000 1.2 +++ gtk-exif-content-list.h 15 Dec 2002 11:41:28 -0000 1.3 @@ -1,6 +1,6 @@ /* gtk-exif-content-list.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-ascii.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-ascii.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- gtk-exif-entry-ascii.c 29 Nov 2002 15:56:52 -0000 1.6 +++ gtk-exif-entry-ascii.c 15 Dec 2002 11:41:28 -0000 1.7 @@ -1,6 +1,6 @@ /* gtk-exif-entry-ascii.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-ascii.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-ascii.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- gtk-exif-entry-ascii.h 22 Jul 2002 19:34:21 -0000 1.2 +++ gtk-exif-entry-ascii.h 15 Dec 2002 11:41:28 -0000 1.3 @@ -1,6 +1,6 @@ /* gtk-exif-entry-ascii.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-copyright.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-copyright.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- gtk-exif-entry-copyright.c 29 Nov 2002 15:56:52 -0000 1.6 +++ gtk-exif-entry-copyright.c 15 Dec 2002 11:41:28 -0000 1.7 @@ -1,6 +1,6 @@ /* gtk-exif-entry-copyright.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-copyright.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-copyright.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- gtk-exif-entry-copyright.h 22 Jul 2002 19:34:21 -0000 1.2 +++ gtk-exif-entry-copyright.h 15 Dec 2002 11:41:28 -0000 1.3 @@ -1,6 +1,6 @@ /* gtk-exif-entry-copyright.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-date.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-date.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- gtk-exif-entry-date.c 29 Nov 2002 15:56:52 -0000 1.6 +++ gtk-exif-entry-date.c 15 Dec 2002 11:41:28 -0000 1.7 @@ -1,6 +1,6 @@ /* gtk-exif-entry-date.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -190,10 +190,10 @@ exif_tag_get_description (e->tag)); c = gtk_calendar_new (); - gtk_widget_show (c); + gtk_widget_show ©; gtk_box_pack_start (GTK_BOX (entry), c, TRUE, FALSE, 0); - entry->priv->cal = GTK_CALENDAR (c); - g_signal_connect (GTK_OBJECT (c), "day_selected", + entry->priv->cal = GTK_CALENDAR ©; + g_signal_connect (GTK_OBJECT ©, "day_selected", G_CALLBACK (on_day_selected), entry); hbox = gtk_hbox_new (FALSE, 5); Index: gtk-exif-entry-date.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-date.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- gtk-exif-entry-date.h 22 Jul 2002 19:34:21 -0000 1.2 +++ gtk-exif-entry-date.h 15 Dec 2002 11:41:28 -0000 1.3 @@ -1,6 +1,6 @@ /* gtk-exif-entry-date.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-exposure.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-exposure.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- gtk-exif-entry-exposure.c 29 Nov 2002 15:56:53 -0000 1.5 +++ gtk-exif-entry-exposure.c 15 Dec 2002 11:41:28 -0000 1.6 @@ -1,6 +1,6 @@ /* gtk-exif-entry-exposure.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-exposure.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-exposure.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-exif-entry-exposure.h 25 Jan 2002 13:38:12 -0000 1.1.1.1 +++ gtk-exif-entry-exposure.h 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-entry-exposure.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-flash.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-flash.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- gtk-exif-entry-flash.c 29 Nov 2002 15:56:53 -0000 1.4 +++ gtk-exif-entry-flash.c 15 Dec 2002 11:41:29 -0000 1.5 @@ -1,6 +1,6 @@ /* gtk-exif-entry-flash.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-flash.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-flash.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-exif-entry-flash.h 25 Jan 2002 13:38:11 -0000 1.1.1.1 +++ gtk-exif-entry-flash.h 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-entry-flash.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-generic.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-generic.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- gtk-exif-entry-generic.c 29 Nov 2002 15:56:53 -0000 1.4 +++ gtk-exif-entry-generic.c 15 Dec 2002 11:41:29 -0000 1.5 @@ -1,6 +1,6 @@ /* gtk-exif-entry-generic.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-generic.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-generic.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-exif-entry-generic.h 25 Jan 2002 13:38:12 -0000 1.1.1.1 +++ gtk-exif-entry-generic.h 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-entry-generic.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-number.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-number.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- gtk-exif-entry-number.c 29 Nov 2002 15:56:53 -0000 1.5 +++ gtk-exif-entry-number.c 15 Dec 2002 11:41:29 -0000 1.6 @@ -1,6 +1,6 @@ /* gtk-exif-entry-number.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-number.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-number.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-exif-entry-number.h 25 Jan 2002 13:38:12 -0000 1.1.1.1 +++ gtk-exif-entry-number.h 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-entry-number.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-option.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-option.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- gtk-exif-entry-option.c 29 Nov 2002 15:56:53 -0000 1.6 +++ gtk-exif-entry-option.c 15 Dec 2002 11:41:29 -0000 1.7 @@ -1,6 +1,6 @@ /* gtk-exif-entry-option.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-option.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-option.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-exif-entry-option.h 25 Jan 2002 13:38:12 -0000 1.1.1.1 +++ gtk-exif-entry-option.h 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-entry-option.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-rational.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-rational.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- gtk-exif-entry-rational.c 29 Nov 2002 15:56:53 -0000 1.5 +++ gtk-exif-entry-rational.c 15 Dec 2002 11:41:29 -0000 1.6 @@ -1,6 +1,6 @@ /* gtk-exif-entry-rational.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-rational.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-rational.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-exif-entry-rational.h 25 Jan 2002 13:38:12 -0000 1.1.1.1 +++ gtk-exif-entry-rational.h 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-entry-rational.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-resolution.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-resolution.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- gtk-exif-entry-resolution.c 29 Nov 2002 15:56:53 -0000 1.6 +++ gtk-exif-entry-resolution.c 15 Dec 2002 11:41:29 -0000 1.7 @@ -1,6 +1,6 @@ /* gtk-exif-entry-resolution.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -398,11 +398,11 @@ gtk_widget_show (hbox); gtk_box_pack_start (GTK_BOX (entry), hbox, TRUE, FALSE, 0); c = gtk_check_button_new_with_label (_("Image width direction:")); - gtk_widget_show (c); + gtk_widget_show ©; gtk_box_pack_start (GTK_BOX (hbox), c, FALSE, FALSE, 0); - entry->priv->ox.check = GTK_TOGGLE_BUTTON (c); - gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (c), (e != NULL)); - g_signal_connect (GTK_OBJECT (c), "toggled", + entry->priv->ox.check = GTK_TOGGLE_BUTTON ©; + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON ©, (e != NULL)); + g_signal_connect (GTK_OBJECT ©, "toggled", G_CALLBACK (on_cw_toggled), entry); ap = gtk_adjustment_new (0, 0, 0xffffffff, 1, 0xffff, 0); entry->priv->ox.ap = GTK_ADJUSTMENT (ap); @@ -434,11 +434,11 @@ gtk_widget_show (hbox); gtk_box_pack_start (GTK_BOX (entry), hbox, TRUE, FALSE, 0); c = gtk_check_button_new_with_label (_("Image height direction:")); - gtk_widget_show (c); + gtk_widget_show ©; gtk_box_pack_start (GTK_BOX (hbox), c, FALSE, FALSE, 0); - entry->priv->oy.check = GTK_TOGGLE_BUTTON (c); - gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (c), (e != NULL)); - g_signal_connect (GTK_OBJECT (c), "toggled", + entry->priv->oy.check = GTK_TOGGLE_BUTTON ©; + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON ©, (e != NULL)); + g_signal_connect (GTK_OBJECT ©, "toggled", G_CALLBACK (on_ch_toggled), entry); ap = gtk_adjustment_new (0, 0, 0xffffffff, 1, 0xffff, 0); entry->priv->oy.ap = GTK_ADJUSTMENT (ap); @@ -470,11 +470,11 @@ gtk_widget_show (hbox); gtk_box_pack_start (GTK_BOX (entry), hbox, TRUE, FALSE, 0); c = gtk_check_button_new_with_label (_("Unit:")); - gtk_widget_show (c); + gtk_widget_show ©; gtk_box_pack_start (GTK_BOX (hbox), c, FALSE, FALSE, 0); - entry->priv->check = GTK_TOGGLE_BUTTON (c); - gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (c), (e != NULL)); - g_signal_connect (GTK_OBJECT (c), "toggled", + entry->priv->check = GTK_TOGGLE_BUTTON ©; + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON ©, (e != NULL)); + g_signal_connect (GTK_OBJECT ©, "toggled", G_CALLBACK (on_unit_toggled), entry); o = gtk_option_menu_new (); gtk_widget_show (o); Index: gtk-exif-entry-resolution.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-resolution.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-exif-entry-resolution.h 25 Jan 2002 13:38:12 -0000 1.1.1.1 +++ gtk-exif-entry-resolution.h 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-entry-resolution.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-user-comment.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-user-comment.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- gtk-exif-entry-user-comment.c 11 Dec 2002 21:59:17 -0000 1.1 +++ gtk-exif-entry-user-comment.c 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-entry-user-comment. * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> */ #include <config.h> Index: gtk-exif-entry-user-comment.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-user-comment.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- gtk-exif-entry-user-comment.h 11 Dec 2002 21:59:17 -0000 1.1 +++ gtk-exif-entry-user-comment.h 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-entry-user-comment.h * - * UserComment (C) 2001 Lutz Müller <lu...@us...> + * UserComment © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-version.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-version.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- gtk-exif-entry-version.c 29 Nov 2002 15:56:53 -0000 1.6 +++ gtk-exif-entry-version.c 15 Dec 2002 11:41:29 -0000 1.7 @@ -1,6 +1,6 @@ /* gtk-exif-entry-version.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry-version.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry-version.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-exif-entry-version.h 25 Jan 2002 13:38:12 -0000 1.1.1.1 +++ gtk-exif-entry-version.h 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-entry-version.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- gtk-exif-entry.c 29 Nov 2002 15:56:54 -0000 1.5 +++ gtk-exif-entry.c 15 Dec 2002 11:41:29 -0000 1.6 @@ -1,6 +1,6 @@ /* gtk-exif-entry.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-entry.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-entry.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- gtk-exif-entry.h 23 Jul 2002 08:07:00 -0000 1.3 +++ gtk-exif-entry.h 15 Dec 2002 11:41:29 -0000 1.4 @@ -1,6 +1,6 @@ /* gtk-exif-entry.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-tag-menu.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-tag-menu.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- gtk-exif-tag-menu.c 11 Dec 2002 07:11:06 -0000 1.4 +++ gtk-exif-tag-menu.c 15 Dec 2002 11:41:29 -0000 1.5 @@ -1,6 +1,6 @@ /* gtk-exif-tag-menu.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-tag-menu.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-tag-menu.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-exif-tag-menu.h 25 Jan 2002 13:38:12 -0000 1.1.1.1 +++ gtk-exif-tag-menu.h 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-tag-menu.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-tree-item.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-tree-item.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- gtk-exif-tree-item.c 29 Nov 2002 15:56:54 -0000 1.3 +++ gtk-exif-tree-item.c 15 Dec 2002 11:41:29 -0000 1.4 @@ -1,6 +1,6 @@ /* gtk-exif-tree-item.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-tree-item.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-tree-item.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-exif-tree-item.h 25 Jan 2002 13:38:12 -0000 1.1.1.1 +++ gtk-exif-tree-item.h 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-tree-item.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-tree.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-tree.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- gtk-exif-tree.c 29 Nov 2002 15:56:54 -0000 1.3 +++ gtk-exif-tree.c 15 Dec 2002 11:41:29 -0000 1.4 @@ -1,6 +1,6 @@ /* gtk-exif-tree.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-tree.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-tree.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-exif-tree.h 25 Jan 2002 13:38:11 -0000 1.1.1.1 +++ gtk-exif-tree.h 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-tree.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-exif-util.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/libexif-gtk/gtk-exif-util.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- gtk-exif-util.h 22 Jul 2002 22:29:40 -0000 1.1 +++ gtk-exif-util.h 15 Dec 2002 11:41:29 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-exif-util.h: * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |
From: <as...@us...> - 2002-12-15 11:41:34
|
Update of /cvsroot/libexif/libexif-gtk/tests In directory sc8-pr-cvs1:/tmp/cvs-serv14310/tests Modified Files: test-libexif-gtk.c Log Message: replace (c) and (C) by © Index: test-libexif-gtk.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/tests/test-libexif-gtk.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- test-libexif-gtk.c 29 Nov 2002 15:56:54 -0000 1.3 +++ test-libexif-gtk.c 15 Dec 2002 11:41:30 -0000 1.4 @@ -1,6 +1,6 @@ /* test-libexif-gtk.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |
Update of /cvsroot/libexif/libexif-gtk/gtk-extensions In directory sc8-pr-cvs1:/tmp/cvs-serv14310/gtk-extensions Modified Files: gtk-menu-option.c gtk-menu-option.h gtk-option-menu-option.c gtk-option-menu-option.h gtk-options.c gtk-options.h Log Message: replace (c) and (C) by © Index: gtk-menu-option.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/gtk-extensions/gtk-menu-option.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- gtk-menu-option.c 29 Nov 2002 15:56:50 -0000 1.4 +++ gtk-menu-option.c 15 Dec 2002 11:41:28 -0000 1.5 @@ -1,6 +1,6 @@ /* gtk-menu-option.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-menu-option.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/gtk-extensions/gtk-menu-option.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-menu-option.h 25 Jan 2002 13:38:12 -0000 1.1.1.1 +++ gtk-menu-option.h 15 Dec 2002 11:41:28 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-menu-int.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-option-menu-option.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/gtk-extensions/gtk-option-menu-option.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- gtk-option-menu-option.c 29 Nov 2002 15:56:51 -0000 1.3 +++ gtk-option-menu-option.c 15 Dec 2002 11:41:28 -0000 1.4 @@ -1,6 +1,6 @@ /* gtk-option-menu-option.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-option-menu-option.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/gtk-extensions/gtk-option-menu-option.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-option-menu-option.h 25 Jan 2002 13:38:12 -0000 1.1.1.1 +++ gtk-option-menu-option.h 15 Dec 2002 11:41:28 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-option-menu-option.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-options.c =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/gtk-extensions/gtk-options.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- gtk-options.c 29 Nov 2002 15:56:51 -0000 1.2 +++ gtk-options.c 15 Dec 2002 11:41:28 -0000 1.3 @@ -1,6 +1,6 @@ /* gtk-options.c * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Index: gtk-options.h =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/gtk-extensions/gtk-options.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- gtk-options.h 25 Jan 2002 13:38:12 -0000 1.1.1.1 +++ gtk-options.h 15 Dec 2002 11:41:28 -0000 1.2 @@ -1,6 +1,6 @@ /* gtk-options.h * - * Copyright (C) 2001 Lutz Müller <lu...@us...> + * Copyright © 2001 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |
From: <as...@us...> - 2002-12-15 11:41:15
|
Update of /cvsroot/libexif/libexif/po In directory sc8-pr-cvs1:/tmp/cvs-serv14201/po Modified Files: de.po es.po fr.po Log Message: replace (c) and (C) by © Index: de.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/de.po,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- de.po 3 Dec 2002 07:48:10 -0000 1.11 +++ de.po 15 Dec 2002 11:41:11 -0000 1.12 @@ -1,5 +1,5 @@ # German Translation -# Copyright (C) YEAR Free Software Foundation, Inc. +# Copyright © YEAR Free Software Foundation, Inc. # Lutz Müller <lu...@us...>, 2002. # msgid "" Index: es.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/es.po,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- es.po 3 Dec 2002 07:48:10 -0000 1.4 +++ es.po 15 Dec 2002 11:41:11 -0000 1.5 @@ -1,5 +1,5 @@ # libexif Spanish Translation. -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright © 2002 Free Software Foundation, Inc. # Fabian Mandelbaum <fa...@ma...>, 2002. # msgid "" Index: fr.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/fr.po,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- fr.po 3 Dec 2002 07:48:10 -0000 1.5 +++ fr.po 15 Dec 2002 11:41:11 -0000 1.6 @@ -1,5 +1,5 @@ # LIBEXIF PO FILE -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright © 2002 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # Arnaud Launay <as...@la...>, 2002. # |
From: <as...@us...> - 2002-12-15 11:41:15
|
Update of /cvsroot/libexif/libexif/test In directory sc8-pr-cvs1:/tmp/cvs-serv14201/test Modified Files: test-mem.c Log Message: replace (c) and (C) by © Index: test-mem.c =================================================================== RCS file: /cvsroot/libexif/libexif/test/test-mem.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- test-mem.c 22 Nov 2002 17:19:21 -0000 1.3 +++ test-mem.c 15 Dec 2002 11:41:11 -0000 1.4 @@ -1,6 +1,6 @@ /* test-mem.c * - * Copyright (C) 2002 Lutz Müller <lu...@us...> + * Copyright © 2002 Lutz Müller <lu...@us...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |