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