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