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