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