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