]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/ChangeLog
Allow specification of output filename of tex2lyx
[lyx.git] / src / tex2lyx / ChangeLog
1 2005-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2
3         * tex2lyx.C (main): allow specification of output file name
4
5 2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
6
7         * Makefile.am (EXTRA_DIST): add tex2lyx.man
8
9 2005-07-18  José Matos  <jamatos@fc.up.pt>
10
11         * preamble.C (end_preamble, handle_package): updated format to 243, fix bug 1382, bug 22
12
13 2005-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
14
15         * .cvsignore: add tex2lyx.1
16         * tex2lyx.C (main): dont search for syntax.default in reLyX dir
17         * test.ltx: new test file
18         * tex2lyx.man: new file
19         * Makefile.am: add man file directives
20
21 2005-07-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
22
23         * text.C (parse_environment): handle context of unknown environments
24         correctly (fixes bug 1910)
25         * text.C (parse_environment): output the end of known environments
26         (one line disappeared from yesterdays patch)
27
28 2005-07-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
29
30         * math.C (is_math_env): Don't hardcode known math environments anymore
31         * tex2lyx.[Ch] (known_environments, known_math_environments): new
32         * tex2lyx.C (read_command): new, split off from read_syntaxfile
33         * tex2lyx.C (read_environment): new
34         * text.C (parse_arguments): new, split off from parse_command
35         * text.C (parse_environment): handle known environments
36
37 2005-07-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
38
39         * text.C (parse_text): output font changes only if needed
40         * context.C (begin_layout): output font if it is not the default one
41         * context.[Ch] (output_font_change): new, needed for the above
42
43 2005-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
44
45         * text.C (parse_text): eat {} after \ss, \i and \j
46         * tex2lyx.C (tex2lyx): add diagnostic message about created files
47
48 2005-05-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
49
50         * text.C (fix_relative_filename): new
51         * text.C (parse_text): use fix_relative_filename for included
52         graphics and .tex files
53         * tex2lyx.[Ch] (getParentFilePath): new
54         * tex2lyx.[Ch] (tex2lyx): new overload taking the input filename and
55         output stream
56         * tex2lyx.[Ch] (main): simplify, use the above
57
58 2005-05-20  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
59
60         * tex2lyx.C (main): set correct masterFilePath for files like "subdir/file"
61
62 2005-04-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
63
64         * text.C (parse_comment): Don't start a new paragraph for "%\n"
65
66 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
67
68         * text.C (normalize_filename): new, split off from parse_text
69         * text.C (parse_text): Don't convert \verbatiminput files
70         * text.C (parse_text): Interpret relative file names in \include,
71         \input and \verbatiminput correctly and replace \lyxdot and \space
72         * text.C (parse_text): Recognize \input files without extension
73
74 2005-03-31  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
75
76         * text.C (parse_text): Really fix \start_of_appendix output
77
78 2005-03-27  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
79
80         * tex2lyx.C (read_syntaxfile): Don't use racy test with IsFileReadable
81         * tex2lyx.C (tex2lyx): ditto, and don't use fs::is_writable (it
82         returns false if the file does not exist on solaris)
83
84 2005-03-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
85
86         * text.C (parse_text): Fix \start_of_appendix output
87
88 2005-03-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
89
90         * table.C (parse_table): handle nested tables
91         * texparser.[Ch] (verbatimEnvironment): new
92
93 2005-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
94
95         * table.C (verbose_valign): new
96         * table.C (string2int): remove, use convert<int>() instead since the
97         default value is always 0 and this is also the default of
98         convert<int>().
99         * table.C (ci2special): new
100         * table.C (handle_colalign): handle b{}, p{} and m{} correctly
101         * table.C (handle_colalign): fix >{\raggedleft} and >{\raggedright}
102         (they were swapped)
103         * table.C (handle_colalign): handle >{\centering}
104         * table.C (handle_colalign): handle <{}, *{}, @{} and !{}
105         * table.C (fix_colalign): new
106         * table.C (handle_tabular): fix multicolumns with vertical lines
107
108 2005-03-05  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
109
110         * text.C (output_command_layout): Use parse_text instead of
111         parse_text_in_inset to avoid creating a new context
112         * text.C (parse_text): translate \thanks to footnote in title layouts
113
114 2005-02-25  Angus Leeming  <leeming@lyx.org>
115
116         * context.h: declare as "class Font" rather than "struct Font".
117         Ditto "class Context".
118
119         * table.C: declare as "class ColInfo" rather than "struct ColInfo".
120         Ditto "class RowInfo" and "class CellInfo".
121
122         Changes to make MSVC agree to link the code.
123
124 2005-02-05  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
125
126         * context.C (begin_deeper, end_deeper): adjust output to LyX
127         * preamble.C (h_output_changes): new
128         * preamble.C (end_preamble): output paperfontsize without unit
129         * preamble.C (end_preamble): change file format from 237 to 241
130         * text.C (parse_environment, parse_text): adjust paragraph parameters
131         to new file format
132         * text.C (handle_ert, handle_comment): adjust newlines to new file
133         format
134
135 2005-02-03  Angus Leeming  <leeming@lyx.org>
136
137         * Makefile.am: make -lz conditional on USE_COMPRESSION.
138
139 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
140
141         * text.C (parse_text): handle \includegraphics*
142         * Makefile.am: readd -lz library since gcc 3.3 needs it.
143
144 2005-02-02  Angus Leeming  <leeming@lyx.org>
145
146         * Makefile.am: remove -lz library from the linker call.
147
148 2005-02-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
149
150         * text.C (parse_text): Use '\n' and not '\\n' for a newline ;-)
151
152 2005-02-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
153
154         * text.C (parse_text): Only reset font changes if not at the
155         beginning of a new layout
156
157 2005-01-31  Angus Leeming  <leeming@lyx.org>
158
159         * tex2lyx.C (main): enable tex2lyx to find the top level
160         build directory when run in-place.
161
162         Also add "fs::path::default_name_check(fs::no_check);"
163
164 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
165
166         * tex2lyx.C: rewrite to use boost.filesystem
167         * text.C: ditto
168
169         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
170
171 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
172
173         * Spacing (set): take double instead of float
174
175         * tex2lyx.C: convert stuff
176
177 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
178
179         * Spacing.h: remove unused parameters
180
181 2005-01-10  Angus Leeming  <leeming@lyx.org>
182
183         * tex2lyx.C: use support/package.h to provide the paths to the
184         various directories used by LyX.
185
186 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
187
188         * text.C: tostr -> convert
189
190 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
191
192         * Spacing.h: adapt dummy file to the changes in src/Spacing.h.
193
194 2005-01-04  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
195
196         * preamble.C (parse_preamble): handle second optional arg of
197         \newcommand etc. and add the command to the known commands (fixes
198         bug 1750)
199         * texparser.[Ch] (getFullOpt): new, like getOpt but distinguish
200         between empty arguments and no argument found
201         * tex2lyx.[Ch]: (add_known_command): new
202         * text.C (parse_text): handle \newcommand etc. (see above)
203         * text.C (parse_text): add comment about \underline
204         * text.C (getCiteArguments): use getFullOpt
205
206 2004-12-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
207
208         * table.C (ColInfo, LTRowType, RowInfo, CellInfo, verbose_align):
209         new, extended from math_gridinfo.h and tabular.h
210         * table.C (write_attribute): new, from tabular.C
211         * table.C (read_hlines): remove
212         * table.C (parse_hlines): new
213         * table.C (RowPosition): new
214         * table.C (parse_table): handle comments in hlines
215         * table.C (parse_table, handle_tabular): add longtable support
216         * table.C (handle_tabular): fix "unexpected dummy size" error message
217         * table.C (handle_tabular): fix off by one error for clines
218         * text.C (parse_environment): add longtable support
219
220 2004-12-14  Angus Leeming  <leeming@lyx.org>
221
222         * tex2lyx.C (main): no longer pass pointers to os::init.
223
224 2004-12-14  Angus Leeming  <leeming@lyx.org>
225
226         * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
227         to overcome bug in the MinGW port of g++ 3.4.2.
228
229 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
230
231         * Makefile.am (tex2lyx_LDADD): use boost variables
232
233 2004-11-27  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
234
235         * table.C (handle_colalign): handle comments
236         * table.C (handle_tabular): don't crash on clines with out of range
237         columns
238
239 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
240
241         * tex2lyx.C: remove format hack
242
243 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
244
245         * texparser.C (getNewline): new
246         * texparser.C (tokenize): fix bug 1730 by handling MAC line endings
247         correctly
248
249 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
250
251         * tex2lyx.C (formats): new, needed for libsupport.a
252
253 2004-10-20  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
254
255         * text.C (parse_text): replace newlines with spaces in arguments to
256         known latex commands, fixes bug 1620
257
258 2004-10-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
259
260         * preamble.C (end_preamble): change file format from 236 to 237
261         * preamble.C (h_use_geometry, h_use_bibtopic, h_tracking_changes):
262         change from "0" to "false"
263
264 2004-08-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
265
266         * preamble.C (end_preamble): change file format from 235 to 236
267         * preamble.C (end_preamble): add \begin_document, \begin_header and
268         \begin_body tags
269         * preamble.C (h_papersize): change from "Default" to "default"
270         * tex2lyx.C (tex2lyx): add end_body tag
271
272 2008-08-16  José Matos  <jamatos@lyx.org>
273
274         * context.C (begin_deeper, end_deeper):
275         * preamble.C (end_preamble):
276         * table.C (handle_tabular):
277         * text.C (end_inset, handle_ert, handle_comment):
278         (parse_text_attributes, parse_text): remove space at end of line.
279
280 2004-08-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
281
282         * preamble.C (split_options): new, split package options into vector
283         * preamble.C (add_package): new, add a package with options to
284         used_packages
285         * preamble.C, tex2lyx.h (used_packages): new map of used packages
286         and options
287         * preamble.C (handle_package): handle natbib and jurabib package
288         * preamble.C (handle_package): output a message for unhandled options
289         * preamble.C (parse_preamble): handle \jurabibsetup
290         * text.C (known_natbib_commands): new list of known natbib ccommands
291         * text.C (known_jurabib_commands): new list of known jurabib ccommands
292         * text.C (getCiteArguments): new, parse cite command arguments
293         * text.C (parse_text): handle natbib and jurabib citation commands
294
295 2004-07-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
296
297         * preamble.C (end_preamble): change file format from 228 to 235
298         * preamble.C (end_preamble): add use_bibtopic flag
299         * preamble.C (end_preamble): replace use_natbib with cite_engine
300         * preamble.C: change the paperpackage default from "default" to
301         "none". The old setting only worked by accident.
302         * tex2lyx.[Ch] (getMasterFilePath): new, needed for included graphics
303         * text.C (parse_environment): add sideways flag for float insets
304         * text.C (parse_text): add graphics file extension if necessary
305         * text.C (find_file): new helper function
306
307 2004-07-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
308
309         * math.C (parse_math): change tex "\\cr" line ending to "\\\\"
310         * table.C (parse_table): recognize tex "\\cr" line ending
311
312 2004-06-28  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
313
314         * math.C, preamble.C, tex2lyx.[Ch], text.C: const fixes
315         * context.[Ch]: new Font struct, and add it to Context
316         * text.C (parse_text): reset size after size change
317         * text.C: handle declaration form of font attribute changes (new
318         and old style)
319         * text.C (parse_text): handle \textmd, \textup and \textnormal
320         * text.C (parse_text_attributes): new
321
322 2004-06-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
323
324         * text.C (output_command_layout, parse_environment): fix bug 1446
325         by passing parent_context.deeper_paragraph to the child context
326
327 2004-06-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
328
329         * preamble.C, text.C: s/wether/whether/g
330         * text.C (eat_whitespace): new method
331         * texparser.C (getArg): use always curr_token().asInput()
332         * texparser.[Ch] (isParagraph): new method
333         * texparser.C (skip_spaces): handle "\n +\n" correctly
334         * texparser.[Ch] (asMode): remove, since it is unused
335
336 2004-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
337
338         * Makefile.am (BUILT_SOURCES): move lengthcommon.C from here...
339         (tex2lyx_SOURCES): ... to here
340
341         * lengthcommon.C: new file
342
343 2004-04-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
344
345         * preamble.C: recognize \lyxdot
346         * text.C (parse_text): translate \lyxdot in graphics file names
347         * text.C (handle_ert): translate '\n' (fixes %-newline combinations
348         in \def commands)
349
350 2004-03-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
351
352         * text.C (parse_text): handle vspaces like '1cm' correctly
353
354 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
355
356         * text.C (parse_box): "\\" -> '\\' in calls to contains.
357
358 2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
359
360         * text.C: reorder the using statements.
361         (translate_len): remove usage of a uninitialized variable.
362         (isLayout): make it adaptable and constify operator()
363         (findLayout): reformat slightly and dont use the same var for
364         different things.
365
366 2004-01-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
367
368         * text.C: fix status tag output for ERT inset
369
370 2003-12-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
371
372         * preamble.C: Change file format from 225 to 228
373         * text.C: Convert minipages and parboxes to box insets
374         * text.C: Changes for format 228 (see ../../development/FORMAT)
375         * text.C: Add lyxgreyedout environment
376         * context.[Ch]: New function Context::add_extra_stuff()
377
378 2003-12-08  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
379
380         * text.C: Use the new VSpace inset (fixes a bug with added_space top)
381         * text.C: Fix \= in tabbing env again
382         * text.C: Fix invocation of parse_command()
383
384 2003-11-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
385
386         * tex2lyx.C:
387         * tex2lyx.h:
388         * text.C: Read a list of commands and their arguments from a reLyX
389         compatible syntax file in order to parse optional argumnts correctly.
390         * preamble.C:
391         * table.C:
392         * text.C:
393         * tex2lyx.C:
394         * texparser.C
395         * math.C: change size() to !empty() where it was used as bool
396
397 2003-11-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
398
399         * math.C:
400         * table.C:
401         * text.C:
402         * context.[Ch]: New functions Context::set_item(),
403         Context::new_paragraph(ostream & os) and Context::atParagraphStart()
404         to make Context usage more explicit
405         * texparser.[Ch]: Rework Parser::tokenize (see comment in texparser.h)
406         * table.C:
407         * math.C:
408         * texparser.C: Don't silently drop comments
409         * texparser.C: Token::asInput() does not append a space anymore
410         * texparser.[Ch]: Renamed Parser::prev_token() to Parser::curr_token().
411         New function Parser::prev_token() returns now really the previous token
412         * Context.[Ch]:
413         * text.C: Convert known vspaces at paragraph start to \\added_space_top
414         * preamble.C: Don't put out newlines twice.
415         * text.C: Fix minipage position bug
416         * text.C: Fix \labelwidthstring bug
417         * text.C: Recognize alignment environments
418         * text.C: Fix a few cases of incorrect context usage, resulting
419         in missing or superflous \begin_layout / \end_laout lines.
420
421 2003-10-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
422
423         * math.C:
424         * preamble.C:
425         * table.C:
426         * tex2lyx.C:
427         * tex2lyx.h:
428         * texparser.C:
429         * texparser.h:
430         * text.C:
431         - add \text{}, \intertext{} and \fbox{} support in mathmode.
432         - add support for some math environments like displaymath
433         - allow parsing of partial documents (for inclusion with \input).
434         - steal commandline switches -c and -f from reLyX to support the
435                      previous point
436         - add support for lengths with comma (4,5cm instead of 4.5cm) to
437                      minipage environments. Handle \textwidth etc. without factor
438         - rearrange active_environments.[push,pop]back() so that they are always
439                called in pairs
440         - write an error message if layout file could not be found.
441         - convert \begin{comment}...\end{comment} to comment inset
442         - handle \= correctly inside tabbing environments
443         - fix multicolumn vertical rule bug in tables
444         - add missing \includegraphics options
445         - output minipages with latex lengths as ERT, since lyx cannot handle them
446         - recognize \textsl{}
447         - remove duplicate \ldots
448         - recognize \bibliographystyle and \bibliography
449         - handle \psfrag{ps-text}[ps-pos][tex-pos]{tex-text} correctly
450         - handle environments in table cells correctly
451         - add missing -userdir and -sysdir commandline switches
452         - recognize start of appendix
453         - handle optional arg to \item as ERT in itemize environment, since LyX
454                      does not support it directly
455
456 2003-10-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
457
458         * Makefile.am (BUILT_SOURCES): use this instead of "linked_files"
459         and the link_files target. make the BUILT_SOURCES dependency
460         automatically link the needed files.
461
462 2003-10-14  Angus Leeming  <leeming@lyx.org>
463
464         * Makefile.am: move boost.C from the linked_files section
465         to the tex2lyx_SOURCES section.
466
467         * boost.C: new file. Simpler than the version in the main lyx source.
468         No reference to the emergencyCleanup stuff.
469
470         * tex2lyx.C: remove emergencyCleanup() stuff.
471
472 2003-10-08  Angus Leeming  <leeming@lyx.org>
473
474         Fix doxygen warnings.
475
476         * Spacing.h: \file Spacing.h -> \file tex2lyx/Spacing.h
477         * gettext.C: \file gettext.C -> \file tex2lyx/gettext.C
478         * gettext.h: \file gettext.h -> \file tex2lyx/gettext.h
479         * lyxfont.C: \file lyxfont.C -> \file tex2lyx/lyxfont.C
480         * lyxfont.h: \file lyxfont.h -> \file tex2lyx/lyxfont.h
481         * text.C:    \file text.C    -> \file tex2lyx/text.C
482
483 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
484
485         * tex2lyx.C: adjust for new debugstream.
486
487 2003-09-08  Angus Leeming  <leeming@lyx.org>
488
489         * math.C:
490         * preamble.C:
491         * table.C:
492         * tex2lyx.C:
493         * texparser.C: remove redundant using directives.
494
495 2003-08-19  Angus Leeming  <leeming@lyx.org>
496
497         * most files: add 'standard conformant' header blurb.
498         Also add Jean-Marc as an author where appropriate.
499
500 2003-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
501
502         * Makefile.am (EXTRA_DIST):
503         * test-insets.tex: new file. Describes the insets and special
504         characters that tex2lyx handles.
505
506         * text.C (parse_text): support \vref, \vpageref (only one optional
507         argument), \prettyref; add support for include inset; when \\ has
508         optional arguments, use ERT; support also \listoffigures,
509         \listoftables, and \listof{xxx} for existing float types;
510         translate lenghts properly for graphics inset.
511         (parse_environment): add support for minipages
512
513         * text.C (translate_len): A simple function to translate a latex
514         length to something lyx can understand. Not perfect, but rather
515         best-effort.
516
517 2003-08-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
518
519         * text.C (parse_text): special handling for \item and \bibitem
520         macros
521
522         * context.C (begin_layout, end_layout, begin_deeper, end_deeper):
523         tiny helper functions
524         (check_layout):
525         (check_end_deeper): add special handling for the case of a normal
526         paragraph inside a list-like environment.
527
528         * test-structure.tex: add more stuff there
529
530 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
531
532         * context.h: compile fix
533
534 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
535
536         * text.C: some tweaks to make nesting work. What still does not
537         work is nesting a standard paragraph in a list.
538
539         * test-structure.tex: update a bit
540
541         * context.C (check_deeper, check_end_deeper): new methods to
542         handle the *_deeper stuff
543
544         * preamble.C (end_preamble): small tweaks
545
546 2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
547
548         * text.C: update to use Context struct, and more notably:
549         (cap, check_layout, check_end_layout): remove
550         (parse_text_snippet): new thin wrapper around parse_text, used for
551         things like \textrm{...}
552         (parse_environment): remove existing depth handling code, which is
553         handled transparently by the Context struct; make unknown
554         environments work (again?) through ERT
555
556         * test-structure.tex: new test file, used to try out various
557         layouts combinations
558
559         * tex2lyx.C:
560         * tex2lyx.h:
561         * table.C: update to use Context struct
562
563         * context.[Ch]: new helper struct which is passed to parse_*
564         functions and handles *_layout and *_deeper tags output
565
566         * Makefile.am (EXTRA_DIST): new file test-structure.tex
567         (tex2lyx_SOURCES): add context.[Ch]
568
569 2003-07-30  Angus Leeming  <leeming@lyx.org>
570
571         * Makefile.am: Hide the fact that we re-generate those symbolic links
572         brainlessly.
573
574 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
575
576         * text.C (check_layout): \layout -> \begin_layout
577         (parse_text_in_inset): convenience function
578
579         * tex2lyx.C (main): \the_end -> \end_document
580
581         * preamble.C (end_preamble): update version number to 225
582
583         * text.C (parse_text): replace test on "lyxcode" with test on
584         LyXLayout::freespacing.
585         (check_end_layout): new function, used to check whether we need to
586         add an \end_layout
587
588 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
589
590         * tex2lyx.C (clean_layouts): remove
591
592         * text.C: output lazily the \layout commands using the
593         check_layout function. Remove all explicit \layout tags.
594         (parse_text): pass an optional parameter 'layout'
595         (handle_par): remove
596
597         * text.C (output_command_layout): renamed from output_layout
598         (parse_environment): new method containing a part of parse_text
599
600         * tex2lyx.C:
601         * preamble.C:
602         * table.C: \begin_layout -> \layout. We are not quite ready for
603         that yet
604
605 2003-07-28  José Matos  <jamatos@lyx.org>
606
607         * text.C:
608         * tex2lyx.C:
609         * preamble.C:
610         * table.C: \layout -> \begin_layout.
611
612 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
613
614         * text.C (parse_text): read environment from layout file too. Now,
615         all layout entries are supported (but many hacks remain); note
616         that the nesting support is broken and will have to be completely
617         redone
618         (parse_text): basic support for english double quotes
619
620         * table.C (handle_tabular): make the output more similar to LyX
621         and fix a little
622
623         * text.C (output_layout): fix handling of optional argument
624         (parse_text): small tweaks to make output format closer to lyx
625         format; support \tableofcontents; fix/improve support for various
626         special characters
627
628 2003-07-27  Angus Leeming  <leeming@lyx.org>
629
630         * Makefile.am: remove unused graphics_link_files cruft.
631         Thanks, Kayvan!
632
633 2003-07-27  Angus Leeming  <leeming@lyx.org>
634
635         * tex2lyx.C: add Debug::ANY hack.
636
637         * text.C: remove hardcoded command layouts.
638
639 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
640
641         * text.C (parse_text): fix handling of \LaTeXe macro
642
643 2003-07-26  Angus Leeming  <leeming@lyx.org>
644
645         * Spacing.h:
646         * lyxfont.[Ch]:
647         * gettext.[Ch]: minimal (near empty) analogues of the real LyX
648         files; enough to get LyXTextClass and LyXLayout to compile without
649         needing to store any real information about Spacing or Font.
650
651         * Makefile.am: add these files above and also include a minimal
652         chunk of the main lyx source tree as soft links in order to add in
653         LyXTextClass and LyXLayout.
654
655         * .cvsignore: add all these soft links.
656
657         * preamble.C (end_preamble): passed a LyXTextClass arg.
658         (parse_preamble): returns the document LyXTextClass.
659
660         * tabular.C (handle_tabular): passed a LyXTextClass arg. In turn
661         pass it to parse_text.
662
663         * tex2lyx.C: add some global vars, build_lyxdir et al. For now,
664         give them some horrible hard-coded value.
665         (main): receive a LyXTextClass var from parse_preamble and pass it
666         on to parse_text.
667
668         * text.C (parse_text): receives a LyXTextClass arg. Use it to
669         remove the hard-coded handling of floats and instead check the
670         textclass for its existence. Also handle wide floats naturally.
671
672         * tex2lyx.h: associated changes to function declarations.
673
674 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
675
676         * texparser.C (catInit): same warning avoidance as in math_parser.C
677         (setCatCode): cast to safe type
678         (getCatCode): ditto
679
680 2003-05-17  Joao Luis M. Assirati  <assirati@fma.if.usp.br>
681
682         * texparser.C: fix paragraph parsing after comment
683
684 2003-04-29  André Pönitz  <poenitz@gmx.net>
685
686         * Makefile.am:
687           texparser.h: whitespace
688
689 2003-04-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
690
691         * table.C: use string::erase(), not string::clear() to enable older
692         versions of gcc to compile the code.
693
694 2003-04-17  André Pönitz  <poenitz@gmx.net>
695
696         * math.C:
697           preamble.C:
698           table.C:
699           text.C: new files
700
701         * table.C: better table handling
702
703         * tex2lyx.C: lots of small changes
704
705 2003-02-25  Angus Leeming  <leeming@lyx.org>
706
707         * .cvsignore: ignore *.lo and libtexparser.la.
708
709 2003-02-20  Angus Leeming  <leeming@lyx.org>
710
711         * tex2lyx.C: swap <sstream> for "Lsstream.h".
712
713 2003-02-11  Angus Leeming  <leeming@lyx.org>
714
715         * tex2lyx.C (handle_opt): prevent infinite loop if opts is empty.
716         (handle_package): new function, factoring code out of Parser::parse.
717         (trim): copied across from support/lstrings.C
718         (Parser::parse): handle '\usepackage{foo, bar}'.
719
720 2003-02-11  André Pönitz  <poenitz@gmx.net>
721
722         * tex2lyx.C: first shot at real code
723
724 2003-02-11  Angus Leeming  <leeming@lyx.org>
725
726         * .cvsignore: new file.
727
728 2003-02-10  Angus Leeming  <leeming@lyx.org>
729
730         * Makefile.am: empty, dummy file so that autogen.sh and configure
731         are happy.