mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
Enable the lyx2lyx debug level to be set
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6050 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3b3cd1aa31
commit
626eba2244
@ -1,3 +1,7 @@
|
|||||||
|
2003-02-07 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
* lyx2lyx/lyx2lyx: enable the debug level to be set.
|
||||||
|
|
||||||
2003-02-04 Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
|
2003-02-04 Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
|
||||||
|
|
||||||
* images/math/rbracket.xpm: new file.
|
* images/math/rbracket.xpm: new file.
|
||||||
|
@ -55,9 +55,9 @@ Options:
|
|||||||
|
|
||||||
|
|
||||||
def parse_options(argv):
|
def parse_options(argv):
|
||||||
_options = ["help", "version", "list", "from=", "to=", "output=", "quiet"]
|
_options = ["help", "version", "list", "debug=", "from=", "to=", "output=", "quiet"]
|
||||||
try:
|
try:
|
||||||
opts, args = getopt.getopt(argv[1:], "f:hlo:qt:v", _options)
|
opts, args = getopt.getopt(argv[1:], "d:f:hlo:qt:v", _options)
|
||||||
except getopt.error:
|
except getopt.error:
|
||||||
usage()
|
usage()
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
@ -21,3 +21,4 @@ What's new
|
|||||||
|
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
|
|
||||||
|
lyx2lyx: enable the debug level to be set.
|
||||||
|
Loading…
Reference in New Issue
Block a user