[libvtemm] Get rid of TerminalAccessible.



commit 6116a17805321baf4771a98bf4c402ad05b41f75
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Fri Aug 21 13:08:21 2009 +0200

    Get rid of TerminalAccessible.
    
    * TODO: Deleted useless file. There was nothing interesting.
    * libvte/libvtemm.h: Removed terminalaccessible.h inclusion.
    * libvte/libvtemm/.gitignore: Removed terminalaccessible from
    ignored files.
    * libvte/libvtemm/Makefile.am: Use dist_noinst_HEADERS instead of
    EXTRA_DIST.
    * libvte/libvtemm/private/.gitignore: Ignore specific files, not
    all ending with `_p.h'.
    * libvte/src/filelist.am: Removed terminalaccesible.hg from
    files_hg, so it won't be built nor distributed. For now it will
    remain only in git (like reaper) - it is not clear to me, if this
    class should be wrapped and how it should be wrapped. I was
    wondering if this shouldn't be internal in vte. I didn't see any
    application using it, but if someone will need it wrapped, then
    patches are welcome.

 TODO                               |    3 ---
 libvte/libvtemm.h                  |    1 -
 libvte/libvtemm/.gitignore         |    1 -
 libvte/libvtemm/Makefile.am        |    3 +--
 libvte/libvtemm/private/.gitignore |    3 ++-
 libvte/src/filelist.am             |    2 +-
 6 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/libvte/libvtemm.h b/libvte/libvtemm.h
index e6bb28c..7ab7990 100644
--- a/libvte/libvtemm.h
+++ b/libvte/libvtemm.h
@@ -30,7 +30,6 @@
 #include <libvtemm/ptymaster.h>
 #include <libvtemm/ptysize.h>
 #include <libvtemm/shared.h>
-#include <libvtemm/terminalaccessible.h>
 #include <libvtemm/terminal.h>
 #include <libvtemm/textandcharattrs.h>
 #include <libvtemm/wrap_init.h>
diff --git a/libvte/libvtemm/.gitignore b/libvte/libvtemm/.gitignore
index cb5e8b8..1867a85 100644
--- a/libvte/libvtemm/.gitignore
+++ b/libvte/libvtemm/.gitignore
@@ -1,4 +1,3 @@
 /charattributes.*
 /terminal.*
-/terminalaccessible.*
 /wrap_init.cc
diff --git a/libvte/libvtemm/Makefile.am b/libvte/libvtemm/Makefile.am
index 9f390d2..c7c0024 100644
--- a/libvte/libvtemm/Makefile.am
+++ b/libvte/libvtemm/Makefile.am
@@ -14,5 +14,4 @@ libvtemm_ LIBVTEMM_API_VERSION@_la_SOURCES = $(binding_sources) $(files_internal
 libvtemm_ LIBVTEMM_API_VERSION@_la_LDFLAGS = -no-undefined -version-info $(LIBVTEMM_SO_VERSION)
 libvtemm_ LIBVTEMM_API_VERSION@_la_LIBADD  = $(LIBVTEMM_LIBS)
 
-EXTRA_DIST = 			\
-	$(files_internal_h)
+dist_noinst_HEADERS = $(files_internal_h)
diff --git a/libvte/libvtemm/private/.gitignore b/libvte/libvtemm/private/.gitignore
index 0cb5a60..0e687af 100644
--- a/libvte/libvtemm/private/.gitignore
+++ b/libvte/libvtemm/private/.gitignore
@@ -1 +1,2 @@
-/*_p.h
+/terminal_p.h
+/charattributes_p.h
diff --git a/libvte/src/filelist.am b/libvte/src/filelist.am
index 745a06b..cf6b979 100644
--- a/libvte/src/filelist.am
+++ b/libvte/src/filelist.am
@@ -9,5 +9,5 @@ files_defs = 			\
 	libvte_docs.xml 	\
 	libvte_docs_override.xml
 
-files_hg  = terminal.hg charattributes.hg terminalaccessible.hg
+files_hg  = terminal.hg charattributes.hg
 files_ccg = $(files_hg:.hg=.ccg)



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