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
This commit is contained in:
Angus Leeming 2005-04-25 11:09:53 +00:00
parent 4991816dc9
commit 17e48cd4f3
7 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2005-04-25 Angus Leeming <leeming@lyx.org>
* globbing.[Ch]: moved here from the support directory.
* Makefile.am: associated change.
2005-04-08 Angus Leeming <leeming@lyx.org>
* FormAboutlyx.C (build): ensure that the CREDITS data fits on the

View File

@ -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"

View File

@ -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 \

View File

@ -10,7 +10,7 @@
#include <config.h>
#include "support/globbing.h"
#include "globbing.h"
#include "support/path.h"
#include <glob.h>

View File

@ -1,3 +1,9 @@
2005-04-25 Angus Leeming <leeming@lyx.org>
* globbing.[Ch]: removed to frontends/xforms.
* Makefile.am: associated change.
2005-04-24 Angus Leeming <leeming@lyx.org>
* userinfo.C (user_name): add Windows-specific code.

View File

@ -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 \