]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/ChangeLog
45dbfea54f6b23a986c7ee09e5a3d1684bbfe981
[lyx.git] / src / tex2lyx / ChangeLog
1 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
2
3         * text.C: tostr -> convert
4
5 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
6
7         * Spacing.h: adapt dummy file to the changes in src/Spacing.h.
8
9 2005-01-04  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
10
11         * preamble.C (parse_preamble): handle second optional arg of
12         \newcommand etc. and add the command to the known commands (fixes
13         bug 1750)
14         * texparser.[Ch] (getFullArg): new, like getArg but distinguish
15         between empty arguments and no argument found
16         * texparser.[Ch] (getFullOpt): new, like getOpt but distinguish
17         between empty arguments and no argument found
18         * tex2lyx.[Ch]: (add_known_command): new
19         * text.C (parse_text): handle \newcommand etc. (see above)
20         * text.C (parse_text): add comment about \underline
21         * text.C (getCiteArguments): use getFullOpt
22
23 2004-12-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
24
25         * table.C (ColInfo, LTRowType, RowInfo, CellInfo, verbose_align):
26         new, extended from math_gridinfo.h and tabular.h
27         * table.C (write_attribute): new, from tabular.C
28         * table.C (read_hlines): remove
29         * table.C (parse_hlines): new
30         * table.C (RowPosition): new
31         * table.C (parse_table): handle comments in hlines
32         * table.C (parse_table, handle_tabular): add longtable support
33         * table.C (handle_tabular): fix "unexpected dummy size" error message
34         * table.C (handle_tabular): fix off by one error for clines
35         * text.C (parse_environment): add longtable support
36
37 2004-12-14  Angus Leeming  <leeming@lyx.org>
38
39         * tex2lyx.C (main): no longer pass pointers to os::init.
40
41 2004-12-14  Angus Leeming  <leeming@lyx.org>
42
43         * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
44         to overcome bug in the MinGW port of g++ 3.4.2.
45
46 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
47
48         * Makefile.am (tex2lyx_LDADD): use boost variables
49
50 2004-11-27  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
51
52         * table.C (handle_colalign): handle comments
53         * table.C (handle_tabular): don't crash on clines with out of range
54         columns
55
56 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
57
58         * tex2lyx.C: remove format hack
59
60 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
61
62         * texparser.C (getNewline): new
63         * texparser.C (tokenize): fix bug 1730 by handling MAC line endings
64         correctly
65
66 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
67
68         * tex2lyx.C (formats): new, needed for libsupport.a
69
70 2004-10-20  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
71
72         * text.C (parse_text): replace newlines with spaces in arguments to
73         known latex commands, fixes bug 1620
74
75 2004-10-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
76
77         * preamble.C (end_preamble): change file format from 236 to 237
78         * preamble.C (h_use_geometry, h_use_bibtopic, h_tracking_changes):
79         change from "0" to "false"
80
81 2004-08-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
82
83         * preamble.C (end_preamble): change file format from 235 to 236
84         * preamble.C (end_preamble): add \begin_document, \begin_header and
85         \begin_body tags
86         * preamble.C (h_papersize): change from "Default" to "default"
87         * tex2lyx.C (tex2lyx): add end_body tag
88
89 2008-08-16  José Matos  <jamatos@lyx.org>
90
91         * context.C (begin_deeper, end_deeper):
92         * preamble.C (end_preamble):
93         * table.C (handle_tabular):
94         * text.C (end_inset, handle_ert, handle_comment):
95         (parse_text_attributes, parse_text): remove space at end of line.
96
97 2004-08-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
98
99         * preamble.C (split_options): new, split package options into vector
100         * preamble.C (add_package): new, add a package with options to
101         used_packages
102         * preamble.C, tex2lyx.h (used_packages): new map of used packages
103         and options
104         * preamble.C (handle_package): handle natbib and jurabib package
105         * preamble.C (handle_package): output a message for unhandled options
106         * preamble.C (parse_preamble): handle \jurabibsetup
107         * text.C (known_natbib_commands): new list of known natbib ccommands
108         * text.C (known_jurabib_commands): new list of known jurabib ccommands
109         * text.C (getCiteArguments): new, parse cite command arguments
110         * text.C (parse_text): handle natbib and jurabib citation commands
111
112 2004-07-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
113
114         * preamble.C (end_preamble): change file format from 228 to 235
115         * preamble.C (end_preamble): add use_bibtopic flag
116         * preamble.C (end_preamble): replace use_natbib with cite_engine
117         * preamble.C: change the paperpackage default from "default" to
118         "none". The old setting only worked by accident.
119         * tex2lyx.[Ch] (getMasterFilePath): new, needed for included graphics
120         * text.C (parse_environment): add sideways flag for float insets
121         * text.C (parse_text): add graphics file extension if necessary
122         * text.C (find_file): new helper function
123
124 2004-07-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
125
126         * math.C (parse_math): change tex "\\cr" line ending to "\\\\"
127         * table.C (parse_table): recognize tex "\\cr" line ending
128
129 2004-06-28  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
130
131         * math.C, preamble.C, tex2lyx.[Ch], text.C: const fixes
132         * context.[Ch]: new Font struct, and add it to Context
133         * text.C (parse_text): reset size after size change
134         * text.C: handle declaration form of font attribute changes (new
135         and old style)
136         * text.C (parse_text): handle \textmd, \textup and \textnormal
137         * text.C (parse_text_attributes): new
138
139 2004-06-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
140
141         * text.C (output_command_layout, parse_environment): fix bug 1446
142         by passing parent_context.deeper_paragraph to the child context
143
144 2004-06-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
145
146         * preamble.C, text.C: s/wether/whether/g
147         * text.C (eat_whitespace): new method
148         * texparser.C (getArg): use always curr_token().asInput()
149         * texparser.[Ch] (isParagraph): new method
150         * texparser.C (skip_spaces): handle "\n +\n" correctly
151         * texparser.[Ch] (asMode): remove, since it is unused
152
153 2004-05-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
154
155         * Makefile.am (BUILT_SOURCES): move lengthcommon.C from here...
156         (tex2lyx_SOURCES): ... to here
157
158         * lengthcommon.C: new file
159
160 2004-04-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
161
162         * preamble.C: recognize \lyxdot
163         * text.C (parse_text): translate \lyxdot in graphics file names
164         * text.C (handle_ert): translate '\n' (fixes %-newline combinations
165         in \def commands)
166
167 2004-03-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
168
169         * text.C (parse_text): handle vspaces like '1cm' correctly
170
171 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
172
173         * text.C (parse_box): "\\" -> '\\' in calls to contains.
174
175 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
176
177         * text.C: reorder the using statements.
178         (translate_len): remove usage of a uninitialized variable.
179         (isLayout): make it adaptable and constify operator()
180         (findLayout): reformat slightly and dont use the same var for
181         different things.
182
183 2004-01-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
184
185         * text.C: fix status tag output for ERT inset
186
187 2003-12-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
188
189         * preamble.C: Change file format from 225 to 228
190         * text.C: Convert minipages and parboxes to box insets
191         * text.C: Changes for format 228 (see ../../development/FORMAT)
192         * text.C: Add lyxgreyedout environment
193         * context.[Ch]: New function Context::add_extra_stuff()
194
195 2003-12-08  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
196
197         * text.C: Use the new VSpace inset (fixes a bug with added_space top)
198         * text.C: Fix \= in tabbing env again
199         * text.C: Fix invocation of parse_command()
200
201 2003-11-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
202
203         * tex2lyx.C:
204         * tex2lyx.h:
205         * text.C: Read a list of commands and their arguments from a reLyX
206         compatible syntax file in order to parse optional argumnts correctly.
207         * preamble.C:
208         * table.C:
209         * text.C:
210         * tex2lyx.C:
211         * texparser.C
212         * math.C: change size() to !empty() where it was used as bool
213
214 2003-11-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
215
216         * math.C:
217         * table.C:
218         * text.C:
219         * context.[Ch]: New functions Context::set_item(),
220         Context::new_paragraph(ostream & os) and Context::atParagraphStart()
221         to make Context usage more explicit
222         * texparser.[Ch]: Rework Parser::tokenize (see comment in texparser.h)
223         * table.C:
224         * math.C:
225         * texparser.C: Don't silently drop comments
226         * texparser.C: Token::asInput() does not append a space anymore
227         * texparser.[Ch]: Renamed Parser::prev_token() to Parser::curr_token().
228         New function Parser::prev_token() returns now really the previous token
229         * Context.[Ch]:
230         * text.C: Convert known vspaces at paragraph start to \\added_space_top
231         * preamble.C: Don't put out newlines twice.
232         * text.C: Fix minipage position bug
233         * text.C: Fix \labelwidthstring bug
234         * text.C: Recognize alignment environments
235         * text.C: Fix a few cases of incorrect context usage, resulting
236         in missing or superflous \begin_layout / \end_laout lines.
237
238 2003-10-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
239
240         * math.C:
241         * preamble.C:
242         * table.C:
243         * tex2lyx.C:
244         * tex2lyx.h:
245         * texparser.C:
246         * texparser.h:
247         * text.C:
248         - add \text{}, \intertext{} and \fbox{} support in mathmode.
249         - add support for some math environments like displaymath
250         - allow parsing of partial documents (for inclusion with \input).
251         - steal commandline switches -c and -f from reLyX to support the
252                      previous point
253         - add support for lengths with comma (4,5cm instead of 4.5cm) to
254                      minipage environments. Handle \textwidth etc. without factor
255         - rearrange active_environments.[push,pop]back() so that they are always
256                called in pairs
257         - write an error message if layout file could not be found.
258         - convert \begin{comment}...\end{comment} to comment inset
259         - handle \= correctly inside tabbing environments
260         - fix multicolumn vertical rule bug in tables
261         - add missing \includegraphics options
262         - output minipages with latex lengths as ERT, since lyx cannot handle them
263         - recognize \textsl{}
264         - remove duplicate \ldots
265         - recognize \bibliographystyle and \bibliography
266         - handle \psfrag{ps-text}[ps-pos][tex-pos]{tex-text} correctly
267         - handle environments in table cells correctly
268         - add missing -userdir and -sysdir commandline switches
269         - recognize start of appendix
270         - handle optional arg to \item as ERT in itemize environment, since LyX
271                      does not support it directly
272
273 2003-10-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
274
275         * Makefile.am (BUILT_SOURCES): use this instead of "linked_files"
276         and the link_files target. make the BUILT_SOURCES dependency
277         automatically link the needed files.
278
279 2003-10-14  Angus Leeming  <leeming@lyx.org>
280
281         * Makefile.am: move boost.C from the linked_files section
282         to the tex2lyx_SOURCES section.
283
284         * boost.C: new file. Simpler than the version in the main lyx source.
285         No reference to the emergencyCleanup stuff.
286
287         * tex2lyx.C: remove emergencyCleanup() stuff.
288
289 2003-10-08  Angus Leeming  <leeming@lyx.org>
290
291         Fix doxygen warnings.
292
293         * Spacing.h: \file Spacing.h -> \file tex2lyx/Spacing.h
294         * gettext.C: \file gettext.C -> \file tex2lyx/gettext.C
295         * gettext.h: \file gettext.h -> \file tex2lyx/gettext.h
296         * lyxfont.C: \file lyxfont.C -> \file tex2lyx/lyxfont.C
297         * lyxfont.h: \file lyxfont.h -> \file tex2lyx/lyxfont.h
298         * text.C:    \file text.C    -> \file tex2lyx/text.C
299
300 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
301
302         * tex2lyx.C: adjust for new debugstream.
303
304 2003-09-08  Angus Leeming  <leeming@lyx.org>
305
306         * math.C:
307         * preamble.C:
308         * table.C:
309         * tex2lyx.C:
310         * texparser.C: remove redundant using directives.
311
312 2003-08-19  Angus Leeming  <leeming@lyx.org>
313
314         * most files: add 'standard conformant' header blurb.
315         Also add Jean-Marc as an author where appropriate.
316
317 2003-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
318
319         * Makefile.am (EXTRA_DIST):
320         * test-insets.tex: new file. Describes the insets and special
321         characters that tex2lyx handles.
322
323         * text.C (parse_text): support \vref, \vpageref (only one optional
324         argument), \prettyref; add support for include inset; when \\ has
325         optional arguments, use ERT; support also \listoffigures,
326         \listoftables, and \listof{xxx} for existing float types;
327         translate lenghts properly for graphics inset.
328         (parse_environment): add support for minipages
329
330         * text.C (translate_len): A simple function to translate a latex
331         length to something lyx can understand. Not perfect, but rather
332         best-effort.
333
334 2003-08-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
335
336         * text.C (parse_text): special handling for \item and \bibitem
337         macros
338
339         * context.C (begin_layout, end_layout, begin_deeper, end_deeper):
340         tiny helper functions
341         (check_layout):
342         (check_end_deeper): add special handling for the case of a normal
343         paragraph inside a list-like environment.
344
345         * test-structure.tex: add more stuff there
346
347 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
348
349         * context.h: compile fix
350
351 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
352
353         * text.C: some tweaks to make nesting work. What still does not
354         work is nesting a standard paragraph in a list.
355
356         * test-structure.tex: update a bit
357
358         * context.C (check_deeper, check_end_deeper): new methods to
359         handle the *_deeper stuff
360
361         * preamble.C (end_preamble): small tweaks
362
363 2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
364
365         * text.C: update to use Context struct, and more notably:
366         (cap, check_layout, check_end_layout): remove
367         (parse_text_snippet): new thin wrapper around parse_text, used for
368         things like \textrm{...}
369         (parse_environment): remove existing depth handling code, which is
370         handled transparently by the Context struct; make unknown
371         environments work (again?) through ERT
372
373         * test-structure.tex: new test file, used to try out various
374         layouts combinations
375
376         * tex2lyx.C:
377         * tex2lyx.h:
378         * table.C: update to use Context struct
379
380         * context.[Ch]: new helper struct which is passed to parse_*
381         functions and handles *_layout and *_deeper tags output
382
383         * Makefile.am (EXTRA_DIST): new file test-structure.tex
384         (tex2lyx_SOURCES): add context.[Ch]
385
386 2003-07-30  Angus Leeming  <leeming@lyx.org>
387
388         * Makefile.am: Hide the fact that we re-generate those symbolic links
389         brainlessly.
390
391 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
392
393         * text.C (check_layout): \layout -> \begin_layout
394         (parse_text_in_inset): convenience function
395
396         * tex2lyx.C (main): \the_end -> \end_document
397
398         * preamble.C (end_preamble): update version number to 225
399
400         * text.C (parse_text): replace test on "lyxcode" with test on
401         LyXLayout::freespacing.
402         (check_end_layout): new function, used to check whether we need to
403         add an \end_layout
404
405 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
406
407         * tex2lyx.C (clean_layouts): remove
408
409         * text.C: output lazily the \layout commands using the
410         check_layout function. Remove all explicit \layout tags.
411         (parse_text): pass an optional parameter 'layout'
412         (handle_par): remove
413
414         * text.C (output_command_layout): renamed from output_layout
415         (parse_environment): new method containing a part of parse_text
416
417         * tex2lyx.C:
418         * preamble.C:
419         * table.C: \begin_layout -> \layout. We are not quite ready for
420         that yet
421
422 2003-07-28  José Matos  <jamatos@lyx.org>
423
424         * text.C:
425         * tex2lyx.C:
426         * preamble.C:
427         * table.C: \layout -> \begin_layout.
428
429 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
430
431         * text.C (parse_text): read environment from layout file too. Now,
432         all layout entries are supported (but many hacks remain); note
433         that the nesting support is broken and will have to be completely
434         redone
435         (parse_text): basic support for english double quotes
436
437         * table.C (handle_tabular): make the output more similar to LyX
438         and fix a little
439
440         * text.C (output_layout): fix handling of optional argument
441         (parse_text): small tweaks to make output format closer to lyx
442         format; support \tableofcontents; fix/improve support for various
443         special characters
444
445 2003-07-27  Angus Leeming  <leeming@lyx.org>
446
447         * Makefile.am: remove unused graphics_link_files cruft.
448         Thanks, Kayvan!
449
450 2003-07-27  Angus Leeming  <leeming@lyx.org>
451
452         * tex2lyx.C: add Debug::ANY hack.
453
454         * text.C: remove hardcoded command layouts.
455
456 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
457
458         * text.C (parse_text): fix handling of \LaTeXe macro
459
460 2003-07-26  Angus Leeming  <leeming@lyx.org>
461
462         * Spacing.h:
463         * lyxfont.[Ch]:
464         * gettext.[Ch]: minimal (near empty) analogues of the real LyX
465         files; enough to get LyXTextClass and LyXLayout to compile without
466         needing to store any real information about Spacing or Font.
467
468         * Makefile.am: add these files above and also include a minimal
469         chunk of the main lyx source tree as soft links in order to add in
470         LyXTextClass and LyXLayout.
471
472         * .cvsignore: add all these soft links.
473
474         * preamble.C (end_preamble): passed a LyXTextClass arg.
475         (parse_preamble): returns the document LyXTextClass.
476
477         * tabular.C (handle_tabular): passed a LyXTextClass arg. In turn
478         pass it to parse_text.
479
480         * tex2lyx.C: add some global vars, build_lyxdir et al. For now,
481         give them some horrible hard-coded value.
482         (main): receive a LyXTextClass var from parse_preamble and pass it
483         on to parse_text.
484
485         * text.C (parse_text): receives a LyXTextClass arg. Use it to
486         remove the hard-coded handling of floats and instead check the
487         textclass for its existence. Also handle wide floats naturally.
488
489         * tex2lyx.h: associated changes to function declarations.
490
491 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
492
493         * texparser.C (catInit): same warning avoidance as in math_parser.C
494         (setCatCode): cast to safe type
495         (getCatCode): ditto
496
497 2003-05-17  Joao Luis M. Assirati  <assirati@fma.if.usp.br>
498
499         * texparser.C: fix paragraph parsing after comment
500
501 2003-04-29  André Pönitz  <poenitz@gmx.net>
502
503         * Makefile.am:
504           texparser.h: whitespace
505
506 2003-04-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
507
508         * table.C: use string::erase(), not string::clear() to enable older
509         versions of gcc to compile the code.
510
511 2003-04-17  André Pönitz  <poenitz@gmx.net>
512
513         * math.C:
514           preamble.C:
515           table.C:
516     text.C: new files
517
518         * table.C: better table handling
519
520         * tex2lyx.C: lots of small changes
521
522 2003-02-25  Angus Leeming  <leeming@lyx.org>
523
524         * .cvsignore: ignore *.lo and libtexparser.la.
525
526 2003-02-20  Angus Leeming  <leeming@lyx.org>
527
528         * tex2lyx.C: swap <sstream> for "Lsstream.h".
529
530 2003-02-11  Angus Leeming  <leeming@lyx.org>
531
532         * tex2lyx.C (handle_opt): prevent infinite loop if opts is empty.
533         (handle_package): new function, factoring code out of Parser::parse.
534         (trim): copied across from support/lstrings.C
535         (Parser::parse): handle '\usepackage{foo, bar}'.
536
537 2003-02-11  André Pönitz  <poenitz@gmx.net>
538
539         * tex2lyx.C: first shot at real code
540
541 2003-02-11  Angus Leeming  <leeming@lyx.org>
542
543         * .cvsignore: new file.
544
545 2003-02-10  Angus Leeming  <leeming@lyx.org>
546
547         * Makefile.am: empty, dummy file so that autogen.sh and configure
548         are happy.