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