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