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