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