mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
4991816dc9
commit
17e48cd4f3
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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 \
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "support/globbing.h"
|
||||
#include "globbing.h"
|
||||
#include "support/path.h"
|
||||
|
||||
#include <glob.h>
|
@ -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.
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user