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