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