From 83c674288dda70f3991f03870a676af182334eb7 Mon Sep 17 00:00:00 2001 Message-Id: <83c674288dda70f3991f03870a676af182334eb7.1502784424.git.jan.steffens@gmail.com> From: "Jan Alexander Steffens (heftig)" Date: Tue, 15 Aug 2017 10:00:03 +0200 Subject: [PATCH] =?UTF-8?q?fixup=20latin2=20=E2=86=92=20utf-8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/calendar/backends/contacts/e-cal-backend-contacts.c | 4 ++-- src/calendar/backends/contacts/e-cal-backend-contacts.h | 4 ++-- src/camel/camel-mime-filter-charset.c | 2 +- src/camel/tests/smime/pgp-mime.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/calendar/backends/contacts/e-cal-backend-contacts.c b/src/calendar/backends/contacts/e-cal-backend-contacts.c index d2b5708855c65ea6..28932b555252f13b 100644 --- a/src/calendar/backends/contacts/e-cal-backend-contacts.c +++ b/src/calendar/backends/contacts/e-cal-backend-contacts.c @@ -2,23 +2,23 @@ /* Evolution calendar - iCalendar file backend * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) - * Copyright (C) 2003 Gerg rdi + * Copyright (C) 2003 Gergő Érdi * * This library is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this library. If not, see . * * Authors: Federico Mena-Quintero * Rodrigo Moya - * Gerg rdi + * Gergő Érdi */ #include "evolution-data-server-config.h" diff --git a/src/calendar/backends/contacts/e-cal-backend-contacts.h b/src/calendar/backends/contacts/e-cal-backend-contacts.h index a237819a374735a7..8bbd9c9794182f59 100644 --- a/src/calendar/backends/contacts/e-cal-backend-contacts.h +++ b/src/calendar/backends/contacts/e-cal-backend-contacts.h @@ -1,22 +1,22 @@ /* Evolution calendar - iCalendar file backend * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) - * Copyright (C) 2003 Gerg rdi + * Copyright (C) 2003 Gergő Érdi * * This library is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this library. If not, see . * * Authors: Federico Mena-Quintero , - * Gerg rdi + * Gergő Érdi */ #ifndef E_CAL_BACKEND_CONTACTS_H diff --git a/src/camel/camel-mime-filter-charset.c b/src/camel/camel-mime-filter-charset.c index c3b9d3d6061d3ac3..5c5eb2d1c749fec4 100644 --- a/src/camel/camel-mime-filter-charset.c +++ b/src/camel/camel-mime-filter-charset.c @@ -113,7 +113,7 @@ mime_filter_charset_complete (CamelMimeFilter *mime_filter, inleft--; } else if (errno == EINVAL) { /* - * EINVAL An incomplete multibyte sequence has been encoun + * EINVAL An incomplete multibyte sequence has been encoun- * tered in the input. * * We assume that this can only happen if we've run out of diff --git a/src/camel/tests/smime/pgp-mime.c b/src/camel/tests/smime/pgp-mime.c index eb440509caf9b4e5..9b9546142c3018c6 100644 --- a/src/camel/tests/smime/pgp-mime.c +++ b/src/camel/tests/smime/pgp-mime.c @@ -28,7 +28,7 @@ #include "session.h" static gchar test_msg[] = "Since we need to make sure that\nFrom lines work okay, we should test that" -"as well as test 8bit chars and other fun stuff? 8bit chars: Draen Kaar\n\nOkay, I guess that covers" +"as well as test 8bit chars and other fun stuff? 8bit chars: Dražen Kačar\n\nOkay, I guess that covers" "the basics at least...\n"; #define CAMEL_PGP_SESSION_TYPE (camel_pgp_session_get_type ()) -- 2.14.1 From d1d10f16ed7f9df47cc5cf6f7c19a78c527eecb4 Mon Sep 17 00:00:00 2001 Message-Id: From: "Jan Alexander Steffens (heftig)" Date: Tue, 15 Aug 2017 14:26:26 +0200 Subject: [PATCH] wrap programlistings in cdata --- src/libedataserver/e-extensible.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libedataserver/e-extensible.c b/src/libedataserver/e-extensible.c index 8f3d7fa77016a4c0..f3c8412c795e43c8 100644 --- a/src/libedataserver/e-extensible.c +++ b/src/libedataserver/e-extensible.c @@ -29,28 +29,28 @@ * * * - * #include + * * * G_DEFINE_TYPE_WITH_CODE ( * ECustomWidget, e_custom_widget, GTK_TYPE_WIDGET, - * G_IMPLEMENT_INTERFACE (E_TYPE_EXTENSIBLE, NULL)) + * G_IMPLEMENT_INTERFACE (E_TYPE_EXTENSIBLE, NULL))]]> * * * * 2. Load extensions for the class at some point during #GObject * initialization. Generally this should be done toward the end of * the initialization code, so extensions get a fully initialized * object to work with. * * * - * static void + * * * **/ -- 2.14.1