[gtksourceview/cherry-pick-5cd97302] Merge branch 'alatiera/detepl' into 'master'




commit b88ad03a4f60fe2267b061a4a3a3f1b79a213210
Author: Christian Hergert <christian hergert me>
Date:   Fri Apr 9 23:38:25 2021 +0000

    Merge branch 'alatiera/detepl' into 'master'
    
    Remove refferences to Tepl
    
    See merge request GNOME/gtksourceview!190
    
    (cherry picked from commit 5cd973025b60a6c07f1162c033d6b282d9fee90e)
    
    74f9e36e Remove refferences to Tepl

 gtksourceview/gtksourceencoding.c   | 6 ------
 gtksourceview/gtksourcefile.c       | 6 ------
 gtksourceview/gtksourcefileloader.c | 7 -------
 gtksourceview/gtksourcefilesaver.c  | 6 ------
 4 files changed, 25 deletions(-)
---
diff --git a/gtksourceview/gtksourceencoding.c b/gtksourceview/gtksourceencoding.c
index 5e5cdeb3..c72cfb71 100644
--- a/gtksourceview/gtksourceencoding.c
+++ b/gtksourceview/gtksourceencoding.c
@@ -36,12 +36,6 @@
  * The #GtkSourceEncoding boxed type represents a character encoding. It is used
  * for example by #GtkSourceFile. Note that the text in GTK+ widgets is always
  * encoded in UTF-8.
- *
- * <warning>
- * This class is no longer maintained, patches are not accepted. There is a
- * better implementation in the
- * <ulink url="https://wiki.gnome.org/Projects/Tepl";>Tepl</ulink> library.
- * </warning>
  */
 
 struct _GtkSourceEncoding
diff --git a/gtksourceview/gtksourcefile.c b/gtksourceview/gtksourcefile.c
index 16d60965..8d951ddf 100644
--- a/gtksourceview/gtksourcefile.c
+++ b/gtksourceview/gtksourcefile.c
@@ -39,12 +39,6 @@
  * properties). On a successful load or save operation, the #GtkSourceFile
  * properties are updated. If an operation fails, the #GtkSourceFile properties
  * have still the previous valid values.
- *
- * <warning>
- * This class is no longer maintained, patches are not accepted. There is a
- * better implementation in the
- * <ulink url="https://wiki.gnome.org/Projects/Tepl";>Tepl</ulink> library.
- * </warning>
  */
 
 enum
diff --git a/gtksourceview/gtksourcefileloader.c b/gtksourceview/gtksourcefileloader.c
index 381caec3..2f3ddfe9 100644
--- a/gtksourceview/gtksourcefileloader.c
+++ b/gtksourceview/gtksourcefileloader.c
@@ -58,13 +58,6 @@
  * saved somewhere (for example if you load from stdin), then you should
  * probably call gtk_text_buffer_set_modified() with %TRUE after calling
  * gtk_source_file_loader_load_finish().
- *
- * <warning>
- * This class is no longer maintained, patches are not accepted. There is work
- * in progress in the
- * <ulink url="https://wiki.gnome.org/Projects/Tepl";>Tepl</ulink> library to
- * have a better implementation.
- * </warning>
  */
 
 #if 0
diff --git a/gtksourceview/gtksourcefilesaver.c b/gtksourceview/gtksourcefilesaver.c
index 600efc65..05b5a973 100644
--- a/gtksourceview/gtksourcefilesaver.c
+++ b/gtksourceview/gtksourcefilesaver.c
@@ -46,12 +46,6 @@
  * A file saver should be used only for one save operation, including errors
  * handling. If an error occurs, you can reconfigure the saver and relaunch the
  * operation with gtk_source_file_saver_save_async().
- *
- * <warning>
- * This class is no longer maintained, patches are not accepted. There is a
- * better implementation in the
- * <ulink url="https://wiki.gnome.org/Projects/Tepl";>Tepl</ulink> library.
- * </warning>
  */
 
 /* The code has been written initially in gedit (GeditDocumentSaver).


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]