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