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