[glade] Misc files cleanup



commit 9c4f774086f6ca1eab341ec484e4d193f4597825
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Thu Jun 4 16:32:29 2020 -0300

    Misc files cleanup

 AUTHORS         | 14 ++++++++------
 BUGS            |  0
 CONTRIBUTING.md |  8 ++++----
 HACKING         |  1 -
 INTERNALS       | 16 ++++++++--------
 README.svn      |  7 -------
 TODO            |  1 -
 7 files changed, 20 insertions(+), 27 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 4403dde1..5378499a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,7 +1,9 @@
 Chema Celorio <chema ximian com>
-
-Thanks to :
-Michal Palczewski <mpalczew u washington edu> - Widget tree window
-Archit Baweja <bighead users sourceforge net> - New widgets, _get_type
-Shane Butler <shane_b operamail com> - Glade Widget signals editor
-Tristan Van Berkom <tvb gnome org> - Non widget support.
+Joaquin Cuenca Abela <e98cuenc yahoo com>
+Paolo Borelli <pborelli katamail com>
+Archit Baweja <bighead users sourceforge net>
+Shane Butler <shane_b operamail com>
+Tristan Van Berkom <tvb gnome org>
+Ivan Wong <email ivanwong info>
+Juan Pablo Ugarte <juanpablougarte gmail com>
+Vincent Geddes <vincent geddes gmail com>
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 732e4b32..67d99cd1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,12 +1,12 @@
 Glade official git repository is hosted by the GNOME foundation at
-git.gnome.org
+gitlab.gnome.org
 
 Mailing List
 ~~~~~~~~~~~~
-Glade discussion takes place on glade-devel lists ximian com
+Glade discussion takes place on glade-devel-list gnome org
 
 To subscribe or to consult archives visit
-       http://lists.ximian.com/mailman/listinfo/glade-devel
+       https://mail.gnome.org/mailman/listinfo/glade-devel-list
 
 
 GitLab
@@ -58,7 +58,7 @@ Naming conventions:
 - function names should be lowercase and prefixed with the
   file name (or, if the function is static and the name too long,
   with an abbreviation), e.g:
-  glade_project_window_my_function () 
+  glade_project_window_my_function ()
   gpw_my_loooooooooong_named_fuction ()
 - variable names should be lowercase and be short but self explanatory;
   if you need more than one word use an underscore, e.g:
diff --git a/INTERNALS b/INTERNALS
index c2456eac..82f895e0 100644
--- a/INTERNALS
+++ b/INTERNALS
@@ -1,22 +1,22 @@
-Glade3 internals
-~~~~~~~~~~~~~~~~
+Glade internals
+~~~~~~~~~~~~~~~
 
 
 about this document
 ===================
 
 This is a short description of the designs goals and of the
-implementation choices of Glade3. It isn't complete, but
+implementation choices of Glade. It isn't complete, but
 I hope that it may be useful.
 
  * Note: not only I'm not the original author/designer of 
-   glade3, but also I have not touched glade3 for many months.
+   glade, but also I have not touched glade for many months.
 
-The only reason why I'm writing this doc is that glade3 development
+The only reason why I'm writing this doc is that glade development
 has been stagnating for a long time... now it seems that there are some
 developers interested in resuming work on it, so I thought that it was 
 right to put down some notes on what I remember to ease their way
-through the glade3 codebase.
+through the glade codebase.
 
 Everyone who spots errors and inaccuracies in this doc, or who wants to
 add informations to it, should feel free to improve it!
@@ -35,8 +35,8 @@ the description of a Gtk+ GUI to an xml file.
  * glade is a tool to create and edit the desired interface in an easy
    way and then automatically serialize it to the xml file.
 
-Glade3 is a complete rewrite of the original glade and takes advantage
-of the introspection properties of the GTK+2 toolkit.
+Glade is a complete rewrite of the original glade and takes advantage
+of the introspection properties of the GTK toolkit.
 
 
 
diff --git a/TODO b/TODO
index cd6d4f86..b828c23a 100644
--- a/TODO
+++ b/TODO
@@ -13,7 +13,6 @@ API/ABI break
 GtkBuilder unsuported features:
 ==============================
 
-  * No ID objects: GtkBuilder now support objects without an id.
   * Property bindings
 
 Unsupported object classes:


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