summaryrefslogtreecommitdiff
path: root/extra/evolution-data-server/unicode.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/evolution-data-server/unicode.patch')
-rw-r--r--extra/evolution-data-server/unicode.patch154
1 files changed, 0 insertions, 154 deletions
diff --git a/extra/evolution-data-server/unicode.patch b/extra/evolution-data-server/unicode.patch
deleted file mode 100644
index f0e57770..00000000
--- a/extra/evolution-data-server/unicode.patch
+++ /dev/null
@@ -1,154 +0,0 @@
-From 83c674288dda70f3991f03870a676af182334eb7 Mon Sep 17 00:00:00 2001
-Message-Id: <83c674288dda70f3991f03870a676af182334eb7.1502784424.git.jan.steffens@gmail.com>
-From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
-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 <http://www.gnu.org/licenses/>.
- *
- * Authors: Federico Mena-Quintero <federico@ximian.com>
- * Rodrigo Moya <rodrigo@ximian.com>
-- * Gerg rdi <cactus@cactus.rulez.org>
-+ * Gergő Érdi <cactus@cactus.rulez.org>
- */
-
- #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 <http://www.gnu.org/licenses/>.
- *
- * Authors: Federico Mena-Quintero <federico@ximian.com>,
-- * Gerg rdi <cactus@cactus.rulez.org>
-+ * Gergő Érdi <cactus@cactus.rulez.org>
- */
-
- #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: <d1d10f16ed7f9df47cc5cf6f7c19a78c527eecb4.1502799992.git.jan.steffens@gmail.com>
-From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
-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 @@
- *
- * <informalexample>
- * <programlisting>
-- * #include <libedataserver/libedataserver.h>
-+ * <![CDATA[#include <libedataserver/libedataserver.h>
- *
- * 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))]]>
- * </programlisting>
- * </informalexample>
- *
- * 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.
- *
- * <informalexample>
- * <programlisting>
-- * static void
-+ * <![CDATA[static void
- * e_custom_widget_constructed (ECustomWidget *widget)
- * {
- * Construction code goes here, same as call to parent's 'constructed'...
- *
- * e_extensible_load_extensions (E_EXTENSIBLE (widget));
-- * }
-+ * }]]>
- * </programlisting>
- * </informalexample>
- **/
---
-2.14.1
-