From 17e48cd4f3a3b03e6f04937f1308f397d712781d Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 25 Apr 2005 11:09:53 +0000 Subject: [PATCH] Move support/globbing.[Ch] to xforms/globbing.[Ch]. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9871 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/xforms/ChangeLog | 6 ++++++ src/frontends/xforms/FormFiledialog.C | 2 +- src/frontends/xforms/Makefile.am | 2 ++ src/{support => frontends/xforms}/globbing.C | 2 +- src/{support => frontends/xforms}/globbing.h | 0 src/support/ChangeLog | 6 ++++++ src/support/Makefile.am | 2 -- 7 files changed, 16 insertions(+), 4 deletions(-) rename src/{support => frontends/xforms}/globbing.C (96%) rename src/{support => frontends/xforms}/globbing.h (100%) diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index ec35d0b498..eed486e1ac 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,9 @@ +2005-04-25 Angus Leeming + + * globbing.[Ch]: moved here from the support directory. + + * Makefile.am: associated change. + 2005-04-08 Angus Leeming * FormAboutlyx.C (build): ensure that the CREDITS data fits on the diff --git a/src/frontends/xforms/FormFiledialog.C b/src/frontends/xforms/FormFiledialog.C index 5bbc9fc37c..1c5f75ddf6 100644 --- a/src/frontends/xforms/FormFiledialog.C +++ b/src/frontends/xforms/FormFiledialog.C @@ -15,13 +15,13 @@ #include "forms/form_filedialog.h" #include "forms_gettext.h" +#include "globbing.h" #include "xforms_helpers.h" #include "frontends/Dialogs.h" #include "support/filefilterlist.h" #include "support/filetools.h" -#include "support/globbing.h" #include "support/lstrings.h" #include "support/lyxlib.h" #include "support/package.h" diff --git a/src/frontends/xforms/Makefile.am b/src/frontends/xforms/Makefile.am index c4ff090716..e8d4378cc4 100644 --- a/src/frontends/xforms/Makefile.am +++ b/src/frontends/xforms/Makefile.am @@ -37,6 +37,8 @@ libxforms_la_SOURCES = \ freebrowser.h \ fdesign_base.C \ fdesign_base.h \ + globbing.C \ + globbing.h \ input_validators.C \ input_validators.h \ lyx_gui.C \ diff --git a/src/support/globbing.C b/src/frontends/xforms/globbing.C similarity index 96% rename from src/support/globbing.C rename to src/frontends/xforms/globbing.C index dbc6b0ab4e..ab75dbe143 100644 --- a/src/support/globbing.C +++ b/src/frontends/xforms/globbing.C @@ -10,7 +10,7 @@ #include -#include "support/globbing.h" +#include "globbing.h" #include "support/path.h" #include diff --git a/src/support/globbing.h b/src/frontends/xforms/globbing.h similarity index 100% rename from src/support/globbing.h rename to src/frontends/xforms/globbing.h diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 19ab70f77c..53a0cd2557 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,9 @@ +2005-04-25 Angus Leeming + + * globbing.[Ch]: removed to frontends/xforms. + + * Makefile.am: associated change. + 2005-04-24 Angus Leeming * userinfo.C (user_name): add Windows-specific code. diff --git a/src/support/Makefile.am b/src/support/Makefile.am index a0e0576e3a..55095ed187 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -44,8 +44,6 @@ libsupport_la_SOURCES = \ fs_extras.C \ fs_extras.h \ getcwd.C \ - globbing.C \ - globbing.h \ $(COMPRESSION) kill.C \ limited_stack.h \ lstrings.C \ -- 2.39.5