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