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