]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
some configure output changes, fix a new bug
[lyx.git] / src / ChangeLog
1 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2
3         * factory.C (createInset): fix new bug
4
5 2003-09-19  Angus Leeming  <leeming@lyx.org>
6
7         * CutAndPaste.C (pasteSelection): remove fudge used to set the
8         masterFilename_ parameter in the include inset.
9
10         * factory.C (createInset): changes due to the changes to InsetInclude.
11
12 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
13
14         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
15
16 2003-09-18  Angus Leeming  <leeming@lyx.org>
17
18         * buffer.C:
19         * BufferView.C: pass the buffer when calling Inset::getLabelList,
20         Inset::fillWithBibKeys.
21         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
22
23 2003-09-18  Angus Leeming  <leeming@lyx.org>
24
25         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
26         variables.
27         (ctor): pass and store a 'Buffer const &'
28         (buffer): new member function.
29
30         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
31         '*this' to the LaTeXFeatures ctor.
32
33 2003-09-18  Angus Leeming  <leeming@lyx.org>
34
35         * LColor.h:
36         * lyxfont.C:
37         * lyxfont.h:
38         * lyxtext.h:
39         * text.C: rename EnumLColor as LColor_color.
40
41 2003-09-18  Angus Leeming  <leeming@lyx.org>
42
43         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
44         remove #include "insets/insetbase.h" from cursor.h.
45
46 2003-09-18  Angus Leeming  <leeming@lyx.org>
47
48         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
49         InsetOld_code to remove #include "inset.h".
50
51         * iterators.C: add #include "insets/inset.h"
52
53 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
54
55         * BufferView.C: remove more locking stuff that apparently doesn't
56         do anything sensible.
57
58 2003-09-16  André Pönitz  <poenitz@gmx.net>
59
60         * paragraph.[Ch]:
61         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
62           performance boost.
63
64 2003-09-16  Angus Leeming  <leeming@lyx.org>
65
66         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
67
68         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
69         arg/return type.
70
71         * paragraph.h: remove #include "lyxfont.h". Forward declare
72         LyXFont_size.
73
74 2003-09-16  Angus Leeming  <leeming@lyx.org>
75
76         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
77         of support/textutils.h.
78         (isWord): move the contents of support/textutils.h's IsWordChar here.
79
80         * buffer.C:
81         * lyxfind.C:
82         * rowpainter.C:
83         * text.C:
84         * text2.C: add #include "paragraph.h".
85
86         * rowpainter.C:
87         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
88
89 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
90
91         * main.C:
92         * lyx_main.C:
93         * lyx_cb.C:
94         * buffer.C:
95         * LaTeX.C: use namespace alias for lyx::support::os
96
97 2003-09-16  Angus Leeming  <leeming@lyx.org>
98
99         * bufferparams.C:
100         * bufferview_funcs.C:
101         * factory.C:
102         * lyxfunc.C:
103         * paragraph_pimpl.C:
104         * rowpainter.C:
105         * text.C: add #include "LColor.h".
106
107 2003-09-16  Angus Leeming  <leeming@lyx.org>
108
109         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
110         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
111         return LyXFont &.
112         Store the FontBits::color variable as an int rather than as an
113         LColor::colorso that we can move LColor.h out of the lyxfont.h header
114         file.
115
116         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
117         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
118         string calls together.
119
120         * lyxrc.C: add #include "LColor.h".
121
122 2003-09-15  Angus Leeming  <leeming@lyx.org>
123
124         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
125         a cow_ptr.
126
127 2003-09-15  Angus Leeming  <leeming@lyx.org>
128
129         * LColor.h: add an EnumLColor wrapper for LColor::color.
130
131         * lyxfont.[Ch] (color, setColor, realColor):
132         * lyxtext.h, text.C (backgroundColor):
133         pass EnumLColor args to/from the functions, rather than LColor::color
134         ones.
135
136         * lyxfont.h:
137         * lyxtext.h: forward declare EnumLColor.
138
139         * lyx_main.C: add #include "LColor.h".
140
141 2003-09-15  Angus Leeming  <leeming@lyx.org>
142
143         * .cvsignore: add lyx-gtk.
144
145 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
146
147         * Chktex.C
148         * LaTeX.C
149         * LaTeXFeatures.C
150         * ParagraphParameters.C
151         * Spacing.C
152         * buffer.C
153         * bufferparams.C
154         * bufferview_funcs.C
155         * chset.C
156         * counters.C
157         * funcrequest.C
158         * lyxfont.C
159         * lyxgluelength.C
160         * lyxlength.C
161         * paragraph.C
162         * paragraph_funcs.C
163         * text3.C
164         * vc-backend.C: remove usage of STRCONV
165
166 2003-09-15  Angus Leeming  <leeming@lyx.org>
167
168         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
169         explicitly define the color passed to the painter.
170
171 2003-09-15  Angus Leeming  <leeming@lyx.org>
172
173         * bufferparams.C (BufferParams): reorder member initializers to avoid
174         compiler warning.
175
176 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
177
178         * CutAndPaste.C (pasteSelection): remove an outdated #warning
179         * text.C (updateRowPositions): remove an unusual nop
180
181 2003-09-12  André Pönitz  <poenitz@gmx.net>
182
183         * BufferView_pimpl.C:
184         * Bullet.C:
185         * layout.h:
186         * lyxfunc.C:
187         * lyxlayout.[Ch]:
188         * lyxtextclass.C:
189         * rowpainter.C:
190         * text.C:
191         * text2.C:
192         * Counters.[Ch]: finish the 'automatic counters' job
193
194 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
195
196         * aspell.C: include <boost/assert.cpp> (compile fix)
197
198 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
199
200         * boost.C (assertion_failed): use lyx::support::abort instead of
201         assert.
202
203 2003-09-10  Angus Leeming  <leeming@lyx.org>
204
205         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
206         with their _fwd progeny.
207
208 2003-09-09  Angus Leeming  <leeming@lyx.org>
209
210         134 files throughtout the source tree: replace 'using namespace abc;'
211         directives with the appropriate 'using abc::xyz;' declarations.
212
213 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
214
215         * boost.C (emergencyCleanup): moved here from LAssert.c
216         (assertion_failed): new function, called by BOOST_ASSERT
217
218         * several files: change Assert to BOOST_ASSERT
219
220 2003-09-09  Angus Leeming  <leeming@lyx.org>
221
222         * buffer.[Ch]: Add an Impl class and move Buffer's member
223         variables into it. As a result move several header files out of
224         buffer.h.
225
226         Add header files to lots of .C files all over the tree as a result.
227
228 2003-09-09  Angus Leeming  <leeming@lyx.org>
229
230         * buffer.[Ch]: make Buffer's member variables private. Add
231         accessor functions.
232
233         Lots of changes all over the tree as a result.
234
235 2003-09-08  Angus Leeming  <leeming@lyx.org>
236
237         * graph.C: #include <config.h>.
238
239 2003-09-08  Angus Leeming  <leeming@lyx.org>
240
241         * BranchList.C:
242         * BufferView.C:
243         * BufferView_pimpl.C:
244         * CutAndPaste.C:
245         * DepTable.C:
246         * LaTeX.C:
247         * LaTeXFeatures.C:
248         * LyXAction.C:
249         * MenuBackend.C:
250         * TextCache.C:
251         * aspell.C:
252         * buffer.C:
253         * bufferlist.C:
254         * changes.C:
255         * chset.C:
256         * converter.C:
257         * counters.C:
258         * debug.C:
259         * graph.C:
260         * ispell.C:
261         * lyx_cb.C:
262         * lyxfind.C:
263         * lyxfunc.C:
264         * lyxlex_pimpl.C:
265         * lyxrc.C:
266         * lyxrow.C:
267         * paragraph.C:
268         * rowpainter.C:
269         * texrow.C:
270         * text.C:
271         * text2.C:
272         * toc.C: remove redundant using directives.
273
274 2003-09-07  Angus Leeming  <leeming@lyx.org>
275
276         * LaTeXFeatures.h: remove #include "support/types.h".
277         * ToolbarBackend.h: remove #include <algorithm>.
278         * changes.h: remove #include <ctime>.
279         * debug.h: remove #include <iosfwd>.
280         * graph.h: remove #include "support/std_string.h".
281         * lyx_main.h: remove #include <csignal>.
282         * lyxlex_pimpl.h: remove #include <fstream>.
283         * sgml.h: remove #include <algorithm>, <utility>.
284         * toc.h: remove #include "support/std_ostream.h".
285         Add #include <iosfwd>.
286
287 2003-09-07  Angus Leeming  <leeming@lyx.org>
288
289         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
290
291         * converter.h: forward declare LatexRunParams.
292         * encoding.h: remove #include "lyxrc.h".
293         * lyxtext.h: remove #include "LColor.h".
294         * lyxtextclass.h: remove #include "support/types.h".
295         * trans.h: remove #include "tex-accent.h".
296         * trans_mgr.h: remove #include "tex-accent.h".
297         * insets/inset.h: remove #include "support/types.h", <vector>.
298         * insets/insetcollapsable.h: remove #include "LColor.h".
299         * insets/insetinclude.h: remove #include "dimension.h".
300         * insets/insetlatexaccent.h: remove #include "dimension.h".
301         * insets/insetoptarg.h:: remove #include "insettext.h".
302         * insets/insettext.h: remove #include "dimension.h",
303         <boost/shared_ptr.hpp>
304
305         * insets/renderers.h: add #include "dimension.h".
306         * insets/updatableinset.h: add #include "support/types.h".
307
308         * many .C files: Associated changes.
309
310 2003-09-06  Angus Leeming  <leeming@lyx.org>
311
312         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
313         one, inside testInvariant.
314
315         * PrinterParams.C: new file.
316         * PrinterParams.[Ch]: move the function bodies out of line.
317
318 2003-09-06  Angus Leeming  <leeming@lyx.org>
319
320         * ParagraphParameters.h: forward declare ParameterStruct rather than
321         including its header file.
322         (depth): moved out-of-line.
323
324 2003-09-06  Angus Leeming  <leeming@lyx.org>
325
326         * BufferView_pimpl.h:
327         * kbmap.h:
328         * kbsequence.h:
329         * lyxfunc.h: forward declare LyXKeySym rather than
330         #include "frontends/LyXKeySym.h".
331
332         * BufferView_pimpl.C:
333         * kbmap.C:
334         * kbsequence.C:
335         * lyxfunc.C: associated changes.
336
337 2003-09-06  Angus Leeming  <leeming@lyx.org>
338
339         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
340         As a result, can remove the #include "insets/inset.h" from BufferView.h
341
342 2003-09-06  Angus Leeming  <leeming@lyx.org>
343
344         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
345         As a result, can remove the #include "insets/inset.h" from BufferView.h
346
347 2003-09-06  Angus Leeming  <leeming@lyx.org>
348
349         * buffer_funcs.C:
350         * buffer.h:
351         * bufferlist.C:
352         * BufferView.C:
353         * bufferview_funcs.C:
354         * BufferView_pimpl.C:
355         * CutAndPaste.C:
356         * lyx_cb.C:
357         * lyxfunc.C:
358         * paragraph.h:
359         * ParagraphParameters.C:
360         * tabular.C:
361         * text3.C:
362         * toc.C:
363         * undo_funcs.C:
364         * frontends/controllers/ControlDocument.C:
365         * insets/insetcaption.C: rearrange the #includes into some sort of
366         coherent order.
367
368         * buffer.h: remove #includes ErrorList.h, undo.h
369
370 2003-09-06  Angus Leeming  <leeming@lyx.org>
371
372         * support/types.h: add a 'depth_type' typedef, used to store the
373         nesting depth of a paragraph.
374
375         * paragraph.h:
376         * ParameterStruct.h: use this lyx::depth_type typedef rather than
377         defining explicitly.
378
379         * buffer.h:
380         * paragraph_funcs.h:
381         * ParagraphParameters.h:
382         * sgml.h: use lyx::depth_type rather than Paragraph or
383         ParameterStruct's depth_type.
384
385         * buffer.h
386         * paragraph_funcs.h: no need to #include paragraph.h anymore.
387
388         * BufferView.C:
389         * BufferView_pimpl.C:
390         * CutAndPaste.C:
391         * ParagraphParameters.C:
392         * buffer_funcs.C:
393         * bufferlist.C:
394         * bufferview_funcs.C:
395         * lyx_cb.C:
396         * lyxfunc.C:
397         * tabular.C:
398         * text3.C:
399         * toc.C:
400         * undo_funcs.C:
401         * frontends/LyXView.C:
402         * frontends/controllers/ControlDocument.C:
403         * frontends/controllers/ControlErrorList.C:
404         * insets/insetbibitem.C:
405         * insets/insetbranch.C:
406         * insets/insetcaption.C:
407         * insets/insetcollapsable.C:
408         * insets/insetenv.C:
409         * insets/insetert.C:
410         * insets/insetfloat.C:
411         * insets/insetfoot.C:
412         * insets/insetfootlike.C:
413         * insets/insetnewline.C:
414         * insets/insetquotes.C:
415         * insets/insettabular.C:
416         * insets/insettext.C:
417         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
418
419         * frontends/controllers/ControlChanges.C: #include "changes.h".
420
421 2003-09-06  Angus Leeming  <leeming@lyx.org>
422
423         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
424         than #including paragraph.h.
425
426         * ParagraphList.h:
427         * RowList.h: deleted. Superfluous.
428
429         * CutAndPaste.h:
430         * iterators.h:
431         * lyxcursor.h:
432         * lyxtext.h:
433         * text_funcs.h:
434         * undo.h:
435         * undo_funcs.h:
436         * insets/inset.h:
437         * insets/insettext.h: use ParagraphList_fwd.h rather than
438         ParagraphList.h.
439
440         * paragraph.h: don't forward declare ParagraphList.
441
442         * buffer.h:
443         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
444         rather than ParagraphList.h. paragraph.h is still needed for the
445         Paragraph::depth_type parameters.
446
447         * textcursor.h: enable it to compile stand-alone in light of the
448         above changes.
449
450         * bufferview_funcs.C:
451         * iterators.C:
452         * lyxfunc.C:
453         * lyxrow_funcs.C:
454         * paragraph.C:
455         * rowpainter.C:
456         * text.C:
457         * text2.C:
458         * text3.C:
459         * text_funcs.C:
460         * textcursor.C:
461         * undo.C:
462         * frontends/controllers/ControlParagraph.C:
463         * frontends/controllers/ControlTabular.C:
464         * insets/insetmarginal.C:
465         * insets/insetminipage.C:
466         * insets/insetnote.C:
467         * insets/insetoptarg.C: add header files needed to compile again.
468
469 2003-09-06  Angus Leeming  <leeming@lyx.org>
470
471         * RowList_fwd.h: new file, forward-declaring Row rather than
472         #including lyxrow.h.
473
474         * lyxrow_funcs.h:
475         * lyxtext.h:
476         * paragraph.h:
477         * insets/insettext.h: use it instead of RowList.h
478
479         * bufferview_funcs.C:
480         * lyxfunc.C:
481         * lyxrow_funcs.C:
482         * paragraph.C:
483         * rowpainter.C:
484         * text.C:
485         * text2.C:
486         * text3.C: #include "RowList.h".
487
488 2003-09-05  Angus Leeming  <leeming@lyx.org>
489
490         * factory.C (createInset):
491         * vspace.C (c-tor): replace sscanf call with an istringstream.
492         * ispell.C: re-add missing HP/UX headers.
493         * lyxserver.C: re-add missing  os2 headers.
494
495 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
496
497         * BranchList.C:
498         * graph.C:
499         * ispell.C:
500         * lastfiles.C:
501         * lyx_cb.C:
502         * lyxserver.C:
503         * texrow.C:
504         * text3.C: re-add missing system headers, needed for 2.95.2.
505
506 2003-09-05  Angus Leeming  <leeming@lyx.org>
507
508         Changes most place everywhere due to the removal of using directives
509         from support/std_sstream.h.
510
511 2003-09-05  Angus Leeming  <leeming@lyx.org>
512
513         Replace LString.h with support/std_string.h,
514         Lsstream.h with support/std_sstream.h,
515         support/LIstream.h with support/std_istream.h,
516         support/LOstream.h with support/std_ostream.h.
517
518         Changes resulting throughout the tree.
519
520 2003-09-05  Angus Leeming  <leeming@lyx.org>
521
522         * sgml.h: ensure that the header file can be compiled stand-alone.
523         * *.C: strip out redundant #includes. (320 in total.)
524
525 2003-09-04  Angus Leeming  <leeming@lyx.org>
526
527         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
528         here (from getPackages).
529
530         * debug.[Ch]: add a new EXTERNAL tag.
531
532 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
533
534         * text2.C (cursorEnd): simplify
535         (setCursor): adjust
536         (getColumnNearX): adjust
537
538         * text.C (computeBidiTables): adjust
539         (fill): adjust
540
541         * rowpainter.C (paintChars): adjust
542         (paintSelection): adjust
543         (paintChangeBar): adjust
544         (paintText): adjust
545
546         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
547         lastPos instead.
548         (numberOfSeparators): adjust
549
550 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
551
552         * LyXAction.C:
553         * box.[Ch]:
554         * lfuns.h:
555         * lyxfunc.C:
556         * text3.C: Restricts the mouse click functionality
557         of insets like bibtex, include, toc and floatlist to the visible
558         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
559         up the dialogs. Cursor has to be in front of the inset (i.e.
560         start of row) for this to function.
561
562 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
563
564         * bufferview_funcs.C (currentState): output row information
565
566 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
567
568         * bufferview_funcs.C (currentState): output paragraph position
569
570 2003-09-04  Angus Leeming  <leeming@lyx.org>
571
572         * FloatList.h: move out #include "Floating.h".
573         * LaTeX.h: move out #include "DepTable.h".
574         * LyXAction.h: move out #include "funcrequest.h".
575         * buffer.h: move out #include "author.h", "iterators.h".
576         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
577         * lyx_main.h: move out #include "errorlist.h".
578         * lyxfunc.h: move out #include "FuncStatus.h".
579         * lyxtext: move out #include "lyxcursor.h".
580         * paragraph_pimpl.h: move out #include "counters.h".
581
582 2003-09-03  Angus Leeming  <leeming@lyx.org>
583
584         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
585         preamble_snippets list, enabling us to add snippets to the preamble
586         only if the snippet was not there already.
587
588 2003-09-04  Angus Leeming  <leeming@lyx.org>
589
590         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
591
592 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
593
594         * lyxfunc.C (dispatch): if fitCursor did something be sure to
595         update
596
597 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
598
599         * BranchList.C: point fix, earlier forgotten
600
601 2003-09-02  Angus Leeming  <leeming@lyx.org>
602
603         * box.C (contains): renamed from 'contained' after a fantastic
604         amount of hot air.
605
606 2003-09-02  John Levon  <levon@movementarian.org>
607
608         * BufferView.C:
609         * lyxcursor.h:
610         * lyxcursor.C:
611         * lyxfunc.C:
612         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
613
614 2003-09-02  John Levon  <levon@movementarian.org>
615
616         * text2.C: simplification of cursorEnd(), including partial
617         fix for bug 1376
618
619 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
620
621         * buffer.C (readFile): add a space
622
623 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
624
625         * BufferView_pimpl.C (update): remove bogus fitCursor() call
626
627 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
628
629         * buffer.C (readFile): new function, take a filename and a
630         ParagraphList::iterator
631         (readFile): adjust
632         (readFile): adjust, make it private. don't use setStream, make
633         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
634         always contain the filename.
635
636         * BufferView.C (insertLyXFile): simplify and make it work for
637         gzipped files.
638
639 2003-08-30  John Levon  <levon@movementarian.org>
640
641         * Makefile.am: fix dist (from Kayvan)
642
643 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
644
645         * most files: change to use const Buffer refs
646
647 2003-08-27  André Pönitz  <poenitz@gmx.net>
648
649         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
650         on top of ownerPar().
651
652 2003-08-27  John Levon  <levon@movementarian.org>
653
654         * funcrequest.C: properly initialise POD members
655
656 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
657
658         * lyxtext.h (top_y): move top_y from here
659         * text.C:
660         * text2.C:
661         * text3.C:
662         * BufferView.[Ch]:
663         * BufferView_pimpl.[Ch]: to here
664         * frontends/screen.C:
665         * insets/insettabular.C:
666         * insets/insettext.C: adjust
667         * rowpainter.[Ch] (paintRows): remove LyXText & argument
668
669 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
670
671         * BufferView.[Ch]:
672         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
673
674 2003-08-26  André Pönitz  <poenitz@gmx.net>
675
676         * paragraph_func.[Ch] (outerPar): new function
677
678         * paragraph.C:
679         * paragraph_funcs.C:
680         * paragraph_funcs.h:
681         * paragraph_pimpl.C:
682         * text2.C: remove Inset::par_owner
683
684 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
685
686         * lyxrow_funcs.C:
687         * lyxtext.h:
688         * text.C:
689         * text2.C: eliminates the needFullRow/display() stuff
690         altogether, putting the logic in metrics/draw in the insets.
691
692 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
693
694         * text2.C (redoParagraphInternal, redoParagraphs):
695         * text.C (redoParagraph): add a call to updateRowPositions at the
696         end of each 'metrics-like' call. Remove all others.
697         (getRow): remove the 'y-computing' version.
698         (getRowNearY): do not compute nor return the real y. Solve the
699         'y < 0' problem and simplify.
700
701 2003-08-22  Angus Leeming  <leeming@lyx.org>
702
703         * *.[Ch]: clean-up of licence and author blurbs.
704         Also move config.h out of a few .h files and into a few .C files.
705
706 2003-08-22  André Pönitz  <poenitz@gmx.net>
707
708         * lyxrow.[Ch]: add x_ and *fill_ members
709
710         * lyxtext.h:
711         * text.C:
712         * rowpainter.C:
713         * text2.C: adjust/remove prepareToPrint() calls
714
715 2003-08-22  André Pönitz  <poenitz@gmx.net>
716
717         * lyxrow.[Ch]: add  end_ member
718
719         * lyxrow_funcs.C: use LyXRow::end_
720
721         * lyxtext.h (singleWidth): add LyXFont parameter
722
723         * rowpainter.C:
724         * text2.C: adjust LyXText::singleWidth() calls
725
726         * text.C (redoParagraph): simplify row breaking logic
727
728
729 2003-08-19  André Pönitz  <poenitz@gmx.net>
730
731         * funcrequest.C: initialize button_ member
732
733         * text3.C:
734         * rowpainter.[Ch]: interface consolidation
735
736 2003-08-18  André Pönitz  <poenitz@gmx.net>
737
738         * BufferView.C:
739         * BufferView_pimpl.C:
740         * lyxfind.C:
741         * paragraph_funcs.C:
742         * rowpainter.C:
743         * text3.C: remove LyXScreen::draw() and fitCursor calls
744
745         * BranchList.h: remove spurious semicolons
746
747         * MenuBackend.C: fix branchlist related crash
748
749 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
750
751         * BranchList.[Ch]:
752         * InsetList.[Ch]:
753         * LColor.[Ch]:
754         * LyXAction.C:
755         * Makefile.am:
756         * MenuBackend.[Ch]:
757         * bufferparams.[Ch]:
758         * factory.C:
759         * lfuns.h:
760         * lyxfunc.C:
761         * text3.C: implements the 'branch inset'
762         idea. This allows the output of various versions of a document
763         from a single source version, selectively outputing or suppressing
764         output of parts of the text.
765         This implementation contains a 'branch list editor' in a separate
766         tab of the document settings dialog. Branches are user definable
767         and have a "display colour" to distinguish them on-screen.
768
769         ColorHandler was somewhat cleaned up.
770         (1) make possible a dynamically growing LColor list by allowing
771         the graphic context cache to grow along (vector);
772         (2) eliminate an IMHO unnecessary step in colour allocation.
773
774 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
775
776         * BufferView_pimpl.C: compile fix
777
778 2003-08-15  André Pönitz  <poenitz@gmx.net>
779
780         * rowpainter.C: remove extra metrics calls
781
782         * lyxtext.h: merge the two constructors into a single one,
783           pass reference to owner's par list
784
785         * BufferView_pimpl.C:
786         * text.C:
787         * text2.C: adjust
788
789 2003-08-15  André Pönitz  <poenitz@gmx.net>
790
791         * lyxrow_funcs.[Ch]:
792         * lyxtext.h:
793         * paragraph.h:
794         * paragraph_funcs.C:
795         * rowpainter.C:
796         * text.C:
797         * text2.C:
798         * text3.C:
799         * text_funcs.C: split LyXText::rowlist_ into individual
800         Paragraph::rows_ chunks
801
802         * BufferView.[Ch]:
803         * BufferView_pimpl.[Ch]:
804         * lyxfind.C:
805         * lyxtext.h:
806         * text3.C: remove toggleSelection()
807
808 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
809
810         * bufferlist.C: beautify two alerts (shorter text of buttons)
811         * buffer.C: Remove redundant ' ' from message
812         * tabular.h:
813         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
814         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
815         rename VALIGN_CENTER to VALIGN_MIDDLE
816
817 2003-08-11  André Pönitz  <poenitz@gmx.net>
818
819         * lyxtext.h (getPar):
820         * text.C: new function
821
822 2003-08-11  André Pönitz  <poenitz@gmx.net>
823
824         * Makefile.am:
825         * tracer.[Ch]: remove unneeded files
826
827         * InsetList.[Ch]: remove resizeInsetsLyXText()
828
829         * lyxtext.h:
830         * text.C:
831         * text2.C:
832         * text3.C: merge insertParagraphs() and appendParagraph()
833         remove breakAgain(), update()
834
835         * BufferView_pimpl.[Ch]:
836         * bufferview_funcs.[Ch]:
837         * lyxfunc.C:
838         * paragraph.[Ch]:
839         * rowpainter.C:
840         * tabular.C: adjust after text & InsetList changes.
841
842 2003-08-08  André Pönitz  <poenitz@gmx.net>
843
844         * text.C (insertChar, backspace): replace rowlist fiddling
845         with rebreak of full par
846
847         * lyxtext.h:
848         * text.C (breakAgainOneRow, redoHeightOfParagraph,
849         checkParagraph, updateInset): removed
850
851 2003-08-07  André Pönitz  <poenitz@gmx.net>
852
853         * paragraph.C:
854         * text3.C: merge some LFUN handlers, remove dead code
855
856 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
857
858         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
859
860 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
861
862         * text2.C (DEPM): fix part of bug 1255 and 1256
863
864 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
865
866         * BufferView_pimpl.C (workAreaDispatch): change to use
867         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
868         that are no mouse related.
869
870 2003-08-05  André Pönitz  <poenitz@gmx.net>
871
872         * BufferView.[Ch]:
873         * BufferView_pimpl.[Ch]:
874         * bufferview_funcs.C:
875         * text2.C:
876         * text3.C: rip out "deep update"
877
878         * textcursor.[Ch] (last_sel_cursor): remove unused member
879
880 2003-08-04  André Pönitz  <poenitz@gmx.net>
881
882         * BufferView.[Ch]:
883         * BufferView_pimpl.[Ch]:
884         * ParagraphParameters.C:
885         * bufferview_funcs.C:
886         * lyx_cb.C:
887         * lyxfind.C:
888         * lyxfunc.C:
889         * text.C:
890         * text2.C:
891         * text3.C: replace "complicated" BufferView::update(...) calls with
892         simpler ones.
893
894         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
895
896 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
897
898         * Makefile.am (lyx_SOURCES): add paper.h
899
900 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
901
902         * Makefile.am: move things around so that both lyx-qt and
903         lyx-xforms can be built (according to --with-frontend). Then lyx
904         is a symbolic link to lyx-[firstfrontend]
905
906 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
907
908         * Always use std::endl with lyxerr
909
910 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
911
912         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
913
914 2003-08-01  André Pönitz  <poenitz@gmx.net>
915
916         * BufferView.[Ch]:
917         * BufferView_pimpl.[Ch]:
918         * lyxfunc.C:
919         * text3.C: merge BufferView::repaint() and BufferView::update()
920
921 2003-08-01  José Matos  <jamatos@lyx.org>
922
923         * buffer.[Ch]: file_format is no longer a buffer data element.
924
925 2003-08-01  André Pönitz  <poenitz@gmx.net>
926
927         * BufferView.C:
928         * lyxtext.h:
929         * text.C:
930         * text2.C: make redoParagraph more independent of current cursor
931
932         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
933         * text.C:
934         * text2.C: remove unneeded members
935
936 2003-07-30  André Pönitz  <poenitz@gmx.net>
937
938         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
939
940         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
941           create a single function...
942
943         * paragraph_funcs.C (moveItem): ... here.
944
945         * text.C:
946           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
947
948 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
949
950         * LColor.[Ch]: Add comment and greyedout logical colors.
951
952 2003-07-30  André Pönitz  <poenitz@gmx.net>
953
954         * tabular.C: don't use Assert too heavily. This crashes where it
955           shouldn't
956
957 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
958
959         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
960         is disabled (bug 1232)
961
962 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
963
964         * factory.C: limited 'arg' scope
965
966 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
967
968         * factory.C: fixed Note submenu issues
969
970 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
971
972         * factory.C: submenu for Note/Comment/Greyedout
973
974 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
975
976         * lyx_main.C (LyX):
977         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
978
979 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
980
981         * LaTeXFeatures.C:
982         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
983         greyedout. Patch provided by Jürgen Spitzmüller.
984
985 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
986
987         * kbmap.C (read): fix error message when reading bind files
988
989 2003-07-29  Angus Leeming  <leeming@lyx.org>
990
991         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
992         certainly does not do what it purports to do. I am doing it, and
993         us, a favour by killing it.
994
995 2003-07-28  José Matos  <jamatos@lyx.org>
996
997         * buffer.C (readBody, do_writeFile):
998         * paragraph.C(readParagraph): \end_document replaces \the_end.
999
1000 2003-07-29  André Pönitz  <poenitz@gmx.net>
1001
1002         * BufferView.[Ch]:
1003         * BufferView_pimpl.[Ch]:
1004         * lyxfunc.C:
1005         * text2.C:
1006         * text3.C:
1007         * textcursor.[Ch]: remove toggleToggle & Co
1008
1009 2003-07-28  José Matos  <jamatos@fep.up.pt>
1010
1011         * buffer.C (readParagraph):
1012         * params_func (readParToken, readParagraph):
1013         * paragraph.C (write): \layout -> \begin_layout.
1014
1015 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1016
1017         * lyxlex_pimpl.C (setFile): clean up slightly.
1018
1019         * bufferparams.h: add compressed var
1020
1021         * buffer_funcs.C (readFile): adjust for LyXLex change
1022         (newFile): ditto + simplify
1023
1024         * buffer.C (writeFile): handle writing of compressed files
1025
1026         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1027         Check if the file is compressed and set a bufferparm if so.
1028
1029         * Makefile.am (lyx_LDADD): remove explicit -lz
1030
1031 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1032
1033         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1034         makeDocBookFile): put the real LyX version in the first line of
1035         the file
1036
1037         * version.h:
1038         * version.C.in: remove lyx_docversion
1039
1040         * tabular.C (write_attribute): add a template-based version to
1041         write enums properly
1042
1043 2003-07-28  André Pönitz  <poenitz@gmx.net>
1044
1045         * lyxtext.h:
1046         * text.C:
1047         * text2.C:
1048         * text3.C: use doubles again for x-coordinates. They are needed.
1049
1050 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1051
1052         * messages.C (getLocaleDir): use lyx_localedir()
1053
1054         * lyxlex_pimpl.C (setFile): compress stuff
1055
1056         * buffer.C (writeFile): add some compression stuff
1057         (do_writeFile): new func, dont call expliti close... will this
1058         breake anything?
1059
1060         * Makefile.am (lyx_LDADD): add -lz
1061
1062 2003-07-28  José Matos  <jamatos@fep.up.pt>
1063
1064         * buffer.C: increment file format.
1065         * paragraph_funcs (readParagraph, readParToken):
1066         * paragraph.C (readParagraph): add \end_layout.
1067
1068 2003-07-27  Angus Leeming  <leeming@lyx.org>
1069
1070         * Makefile.am: remove special casing for configure-time setting of
1071         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1072
1073         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1074         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1075
1076 2003-07-26  André Pönitz  <poenitz@gmx.net>
1077
1078         * paragraph_func.[Ch]:
1079         * paragraph.C (realizeFont): inline it whereever it is used
1080
1081         * rowpainter.C:
1082         * text.C:
1083         * text2.C:
1084         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1085
1086
1087 2003-07-26  André Pönitz  <poenitz@gmx.net>
1088
1089         *       lyxtext.h:
1090         * text.C:
1091         * text2.C: get rid of LyXText::need_break_row
1092
1093 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1094
1095         * toc.[Ch]: put namespace toc inside namespace lyx
1096
1097         * MenuBackend.C (expandToc2): adjust for lyx::toc
1098         (expandToc): ditto
1099
1100         * lyxfunc.C (dispatch): adjust for lyx::find
1101
1102         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1103         lyx::find instead. Reorganize a bit.
1104         (LyXReplace): rename to replace
1105         (LyXFind): rename to find
1106
1107         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1108         (dispatch): ditto
1109
1110 2003-07-26  André Pönitz  <poenitz@gmx.net>
1111
1112         * text.C (setHeightOfRow): restrict scope of temporary variable
1113
1114         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1115           code (never has been used?)
1116
1117 2003-07-27  Asger Alstrup  <alstrup@local>
1118
1119         * text.C (fill): Optimise algorithm to exploit that we can reuse
1120         the LyXFont for many characters.
1121         (setHeightOfRow): Same thing.
1122         (rowBreakPoint): Same thing.
1123
1124 2003-07-26  Asger Alstrup  <alstrup@local>
1125
1126         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1127
1128         * text.C (singleWidth): Spurious font copying in hot-spot
1129         singleWidth avoided. Reorder tests for arabic for efficiency.
1130
1131         * text.C (fill): handle empty paragraphs better.
1132
1133 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1134
1135         * ispell.C:
1136         * encoding.h: add includes
1137
1138         * lyxrc.C: remove reading of bind files
1139
1140         * lyx_main.C (init): setup bindings and menus only if we have a
1141         gui.
1142
1143         * kbmap.C (read): new method. Do the actual reading of bind
1144         files.
1145
1146         * converter.C (dvipdfm_options):
1147         * bufferparams.C:
1148         * lyxrc.C (read):
1149         (output): adapt PAPER_* enums.
1150
1151         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1152
1153         * bufferparams.h: remove paper-related enums from there
1154
1155         * paper.h: New file. A trivial header file to hold paper-related
1156         enums. It should later expand to contain many paper-related
1157         horrors access.
1158
1159         * lyxrc.C: declare extern displayTranslator
1160
1161 2003-07-27  José Matos  <jamatos@fep.up.pt>
1162
1163         * tabular.[Ch] (linuxdoc): add support for tables and figures
1164         (linuxdoc).
1165
1166 2003-07-27  José Matos  <jamatos@fep.up.pt>
1167
1168         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1169         consistency in both functions.
1170         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1171
1172 2003-07-26  Asger Alstrup  <alstrup@local>
1173
1174         * rowpainter.C (paintRows): Change algorithm to work directly on
1175         the insets rather than asking every character in the document
1176         whether its an inset.
1177
1178 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1179
1180         * buffer.C (openFileWrite): factorize some code
1181
1182 2003-07-26  Angus Leeming  <leeming@lyx.org>
1183
1184         * lyx_cb.C:
1185         * lyx_main.[Ch]: replace occurances of system_tempdir with
1186         os::getTmpDir().
1187
1188 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1189
1190         * rename Inset to InsetOld
1191
1192 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1193
1194         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1195         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1196         which I think is a bit clearer. EDIT is gone, since it was
1197         premature optimisation, and broken for mathed anyway.
1198         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1199         with cursor positioning in insets as well (math insets still do not
1200         work, but that's a different story anyway.) It mysteriously
1201         crashes sometimes with undo in the first paragraph, but I'm fairly
1202         confident that this is a compiler bug.
1203
1204 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1205
1206         * paragraph.C (Paragraph): adjust for new clone return type
1207         (operator==): ditto
1208         (copyIntoMinibuffer): ditto
1209
1210 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1211
1212         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1213         by not having a special case, and always doing a full rebreak of
1214         the document after undo.
1215
1216 2003-07-23  Angus Leeming  <leeming@lyx.org>
1217
1218         * factory.C (createInset): InsetExternal::setParams now takes a
1219         Buffer const * arg.
1220
1221 2003-07-23  Angus Leeming  <leeming@lyx.org>
1222
1223         * factory.C (createInset): changed interface to the external and
1224         graphics mailers' string2params functions.
1225
1226 2003-07-23  Angus Leeming  <leeming@lyx.org>
1227
1228         * factory.C (createInset): pass a
1229         Buffer const * parameter to InsetExternalMailer's string2params.
1230
1231 2003-07-22  John Levon  <levon@movementarian.org>
1232
1233         * Thesaurus.h: include the right aiksaurus header
1234
1235 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1236
1237         * MenuBackend.C (expand): check menu shortcuts unconditionally
1238
1239 2003-07-21  Angus Leeming  <leeming@lyx.org>
1240
1241         * factory.C (createInset): pass a
1242         buffer_path parameter to InsetGraphicsMailer's string2params.
1243
1244 2003-07-21  Angus Leeming  <leeming@lyx.org>
1245
1246         * BufferView_pimpl.C (buffer):
1247         * buffer.C (d-tor):
1248         * lyx_main.C (LyX):
1249         * lyxfunc.C (dispatch):
1250         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1251         rather than the grfx shortcut.
1252
1253 2003-07-21  André Pönitz  <poenitz@gmx.net>
1254
1255         * rowpainter.C: remove unused variables
1256
1257         * tabular_funcs.C:
1258         * tabular_funcs.h: move to tabular.C
1259         * Makefile.am: adjust
1260
1261         * tabular.[Ch]: basic optical cleaning
1262
1263         * author.h: pass references, not values
1264
1265 2003-07-18  André Pönitz  <poenitz@gmx.net>
1266
1267         * lyxtext.h:
1268         * metricsinfo.C:
1269         * metricsinfo.h:
1270         * rowpainter.C:
1271         * text.C:
1272         * text2.C:
1273         * text3.C: two-phase drawing for InsetText and InsetTabular
1274         some float -> int changes.
1275
1276 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1277
1278         * lyx_main.C: fix the fix
1279
1280 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1281
1282         * lyx_main.C: fix a crash in batch mode if no files specified
1283         * converter.C: ws
1284
1285 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1286
1287         * format.[Ch] (papersize): moved to BufferParams
1288         * converter.[Ch] (dvips_options): moved to BufferParams
1289         (dvipdfm_options): moved to anon namespace
1290         * bufferparams.[Ch]: added above functions.
1291
1292 2003-07-17  André Pönitz  <poenitz@gmx.net>
1293
1294         * lyxtext.h:
1295         * rowpainter.C:
1296         * text2.C: don't call inset->update() anymore
1297
1298         * metricsinfo.[Ch]: add convenience constructor
1299
1300 2003-07-16  André Pönitz  <poenitz@gmx.net>
1301
1302         * lyxcursor.[Ch]:
1303         * lyxfunc.[Ch]:
1304         * text.C:
1305         * text2.C: replace the LyXCursor::irow_ member with
1306          on-demand computation of the value
1307
1308 2003-07-16  John Levon  <levon@movementarian.org>
1309
1310         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1311
1312 2003-07-15  André Pönitz  <poenitz@gmx.net>
1313
1314         * text.C:
1315         * text2.C: remove no more needed refresh_row
1316
1317 2003-07-15  André Pönitz  <poenitz@gmx.net>
1318
1319         * lyxtext.h:
1320         * rowpainter.C:
1321         * text2.C:
1322         * text3.C: refresh_status tristate -> need_update bool
1323
1324 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1325
1326         * lyxtext.h (init): remove reinit argument (act as if always true)
1327         * text2.C: adjust to that
1328
1329 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1330
1331         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1332         * text3.C: use it to delete selections in some cases
1333         (bugs 441, 673, 702, 954).
1334
1335 2003-07-14  André Pönitz  <poenitz@gmx.net>
1336
1337         * rowpainter.[Ch]: reduce interface
1338
1339 2003-07-14  André Pönitz  <poenitz@gmx.net>
1340
1341         * BufferView_pimpl.C:
1342         * text2.C: adjust after removing unused BufferView * argument
1343
1344 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1345
1346         * text2.C (init): fix a crash fired on resize
1347
1348 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1349
1350         * buffer.[Ch]: added new closing signal
1351         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1352         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1353         BufferView::Pimpl via the closing the signal
1354
1355 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1356
1357         * buffer.[Ch]: take out all bv-related from buffer
1358         * BufferView.C:
1359         * BufferView_pimpl.[Ch]: connect to new signals
1360         * CutAndPaste.C: removed useless asserts
1361         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1362         * lyxvc.[Ch]:
1363         * vc-backend.[Ch]:
1364         * lyxfunc.C: moved view-related funciontality from vc here
1365         * paragraph.C: removed outdated comments
1366         * text.C: ws
1367
1368 2003-07-10  André Pönitz  <poenitz@gmx.net>
1369
1370         * BufferView_pimpl.C:
1371         * tabular.h:
1372         * tabular_funcs.C:
1373         * text.C:
1374         * text2.C: remove InsetText::InnerCache, clean up consequences
1375
1376 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1377
1378         * ispell.C: fix two typos in error messages
1379
1380 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1381
1382         * Extend Note inset to other forms of annotation like Comment
1383         and Greyedout. Right button click gives dialog.
1384
1385         Files modified or added (+):
1386
1387         * insetnote.[Ch]
1388         * FormNote.[Ch]      +
1389         * ControlNote.[Ch]   +
1390         * form_note.fd       +
1391         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1392         frontends/controllers
1393         * xforms/Dialogs.C
1394         * factory.C
1395
1396 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1397
1398         * aspell.C: add missing namespace lyx::support
1399
1400 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1401
1402         * BufferView.[Ch] (newFile): Add
1403         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1404         * LaTeX.[Ch] (message): added this signal and use it
1405         * buffer.[Ch] (busy, message): added these signals and use them
1406         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1407         * converter.C:
1408         * exporter.C:
1409         * format.C:
1410         * importer.C: use buffer signals instead of direct bv calling
1411         * lyx_cb.[Ch] (ShowMessage): removed
1412         * lyx_main.C:
1413         * lyxfunc.C:
1414         * paragraph_funcs.C:
1415         * text2.C: use buffer signals
1416
1417 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1418
1419         * introduce namespace lyx::graphics
1420
1421 2003-07-02  André Pönitz  <poenitz@gmx.net>
1422
1423         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1424
1425 2003-07-01  André Pönitz  <poenitz@gmx.net>
1426
1427         * text.C:
1428         * text2.C:
1429         * text3.C:
1430         * text_funcs.[Ch]:
1431         * textcursor.h:
1432         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1433           text*.C to text_func.C
1434
1435 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1436
1437         * introduce namespace lyx::support
1438
1439 2003-06-30  André Pönitz  <poenitz@gmx.net>
1440
1441         * Chktex.C:
1442         * funcrequest.C:
1443         * lyxtext.h:
1444         * text.C: re-enable --with-included-string
1445
1446 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1447
1448         * textcursor.C: add <config.h>
1449
1450         * text.C (getWord): remove const from word_location arg
1451
1452         * lyxvc.C (getLogFile): fix const type order
1453
1454         * lyxtext.h: remove const from word_location arg, add arg name
1455
1456         * lyxlayout.h: currect type on labeltype.
1457
1458         * importer.C: correct \file
1459
1460         * converter.C (intToFormat): use std:: on ret val, ws changes
1461
1462         * bufferlist.h: correct \file
1463
1464         * buffer.C (makeLinuxDocFile): fix const type order
1465         (makeDocBookFile): ditto
1466         (fillWithBibKeys): use std:: on stdlib args.
1467
1468         * CutAndPaste.C: fix authors.
1469         (availableSelections): use std:: on return vector
1470
1471 2003-06-27  André Pönitz  <poenitz@gmx.net>
1472
1473         * BufferView_pimpl.C:
1474         * bufferview_funcs.C:
1475         * lyxcursor.C:
1476         * lyxcursor.h:
1477         * lyxfunc.C:
1478         * lyxtext.h:
1479         * rowpainter.C:
1480         * text.C:
1481         * text2.C:
1482         * text3.C: remove LyXCursor::row_ member
1483
1484         * lyxtext.h:
1485         * text.C: rename fullRebreak() to partialRebreak() and implement
1486           a fullRebreak() that really bereks fully
1487
1488         * textcursor.h: new struct for cursor-related data
1489
1490 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1491
1492         * lyx_main.C (LyX): get full path of document loaded on the
1493         command line
1494
1495 2003-06-26  André Pönitz  <poenitz@gmx.net>
1496
1497         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1498           remove unused/broken operator>,<,>=.
1499
1500         *       text.C: remove only use of broken operator<= in an Assert().
1501
1502 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1503
1504         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1505         moved errorlist_.clear to showErrorList
1506
1507 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1508
1509         * converter.C (scanLog, runLaTeX):
1510         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1511         move the bv->showErrorList call to the callers
1512         * lyxfunc.C: i.e. here...
1513         * text2.C: and here
1514         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1515         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1516         namespace, the second to...
1517         * buffer_funcs (BufferFormat, parseErrors): added
1518         * errorlist.C (ErrorList(TeXErrors const &)): removed
1519
1520 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1521
1522         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1523
1524 2003-06-24  "Garst R. Reese" <reese@isn.net>
1525
1526         * debug.C: fix typo
1527
1528 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1529
1530         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1531
1532         * version.C.in: change docversion to 1.4
1533
1534 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1535
1536         * buffer.C: fix a bug just introduced
1537
1538 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1539
1540         * buffer.[Ch]: added the parseError signal and use it, removed
1541         sgmlError
1542         * BufferView.[Ch] (addError): moved to ...
1543         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1544         to the Buffer::parseError signal to catch (guess what) parse errors
1545         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1546
1547 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1548
1549         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1550         ability to create a buffer and to return an existing one from
1551         the list. Moved these functions to...
1552         * buffer_funcs.[Ch]: added
1553         * BufferView.[Ch] (loadLyXFile): added
1554         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1555         job removed from bufferlist::loadLyXFile.
1556         * buffer.C (setReadOnly): make it work without view
1557         (i.e added an if (users))
1558
1559 2003-06-19  Angus Leeming  <leeming@lyx.org>
1560
1561         * lfuns.h:
1562         * LyXAction.C (init):
1563         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1564         with LFUN_DIALOG_SHOW <name> <data>.
1565
1566 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1567
1568         * CutAndPaste.C (availableSelections): small compilation fix for
1569         ancient (gcc 2.9x) compilers
1570
1571 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1572
1573         * text3.C (cursorNext): add tmp var
1574
1575         * text2.C (updateCounters): for function calling out of for clause
1576         (replaceSelectionWithString): ditto
1577         (insertStringAsParagraphs): ditto
1578         (getColumnNearX): add tmp var
1579         (setCursorFromCoordinates): add tmp var
1580         (cursorDownParagraph): add tmp var
1581         (deleteEmptyParagraphMechanism): add tmp var
1582
1583         * text.C (insertChar): add tmp var
1584
1585         * rowpainter.C (paintDepthBar): add tmp var
1586
1587         * CutAndPaste.C (availableSelections): potentially check all
1588         paragraphs in a cut to fill the shown strings.
1589
1590 2003-06-18  André Pönitz  <poenitz@gmx.net>
1591
1592         * kbmap.[Ch]: use vector<> instead of list<>
1593
1594 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1595
1596         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1597         pasteSelection with index
1598
1599         * text2.C (pasteSelection): modify, call pasteSelection with index
1600
1601         * paragraph.C (asString): reimplement version with no interval to
1602         call the one with interval.
1603
1604         * lyxtext.h: add index arg to pasteSelection
1605
1606         * MenuBackend.C (MenuItem): handle PasteRecent
1607         (Menu::read::Menutags): add md_pasterecent
1608         (read): handle it
1609         (expandPasteRecent): new function
1610         (expand): use it
1611
1612         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1613
1614         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1615         the limited stack
1616         (availableSelections): new function
1617
1618 2003-06-17  Angus Leeming  <leeming@lyx.org>
1619
1620         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1621
1622 2003-06-17  Angus Leeming  <leeming@lyx.org>
1623
1624         * lfuns.h:
1625         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1626
1627         * lyxfunc.C (dispatch): invoke it.
1628
1629 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1630
1631         * iterators.C (operator++, ParPosition): reintroduce some
1632         const_cast for the benefit of older compilers.
1633
1634 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1635
1636         * text3.C (dispatch): do not modify clipboard when doing
1637         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1638         LFUN_DELETE_SKIP on a selection selection
1639
1640 2003-06-16  André Pönitz  <poenitz@gmx.net>
1641
1642         * BufferView.C:
1643         * buffer.C:
1644         * buffer.h:
1645         * paragraph.C:
1646         * tabular.[Ch]: IU of clone() and getLabelList();
1647
1648 2003-06-13  André Pönitz  <poenitz@gmx.net>
1649
1650         * tabular.h: compactification
1651
1652 2003-06-12  André Pönitz  <poenitz@gmx.net>
1653
1654         * tabular.C:
1655         * tabular.h:
1656         * tabular_funcs.h: some renaming plus whitespace
1657
1658 2003-06-12  André Pönitz  <poenitz@gmx.net>
1659
1660         * BufferView.C:
1661         * BufferView_pimpl.C:
1662         * CutAndPaste.C:
1663         * buffer.C:
1664         * iterators.[Ch]:
1665         * lyxfunc.C:
1666         * text.C:
1667         * toc.C: Return a Paragraph & for ParIterator::operator*()
1668
1669 2003-06-11  John Levon  <levon@movementarian.org>
1670
1671         * lyx_main.C:
1672         * ToolbarBackend.h:
1673         * ToolbarBackend.C: add "Toolbars" section and
1674         put the flags there
1675
1676 2003-06-10  Angus Leeming  <leeming@lyx.org>
1677
1678         * lfuns.h:
1679         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1680
1681         * lyxfunc.C (dispatch): invoke it.
1682
1683 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1684
1685         * main.C: protect <ios> with HAVE_IOS
1686         (main): protect sync_with_stdio with HAVE_IOS
1687
1688 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1689
1690         * text2.C (cutSelection): adjust
1691         (pasteSelection): adjust
1692
1693         * messages.C: handle get of empty string
1694
1695         * main.C (main): use sync_with_stdio(false)
1696
1697         * lyxfunc.C (dispatch): adjust
1698
1699         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1700         (WriteAs): remove unneeded BufferView arg.
1701
1702         * bufferparams.h: use correct types on papersize, papersize2 and
1703         paperpackage.
1704
1705         * bufferparams.C (readToken): adjust for type
1706         (writeLaTeX): add missing cases to switch.
1707
1708         * bufferlist.C (quitWriteBuffer): adjust
1709         (close): adjust
1710
1711         * buffer.C (asciiParagraph): remove some commented code.
1712
1713         * CutAndPaste.C: remove current_view extern variable.
1714         (cutSelection): add BufferParams arg.
1715         (eraseSelection): add BufferParams arg.
1716         (pasteSelection): add Buffer const & arg
1717
1718 2003-06-07  John Levon  <levon@movementarian.org>
1719
1720         * buffer.C:
1721         * paragraph_funcs.C:
1722         * paragraph_pimpl.C:
1723         * text.C:
1724         * text2.C:
1725         * paragraph.h:
1726         * paragraph.C: allow InsetERT to freely space lines,
1727         and some consolidation of code
1728
1729 2003-06-06  José Matos  <jamatos@fep.up.pt>
1730
1731         * buffer.C (makeDocBookFile): fix bug #821
1732
1733 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1734
1735         * BufferView_pimpl.C (dispatch): use Dialogs::visible
1736
1737 2003-06-04  Angus Leeming  <leeming@lyx.org>
1738
1739         * buffer.C: bump format to 224.
1740
1741 2003-06-05  André Pönitz  <poenitz@gmx.net>
1742
1743         * text2.C (redoParagraphs): remove two const_cast<>
1744
1745 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1746
1747         * ParagraphList.h: remove last remnants of NO_STD_LIST
1748
1749 2003-06-03  Angus Leeming  <leeming@lyx.org>
1750
1751         * factory.C (createInset): small change to the way InsetExternal's params
1752         are set.
1753
1754 2003-06-04  André Pönitz  <poenitz@gmx.net>
1755
1756         * buffer.h: use Undo directly instead of shared_ptr<Undo>
1757
1758         * paragraph_pimpl.h:
1759         * paragraph.[Ch]: some Inset -> UpdatableInset changes
1760
1761         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
1762
1763         * undo_funcs.C: make some simple cases of undo work again
1764
1765 2003-06-03  John Levon  <levon@movementarian.org>
1766
1767         * ispell.C: HPUX doesn't have sys/select.h
1768         (from Albert Chin)
1769
1770 2003-06-03  John Levon  <levon@movementarian.org>
1771
1772         * CutAndPaste.C: update tabular and include inset
1773         buffer references
1774
1775         * buffer.h:
1776         * paragraph.h:
1777         * paragraph.C: remove owningBuffer(), don't pass Buffer
1778         to clone()
1779
1780         * factory.C: insetGraphicsParams changed
1781
1782 2003-06-02  John Levon  <levon@movementarian.org>
1783
1784         * LyXAction.C:
1785         * factory.C:
1786         * lfuns.h:
1787         * lyxfunc.C:
1788         * text3.C: remove insetparent
1789
1790 2003-06-02  John Levon  <levon@movementarian.org>
1791
1792         * buffer.h:
1793         * buffer.C: fix inset_iterator.end(), move out of line
1794         (bug 1149)
1795
1796 2003-06-01  John Levon  <levon@movementarian.org>
1797
1798         * text3.C: use a proper cut/paste when doing inset
1799         insert (from Jürgen Spitzmüller)
1800
1801 2003-06-01  John Levon  <levon@movementarian.org>
1802
1803         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
1804
1805 2003-05-30  André Pönitz  <poenitz@gmx.net>
1806
1807         * rowpainter.C: unify second drawing phase
1808
1809 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1810
1811         * trans_mgr.C: remove one case of current_view
1812
1813         * text2.C (cursorBottom): delete NO_STD_LIST stuff
1814
1815         * paragraph_funcs.h: remove paragraph.h include
1816
1817         * paragraph.h: delete NO_STD_LIST stuff
1818
1819         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
1820
1821         * buffer.h: remove paragraph.h include
1822
1823         * ParagraphList.C: delete file
1824
1825         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
1826
1827         * toc.C (getTocList): adjust
1828
1829         * paragraph_pimpl.C (validate): adjust
1830
1831         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
1832
1833         * paragraph.C (Paragraph): adjust
1834         (getPositionOfInset): use const_iterator, adjust
1835         (bibitem): use const_iterator, adjust
1836         (setInsetOwner): adjust
1837
1838         * iterators.C (operator++): adjust
1839
1840         * InsetList.[Ch]: Replace selfmade iterator with standard
1841         vector::iterator also introduce const_iterator. Remove getPos,
1842         getInset and setInset from InsetTable. Adjust accordingly.
1843
1844         * BufferView.C (lockInset): adjust
1845         (ChangeInsets): adjust
1846
1847         * tabular.[Ch]: delete commented same_id functions
1848
1849 2003-05-28  John Levon  <levon@movementarian.org>
1850
1851         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
1852
1853 2003-05-28  André Pönitz  <poenitz@gmx.net>
1854
1855         * metricsinfo.[Ch]: remove 'fullredraw' member
1856
1857 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1858
1859         * lyxtextclass.C (operator): remove caching.
1860
1861 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1862
1863         * text3.C: adjust
1864
1865         * text2.C (cursorBottom): adjust
1866         (setCounter): use ParagraphList::find, adjust
1867
1868         * text.C (workWidth): use ParagraphList::find, adjust
1869
1870         * lyxcursor.C (LyXCursor): adjust
1871
1872         * buffer.C (inset_iterator): adjust
1873
1874         * ParagraphList.h: make iterator(value_type) private, make
1875         ParagraphList a friend of iterator.
1876
1877         * ParagraphList.C (find): new function
1878
1879         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1880
1881 2003-05-27  André Pönitz  <poenitz@gmx.net>
1882
1883         * dimension.[Ch]: a -> asc, d -> des, w -> wid
1884
1885 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1886
1887         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
1888
1889 2003-05-26  John Levon  <levon@movementarian.org>
1890
1891         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
1892
1893 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1894
1895         * remove same_id from function signatures, adjust.
1896
1897 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1898
1899         * undo_funcs.C (createUndo): use the id functions directly, adjust.
1900
1901         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
1902
1903         * paragraph.C (Paragraph): get rid of same_ids parameter
1904
1905         * ParagraphList.C (insert): adjust
1906         (push_back): adjust
1907
1908 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1909
1910         * paragraph_funcs.C (breakParagraph): adjust
1911         (breakParagraphConservative): adjust
1912
1913         * buffer.C (readParagraph): adjust
1914
1915         * ParagraphList.C (insert): take a reference instead of a pointer
1916         (insert): adjust
1917
1918         * paragraph.[Ch] (id): new function
1919
1920         * bufferlist.C (newFile): adjust
1921
1922         * ParagraphList.C (ParagraphList): adjust
1923         (assign): adjust
1924         (push_back): take a reference instead of a pointer.
1925
1926         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
1927
1928         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
1929         instead.
1930
1931         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
1932         set else use old code.
1933
1934         * ParagraphList.C: remove all NO_NEXT code and only compile this
1935         code of NO_STD_LIST is set.
1936
1937 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1938
1939         * BufferView_pimpl.C:
1940         * TextCache.C:
1941         * TextCache.h:
1942         * bufferlist.C:
1943         * errorlist.h:
1944         * format.C:
1945         * format.h:
1946         * graph.C:
1947         * lyxfunc.C:
1948         * lyxrc.C:
1949         * graphics/GraphicsConverter.C:
1950         * graphics/PreviewLoader.C: header adjustment
1951
1952 2003-05-23  Angus Leeming  <leeming@lyx.org>
1953
1954         * LaTeXFeatures.[Ch] (useBabel): new method.
1955         * bufferparams.C (writeLaTeX): use it.
1956
1957 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1958
1959         * ParagraphList.h (set): remove unused function.
1960
1961 2003-05-23  André Pönitz  <poenitz@gmx.net>
1962
1963         * BufferView.C:
1964         * BufferView_pimpl.C:
1965         * buffer.C:
1966         * buffer.h:
1967         * lyxfunc.C:
1968         * undo_funcs.C: setUndo reworked
1969
1970         * iterators.[Ch]: add access to topmost ParagraphList
1971
1972         * lyxtext.[Ch] (workWidth): add a const
1973
1974 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1975
1976         * texrow.[Ch] (increasePos): remove function
1977         * exporter.C (export): removed unused var and outdated comment
1978
1979 2003-05-23  Angus Leeming  <leeming@lyx.org>
1980
1981         * latexrunparams.h: rename fragile as moving_arg.
1982         * paragraph.C (simpleTeXOnePar): ditto.
1983         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
1984
1985 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1986
1987         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
1988         (createUndo): ditto
1989         (textUndoOrRedo): comment out a currently unused var.
1990
1991         * paragraph.h (NO_NEXT): enable NO_NEXT
1992
1993         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
1994
1995         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
1996
1997         * exporter.C (Export): adjust for removeAutoInsets removal.
1998
1999         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2000
2001         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2002
2003         * BufferView.[Ch] (removeAutoInsets): delete function
2004
2005 2003-05-22  Angus Leeming  <leeming@lyx.org>
2006
2007         * latexrunparams.h: add a free_spacing variable.
2008
2009         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2010         to pass moving_arg, as the data is stored in runparams.fragile.
2011
2012         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2013         to Inset::latexOptional or to simpleTeXOnePar.
2014
2015         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2016         free_spacing arg to Inset::latexOptional.
2017
2018         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2019         free_spacing arg.
2020
2021 2003-05-22  Angus Leeming  <leeming@lyx.org>
2022
2023         * latexrunparams.h: add fragile and use_babel variables.
2024
2025         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2026         * buffer.C (makeLaTeXFile): store this returned value in
2027         runparams.use_babel, thus passing it to the inset::latex methods.
2028
2029         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2030         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2031
2032         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2033         longer has a fragile arg, as it is stored in runparams.fragile.
2034
2035         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2036         moving_arg parameter as the data is stored in runparams.fragile.
2037
2038         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2039         a fragile parameter as the data is stored in runparams.fragile.
2040
2041 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2042
2043         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2044
2045 2003-05-22  Angus Leeming  <leeming@lyx.org>
2046
2047         * latexrunparams.h: add a 'bool nice' which defaults to false.
2048
2049         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2050         now encapsulated within runparams.
2051
2052         * bufferlist.C (updateIncludedTeXfiles):
2053         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2054
2055 2003-05-22  Angus Leeming  <leeming@lyx.org>
2056
2057         * latexrunparams.h: new file containing struct LatexRunParams.
2058         * Makefile.am: add new file.
2059
2060         * LaTeX.[Ch] (c-tor, run):
2061         * buffer.[Ch] (makeLaTeXFile):
2062         * bufferlist.[Ch] (updateIncludedTeXfiles):
2063         * converter.C (convert, scanLog):
2064         * converter.[Ch] (runLaTeX):
2065         * exporter.C (Export):
2066         * paragraph.[Ch] (simpleTeXOnePar):
2067         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2068         * paragraph_funcs.[Ch] (latexParagraphs):
2069         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2070         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2071         pass around a LatexRunParams parameter.
2072
2073 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2074
2075         * paragraph.[Ch]: remove unused constructor
2076
2077         * ParagraphList.C (erase): new function, taking two iterators
2078
2079 2003-05-22  André Pönitz  <poenitz@gmx.net>
2080
2081         * undo_funcs.C: remove duplicated code
2082
2083         * iterator.[Ch]: operator=
2084
2085 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2086
2087         * tabular.C (SetMultiColumn): ws changes
2088
2089         * rowpainter.C (paintFirst): get rid of a ->previous
2090
2091         * lyx_cb.C (getPossibleLabel): parlist simplification
2092
2093         * BufferView.C (ChangeInsets): simplify slightly.
2094
2095 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2096
2097         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2098         * lfuns.h: new LFUN_SPACE
2099         * lyxfunc.C: protected space has a new lfun
2100         * paragraph_funcs.C: read new space insets
2101         * text3.C:
2102         * factory.C: handle new space insets
2103
2104 2003-05-22  André Pönitz  <poenitz@gmx.net>
2105
2106         * BufferView.C:
2107         * BufferView_pimpl.C:
2108         * buffer.[Ch]:
2109         * lyxfunc.C:
2110         * undo_funcs.C: return a ParIterator from getParFromID.
2111
2112         * iterators.[Ch]: add two const's
2113
2114 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2115
2116         * toc.C (getTocList): adjust
2117
2118         * iterators.[Ch]: rework for parlist
2119
2120         * buffer.C (par_iterator_begin): adjust
2121         (par_iterator_end): adjust
2122
2123         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2124
2125         * BufferView.C (removeAutoInsets): adjust
2126         (ChangeInsets): adjust
2127
2128 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2129
2130         * text.C (top_y): fix bug 1110
2131
2132 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2133
2134         * errorlist.[Ch]: added
2135         * buffer.C:
2136         * BufferView.[Ch]:
2137         * BufferView_pimpl.C:
2138         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2139         instead
2140
2141 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2142
2143         * Makefile.am: ensure that lyx is relinked upon changes to the
2144         various "convenience" libs.
2145
2146 2003-05-20  Angus Leeming  <leeming@lyx.org>
2147
2148         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2149         files are compiled in alphabetical order again.
2150
2151         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2152
2153 2003-05-19  Angus Leeming  <leeming@lyx.org>
2154
2155         * gettext.[Ch]: remove "char const * _(char const *)".
2156
2157 2003-05-19  André Pönitz  <poenitz@gmx.net>
2158
2159         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2160
2161         * Makefile.am:
2162         * BufferView.C:
2163         * DepTable.h:
2164         * LaTeXFeatures.C:
2165         * buffer.C:
2166         * lyxfont.C:
2167         * lyxlex.h:
2168         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2169
2170 2003-05-19  André Pönitz  <poenitz@gmx.net>
2171
2172         * buffer.C:
2173         * lyxlayout.[Ch]:
2174         * lyxtextclass.[Ch]:
2175         * paragraph.C:
2176         * paragraph_funcs.[Ch]:
2177         * text2.C:
2178         * text3.C: more insetenv work
2179
2180 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2181
2182         * ParagraphParameters.C (params2string): small bug fixed
2183
2184 2003-05-16  André Pönitz  <poenitz@gmx.net>
2185
2186         * debug.C:
2187         * bufferview_funcs.C: patch from Kornel Benko to prevent
2188           crash when _(...) is called twice in a statement
2189
2190 2003-05-16  André Pönitz  <poenitz@gmx.net>
2191
2192         * BufferView.C:
2193         * lyxfunc.C:
2194         * text.C:
2195         * text2.C:
2196         * text3.C:
2197         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2198
2199 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2200
2201         * lyx_main.C (init): remove spurious static_cast
2202
2203 2003-05-14  André Pönitz  <poenitz@gmx.net>
2204
2205         * BufferView.C: fix format string
2206
2207 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2208
2209         * BufferView.[Ch] (insertErrors): removed
2210         * BufferView.[Ch] (showErrorList): added
2211         * buffer.C (runChkTeX):
2212         * converter.C (scanLog): call showErrorList instead of inserterrors
2213
2214 2003-05-13  André Pönitz  <poenitz@gmx.net>
2215
2216         * BufferView_pimpl.C:
2217         * buffer.C:
2218         * bufferview_func.C:
2219         * MenuBackend.C:
2220         * lyxfunc.C:
2221         * lyxrc.C:
2222         * tex-accent.C:
2223         * text3.C:
2224         * toc.C:
2225         * tabular_funcs.h: tostr() from its own header
2226
2227         * ParagraphParameters.C:
2228         * ToolbarBackend.C:
2229         * bufferparams.C:
2230         * format.C:
2231         * lyxlex_pimpl.C:
2232         * text3.C: STRCONV()
2233
2234 2003-05-12  André Pönitz  <poenitz@gmx.net>
2235
2236         * BufferView.C:
2237         * BufferView_pimpl.C:
2238         * CutAndPaste.C:
2239         * LaTeX.C:
2240         * LaTeXFeatures.C:
2241         * ParagraphParameters.C:
2242         * buffer.C:
2243         * bufferlist.C:
2244         * bufferparams.C:
2245         * bufferview_funcs.C:
2246         * converter.C:
2247         * counters.C:
2248         * debug.C:
2249         * exporter.C:
2250         * format.C:
2251         * importer.C:
2252         * lyx_cb.C:
2253         * lyx_main.C:
2254         * lyxfont.C:
2255         * lyxfunc.C:
2256         * lyxvc.C:
2257         * paragraph.C:
2258         * paragraph_funcs.C:
2259         * tabular.C:
2260         * tabular_funcs.C:
2261         * text2.C:
2262         * text3.C:  boost::format -> bformat  all over the place
2263
2264
2265 2003-05-09  André Pönitz  <poenitz@gmx.net>
2266
2267         * LColor.[Ch]: Pimpl the #include <map> away
2268
2269 2003-05-09  John Levon  <levon@movementarian.org>
2270
2271         * bufferlist.C: never remove emergency saves
2272
2273 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2274
2275         * Makefile.am: better lib building
2276
2277 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2278
2279         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2280         instead.
2281         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2282         (simpleTeXSpecialChars): adjust
2283         (simpleTeXSpecialChars): adjust
2284         * paragraph.C (simpleTeXOnePar): adjust
2285         * buffer.C (makeLaTeXFile): adjust
2286
2287         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2288
2289         * text2.C (changeDepth): parlist cleanup
2290         (getColumnNearX): ditto
2291
2292         * rowpainter.C (getLabelFont): parlist cleanup
2293
2294         * bufferlist.C (newFile): parlist cleanup
2295
2296         * CutAndPaste.C (eraseSelection): parlist cleanup
2297
2298         * BufferView_pimpl.C (trackChanges): parlist cleanup
2299         (dispatch): ditto
2300
2301         * BufferView.C (lockInset): parlist cleanup.
2302         (ChangeInsets): ditto
2303
2304 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2305
2306         * CutAndPaste.h: Update file header.
2307
2308         * CutAndPaste.C: Update file header.
2309         Store the parts cut out of the Document in a limited_stack.
2310         (copySelection): adjust
2311         (pasteSelection): new function, takes the index in the limited stack.
2312         (nrOfParagraphs): adjust
2313         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2314         simplify error inset insertion.
2315         (checkPastePossible): adjust
2316
2317 2003-05-06  John Levon  <levon@movementarian.org>
2318
2319         * text2.C: don't cast wrap inset to float
2320
2321 2003-05-05  André Pönitz  <poenitz@gmx.net>
2322
2323         * iterator.C:
2324         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2325
2326         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2327           few naked Paragraph *.
2328
2329 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2330
2331         * bufferparams.C: Output warning if a document with missing
2332         TeX document class is loaded
2333         * exporter.C: Disable TeX exports if the document class is missing
2334         * lyxtextclass.C:
2335         * lyxtextclass.h:
2336         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2337         isTeXClassAvailable()
2338
2339 2003-05-03  John Levon  <levon@movementarian.org>
2340
2341         * BufferView.h:
2342         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2343         explicit cursor show/hide
2344
2345         * BufferView_pimpl.h:
2346         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2347         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2348
2349         * lyxfunc.C: hide cursor before dispatching.
2350
2351         * lyx_cb.C:
2352         * lyxfind.C:
2353         * text.C:
2354         * text3.C: remove explicit cursor hides
2355
2356 2003-05-02  André Pönitz  <poenitz@gmx.net>
2357
2358         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2359
2360         * undo_funcs.C:
2361         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2362           linked lists
2363
2364         * text2.C: tiny whitespace
2365
2366 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2367
2368         * undo_funcs.C: almost only ws changes.
2369
2370         * ParagraphList.C (splice): just return if pl is empty.
2371
2372 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2373
2374         * ParagraphList.C (splice): new function.
2375
2376         * CutAndPaste.C (pasteSelection): use it
2377
2378 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2379
2380         * CutAndPaste.C (pasteSelection): remove the last next and
2381         previous from this file.
2382
2383 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2384
2385         * CutAndPaste.C (pasteSelection): more clean up, user proper
2386         ParagraphList functions for pasteing.
2387
2388         * ParagraphList.C (insert): new function, three arg insert
2389
2390 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2391
2392         * ParagraphList.C (insert): new function, three arg insert
2393
2394         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2395         not on paragraphs.
2396
2397 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2398
2399         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2400
2401 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2402
2403         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2404
2405 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2406
2407         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2408         (copySelection): clean up a bit.
2409         (pasteSelection): use make_pair
2410
2411         * ParagraphList.C (ParagraphList): implement copy constructor
2412         (operator=): implement, base on copy constructor.
2413         (assign): new func
2414
2415         * paragraph.C (erase): return a bool
2416
2417         * paragraph_pimpl.C (erasePos): remove function, move contents...
2418         (erase): ... here. Return a bool.
2419         (erase): call erase instead of erasePos.
2420
2421 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2422
2423         * ParagraphList.h: define PitPosPair
2424         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2425         ParagraphList, fix a bug on pasting multiple pars
2426         * text2.C: change interface to C&P
2427
2428 2003-04-30  André Pönitz  <poenitz@gmx.net>
2429
2430         * undo_func.C: revert part of yesterday's patch 2
2431
2432 2003-04-30  John Levon  <levon@movementarian.org>
2433
2434         * LColor.C: s/tabular/table/
2435
2436 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2437
2438         * text3.C (dispatch): do not convert iterator -> pointer
2439         * undo_funcs.C (setCursorParUndo): ditto
2440         * text_funcs.C (transposeChars): ditto
2441
2442         * text2.C (setLayout): ws changes only
2443
2444         * text.C (breakParagraph): do not convert iterator -> pointer
2445         (insertChar): ditto
2446         (acceptChange): ditto
2447         (rejectChange): ditto
2448         (changeCase): ditto
2449         (Delete): ditto
2450         (backspace): ditto
2451
2452         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2453         pointer
2454
2455 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2456
2457         * text3.C (gotoInset): YABG (yet another bad getChar)
2458
2459 2003-04-29  André Pönitz  <poenitz@gmx.net>
2460
2461         * paragraph.h: make operator= private unimplemented as long as
2462           it is unusable
2463
2464         * ParagraphList.C: whitespace
2465
2466         * paragraph.[Ch]:
2467         * paragraph_pimpl.[Ch]:
2468         * paragraph_funcs.C:
2469         * CutAndPaste.C:
2470         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2471
2472         * text2.C:
2473           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2474
2475 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2476
2477         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2478         * paragraph.[Ch] (erase):
2479         * paragraph_pimpl.[Ch] (erase): change return type and value
2480         * text2.C (cutSelection): some rework
2481
2482 2003-04-28  John Levon  <levon@movementarian.org>
2483
2484         * bufferlist.C: changes for unsaved changes dialog
2485
2486 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2487
2488         * bufferlist.C (newFile): set language (messages_) for new
2489         documents also.
2490
2491         * buffer.C (readFile): ws changes only.
2492
2493 2003-04-28  André Pönitz  <poenitz@gmx.net>
2494
2495         * undo_funcs.C:
2496         * lyxfunc.C:
2497         * buffer.[Ch]:
2498         * BufferView_pimpl.C:
2499         * BufferView.C: getParFromID related ParagraphList::iterator changes
2500
2501 2003-04-28  André Pönitz  <poenitz@gmx.net>
2502
2503         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2504           Changes
2505
2506 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2507
2508         * messages.C: remove one more localedir class variable.
2509
2510 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2511
2512         * messages.C (getLocaleDir): singleton generation function
2513         (Pimpl): use it.
2514         (Messages): add a default constructor.
2515
2516         * main.C (main): do not setup localedir here, do not call
2517         gettext_init.
2518
2519         * gettext.C (_): use it.
2520         (gettext_init): delete funciton
2521
2522 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2523
2524         * gettext.C (getLyXMessages): new singleton generating function.
2525
2526         * buffer.C (updateDocLang): adjust
2527
2528         * Makefile.am (messages.o): add target
2529         (main.o): remove target
2530
2531 2003-04-27  John Levon  <levon@movementarian.org>
2532
2533         * bufferlist.C:
2534         * lyx_cb.C:
2535         * lyxfunc.C:
2536         * lyxvc.C: specify cancel button in Alert::prompt
2537
2538 2003-04-26  John Levon  <levon@movementarian.org>
2539
2540         * text3.C:
2541         * lyxfunc.C:
2542         * lfuns.h:
2543         * LyXAction.C: add LFUN_INSET_SETTINGS
2544
2545         * lyxfunc.C: don't enable tabular-feature when there's
2546         just any locking inset
2547
2548 2003-04-26  John Levon  <levon@movementarian.org>
2549
2550         * bufferlist.C: re-add Cancel to buffer close question
2551
2552         * lyxfunc.C: fix import UI a bit
2553
2554 2003-04-25  John Levon  <levon@movementarian.org>
2555
2556         * gettext.C: remove the broken asserts for now
2557
2558 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2559
2560         * messages.C: make case where setlocale cannot comply work better.
2561
2562         * buffer.C (updateDocLang): new function
2563         (changeLanguage): use it
2564         (readFile): use it
2565
2566         * text2.C (setCounter): use B_ a bit.
2567
2568         * lyxlayout.C (Read): be sure to trim the label strings.
2569
2570         * messages.C (Messages): fix typo in comment
2571
2572         * buffer.C (readFile): set message_ after file is loaded.
2573         (makeDocBookFile): remove double return
2574         (changeLanguage): reset message_ upon language change.
2575         (B_): new func, use this to get translated buffer strings.
2576
2577         * main.C: add myself and Jean Marc as authors.
2578
2579 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2580
2581         * messages.[hC]: pimplify Messages, and three different pimpls to be
2582         used in different circumstances.
2583
2584         * gettext.[Ch]: change for use with new message code.
2585
2586 2003-04-24 André Pönitz <poenitz@gmx.net>
2587
2588         * factory.C: support for eqref
2589
2590 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2591
2592         * messages.[Ch]: add missing char
2593
2594         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2595
2596         * messages.[Ch]: New files
2597
2598 2003-04-18  John Levon  <levon@movementarian.org>
2599
2600         * BufferView.h:
2601         * BufferView.C:
2602         * BufferView_pimpl.C:
2603         * lfuns.h:
2604         * LyXAction.C:
2605         * lyxtext.h:
2606         * text2.C: remove layout-copy/paste (bug 778)
2607
2608 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2609
2610         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2611
2612 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2613
2614         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2615         if they succeed. Act accordingly.
2616
2617 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2618
2619         * text2.C (setCharFont): adjust
2620         (setCounter): adjust
2621         (insertStringAsLines): adjust
2622
2623         * text.C (leftMargin): adjust
2624         (setHeightOfRow): adjust
2625
2626         * rowpainter.C (paintFirst): adjust
2627         (paintLast): adjust
2628
2629         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2630         (outerHook): ditto
2631         (isFirstInSequence): ditto
2632         (getEndLabel): ditto
2633         (outerFont): adjust
2634
2635         * paragraph.C (getParLanguage): comment out some hard stuff.
2636
2637         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2638         (sgmlError): ditto
2639         (simpleDocBookOnePar): ditto
2640         (makeDocBookFile): use ParagraphList::iterator
2641
2642         * CutAndPaste.C (pasteSelection): adjust
2643
2644 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2645
2646         * text2.C (getFont): adjust
2647         (getLayoutFont): adjust
2648         (getLabelFont): adjust
2649
2650         * paragraph_funcs.C (TeXOnePar): adjust
2651
2652         * buffer.C (simpleLinuxDocOnePar): adjust
2653         (simpleDocBookOnePar): adjust
2654
2655         * CutAndPaste.C (pasteSelection): adjust
2656
2657         * BufferView.C (getEncoding): adjust
2658
2659         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2660
2661 2003-04-16  John Levon  <levon@movementarian.org>
2662
2663         * lyxfind.C: use parlist stuff for search/changes
2664
2665 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2666
2667         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2668
2669         * text2.C (deleteEmptyParagraphMechanism): adjust
2670
2671         * text2.[Ch] (ownerParagraph): delete func (both of them
2672
2673 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2674
2675         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2676
2677 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2678
2679         * ParagraphList.C: prepare for NO_NEXT
2680
2681 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2682
2683         * text2.C (getFont): adjust
2684         (getLayoutFont): adjust
2685         (getLabelFont): adjust
2686
2687         * paragraph.C (getFont): adjust
2688         (getLabelFont): adjust
2689         (getLayoutFont): adjust
2690
2691         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2692
2693 2003-04-15  John Levon  <levon@movementarian.org>
2694
2695         From Angus Leeming
2696
2697         * lyx_main.C: handle Include in .ui files
2698
2699 2003-04-15  John Levon  <levon@movementarian.org>
2700
2701         * MenuBackend.C: make the doc files length shorter
2702
2703         * ToolbarBackend.h:
2704         * ToolbarBackend.C: handle toolbar placement flags,
2705         Minibuffer
2706
2707 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2708
2709         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
2710         adjust
2711
2712         * paragraph_funcs.C (TeXOnePar): adjust
2713
2714         * paragraph.C (getLabelFont): add outerfont arg, adjust
2715         (getLayoutFont): ditto
2716         (simpleTeXOnePar): adjust
2717
2718         * paragraph_pimpl.C (realizeFont): delete func
2719
2720 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
2721
2722         * text2.C (beforeFullRowInset): added a bad getchar check, removed
2723         row argument, constify cur argument.
2724
2725 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2726
2727         * text2.C (getFont): adjust
2728         (getLayoutFont): adjust
2729         (getLabelFont): adjust
2730
2731         * paragraph_funcs.C (TeXOnePar): adjust
2732         (outerFont): new func...
2733         (realizeFont): ...moved out from here, changed this to facilitate
2734         transition
2735
2736         * paragraph.C (getFont): take outerfont as arg, adjust
2737         (simpleTeXOnePar): add outerfont arg, adjust
2738
2739         * buffer.C (simpleLinuxDocOnePar): adjust
2740         (simpleDocBookOnePar): adjust
2741
2742         * CutAndPaste.C (pasteSelection): adjust
2743
2744         * BufferView.C (getEncoding): adjust
2745
2746 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2747
2748         * text2.C (setCharFont): adjust
2749         (setCounter): adjust
2750
2751         * text.C (leftMargin): adjust
2752         (setHeightOfRow): adjust
2753
2754         * rowpainter.C (paintFirst): adjust
2755         (paintLast): adjust
2756
2757         * paragraph_pimpl.C (realizeFont): adjust
2758
2759         * paragraph.C (isFirstInSequence): move from here...
2760         * paragraph_funcs.C (isFirstInSequence): ...to here
2761
2762         * paragraph.C (outerHook): move from here...
2763         * paragraph_funcs.C (outerHook): ...to here
2764
2765         * paragraph.C (depthHook): move from here...
2766         * paragraph_funcs.C (depthHook): ...to here
2767
2768         * paragraph.C (getEndLabel): move from here...
2769         * paragraph_funcs.C (getEndLabel): ...to here
2770
2771         * text2.C (realizeFont): move from here...
2772         * paragraph_funcs.C (realizeFont): ...to here
2773
2774 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2775
2776         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
2777
2778 2003-04-14  Angus Leeming  <leeming@lyx.org>
2779
2780         * LColor.[Ch]: scrap LColor mathcursor.
2781
2782 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2783
2784         * lyxlex.[Ch] (text): delete function
2785         * trans.C (Load): adjust
2786         * paragraph_funcs.C (readParToken): adjust
2787
2788 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2789
2790         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
2791         vector<char> instead of a char[].
2792
2793         * lyxlex_pimpl.C (getString): adjust
2794         (next): adjust
2795         (lex): use getString
2796         (eatLine): adjust
2797         (nextToken): adjust
2798
2799         * lyxlex.C (text): use pimpl_->getString()
2800         (getBool): ditto
2801         (findToken): ditto
2802
2803 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2804
2805         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
2806         (makeFontEntriesLayoutSpecific): temp var for par.size()
2807         (setLayout): temp var for ownerParagraphs().end()
2808         (fullRebreak): temp var for rows().end()
2809         (selectionAsString): temp var for boost::next(startpit), realize
2810         that the while really is a regular for loop.
2811         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
2812         setCursor in one place.
2813         (setParagraph): temp vr for ownerParagraphs().end()
2814         (updateCounters): make the while loop a for loop
2815         (cutSelection): temp var for ownerParagraphs().end()
2816         (updateInset): make the do {} while() a regular for loop
2817         (getCursorX): use temp vars
2818         (setCurrentFont): use temp vars
2819         (getColumnNearX): use temp vars
2820
2821 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2822
2823         * text.C (transformChar): use temp var for getChar
2824         (computeBidiTables): use temp var for row->par()
2825         (fill): move temp vars for row->par() and pit->layout() earlier in
2826         the function.
2827         (labelFill): use temp var for row->par()
2828         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
2829         asc and desc, realize that pit never changes and that firstpit is
2830         just a duplicate and not needed. Exchange rit->par() with pit in a
2831         lot of places.
2832         (breakAgain): use a temp var for boost::next(rit)
2833         (breakAgainOneRow): ditto
2834         (breakParagraph): use a temp var for rows().begin()
2835         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
2836         (cursorRightOneWord): use temp var for cursor.par() and
2837         cursor.pos(), remove usage of tmpcursor.
2838         (cursorLeftOneWord): use temp var for cursor.par() and
2839         cursor.pos() only set cur at end of function.
2840
2841 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2842
2843         * text.C, text2.C: exchange all usage of Paragraph::next with
2844         boost::next(ParagraphList::iterator)
2845
2846         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
2847
2848         * text2.C (cursorTop): simplify implementation
2849         (cursorBottom): ditto
2850         (setParagraph): use ParagraphList::iterator
2851         (setCurrentFont): adjust
2852         (getColumnNearX): adjust
2853         (cursorRight): adjust
2854         (cursorLeft): remove usage of Paragraph::previous
2855         (cursorUpParagraph): ditto
2856         (deleteEmptyParagraphMechanism): slight cleanup
2857
2858         * text.C (isBoundary): take a Paragraph const & instead of a
2859         pointer as arg.
2860         (addressBreakPoint): ditto
2861         (leftMargin): remove usage of Paragraph::previous.
2862         (setHeightOfRow): ditto
2863         (cursorLeftOneWord): ditto
2864         (selectNextWordToSpellcheck): ditto
2865         (Delete): ditto
2866         (backspace): ditto
2867         (breakParagraph): remove one usage of Paragraph::next
2868         (redoParagraph): ditto
2869         (acceptChange): ditto
2870         (insertChar): adjust
2871         (rowBreakPoint): adjust
2872
2873         * bufferview_funcs.C (toggleAndShow): adjust
2874
2875 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
2876
2877         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
2878         methods to access it.
2879         * lyxtext.h:
2880         * text.C: Added updateRowPositions to compute all row positions.
2881         Make top_y and getRowNearY() to use the cached y position
2882
2883 2003-04-11  John Levon  <levon@movementarian.org>
2884
2885         * text.C (rowBreakPoint): reintroduce the labelEnd
2886         checks, code copied from the row fill stuff. Deep voodoo.
2887
2888         * text.C (fill): add a comment and debugging for the
2889         next poor soul.
2890
2891 2003-04-11  John Levon  <levon@movementarian.org>
2892
2893         * text.C: make sure fullrow insets get wrapped to the next line,
2894         even when they're in a manual label
2895
2896 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
2897
2898         * text2.C (insertParagraph): make it take ParagraphList::iterator
2899         as arg.
2900         (setLayout): make it return ParagraphList::iterator
2901         (redoParagraphs): ditto
2902         (setCounter): ditto
2903         (checkParagraph): ditto
2904
2905         * text.C (getRow): make getrow take ParagraphList::iterator as arg
2906
2907         * text2.C: adjust several funcs.
2908         (realizeFont): take a ParagraphList::iterator as arg.
2909         (getLayoutFont): ditto
2910         (getLabelFont): ditto
2911         (setCharFont): ditto
2912
2913         * text.C: adjust several funcs.
2914
2915 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2916
2917         * text.C (selectNextWordToSpellcheck): don't accidentally
2918         skip insets
2919
2920 2003-04-10  John Levon  <levon@movementarian.org>
2921
2922         * ToolbarBackend.C (getIcon): special handling for
2923         LFUN_MATH_DELIM
2924
2925 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2926
2927         * text2.C (cursorRight): a getChar assert fixed
2928
2929 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2930
2931         * text2.C (getFont): change to take a ParagraphList::iterator
2932         instead of Paragraph*
2933         Adjust several functions.
2934
2935         * text.C (transformChar): change to take a ParagraphList::iterator
2936         instead of Paragraph*
2937         (singleWidth): ditto
2938         Adjust several functions.
2939
2940         * rowpainter.C: adjust several functions
2941         * rowpainter.h:store a ParagraphList::iterator and not a
2942         Paragraph&.
2943
2944
2945 2003-04-09  John Levon  <levon@movementarian.org>
2946
2947         * lyxfunc.C:
2948         * lfuns.h:
2949         * LyXAction.h:
2950         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
2951         and the "help" bits as well
2952
2953 2003-04-09  John Levon  <levon@movementarian.org>
2954
2955         * ToolbarBackend.h:
2956         * ToolbarBackend.C: allow multiple toolbars
2957
2958 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2959
2960         * undo_funcs.C (setCursorParUndo): adjust
2961
2962         * text_funcs.C (transposeChars): adjust
2963
2964         * text3.C (gotoNextInset): adjust
2965         (dispatch): adjust
2966
2967         * text2.C (setLayout): adjust
2968         (changeDepth): adjust
2969         (setFont): adjust
2970         (redoParagraphs): adjust
2971         (selectionAsString): adjust
2972         (setParagraph): adjust
2973         (insertInset): adjust
2974         (cutSelection): adjust
2975         (copySelection): adjust
2976         (pasteSelection): adjust
2977         (insertStringAsLines): adjust
2978         (updateInset): adjust
2979         (setCursor): change to take a ParagraphList::iterator parameter
2980         (setCursorIntern): change to take a ParagraphList::iterator parameter
2981         (setCurrentFont): adjust
2982         (cursorLeft): adjust
2983         (cursorRight): adjust
2984         (deleteEmptyParagraphMechanism): adjust
2985
2986         * text.C (breakParagraph): adjust
2987         (insertChar): adjust
2988         (acceptChange): adjust
2989         (rejectChange): adjust
2990         (selectNextWordToSpellcheck): adjust
2991         (changeCase): adjust
2992         (Delete): adjust
2993         (backspace): adjust
2994
2995         * lyxfind.C (SearchForward): adjust
2996         (SearchBackward): adjust
2997         (nextChange): adjust
2998
2999         * lyxcursor.C (par): adjust
3000
3001         * lyxcursor.h: store a ParagraphList::iterator instead of a
3002         Paragraph*
3003
3004         * lyx_cb.C (getPossibleLabel): adjust
3005
3006         * bufferview_funcs.C (toggleAndShow): adjust
3007
3008         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3009         (dispatch): adjust
3010
3011         * BufferView.C (removeAutoInsets): adjust
3012         (lockedInsetStoreUndo): adjust
3013
3014 2003-04-09  John Levon  <levon@movementarian.org>
3015
3016         * ToolbarBackend.C: try icon without argument
3017         if with argument fails
3018
3019 2003-04-08  John Levon  <levon@movementarian.org>
3020
3021         * ToolbarBackend.h:
3022         * ToolbarBackend.C: add getIcon(), handle tooltip,
3023         and change from "Icon" to "Item".
3024
3025 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3026
3027         * BufferView.C (lockInset): another bad getchar crunched
3028
3029 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3030
3031         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3032         again)
3033
3034 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3035
3036         * lyxfind.C (searchForward, searchBackwards): bug 782
3037
3038 2003-04-07  John Levon  <levon@movementarian.org>
3039
3040         * paragraph.C: remove dead comment
3041
3042         * text.C: remove troublesome depth-fiddling code
3043         in leftMargin() and rightMargin() (bug 1017)
3044
3045         * text.C: fix breaking of rows in nested lists
3046         (bug 1004)
3047
3048         * text2.C (updateCounters): fix up depth values
3049         (bug 1013)
3050
3051 2003-04-07  John Levon  <levon@movementarian.org>
3052
3053         * BufferView_pimpl.C: clear message when doc finishes resizing,
3054         and after a mouse event
3055
3056         * lyxfunc.C: clear message after exiting inset
3057
3058 2003-04-07  John Levon  <levon@movementarian.org>
3059
3060         * bufferview_funcs.C: show math status not outside
3061         status in the statusbar
3062
3063 2003-04-07  John Levon  <levon@movementarian.org>
3064
3065         * lyxfunc.C: note status changed after a depth change
3066
3067 2003-04-04  Angus Leeming  <leeming@lyx.org>
3068
3069         * LaTeX.h: move AuxInfo operator==, != out of line.
3070         Remove LaTeX virtual destructor; nothing derives from it.
3071         Move operator()() out of public area and rename it startscript().
3072         Change protected for private.
3073
3074 2003-04-04  Angus Leeming  <leeming@lyx.org>
3075
3076         * lyxfunc.C:
3077         * text2.C: remove unneeded #includes.
3078
3079 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3080
3081         * text2.C (dEPM): fix the heigth of the next row
3082
3083 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3084
3085         * text.C: squashed an invalid getChar requester + some ws changes
3086
3087 2003-04-03  John Levon  <levon@movementarian.org>
3088
3089         * bufferview_funcs.h:
3090         * bufferview_funcs.C:
3091         * lyxfunc.C:
3092         * lyxtext.h:
3093         * text2.C: make getStatus work for the env depth lfuns
3094
3095 2003-04-03  John Levon  <levon@movementarian.org>
3096
3097         * bufferview_funcs.h:
3098         * bufferview_funcs.C:
3099         * lyxfunc.C:
3100         * lyxtext.h:
3101         * text2.C: parlistize decDepth(), by merging it with incDepth()
3102
3103 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3104
3105         * lyxrow.h: store a ParagraphList::iterator instead of a
3106         Paragraph* and adjust other class functions to suit.
3107
3108         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3109         above.
3110
3111 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3112
3113         * text2.C (setCursor): do not anchor to cursor row for the time being
3114
3115 2003-04-02  John Levon  <levon@movementarian.org>
3116
3117         * LyXAction.C:
3118         * lfuns.h:
3119         * lyx_main.C:
3120         * lyxtext.h:
3121         * text.C:
3122         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3123
3124 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3125
3126         * paragraph.h: make ParagraphList and ParagraphList::iterator
3127         friends of Paragraph.
3128
3129         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3130
3131         * ParagraphList.C: Use the private next_ and previous_ from
3132         Paragraph.
3133
3134 2003-04-01  John Levon  <levon@movementarian.org>
3135
3136         * ToolbarBackend.h:
3137         * ToolbarBackend.C:
3138         * Makefile.am: rename, remove defaults gunk
3139
3140         * MenuBackend.h:
3141         * MenuBackend.C: remove defaults gunk
3142
3143         * Languages.h:
3144         * Languages.C: remove defaults gunk
3145
3146         * lyx_main.h:
3147         * lyx_main.C: error out if files couldn't be found.
3148
3149 2003-04-02  John Levon  <levon@movementarian.org>
3150
3151         * text2.C: make incDepth() use parlist
3152
3153 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3154
3155         * undo_funcs.C (firstUndoParagraph): adjust
3156
3157         * text3.C (gotoInset): adjust
3158         (dispatch): adjust, and rewrite loop.
3159
3160         * text2.C (init): adjust, and rewrite loop.
3161         (redoParagraphs): adjust
3162         (updateInset): adjust, and rewrite loop.
3163         (deleteEmptyParagraphMechanism): adjust
3164
3165         * tabular.C (LyXTabular): adjust
3166         (SetMultiColumn): adjust
3167         (TeXRow): adjust
3168
3169         * lyxtext.[Ch] (ownerParagraph): delete function
3170         (ownerParagraphs): new function returns a ParagraphList.
3171
3172         * BufferView.C (removeAutoInsets): adjust
3173         (insertErrors): adjust
3174         (setCursorFromRow): adjust
3175
3176 2003-04-01  Angus Leeming  <leeming@lyx.org>
3177
3178         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3179         in the frontends.
3180
3181 2003-04-02  John Levon  <levon@movementarian.org>
3182
3183         * lyxtext.h:
3184         * text.C:
3185         * Makefile.am:
3186         * text_funcs.h:
3187         * text_funcs.C: make transposeChars a free function
3188
3189         * lyxrow_funcs.C: remove wrong comment
3190
3191 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3192
3193         * lyxtext.h: adjust
3194         * rowpainter.C: adjust
3195         * text.C: adjust
3196         * text2.C: adjust
3197         * text3.C: adjust
3198
3199         * lyxrow_funcs. [Ch]: new files
3200
3201         * lyxrow.[Ch]: remove next and previous pointers
3202         (next,previous): remove accessor functions
3203         (isParEnd): move to lyxrow_funcs
3204         (lastPos): move to lyxrow_funcs
3205         (nextRowIsAllInset): move to lyxrow_funcs
3206         (lastPrintablePos): move to lyxrow_funcs
3207         (numberOfSeparators): move to lyxrow_funcs
3208         (numberOfHfills): move to lyxrow_funcs
3209         (numberOfLabelHfills): move to lyxrow_funcs
3210         (hfillExpansion): move to lyxrow_funcs
3211
3212         * lyxfunc.C: adjust
3213
3214         * bufferview_funcs.C (toggleAndShow): adjust
3215
3216         * RowList.h: Remove class RowList from file leave just a
3217         std::list<Row>.
3218
3219         * RowList.C: delete file
3220
3221         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3222         and lyxrow_funcs.h
3223
3224 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3225
3226         * text3.C (cursorPrevious): adjust
3227         (cursorNext): adjust
3228         (dispatch): adjust
3229
3230         * text2.C (redoHeightOfParagraph): adjust
3231         (redoDrawingOfParagraph): adjust
3232         (setCursor): adjust
3233
3234         * text.C (breakParagraph): adjust
3235         (insertChar): adjust
3236         (backspace): adjust
3237
3238         * rowpainter.C (RowPainter): adjust
3239         (leftMargin): simplify and adjust
3240         (most rowpainter functions): adjust.
3241
3242         * rowpainter.h: store the row as RowList::iterator not as Row*
3243
3244         * lyxcursor.C (row): taka RowList::iterator as arg
3245         (irow): ditto
3246
3247         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3248         of Row*.
3249
3250 2003-04-01  Angus Leeming  <leeming@lyx.org>
3251
3252         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3253         stuff like bool Bool.
3254
3255 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3256
3257         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3258         rewrite a loop
3259
3260 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3261
3262         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3263         RowList::iterator.
3264
3265         * lyxtext.h (rows): drop one version and leve a const variant that
3266         returns a RowList::iterator.
3267
3268 2003-03-31  Angus Leeming  <leeming@lyx.org>
3269
3270         * text.C (fill): ensure that the signature is the same as that in the
3271         header file.
3272
3273 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3274
3275         * text2.C (redoParagraphs): adjust
3276         (updateCounters): adjust
3277         (checkParagraph): adjust
3278         (getColumnNearX): adjust and reformat a bit.
3279
3280         * text.C (top_y): adjust
3281         (workWidth): adjust
3282         (leftMargin): adjust
3283         (prepareToPrint): adjust
3284         (getRow): adjust
3285         (getRowNearY): adjust
3286
3287         * lyxtext.h: make rowlist_ mutable.
3288
3289         * RowList.h: add const_iterator
3290         * RowList.C: adjust for RowList::const_iterator.
3291
3292         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3293         adjust.
3294
3295 2003-03-31  John Levon  <levon@movementarian.org>
3296
3297         * lyxrc.h:
3298         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3299
3300         * lyx_main.C: set default fonts from using lyx_gui funcs
3301
3302         * exporter.C: pdf_mode moved from lyxrc
3303
3304         * lyx_cb.C:
3305         * lyxfunc.C: changes from above
3306
3307 2003-03-31  John Levon  <levon@movementarian.org>
3308
3309         * lyx_main.C: fix to the last fix
3310
3311 2003-03-31  John Levon  <levon@movementarian.org>
3312
3313         * bufferlist.C: "Load original" -> "Load Original"
3314
3315         * converter.C:
3316         * exporter.C:
3317         * importer.C:
3318         * lyx_main.C:
3319         * format.C: more Alert cleanups
3320
3321 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3322
3323         * text2.C (removeParagraph): make it take a RowList::iterator as
3324         arg, adjust.
3325         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3326         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3327
3328         * text.C (anchor_row): make it take a RowList::iterator as arg,
3329         adjust.
3330         (computeBidiTables): make it take a const reference to Row instead
3331         of Row pointer, adjust.
3332         (leftMargin): make it take a RowList::iterator as arg, adjust.
3333         (rowBreakPoint): adjust
3334         (breakAgainOneRow): make it take a RowList::iterator as arg,
3335         adjust.
3336         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3337
3338         * bufferview_funcs.C (toggleAndShow): adjust
3339
3340 2003-03-30  John Levon  <levon@movementarian.org>
3341
3342         * Makefile.am:
3343         * BoostFormat.h:
3344         * boost-inst.C: moved to support
3345
3346         * several files: changes as a result
3347
3348 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3349
3350         * text2.C (LyXText): adjust.
3351         (init): adjust
3352         (removeRow): make it take a RowList::iterator as arg, adjust.
3353         (fullRebreak): adjust
3354         (deleteEmptyParagraphMechanism): adjust
3355         (clearPaint): adjust
3356         (postPaint): adjust
3357
3358         * text.C (top_y): adjust
3359         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3360         (breakAgain): make it take a RowList::iterator as arg, adjust.
3361         (breakParagraph): adjust
3362         (insertChar): adjust
3363         (backspace): adjust
3364
3365         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3366         need_break_row, and refresh_row.
3367
3368         * text3.C (dispatch): adjust
3369
3370         * text2.C (checkParagraph): adjust
3371         (setCursor): adjust
3372         (setCursorFromCoordinates): adjust
3373
3374         * text.C (top_y): adjust
3375         (workWidth): adjust
3376         (getRow): make it return a RowList::iterator, adjust
3377         (getRowNearY): make it return a RowList::iterator, adjust
3378
3379         * text2.C (init): adjust
3380         (insertRow): remove function
3381         (insertParagraph): adjust
3382         (redoParagraphs): adjust
3383         (fullRebreak): adjust
3384         (updateCounters): adjust
3385
3386         * text.C (top_y): rewrite to use RowList iterators.
3387         (top_y): adjust
3388         (setHeightOfRow): rewrite to sue RowList iterators.
3389         (appendParagraph): adjust
3390         (breakAgain): adjust
3391         (breakAgainOneRow): adjust
3392         (breakParagraph): adjust
3393         (getRow): adjust
3394         (getRowNearY): adjust, and remove commented code.
3395
3396         * lyxtext.h (firstRow): delete function
3397         (lastRow): delete function
3398         (rows): new function (const and non-const versions.)
3399         (insertRow): delete function
3400
3401         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3402
3403 2003-03-29  John Levon  <levon@movementarian.org>
3404
3405         * BufferView_pimpl.C: always update scrollbar top
3406         because pasting text when we're anchored could mean we
3407         miss an update altogether
3408
3409 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3410
3411         * text2.C (init): use rowlist_.end() and not 0.
3412         (insertRow): change to take a RowList::iterator as arg, adjust
3413         for this.
3414         (insertParagraph): change to take a RowList::iterator as arg,
3415         adjust for this.
3416         (redoParagraphs): remove some debug msgs.
3417
3418         * text.C (appendParagraph): change to take a RowList::iterator
3419         arg, adjust for this.
3420         (breakAgain): add an assert
3421         (breakAgainOneRow): ditto
3422
3423 2003-03-29  John Levon  <levon@movementarian.org>
3424
3425         * text2.C: do not clear selection after inc/decDepth
3426         (bug 550)
3427
3428 2003-03-29  John Levon  <levon@movementarian.org>
3429
3430         * BufferView.C:
3431         * buffer.C: fix broken strerrors according to Lars
3432
3433 2003-03-29  John Levon  <levon@movementarian.org>
3434
3435         * converters.C: more Alert cleanups
3436
3437 2003-03-29  John Levon  <levon@movementarian.org>
3438
3439         * bufferview_funcs.C: remove pointless Alert
3440
3441         * buffer.C: fix confusing error message when
3442         a template is chmoded 000
3443
3444 2003-03-29  John Levon  <levon@movementarian.org>
3445
3446         * BufferView.C:
3447         * BufferView.h:
3448         * BufferView_pimpl.C: Alert fixes
3449
3450         * Makefile.am:
3451         * tabular.C:
3452         * tabular-old.C: remove unused table compat reading
3453
3454 2003-03-29  John Levon  <levon@movementarian.org>
3455
3456         * BufferView.C:
3457         * buffer.C:
3458         * lyx_cb.h:
3459         * lyx_cb.C: more Alert cleanups
3460
3461         * lyxfunc.C: don't allow chktex if not latex document
3462
3463 2003-03-29  John Levon  <levon@movementarian.org>
3464
3465         * lyx_cb.C:
3466         * BufferView.C:
3467         * buffer.C: warnings pushed down from support/,
3468         kill err_alert
3469
3470 2003-03-29  John Levon  <levon@movementarian.org>
3471
3472         * lyxfunc.C: safety check for C-r (revert)
3473
3474 2003-03-29  John Levon  <levon@movementarian.org>
3475
3476         * bufferlist.h:
3477         * bufferlist.C: several UI fixes using Alert::prompt.
3478         Fix the pointless looping quit code. Fix stupid revert
3479         behaviour (bug 938)
3480
3481         * lyxvc.h:
3482         * lyxvc.C:
3483         * lyx_cb.C: use Alert::prompt
3484
3485         * lyx_main.C: remove a silly question
3486
3487         * lyxfunc.C: remove a couple of silly questions,
3488         use Alert::prompt
3489
3490 2003-03-28  John Levon  <levon@movementarian.org>
3491
3492         * text2.C: fix bug 974 (End on empty par)
3493
3494 2003-03-28  John Levon  <levon@movementarian.org>
3495
3496         * BufferView_pimpl.C:
3497         * LyXAction.C:
3498         * lfuns.h: remove do-nothing math greek lfuns
3499
3500 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3501
3502         * lyxgluelength.h (isValidGlueLength): add default arg on
3503         parameter 2. Remove default arg from friend in class.
3504
3505         * lyxlength.h (isValidLength): add default arg on parameter 2.
3506         Remove default arg from friend in class.
3507
3508         * text2.C (LyXText): adjust, initialize refresh_row.
3509         (init): adjust
3510         (removeRow): adjust
3511         (insertRow): adjust
3512         (insertParagraph): adjst
3513         (redoParagraphs): adjust
3514         (fullRebreak): adjust
3515         (updateCounters): adjust
3516         (deleteEmptyParagraphMechanism): first attempt at fixing a
3517         crashing bug.
3518
3519         * text.C (top_y): adjust
3520         (setHeightOfRow): adjust
3521         (getRow): adjust
3522         (getRowNearY): adjust
3523
3524         * lyxtext.h: include RowList.h
3525         (~LyXText): not needed anymore, deleted.
3526         (firstRow): modify for RowList
3527         (lastRow): new function
3528         Delete firstrow and lastrow class variables, add a Rowlist
3529         rowlist_ class variable.
3530
3531         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3532         paragraph is empty.
3533
3534         * RowList.C (insert): fix case where it == begin().
3535
3536 2003-03-26  Angus Leeming  <leeming@lyx.org>
3537
3538         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3539         the thesaurus dialog.
3540
3541 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3542
3543         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3544
3545         * RowList.[Ch]: new files
3546
3547         * ParagraphList.C (erase): handle the case where it == begin
3548         correctly.
3549
3550 2003-03-25  John Levon  <levon@movementarian.org>
3551
3552         * Makefile.am:
3553         * aspell_local.h:
3554         * aspell.C: add new aspell support
3555
3556         * lyxrc.h:
3557         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3558         have it accessible.
3559
3560 2003-03-25  Angus Leeming  <leeming@lyx.org>
3561
3562         * lfuns.h:
3563         * LyXAction.C (init): new LFUN_INSET_INSERT.
3564
3565         * BufferView_pimpl.C (dispatch): split out part of the
3566         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3567
3568         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3569         LFUN_INSET_APPLY.
3570
3571 2003-03-25  Angus Leeming  <leeming@lyx.org>
3572
3573         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3574
3575 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3576
3577         * text2.C:
3578         * text3.C: remove useless row->height(0)
3579
3580 2003-03-25  John Levon  <levon@movementarian.org>
3581
3582         * lyxtext.h:
3583         * text2.C:
3584         * text3.C: rename the refreshing stuff to better names
3585
3586 2003-03-24  John Levon  <levon@movementarian.org>
3587
3588         * BufferView_pimpl.h:
3589         * BufferView_pimpl.C: update layout choice on a mouse
3590         press/release
3591
3592 2003-03-23  John Levon  <levon@movementarian.org>
3593
3594         * Makefile.am: fix commandtags.h reference
3595
3596 2003-03-22  John Levon  <levon@movementarian.org>
3597
3598         * BufferView_pimpl.C:
3599         * lyxtext.h:
3600         * rowpainter.C:
3601         * rowpainter.h:
3602         * text.C:
3603         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3604
3605 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3606
3607         * lyxtext.h:
3608         * text.C: take the rtl methods out of line
3609
3610 2003-03-21 André Pönitz <poenitz@gmx.net>
3611
3612         * metricsinfo.[Ch]: new files containing structures to be passed around
3613         during the two-phase-drawing...
3614
3615 2003-03-21 André Pönitz <poenitz@gmx.net>
3616
3617         * lyxtextclass.C: read 'environment' tag.
3618
3619 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3620
3621         * text2.C (removeRow): fix bug 964
3622
3623 2003-03-20  John Levon  <levon@movementarian.org>
3624
3625         * rowpainter.C:
3626         * text.C:
3627         * text2.C: paint cleanups. Inset::update() dropped font
3628         parameter
3629
3630 2003-03-19  John Levon  <levon@movementarian.org>
3631
3632         * lyxfunc.C: only fitcursor/markDirty if available()
3633
3634 2003-03-19  John Levon  <levon@movementarian.org>
3635
3636         * commandtags.h: rename to ...
3637
3638         * lfuns.h: ... this, and renumber / cleanup
3639
3640 2003-03-19  John Levon  <levon@movementarian.org>
3641
3642         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3643         fit the cursor after an lfun
3644
3645         * BufferView.h:
3646         * BufferView.C:
3647         * BufferView_pimpl.h:
3648         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3649
3650         * LyXAction.C: layout-character should have ReadOnly
3651
3652         * ParagraphParameters.C:
3653         * buffer.C:
3654         * bufferview_funcs.C:
3655         * lyx_cb.C:
3656         * lyxfind.C:
3657         * lyxtext.h:
3658         * text.C:
3659         * text2.C:
3660         * text3.C:
3661         * undo_funcs.C: changes from above
3662
3663 2003-03-18  John Levon  <levon@movementarian.org>
3664
3665         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3666         remove it from update()
3667
3668         * lyxfunc.C: update layout choice after an lfun
3669
3670         * text3.C: remove extra updateLayoutChoice()s
3671
3672 2003-03-18  John Levon  <levon@movementarian.org>
3673
3674         * text.C: top_y change means full repaint, fix
3675         a drawing bug with cursor movement
3676
3677 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3678
3679         * lyxtext.h:
3680         * text.C:
3681         * text2.C: anchor row on setCursor
3682
3683 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3684
3685         * lyxtext.h: remove almost all mutable keywords
3686         * text.C:
3687         * text2.C:
3688         * text3.C: remove const keywords accordingly
3689
3690 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3691
3692         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3693         anon namespace
3694         (TeXEnvironment): ditto
3695         (TeXOnePar): ditto
3696
3697 2003-03-17  John Levon  <levon@movementarian.org>
3698
3699         * text.C (rowBreakPoint): remove attempt to fix displayed
3700         math insets inside a manual label
3701
3702 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3703
3704         * lyxtext.h: remove BufferView* as first arg from almost all class
3705         functions.
3706         * other files: adjust.
3707
3708 2003-03-17  John Levon  <levon@movementarian.org>
3709
3710         * lyxtext.h:
3711         * undo_funcs.C:
3712         * text2.C: more paint cleanups
3713
3714         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
3715
3716         * rowpainter.h:
3717         * rowpainter.C: remove "smart" background painting code
3718
3719 2003-03-16  John Levon  <levon@movementarian.org>
3720
3721         * lyxtext.h:
3722         * text.C:
3723         * text2.C:
3724         * text3.C: add helper functions for setting refresh_row/y
3725
3726 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
3727
3728         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
3729         newline inset which *can* get inserted in the pass_thru layouts.
3730         This is primarily for literate documents.
3731
3732 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
3733
3734         * buffer.C: increment LYX_FORMAT to 223
3735
3736 2003-03-14 André Pönitz <poenitz@gmx.net>
3737
3738         * textclass.h: prepare for environment handling, ws changes
3739         * lyxlayout.C: read latexheader and latexfooter tags
3740
3741 2003-03-14  John Levon  <levon@movementarian.org>
3742
3743         * text2.C: rewrite ::status() a bit
3744
3745 2003-03-13  John Levon  <levon@movementarian.org>
3746
3747         * lyxtext.h: add some docs
3748
3749 2003-03-13  John Levon  <levon@movementarian.org>
3750
3751         * lyxtext.h:
3752         * text.C:
3753         * text2.C:
3754         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
3755
3756 2003-03-13  John Levon  <levon@movementarian.org>
3757
3758         * text3.C: fix appendix redrawing
3759
3760 2003-03-13  John Levon  <levon@movementarian.org>
3761
3762         * text.C (setHeightOfRow):
3763         * rowpainter.h:
3764         * rowpainter.C: make appendix mark have the text
3765           "Appendix" so the user knows what it is
3766
3767         * LColor.h:
3768         * LColor.C: s/appendixline/appendix/ from above
3769
3770 2003-03-13  John Levon  <levon@movementarian.org>
3771
3772         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
3773
3774         * text.C: fix a getChar(pos) bug properly
3775
3776 2003-03-13  Angus Leeming  <leeming@lyx.org>
3777
3778         * commandtags.h:
3779         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
3780         Probably only temporary. Let's see how things pan out.
3781
3782         * BufferView.C (unlockInset):
3783         * BufferView_pimpl.C (fitCursor):
3784         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
3785
3786         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
3787         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
3788
3789         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
3790         new functions that convert ParagraphParameters to and from a string.
3791
3792         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
3793         BufferView::Pimpl's dispatch.
3794         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
3795
3796 2003-03-13 André Pönitz <poenitz@gmx.net>
3797
3798         * lyxfunc.C:
3799         * text3.C:
3800         * factory.C: make it aware of InsetEnv
3801
3802 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3803
3804         * text2.C (setCursor): never ask for one past last
3805         (setCursor): add some debugging messages.
3806
3807         * text.C (singleWidth): never ask for one past last
3808         (singleWidth): ditto
3809         (leftMargin): ditto
3810         (rightMargin): ditto
3811         (rowBreakPoint): ditto
3812         (setHeightOfRow): ditto
3813         (prepareToPrint): ditto
3814
3815         * rowpainter.C (paintBackground): never ask for one past last
3816         (paintText): never ask for one past last
3817
3818         * paragraph_pimpl.C (getChar): make the assert stricter, never
3819         allow the one past last pos to be taken
3820
3821         * paragraph.C (getChar): ws changes only
3822
3823         * lyxrow.C (nextRowIsAllInset): never ask for one past last
3824         (numberOfSeparators): ditto
3825         (numberOfHfills): ditto
3826
3827 2003-03-12  John Levon  <levon@movementarian.org>
3828
3829         * author.h:
3830         * author.C:
3831         * bufferparams.h:
3832         * bufferparams.C:
3833         * paragraph_funcs.C: fix per-buffer authorlists
3834
3835 2003-03-12  John Levon  <levon@movementarian.org>
3836
3837         * text.C: fix newline in right address
3838
3839 2003-03-12  Angus Leeming  <leeming@lyx.org>
3840
3841         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
3842         duplicate those in LyXFunc::dispatch.
3843
3844         * commandtags.h:
3845         * LyXAction.C:
3846         * ToolbarDefaults.C:
3847         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
3848         Add LFUN_FONTFREE_UPDATE.
3849
3850         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
3851         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
3852
3853         * bufferview_func.[Ch]: several new functions to facilliate
3854         transfer of data to and from the character dialog.
3855
3856 2003-03-12  John Levon  <levon@movementarian.org>
3857
3858         * buffer.C:
3859         * paragraph.h:
3860         * paragraph.C:
3861         * paragraph_funcs.C:
3862         * paragraph_pimpl.C:
3863         * sgml.C:
3864         * tabular.C:
3865         * text.C:
3866         * text3.C: remove META_NEWLINE in favour of an inset
3867
3868         * rowpainter.h:
3869         * rowpainter.C: remove paintNewline (done by inset)
3870
3871 2003-03-12  John Levon  <levon@movementarian.org>
3872
3873         * paragraph_pimpl.C: complain about bad getChar()s
3874         for a while at least
3875
3876 2003-03-12  John Levon  <levon@movementarian.org>
3877
3878         * buffer.h:
3879         * buffer.C: move paragraph read into a separate function,
3880         a little renaming to reflect that.
3881
3882         * bufferparams.h:
3883         * bufferparams.C: remove the author_ids map, not necessary now
3884
3885         * factory.h:
3886         * factory.C: moved Buffer::readInset to here
3887
3888         * paragraph_funcs.h:
3889         * paragraph_funcs.C: readParagraph free function moved from
3890         buffer.C
3891
3892         * tabular.C: name change
3893
3894 2003-03-12  John Levon  <levon@movementarian.org>
3895
3896         * buffer.C:
3897         * ParagraphParameters.C: move par params input to
3898         a read() method
3899
3900         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
3901         behave like a normal read from the stream wrt reading
3902         a line vs. a \\token
3903
3904 2003-03-12  John Levon  <levon@movementarian.org>
3905
3906         * paragraph.C:
3907         * ParagraphParameters.h:
3908         * ParagraphParameters.C: move output code to a
3909         ::write() method
3910
3911 2003-03-12  John Levon  <levon@movementarian.org>
3912
3913         * BufferView.C (insertLyXFile):
3914         * buffer.h:
3915         * buffer.C:
3916         * tabular.C: use a parlist iterator for creating the
3917           document.
3918
3919 2003-03-12  John Levon  <levon@movementarian.org>
3920
3921         * buffer.C: make current_change static local not
3922           static file-scope
3923
3924 2003-03-12  John Levon  <levon@movementarian.org>
3925
3926         * buffer.C: fix insertStringAsLines for change tracking
3927
3928 2003-03-12  John Levon  <levon@movementarian.org>
3929
3930         * BufferView.C:
3931         * tabular.C:
3932         * buffer.h:
3933         * buffer.C:
3934         * bufferparams.h:
3935         * bufferparams.C: move author list into params. Rename some
3936           functions. Move the header reading into a separate token
3937           loop. Move the header token reading into BufferParams.
3938
3939 2003-03-12  John Levon  <levon@movementarian.org>
3940
3941         * changes.C: put debug inside lyxerr.debugging() checks
3942
3943 2003-03-11 André Pönitz <poenitz@gmx.net>
3944
3945         * factory.C: make it aware of InsetHFill
3946
3947 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3948
3949         * buffer.C (latexParagraphs): move function from here...
3950         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
3951         args.
3952
3953 2003-03-10  Angus Leeming  <leeming@lyx.org>
3954
3955         * LyXAction.C (init): fix bug in poplating array with multiple entries
3956         with the same LFUN (spotted by JMarc).
3957
3958 2003-03-10  John Levon  <levon@movementarian.org>
3959
3960         * text.C:
3961         * text2.C: move getColumnNearX() near its
3962         only call site
3963
3964 2003-03-10  John Levon  <levon@movementarian.org>
3965
3966         * text.C: fix break before a minipage
3967
3968 2003-03-10  John Levon  <levon@movementarian.org>
3969
3970         * text.C: fix the last commit
3971
3972 2003-03-09  John Levon  <levon@movementarian.org>
3973
3974         * lyxtext.h:
3975         * text.C:
3976         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
3977         bug 365 (don't break before insets unless needed). Don't
3978         return a value > last under any circumstances.
3979
3980 2003-03-09  Angus Leeming  <leeming@lyx.org>
3981
3982         * BufferView_pimpl.C (trackChanges, dispatch): call
3983         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
3984
3985 2003-03-09  Angus Leeming  <leeming@lyx.org>
3986
3987         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
3988         than Dialogs::showAboutlyx().
3989
3990 2003-03-09  Angus Leeming  <leeming@lyx.org>
3991
3992         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
3993         than Dialogs::showTabularCreate().
3994
3995 2003-03-09  John Levon  <levon@movementarian.org>
3996
3997         * lyxtext.h:
3998         * text.C:
3999         * text2.C: 3rd arg to nextBreakPoint was always the same.
4000           Use references.
4001
4002 2003-03-08  John Levon  <levon@movementarian.org>
4003
4004         * lyxrow.C:
4005         * paragraph.C:
4006         * paragraph.h:
4007         * rowpainter.C:
4008         * text.C:
4009         * text2.C: Remove the "main" bit from the "main body"
4010           notion.
4011
4012 2003-03-08  John Levon  <levon@movementarian.org>
4013
4014         * text.C (leftMargin): The left margin of an empty
4015         manual label paragraph should not include the label width
4016         string length.
4017
4018         * text.C (prepareToPrint): don't attempt to measure hfills
4019         for empty manual label paragraphs - the answer should be 0
4020
4021 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4022
4023         * CutAndPaste.C: remove commented code and reindent.
4024
4025 2003-03-08  John Levon  <levon@movementarian.org>
4026
4027         * lyxfunc.h:
4028         * lyxfunc.C: move reloadBuffer()
4029
4030         * BufferView.h:
4031         * BufferView.C: to here
4032
4033         * lyxvc.C: add comment
4034
4035         * vc-backend.h:
4036         * vc-backend.C: call bv->reload() to avoid
4037           getStatus() check on MENURELOAD
4038
4039 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4040
4041         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4042         to an old format .dep file.
4043
4044 2003-03-07  Angus Leeming  <leeming@lyx.org>
4045
4046         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4047         when the LFUN_MOUSE_RELEASE should have been handled by
4048         inset->localDispatch.
4049
4050 2003-03-07  Angus Leeming  <leeming@lyx.org>
4051
4052         * BufferView_pimpl.C (dispatch):
4053         * LyXAction.C (init):
4054         * ToolbarDefaults.C (init):
4055         * commandtags.h:
4056         * lyxfunc.C (getStatus):
4057         remove LFUN_INSET_GRAPHICS.
4058
4059         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4060
4061 2003-03-07  Angus Leeming  <leeming@lyx.org>
4062
4063         * commandtags.h:
4064         * LyXAction.C (init):
4065         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4066
4067         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4068
4069         * commandtags.h:
4070         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4071
4072         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4073         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4074
4075 2003-03-07  Angus Leeming  <leeming@lyx.org>
4076
4077         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4078         remove "ert".
4079
4080 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4081
4082         * ParagraphList.C (front): new function
4083         (back): implement
4084
4085 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4086
4087         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4088         and top_row_offset_. removed var first_y.
4089         * text.C (top_y):
4090         * text2.C (LyXText, removeRow):
4091         * text3.C:
4092         * BufferView_pimpl.C:
4093         use these methods instead of using first_y
4094
4095 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4096
4097         * text2.C (pasteSelection): adjust for checkPastePossible
4098
4099         * CutAndPaste.C: remove Paragraph * buf and replace with
4100         ParagraphList paragraphs.
4101         (DeleteBuffer): delete
4102         (cutSelection): change the tc type to textclass_type
4103         (copySelection): change the tc type to textclass_type
4104         (copySelection): adjust for ParagraphList
4105         (pasteSelection): change the tc type to textclass_type
4106         (pasteSelection): adjust for Paragraphlist
4107         (nrOfParagraphs): simplify for ParagraphList
4108         (checkPastePossible): simplify for ParagraphList
4109         (checkPastePossible): remove unused arg
4110
4111         * ParagraphList.C (insert): handle the case where there are no
4112         paragraphs yet.
4113
4114         * CutAndPaste.h: make CutAndPaste a namespace.
4115
4116         * text3.C (dispatch): adjust
4117
4118         * text.C (breakParagraph): add a ParagraphList as arg
4119
4120         * paragraph_funcs.C (breakParagraph): change to take a
4121         BufferParams and a ParagraphList as args.
4122         (breakParagraphConservative): ditto
4123         (mergeParagraph): ditto
4124         (TeXDeeper): add a ParagraphList arg
4125         (TeXEnvironment): ditto
4126         (TeXOnePar): ditto
4127
4128         * buffer.C (readLyXformat2): adjust
4129         (insertStringAsLines): adjust
4130         (latexParagraphs): adjust
4131
4132         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4133         (cutSelection): adjust
4134         (pasteSelection): adjust
4135
4136         * BufferView_pimpl.C (insertInset): adjust
4137
4138 2003-03-05  Angus Leeming  <leeming@lyx.org>
4139
4140         * commandtags.h:
4141         * LyXAction.C (init):
4142         * BufferView_pimpl.C (dispatch):
4143         * lyxfunc.C (getStatus):
4144         remove LFUN_CHILD_INSERT.
4145
4146         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4147
4148 2003-03-05  Angus Leeming  <leeming@lyx.org>
4149
4150         * commandtags.h:
4151         * LyXAction.C (init):
4152         * src/factory.C (createInset):
4153         * lyxfunc.C (getStatus):
4154         * text3.C (dispatch):
4155         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4156
4157         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4158
4159 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4160
4161         * ParagraphList.C (insert): handle insert right before end()
4162         (erase): fix cases where it can be first or last paragraph.
4163
4164 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4165
4166         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4167         Paragraph::next and Paragraph::previous
4168         (TeXOnePar): ditto
4169
4170         * text.C (breakParagraph): adjust
4171
4172         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4173         BufferParams& as arg.
4174         (breakParagraph): use ParagraphList::insert
4175         (breakParagraphConservative): take a Buffer* instead of a
4176         BufferParams& as arg.
4177         (breakParagraphConservative): use ParagraphList::insert.
4178
4179         * buffer.C (insertStringAsLines): un-const it
4180         (insertStringAsLines): adjust
4181
4182         * ParagraphList.C (insert): new function
4183
4184         * CutAndPaste.C (pasteSelection): adjust
4185
4186         * text.C (backspace): adjust
4187
4188         * tabular.C (SetMultiColumn): adjust
4189
4190         * CutAndPaste.C (cutSelection): adjust
4191         (pasteSelection): adjust
4192
4193         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4194         Buffer const * as arg
4195
4196         * ParagraphList.C (erase): new function
4197         * paragraph_funcs.C (mergeParagraph): use it
4198         (mergeParagraph): make it take a Buffer* instead of a
4199         BufferParams* as arg
4200
4201         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4202         as arg
4203         (breakParagraphConservative): ditto
4204
4205         * paragraph.h: remove the breakParagraph friend
4206
4207         * paragraph.C (eraseIntern): new function
4208         (setChange): new function
4209
4210         * paragraph_funcs.C (mergeParagraph): make it take a
4211         ParagraphList::iterator instead of a Paragraph *, adjust
4212         accordingly.
4213
4214         * paragraph.h: move an #endif so that the change tracking stuff
4215         also works in the NO_NEXT case.
4216
4217 2003-03-04  Angus Leeming  <leeming@lyx.org>
4218
4219         * commandtags.h:
4220         * LyXAction.C: new LFUN_INSET_MODIFY.
4221
4222         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4223         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4224
4225 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4226
4227         * several files: ws changes only
4228
4229         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4230         (TeXEnvironment): ditto
4231         (TeXDeeper): ditto
4232
4233         * buffer.C (makeLaTeXFile): adjust
4234         (latexParagraphs): make it take ParagraphList::iterator as args
4235
4236 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4237
4238         * buffer.C (latexParagraphs): adjust
4239
4240         * paragraph.C (TeXOnePar): move function...
4241         (optArgInset): move function...
4242         (TeXEnvironment): move function...
4243         * paragraph_pimpl.C (TeXDeeper): move function...
4244         * paragraph_funcs.C: ...here
4245
4246         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4247
4248 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4249
4250         * buffer.C (readInset): remove compability code for old Figure and
4251         InsetInfo insets
4252
4253 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4254
4255         * buffer.C: ws changes
4256         (readInset):
4257
4258         * BufferView_pimpl.C: ditto
4259         * author.C: ditto
4260         * buffer.h: ditto
4261         * bufferlist.h: ditto
4262         * changes.h: ditto
4263         * lyxfunc.C: ditto
4264
4265 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4266
4267         * converter.[Ch]: split into itself +
4268         * graph.[Ch]
4269         * format.[Ch]
4270         * Makefile.am: += graph.[Ch] + format.[Ch]
4271         * MenuBackend.C
4272         * buffer.C
4273         * exporter.C
4274         * importer.C
4275         * lyx_main.C
4276         * lyxfunc.C
4277         * lyxrc.C: added #include "format.h"
4278
4279 2003-02-27  Angus Leeming  <leeming@lyx.org>
4280
4281         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4282           a label.
4283
4284         * factory.C (createInset): add "label" to the factory.
4285
4286         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4287           string and do no more.
4288
4289 2003-02-27  Angus Leeming  <leeming@lyx.org>
4290
4291         * commandtags.h:
4292         * LyXAction.C (init):
4293         * factory.C (createInset):
4294         * BufferView_pimpl.C (dispatch):
4295           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4296
4297         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4298
4299         * lyxfunc.C (dispatch):
4300         * text3.C (dispatch): pass name to params2string.
4301
4302 2003-02-26  Angus Leeming  <leeming@lyx.org>
4303
4304         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4305           blocks together.
4306           Rearrange the ~includes. Strip out the unnecessary ones.
4307
4308         * factory.C (createInset): reformat.
4309           create new insets for the various LFUN_XYZ_APPLY lfuns.
4310
4311 2003-02-26  John Levon  <levon@movementarian.org>
4312
4313         * lyxrow.h:
4314         * lyxrow.C: add isParStart,isParEnd helpers
4315
4316         * paragraph.h: make isInserted/DeletedText take refs
4317
4318         * paragraph_funcs.h:
4319         * paragraph_funcs.C: remove #if 0'd code
4320
4321         * lyxtext.h:
4322         * text3.C:
4323         * text2.C:
4324         * text.C: use lyxrow helpers above.
4325           Move draw and paint routines to RowPainter.
4326           Make several methods use refs not pointers.
4327           Make backgroundColor() const.
4328           Add markChangeInDraw(), isInInset().
4329           Merge changeRegionCase into changeCase.
4330           Make workWidth() shouldn't-happen code into an Assert.
4331
4332         * rowpainter.h:
4333         * rowpainter.C: new class for painting a row.
4334
4335         * vspace.h:
4336         * vspace.C: make inPixels take a ref
4337
4338 2003-02-26  Angus Leeming  <leeming@lyx.org>
4339
4340         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4341         LFUN_REF_APPLY.
4342
4343 2003-02-25  John Levon  <levon@movementarian.org>
4344
4345         * ispell.C: give the forked command a more accurate name
4346
4347 2003-02-22  John Levon  <levon@movementarian.org>
4348
4349         * toc.h:
4350         * toc.C: make TocItem store an id not a Paragraph *
4351           (bug #913)
4352
4353 2003-02-21  Angus Leeming  <leeming@lyx.org>
4354
4355         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4356           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4357           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4358           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4359           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4360           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4361
4362         * BufferView_pimpl.C (dispatch):
4363         * LyXAction.C (init):
4364         * factory.C (createInset):
4365         * lyxfunc.C (getStatus, dispatch):
4366         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4367
4368 2003-02-21  Angus Leeming  <leeming@lyx.org>
4369
4370         * BufferView_pimpl.C (MenuInsertLyXFile):
4371         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4372         * lyxfunc.C (menuNew, open, doImport):
4373           no longer pass a LyXView & to fileDlg.
4374
4375 2003-02-21  Angus Leeming  <leeming@lyx.org>
4376
4377         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4378         * LyXAction.C: change, BIBKEY to BIBITEM.
4379         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4380         Change InsetBibKey to InsetBibitem.
4381         Change BIBKEY_CODE to BIBITEM_CODE.
4382         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4383         * factory.C: replace insetbib.h with insetbibitem.h.
4384         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4385         * paragraph.C: replace insetbib.h with insetbibitem.h.
4386         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4387         Change bibkey() to bibitem().
4388         * text.C: remove insetbib.h.
4389         * text2.C: replace insetbib.h with insetbibitem.h.
4390         change bibkey() to bibitem().
4391         * text3.C: remove insetbib.h.
4392         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4393
4394 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4395
4396         * lyxrc.C (output): enclose user email in quotes (in case there are
4397         several words)
4398
4399 2003-02-18  John Levon  <levon@movementarian.org>
4400
4401         * buffer.h: add std::
4402
4403 2003-02-17  John Levon  <levon@movementarian.org>
4404
4405         * SpellBase.h:
4406         * ispell.h:
4407         * ispell.C:
4408         * pspell.h:
4409         * pspell.C: reworking. Especially in ispell, a large
4410           number of clean ups and bug fixes.
4411
4412         * lyxfunc.C: fix revert to behave sensibly
4413
4414 2003-02-17 André Pönitz <poenitz@gmx.net>
4415
4416         * LyXAction.C:
4417         * commandtags.h: new LFUN_INSERT_BIBKEY
4418
4419         * layout.h:
4420         * lyxlayout.C:
4421         * buffer.C:
4422         * factory.C:
4423         * text.C:
4424         * text2.C:
4425         * text3.C:
4426         * paragraph.[Ch]:
4427         * paragraph_func.C: remove special bibkey handling
4428
4429 2003-02-17  John Levon  <levon@movementarian.org>
4430
4431         * text.C (Delete): fix case where delete at the end of
4432           the very first paragraph would not merge the pars
4433
4434 2003-02-17  John Levon  <levon@movementarian.org>
4435
4436         * lyxrow.C: fix lastPrintablePos()
4437
4438 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4439
4440         * bufferparams.C (writeLaTeX): add a std:here
4441
4442         * buffer.C: and remove a using directive there
4443
4444 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4445
4446         * buffer.C (makeLaTeXFile): move the code that generates the
4447           preamble...
4448
4449         * bufferparams.C (writeLaTeX): ... in this new method
4450
4451         * LaTeXFeatures.C (getEncodingSet): make const
4452           (getLanguages): make const
4453
4454         * MenuBackend.C (binding): returns the binding associated to this
4455           action
4456           (add): sets the status of each item by calling getStatus. Adds
4457           some intelligence.
4458           (read): add support for OptSubMenu
4459           (expand): remove extra separator at the end of expanded menu
4460
4461 2003-02-15  John Levon  <levon@movementarian.org>
4462
4463         * BufferView.C:
4464         * BufferView_pimpl.C:
4465         * bufferlist.h:
4466         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4467           inset code that had no actual effect. Remove unneeded status
4468           code.
4469
4470 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4471
4472         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4473           in preamble
4474
4475 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4476
4477         * text.C (drawLengthMarker): also draw an arrow marker for
4478           symbolic lengths (medskip...)
4479
4480 2003-02-14  John Levon  <levon@movementarian.org>
4481
4482         * tabular.h:
4483         * tabular.C: better method names
4484
4485 2003-02-14  John Levon  <levon@movementarian.org>
4486
4487         * BufferView_pimpl.C:
4488         * bufferlist.C:
4489         * buffer.C:
4490         * converter.C:
4491         * lyx_cb.C:
4492         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4493           it's a more accurate name. Remove some pointless uses.
4494
4495 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4496
4497         * text2.C (LyXText): change order of initilizers to shut off
4498           warnings
4499
4500 2003-02-14  John Levon  <levon@movementarian.org>
4501
4502         * buffer.C: use ParIterator for getParFromID()
4503
4504         * paragraph.h:
4505         * paragraph.C:
4506         * paragraph_pimpl.h:
4507         * paragraph_pimpl.C: remove unused getParFromID()
4508
4509 2003-02-14  John Levon  <levon@movementarian.org>
4510
4511         * buffer.C: remove some very old #if 0'd parse code
4512
4513 2003-02-13  John Levon  <levon@movementarian.org>
4514
4515         * text.h:
4516         * text.C:
4517         * text2.C: move hfillExpansion(), numberOfSeparators(),
4518           rowLast(), rowLastPrintable(), numberofHfills(),
4519           numberOfLabelHfills() ...
4520
4521         * lyxrow.h:
4522         * lyxrow.C: ... to member functions here.
4523
4524         * paragraph.h:
4525         * paragraph.C:
4526         * lyxtext.h:
4527         * text.C: remove LyXText::beginningOfMainBody(), and call
4528           p->beginningOfMainBody() directly. Move the check for
4529           LABEL_MANUAL into the latter.
4530
4531         * text.h:
4532         * text.C:
4533         * text2.C:
4534         * vspace.C:
4535         * BufferView.h:
4536         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4537
4538         * text.h:
4539         * text.C:
4540         * text2.C:
4541         * text3.C:
4542         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4543           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4544
4545 2003-02-13  John Levon  <levon@movementarian.org>
4546
4547         * CutAndPaste.C: remove debug
4548
4549 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4550
4551         * paragraph.C (asString): remove two unused variables
4552
4553         * lyxtextclass.C (readTitleType):
4554           (Read):
4555           (LyXTextClass): handle new members titletype_ and titlename_
4556
4557         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4558
4559 2003-02-09  John Levon  <levon@movementarian.org>
4560
4561         * buffer.h:
4562         * buffer.C: replace hand-coded list with a map for the dep clean
4563
4564 2003-02-08  John Levon  <levon@movementarian.org>
4565
4566         * LaTeX.C: consolidate code into showRunMessage() helper
4567
4568 2003-02-08  John Levon  <levon@movementarian.org>
4569
4570         * lyxfind.C:
4571         * lyxtext.h:
4572         * text2.C:
4573         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4574           and pass the size in explicitly
4575
4576         * BufferView_pimpl.h:
4577         * BufferView_pimpl.C:
4578         * BufferView.h:
4579         * BufferView.C: add getCurrentChange()
4580
4581         * BufferView_pimpl.h:
4582         * BufferView_pimpl.C: handle change lfuns
4583
4584         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4585           for changes. Mark pasted paragraphs as new.
4586
4587         * support/lyxtime.h:
4588         * support/lyxtime.C:
4589         * DepTable.C: abstract time_t as lyx::time_type
4590
4591         * LColor.h:
4592         * LColor.C: add colours for new text, deleted text, changebars
4593
4594         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4595           package use "usenames" option.
4596
4597         * commandtags.h:
4598         * lyxfunc.C:
4599         * LyXAction.C: add change lfuns
4600
4601         * Makefile.am:
4602         * author.h:
4603         * author.C: author handling
4604
4605         * buffer.h:
4606         * buffer.C: add a per-buffer author list, with first entry as
4607           current author. Handle new .lyx tokens for change tracking. Output
4608           author list to .lyx file. Output dvipost stuff to .tex preamble.
4609           Bump lyx format to 222.
4610
4611         * bufferlist.h:
4612         * bufferlist.C: add setCurrentAuthor() to reset current author details
4613           in all buffers.
4614
4615         * bufferparams.h:
4616         * bufferparams.C: add param for tracking
4617
4618         * bufferview_funcs.C: output change info in minibuffer
4619
4620         * Makefile.am:
4621         * changes.h:
4622         * changes.C: add change-tracking structure
4623
4624         * debug.h:
4625         * debug.C: add CHANGES debug flag
4626
4627         * lyxfind.h:
4628         * lyxfind.C: add code for finding the next change piece
4629
4630         * lyxrc.h:
4631         * lyxrc.C: add user_name and user_email
4632
4633         * lyxrow.h:
4634         * lyxrow.C: add a metric for the top of the text line
4635
4636         * lyxtext.h:
4637         * text.C: implement accept/rejectChange()
4638
4639         * lyxtext.h:
4640         * text.C: paint changebars. Paint new/deleted text in the chosen
4641         colours. Strike through deleted text.
4642
4643         * paragraph.h:
4644         * paragraph.C:
4645         * paragraph_pimpl.h:
4646         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4647           in the current change to the insert functions. Rework erase to
4648           mark text as deleted, adding an eraseIntern() and a range-based
4649           erase(). Implement per-paragraph change lookup and
4650           accept/reject.
4651
4652         * paragraph_funcs.C: Fixup paste for change tracking.
4653
4654         * tabular.C: mark added row/columns as new.
4655
4656         * text.C: fix rowLast() to never return -1. Don't allow
4657           spellchecking of deleted text. Track transpose changes. Don't
4658           allow paragraph break or merge where appropriate.
4659
4660         * text2.C: leave cursor at end of selection after a cut.
4661
4662 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4663
4664         * text.C (getLengthMarkerHeight):
4665         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4666         visible on screen too.
4667
4668 2003-02-07  John Levon  <levon@movementarian.org>
4669
4670         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4671
4672 2003-02-05  Angus Leeming  <leeming@lyx.org>
4673
4674         * lyxserver.C (read_ready): revert my patch of 11 September last year
4675         as it sends PC cpu through the roof. Presumably this means that
4676         the lyxserver will no longer run on an Alpha...
4677
4678 2003-01-30  Angus Leeming  <leeming@lyx.org>
4679
4680         * factory.C (createInset): create an InsetCommandParam of type "index"
4681         and use it to 'do the right thing'.
4682
4683         * text2.C (getStringToIndex): ensure that cursor position is always
4684         reset to the reset_cursor position.
4685
4686 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4687
4688         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4689         disabled.
4690
4691 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4692
4693         * bufferview.C:
4694         * lyxcb.C:
4695         * lyxfunc.C: Output messages with identical spelling, punctuation,
4696         and spaces
4697
4698 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4699
4700         * MenuBackend.C (expandFormats): List only viewable export formats
4701         in "View" menu
4702
4703         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
4704         message
4705
4706         * lyxfunc.C (getStatus): Make sure that formats other than
4707         "fax" can also be disabled
4708
4709 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4710
4711         * text3.C (dispatch): put the lfuns that insert insets in 3
4712         groups, and call doInsertInset with appropriate arguments.
4713         (doInsertInset): new function, that creates an inset and inserts
4714         it according to some boolean parameters.
4715
4716 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4717
4718         * buffer.C (readFile): remember to pass on 'par' when calling
4719         readFile recursively.
4720
4721 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4722
4723         * MenuBackend.C (expandFormats): add "..." to import formats.
4724
4725 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4726
4727         * paragraph.C (asString): Remove XForms RTL hacks.
4728
4729 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
4730         * buffer.C: fix typo
4731
4732 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4733
4734         * Makefile.am (LIBS): delete var
4735         (lyx_LDADD): add @LIBS@ here instead.
4736
4737 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
4738
4739         * Clarify the meaning of "wheel mouse jump"
4740
4741 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4742
4743         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
4744         tabular in a float
4745
4746 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4747
4748         * importer.C (Loaders): do not preallocate 3 elements in the
4749         vector, since one ends up with 6 elements otherwise
4750
4751 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4752
4753         * DepTable.C (write): write the file name as last element of the
4754         .dep file (because it may contain spaces)
4755         (read): read info in the right order
4756
4757 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4758
4759         * paragraph_pimpl.C (simpleTeXBlanks):
4760         (simpleTeXSpecialChars):
4761         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
4762
4763         * tabular.C (latex): add some missing case statements. Reindent.
4764
4765         * MenuBackend.C (expandToc): remove unused variable.
4766
4767 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4768
4769         * LColor.C:
4770         * LaTeX.C:
4771         * LyXAction.C:
4772         * MenuBackend.C:
4773         * buffer.C:
4774         * exporter.C:
4775         * lyxfunc.C:
4776         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
4777         and the like.
4778
4779 2003-01-05  John Levon  <levon@movementarian.org>
4780
4781         * BufferView.h:
4782         * BufferView.C: add getEncoding()
4783
4784         * kbsequence.h:
4785         * kbsequence.C: do not store last keypress
4786
4787         * lyxfunc.h:
4788         * lyxfunc.C: store last keypress here instead. Pass encoding
4789           to getISOEncoded()
4790
4791 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4792
4793         * lyx_main.C (init): remove annoying error message when following
4794         symbolic links (bug #780)
4795
4796 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4797
4798         * text.C (insertChar):
4799         * lyxrc.C (getDescription): remove extra spaces
4800
4801 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4802
4803         * lyxrc.C (getDescription): remove extra spaces
4804
4805 2002-12-20  John Levon  <levon@movementarian.org>
4806
4807         * text3.C: hack fix for page up/down across tall rows
4808
4809 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4810
4811         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
4812         not been invoked
4813
4814 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4815
4816         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
4817         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
4818         thesaurus is not compiled in
4819
4820 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
4821
4822         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
4823
4824 2002-12-16  Angus Leeming  <leeming@lyx.org>
4825
4826         * lyxrc.[Ch]:
4827         * lyx_main.C (init): remove override_x_deadkeys stuff.
4828
4829 2002-12-12  John Levon  <levon@movementarian.org>
4830
4831         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
4832           insert. Only remove shift modifier under strict
4833           circumstances.
4834
4835 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4836
4837         * MenuBackend.C (expandToc): fix crash.
4838
4839 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4840
4841         * MenuBackend.C (expandToc): gettext on float names.
4842
4843 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4844
4845         * lyxlength.[Ch]: set default unit to UNIT_NONE,
4846         implement bool empty() [bug 490]
4847
4848 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4849
4850         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
4851
4852 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4853
4854         * several files: ws changes
4855
4856 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4857
4858         * text2.C (setCounter): clean up a bit, use boost.format.
4859         (updateCounters): initialize par upon declaration.
4860
4861         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
4862         if the layout exists. We do not just store the layout any more.
4863         (SwitchLayoutsBetweenClasses): use boost.format
4864
4865 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4866
4867         * converter.C (convert): if from and to files are the same, use a
4868         temporary files as intermediary
4869
4870 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4871
4872         * commandtags.h:
4873         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
4874
4875 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
4876
4877         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
4878
4879 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4880
4881         * tabular.C (asciiPrintCell): use string(size, char) instead of
4882         explicit loop.
4883
4884         * sgml.C (openTag): fix order of arguments to string constructor
4885         (closeTag): ditto
4886
4887         * lyxfunc.C (dispatch): use boost.format
4888
4889         * lots of files: change "c" -> 'c'
4890
4891 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
4892
4893         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
4894
4895 2002-11-25  Angus Leeming  <leeming@lyx.org>
4896
4897         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
4898
4899         * lyx_main.C (init): compile fix.
4900
4901 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4902
4903         * lyx_cb.C (start): boost.formatify
4904         do not include <iostream>
4905
4906         * lengthcommon.C: ws only
4907
4908         * boost-inst.C,BoostFormat.h: add more explict instantations
4909
4910 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4911
4912         * lots of files: handle USE_BOOST_FORMAT
4913
4914 2002-11-21  John Levon  <levon@movementarian.org>
4915
4916         * pspell.C: fix compile
4917
4918 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4919
4920         * lyxfunc.C (dispatch): use boost::format
4921         (open): ditto
4922         (doImport): ditto
4923
4924         * lyxfont.C (stateText): use boost::format
4925
4926         * lyx_main.C (LyX): use boost::format
4927         (init): ditto
4928         (queryUserLyXDir): ditto
4929         (readRcFile): ditto
4930         (parse_dbg): ditto
4931         (typedef boost::function): use the recommened syntax.
4932
4933         * importer.C (Import): use boost::format
4934
4935         * debug.C (showLevel): use boost::format
4936
4937         * converter.C (view): use boost::format
4938         (convert): ditto
4939         (move): ditto
4940         (scanLog): ditto
4941
4942         * bufferview_funcs.C (currentState): use boost::format
4943
4944         * bufferlist.C (emergencyWrite): use boost::format
4945
4946         * buffer.C (readLyXformat2): use boost::format
4947         (parseSingleLyXformat2Token): ditto
4948
4949         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
4950
4951         * LaTeX.C (run): use boost::format
4952
4953         * Chktex.C (scanLogFile): use boost::format
4954
4955         * BufferView_pimpl.C (savePosition): use boost::format
4956         (restorePosition): ditto
4957         (MenuInsertLyXFile): ditto
4958
4959         * BoostFormat.h: help file for explicit instation.
4960
4961 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
4962
4963         * tabular.C (latex): Support for block alignment in fixed width
4964         columns.
4965
4966 2002-11-17  John Levon  <levon@movementarian.org>
4967
4968         * BufferView_pimpl.C:
4969         * lyx_cb.C:
4970         * lyxfunc.C: split filedialog into open/save
4971
4972 2002-11-08  Juergen Vigna  <jug@sad.it>
4973
4974         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
4975         by my last patch (hopefully).
4976
4977 2002-11-08  John Levon  <levon@movementarian.org>
4978
4979         * iterators.h:
4980         * iterators.C:
4981         * buffer.h:
4982         * buffer.C:
4983         * paragraph.h:
4984         * paragraph.C:
4985         * toc.h:
4986         * toc.C: ParConstIterator, and use it (from Lars)
4987
4988 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
4989
4990         * lyxtextclass.[Ch]: revise and add doxygen comments
4991
4992 2002-11-07  John Levon  <levon@movementarian.org>
4993
4994         * text.C: fix progress value for spellchecker
4995
4996         * toc.C: fix navigate menu for insetwrap inside minipage
4997
4998         * paragraph_funcs.C: added FIXME for suspect code
4999
5000 2002-11-07  John Levon  <levon@movementarian.org>
5001
5002         * BufferView_pimpl.C: fix redrawing of insets
5003           on buffer switch
5004
5005 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5006
5007         * text2.C (updateCounters): fix bug 668
5008
5009 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5010
5011         * text3.C (dispatch): Do not make the buffer dirty when moving the
5012         cursor.
5013
5014 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5015
5016         * vc-backend.C: STRCONV
5017         (scanMaster): ditto
5018
5019         * text2.C (setCounter): STRCONV
5020
5021         * paragraph.C (asString): STRCONV
5022
5023         * lyxlength.C (asString): STRCONV
5024         (asLatexString): ditto
5025
5026         * lyxgluelength.C (asString): STRCONV
5027         (asLatexString): ditto
5028
5029         * lyxfunc.C (dispatch): STRCONV
5030         (open): ditto
5031
5032         * lyxfont.C (stateText): STRCONV
5033
5034         * importer.C (Import): STRCONV
5035
5036         * counters.C (labelItem): STRCONV
5037         (numberLabel): ditto
5038         (numberLabel): remove unused ostringstream o
5039
5040         * chset.C: STRCONV
5041         (loadFile): ditto
5042
5043         * bufferview_funcs.C (currentState): STRCONV
5044
5045         * buffer.C (readFile): STRCONV
5046         (asciiParagraph): ditto
5047         (makeLaTeXFile): ditto
5048
5049         * Spacing.C (writeEnvirBegin): STRCONV
5050
5051         * LaTeXFeatures.C (getLanguages): STRCONV
5052         (getPackages): ditto
5053         (getMacros): ditto
5054         (getBabelOptions): ditto
5055         (getTClassPreamble): ditto
5056         (getLyXSGMLEntities): ditto
5057         (getIncludedFiles): ditto
5058
5059         * LaTeX.C: STRCONV
5060         (run): ditto
5061         (scanAuxFile): ditto
5062         (deplog): ditto
5063
5064         * LString.h: add the STRCONV macros
5065
5066         * BufferView_pimpl.C (savePosition): STRCONV
5067         (restorePosition): ditto
5068         (MenuInsertLyXFile): ditto
5069
5070         * vc-backend.C (scanMaster): change from submatch[...] to
5071         submatch.str(...)
5072
5073         * funcrequest.C: include config.h
5074
5075         * factory.C: include config.h
5076
5077         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5078
5079         * box.C: include config.h
5080
5081         * LaTeX.C (scanAuxFile): change from submatch[...] to
5082         submatch.str(...)
5083         (deplog): ditto
5084
5085 2002-10-25  Angus Leeming  <leeming@lyx.org>
5086
5087         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5088
5089         * ispell.[Ch] (setError): new method.
5090         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5091         Use setError() insetead of goto END.
5092
5093         * lyx_cb.C (AutoSave): move out child process into new class
5094         AutoSaveBuffer.
5095
5096 2002-10-30  John Levon  <levon@movementarian.org>
5097
5098         * text3.C: make start appendix undoable
5099
5100 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5101
5102         * lyxlength.C (inPixels): Fix returned value.
5103
5104         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5105         environment.
5106
5107 2002-10-24  Angus Leeming  <leeming@lyx.org>
5108
5109         * lyxgluelength.h: no need to forward declare BufferParams
5110         or BufferView, so don't.
5111
5112 2002-10-21  John Levon  <levon@movementarian.org>
5113
5114         * BufferView.C: menuUndo ->undo, redo
5115
5116         * BufferView.h: document, remove dead, make some methods private
5117
5118         * paragraph_funcs.h:
5119         * paragraph_funcs.C:
5120         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5121
5122         * buffer.h:
5123         * buffer.C:
5124         * sgml.h:
5125         * sgml.C: move sgml open/close tag into sgml.C
5126
5127         * bufferview_funcs.h: unused prototype
5128
5129         * lyxfunc.h:
5130         * lyxfunc.C: remove unused
5131
5132         * lyxtext.h:
5133         * text.C: remove unused
5134
5135 2002-10-21  John Levon  <levon@movementarian.org>
5136
5137         * BufferView.h:
5138         * BufferView.C:
5139         * BufferView_pimpl.h:
5140         * BufferView_pimpl.C: fix mouse wheel handling based on
5141           patch from Darren Freeman
5142
5143 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5144
5145         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5146
5147 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5148
5149         * lyxlength.C (inPixels): Fix hanfling of negative length.
5150         Fix LyXLength::MU case.
5151
5152 2002-10-16  John Levon  <levon@movementarian.org>
5153
5154         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5155
5156 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5157
5158         * converter.C (view): add support for $$i (file name) and $$p
5159         (file path) for the viewer command. If $$i is not specified, then
5160         it is appended to the command (for compatibility with old syntax)
5161
5162 2002-10-14  Juergen Vigna  <jug@sad.it>
5163
5164         * undo_funcs.C (textHandleUndo): alter the order in which the
5165         new undopar is added to the LyXText, as we have to set first
5166         the right prev/next and then add it as otherwise the rebuild of
5167         LyXText is not correct. Also reset the cursor to the right paragraph,
5168         with this IMO we could remove the hack in "redoParagraphs()".
5169
5170 2002-10-09  Angus Leeming  <leeming@lyx.org>
5171
5172         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5173         to turn off an optimisation if a new inset is to be inserted.
5174
5175 2002-10-11 André Pönitz <poenitz@gmx.net>
5176
5177         * lyxtext.h: make some functions public to allow access
5178         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5179
5180 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5181
5182         * text3.C (dispatch): when changing layout, avoid an infinite loop
5183         [bug #652]
5184
5185 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5186
5187         * lyxrc.C (read): treat a viewer or converter command of "none" as
5188         if it were empty.
5189
5190         * MenuBackend.C (expandFormats): for an update, also allow the
5191         formats that are not viewable
5192
5193         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5194         script if it is newer than the lyxrc.defaults in user directory
5195
5196 2002-10-07 André Pönitz <poenitz@gmx.net>
5197
5198         * text.C: Vitaly Lipatov's small i18n fix
5199
5200 2002-09-25  Angus Leeming  <leeming@lyx.org>
5201
5202         * ispell.h: doxygen fix.
5203
5204 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5205
5206         * buffer.h (readFile): Add a new argument to the method, to allow
5207         reading of old-format templates.
5208
5209 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5210
5211         * toc.C (getTocList): Get TOC from InsetWrap.
5212
5213 2002-09-16  John Levon  <levon@movementarian.org>
5214
5215         * lyxfunc.C: check tabular for cut/copy too
5216
5217 2002-09-12  John Levon  <levon@movementarian.org>
5218
5219         * LyXAction.C: tidy
5220
5221         * factory.h:
5222         * factory.C: add header
5223
5224         * paragraph_funcs.h:
5225         * paragraph_funcs.C: cleanup
5226
5227 2002-09-11  John Levon  <levon@movementarian.org>
5228
5229         * PrinterParams.h: odd/even default to true
5230
5231 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5232
5233         * PrinterParams.h: update printer parameters for new xforms dialog
5234
5235 2002-09-11  Angus Leeming  <leeming@lyx.org>
5236
5237         * lyxserver.C (read_ready): re-write to make it more transparent
5238         and to make it work in coherent fashion under Tru64 Unix.
5239
5240 2002-09-11  André Pönitz <poenitz@gmx.net>
5241
5242         * commandtags.h:
5243         * LyXAction.C:
5244         * text3.C: implement LFUN_WORDSEL
5245
5246 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5247
5248         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5249         make floatlist_ a boost::shared_ptr<FloatList>
5250
5251         * lyxtextclass.C: include FloatList.h
5252         (LyXTextClass): initialize floatlist_
5253         (TextClassTags): add TC_NOFLOAT
5254         (Read): match "nofloat" to TC_NOFLOAT and use it.
5255         (readFloat): modify call to floatlist_
5256         (floats): ditto
5257         (floats): ditto
5258
5259         * FloatList.[Ch] (FloatList): remove commented out float
5260         initialization.
5261         (erase): new function
5262
5263 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5264
5265         * MenuBackend.C (expandToc): fix crash when there is no document
5266         open
5267
5268 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5269
5270         * many files: Add insetwrap.
5271
5272 2002-09-09  John Levon  <levon@movementarian.org>
5273
5274         * text2.C: remove confusing and awkward depth wraparound
5275
5276 2002-09-09  John Levon  <levon@movementarian.org>
5277
5278         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5279
5280         * buffer.h:
5281         * buffer.C: remove getIncludeonlyList()
5282
5283         * paragraph.C:
5284         * lyxfunc.C: remove headers
5285
5286 2002-09-09  Juergen Vigna  <jug@sad.it>
5287
5288         * text.C (getColumnNearX): fix form Michael this is most
5289         probably a cut&paste bug.
5290
5291 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5292
5293         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5294
5295         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5296         references, ws changes.
5297
5298         * text2.C (init): update counters after init
5299         (insertParagraph): no need to set counter on idividual paragraphs.
5300         (setCounter): access the counters object in the textclass object
5301         on in the buffer object.
5302         (updateCounters): ditto
5303
5304         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5305         shared_ptr<Counters> to avoid loading counters.h in all
5306         compilation units.
5307         (LyXTextClass): initialize ctrs_
5308         (TextClassTags): add TC_COUNTER, and ...
5309         (Read): use it here.
5310         (CounterTags): new tags
5311         (readCounter): new function
5312         (counters): new funtion
5313         (defaultLayoutName): return a const reference
5314
5315         * counters.C (Counters): remove contructor
5316         (newCounter): remove a couple of unneeded statements.
5317         (newCounter): simplify a bit.
5318         (numberLabel): some small formatting changes.
5319
5320         * buffer.[Ch]: remove all traces of counters, move the Counters
5321         object to the LyXTextClass.
5322
5323 2002-09-06  Alain Castera  <castera@in2p3.fr>
5324
5325         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5326         package to set the horizontal alignment on fixed width columns.
5327
5328         * lyx_sty.C:
5329         * lyx_sty.h: added tabularnewline macro def.
5330
5331         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5332
5333 2002-09-06  John Levon  <levon@movementarian.org>
5334
5335         * LyXAction.C: tooltips for sub/superscript
5336
5337         * MenuBackend.C: a bit more verbose
5338
5339         * lyxfunc.C: tiny clean
5340
5341         * undo_funcs.C: document undo_frozen
5342
5343 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5344
5345         * counters.C (Counters): add missing algorithm counter.
5346
5347         * text2.C (setCounter): lookup the counter with layouts latexname
5348         instead of by section number.
5349         (setCounter): use a hackish way to lookup the correct enum
5350         counter.
5351         a float name->type change
5352         reset enum couners with counter name directly instead of depth value.
5353
5354         * counters.C (Counters): remove the push_backs, change to use the
5355         float type not the float name.
5356         (labelItem): remove unused string, float name->type change
5357
5358         * counters.h: don't include vector, loose the enums and sects vectors
5359
5360 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5361
5362         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5363         (Read): add float->TC_FLOAT to textclassTags
5364         (Read): and handle it in the switch
5365         (readFloat): new function
5366
5367         * FloatList.C (FloatList): comment out the hardcoded float
5368         definitions.
5369
5370         * lyxlayout.h: ws change.
5371
5372 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5373
5374         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5375
5376 2002-09-03  Angus Leeming  <leeming@lyx.org>
5377
5378         * BufferView_pimpl.h: qualified name is not allowed in member
5379         declaration: WorkArea & Pimpl::workarea() const;
5380
5381         * factory.C: added using std::endl directive.
5382
5383         * text3.C: added using std::find and std::vector directives.
5384
5385 2002-08-29  André Pönitz <poenitz@gmx.net>
5386
5387         * lyxtext.h:
5388         * text2.C: remove unused member number_of_rows
5389
5390         * Makefile.am:
5391         * BufferView2.C: remove file, move contents to...
5392         * BufferView.C: ... here
5393
5394         * BufferView_pimpl.C:
5395         * factory.C: move more inset creation to factory
5396
5397         * vspace.C: avoid direct usage of LyXText, ws changes
5398
5399         * BufferView.[Ch]:
5400                 don't provide direct access to WorkArea, use two simple
5401                 acessors haveSelction() and workHeight() instead
5402
5403
5404 2002-08-29  John Levon  <levon@movementarian.org>
5405
5406         * BufferView_pimpl.C (dispatch): do not continue when
5407           no buffer
5408
5409 2002-08-28  André Pönitz <poenitz@gmx.net>
5410
5411         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5412
5413         * BufferView.h:
5414         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5415
5416 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5417
5418         * buffer.C: increment LYX_FORMAT to 221
5419
5420         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5421         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5422
5423         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5424
5425         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5426
5427 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5428
5429         * factory.C (createInset): use LyXTextClass::floats
5430
5431         * MenuBackend.C (expandFloatListInsert):
5432         (expandFloatInsert):
5433         (expandToc):
5434
5435         * text2.C (setCounter):
5436
5437         * LaTeXFeatures.C (useFloat):
5438         (getFloatDefinitions):
5439
5440         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5441
5442         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5443         floatlist_, with accessor floats().
5444
5445         * FloatList.h: remove global FloatList
5446
5447 2002-08-26  André Pönitz <poenitz@gmx.net>
5448
5449         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5450
5451         * BufferView.h:
5452         * BufferView2.C:
5453         * BufferView_pimpl.C:
5454         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5455
5456 2002-08-25  John Levon  <levon@movementarian.org>
5457
5458         * LyXAction.C: fix margin note description
5459
5460 2002-08-24  John Levon  <levon@movementarian.org>
5461
5462         * buffer.C:
5463         * bufferlist.C:
5464         * bufferview_funcs.C:
5465         * lyxfont.C:
5466         * undo_funcs.C: cleanups
5467
5468         * lyxfunc.C: disable CUT/COPY when no selection
5469
5470 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5471
5472         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5473         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5474
5475         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5476         Add backward compatibility to "mono", "gray" and "no".
5477
5478 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5479
5480         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5481         (and file_format >= 200).
5482
5483 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5484
5485         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5486
5487 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5488
5489         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5490
5491 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5492
5493         * BufferView_pimpl.C:
5494         * LyXAction.C:
5495         * buffer.C:
5496         * commandtags.h:
5497         * lyxfunc.C:
5498         * paragraph.[Ch]:
5499         * text2.C:
5500         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5501         inset and code to make it  work with the paragraph code. The inset
5502         can be anywhere in the paragraph, but will only do the expected
5503         thing in LaTeX if the layout file contains the parameter line
5504                         OptionalArgs    1
5505         (or more generally, a nonzero value) for that layout.
5506
5507 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5508
5509         * paragraph.h: remove the declaration of undefined counters class
5510         function.
5511
5512 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5513
5514         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5515         Dr. Richard Hawkins.
5516
5517 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5518
5519         * paragraph_funcs.h: remove some unneeded includes
5520
5521         * text.C (backspace): pasteParagraph now in global scipe
5522
5523         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5524         (pasteSelection): ditto
5525
5526         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5527         * paragraph_funcs.C (pasteParagraph): ... here
5528
5529 2002-08-20  André Pönitz <poenitz@gmx.net>
5530
5531         * commandtags.h: new LFUNs for swapping/copying table row/colums
5532
5533         * LyXAction.C:
5534         * lyxfunc.C: support for new lfuns
5535
5536 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5537
5538         * tabular.C:
5539         * buffer.[Ch]: remove NO_COMPABILITY stuff
5540
5541 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5542
5543         * boost.C (throw_exception): new file, with helper function for
5544         boost compiled without exceptions.
5545
5546         * paragraph.h:
5547         * lyxlength.C:
5548         * buffer.C:
5549         * ParameterStruct.h:
5550         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5551
5552         * bufferlist.C (emergencyWriteAll): use boost bind
5553
5554         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5555
5556         * text.C: include paragraph_funcs.h
5557         (breakParagraph): breakParagraph is now in global scope
5558
5559         * paragraph_funcs.[Ch]: new files
5560
5561         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5562         global scope
5563
5564         * buffer.C: include paragraph_funcs.h
5565         (insertStringAsLines): breakParagraph is now in global scope
5566
5567         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5568         paragraph_funcs.C
5569
5570         * CutAndPaste.C: include paragraph_funcs.h
5571         (cutSelection): breakParagraphConservative is now in global scope
5572         (pasteSelection): ditto
5573
5574         * buffer.h: declare oprator== and operator!= for
5575         Buffer::inset_iterator
5576
5577         * bufferlist.C (emergencyWrite): don't use fmt(...)
5578
5579         * text3.C: add using std::endl
5580
5581         * BufferView.C (moveCursorUpdate): remove default arg
5582
5583 2002-08-20  André Pönitz <poenitz@gmx.net>
5584
5585         * buffer.[Ch]: move inline functions to .C
5586
5587         * BufferView2.C:
5588         * BufferView_pimpl.C:
5589         * text.C:
5590         * buffer.[Ch]: use improved inset_iterator
5591
5592         * buffer.C:
5593         * paragraph.[Ch]: write one paragraph at a time
5594
5595 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5596
5597         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5598         style if style is not specified.
5599
5600 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5601
5602         * text2.C (setCounter): when searching for right label for a
5603         caption, make sure to recurse to parent insets (so that a caption
5604         in a minipage in a figure float works) (bug #568)
5605
5606 2002-08-20  André Pönitz <poenitz@gmx.net>
5607
5608         * text3.C: new file for LyXText::dispatch() and helpers
5609
5610         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5611
5612         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5613
5614 2002-08-19  André Pönitz <poenitz@gmx.net>
5615
5616         * lyxtext.h:
5617         * text.C: new LyXText::dispatch()
5618
5619         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5620
5621 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5622
5623         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5624
5625         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5626         Hebrew text.
5627
5628 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5629
5630         * Makefile.am: use $(variables) instead of @substitutions@
5631
5632 2002-08-15  André Pönitz <poenitz@gmx.net>
5633
5634         * lyxfunc.C:
5635         * BufferView_pimpl.C: streamlining mathed <-> outer world
5636         interaction
5637
5638         * commandtags.h:
5639         * LyXAction.C: remove unused LFUN_MATH
5640
5641 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5642
5643         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5644
5645 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5646
5647         * paragraph.C (Paragraph): reformat a bit
5648         (cutIntoMinibuffer): use builtin InsetList function instad of
5649         doing it manually.
5650         (getInset): ditto
5651
5652         * buffer.C: include boost/bind.hpp, add using std::for_each
5653         (writeFileAscii): use ParagraphList iterators
5654         (validate): use for_each for validate traversal of paragraphs
5655         (getBibkeyList): use ParagraphList iterators
5656         (resizeInsets): use for_each to resizeInsetsLyXText for all
5657         paragraphs.
5658         (getParFromID): use ParagraphList iterators
5659
5660         * BufferView2.C (lockInset): use paragraph list and iterators
5661
5662 2002-08-14  John Levon  <levon@movementarian.org>
5663
5664         * lyxserver.C: remove spurious xforms include
5665
5666 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5667
5668         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5669
5670 2002-08-13  André Pönitz <poenitz@gmx.net>
5671
5672         * LyXAction.[Ch]:
5673         * lyxfunc.C: further cleaning
5674
5675 2002-08-13  André Pönitz <poenitz@gmx.net>
5676
5677         * funcrequest.h: new constructor
5678
5679         * funcrequest.C: move stuff here from .h
5680
5681         * Makefile.am:
5682         * BufferView_pimpl.C:
5683         * LyXAction.C:
5684         * toc.C:
5685         * lyxfunc.C: subsequent changes
5686
5687         * lyxfunc.h: new view() member function
5688
5689         * lyxfunc.C: subsequent changes
5690
5691 2002-08-13  Angus Leeming  <leeming@lyx.org>
5692
5693         * BufferView2.C:
5694         * BufferView_pimpl.C:
5695         * buffer.C:
5696         * converter.C:
5697         * importer.C:
5698         * lyxfunc.C:
5699         * lyxvc.C:
5700         * toc.C:
5701         * vc-backend.C:
5702         changes due to the changed LyXView interface that now returns references
5703         to member variables not pointers.
5704
5705 2002-08-13  Angus Leeming  <leeming@lyx.org>
5706
5707         * WordLangTuple (word, lang_code): return references to strings,
5708         not strings.
5709
5710         * BufferView.h:
5711         * SpellBase.h:
5712         * lyxtext.h: forward-declare WordLangTuple.
5713
5714         * BufferView2.C:
5715         * ispell.C:
5716         * pspell.C:
5717         * text.C: #include "WordLangTuple.h".
5718
5719         * lyxtext.h:
5720         * text.C: (selectNextWordToSpellcheck): constify return type.
5721
5722 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
5723
5724         * buffer.C:
5725         * buffer.h:
5726         * lyxtext.h:
5727         * paragraph.C:
5728         * paragraph_pimpl.h:
5729         * text.C:
5730         * text2.C:
5731         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
5732         suggested by Angus.
5733         Made updateCounter always count from start of buffer, and removed
5734         second argument (par).
5735         Reverted floats number display to '#'. Perhaps I'll try again when the
5736         code base is sanitized a bit.
5737
5738 2002-08-12  Angus Leeming  <leeming@lyx.org>
5739
5740         * buffer.[Ch] (getLabelList): constify.
5741
5742 2002-08-07  André Pönitz <poenitz@gmx.net>
5743
5744         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
5745
5746         * funcrequest.h: extension to keep mouse (x,y) position
5747
5748 2002-08-12  Juergen Vigna  <jug@sad.it>
5749
5750         * BufferView2.C (insertErrors): forbid undo when inserting error
5751         insets.
5752
5753         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
5754
5755 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5756
5757         * ParagraphList.[Ch]: new files
5758
5759         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
5760
5761         * BufferView2.C (lockInset): ParagraphList changes
5762         * toc.C: ditto
5763         * text2.C: ditto
5764         * bufferlist.C: ditto
5765         * buffer.h: ditto
5766         * buffer.C: ditto
5767
5768 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5769
5770         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
5771         unused class variable counter_,
5772
5773         * paragraph.[Ch] (getFirstCounter): delete unused function
5774
5775         * counters.C: include LAssert.h
5776         (reset): add a new function with no arg, change other version to
5777         not have def. arg and to not allow empty arg.
5778
5779         * text2.C (setCounter): remove empty arg from call to Counters::reset
5780
5781 2002-08-11  John Levon  <levon@movementarian.org>
5782
5783         * Makefile.am: add WordLangTuple.h
5784
5785 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5786
5787         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
5788         lyxfunc.C lyxlex_pimpl.C: ws changes only.
5789
5790         * insets/insettext.C: InsetList changes
5791
5792         * graphics/GraphicsSupport.C (operator()): InsetList changes
5793
5794         * toc.C (getTocList): InsetList changes
5795
5796         * paragraph_pimpl.[Ch]: InsetList changes
5797
5798         * paragraph.[Ch]: InsetList changes
5799
5800         * buffer.C (inset_iterator): InsetList changes
5801         (setParagraph): ditto
5802         * buffer.h (inset_iterator): ditto
5803         * iterators.C (operator++): ditto
5804         * iterators.h: ditto
5805
5806         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
5807
5808         * InsetList.[Ch]: new files, most InsetList handling moved out of
5809         paragraph.C.
5810
5811         * BufferView2.C (removeAutoInsets): InsetList changes
5812         (lockInset): ditto
5813         (ChangeInsets): ditto
5814
5815 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5816
5817         * paragraph_pimpl.h (empty): new function
5818
5819         * paragraph.[Ch] (empty): new function
5820
5821         * other files: use the new Paragraph::empty function
5822
5823 2002-08-09  John Levon  <levon@movementarian.org>
5824
5825         * lyxtext.h: remove unused refresh_height
5826
5827 2002-08-09  John Levon  <levon@movementarian.org>
5828
5829         * Makefile.am:
5830         * sgml.h:
5831         * sgml.C:
5832         * buffer.C:
5833         * paragraph.h:
5834         * paragraph.C: move sgml char escaping out of paragraph
5835
5836         * paragraph.h:
5837         * paragraph.C: remove id setter
5838
5839         * buffer.C:
5840         * paragraph.C:
5841         * paragraph_pimpl.C: remove dead tex_code_break_column
5842
5843         * bufferview_funcs.C: small cleanup
5844
5845         * lyxfunc.C: remove dead proto
5846
5847         * lyxtext.h: make some stuff private. Remove some dead stuff.
5848
5849         * lyxgluelength.C: make as[LyX]String() readable
5850
5851 2002-08-08  John Levon  <levon@movementarian.org>
5852
5853         * LyXAction.h:
5854         * LyXAction.C:
5855         * MenuBackend.C:
5856         * ToolbarDefaults.C:
5857         * lyxfunc.C:
5858         * lyxrc.C:
5859         * toc.C: lyxaction cleanup
5860
5861 2002-08-08  John Levon  <levon@movementarian.org>
5862
5863         * BufferView2.C: small cleanup
5864
5865         * lyxfind.h:
5866         * lyxfind.C: move unnecessary header into the .C
5867
5868 2002-08-08  John Levon  <levon@movementarian.org>
5869
5870         * funcrequest.h: just tedious nonsense
5871
5872         * lyx_main.h:
5873         * lyx_main.C: cleanups
5874
5875         * buffer.C:
5876         * vspace.C: remove dead header lyx_main.h
5877
5878 2002-08-07  Angus Leeming  <leeming@lyx.org>
5879
5880         * Paragraph.[Ch]:
5881         * paragraph_pimpl.h:
5882         Forward declare class Counters in paragraph.h by moving the ctrs member
5883         variable into Paragraph::Pimpl.
5884         (counters): new method, returning a reference to pimpl_->ctrs.
5885
5886         * text2.C: ensuing changes.
5887
5888 2002-08-07  John Levon  <levon@movementarian.org>
5889
5890         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
5891
5892         * BufferView_pimpl.C: announce X selection on double/triple
5893           click
5894
5895         * lyx_main.C: use correct bool in batch dispatch
5896
5897         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
5898
5899 2002-08-07  André Pönitz <poenitz@gmx.net>
5900
5901         * funcrequest.h: new class to wrap a kb_action and its argument
5902
5903         * BufferView.[Ch]:
5904         * BufferView_pimpl[Ch]:
5905         * LaTeX.C:
5906         * LyXAction.[Ch]:
5907         * lyxfunc.[Ch]:
5908         * lyxrc.C: subsequent changes
5909
5910
5911 2002-08-07  John Levon  <levon@movementarian.org>
5912
5913         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
5914           document options change.
5915
5916 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
5917
5918         * counters.[Ch]
5919         * text2.C
5920         * paragraph.[Ch]
5921         * makefile.am: move counters functionality over from
5922         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
5923
5924 2002-08-06  John Levon  <levon@movementarian.org>
5925
5926         * WordLangTuple.h: new file for word + language code tuple
5927
5928         * SpellBase.h:
5929         * pspell.h:
5930         * pspell.C:
5931         * ispell.h:
5932         * ispell.C:
5933         * lyxtext.h:
5934         * text.C:
5935         * text2.C:
5936         * BufferView.h:
5937         * BufferView2.C: use WordLangTuple
5938
5939         * layout.h:
5940         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
5941
5942 2002-08-06  John Levon  <levon@movementarian.org>
5943
5944         * lyx_main.C: fix cmdline batch handling
5945
5946 2002-08-06  André Pönitz <poenitz@gmx.net>
5947
5948         * lyxrc.C: set default for show_banner to true
5949
5950 2002-08-06  John Levon  <levon@movementarian.org>
5951
5952         * pspell.C: fix a crash, and allow new aspell to work
5953
5954 2002-08-06  John Levon  <levon@movementarian.org>
5955
5956         * lyxfunc.C:
5957         * kbmap.C: small cleanup
5958
5959         * vspace.h:
5960         * vspace.C: add const
5961
5962 2002-08-05  John Levon  <levon@movementarian.org>
5963
5964         * LyXAction.C: back to tabular-insert
5965
5966 2002-08-04  John Levon  <levon@movementarian.org>
5967
5968         * BufferView.h:
5969         * BufferView.C: cosmetic change
5970
5971         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
5972
5973         * bufferlist.C:
5974         * buffer.h:
5975         * buffer.C:
5976         * lyxcb.h:
5977         * lyxcb.C:
5978         * lyxserver.C:
5979         * lyxvc.C:
5980         * vc-backend.C:
5981         * BufferView2.C: purge all "Lyx" not "LyX" strings
5982
5983         * lyxcursor.h:
5984         * lyxcursor.C: attempt to add some documentation
5985
5986         * lyxfunc.C:
5987         * commandtags.h:
5988         * LyXAction.C:
5989         * ToolbarDefaults.C:
5990         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
5991           merge with LFUN_TABULAR_INSERT
5992
5993         * Makefile.am:
5994         * SpellBase.h:
5995         * ispell.h:
5996         * ispell.C:
5997         * pspell.h:
5998         * pspell.C: split up i/pspell implementations into separate
5999           files, many cleanups
6000
6001         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6002
6003         * text2.C: some cleanup
6004
6005         * lyxfunc.C: don't check for isp_command == "none" any more, it
6006           didn't make any sense
6007
6008 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6009
6010         * counters.[Ch]
6011         * text2.C
6012         * paragraph.[Ch]
6013         * makefile.am: move counters functionality over
6014         from text2.C/paragraph.[Ch] to counters.[Ch], and
6015         make proper C++.
6016 2002-08-02  John Levon  <levon@movementarian.org>
6017
6018         * buffer.C: s/lyxconvert/lyx2lyx/
6019
6020 2002-08-02  Angus Leeming  <leeming@lyx.org>
6021
6022         * lyxlex.C: revert John's change as it breaks reading of the user
6023         preamble.
6024
6025 2002-08-02  Angus Leeming  <leeming@lyx.org>
6026
6027         * importer.C (Import):
6028         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6029         changes due to LyXView::view() now returning a boost::shared_ptr.
6030
6031 2002-08-02  John Levon  <levon@movementarian.org>
6032
6033         * lyxlex.C: small cleanup
6034
6035 2002-08-02  John Levon  <levon@movementarian.org>
6036
6037         * text2.C (status): small cleanup, no logic change
6038
6039 2002-08-01  John Levon  <levon@movementarian.org>
6040
6041         * buffer.h:
6042         * buffer.C (writeFile): don't output alerts, caller
6043           handles this
6044
6045         * bufferlist.C:
6046         * lyx_cb.C: from above
6047
6048         * lyxfunc.C: allow to open non-existent files
6049
6050 2002-07-31  John Levon  <levon@movementarian.org>
6051
6052         * lyxserver.C: don't let incidental errors get
6053           in the way (errno)
6054
6055 2002-07-30  John Levon  <levon@movementarian.org>
6056
6057         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6058
6059 2002-07-30  John Levon  <levon@movementarian.org>
6060
6061         * lyxserver.h:
6062         * lyxserver.C: remove I/O callback too
6063
6064 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6065
6066         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6067         log.
6068
6069 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6070
6071         * many files: strip,frontStrip -> trim,ltrim,rtrim
6072
6073 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6074
6075         * PrinterParams.h: remove extern containsOnly, and include
6076         support/lstrings.h instead.
6077
6078         * LaTeX.C (scanAuxFile): modify because of strip changes
6079         (deplog): ditto
6080         * buffer.C (makeLaTeXFile): ditto
6081         * bufferparams.C (writeFile): ditt
6082         * lyxfont.C (stateText): ditto
6083         * lyxserver.C (read_ready): ditto
6084         * vc-backend.C (scanMaster): ditto
6085
6086         * BufferView_pimpl.h: ws changes
6087
6088         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6089
6090 2002-07-26  André Pönitz <poenitz@gmx.net>
6091
6092         * kb_sequence.C: remove unnedred usings
6093
6094 2002-07-26  Juergen Vigna  <jug@sad.it>
6095
6096         * lyxfind.C (LyXReplace): we have to check better if the returned
6097         text is not of theLockingInset()->getLockingInset().
6098
6099 2002-07-25  Juergen Vigna  <jug@sad.it>
6100
6101         * lyxfind.C (LyXReplace): don't replace if we don't get the
6102         right LyXText.
6103
6104         * undo_funcs.C (createUndo): remove debugging code.
6105
6106 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6107
6108         * buffer.C (parseSingleLyXformat2Token): Use default placement
6109         when reading old floats.
6110
6111         * FloatList.C (FloatList): Change the default placement of figure
6112         and tables to "tbp".
6113
6114 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6115
6116         * MenuBackend.C: using std::max
6117
6118 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6119
6120         * MenuBackend.C (expandToc):
6121         (expandToc2): code moved from xforms menu frontend. It is now
6122         generic and TOCs are transparent to menu frontends.
6123
6124 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6125
6126         * toc.C (getTocList): protect against buf=0
6127
6128         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6129         Menu as first parameter. Now, this calls itself recursively to
6130         expand a whole tree (this will be useful for TOC handling)
6131         (expandFloatInsert): remove 'wide' version of floats
6132
6133         * MenuBackend.h (submenuname): returns the name of the submenu.
6134         (submenu): returns the submenu itself, provided it has been
6135         created by MenuBackend::expand
6136
6137 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6138
6139         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6140         insets which have noFontChange == true. (bug #172)
6141
6142 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6143
6144         * BufferView_pimpl.C: add connection objects and use them...
6145         (Pimpl): here.
6146
6147 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6148
6149         * MenuBackend.C (expandLastfiles):
6150         (expandDocuments):
6151         (expandFormats):
6152         (expandFloatListInsert):
6153         (expandFloatInsert):
6154         (expand): split expand in parts
6155
6156 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6157
6158         * lyx_gui.C: use lyx_gui::exit()
6159
6160 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6161
6162         * LyXAction.C: show the failing pseudo action
6163
6164 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6165
6166         * buffer.C (readFile): Run the lyxconvert script in order to read
6167         old files.
6168
6169 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6170
6171         * LyXAction.C:
6172         * commandtags.h:
6173         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6174
6175 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6176
6177         * LyXAction.C:
6178         * commandtags.h:
6179         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6180
6181 2002-07-22  Herbert Voss  <voss@lyx.org>
6182
6183         * lengthcommon.C:
6184         * lyxlength.[Ch]: add support for the vertical lengths
6185
6186 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6187
6188         * toc.[Ch]: std:: fixes
6189
6190 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6191
6192         * lyxrc.C: do not include lyx_main.h
6193
6194         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6195         for layouts
6196
6197         * lyxrc.C:
6198         * encoding.C:
6199         * bufferlist.C:
6200         * BufferView2.C: include "lyxlex.h"
6201
6202         * tabular.h:
6203         * bufferparams.h: do not #include "lyxlex.h"
6204
6205         * lyxtextclasslist.C (Add): remove method
6206         (classlist): renamed to classlist_
6207
6208         * paragraph_pimpl.C:
6209         * paragraph.C:
6210         * text2.C:
6211         * CutAndPaste.C:
6212         * bufferview_funcs.C:
6213         * bufferlist.C:
6214         * text.C:
6215         * LaTeXFeatures.C:
6216         * buffer.C:
6217         * toc.C (getTocList): use BufferParams::getLyXTextClass
6218
6219         * toc.C (getTocList): use InsetFloat::addToToc
6220
6221         * toc.[Ch]: new files, containing helper functions to handle table
6222         of contents
6223
6224         * lyxfunc.C (dispatch): no need to remove spaces around command
6225         given as a string
6226         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6227         first command of the sequence; it is not very clever, but I do not
6228         have a better idea, actually
6229
6230         * LyXAction.C (LookupFunc): make sure to remove space at the
6231         beginning and end of the command
6232
6233 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6234
6235         * MenuBackend.C (getMenubar): new method: return the menubar of
6236         this menu set
6237         (read): treat differently reading of menu and menubar (in
6238         particular, the menubar has no name now)
6239         (Menu::menubar): remove
6240
6241         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6242         saving is finished
6243
6244 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6245
6246         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6247         a bibitem inset in a RTL paragraph.
6248
6249 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6250
6251         * paragraph_pimpl.C: constify
6252
6253         * BufferView_pimpl.C:
6254         * LaTeX.C:
6255         * lyxfunc.C: fix dispatch in a nicer way
6256
6257 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6258
6259         * lyxfunc.C (dispatch):
6260         * BufferView_pimpl.C:
6261         * BufferView_pimpl.h:
6262         * BufferView.C:
6263         * BufferView.h: rename Dispatch() to dispatch()
6264
6265         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6266
6267         * lyxlayout.C (Read): honor DependsOn tag
6268
6269         * lyxlayout.[Ch] (depends_on): new method
6270
6271         * version.C.in: update lyx_docversion
6272
6273         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6274
6275         * paragraph.C (validate): remove from here...
6276         * paragraph_pimpl.C (validate): ... and move here
6277         (isTextAt): make it const
6278
6279         * buffer.C (getLists): ws cleanup
6280
6281 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6282
6283         * language.C (read): Use iso8859-1 encoding in latex_lang
6284         (this prevents LyX from crashing when using iso10646-1 encoding).
6285
6286 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6287
6288         * text2.C (toggleInset): if cursor is inside an inset, close the
6289         inset and leave cursor _after_ it
6290
6291 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6292
6293         * lyxfunc.C: move minibuffer completion handling out of here
6294
6295 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6296
6297         * BufferView_pimpl.C:
6298         * LaTeX.C: fix dispatch calls
6299
6300 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6301
6302         * text.C (drawChars): Fix Arabic text rendering.
6303
6304 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6305
6306         * LyXAction.C:
6307         * commandtags.h:
6308         * lyxfunc.C: remove message-push/pop
6309
6310         * lyxserver.C:
6311         * lyxfunc.h:
6312         * lyxfunc.C: rationalise some code by removing verboseDispatch
6313           in favour of a bool argument to dispatch()
6314
6315 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6316
6317         * lyx_main.C (init): make sure to read symlinks as absolute paths
6318
6319 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6320
6321         * lyxfunc.h:
6322         * lyxfunc.C: no need for commandshortcut to be a member
6323
6324 2002-07-15  André Pönitz <poenitz@gmx.net>
6325
6326         * converter.C: add support for $$s (scripts from lib/scripts dir)
6327         * lyx_main.C: white space
6328
6329 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6330
6331         * bufferlist.C:
6332         * lyxrc.h:
6333         * lyxrc.C: remove second exit confirmation
6334
6335 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6336
6337         * BufferView.h:
6338         * BufferView.C:
6339         * BufferView2.C:
6340         * BufferView_pimpl.h:
6341         * BufferView_pimpl.C:
6342         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6343
6344 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6345
6346         * MenuBackend.C (expand): add numeric shortcuts to document menu
6347
6348         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6349
6350 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6351
6352         * lyxfont.C (setLyXFamily):
6353         (setLyXSeries):
6354         (setLyXShape):
6355         (setLyXSize):
6356         (setLyXMisc):
6357         (lyxRead):
6358         * debug.C (value):
6359         * buffer.C (asciiParagraph): use ascii_lowercase
6360
6361 2002-07-15  Mike Fabian  <mfabian@suse.de>
6362
6363         * lyxlex_pimpl.C (search_kw):
6364         * lyxlex.C (getLongString):
6365         * converter.h (operator<):
6366         * converter.C (operator<):
6367         * buffer.C (parseSingleLyXformat2Token):
6368         (asciiParagraph):
6369         * ToolbarDefaults.C (read):
6370         * MenuBackend.C (checkShortcuts):
6371         (read):
6372         * LColor.C (getFromGUIName):
6373         (getFromLyXName): use the compare_ascii_no_case instead of
6374         compare_no_case, because in turkish, 'i' is not the lowercase
6375         version of 'I', and thus turkish locale breaks parsing of tags.
6376
6377 2002-07-16  Angus Leeming  <leeming@lyx.org>
6378
6379         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6380         now takes a Buffer const & argument.
6381
6382 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6383
6384         * BufferView.C (resize): check there's a buffer to resize
6385
6386 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6387
6388         * lyxfunc.C: remove dead code
6389
6390         * lyxserver.h:
6391         * lyxserver.C: use lyx_guii::set_read_callback
6392
6393 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6394
6395         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6396         an inset in a RTL paragraph.
6397
6398 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6399
6400         * lyxfunc.C: repaint after a font size update
6401
6402 2002-07-15  André Pönitz <poenitz@gmx.net>
6403
6404         * lyxlength.C: inBP should be able to return negative values
6405
6406 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6407
6408         * lyxfunc.C: use lyx_gui::update_fonts()
6409
6410 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6411
6412         * lyxfunc.C: use lyx_gui::update_color()
6413
6414 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6415
6416         * bufferlist.C:
6417         * lyxfunc.h:
6418         * lyxfunc.C:
6419         * lyxrc.h:
6420         * lyxrc.C: remove file->new asks for name option, and let
6421           buffer-new take an argument
6422
6423 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6424
6425         * BufferView_pimpl.C: remove unneeded extra repaint()
6426
6427 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6428
6429         * LyXAction.C: allow command-sequence with NoBuffer
6430
6431         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6432
6433 2002-07-10  Angus Leeming  <leeming@lyx.org>
6434
6435         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6436
6437 2002-07-09  Angus Leeming  <leeming@lyx.org>
6438
6439         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6440
6441 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6442
6443         * lengthcommon.h: whitespace
6444
6445         * lyxfunc.C: update scrollbar after goto paragraph
6446
6447         * lyxtext.h: factor out page break drawing, and fix it so
6448           page break/added space paints as selected nicely
6449
6450 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6451
6452         * BufferView_pimpl.C: add FIXMEs, clean up a little
6453
6454 2002-07-09  André Pönitz <poenitz@gmx.net>
6455
6456         * lyxfont.[Ch]: support for wasy symbols
6457
6458 2002-07-08  André Pönitz <poenitz@gmx.net>
6459
6460         * BufferView_pimpl.C: apply John's patch for #93.
6461
6462 2002-07-05  Angus Leeming  <leeming@lyx.org>
6463
6464         * BufferView_pimpl.C (buffer): generate previews if desired.
6465
6466         * LColor.h: add "preview" to the color enum.
6467
6468         * LColor.C (LColor): add a corresponding entry to the items array.
6469
6470         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6471         with this buffer.
6472
6473 2002-07-05  Angus Leeming  <leeming@lyx.org>
6474
6475         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6476         The body of the code is now in the method that is passed an ostream &
6477         rather than a file name.
6478         Pass an additional only_preamble parameter, useful for the forthcoming
6479         preview stuff.
6480
6481 2002-07-03  André Pönitz <poenitz@gmx.net>
6482
6483         * lyxfunc.C: simplify getStatus() a bit for math stuff
6484
6485 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6486
6487         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6488
6489 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6490
6491         * text.C (changeRegionCase): do not change case of all the
6492         document when region ends at paragraph end (bug #461)
6493
6494 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6495
6496         * paragraph.C (startTeXParParams):
6497         (endTeXParParams): add \protect when necessary
6498
6499 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6500
6501         * BufferView_pimpl.C (workAreaExpose): remove warning
6502
6503 2002-06-27  Angus Leeming  <leeming@lyx.org>
6504
6505         * Makefile.am: add lyxlayout_ptr_fwd.h.
6506
6507 2002-06-26  André Pönitz <poenitz@gmx.net>
6508
6509         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6510
6511 2002-06-25  Angus Leeming  <leeming@lyx.org>
6512
6513         * lyxfunc.C (dispatch): Comment out the call to
6514         grfx::GCache::changeDisplay. The method no longer exists now that the
6515         pixmap generation part of the graphics loader has been moved into
6516         InsetGraphics.
6517
6518 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6519
6520         * text2.C: layout as layout
6521
6522         * text.C: layout as layout
6523
6524         * tabular.C (OldFormatRead): layout as layout
6525
6526         * paragraph_pimpl.C (TeXDeeper): layout as layout
6527         (realizeFont): layout as layout
6528
6529         * paragraph.C (writeFile): layout as layout
6530         (validate): layout as layout
6531         (getFont): layout as layout
6532         (getLabelFont): layout as layout
6533         (getLayoutFont): layout as layout
6534         (breakParagraph): layout as layout
6535         (stripLeadingSpaces): layout as layout
6536         (getEndLabel): layout as layout
6537         (getMaxDepthAfter): layout as layout
6538         (applyLayout): layout as layout
6539         (TeXOnePar): layout as layout
6540         (simpleTeXOnePar): layout as layout
6541         (TeXEnvironment): layout as layout
6542         (layout): layout as layout
6543         (layout): layout as layout
6544
6545         * lyxtextclass.C (compare_name): new functor to work with
6546         shared_ptr, layout as layout
6547         (Read): layout as layout
6548         (hasLayout): layout as layout
6549         (operator): layout as layout
6550         (delete_layout): layout as layout
6551         (defaultLayout): layout as layout
6552
6553         * lyxlayout_ptr_fwd.h: new file
6554
6555         * lyxlayout.C (Read): layout as layout
6556
6557         * lyx_cb.C (MenuInsertLabel): layout as layout
6558
6559         * bufferlist.C (newFile): layout as layout
6560
6561         * buffer.C (readLyXformat2): layout as layout
6562         (parseSingleLyXformat2Token): layout as layout
6563         (insertStringAsLines): layout as layout
6564         (asciiParagraph): layout as layout
6565         (latexParagraphs): layout as layout
6566         (makeLinuxDocFile): layout as layout
6567         (simpleLinuxDocOnePar): layout as layout
6568         (makeDocBookFile): layout as layout
6569         (simpleDocBookOnePar): layout as layout
6570         (getLists): layout as layout
6571
6572         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6573
6574         * CutAndPaste.C (cutSelection): layout as layout
6575         (pasteSelection): layout as layout
6576         (SwitchLayoutsBetweenClasses): layout as layout
6577
6578         * BufferView_pimpl.C (Dispatch): layout as layout
6579         (smartQuote): layout as layout
6580
6581         * BufferView2.C (unlockInset): layout as layout
6582
6583 2002-06-24  André Pönitz <poenitz@gmx.net>
6584
6585         * lyxfunc.C: fix #487
6586
6587 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6588
6589         * lyxrc.h:
6590         * lyxrc.C:
6591         * lyxfunc.C: remove display_shortcuts, show_banner
6592
6593 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6594
6595         * Buffer_pimpl.C: oops, update on resize
6596
6597 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6598
6599         * buffer.C:
6600         * converter.C:
6601         * exporter.C:
6602         * lyxfunc.C:
6603         * BufferView.h:
6604         * BufferView.C: use repaint()
6605
6606         * BufferView_pimpl.h:
6607         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6608           as it's a clearer description. Remove superfluous
6609           redraws.
6610
6611 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6612
6613         * text.C: fix bug 488. Not ideal, but getting
6614           getWord() to work properly for the insets that
6615           matter is more difficult ...
6616
6617 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6618
6619         * BufferView_pimpl.C:
6620         * LyXAction.C:
6621         * commandtags.h:
6622         * lyxfunc.C: remove the six million index lyxfuncs to just
6623           one, and DTRT (bug 458)
6624
6625 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6626
6627         * BufferView.h:
6628         * BufferView.C:
6629         * BufferView_pimpl.h:
6630         * BufferView_pimpl.C: clean up resize() stuff,
6631           and unnecessary updateScreen()s
6632
6633 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6634
6635         * BufferView.h:
6636         * BufferView.C:
6637         * BufferView_pimpl.h:
6638         * BufferView_pimpl.C:
6639         * lyxfind.h:
6640         * lyxfind.C:
6641         * minibuffer.C: remove focus management of workarea,
6642           not needed. Use screen's greyOut()
6643
6644 2002-06-17  Herbert Voss  <voss@lyx.org>
6645
6646         * converter.C: (convert) do not post a message, when converting
6647         fails, let the calling function decide what to do in this case
6648
6649 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6650
6651         * lyxfunc.C: tidy up a little
6652
6653 2002-06-16    <alstrup@diku.dk>
6654
6655         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6656         Got rid of FORMS_H_LOCATION include. Now we are
6657         GUII.
6658
6659 2002-06-15  LyX Development team  <lyx@rilke>
6660
6661         * buffer.[Ch] (sgmlOpenTag):
6662         (sgmlCloseTag): Added support for avoiding pernicious mixed
6663         content. Return number of lines written.
6664
6665         (makeLinuxDocFile):
6666         (makeDocBookFile): Fixed calls to sgml*Tag.
6667         Simple white space clean.
6668
6669         (simpleDocBookOnePar): Simple white space clean.
6670
6671         * tabular.[Ch] (docBook): Renamed to docbook and got another
6672         argument to related with the pernicious mixed content.
6673
6674         (docbookRow): Fixed calls for docbook inset method.
6675
6676 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6677
6678         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6679         so it's X11 independent.
6680
6681         * kb*.[Ch]: ditto.
6682
6683         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6684
6685 2002-06-15  Lyx Development team  <lyx@electronia>
6686
6687         * intl.h: Renamed getTrans to getTransManager.
6688
6689 2002-06-14  Angus Leeming  <leeming@lyx.org>
6690
6691         * Makefile.am: nuke forgotten stl_string_fwd.h.
6692
6693 2002-06-12  Angus Leeming  <leeming@lyx.org>
6694
6695         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6696
6697 2002-06-13  Angus Leeming  <leeming@lyx.org>
6698
6699         * LaTeX.C:
6700         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6701
6702 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
6703
6704         * kbmap.C (getiso): add support for cyrillic and greek
6705
6706 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6707
6708         * BufferView.h:
6709         * BufferView.C:
6710         * BufferView_pimpl.h:
6711         * BufferView_pimpl.C: move bogus scrolling logic
6712           to xforms
6713
6714 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6715
6716         * lyxfunc.C:
6717         * BufferView_pimpl.C: view->resize() change
6718
6719 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6720
6721         * BufferView_pimpl.C: topCursorVisible
6722           prototype change
6723
6724 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6725
6726         * Makefile.am:
6727         * lyx_gui.h:
6728         * lyx_gui.C: move to frontends/
6729
6730         * main.C:
6731         * lyx_main.h:
6732         * lyx_main.C: changes from above
6733
6734 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6735
6736         * intl.C:
6737         * intl.h:
6738         * kbmap.C:
6739         * kbsequence.C:
6740         * lyx_cb.C:
6741         * lyx_main.C: minor tidy
6742
6743 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6744
6745         * BufferView_pimpl.h:
6746         * BufferView_pimpl.C:
6747         * BufferView.h:
6748         * BufferView.C: make painter() const,
6749           remove dead code
6750
6751         * BufferView2.C: use screen() accessor
6752
6753         * lyx_main.h:
6754         * lyx_main.C: some minor cleanup
6755
6756 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6757
6758         * BufferView_pimpl.h:
6759         * BufferView_pimpl.C: remove enter/leaveView,
6760           use workHeight()
6761
6762 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6763
6764         * BufferView.h:
6765         * BufferView.C:
6766         * BufferView2.C:
6767         * BufferView_pimpl.h:
6768         * BufferView_pimpl.C: only construct screen once,
6769           rename
6770
6771         * lyxrc.C: remove pointless comment
6772
6773 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6774
6775         * BufferView.h:
6776         * BufferView.C: remove active() and belowMouse()
6777
6778         * BufferView_pimpl.h:
6779         * BufferView_pimpl.C: use workarea() not workarea_,
6780           and make it use a scoped_ptr instead
6781
6782 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6783
6784         * lyx_gui.C: add debug message on BadWindow
6785
6786 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6787
6788         * sp_spell.C: fdopen is not part of the C++ standard.
6789
6790         * paragraph.C (InsetIterator): use >= instead of ==
6791
6792 2002-06-07  Angus Leeming  <leeming@lyx.org>
6793
6794         Fixes needed to compile with Compaq cxx 6.5.
6795         * BufferView_pimpl.C:
6796         * DepTable.C:
6797         * buffer.C:
6798         * converter.C:
6799         * encoding.C:
6800         * lyx_gui.C:
6801         * lyx_main.C:
6802         * lyxtextclasslist.C:
6803         * minibuffer.C:
6804         * sp_spell.C:
6805         * tabular_funcs.C:
6806         * vc-backend.C:
6807         all c-library variables have been moved into namespace std. Wrap
6808         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
6809
6810         * lyxlength.C:
6811         * tabular-old.C:
6812         * tabular.C:
6813         Add a using std::abs declaration.
6814
6815         * kbmap.h (modifier_pair):
6816         * paragraph.h (InsetTable, InsetList):
6817         * lyxfont.h (FontBits):
6818         type definition made public.
6819
6820         * bufferlist.C (emergencyWriteAll): the compiler complains that
6821         there is more than one possible lyx::class_fun template to choose from.
6822         I re-named the void specialisation as lyx::void_class_fun.
6823
6824         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
6825
6826         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
6827         the compiler is is unable to find tostr in write_attribute.
6828
6829 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6830
6831         * buffer.C (sgmlError): hide #warning
6832
6833 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6834
6835         * xtl/*: get rid of xtl, which is not in use anyway
6836
6837         * LyXAction.C (init):
6838         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
6839         were unimplemented xtl experimentation
6840
6841 2002-06-04  André Pönitz <poenitz@gmx.net>
6842
6843         * lyxfunc.C: disable array operation on simple formulae
6844
6845 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
6846
6847         * converter.C: constify a bit
6848
6849 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
6850
6851         * lyx_gui.C: check xforms version correctly
6852
6853 2002-04-30  Herbert Voss  <voss@lyx.org>
6854
6855         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
6856         "keep" option
6857
6858 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
6859
6860         * lyxvc.C: fix bug 416 (make sure buffer is saved before
6861           attempt to register it with a VCS)
6862
6863 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6864
6865         * lyx_main.C (init): honor variables LYX_DIR_13x and
6866         LYX_USERDIR_13x
6867
6868 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6869
6870         * buffer.h:
6871         * buffer.C:
6872         * lyx_main.C: fix a crash on bad command line,
6873           and give a useful exit status on error
6874
6875         * lyxfunc.C (doImport): allow -i lyx to work
6876
6877 2002-03-30  André Pönitz <poenitz@gmx.net>
6878
6879         * lyxfunc.C: mathed font changes
6880
6881 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6882
6883         * LaTeX.C:
6884         * importer.h:
6885         * importer.C:
6886         * lyx_sty.h:
6887         * lyx_sty.C:
6888         * lyxlex.C:
6889         * lyxrow.h:
6890         * lyxtext.h:
6891         * paragraph.h:
6892         * paragraph.C:
6893         * texrow.h:
6894         * texrow.C:
6895         * text.C:
6896         * trans_mgr.h: srcdocs, and some minor cleanups
6897
6898 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6899
6900         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
6901         call getFont all the time)
6902
6903 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6904
6905         * switch from SigC signals to boost::signals
6906
6907 2002-05-29  André Pönitz <poenitz@gmx.net>
6908
6909         * paragraph_pimpl.C (getChar): don't call size() too often...
6910
6911 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6912
6913         * paragraph_pimpl.C (insertChar): do not try to update tables when
6914         appending (pos == size())
6915
6916         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
6917         in order to reduce drastically the number of comparisons needed to
6918         parse a large document
6919
6920 2002-05-29  André Pönitz <poenitz@gmx.net>
6921
6922         * text.C:
6923         * text2.C:
6924         * lyxtextclass.C:
6925         * sp_pspell.h:
6926         * textclasslist.[Ch]:
6927         * sp_ispell.h: whitespace change
6928
6929 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6930
6931         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
6932         lyxaction directly now.
6933
6934 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
6935
6936         * trans.C:
6937         * lyxfont.C:
6938         * lyxvc.C: remove unused headers
6939
6940 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6941
6942         * Makefile.am:
6943         * buffer.h:
6944         * undostack.h:
6945         * undostack.C:
6946         * undo_funcs.h:
6947         * undo_funcs.C: some cleanups. Use shared_ptr
6948           and a template for the undo stacks.
6949
6950 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6951
6952         * BufferView_pimpl.h:
6953         * BufferView_pimpl.C:
6954         * kbmap.h:
6955         * kbmap.C:
6956         * kbsequence.h:
6957         * kbsequence.C:
6958         * lyxfunc.h:
6959         * lyxfunc.C:
6960         * text2.C: use key_state/mouse_state
6961
6962 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6963
6964         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
6965         and LSubstring
6966
6967         * chset.C: change include order
6968         (loadFile): use boost regex and get rid of LRegex and LSubstring
6969
6970         * Makefile.am (BOOST_LIBS): new variable
6971         (lyx_LDADD): use it
6972
6973         * LaTeX.C: change include order.
6974         (scanAuxFile): use boost regex and get rid of LRegex and
6975         LSubstring
6976         (deplog): ditto
6977
6978 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6979
6980         * ColorHandler.h:
6981         * ColorHandler.C:
6982         * FontInfo.h:
6983         * FontInfo.C: moved to frontends/xforms/
6984
6985         * FontLoader.h:
6986         * FontLoader.C: moved into frontends for GUIIzation
6987
6988         * Makefile.am:
6989         * lyx_gui.C:
6990         * lyxfont.C:
6991         * lyxfunc.C: changes from above
6992
6993 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6994
6995         * LColor.C: remove spurious X include
6996
6997         * BufferView_pimpl.C:
6998         * Makefile.am:
6999         * font.h:
7000         * font.C:
7001         * text.C:
7002         * text2.C: move font metrics to frontends/
7003
7004 2002-05-24  Juergen Vigna  <jug@sad.it>
7005
7006         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7007         setting the undo_cursor.
7008
7009         * ParagraphParameters.h: include local includes first.
7010
7011 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7012
7013         * BufferView_pimpl.C:
7014         * BufferView_pimpl.h:
7015         * Makefile.am:
7016         * WorkArea.h:
7017         * WorkArea.C:
7018         * screen.C: move WorkArea into frontends/
7019
7020         * lyxscreen.h:
7021         * screen.C:
7022         * text.C:
7023         * BufferView.C:
7024         * BufferView2.C: move LyXScreen into frontends/
7025
7026         * lyxlookup.h:
7027         * lyxlookup.C:
7028         * lyx_gui.C: move lyxlookup into frontends/xforms/
7029
7030 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7031
7032         * BufferView2.C:
7033         * BufferView_pimpl.C:
7034         * FontLoader.C:
7035         * LyXView.h:
7036         * LyXView.C:
7037         * Makefile.am:
7038         * WorkArea.C:
7039         * XFormsView.h:
7040         * XFormsView.C:
7041         * buffer.C:
7042         * bufferlist.C:
7043         * bufferview_funcs.C:
7044         * converter.C:
7045         * importer.C:
7046         * lyx_cb.C:
7047         * lyx_gui.C:
7048         * lyx_main.C:
7049         * lyx_find.C:
7050         * lyxfunc.C:
7051         * lyxvc.C:
7052         * minibuffer.C:
7053         * text.C:
7054         * text2.C:
7055         * trans.C:
7056         * vc-backend.C: move LyX/XFormsView into frontends/
7057
7058 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7059
7060         * Makefile.am:
7061         * PainterBase.C:
7062         * PainterBase.h:
7063         * Painter.C:
7064         * Painter.h:
7065         * WorkArea.C:
7066         * WorkArea.h:
7067         * screen.C:
7068         * tabular.C:
7069         * text.C:
7070         * text2.C: move Painter to frontends/
7071
7072 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7073
7074         * buffer.C: comment out some some code that depend upon lyx_format
7075         < 220
7076
7077         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7078         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7079
7080         * buffer.h (NO_COMPABILITY): turn off compability
7081
7082         * ColorHandler.C: include scoped_array.hpp
7083
7084         * font.C: Use more specific smart_ptr header.
7085         * Painter.C: ditto
7086         * gettext.C: ditto
7087         * ShareContainer.h: ditto
7088         * lyx_main.h: ditto
7089         * kbmap.h: ditto
7090         * FontInfo.h: ditto
7091         * BufferView_pimpl.h: ditto
7092         * ColorHandler.h: ditto
7093
7094         * kbmap.C (defkey): change call to shared_ptr::reset
7095
7096 2002-05-21  Juergen Vigna  <jug@sad.it>
7097
7098         * buffer.C (insertErtContents): fix to insert ert asis if it is
7099         non empty. Skip it completely if it contains only whitespaces.
7100
7101 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7102
7103         * BufferView_pimpl.C:
7104         * BufferView2.C: clear selection on paste (bug 393)
7105
7106 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7107
7108         * DepTable.C: include ctime
7109
7110 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7111
7112         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7113
7114 2002-05-14  Juergen Vigna  <jug@sad.it>
7115
7116         * text.C (breakParagraph): fixed function to honor the keepempty
7117         layout in the right maner and also to permit the right breaking
7118         algorithm on empty or non empyt keepempty paragraphs.
7119
7120         * paragraph.C (breakParagraph): we have to check also if the par
7121         is really empty (!size()) for isempty otherwise we do the wrong
7122         paragraph break.
7123
7124 2002-05-10  Juergen Vigna  <jug@sad.it>
7125
7126         * buffer.[Ch] : The following are only changes to the ert
7127         compatibility read reading old LaTeX layout and font stuff and
7128         convert it to ERTInsets.
7129
7130         * buffer.h: added isErtInset().
7131
7132         * buffer.C (struct ErtComp): add a fromlayout bool to check
7133         if we're inside a LaTeX layout.
7134         (isErtInset): new helper function.
7135         (insertErtContents): look for other ert insets before this one
7136         and insert the contents there, so that we don't have subsequent
7137         ERT insets with nothing between them. This way we create only one
7138         inset with multiple paragraphs. Also check if we don't insert only
7139         spaces ' ' as they are ignored anyway afterwards in the .tex file
7140         so if we have only spaces we will ignore this latex part in the
7141         new file.
7142         (parseSingleLyXformat2Token \\layout): better compatibility when
7143         reading layout-latex stuff.
7144         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7145         language tag.
7146         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7147         stuff after reading the inset only get the information back from
7148         the stack.
7149
7150 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7151
7152         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7153
7154         * LaTeXFeatures.C (getBabelOptions): New method.
7155
7156 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7157
7158         * BufferView_pimpl.C (Dispatch): work around missing argument for
7159         'layout'
7160
7161 2002-05-08  Juergen Vigna  <jug@sad.it>
7162
7163         * text.C (leftMargin): handle paragraph leftindent.
7164
7165         * paragraph.C (writeFile): write the new \\leftindent tag.
7166         (validate): handle leftindent code.
7167         (TeXEnvironment): handle paragraphleftindent code again.
7168
7169         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7170
7171         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7172         for paragrap_extra indent code and new token \\leftindent.
7173         (latexParagraphs): handle the leftindent as environment.
7174
7175         * ParameterStruct.h: added leftindent support.
7176
7177         * ParagraphParameters.C (leftIndent): added support functions for
7178         the paragraph left indent.
7179
7180         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7181         more appropriate.
7182
7183 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7184
7185         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7186         inside insetERT.
7187
7188         * text.C (computeBidiTables): No bidi in insetERT.
7189
7190         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7191         in RTL documents.
7192
7193 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7194
7195         * version.C.in: pre 5
7196
7197 2002-05-02  José Matos  <jamatos@fep.up.pt>
7198         * buffer.C (makeDocBookFile): white space changes, add newline to
7199         command styles.
7200         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7201
7202         * tabular.C (docBook): fix typo.
7203
7204 2002-05-03  Juergen Vigna  <jug@sad.it>
7205
7206         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7207         change in LyXText as we can not be sure it was not freed.
7208         (drawOneRow): remove unused code.
7209
7210         * text.C (drawInset): redo the calculation of the need_break_row as
7211         it could have a row which was already freed.
7212         (draw): look at the return value of drawInset and return false if
7213         it also returned false.
7214         (paintRowText): look at the return value of draw and return false if
7215         it also returned false.
7216
7217         * lyxtext.h: added bool return type to drawInset() and draw() so that
7218         if we have a change in the row so that the rowbreak has to be redone
7219         we abort drawing as it will be called again.
7220
7221 2002-05-02  Juergen Vigna  <jug@sad.it>
7222
7223         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7224         a change in the maintext also if we're inside an inset.
7225         (Dispatch): set the cursor again after a break line and after the
7226         screen has been updated as it could be we're in a different row.
7227
7228         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7229         to set the cursor behind the pargraph with > size().
7230         (setCursor): check also for the same paragraph when checking where
7231         to put the cursor if we have a NFR inset.
7232
7233         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7234         parts of layout read further up as it still was in the wrong
7235         position.
7236
7237 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7238
7239         * screen.C (drawFromTo): change sine fullRebreak always return
7240         true.
7241
7242         * buffer.C (parseSingleLyXformat2Token): reindent some
7243
7244         * BufferView_pimpl.C (update): change since fullRebreak always
7245         return true.
7246         (Dispatch): git rid of the last hardcoded "Standard"s.
7247
7248 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7249
7250         * text2.[Ch] (fullRebreak): make it return void now that we always
7251         returned true.
7252
7253 2002-04-30  Juergen Vigna  <jug@sad.it>
7254
7255         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7256         ert compatibility check for "latex" layout.
7257
7258 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7259
7260         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7261         minipages: use col% instead of p%, and also use the current font.
7262         (makeLaTeXFile): Fix use babel condition.
7263         (parseSingleLyXformat2Token): Correct font when reading old floats.
7264
7265 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7266
7267         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7268         inserting list of floats.
7269
7270 2002-04-25  Herbert Voss  <voss@lyx.org>
7271
7272         * MenuBackend.C (expand): don't add the graphics extensions to the
7273         export menu
7274
7275 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7276
7277         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7278         non-existing layout, do not complain if it was the default layout
7279         of the original class (bug #342)
7280
7281 2002-04-24  Juergen Vigna  <jug@sad.it>
7282
7283         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7284         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7285
7286 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7287
7288         * buffer.C (getBibkeyList): If using \bibliography, return the
7289         option field with the reference itself. Enables us to provide natbib
7290         support when using \bibliography.
7291
7292 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7293
7294         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7295
7296         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7297         natbib is provided by the LaTeX class.
7298
7299 2002-04-23  Juergen Vigna  <jug@sad.it>
7300
7301         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7302         Wakeup functions.
7303
7304         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7305
7306 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7307
7308         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7309
7310         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7311         ensuremath around textordmasculine, textordfeminine and
7312         textdegree.
7313
7314 2002-04-19  Juergen Vigna  <jug@sad.it>
7315
7316         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7317         reinitializing the buffer otherwise row-dimensions may be wrong.
7318         (update): reset also the selection cursors if they do exits otherwise
7319         their x/y positions may be wrong.
7320
7321         * text2.C (cursorDown): don't enter the inset if we came from a row
7322         above and are one row over the inset.
7323
7324         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7325         really leaving an inset.
7326
7327 2002-04-18  Juergen Vigna  <jug@sad.it>
7328
7329         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7330         of the selected paragraph does not have the selected layout also if
7331         the last one had!
7332
7333         * text2.C (setLayout): fixed bug which did not change last selected
7334         paragraph.
7335
7336         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7337         changed the read and substituted \\end_float with \\end_inset!
7338
7339         * BufferView_pimpl.C (cursorPrevious):
7340         (cursorNext): fixed to make it work with rows heigher than the work
7341         area without moving the cursor only the draw of the row.
7342         (workAreaMotionNotify): fix jumping over high rows.
7343
7344 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7345
7346         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7347         Ressler.
7348
7349 2002-04-16  Juergen Vigna  <jug@sad.it>
7350
7351         * text2.C (setCursor): set also the irow().
7352         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7353         (cursorUp):
7354         (cursorDown): support for locking an inset if the x_fix value goes
7355         inside it. That way I can transverse insets too with cursor up/down.
7356
7357         * lyxrow.h: added irow helper function same as other (i) functions.
7358
7359         * BufferView_pimpl.C (cursorPrevious):
7360         (cursorNext): fixed for insets!
7361
7362 2002-04-15  Juergen Vigna  <jug@sad.it>
7363
7364         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7365         position otherwise it is wrong in some cases.
7366
7367         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7368         inside the inset before the call.
7369
7370 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7371
7372         * buffer.[Ch] (getBibkeyList): make it const.
7373
7374 2002-04-12  Juergen Vigna  <jug@sad.it>
7375
7376         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7377
7378         * text2.C (getCursorX): new helper function
7379         (setCursor): compute also ix_
7380         (setCursorFromCoordinates): set also ix.
7381
7382         * lyxcursor.h: added ix_ and helper functions.
7383
7384         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7385
7386         * buffer.C (insertStringAsLines): dont break paragraph if the this
7387         paragraph is inside an inset which does not permit it!
7388
7389         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7390         also with no chars on this paragraph.
7391         (paintRowText): only paint stuff if it's inside the workarea!
7392
7393         * paragraph.C (breakParagraph): honor keepempty flag and break the
7394         paragraph always below not above.
7395
7396         * BufferView2.C (unlockInset): update the paragraph layout on inset
7397         unlock as we changed paragraph in such a case.
7398
7399         * lyxfind.C (LyXFind): clear the former selection if not found!
7400
7401         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7402         again called in insertChar().
7403
7404         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7405         an inset which uses the whole row!
7406         (rightMargin): ditto.
7407         (insertChar): force a rebreak if we inserted an inset!
7408
7409 2002-03-28  Herbert Voss  <voss@lyx.org>
7410
7411         * lyxlength.[Ch]: add inBP() to get the right PS-point
7412         units (BigPoint). With inPixels we have rounding errors
7413
7414 2002-04-11  Juergen Vigna  <jug@sad.it>
7415
7416         * text2.C (setCursorFromCoordinates): set iy to the right value.
7417         (setCursor): add check if row->previous exists!
7418
7419         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7420         an old float_type as this was the case in the old code!
7421
7422         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7423
7424         * BufferView2.C (showLockedInsetCursor): use iy
7425         (fitLockedInsetCursor): ditto
7426
7427         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7428         locked insets as there we have the right value now.
7429
7430         * lyxcursor.C: added iy_ variable and iy functions to set to the
7431         baseline of cursor-y of the locked inset.
7432
7433         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7434         (setCursor): fixed for insets which need a full row.
7435
7436         * text.C (rowLastPrintable): don't ignore the last space when before
7437         an inset which needs a full row.
7438         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7439         as last character of a row when before a inset which needs a full row.
7440
7441 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7442
7443         * version.C.in: update date
7444
7445         * text2.C (fullRebreak): try to always return true and see what
7446         happens...
7447
7448 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7449
7450         * MenuBackend.C (expand): use Floating::listName
7451
7452         * FloatList.C (FloatList): add listName argument to the built-in
7453         floats
7454
7455         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7456         text associated with the float.
7457
7458 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7459
7460         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7461
7462 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7463
7464         * ShareContainer.h: add a couple of missing typenames.
7465
7466 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7467
7468         * lyxrc.C (getDescription): use _() correctly rather than N_().
7469
7470 2002-03-28  Herbert Voss  <voss@lyx.org>
7471
7472         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7473         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7474
7475 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7476
7477         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7478         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7479
7480 2002-03-29  Juergen Vigna  <jug@sad.it>
7481
7482         * lyxfunc.C (dispatch): add a missing fitCursor call.
7483
7484         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7485         it was scrolled by a cursor move, so return the bool status.
7486
7487         * BufferView.C (fitCursor): return the bool flag also to the outside
7488         world as this is needed.
7489
7490         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7491
7492         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7493         call the edit() as it is not needed (and wrong) IMO.
7494         (workAreaButtonPress): set the screen_first variable before evt.
7495         unlock the inset as this may change screen_first and then we have
7496         a wrong y position for the click!
7497
7498 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7499
7500         * MenuBackend.C (expand): another translation that I missed
7501
7502 2002-03-28  Juergen Vigna  <jug@sad.it>
7503
7504         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7505
7506         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7507
7508 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7509
7510         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7511
7512         * MenuBackend.C (expand): fix export/view/update when there is no
7513         document open.
7514
7515 2002-03-27  Herbert Voss  <voss@lyx.org>
7516
7517         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7518         and text%
7519
7520 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7521
7522         * bufferview_funcs.C (currentState): only show paragraph number
7523         for is DEVEL_VERSION is set.
7524
7525         * lyxfunc.C (dispatch): put warning in INFO channel
7526
7527         * MenuBackend.C (expand): translate the name of floats
7528
7529         * FloatList.C (FloatList): mark the float names for translation
7530
7531         * converter.C (convert): use LibScriptSearch
7532
7533 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7534
7535         * MenuBackend.C (defaults): fix default menu (we might as well get
7536         rid of it...)
7537
7538 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7539
7540         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7541         directory.
7542
7543 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7544
7545         * lyxvc.C: reorder includes.
7546
7547 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7548
7549         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7550           properly
7551
7552 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7553
7554         * CutAndPaste.C: change layouts earlier on paste
7555           to avoid crashing when calling getFont()
7556
7557 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7558
7559         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7560         irritating #error.
7561
7562 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7563
7564         * WorkArea.C: remove 'Pending' debug message.
7565
7566         * most files: ws cleanup
7567
7568         * buffer.[Ch]: ws changes
7569
7570         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7571
7572 2002-03-21  Juergen Vigna  <jug@sad.it>
7573
7574         * tabular.C (SetMultiColumn): collapse also the contents of the
7575         cells and set the last border right. Added a Buffer const * param.
7576
7577 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7578
7579         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7580         linking or not.
7581
7582 2002-03-19  Juergen Vigna  <jug@sad.it>
7583
7584         * text2.C (clearSelection): reset also xsel_cache.
7585
7586         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7587         where it needs to be called (John tells us to do so too :)
7588         (selectionLost): reset sel_cache.
7589
7590         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7591
7592 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7593
7594         * text2.C (setCursorIntern): put debuging code in INSETS channel
7595
7596 2002-03-19  André Pönitz <poenitz@gmx.net>
7597
7598         * lyxfunc.C: tiny whitespace change
7599
7600 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7601
7602         * ToolbarDefaults.C (init):
7603         * LyXAction.C (init):
7604         * commandtags.h:
7605         * BufferView_pimpl.C (Dispatch):
7606         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7607
7608 2002-03-19  Allan Rae  <rae@lyx.org>
7609
7610         * exporter.C (Export): removeAutoInsets before doing anything else.
7611         While I've just introduced a dependency on BufferView this really is
7612         the best place to clean the buffer otherwise you need to cleanup in
7613         a dozen places before calling export or cleanup in a dozen functions
7614         that export calls.
7615
7616         * converter.C (runLaTeX):
7617         (scanLog): Better handling of removeAutoInsets and screen updates.
7618
7619         * lyxfunc.C (dispatch): small whitespace changes
7620
7621 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7622
7623         * WorkArea.C (C_WorkAreaEvent): return a value.
7624         (event_cb): return 1 if we handled the event, 0 otherwise.
7625
7626         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7627
7628 2002-03-18  Juergen Vigna  <jug@sad.it>
7629
7630         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7631         (GetAdditionalWidth): ditto.
7632         (RightLine): ditto.
7633         (LeftLine): ditto.
7634
7635         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7636         inset if we're there actually (probably not used right now but this
7637         is the direction to go for unifying code).
7638         (paste): disable code to clear the selection.
7639
7640         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7641         inside an InsetText and move the check further up as it is in the
7642         wrong place.
7643
7644         * text2.C (pasteSelection): set a selection over the pasted text.
7645
7646 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7647
7648         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7649         and libgraphics to build on Cygwin.
7650
7651 2002-03-15  Juergen Vigna  <jug@sad.it>
7652
7653         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7654         inserting an Inset into the paragraph. I know this is not the best
7655         fix but we already use current_view in CutAndPaste so we will remove
7656         all of it's using at the same time.
7657
7658         * buffer.C (sgmlError): deactivated function till it is rewritten in
7659         the right mode, now it can create problems.
7660
7661         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7662         before accessing it.
7663
7664 2002-03-14  Juergen Vigna  <jug@sad.it>
7665
7666         * undo_funcs.C (textHandleUndo): do the right thing when updating
7667         the inset after the undo/redo.
7668
7669         * text2.C (setCursor): just some testcode for #44 not ready yet.
7670
7671         * undo_funcs.C (textHandleUndo): set the next() and previous()
7672         pointers of the paragraph to 0 before deleting otherwise we have
7673         problems with the Paragraph::[destructor].
7674
7675         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7676         on a paragraph insertion.
7677
7678 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7679
7680         * buffer.C (asciiParagraph): use += operator for char append to
7681         string.
7682
7683         * paragraph.C (getFontSettings): compare >= not just >
7684         (highestFontInRange): ditto
7685         (setFont): ditto
7686
7687 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7688
7689         * paragraph.C: change several algorithm to be more appripriate for
7690         the problem domain. This is lookip in FontList and in the InsetList.
7691
7692 2002-03-13  André Pönitz <poenitz@gmx.net>
7693
7694         * commandtags.h:
7695         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7696
7697 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7698
7699         * commandtags.h:
7700         * LyXAction.C:
7701         * lyxfunc.C:
7702         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
7703
7704 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7705
7706         * Painter.C (display): anon helper function, adjust code for this
7707         change.
7708         (pixmap): remove function.
7709
7710         * Painter.h: remove private display variable.
7711
7712         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
7713
7714 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
7715
7716         * WorkArea.[Ch]: remove figinset_canvas cruft.
7717
7718 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7719
7720         * lyxtextclass.C (operator): add one item cache optimization.
7721
7722         * bufferlist.h: doxy changes
7723
7724         * bufferlist.C: ws changes
7725
7726         * DepTable.[Ch] (ext_exist): place const in the right spot.
7727
7728         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
7729         call resizeInsets.
7730         (workAreaExpose): call resizeInsets when the with BufferView changes.
7731         (Dispatch): adjust for protectedBlank removal
7732         (specialChar): call updateInset if the insert went ok.
7733
7734         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
7735         specialChar instead.
7736
7737         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
7738
7739         * BufferView.h: doxy change
7740
7741         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
7742
7743         * lyxtextclass.C (operator[]): remove non-const version
7744         (defaultLayout): remove non-const version
7745
7746 2002-03-12  Juergen Vigna  <jug@sad.it>
7747
7748         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
7749         did resize the LyXText too.
7750
7751         * buffer.C (readLyXformat2): set layout information on newly allocated
7752         paragraphs.
7753
7754         * tabular.C (OldFormatRead): set layout information on the paragraph.
7755
7756 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7757
7758         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
7759
7760 2002-03-11  Juergen Vigna  <jug@sad.it>
7761
7762         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
7763         plainly wrong.
7764         (resizeCurrentBuffer): force also the insets to resize themselfes.
7765         (moveCursorUpdate): fixed up for InsetText.
7766
7767 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
7768
7769         * commandtags.h:
7770         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
7771         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
7772         value of Dialogs::tooltipsEnabled().
7773         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
7774
7775 2002-03-08  Juergen Vigna  <jug@sad.it>
7776
7777         * BufferView_pimpl.C (updateInset): update inset inside inset also
7778         if it isn't inside theLockingInset().
7779
7780 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7781
7782         * buffer.C (asciiParagraph): redo some of the word and line length
7783         handling.
7784         (getLists): look for Caption instead of caption.
7785
7786 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7787
7788         * buffer.C (Buffer): initialize niceFile to true
7789         (makeLaTeXFile):
7790         (makeLinuxDocFile):
7791         (makeDocBookFile): make sure niceFile is true on exit
7792
7793 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7794
7795         * buffer.C (makeLaTeXFile): escape ~ in \input@path
7796
7797 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
7798
7799         * LyXSendto.C: remove.
7800         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
7801         * lyx_gui.C: remove now-redundant comment.
7802         * ColorHandler.h: remove forward declaration of class WorkArea.
7803         * lyxfunc.C: remove #include "WorkArea.h".
7804
7805 2002-03-07  Juergen Vigna  <jug@sad.it>
7806
7807         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
7808         got moved away with the DEPM and also set the inset_owner always
7809         right which before could have been omitted.
7810
7811 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7812
7813         * buffer.C (parseSingleLyXformat2Token): use default layout is the
7814         wanted layout is not found.
7815
7816 2002-03-07  Juergen Vigna  <jug@sad.it>
7817
7818         * CutAndPaste.C (cutSelection): another layout settings forgotten.
7819
7820 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7821
7822         * paragraph.C (breakParagraph): use default layout not layout of
7823         prev paragraph.
7824         (Paragraph): clear ParagraphParameters.
7825
7826 2002-03-06  Juergen Vigna  <jug@sad.it>
7827
7828         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
7829         otherwise it would not be a valid lenght. Fixed a special case in
7830         the minipage compatibility read where we end the document with a
7831         minipage.
7832
7833         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
7834         was set as it could be 0 for InsetTexts first entry.
7835
7836 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7837
7838         * paragraph.C (writeFile): if layout is empty write out
7839         defaultLayoutName().
7840
7841         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
7842         file without named layout we set layout to defaultLayoutName().
7843
7844 2002-03-06  Juergen Vigna  <jug@sad.it>
7845
7846         * CutAndPaste.C (copySelection): set layout for new paragraph.
7847
7848         * text.C (prepareToPrint): leave ERT inset left aligned
7849         (leftMargin): don't indent paragraphs inside ERT insets
7850
7851 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7852
7853         * paragraph.C (breakParagraph): dont call clear do the work manually
7854
7855         * paragraph.[Ch] (clear): remove function
7856
7857 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7858
7859         * paragraph.C (Paragraph): dont call clear, the work has already
7860         been done.
7861
7862         * lyxtextclass.C (operator): assert if n is empty
7863
7864         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
7865         work manually instead.
7866
7867 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7868
7869         * BufferView_pimpl.C: protect selectionLost against text == 0
7870
7871 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7872
7873         * text.C (breakParagraph): fix a setting layout to '0' problem.
7874
7875 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7876
7877         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
7878         final location of file, for the included files, and graphics.
7879
7880 2002-03-05  Juergen Vigna  <jug@sad.it>
7881
7882         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
7883
7884 2002-03-04  Juergen Vigna  <jug@sad.it>
7885
7886         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
7887
7888         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
7889         last column of multicolumn cells.
7890         (SetWidthOfMulticolCell): recalculate NMC and real columns.
7891
7892 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7893
7894         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
7895         file if it doesn't go to a temporary file.
7896
7897         * buffer.C (sgmlOpenTag):
7898         (sgmlCloseTag):  remove extra newline insertion.
7899
7900 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7901
7902         * text.C (getRowNearY): comment out debug msg
7903
7904 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7905
7906         * text2.C: first -> first_y
7907
7908         * text.C (getRowNearY): add some attemts at a possible
7909         optimization, not working.
7910
7911         * tabular.[Ch]: add BufferParams to several function so that newly
7912         created paragraph can be initialized to he default layotu for the
7913         buffers textclass.
7914
7915         * tabular-old.C (ReadOld): add buf->params to call of Init
7916
7917         * screen.C: rename text->first to text->first_y
7918
7919         * paragraph.C (breakParagraph): always set layout in the broken
7920         paragraph
7921
7922         * lyxtextclass.C (Read): remove lowercase
7923         (hasLayout): ditto
7924         (operator): ditto
7925         (delete_layout): ditto
7926
7927         * lyxtext.h: rename first -> first_y
7928
7929         * lyxlayout.C (Read): remove lowercase
7930         (name): ditto
7931         (setName): ditto
7932         (obsoleted_by): ditto
7933
7934         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
7935
7936         * buffer.C (insertErtContents): add params are to InsetERT
7937         (parseSingleLyXformat2Token): add code to check if a paragraphs
7938         layout really exist.
7939         (parseSingleLyXformat2Token): add params to several inset
7940         constructors
7941         (asciiParagraph): remove lowercase, do the layout comparisons with
7942         no_case
7943
7944         * BufferView_pimpl.C (cursorNext): first -> first_y
7945         (resizeCurrentBuffer): first -> first_y
7946         (updateScrollbar): first -> first_y
7947         (scrollCB): first -> first_y
7948         (workAreaMotionNotify): first -> first_y
7949         (workAreaButtonPress): first -> first_y
7950         (checkInsetHit): first -> first_y
7951         (cursorPrevious): first -> first_y
7952         (cursorNext): first -> first_y
7953         (Dispatch): add buffer_->params to severl inset contructors
7954
7955 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7956
7957         * lyxlayout.C (Read): remove some debug info that I forgot.
7958
7959         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
7960         clean up the code slightly.
7961         (makeLinuxDocFile): ditto
7962         (makeDocBookFile): ditto
7963
7964         * text2.C: layout as string
7965
7966         * text.C: layout as string
7967
7968         * paragraph_pimpl.C: layout as string
7969
7970         * paragraph.[Ch]: layout as string
7971
7972         * lyxtextclasslist.[Ch]: layout as string
7973
7974         * lyxtextclass.[Ch]: layout as string
7975
7976         * lyxtext.h: layout as string
7977
7978         * lyxlayout.[Ch]: layout as string
7979
7980         * lyx_cb.C: layout as string
7981
7982         * bufferview_funcs.C: layout as string
7983
7984         * bufferparams.C: layout as string
7985
7986         * buffer.C: layout as string
7987
7988         * LyXView.[Ch]: layout as string
7989
7990         * LaTeXFeatures.[Ch]: layout as string
7991
7992         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
7993
7994         * BufferView_pimpl.C: change current_layout to string, remove
7995         lyx::layout_type.
7996         (Dispatch):
7997         (smartQuote):
7998         (insertInset):
7999         (workAreaButtonRelease): layout as string
8000
8001         * BufferView2.C (unlockInset): adjust
8002
8003         * vspace.C (asLatexCommand): use an explict temp variable.
8004
8005 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8006
8007         * Makefile.am: use FRONTEND_*
8008
8009 2002-03-01  Juergen Vigna  <jug@sad.it>
8010
8011         * tabular.C (SetWidthOfMulticolCell): changed to something better
8012         I hope but still work in progress.
8013         (recalculateMulticolumnsOfColumn): renamed function from
8014         recalculateMulticolCells as it is more appropriate now.
8015         (SetWidthOfCell): calculate multicols better.
8016
8017 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8018
8019         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8020
8021         * lyxfunc.C (processKeySym): print sequence also if it is
8022         `deleted' (complete)
8023
8024         * kbsequence.C (print): print sequence even if it is deleted
8025         (complete would be a better word, actually).
8026
8027         * lyxfunc.C (dispatch): print complete options after a prefix key
8028
8029         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8030
8031 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8032
8033         * text2.C (setCharFont): eliminate setCharFont code duplication.
8034
8035 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8036
8037         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8038         LFUN_TABULAR_FEATURE (bug #177)
8039
8040 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8041
8042         * Makefile.am: remove figure.h
8043
8044 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8045
8046         * Bufferview_pimpl.C:
8047         * CutAndPasteC:
8048         * LaTeX.C:
8049         * LyXSendto.C:
8050         * buffer.C:
8051         * bufferlist.C:
8052         * converter.C:
8053         * language.C:
8054         * lyxfunc.C:
8055         * lyxvc.C:
8056         * paragraph.C:
8057         * text.C:
8058         * text2.C: remove #include "lyx_gui_misc.h".
8059
8060         * LaTeX.C: added #include <cstdio>
8061
8062 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8063
8064         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8065         that the paragraph following this one can have.
8066
8067         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8068
8069         * vspace.C (asLatexCommand): fix bogus gcc warning
8070
8071         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8072
8073 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8074
8075         * text2.C (setLayout): get rid of redundant code
8076
8077 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8078
8079         * text2.C (incDepth): make sure depth cannot be increased beyond
8080         reasonable values.
8081
8082 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8083
8084         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8085         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8086
8087         * PainterBase.h (image):
8088         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8089         a LyXImage const *.
8090
8091 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8092
8093         * BufferView.C:
8094         * BufferView.h:
8095         * BufferView_pimpl.C:
8096         * BufferView_pimpl.h:
8097         * LaTeXFeatures.C:
8098         * LyXAction.C:
8099         * LyXView.C:
8100         * Makefile.am:
8101         * UpdateList.h:
8102         * UpdateList.C:
8103         * buffer.C:
8104         * figure.h:
8105         * figureForm.C:
8106         * figureForm.h:
8107         * figure_form.C:
8108         * figure_form.h:
8109         * lyx_cb.C:
8110         * lyx_gui.C:
8111         * lyx_gui_misc.C:
8112         * lyxfunc.C:
8113         * sp_base.h:
8114         * sp_ispell.h:
8115         * sp_pspell.h:
8116         * sp_spell.C: remove fig inset, and the crap house of
8117           cards that follows it
8118
8119 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8120
8121         * Makefile.am:
8122         * lyxserver.C:
8123         * os2_defines.h:
8124         * os2_errortable.h:
8125         * nt_defines.h: move .h into support/
8126
8127         * vms_defines.h: remove
8128
8129         * WorkArea.C: add space in debug output
8130
8131         * text2.C:
8132         * paragraph.C:
8133         * buffer.C: add WITH_WARNINGS
8134
8135         * vc-backend.h:
8136         * vc-backend.C:
8137         * bufferlist.C: s/retrive/retrieve/, add docs
8138
8139         * vspace.h:
8140         * vspace.C:
8141         * kbmap.h:
8142         * lyxlength.h:
8143         * lyxgluelength.h:
8144         * length_common.h:
8145         * chset.h:
8146         * chset.C: add docs
8147
8148         * lyxgui.C: add ID to X error handler
8149
8150         * lyxtestclass.c: fix typo
8151
8152 2002-02-26  Juergen Vigna  <jug@sad.it>
8153
8154         * tabular_funcs.C (write_attribute): changed so that some default
8155         attributes are not written at all.
8156         (getTokenValue): set default values before trying to read the
8157         value so we have the return value always set as default if we don't
8158         find the token we search for.
8159
8160         * tabular.C (Write): write bools as bools not as strings!
8161
8162 2002-02-22  Juergen Vigna  <jug@sad.it>
8163
8164         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8165         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8166
8167         * text.C (leftMargin): don't add an indent for paragraphs inside
8168         tabular cells (fix #208).
8169
8170 2002-02-21  José Matos  <jamatos@fep.up.pt>
8171
8172         * tabular.C (docBook): fixed support for long tables.
8173
8174 2002-02-20  Juergen Vigna  <jug@sad.it>
8175
8176         * text2.C (getFont): get the drawing font of the Inset if this
8177         paragraph is inside an inset (only important for InsetERT for now).
8178
8179         * buffer.C (insertErtContents): use new lanugage params in ERT
8180         constructor.
8181
8182         * CutAndPaste.C: commenting out seemingly uneeded code.
8183
8184 2002-02-19  Allan Rae  <rae@lyx.org>
8185
8186         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8187         Iterators might be simple to use but they also get invalidated.
8188         (removeAutoInsets): renamed saved cursor tracking variables and added
8189         some comments to clarify what everything does.
8190
8191 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8192
8193         * Chktex.C:
8194         * LaTeX.C:
8195         * LyXSendto.C:
8196         * converter.C:
8197         * lyx_cb.C:
8198         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8199         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8200
8201         * lyxfunc.C:
8202         * vc-backend.h: remove #include "support/syscall.h"
8203
8204         * LaTeX.C:
8205         * LyXSendto.C:
8206         * converter.C: rearrange #includes in Lars' approved fashion.
8207
8208         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8209         forward declare class Timeout in the header file.
8210
8211         * XFormsView.C: changes due to the above.
8212
8213         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8214         similar to LyXView.
8215
8216         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8217         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8218
8219 2002-02-18  José Matos  <jamatos@fep.up.pt>
8220
8221         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8222         insets contents.
8223
8224 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8225
8226         * a lot of small ws changes
8227         * add a lot of using std::XXX
8228         * use std construcs some places where approp.
8229         * use some exisint stuff from lyxfunctional where approp.
8230         * Make file changes to use partial linking (lets test this now...)
8231
8232 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8233
8234         * Chktex.C:
8235         * buffer.C:
8236         remove #include "support/syscontr.h" as it's redundant. Always has been.
8237
8238         * Chktex.C:
8239         * LaTeX.C:
8240         * LyXSendto.C:
8241         * converter.C:
8242         * lyx_cb.C:
8243         * vc-backend.C:
8244         change Systemcalls::System to Systemcalls::Wait and
8245         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8246         No change of functionality, just reflects the stripped down Systemcalls
8247         class.
8248
8249 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8250
8251         * debug.[Ch]: add a GRAPHICS type to the enum.
8252
8253 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8254
8255         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8256
8257         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8258         there is an inset.
8259
8260 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8261
8262         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8263         match the changes below.
8264
8265         * text2.C (toggleInset): if there is not editable inset at cursor
8266         position, try to see if cursor is _inside_ a collapsable inset
8267         and close it.
8268
8269 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8270
8271         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8272         document menu has a nice checkbox
8273
8274 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8275
8276         * lyxlength.C (asLatexString): change PW to output as percent of
8277         \textwidth.
8278
8279         * lengthcommon.C: change '%' to 't%'
8280
8281         * lyxfunc.C (dispatch): a few comments from Martin
8282
8283 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8284
8285         * WorkArea.h:
8286         * WorkArea.C:
8287         * BufferView_pimpl.h:
8288         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8289           the X selection.
8290
8291 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8292
8293         * vspace.C (inPixels): fix compiler warning
8294
8295 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8296
8297         * lyxfunc.C (getStatus): fix status message for disabled commands.
8298
8299 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8300
8301         * BufferView_pimpl.C: fix crash on close buffer
8302         during selection (#227)
8303
8304 2002-01-27  Herbert Voss  <voss@lyx.org>
8305
8306         * buffer.C: link old Figure to new graphic inset
8307
8308 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8309
8310         * FontLoader.C (getFontinfo): Change the latex font names in order
8311         to match the names of type1inst.
8312
8313 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8314
8315         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8316
8317         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8318         (extchanged): ditto
8319         (ext_exist): ditto
8320         (remove_files_with_extension): ditto
8321         (remove_file): ditto
8322         (write): ditto
8323
8324         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8325         document is smaller than the work area height. Do not initialize
8326         static variables to 0.
8327
8328 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8329
8330         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8331
8332         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8333         LFUN_LAYOUT_PARAGRAPHS.
8334
8335         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8336         tabular. It is possible to provide a possible cell, which will
8337         typically be the actcell from the corresponding insettabular
8338
8339         * lyxfunc.C (getStatus): small cleanup; disable
8340         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8341         true
8342
8343 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8344
8345         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8346
8347         * paragraph.C (startTeXParParams):
8348         (endTeXParParams): new methods. The LaTeX code to
8349         start/end paragraph formatting
8350         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8351         empty (fixes bug #200)
8352
8353         * vspace.C (inPixels): adapt to the change below
8354         (inPixels): [later] more cleanups (remove unused variables)
8355
8356         * lyxlength.C (inPixels): change to use a width and a height as
8357         parameter.
8358
8359 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8360
8361         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8362         Replaced with \paperwidth
8363
8364         * DepTable.C (insert): add std:: qualifier
8365
8366 2002-01-18  Allan Rae  <rae@lyx.org>
8367
8368         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8369         updated also?
8370
8371         * text.C (drawInset): Turned out I didn't know enough about how
8372         rebreaking worked.  This fixes most of the redraw problems.  I see
8373         an occasional cursor trail when a line is broken now and the cursor
8374         placement can seem out by a few pixels also after a rebreak.
8375
8376 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8377
8378         * buffer.C (parseSingleLyXformat2Token): update because minipage
8379         width is now a LyXLength
8380
8381         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8382
8383         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8384         math insets
8385
8386 2002-01-17  Juergen Vigna  <jug@sad.it>
8387
8388         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8389
8390         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8391         is set correctly and the inset is updated correctly.
8392
8393 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8394
8395         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8396         the beginning of the loop.
8397
8398 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8399
8400         * lyxrc.C: improve help for use_scalable_fonts
8401
8402 2002-01-17  Allan Rae  <rae@lyx.org>
8403
8404         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8405
8406 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8407
8408         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8409         make sure to set their inset_owner to the right value (bug #171)
8410
8411 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8412
8413         * DepTable.h
8414         * DepTable.C: Implement mtime checking to reduce time spent doing
8415         CRCs.
8416
8417 2002-01-16  Juergen Vigna  <jug@sad.it>
8418
8419         * tabular.C (GetAdditionalHeight): one of error fixed.
8420
8421         * lyxrc.C (output): small fix in writing use_pspell.
8422
8423 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8424
8425         * sp_base.h: #include LString.h
8426
8427 2002-01-16  Allan Rae  <rae@lyx.org>
8428
8429         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8430         Can someone check this please?
8431
8432         * text.C (drawInset): It was possible that p.row would be removed by
8433         breakAgainOneRow upsetting a few other settings.  There may be another
8434         small tweak possible by setting need_break_row = 0 when p.row has been
8435         removed but I don't know enough about the logic here.
8436
8437 2002-01-15  Allan Rae  <rae@lyx.org>
8438
8439         * text.C (insertChar): removed conditional truism.
8440
8441         * BufferView2.C (removeAutoInsets): More tweaks.
8442         cur_par_prev could be a stray pointer.  Check for trailing empty line
8443         in case last line was cur_par and only had an error inset on it.
8444
8445 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8446
8447         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8448         absolute
8449
8450         * vc-backend.C (most methods):
8451         * exporter.C (Export):
8452         * converter.C (convert):
8453         (runLaTeX):
8454         * LyXSendto.C (SendtoApplyCB):
8455         * lyxfunc.C (dispatch):
8456         (menuNew):
8457         (open):
8458         (doImport):
8459         * lyx_cb.C (AutoSave):
8460         (InsertAsciiFile):
8461         * BufferView_pimpl.C (MenuInsertLyXFile):
8462         * buffer.C (runChktex): use Buffer::filePath().
8463
8464         * buffer.h: rename filename to filename_; rename filepath to
8465         filepath_ and make it private
8466         (filePath): new method
8467
8468         * buffer.C (writeFile): use fileName()
8469         (getLatexName):
8470
8471         * lyx_main.C (init): fix starting  of LyX when the binary is a
8472         link from so,ewhere else.
8473
8474         * minibuffer.C: include <cctype> for isprint
8475
8476 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8477
8478         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8479         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8480         name clash with InsetCollapsable's width function.
8481
8482 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8483
8484         * lastfiles.C: include <iterator>
8485
8486 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8487
8488         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8489         std::count.
8490
8491         * buffer.C (makeLaTeXFile): ditto.
8492         Also make loop operation more transparent.
8493
8494 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8495
8496         * ToolbarDefaults.C: remove trailing comma closing namespace.
8497
8498         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8499
8500         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8501         as in WorkArea.
8502
8503         * trans.C (Load): comment out unused variable, allowed.
8504
8505 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8506
8507         * minibuffer.[Ch] (append_char): new method to recieve input from the
8508         drop-down completion browser. If a key was pressed, then recieve this
8509         char and append it to the existing string.
8510         (peek_event): modify the positioning data passed to the completion
8511         browser so that it can be placed above the minibuffer rather than below.
8512 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8513
8514         * LyXAction.C (init): alloe error-next for readonly documents.
8515
8516         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8517         count.
8518
8519 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8520
8521         * bufferlist.C (readFile): create the buffer _after_ checking that
8522         the file exists.
8523
8524         * lyxfunc.C (verboseDispatch): fix handling of arguments
8525
8526         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8527
8528         * lyxrc.C: use string::erase() instead of initializing to "".
8529
8530
8531 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8532
8533         * BufferView_pimpl.h:
8534         * BufferView_pimpl.C:
8535         * WorkArea.h:
8536         * WorkArea.C:
8537         * text2.C: tell X when we have made a selection for copying
8538
8539 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8540
8541         * BufferView_pimpl.C (MenuInsertLyXFile):
8542         * lyxfunc.C (menuNew):
8543         (open):
8544         (doImport): add shortcuts to directory buttons
8545
8546         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8547         open a float)
8548
8549         * lyxfunc.C (setStatusMessage):
8550         (getStatusMessage): new methods
8551         (getStatus):use setStatusMessage instead of setErrorMessage
8552         (dispatch): when function is disabled, set error message here
8553         [instead of in getStatus previously]
8554
8555         * BufferView_pimpl.C (workAreaButtonRelease): update
8556         toolbar/menubar here too.
8557
8558 2002-01-13  Allan Rae  <rae@lyx.org>
8559
8560         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8561         Now seems indestructible.  Remaining task is to audit all other
8562         code affected by deleteEmptyParagraphMechanism.  One small quirk
8563         left is that an empty document with an error in the preamble can
8564         be made to report an error but no error box appears.  I don't know
8565         where it goes.
8566         (removeAutoInsets): Improved comments.
8567
8568 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8569
8570         * Thesaurus.h:
8571         * Thesaurus.C: update for Aiksaurus 0.14
8572
8573 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8574
8575         * text2.C (firstParagraph): removed member function, all uses
8576         replaces with ownerParagraph
8577         (redoParagraphs): here
8578         (updateInset): here
8579         (toggleAppendix): here
8580         * BufferView2.C (insertErrors): here
8581         (setCursorFromRow): here
8582
8583 2002-01-13  Allan Rae  <rae@lyx.org>
8584
8585         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8586         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8587         There is still a way to segfault this although you may have to do this
8588         multiple times: Have an InsetERT with an unknown command in it.
8589         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8590         <down-arrow>, <Enter> again, View->DVI, BANG!
8591
8592         * text2.C (setCursor):
8593         (deleteEmptyParagraphMechanism):
8594         * lyxtext.h (setCursor):
8595         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8596         Making use of the return value may help fix other bugs.
8597
8598 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8599
8600         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8601
8602         * LyXView.C (updateMenubar): call MenuBar::update here
8603         (updateToolbar): but not here
8604         (showState): do not update toolbar/menubar
8605
8606         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8607         should need to care about that.
8608
8609         * lyxfunc.C (verboseDispatch): simplify a bit
8610         (getStatus): have a version which takes a pseudoaction, and
8611         another which requires a (kb_action,string).
8612
8613         * LyXAction.C (retrieveActionArg): make it work also when action
8614         is not a pseudo-action.
8615         (getActionName): simplify a bit
8616         (helpText):
8617
8618 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8619
8620         * lyxfunc.C (verboseDispatch): new families of methods with
8621         several ways to specify a command and a bool to indicate whether
8622         the command name and shortcut should be displayed in minibuffer
8623         (eventually, we could extend that to a finer bitmask like
8624         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8625         (dispatch): the pristine dispatch command which just, well,
8626         dispatchs! Note it still sets its result to minibuffer; I'm not
8627         sure we want that.
8628
8629         * lyxfunc.h: remove setHintMessage
8630
8631         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8632
8633 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8634
8635         * BufferView_pimpl.C (specialChar): delete new inset if we have
8636         not been able to insert it.
8637
8638         * kbmap.C: revert to using int instead of kb_action, since all we
8639         are dealing with is pseudo-actions.
8640
8641         * LyXAction.C (searchActionArg): change to return int instead of
8642         kb_action, since the result is a pseudoaction.
8643
8644 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8645
8646         * buffer.C (insertErtContents): Fix (partially) the font bug.
8647
8648 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8649
8650         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8651         as the other one is broken on my machine!
8652
8653 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8654
8655         * commandtags.h:
8656         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8657
8658 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8659
8660         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8661         reflect their actual use. Provide compatibility code for older lyxrc
8662         files.
8663
8664         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8665         FL_NORMAL_STYLE.
8666         change names of popup font variables in line with the changes to lyxrc.C
8667
8668 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8669
8670         * buffer.C (asciiParagraph): avoid outputing a word twice after
8671         an inset.
8672
8673         * lyxrc.C (getDescription): document that document_path and
8674         template_path can be empty.
8675
8676 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8677
8678         * LaTeXFeatures.C (getMacros):
8679         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8680
8681         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8682
8683         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8684         getPackages.
8685         (getPackages): rename feature "floats" to "float". Use an array to
8686         iterate over 'simple' features (i.e. just a \usepackage). Add
8687         handling of "amsmath" (renamed from "amsstyle").
8688
8689 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8690
8691         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8692         features list.
8693
8694 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8695
8696         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8697         FuncStaus::FuncStatus & FuncStaus::some_method().
8698
8699 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8700
8701         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8702         of the func_satus stuff. Edited and massaged in various ways by
8703         JMarc.
8704
8705         * lyxfunc.C (getStatus): use FuncStatus
8706
8707 2002-01-08  Juergen Vigna  <jug@sad.it>
8708
8709         * text.C (nextBreakPoint): use function Inset::isChar().
8710
8711         * paragraph.C (TeXOnePar): use function
8712         Inset::forceDefaultParagraphs.
8713
8714         * buffer.C (latexParagraphs): use function
8715         Inset::forceDefaultParagraphs.
8716
8717 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8718
8719         * lyx_gui.C (init): set the style of the menu popups to
8720         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
8721
8722 2002-01-07  Juergen Vigna  <jug@sad.it>
8723
8724         * text.C (setHeightOfRow): small fix
8725         (prepareToPrint): don't look at alignment if we don't have the place
8726         for doing it.
8727
8728 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8729
8730         * box.C: New file. Move the Box methods and functions out of box.h,
8731         following Lars' suggestion.
8732
8733 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8734
8735         * box.h: #include "support/LOstream.h", needed for inlined function.
8736
8737         * lyxtextclass.C:
8738         * lyxtextclasslist.C: added some using std declarations.
8739
8740 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
8741
8742         * box.h: make signed dimensions to allow insets wider than
8743           the screen (bug #162)
8744
8745         * BufferView_pimpl.C: add some insetHit debug
8746
8747 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
8748
8749         * vc-backend.C: add FIXME
8750
8751 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8752
8753         * lyxfunc.C (getStatus): enable code for showing math font status
8754         in toolbar/menu.
8755
8756 2002-01-07  Juergen Vigna  <jug@sad.it>
8757
8758         * text.C (nextBreakPoint): removed debug output not needed anymore.
8759
8760 2002-01-06  Juergen Vigna  <jug@sad.it>
8761
8762         * text.C (nextBreakPoint): fixed up this function we had this bug
8763         since ever but now hopefully we break row better.
8764         (insertChar): we have to check if an inset is the next char as it
8765         could now happen that a large inset is causing a break.
8766
8767 2002-01-05  Juergen Vigna  <jug@sad.it>
8768
8769         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
8770         if it doesn't like to be drawed.
8771
8772 2002-01-04  Juergen Vigna  <jug@sad.it>
8773
8774         * BufferView2.C (lockInset): forgot to set a cursor.
8775
8776         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
8777
8778 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
8779
8780         * FormMathsPanel.C:
8781         * FormMathsPanel.h
8782         * MathsSymbols.C:
8783         * form_maths_panel.C:
8784         * form_maths_panel.h:
8785         * form_maths_panel.fd: implemented sub- and super- buttons in math
8786         panel.
8787
8788         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
8789         (or ^ space) to be used as in TeX (req'd by André).
8790
8791         * lyxfunc.C: Allow ^ and _ again to be used both as
8792         super/subscript (mathed) and as themselves (in text).
8793
8794 2002-01-03  Allan Rae  <rae@lyx.org>
8795
8796         * LyXView.C (updateWindowTitle): Setup a short icon title of either
8797         "LyX" or the filename of the current buffer if it has one.  This is a
8798         modified form of John Levon's patch.
8799
8800         * XFormsView.C (setWindowTitle): also set icon title.
8801
8802         * LyXView.h (setWindowTitle): signature changed.
8803         * XFormsView.h (setWindowTitle): ditto.
8804
8805 2002-01-02  Juergen Vigna  <jug@sad.it>
8806
8807         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
8808
8809 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8810
8811         * screen.C (topCursorVisible): introduce a temp var for
8812         text->cursor.row(), handle the case where this row is null. (kindo
8813         hachish)
8814
8815         * text2.C (setCursor): add a couple of asserts.
8816
8817         * paragraph.h (inset_iterator): add -> operator
8818
8819         * paragraph.[Ch] (autoDeleteInsets): remove member function
8820
8821         * BufferView2.C (removeAutoInsets): rewrite to handle the old
8822         cursor pos correctly and handle inset deletion by itself.
8823         (insertErrors): move iterator declaration out of for expression
8824
8825         * lyxtextclass.C: add <algorithm>
8826
8827         * Makefile.am: added the new files to sources, removed layout.C
8828
8829         * layout.C: removed file
8830
8831         * layout.h: remove LYX_DUMMY_LAYOUT
8832
8833         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
8834         layout.
8835
8836         * lyxlayout.[Ch]:
8837         * lyxtextclass.[Ch]:
8838         * lyxtextclasslist.[Ch]: new files
8839
8840         * include order changes to a lot of files, also changes because of
8841         the six new files.
8842
8843 2001-12-27  Juergen Vigna  <jug@sad.it>
8844
8845         * buffer.C (asciiParagraph): more fixes.
8846
8847         * tabular.C (ascii): make ascii export support export of only the
8848         data separated by a column-delimiter.
8849         (ascii): better support for ascii export.
8850
8851         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
8852
8853 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8854
8855         * tabular_funcs.C: use a "using std::getline" instead of the
8856         previous fix from Angus (necessary for cxx + lyxstring)
8857
8858 2001-12-24  Juergen Vigna  <jug@sad.it>
8859
8860         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
8861
8862         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
8863         problems. First check a minipage also if we have some ert-contents
8864         (not only on par->size(), second set the right depth of the paragraph
8865         on the relink to the root-paragraph-list!
8866
8867         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
8868         which then did not anymore update the main paragraphs on undo/redo!
8869
8870 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8871
8872         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
8873         code. Support all font-changing funcs (even those which are not in
8874         menu currently). Support for reporting font settings in
8875         mathed (disabled until Andre provides a function on mathed's side).
8876
8877         * func_status.h (toggle): small helper function to set toggle
8878         state on a flag.
8879
8880 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
8881
8882         * tabular_funcs.C: getline -> std::getline
8883
8884 2001-12-21  Juergen Vigna  <jug@sad.it>
8885
8886         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
8887         accessed and could be 0 (I couldn't generate this but it seems
8888         Michael could!).
8889
8890 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8891
8892         * tabular_funcs.C: add LIstream.h, move write_attribute to..
8893         * tabular_funcs.h: here and include iosfwd
8894
8895 2001-12-20  Juergen Vigna  <jug@sad.it>
8896
8897         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
8898         inside inset but undo_par was.
8899
8900 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8901
8902         * Thesaurus.C: always include <config.h> in sources.
8903
8904         * Painter.h:
8905         * lyxlookup.h:
8906         * box.h: do not include <config.h> in header files
8907
8908         * text.C (paintLastRow): remove unused variable
8909
8910         * text.C (transformChar):
8911         (insertChar):
8912         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
8913
8914         * Painter.C (text):
8915         * font.C (width): rewrite to use uppercase() instead of
8916         islower/toupper.
8917
8918         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
8919
8920 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
8921
8922         * lyxfind.C: clean up of find failure position change
8923
8924 2001-12-20  Juergen Vigna  <jug@sad.it>
8925
8926         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
8927
8928         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
8929         (TeXRow): added to LaTeX a single tabular row.
8930         (TeXLongtableHeaderFooter): added to output LT-h/f data.
8931         (Latex): simplified and finally good LT-h/f support.
8932         (various_functions): just small adaptions for LT-h/f support.
8933
8934         * tabular_funcs.[hC]: added and moved here all not classfunctions
8935         of LyXTabular.
8936
8937 2001-12-19  Juergen Vigna  <jug@sad.it>
8938
8939         * tabular.[Ch]: better support for longtabular options (not finished
8940         yet!)
8941
8942 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8943
8944         * text.C (paintLastRow): use the label font instead of the font of
8945         the last character to compute the size of *_BOX. This makes more
8946         sense and avoids a crash with empty paragraphs.
8947         Use Painter::rectangle to draw EMPTY_BOX.
8948
8949 2001-12-19  Juergen Vigna  <jug@sad.it>
8950
8951         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
8952         the paragraphs if the replaced paragraph is not the first one!
8953         Tried to delete not used paragraphs but does not work yet so for
8954         now it's inside #ifdef's and by default off!
8955
8956 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8957
8958         * MenuBackend.C: include "lyx_main.h" instead of declaring
8959         lastfiles (actually was declared as LastFiles* instead of a
8960         scoped_ptr).
8961
8962 2001-12-17  Juergen Vigna  <jug@sad.it>
8963
8964         * tabular.C (AppendColumn): applied John's fix
8965
8966 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
8967
8968         * BufferView.h:
8969         * BufferView.C:
8970         * BufferView_pimpl.h:
8971         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
8972
8973         * Makefile.am:
8974         * box.h: new start of class for above
8975
8976         * lyxfunc.C: ignore space-only minibuffer dispatches.
8977           Show the command name when it doesn't exist
8978
8979         * minibuffer.C: don't add empty lines to the history
8980
8981         * minibuffer.C: add a space on dropdown completion
8982
8983 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
8984
8985         * text.C: fix line above/below drawing in insets
8986
8987 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8988
8989         * lyxlength.C (LyXLength): Initialize private variables.
8990
8991 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
8992
8993         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
8994         when inserting error insets.
8995
8996 2001-12-13  Juergen Vigna  <jug@sad.it>
8997
8998         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
8999         actually sometimes the before-paragraph.
9000         (setUndo): don't clear the redostack if we're not actually undoing!
9001
9002 2001-12-06  Juergen Vigna  <jug@sad.it>
9003
9004         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9005         and fixed redoing of main paragraph, so we can use it now ;)
9006
9007         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9008
9009 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9010
9011         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9012         Juergen's request
9013
9014 2001-12-13  André Pönitz <poenitz@gmx.net>
9015
9016         * undostack.[Ch]:
9017         * undo_func.C: minor cleanup
9018
9019 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9020
9021         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9022         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9023         font in urw-fonts package which is marked as -urw-fontspecific and
9024         does not work (incidentally, changing the encoding in the
9025         fonts.dir of this package to -adobe-fontspecific fixes the
9026         problem).
9027
9028         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9029         is a crash when undoing first paragraph (Juergen, please take a
9030         look). THis does not mean the undo fix is wrong, just that it
9031         uncovers problems.
9032
9033         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9034         the (Paragraph*) version when needed instead of duplicating the
9035         code.
9036
9037         * text.C (workWidth): use Inset::parOwner to find out where the
9038         inset has been inserted. This is a huge performance gain for large
9039         documents with lots of insets. If Inset::parOwner is not set, fall
9040         back on the brute force method
9041
9042         * paragraph_pimpl.C (insertInset):
9043         * paragraph.C (Paragraph):
9044         (cutIntoMinibuffer): set parOwner of insets when
9045         inserting/removing them
9046
9047         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9048
9049 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9050
9051         * commandtags.h:
9052         * LyXAction.C:
9053         * lyx_main.C:
9054         * lyxfunc.C:
9055         * mathed/formulabase.C:
9056         * mathed/math_cursor.[Ch]:
9057         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9058
9059
9060 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9061
9062         * lyxlength.[Ch] (operator!=): new function
9063
9064 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9065
9066         * text.C (workWidth): use Inset::parOwner to find out where the
9067         inset has been inserted. This is a huge performance gain for large
9068         documents with lots of insets. If Inset::parOwner is not set, fall
9069         back on the brute force method
9070
9071         * paragraph_pimpl.C (insertInset):
9072         * paragraph.C (Paragraph):
9073         (cutIntoMinibuffer): set parOwner of insets when
9074         inserting/removing them
9075
9076         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9077
9078 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9079
9080         * tabular-old.C (getTokenValue):
9081         * tabular.C (getTokenValue):
9082         (write_attribute): new versions for LyXLength
9083         (everywhere): adjust the use of widths
9084
9085         * tabular.h: change the type of widths from string to LyXLength
9086
9087 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9088
9089         * paragraph.C: fixed missing line number count when exporting
9090         Environments to LaTeX file
9091
9092         * buffer.C: added informational message for checking line numbers.
9093
9094 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9095
9096         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9097         paragraph, do the 'double space' part, but not the 'empty
9098         paragraph' one.
9099
9100         * text.C (workWidth): small optimization
9101         (getLengthMarkerHeight): use minimal size for negative lengths.
9102
9103 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9104
9105         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9106
9107         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9108
9109 2001-12-11  André Pönitz <poenitz@gmx.net>
9110
9111         * FontLoader.C:
9112         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9113
9114 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9115
9116         * text2.C: keep selection on a setFont()
9117
9118 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9119
9120         * lyx_cb.C: another bv->text misuse, from insert label
9121
9122 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9123
9124         * kbsequence.h:
9125         * kbsequence.C: re-instate nmodifier mask
9126
9127 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9128
9129         * lyx_main.h: make lyxGUI private.
9130
9131 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9132
9133         * lyxfind.C: place the cursor correctly on failed search
9134
9135 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9136
9137         * text.C (getLengthMarkerHeight): for small heights, the arrows
9138         are not always on top/bottom of the text
9139         (drawLengthMarker): smaller arrows; take the left margin in
9140         account; draw also vfills.
9141         (paintFirstRow):
9142         (paintLastRow): remove special code for vfill and standard spaces,
9143         since everything is handled in drawLengthMarker now.
9144
9145 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9146
9147         * buffer.C (insertErtContents): try to handle font and language
9148         interaction a bit better.g
9149
9150         * ColorHandler.C (updateColor): change the hash to cover the whole
9151         LColor enum, ws cleanup
9152         (getGCLinepars): ditto
9153         (getGCLinepars): only lookup in the linecache once.
9154
9155 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9156
9157         * iterators.C (operator++): Make the iterator more robust
9158
9159         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9160         (John's patch)
9161         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9162
9163 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9164
9165         * lyxtext.h:
9166         * text.C: better added space drawing
9167
9168 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9169
9170         * LyXView.C:
9171         * BufferView2.C: fix layout combo update on inset unlock
9172
9173 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9174
9175         * Makefile.am: don't compile unused files
9176
9177 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9178
9179         * lyxfunc.C:
9180         * commandtags.h:
9181         * LyXAction.C: remove old LFUN_LAYOUTNO
9182
9183 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9184
9185         * paragraph_pimpl.h:
9186         * paragraph_pimpl.C: isTextAt() doesn't need font param
9187
9188 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9189
9190         * lyxlex.h:
9191         * lyxlex.C: little cleanup
9192
9193 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9194
9195         * BufferView_pimpl.C: fix insertAscii for insets
9196
9197 2001-12-05  Juergen Vigna  <jug@sad.it>
9198
9199         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9200         set the right font on the "multi" paragraph paste!
9201
9202 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9203
9204         * trans_decl.h:
9205         * trans_mgr.[Ch]:
9206         * trans.[Ch]:
9207         * lyxgluelength.C:
9208         * lyxlength.C: remove out-commented code.
9209
9210         * BufferView_pimpl:
9211         * CutAndPaste.C:
9212         * DepTable.C:
9213         * buffer.C:
9214         * chset.C:
9215         * lastfiles.C:
9216         * lyxlex.C:
9217         * lyxlex_pimpl.C:
9218         * lyxserver.C:
9219         * screen.C:
9220         * tabular-old.C:
9221         * tabular.C:
9222         * text.C:
9223         * trans_mgr.C:
9224         * vc-backend.C: change "while(" to "while ("
9225
9226         * lyxlength.[Ch]: add zero function to check if length is zero or
9227         not
9228         * lyxgluelength.C: use it
9229
9230 2001-12-05  Allan Rae  <rae@lyx.org>
9231
9232         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9233         Works for 2.95.3, from what I understand of Garst's reports this should
9234         work for other g++ versions.  We're screwed if the abs(int) definition
9235         changed between bugfix releases of gcc.
9236
9237 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9238
9239         * text.C: fix chapter label offset !
9240
9241 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9242
9243         * lyxtext.h:
9244         * text.C: fix hfill at end of line, clean up
9245
9246 2001-12-04  Juergen Vigna  <jug@sad.it>
9247
9248         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9249         that we force an update of the inset and it's owners if neccessary.
9250
9251 2001-12-03  Juergen Vigna  <jug@sad.it>
9252
9253         * text.C (rowLast): simplified code
9254
9255 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9256
9257         * lyxfunc.C: fix show options on timeout
9258
9259 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9260
9261         * screen.C (topCursorVisible): scroll half a page when the cursor
9262         reached top of bottom of screen
9263
9264 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9265
9266         * minibuffer.C: deactivate on loss of focus
9267
9268 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9269
9270         * vspace.[Ch] (operator!=): add operator.
9271
9272 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9273
9274         * BufferView_pimpl.C: refuse to open an inset when
9275         there's a selection.
9276
9277 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9278
9279         * BufferView_pimpl.C: allow to click on RHS of full row insets
9280
9281 2001-11-30  Juergen Vigna  <jug@sad.it>
9282
9283         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9284         insets for undo reasons.
9285
9286 2001-11-28  André Pönitz <poenitz@gmx.net>
9287
9288         * vspace.[Ch]: cosmetical changes
9289
9290 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9291
9292         * LyXAction.h:
9293         * LyXAction.C:
9294         * lyxfunc.h:
9295         * lyxfunc.C:
9296         * kbmap.h:
9297         * kbmap.C:
9298         * lyxrc.C:
9299         * kbsequence.h:
9300         * kbsequence.C: part re-write of old kb code
9301
9302         * Painter.C:
9303         * WorkArea.C: remove Lgb_bug_find_hack
9304
9305 2001-11-30  José Matos <jamatos@fep.up.pt>
9306
9307         * buffer.C (makeDocBookFile): add a comment to point a hack.
9308         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9309         Fixed a double write of labels.
9310
9311 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9312
9313         * LaTeX.C:
9314         * LaTeX.h Fixed bug in LaTeX class where it would not
9315         re-run latex if no depfiles were changed, but the .dvi was removed.
9316
9317 2001-11-28  André Pönitz <poenitz@gmx.net>
9318
9319         * all the files from the change on 2001/11/26:
9320         use lyx::layout_type instead of LyXTextClass::size_type
9321         use lyx::textclass_type instead of LyXTextClassList::size_type
9322
9323 2001-11-29  Juergen Vigna  <jug@sad.it>
9324
9325         * text.C: added support for paragraph::isFreeSpacing()
9326
9327         * buffer.C: same as above
9328
9329         * paragraph.h: inserted isFreeSpacing() function to enable
9330         FreeSpacing inside InsetERT.
9331
9332         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9333         of the paragraph's in the cut/copy buffer to 0!
9334
9335         * text2.C (removeRow): remove the assert as it can!
9336
9337         * lyxtext.h: added helper function firstRow returning firstrow and
9338         made firstrow private again.
9339
9340         * BufferView2.C (lockInset): don't relock if we're already locked!
9341
9342         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9343         the only paragraph.
9344         (removeRow): added Assert::(firstrow)
9345
9346         * debug.C: forgot to add INSETTEXT here.
9347
9348 2001-11-28  Juergen Vigna  <jug@sad.it>
9349
9350         * sp_spell.C (initialize): changed error text to more general
9351         spellchecker command use (not only ispell!)
9352
9353         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9354
9355         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9356
9357 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9358
9359         * vspace.C: initialise lyxgluelength on failure
9360
9361 2001-11-28  Allan Rae  <rae@lyx.org>
9362
9363         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9364         declaration & definition that looks like a function declaration.
9365
9366 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9367
9368         * BufferView2.C (copy):
9369         (copyEnvironment): do not clear the selection when doing a copy.
9370
9371         * text.C (paintFirstRow): compilation fix
9372
9373 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9374
9375         * tabular.C (Latex): correct line count when writing latex.
9376
9377 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9378
9379         * paragraph_pimpl.h:
9380         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9381           bug a bit
9382
9383 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9384
9385         * text.C:
9386         * LColor.h:
9387         * LColor.C: change vfillline->added_space
9388
9389         * text.C: add markers and text for added space
9390
9391         * vspace.C: fix comment
9392
9393 2001-11-28  André Pönitz <poenitz@gmx.net>
9394
9395         * paragraph.C: whitespace changes
9396         * all the other files from the change on 2001/11/26:
9397         change *::pos_type into lyx::pos_type
9398
9399 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9400
9401         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9402         language of the document when inserting error insets.
9403
9404 2001-11-26  André Pönitz <poenitz@gmx.net>
9405
9406         * BufferView_pimpl.[Ch]:
9407         *       CutAndPaste.C:
9408         * buffer.[Ch]:
9409         * lyxcursor.[Ch]:
9410         * lyxfind.C:
9411         * lyxfunc.C:
9412         * lyxrow.[Ch]:
9413         * paragraph.[Ch]:
9414         * paragraph_pimpl.[Ch]:
9415         * sp_spell.C:
9416         * text.C:
9417         * text2.C: reduce header dependencies, introduce type for positions
9418
9419 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9420
9421         * <various>: change to use Alert.h
9422
9423 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9424
9425         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9426         when encountering an unknown token.
9427         (readLyXformat2): Show an error message if there were unknown tokens.
9428
9429 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9430
9431         * BufferView2.C:
9432         * BufferView_pimpl.C:
9433         * buffer.C:
9434         * paragraph.h:
9435         * text.C:
9436         * text2.C: use par->isInset()
9437
9438 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9439
9440         * paragraph_pimpl.h:
9441         * paragraph_pimpl.C: cleanup
9442
9443 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9444
9445         * text2.C (removeRow):
9446         * text.C (setHeightOfRow): remove useless (and costly) call to
9447         getRow.
9448
9449 2001-11-20  Allan Rae  <rae@lyx.org>
9450
9451         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9452         Now need Inset*::checkInsertChar() to return true for appropriate
9453         cases so that the characters in the minibuffer will actually be
9454         inserted.
9455
9456 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9457
9458         * text.C: change the order of the includes.
9459         (workWidth): initialize it at once.
9460         (workWidth): make maxw unsigned
9461         (setHeightOfRow): remove unused variable (inset)
9462         (selectSelectedWord): remove unused variable (inset)
9463         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9464
9465 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9466
9467         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9468         server is not running.
9469         (openConnection):
9470         (closeConnection): add debug info when server is disabled.
9471
9472         * ColorHandler.C (getGCForeground): send debug message to GUI
9473         channel.
9474
9475         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9476
9477         * kbmap.C (bind): modify because return conventions of
9478         kb_sequence::parse have changed.
9479
9480         * kbsequence.C (parse): only ignore spaces and not any stupid
9481         control character. This avoids tests like s[i] <= ' ', which are
9482         guaranteed to fail with 8bit characters and signed chars.
9483         Change return code to string::npos when there have been no error
9484         (0 was a bad idea when error is at first character)
9485
9486 2001-11-14  José Matos  <jamatos@fep.up.pt>
9487
9488         * buffer.h:
9489         * buffer.C (simpleDocBookOnePar): removed unused argument.
9490
9491 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9492
9493         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9494         insets which are part of a word. Paragraph::isLetter takes care of
9495         that now. Use Paragraph::isInset to identify insets.
9496         (selectSelectedWord): do not test for hyphenation break.
9497
9498         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9499         that protected spaces are considered as spaces.
9500
9501         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9502         Inset::isLetter.
9503
9504 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9505
9506         * lyxserver.h:
9507         * lyxserver.C: fix it. and small cleanup.
9508
9509 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9510
9511         * BufferView_pimpl.C: use inline helpers
9512
9513         * LaTeXFeatures.h:
9514         * LaTeXFeatures.C: fix typos
9515
9516         * Spacing.h:
9517         * Spacing.C: move spacing_string into class
9518
9519         * ToolbarDefaults.C: move stuff into namespace anon
9520
9521         * layout.h: update enum
9522
9523         * lyxfunc.C: use better debug
9524
9525         * minibuffer.h: fix typo
9526
9527         * debug.h:
9528         * debug.C:
9529         * WorkArea.C: add and use Debug::WORKAREA
9530
9531         * lyxtext.h:
9532         * text.C:
9533         * text2.C: code re-organisation, inline helpers
9534
9535 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9536
9537         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9538         std::vector.empty().
9539
9540 2001-11-09  Allan Rae  <rae@lyx.org>
9541
9542         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9543         '\n's after tables.  Tabular and ERT inset work now makes this no
9544         longer necessary.
9545
9546 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9547
9548         * minibuffer.h:
9549         * minibuffer.C: fix crash, improve drop-down completion
9550
9551 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9552
9553         * lyxserver.h:
9554         * lyxserver.C: invalidate fd's when doing endPipe()
9555
9556 2001-11-08  José Matos  <jamatos@fep.up.pt>
9557
9558         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9559         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9560
9561         * paragraph.h:
9562         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9563
9564 2001-11-07  José Matos  <jamatos@fep.up.pt>
9565
9566         * buffer.h:
9567         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9568         const qualifier.
9569
9570         * buffer.C (sgmlOpenTag):
9571         * buffer.C (sgmlCloseTag): removed debug info.
9572
9573         * buffer.h (sgmlOpenTag):
9574         * buffer.h (sgmlCloseTag): made public.
9575
9576 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9577
9578         * buffer.C (saveParamsAsDefaults):
9579         * lyx_cb.C (MenuLayoutSave): remove
9580
9581         * LyXAction.C (init):
9582         * commandtags.h:
9583         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9584
9585 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9586
9587         * buffer.C (setPaperStuff): removed from here...
9588
9589         * bufferparams.C (setPaperStuff): ... and moved there.
9590
9591 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9592
9593         * minibuffer.h:
9594         * minibuffer.C:
9595         * XFormsView.C: add support for drop-down completion
9596
9597 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9598
9599         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9600         commands.
9601
9602 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9603
9604         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9605         disabled.
9606
9607 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9608
9609         * lyx_main.C: change ref to known bugs
9610
9611 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9612
9613         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9614         to work around older babel problems.
9615
9616 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9617
9618         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9619
9620 2001-10-24  Juergen Vigna  <jug@sad.it>
9621
9622         * tabular-old.C (ReadOld): below variable changes reflected.
9623
9624         * tabular.[Ch]: added ltType struct for longtable header/footer
9625         defines and changed all instances where they are used. Added
9626         future support for double top/bottom rows.
9627
9628 2001-10-24  José Matos  <jamatos@fep.up.pt>
9629
9630         * buffer.h (docbookHandleCaption):
9631         * buffer.C (docbookHandleCaption): removed unused function.
9632         (makeDocBookFile): moved docbook supported version to v4.1.
9633
9634 2001-10-24  José Matos  <jamatos@fep.up.pt>
9635
9636         * tabular.h:
9637         * tabular.C (docbookRow): new function to export docbook code of a row.
9638         (DocBook): now honors the longtable flags.
9639
9640 2001-10-23  José Matos  <jamatos@fep.up.pt>
9641
9642         * LaTeXFeatures.h:
9643         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9644         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9645
9646         * buffer.C (makeLinuxDocFile):
9647         (makeDocBookFile): reworked the preamble, more clean, and with
9648         support for lyx defined entities. Changed the document declaration
9649         to be more XML friendly.
9650
9651         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9652         if we need to output XML that should be done with a filter.
9653
9654 2001-10-22  Juergen Vigna  <jug@sad.it>
9655
9656         * sp_pspell.h (class PSpell): add alive function needed in the
9657         controller to see if the spellchecker could be started.
9658
9659 2001-10-22  Juergen Vigna  <jug@sad.it>
9660
9661         * buffer.C (insertStringAsLines): modify the font for inserting
9662         chars in certain conditions by calling checkInsertChar(font).
9663
9664 2001-10-19  Juergen Vigna  <jug@sad.it>
9665
9666         * text.C (workWidth): use getRow instead of wrong algorithm.
9667         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9668
9669 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9670
9671         * lyxserver.h:
9672         * lyxserver.C:
9673         * lyx_main.h:
9674         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9675
9676 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9677
9678         * text.C (workWidth): do not search for the exact row when
9679         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9680         optimization for big documents.
9681
9682 2001-10-18  Juergen Vigna  <jug@sad.it>
9683
9684         * text.C (workWidth): new function with added Inset * parameter.
9685
9686 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9687
9688         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9689
9690         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9691         change return type of getColumnNearX.
9692
9693
9694         * text.C (changeRegionCase): use uppercase/lowercase instead of
9695         toupper/tolower.
9696         (leftMargin):
9697         (rightMargin): simplify code by factoring out the uses of
9698         textclasslist.
9699         (labelFill):
9700         (numberOfHfills):
9701         (setHeightOfRow):
9702         (appendParagraph): use Paragraph::size_type
9703
9704 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9705
9706         * vspace.C (asLatexString): add a missing break
9707
9708 2001-10-15  Herbert Voss  <voss@perce.de>
9709
9710         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
9711
9712 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9713
9714         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
9715         is not available.
9716
9717 2001-10-10  André Pönitz <poenitz@gmx.net>
9718
9719         * lyxfunc.C: removed greek_kb_flag.
9720
9721 2001-10-10  Herbert Voss  <voss@perce.de>
9722
9723         * lyx_main.C: delete global string help_lyxdir.
9724
9725 2001-10-09  Herbert Voss  <voss@perce.de>
9726
9727         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
9728
9729         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
9730
9731         * lyx_main.C: added global string help_lyxdir.
9732
9733         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
9734
9735 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9736
9737         * lyxrc.C (set_font_norm_type): support iso8859-4
9738
9739 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
9740
9741         * LaTeX.C (deplog): add another regex for MikTeX
9742
9743 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9744
9745         * lyxrc.C (set_font_norm_type): support iso8859-3
9746
9747 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9748
9749         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
9750
9751         * LaTeXFeatures.C: remove special case of french and index
9752
9753         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
9754         before \begin{document}). This solves several incompatibilities.
9755
9756 2001-10-03  Garst Reese  <reese@isn.net>
9757
9758         * lyx_cb.C: change CheckTex error msg.
9759
9760 2001-10-03  José Matos  <jamatos@fep.up.pt>
9761
9762         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
9763
9764 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9765
9766         * .cvsignore: update
9767
9768         * lyx_main.C (commandLineVersionInfo): use new style version info.
9769
9770         * buffer.C (writeFile):
9771         (makeLaTeXFile):
9772         (makeLinuxDocFile):
9773         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
9774
9775         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
9776
9777         * version.h: update to use stuff in version.C
9778
9779         * version.C.in: new file. Contains version information determined
9780         at compile time. This is a merging of version.h and
9781         version_info.h.in.
9782
9783 2001-10-03  Juergen Vigna  <jug@sad.it>
9784
9785         * BufferView_pimpl.C (update): don't change "dirty" status in
9786         updateInset call.
9787
9788 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
9789
9790         * WorkArea.C (c-tor): re-position version string slightly.
9791
9792 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
9793
9794         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
9795         revert to previous code.
9796
9797         WorkArea.[Ch]: (show, destroySplash): methods removed.
9798
9799         WorkArea.C: rework code so that it's an amalgam of the codes before and
9800         after the splash screen was moved to WorkArea.
9801
9802 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9803
9804         * lyxrc.C (read):
9805         * vspace.C (inPixels):
9806         (lyx_advance):
9807         * kbmap.C (bind):
9808         * buffer.C (insertStringAsLines):
9809         (asciiParagraph): fix types to be large enough
9810
9811         * lyxlex_pimpl.h: change member status from short to int
9812
9813         * layout.h: fix type of endlabeltype
9814
9815         * kbmap.C (bind):
9816         * kbsequence.C (parse): change return type to string::size_type
9817
9818         * LaTeX.C (updateBibtexDependencies): comment out unneeded
9819         variable
9820
9821         * Bullet.C (bulletSize):
9822         (bulletEntry): do not use short ints as parameters
9823
9824         * BufferView2.C (insertLyXFile): change a char to an int.
9825
9826         * WorkArea.C (WorkArea): remove unneeded floats in computation
9827
9828 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
9829
9830         * buffer.C (asciiParagraph): Treat '\\' as other chars.
9831
9832         * paragraph.C (asString): Do not ignore newline/hfill chars when
9833         copying to the clipboard.
9834
9835 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
9836
9837         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
9838         after a multi-line inset.
9839
9840 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
9841
9842         * paragraph.C (validate): Set NeedLyXFootnoteCode
9843
9844 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9845
9846         * lyxfont.C (LyXSizeNames): changed increase-error to increase
9847         and decrease-error to decrease.
9848
9849 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9850
9851         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
9852         it more readable (should be equivalent)
9853
9854 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9855
9856         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
9857
9858 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9859
9860         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
9861         of a cursor (row, etc.) after a character has been deleted
9862         (deleteEmptyParagraphMechanism): call the method above on _all_
9863         cursors held by the LyXText when a double space has been
9864         detected/deleted.
9865
9866 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9867
9868         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
9869         pixmap.
9870         (resizeCurrentBuff): remove code to destroy the old splash dialog.
9871
9872         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
9873         background. Use greyOut() and the new show() methods to toggle between
9874         the foreground and background. Add code to remove the splash after
9875         its initial showing.
9876
9877         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
9878         (create_forms): no longer call Dialogs::showSplash.
9879
9880 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9881
9882         * .cvsignore: add version_info.h
9883
9884 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9885
9886         * version_info.h.in: new file
9887
9888         * Makefile.am: add version_info.h.in
9889
9890         * lyx_main.C (commandLineVersionInfo): use version_info defined in
9891         version_info.h instead of VERSION_INFO
9892
9893 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
9894
9895         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
9896         The ERT inset now returns string().
9897
9898 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
9899
9900         * lyxtext.h, text.C (selectNextWord): renamed as
9901         selectNextWordToSpellcheck.
9902
9903         * text.C (selectNextWordToSpellcheck): Modified to not select
9904         words inside an ERT inset.
9905
9906 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9907
9908         * lyx_cb.C (MenuLayoutSave): change a bit the question
9909
9910         * sp_base.h: include <sys/types.h>
9911
9912 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
9913
9914         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
9915
9916 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
9917
9918         * several files: fix typos in user-visible strings
9919
9920 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9921
9922         * text2.C (pasteSelection): do not set the selection, since it
9923         will be cleared later. Actually, the intent was to fix the way the
9924         selection was set, but I figured rmoving the code was just as good.
9925
9926 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
9927
9928         * FontLoader.C (available): Check if font is available without
9929         loading the font.
9930
9931 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
9932
9933         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
9934
9935 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
9936
9937         * lyxrc.[Ch]: added display_graphics variable and associated code.
9938
9939 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9940
9941         * bufferparams.C (hasClassDefaults): new method. Returns true if
9942         the buffer parameters correspond to known class defaults
9943
9944 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
9945
9946         * XFormsView.C (show): set minimum size to the main window.
9947
9948 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9949
9950         * text2.C (copySelection):
9951         (cutSelection):
9952         * lyxfind.C (LyXReplace):
9953         * BufferView_pimpl.C (Dispatch): pass the correct flag to
9954         LyXText::selectionAsString.
9955
9956         * paragraph.C (asString): add "label" argument to the second form
9957
9958         * text2.C (selectionAsString): add "label" argument and pass it to
9959         Paragraph::asString.
9960
9961 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9962
9963         * lyx_main.C (commandLineHelp): remove version information
9964
9965 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
9966
9967         * lyx_main.C: add -version commandline option
9968
9969 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9970
9971         * paragraph.h: make the optional constructor arg required instead.
9972         some modifications to other files because of this.
9973
9974         * minibuffer.C (C_MiniBuffer_peek_event): make it static
9975
9976         * lyxserver.C (C_LyXComm_callback): make it static
9977
9978         * lyx_main.C (error_handler): make it static
9979
9980         * lyx_gui.C (LyX_XErrHandler): make it static
9981
9982         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
9983
9984         * WorkArea.C: make the extern "C" methods static.
9985
9986         * Makefile.am (lyx_LDADD): simplify
9987
9988 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9989
9990         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
9991         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
9992
9993         * LyXAction.C (init):
9994         * lyxfunc.C (dispatch): associated code removal.
9995
9996 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9997
9998         * lyxfont.h (isSymbolFont): shut off warning
9999
10000         * text.C (setHeightOfRow):
10001         (getVisibleRow): fix crash with empty paragraphs which have a
10002         bottom line
10003
10004 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10005
10006         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10007         code.
10008
10009 2001-09-04  José Matos  <jamatos@fep.up.pt>
10010         * buffer.C
10011         * buffer.h
10012         * tabular.C (docbook): rename docBook method to docbook.
10013
10014 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10015
10016         * Makefile.am: add dependencies to main.o.
10017
10018 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10019
10020         * FontLoader.C (available): Return false if !lyxrc.use_gui
10021
10022 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10023
10024         * FontInfo.C (query):
10025         * converter.C (view):
10026         * importer.C (Import):
10027         * exporter.C (Export): Can not -> cannot.
10028
10029 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10030
10031         * BufferView_pimpl.C: allow to create index inset even if
10032           string is empty
10033
10034 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10035
10036         * buffer.C (getLists): replace boost::tie code with an explicit pair
10037         as boost::tie can break some compilers.
10038
10039         * iterators.h: Added a std:: declaration to the return type of
10040         ParIterator::size.
10041
10042 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10043
10044         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10045           case.
10046
10047 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10048
10049         * iterators.[Ch]: New files. Provide paragraph iterators.
10050
10051         * buffer.C (changeLanguage): Use paragraph iterators.
10052         (isMultiLingual): ditto
10053
10054         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10055
10056 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10057
10058         * FontLoader.C: Support for cmr font.
10059
10060 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10061
10062         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10063         (available): New method.
10064
10065         * FontInfo.C (getFontname): Use scalable fonts even when
10066         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10067         found.
10068
10069 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10070
10071         * converter.C (Formats::view): reverted! Incorrect fix.
10072
10073 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10074
10075         * converter.C (Formats::view): only output the -paper option
10076         if the dvi viewer is xdvi, thereby fixing bug #233429.
10077
10078 2001-08-23  Herbert Voss  <voss@perce>
10079
10080         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10081
10082 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10083
10084         * Spacing.h (Spacing): Set space to Default on in the default
10085         constructor.
10086
10087 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10088
10089         * vc-backend.h (RCS::versionString): add RCS to version
10090         (CVS::versionString): add CVS to version
10091
10092         * vc-backend.C (scanMaster): do not add CVS to version.
10093         (scanMaster): do not add RCS to version
10094
10095         * lyxvc.C (versionString): new method
10096
10097         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10098
10099 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10100
10101         * Spacing.C (set): initialize fval
10102
10103 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10104
10105         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10106         " or \.
10107
10108 2001-08-16  Juergen Vigna  <jug@sad.it>
10109
10110         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10111
10112 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10113
10114         * BufferView_pimpl.C:
10115         * figureForm.C:
10116         * lyxtext.h:
10117         * text2.C: setParagraph takes linespacing now
10118
10119 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10120
10121         * LyxAction.C: add internal LFUN_CITATION_INSERT
10122
10123         * LyXView.C: actually apply fix
10124
10125         * bufferlist.C: fix open non-existent file
10126
10127         * lyxfind.C: fix indentation
10128
10129         * lyxfunc.C: remove unneeded assert, fix typo
10130
10131 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10132
10133         * MenuBackend.C: use "Floatname List"
10134
10135 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10136
10137         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10138         when converting LaTeX layout to insetERT.
10139         Generate a non-collapsed float when reading old float
10140
10141 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10142
10143         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10144         ERT insets.
10145
10146 2001-08-13  Juergen Vigna  <jug@sad.it>
10147
10148         * text.C (fill): return 0 instead of 20 as this seems to be the more
10149         correct value.
10150
10151 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10152
10153         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10154         lyxrc.font_norm.
10155
10156 2001-08-13  Juergen Vigna  <jug@sad.it>
10157
10158         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10159         casesensitive off.
10160         (SearchBackward): comment out the unlocking of the inset_owner this
10161         should not be needed!
10162
10163 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10164
10165         * Many files: Remove inherit_language, and add latex_language
10166
10167         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10168         collapsible insets.
10169
10170 2001-08-10  Juergen Vigna  <jug@sad.it>
10171
10172         * text.C (prepareToPrint): fixed hfill-width in draw!
10173
10174         * BufferView2.C (selectLastWord): save the selection cursor as this
10175         now is cleared in the function LyXText::clearSelection!
10176
10177 2001-08-08  Juergen Vigna  <jug@sad.it>
10178
10179         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10180         BACKSPACE type functions.
10181
10182         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10183         is only cutted from the document but not put in the cut-buffer, where
10184         still the old stuff should be.
10185
10186         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10187
10188         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10189
10190         * tabular.C (SetWidthOfCell): fixed special case where the width
10191         was not updated!
10192         (LeftLine): handle '|' in align_special.
10193         (RightLine): ditto
10194         (LeftAlreadyDrawed): ditto
10195         (SetWidthOfCell): ditto
10196
10197 2001-08-07  Juergen Vigna  <jug@sad.it>
10198
10199         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10200
10201 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10202
10203         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10204         * lyxlex.[hC]: ditto
10205
10206 2001-08-06  Juergen Vigna  <jug@sad.it>
10207
10208         * text.C (getVisibleRow): fix up row clearing a bit.
10209
10210 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10211
10212         * minibuffer.C: make sure the X server sees the changes in the input.
10213
10214 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10215
10216         * paragraph.C (getFont): split into...
10217         (getLabelFont): this
10218         (getLayoutFont): and this
10219         * paragraph_pimpl.C (realizeFont): calling this
10220
10221         * text2.C (getFont): split into...
10222         (getLayoutFont): this
10223         (getLabelFont): and this
10224         (realizeFont): all three calling this
10225
10226         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10227         files where used.
10228
10229 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10230
10231         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10232
10233 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10234
10235         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10236         layouts from the Quote inset insertion.
10237
10238 2001-08-03  Juergen Vigna  <jug@sad.it>
10239
10240         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10241
10242         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10243         only if status not is already CHANGED_IN_DRAW (second level).
10244
10245         * text.C (draw): don't set the need_break_row when inside an
10246         InsetText LyXText.
10247
10248 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10249
10250         * buffer.C (parseSingleLyXformat2Token): handle more latex
10251         conversion cases.
10252
10253         * bufferview_funcs.[hC]: change function names to
10254         begin with small char, adjust other files.
10255
10256 2001-08-02  André Pönitz <poenitz@gmx.net>
10257
10258         * lyxfunc.C:
10259         BufferView_pimpl.C: remove broken special code for math-greek
10260
10261 2001-08-02  Juergen Vigna  <jug@sad.it>
10262
10263         * BufferView_pimpl.C (update): redone this function so that we
10264         update the text again if there was a CHANGE_IN_DRAW.
10265
10266         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10267         (drawFromTo): added a new internal bool which is used by draw() and
10268         redraw() function.
10269         (general): some cursor drawing problems fixed.
10270
10271 2001-08-01  Juergen Vigna  <jug@sad.it>
10272
10273         * lyxfind.C (LyXFind): fixed
10274         (SearchForward): ditto
10275         (SearchBackward): ditto
10276
10277         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10278         spurius drawing of the cursor in the main area.
10279
10280         * text2.C (status): small fix which could lead to a segfault!
10281         (clearSelection): remove unneeded BufferView param.
10282
10283 2001-08-01  André Pönitz <poenitz@gmx.net>
10284
10285         * lyxfunc.C: small change due to changed mathed interface
10286
10287 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10288
10289         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10290
10291 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10292
10293         * lyxfunc.c: fail gracefully if file doesn't exist
10294
10295         * LyXSendto.C:
10296         * buffer.C:
10297         * lyxfunc.C:
10298         * BufferView_pimpl.C: IsDirWriteable() proto changed
10299
10300         * LyXView.C: fix updateWindowTitle() to store the last title
10301
10302 2001-07-31  Juergen Vigna  <jug@sad.it>
10303
10304         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10305         the font (wrong since using of Paragraph::highestFontInRange).
10306
10307         * paragraph.C (highestFontInRange): added a default_size parameter.
10308
10309         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10310         (setHeightOfRow): reformat
10311
10312 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10313
10314         * converter.[hC] + affected files: move to (inital-char)lowercase
10315         function names.
10316
10317         * ParagraphParameters.C (ParagraphParameters): remove commented code
10318
10319         * PainterBase.[Ch]: remove commented code
10320
10321         * LaTeXFeatures.h: add "bool floats" for float.sty
10322
10323         * LaTeXFeatures.C (LaTeXFeatures): init floats
10324         (require): handle float
10325         (getPackages): do it with floats
10326
10327 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10328
10329         * BufferView_pimpl.C (Dispatch): improve handling of
10330         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10331
10332         * commandtags.h: #include lyxfont.h here temporarily to avoid
10333         keybinding bug.
10334
10335         * bufferlist.h: include LString.h here.
10336
10337 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10338
10339         * text2.C (getStringToIndex): new method.
10340
10341 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10342
10343         * *: Reduced header file dependencies all over.
10344
10345 2001-07-30  Baruch Even  <baruch@lyx.org>
10346
10347         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10348
10349 2001-07-29  Baruch Even  <baruch@lyx.org>
10350
10351         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10352
10353 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10354
10355         * ParameterStruct.h (endif): add a default constructor to make
10356         sure that all variables is initialized.
10357
10358         * ParagraphParameters.C (ParagraphParameters): adjust
10359
10360 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10361
10362         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10363         index; also, check that there is something to index, and that it
10364         does not span over several paragraphs.
10365         (doubleClick): use WHOLE_WORD_STRICT for double click.
10366
10367         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10368
10369         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10370         scheme.
10371
10372 2001-07-26  Baruch Even  <baruch@lyx.org>
10373
10374         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10375         an InsetFig figure, backwards compatible reading of old figure code.
10376
10377 2001-07-27  Juergen Vigna  <jug@sad.it>
10378
10379         * text2.C: font.realize function adaption.
10380
10381         * text.C (draw): add a warnings lyxerr text if needed.
10382
10383         * layout.C: font.realize function adaption.
10384
10385         * language.C: add inherit_language and implement it's handlings
10386
10387         * bufferview_funcs.C (StyleReset): remove language parameter from
10388         font creation (should be language_inherit now).
10389
10390         * bufferparams.C (writeFile): handle ignore_language.
10391
10392         * paragraph.C (getFontSettings): the language has to be resolved
10393         otherwise we have problems in LyXFont!
10394
10395         * lyxfont.C (lyxWriteChanges): added document_language parameter
10396         (update): removed unneeded language parameter
10397
10398         * paragraph.C (validate): fixed wrong output of color-package when
10399         using interface colors for certain fonts in certain environments,
10400         which should not seen as that on the final output.
10401
10402 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10403
10404         * BufferView_pimpl.C:
10405         * Thesaurus.h:
10406         * Thesaurus.C:
10407         * Makefile.am:
10408         * commandtags.h:
10409         * LyXAction.C: add thesaurus support
10410
10411         * lyxfind.h:
10412         * lyxfind.C: add "once" parameter, for thesaurus, to not
10413           move to the next match
10414
10415 2001-07-26  Juergen Vigna  <jug@sad.it>
10416
10417         * lyxfont.C (realize): honor ignore_language too!
10418         (resolved): ditto.
10419
10420         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10421
10422         * text.C (draw): one place more for ignore_language to not draw
10423         itself!
10424
10425 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10426
10427         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10428
10429 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10430
10431         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10432         the minipage conversion problem.
10433
10434 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10435
10436         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10437         insert an inset.
10438
10439 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10440
10441         * BufferView.h: don't forward declare WorkArea
10442
10443         * BufferView.C: don't include WorkArea.h
10444
10445 2001-07-25  André Pönitz <poenitz@gmx.net>
10446
10447         * commandtags.h:
10448         * LyXAction.C:
10449         * lyxfunc.C:  new LFUN 'math-space'
10450
10451         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10452
10453 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10454
10455         * text2.C (toggleInset): call open/close
10456
10457 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10458
10459         * lyxfunc.C (dispatch): add debug for the disabled case
10460
10461         * font.C (buttonText): make similar to rectText
10462
10463         * buffer.C (readInset): comment out parsing of insetlist and
10464         insttheorem
10465
10466         * PainterBase.C (rectText): small correction
10467
10468         * BufferView_pimpl.C: comment out insettheorem and insetlist
10469         * LyXAction.C: ditto
10470         * commandtags.h: ditto
10471
10472 2001-07-24  Juergen Vigna  <jug@sad.it>
10473
10474         * text.C (draw): honor the ignore_language.
10475
10476         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10477
10478 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10479
10480         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10481         char inset.
10482
10483 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10484
10485         * lyxtext.h: remove unused (and unimplemented) methods
10486
10487 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10488
10489         * text.C (getVisibleRow): honor background color
10490
10491         * PainterBase.h:
10492         * Painter.h: remove default color argument for fillRectangle
10493
10494         * text.C (backgroundColor): new method
10495
10496 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10497
10498         * text.C (getVisibleRow): adjust
10499
10500         * font.[Ch] (rectText): new method, metrics
10501         (buttonText): new method, metrics
10502
10503         * PainterBase.[hC]: make rectText and buttonText always draw and take
10504         fewer paramteres.
10505
10506 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10507
10508         * ToolbarDefaults.C (read):
10509         * MenuBackend.C (read): allow escaping in all strings
10510
10511         * BufferView_pimpl.C (insertAndEditInset): new method.
10512         (Dispatch): use insertAndEditInset whenever appropriate.
10513
10514         * BufferView_pimpl.C (insertNote): removed
10515
10516         * BufferView_pimpl.C (smartQuote): new method, moved from
10517         BufferView; if an insetquote cannot be inserted, insert a '"'
10518         character instead.
10519
10520         * BufferView2.C: remove insertCorrectQuote();
10521
10522         * lyxfunc.C (getStatus): Add support for all remaingin
10523         inset-insert lfuns.
10524
10525         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10526
10527         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10528         command (necessary to pass " as parameter of self-insert.
10529
10530         * text.C (selectWordWhenUnderCursor):
10531         (selectWord): add word_location parameter
10532         (selectWordWhenUnderCursor): same + remove special code for word
10533         boundary.
10534         (selectNextWord): use kind() to guess type of insetspecialchar,
10535         not latex().
10536
10537         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10538         (insertErtContents): create ert insets as collapsed.
10539         (readInset): better compatibility code for Info inset.
10540
10541 2001-07-20  Juergen Vigna  <jug@sad.it>
10542
10543         * lyxfunc.C (dispatch): use always LyXFind now!
10544
10545         * text2.C (init): add a reinit flag so that the LyXText can be
10546         reinited instead of deleted and reallocated (used in InsetText).
10547
10548         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10549
10550         * text.C: ditto
10551
10552         * text2.C: ditto
10553
10554 2001-07-18  Juergen Vigna  <jug@sad.it>
10555
10556         * text.C (selectNextWord): handle insets inside inset by calling
10557         always the bv->text functions so that we can go up the_locking_inset!
10558
10559         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10560         in strange locations when inside an inset!
10561
10562         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10563         handling to include insets.
10564
10565         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10566
10567 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10568
10569         * LyXAction.C (init):
10570         * commandtags.h:
10571         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10572         LIGATURE_BREAK, since the name is so stupid.
10573
10574 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10575
10576         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10577         InsetInfos.
10578
10579         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10580
10581         * sp_form.[Ch]: remove.
10582
10583         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10584
10585         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10586         InsetInfo.
10587
10588         * src/buffer.C (readInset): ditto.
10589
10590 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10591
10592         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10593         menuSeparator(), endOfSentenceDot(), ldots() and
10594         hyphenationPoint(), which are therefore removed.
10595         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10596
10597         * LyXAction.C (init):
10598         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10599
10600         * paragraph.C (getWord): removed.
10601
10602         * BufferView_pimpl.C (Dispatch): use last word or selection for
10603         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10604
10605         * lyx_main.C (queryUserLyXDir): do not ask before creating
10606         user_dir, except if it has been named explicitely.
10607
10608 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10609
10610         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10611         a document of zero size.
10612
10613 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10614
10615         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10616         approriately in the c-tor and in require().
10617         (getPackages): output the appropriate LaTeX for natbib support.
10618
10619         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10620         variables "use_natbib" and "use_numerical_citations" when reading the
10621         LyX file.
10622         (readInset): read the various natbib cite commands.
10623         (validate): white-space change.
10624
10625         * bufferparams.[Ch]: new variables "bool use_natbib" and
10626         "bool use_numerical_citations".
10627         (writeFile): output them in the LyX file.
10628
10629 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10630
10631         * lyxfunc.C (getStatus): add support for all the inset insertion
10632         commands.
10633
10634         * text2.C (insertInset):
10635         * paragraph.C (insetAllowed):
10636         * BufferView_pimpl.C (insertInset): update to take in account the
10637         renaming of insertInsetAllowed
10638
10639         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10640
10641         * text2.C (getInset): new method. returns inset at cursor position.
10642
10643         * BufferView_pimpl.C (Dispatch): changes because of this.
10644
10645         * LyXAction.C (init): rename open-stuff to inset-toggle.
10646
10647         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10648
10649         * text2.C (toggleInset): renamed from openStuff; use
10650         Inset::open().
10651
10652 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10653
10654         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10655
10656         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10657
10658 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10659
10660         * buffer.C (readLyXformat2): Add filename to the error dialog
10661
10662 2001-07-18  Juergen Vigna  <jug@sad.it>
10663
10664         * tabular.C (GetCellNumber): put an assert here instead of the check!
10665
10666 2001-07-17  Juergen Vigna  <jug@sad.it>
10667
10668         * BufferView_pimpl.C (toggleSelection): adapted too.
10669
10670         * text.C (selectNextWord): adapted for use with insets.
10671         (selectSelectedWord): ditto
10672
10673 2001-07-17  Juergen Vigna  <jug@sad.it>
10674
10675         * sp_spell.C (PSpell): fix initialitation order.
10676
10677 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10678
10679         * paragraph.C: spacing
10680
10681 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10682
10683         * sp_spell.C: repair language selection for pspell
10684
10685 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10686
10687         * lyxfunc.h: change more methods to begin with lower char.
10688
10689 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10690
10691         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10692         for unknown layouts.
10693
10694 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10695
10696         * buffer.C (readLyXformat2): Generate an error dialog if there are
10697         unknown layouts.
10698
10699 2001-07-16  Juergen Vigna  <jug@sad.it>
10700
10701         * sp_spell.C: always compile ISpell part.
10702
10703         * lyxrc.C: added use_pspell entry and it's handling.
10704
10705 2001-07-13  Juergen Vigna  <jug@sad.it>
10706
10707         * sp_spell.C: removed double includes.
10708
10709 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
10710
10711         Consistent use of Lsstream.h:
10712         * Lsstream.h: added using std::stringstream for consistencies sake.
10713
10714         * buffer.C: removed using std::stringstream
10715
10716         * lyxfont.C (stateText):
10717         * paragraph.C (asString):
10718         * text.C (selectNextWord, selectSelectedWord):
10719         * text2.C (setCounter):
10720         * vspace.C (asString, asLatexString):
10721         std::ostringstream -> ostringstream.
10722
10723 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10724
10725         * LyXAction.C: add LFUN_HELP_ABOUTLYX
10726         * commandtags.h: add LFUN_HELP_ABOUTLYX
10727         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
10728
10729 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10730
10731         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
10732         cursorToggle()
10733         * lyx_gui_misc.C: remove spellchecker
10734         * lyxfunc.C: showSpellchecker
10735         * sp_base.h: added
10736         * sp_ispell.h: added
10737         * sp_pspell.h: added
10738         * sp_spell.C: added
10739         * sp_form.[Ch]: removed
10740         * spellchecker.[Ch]: removed
10741
10742 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
10743
10744         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
10745         is set.
10746         (simpleTeXSpecialChars): Simply print the input character without
10747         any special translation if pass_thru is set.
10748
10749         * layout.h: Added bool pass_thru to layout class for being able to
10750         implement pass through of a paragraph for Literate Programming.
10751
10752         * layout.C: add LT_PASS_THRU to LayoutTags enum.
10753         * layout.C (LyXLayout): set pass_thru to flase in constructor.
10754         * layout.C (Read): add "passthru" to list of layout tags and add
10755         code to set the pass_thru boolean when it is read.
10756
10757 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10758
10759         * trans_decl.h: remove allowed from KmodInfo
10760
10761         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
10762         remove allowed code
10763         (Load): adjust
10764
10765         * paragraph_pimpl.C (erase): use boost::prior
10766
10767         * Painter.C (text): use data() instead of c_str() when length is
10768         also provided.
10769         * WorkArea.C (putClipboard): ditto
10770         * font.h (width): ditto
10771
10772         * BufferView2.C: use it-> instead of (*it). for iterators
10773         * texrow.C: ditto
10774         * paragraph_pimpl.C: ditto
10775         * paragraph.C: ditto
10776         * minibuffer.C: ditto
10777         * language.C: ditto
10778         * kbmap.C: ditto
10779         * encoding.C: ditto
10780         * counters.C: ditto
10781         * converter.C: ditto
10782         * chset.C: ditto
10783         * Variables.C: ditto
10784         * TextCache.C: ditto
10785         * MenuBackend.C: ditto
10786         * LyXAction.C: ditto
10787         * LColor.C: ditto
10788         * FloatList.C: ditto
10789         * DepTable.C: ditto
10790         * ColorHandler.C (LyXColorHandler): ditto
10791
10792 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10793
10794         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
10795
10796         * text2.C (openStuff): reintroduce this method (which had been
10797         nuked in NEW_INSETS frenzy).
10798
10799         * lyxfunc.C (Dispatch): when an action has not been handled, use
10800         its name in the error message, not its number.
10801
10802         * paragraph.C (inInset): change method name to begin with lowercase.
10803
10804         * undo_funcs.C:
10805         * text2.C: updates because of this.
10806
10807 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10808
10809         * ToolbarDefaults.C (add): add spaces in error message
10810
10811 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10812
10813         * buffer.C (readLyXformat2): initialize the ert comp. variables.
10814         (readLyXformat2): rename return_par to first_par, use lyxlex's
10815         pushToken and remove the manual push handling.
10816         (parseSingleLyXformat2Token): add another ert comp. variable:
10817         in_tabular, rename return_par to first_par. handle newlines better
10818
10819 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10820
10821         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
10822
10823 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10824
10825         * text2.C (getParFromID): removed
10826
10827         * buffer.C (getParFromID): new method moved form lyxtext.
10828         * BufferView2.C (insertErrors): adjust
10829         (setCursorFromRow): adjust
10830         * BufferView_pimpl.C (restorePosition): adjust
10831         * lyxfunc.C (Dispatch): adjust
10832         * undo_funcs.C (textUndo): adjust
10833         (textRedo): adjust
10834         (textHandleUndo): adjust
10835         (textHandleUndo): adjust
10836
10837 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10838
10839         * buffer.C: up' the LYX_FORMAT
10840
10841         * lyxfont.h: turn NO_LATEX on as default
10842
10843         * buffer.C (insertErtContents): new methods of tex style compability.
10844         (parseSingleLyXformat2Token): use it several places.
10845         * tabular.C (OldFormatRead): and here
10846
10847 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10848
10849         * text2.C: remove some commented code.
10850         reindent file.
10851
10852         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
10853         * trans.C: changes because of the above.
10854
10855 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
10856
10857         * text2.C (setCounter): Fix counters bug with bibliography layout.
10858
10859 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10860
10861         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
10862         own member functions
10863         (simpleTeXSpecialChars): ditto
10864
10865 2001-07-06  Juergen Vigna  <jug@sad.it>
10866
10867         * a lot of files: changed the access to LyXText::status and the
10868         call of undo-functions.
10869
10870         * undo.[Ch]: added a inset_id to the undo informations.
10871
10872         * undo_funcs.[Ch]: added and moved here all undo functions.
10873
10874         * lyxtext.h: give the status enum a weight, made status_ a private
10875         variable and made accessor functions for it, removed the whole bunch
10876         of undo-functions as they are now in their own file, make some
10877         functions publically available. Added function ownerParagraph with
10878         int parameter.
10879
10880         * paragraph.[Ch]: added "bool same_ids" to the constructor,
10881         made InInset() a const function, added getParFromID() function.
10882
10883         * buffer.[Ch]: added const version for inset_iterator functions,
10884         added getInsetFromID() function.
10885
10886         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
10887         changed undo functions for new version.
10888
10889 2001-07-05  Juergen Vigna  <jug@sad.it>
10890
10891         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
10892         unknow mechanism does not call the proper constructor but only this
10893         one also if I request the other!?
10894
10895 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10896
10897         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
10898
10899         * text2.C (LyXText): use initialization lists.
10900
10901         * lyxtext.h (Selection): initialize set_ and mark_
10902         (init): remove method
10903
10904 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
10905
10906         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
10907
10908 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10909
10910         * screen.[Ch]: change method names to begin with lowercase
10911
10912         * BufferView_pimpl.C (updateScrollbar): simplify further and
10913         hopefully make it a bit faster.
10914
10915 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10916
10917         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
10918         calling directly xforms functions.
10919
10920         * Painter.C (Painter):
10921         * lyx_cb.C (MenuWrite):
10922         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
10923         fl_display.
10924
10925         * lyx_gui.C: remove bogus guiruntime extern declaration.
10926
10927 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10928
10929         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
10930         in NEW_INSETS
10931         (redoDrawingOfParagraph): ditto
10932         (redoParagraphs): ditto
10933         (cutSelection): don't create a object for CutAndPaste use the
10934         static method directly
10935         (pasteSelection): ditto
10936
10937         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
10938         LyXview (+ rename)
10939
10940 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10941
10942         * modifications to some other files because of this.
10943
10944         * Makefile.am (lyx_SOURCES): add XFormsView
10945
10946         * XFormsView.[Ch]: new files
10947
10948         * LyXView.[Ch]: make LyXView a base class for the gui handling for
10949         the main window. Move the gui dependent stuff to XFormsView
10950
10951 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10952
10953         * tabular.C (GetCellInset): update cur_cell also in the row/col
10954         version of this function.
10955
10956         * lyxfunc.C: no need to include figure_form.h here.
10957
10958         * FontLoader.h:
10959         * lyxfunc.h:
10960         * lyxscreen.h:
10961         * text2.C:
10962         * lyxvc.C: no need to include forms.h here.
10963
10964 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10965
10966         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
10967
10968         * lyxfunc.C (Dispatch):
10969         * Spacing.C (set):
10970         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
10971         constructor argument.
10972
10973 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10974
10975         * paragraph.C (Paragraph): dont't clear, and just set layout.
10976         (makeSameLayout): use params's copy contructor.
10977
10978         * ParagraphParameters.[Ch] (makeSame): delete method
10979
10980 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
10981
10982         * Variables.[Ch]: fix indentation, rename set to isSet
10983
10984 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10985
10986         * lyxfunc.C (Dispatch): fix typo
10987
10988 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10989
10990         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
10991         upper_bound.
10992
10993         * bufferlist.C: include assert.h for emergencyWrite().
10994
10995 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10996
10997         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
10998           give up at last (bug #425202) !
10999
11000 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11001
11002         * lyx_gui_misc.C:
11003         * sp_form.h:
11004         * sp_form.C:
11005         * spellchecker.h:
11006         * spellchecker.C: strip spellchecker options and bring up
11007           preferences tab instead
11008
11009 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11010
11011         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11012         the istringstream constructor
11013
11014 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11015
11016         * paragraph.C (getLayout): fix return value
11017
11018         * paragraph.h: do not declare getLayout as inline.
11019
11020         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11021
11022 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11023
11024         * lyxcursor.h (operator<): new func
11025         (operator>): new func
11026         (operator>=): new func
11027         (operator<=): new func
11028
11029         * text.C (changeCase): use selection.start and selection.end
11030         (changeRegionCase): require from to be <= to. Require par to be a
11031         valid paragraph.
11032
11033         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11034
11035 2001-06-27  Juergen Vigna  <jug@sad.it>
11036
11037         * text.C (cursorLeftOneWord): changed to return the cursor and added
11038         overlay with BufferView * parameter which calls this one.
11039         (getWord): added
11040         (selectWord): use new getWord function.
11041         (changeCase): renamed from changeWordCase as and extended to work
11042         also on selections.
11043
11044         * lyxtext.h: added enum word_location
11045
11046         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11047         changeCase as this operates now also on selections.
11048
11049 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11050
11051         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11052
11053         * many files: send debug output to Debug::INFO instead of
11054         Debug::ANY.
11055
11056         * converter.C (View):
11057         (Convert):
11058         (Move): send debug output to Debug::FILES instead of console.
11059
11060 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11061
11062         * lyxfunc.C (getStatus): use func_status
11063
11064         * func_status.h: new header, describing the results of
11065         LyXFunc::getStatus;
11066
11067         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11068         LFUN_MATH_HALIGN.
11069
11070 2001-06-25  The LyX Project  <jug@sad.it>
11071
11072         * buffer.C (sgmlOpenTag):
11073         (sgmlCloseTag):
11074         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11075
11076 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11077
11078         * text2.C: remove some dead code
11079
11080         * tabular.C (GetCellInset): store the last cell checked (gotten)
11081
11082         * tabular.h: add the helper for the speedup
11083
11084         * lyxtext.h: remove some dead code
11085
11086 2001-06-26  The LyX Project  <Asger>
11087
11088         * paragraph.C: Change export to LaTeX of alignment to
11089         \begin{center} and family for better roundtrip work with reLyX.
11090
11091         * Tune the math drawing a bit.
11092
11093 2001-06-25  The LyX Project  <Asger>
11094
11095         * LColor.C (LColor): New color for math background. New color
11096         for buttons.
11097
11098 2001-06-25  The LyX Project  <jug@sad.it>
11099
11100         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11101
11102         * lyxfunc.C (Open):
11103         * bufferlist.C (newFile): do not restrict to files ending with
11104         .lyx
11105
11106         * BufferView_pimpl.C (MenuInsertLyXFile):
11107
11108 2001-06-24  The LyX Project  <jug@sad.it>
11109
11110         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11111         of compare_no_case
11112
11113 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11114
11115         * lyxtext.h: rename most methods to begin with a small char.
11116         Lots of changes because of this.
11117
11118         * paragraph.C (Paragraph): do not call fitToSize
11119         (erase): call Pimpl::erase
11120         (insertChar): call Pimpl::insertChar
11121         (insertInset): call Pipl::insertInset
11122         (breakParagraph): do not call fitToSize
11123         (breakParagraphConservative): do not call fitToSize
11124         (fitToSize): remove method
11125
11126         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11127
11128 2001-06-24  The LyX Project  <Asger>
11129
11130         * Fix Qt compilation^2
11131
11132 2001-06-24  The LyX Project  <jug@sad.it>
11133
11134         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11135         depthHook(getDepth()-1).
11136
11137         * paragraph.h:
11138         * ParagraphParameters.h:
11139         * ParameterStruct.h: change type of depth to unsigned int ==
11140         depth_type. Many adaptations to other files before of that.
11141
11142 2001-06-24  The LyX Project  <Asger>
11143
11144         * Fix Qt compilation.
11145
11146 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11147
11148         * paragraph.h: renamed several methods to begin with small letter.
11149         several changes to many parts of the code because of this.
11150
11151 2001-06-23  The LyX Project  <jug@sad.it>
11152
11153         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11154         rewritten to discard all double spaces when KeepEmpty is off
11155         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11156         to only handle newlines but not fiddle with spaces and friends.
11157
11158         * lyxfunc.C (MenuNew): when doing 'new from template', use
11159         template_path as default directory
11160
11161 2001-06-23  The LyX Project  <Asger>
11162
11163         * Clean-up of header file includes all over
11164         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11165
11166 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11167
11168         * paragraph.h: renamed from lyxparagraph.h
11169
11170 2001-06-23  Asger  <lyx@violet.home.sad.it>
11171
11172         * Buffer.h: Removed Buffer::resize
11173         * BufferList.h: Removed BufferList::resize
11174         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11175         the document lazily when we change the width, or the font settings.
11176
11177 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11178
11179         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11180
11181 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11182
11183         * buffer.h: remove out of date comment
11184
11185 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11186
11187         * lyxscreen.h:
11188         * screen.C: fix "theoretical" GC leak
11189
11190 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11191
11192         * LaTeX.C (scanAuxFile):
11193         (deplog): remove trailing \r when reading stream (useful under
11194         win32)
11195
11196 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11197
11198         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11199         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11200         and BufferView::theLockingInset(Inset*), so should use them and not
11201         access bv_->text->the_locking_inset directly.
11202
11203         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11204
11205 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11206
11207         * Makefile.am:
11208         * tex-defs.h: remove old unused file
11209
11210 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11211
11212         * BufferView_pimpl.C: fix typo, remove minibuffer message
11213           when buffer has loaded
11214
11215 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11216
11217         * lyxfunc.C (Dispatch): use stringstream
11218         (MenuNew): use stringstream
11219         (Open): use stringstream
11220
11221         * importer.C (Import): use stringstream
11222
11223         * bufferview_funcs.C (CurrentState): use stringstream
11224
11225         * LaTeX.C (run): use stringstream
11226
11227         * BufferView_pimpl.C (savePosition): use stringstream
11228         (restorePosition): use stringstream
11229         (MenuInsertLyXFile): use stringstream
11230
11231 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11232
11233         * BufferView.C:
11234         * Bullet.C:
11235         * ColorHandler.C:
11236         * FontInfo.C:
11237         * FontLoader.C:
11238         * LColor.C:
11239         * LaTeXFeatures.C:
11240         * Painter.C:
11241         * gettext.C:
11242         * lyx_gui_misc.C:
11243         * lyxserver.C:
11244         * vspace.C: removed // -*- C++ -*- as first line.
11245
11246         * lyxfind.h:
11247         * version.h: added // -*- C++ -*- as first line.
11248
11249 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11250
11251         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11252
11253         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11254         of string
11255
11256 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11257
11258         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11259         of floats.
11260
11261 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11262
11263         * gettext.C: include LString.h even when --disable-nls is on.
11264
11265 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11266
11267         * converter.h (Get): changed argument type from int to
11268         FormatList::size_type to avoid unnecessary conversion.
11269
11270         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11271         before using it.
11272
11273 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11274
11275         * gettext.h: include LString.h even when --disable-nls is on.
11276
11277 2001-06-07  Juergen Vigna  <jug@sad.it>
11278
11279         * text.C (BreakAgain): subst spaces with tabs.
11280
11281         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11282         (resizeInsetsLyXText): set force on resizeLyXText.
11283
11284 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11285
11286         * gettext.h (gettext_init):
11287         (locale_init): use a real definition instead of a macro
11288
11289 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11290
11291         * Bufferview_pimpl.C:
11292         * LColor.h:
11293         * LColor.C: further lcolor tidies
11294
11295 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11296
11297         * BufferView_pimpl.C (updateScrollbar): simplify.
11298
11299         * BufferView2.C: don't include insets/insetinfo.h, change
11300         prototype for insertInset and call the Pimpl version. let
11301         updateInset call Pimpl version.
11302
11303         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11304         gotoInset to BufferView::Pimpl
11305
11306 2001-06-01  Juergen Vigna  <jug@sad.it>
11307
11308         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11309         inside a LockingInset (is the update needed at all?).
11310
11311 2001-05-31  Juergen Vigna  <jug@sad.it>
11312
11313         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11314         here not the old one otherwise how should we compare it afterwards
11315         if it's the same!
11316
11317 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11318
11319         * lyxfont.C:
11320         * tabular.C:
11321         * tabular-old.C:
11322         * FontInfo.C: bring C functions into global namespace when
11323         necessary
11324
11325 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11326
11327         * LString.h: make sure config.h has been loaded before LString.h.
11328
11329         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11330         (one for each char read by EatLine!).
11331
11332         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11333         variables.
11334
11335 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11336
11337         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11338         to the same as the par we break from
11339
11340 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11341
11342         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11343
11344         * MenuBackend.C (expand): also create menu entries for wide
11345         versions of the floats.
11346
11347         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11348
11349         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11350
11351         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11352         frontends/Makefile.am
11353
11354         * text2.C: adjust
11355         * text.C: adjust
11356
11357
11358         * tabular.C (getTokenValue): add std::
11359
11360         * tabular-old.C (getTokenValue): add std::
11361         (getTokenValue): ditto
11362         (getTokenValue): ditto
11363
11364         * screen.C (ToggleSelection): adjust
11365
11366         * lyxtext.h: put selection cursors inside a Selection struct.
11367
11368         * lyxfunc.C (moveCursorUpdate): adjust
11369
11370         * lyxfont.C (latexWriteStartChanges): add std::
11371
11372         * lyxfind.C: adjust
11373
11374         * font.h: delete with(char const *, LyXFont const &)
11375
11376         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11377
11378         * FontInfo.C (getFontname): add std::
11379
11380         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11381         (workAreaButtonPress): adjust
11382         (tripleClick): adjust
11383         (update): adjust
11384         (moveCursorUpdate): adjust
11385         (Dispatch): adjust
11386
11387         * BufferView2.C (gotoInset): adjust
11388
11389 2001-05-30  Juergen Vigna  <jug@sad.it>
11390
11391         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11392         to check pspell I add this as default as I now have new pspell
11393         libraries and they seem to use this.
11394
11395 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11396
11397         * text2.C (CutSelection): make the cursor valid before the call to
11398         ClearSelection.
11399
11400 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11401
11402         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11403         relied on 0 terminated strings and other horrors. Bug found due to
11404         the new assert in lyxstring!
11405
11406         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11407         KP_ keys.
11408
11409 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11410
11411         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11412         to latinkeys.bind.
11413
11414         * lyxfunc.C (processKeySym): change method of getting to the
11415         self-insert char.
11416
11417         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11418         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11419         * BufferView_pimpl.[Ch]: here as private methods.
11420
11421 2001-05-28  Juergen Vigna  <jug@sad.it>
11422
11423         * text.C (SetHeightOfRow): added the update() call again as it is
11424         needed to initialize inset dimensions!
11425
11426 2001-05-16  Juergen Vigna  <jug@sad.it>
11427
11428         * text2.C (SetCharFont): Add new function with BufferView * and
11429         bool toggleall parameters for setting insets internal fonts.
11430         (SetFont): Freeze the undo as we may change fonts in Insets and
11431         all this change should be inside only one Undo!
11432
11433         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11434         setting font's in insets as for them we have the SetFont function!
11435
11436 2001-05-15  Juergen Vigna  <jug@sad.it>
11437
11438         * text2.C (ClearSelection): to be sure we REALLY don't have any
11439         selection anymore!
11440
11441         * tabular.C (TeXCellPreamble): fixed the left border problem for
11442         multicolumn cells.
11443
11444 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11445
11446         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11447         dependancy file
11448
11449 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11450
11451         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11452         LFUN_BREAKPARAGRAPH.
11453
11454         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11455         help test to "internal only", similar for LFUN_INSERT_URL
11456
11457         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11458         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11459         auto_region_delete and deadkeys.
11460
11461 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11462
11463         * LColor.h:
11464         * LColor.C: remove some dead entries, tidy a little
11465
11466 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11467
11468         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11469         commented code.
11470         (Dispatch): implement LFUN_ESCAPE
11471
11472         * commandtags.h: add LFUN_ESCAPE
11473
11474         * LyXAction.C (init): add entry for LFUN_ESCAPE
11475
11476         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11477         Remove commented code.
11478         (insertNote): moved here
11479         (open_new_inset): moved here
11480
11481         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11482         BufferView_pimpl
11483
11484 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11485
11486         * kbmap.C (findbinding): clean it up and make it work correctly.
11487
11488         * lyx_main.C (init): do not pass argc and argv as parameters
11489
11490 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11491
11492         * buffer.C: fix path for OS/2 & Win32
11493
11494         * lyx_gui.C:
11495         * lyx_main:
11496         * lyx_main.C: Added os:: class.
11497
11498         * os2_defines.h: update
11499
11500 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11501
11502         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11503         better by trying again with reduced state.
11504
11505 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11506
11507         * lyxrc.C (read): print error about invalid key sequence only when
11508         debugging (because not all latinX keysyms are known to some X
11509         servers)
11510
11511         * kbsequence.C (getiso): add a few std:: qualifiers
11512         (getiso): comment out extra return statement.
11513
11514 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11515
11516         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11517         handling.
11518         (Dispatch): enhance the accent inset a bit. (not perfect)
11519
11520 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11521
11522         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11523
11524 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11525
11526         * bufferlist.C (emergencyWrite): fix assert() call
11527
11528 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11529
11530         * text.C (InsertChar): Added trivial patch to only send the "you
11531         can not do multiple spaces this way" message once during a
11532         session.
11533
11534 2001-05-08  Baruch Even  <baruch@lyx.org>
11535
11536         * Makefile.am: Changed order of libraries to get LyX to link properly
11537         with the gnome frontend.
11538
11539 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11540
11541         * LaTeXFeatures.h: add a std:: qualifier
11542
11543 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11544
11545         * paragraph.C (String): use stringstream
11546
11547 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11548
11549         * paragraph.C (writeFile): remove footflag arg
11550
11551         * buffer.C (makeLaTeXFile): use stringstream
11552         (latexParagraphs): remove footnot gurba
11553
11554         * LaTeXFeatures.C (getPackages): use stringstream
11555         (getMacros): likewise
11556         (getTClassPreamble): likewise
11557         (getFloatDefinitions): new method
11558
11559         * paragraph.C (writeFile): reindent
11560         (Erase): reindent
11561
11562         * WorkArea.h: revert the xpos + etc changes.
11563
11564         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11565
11566         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11567
11568         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11569         (pasteSelection): likewise
11570         * text2.C (CreateUndo): likewise
11571
11572 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11573
11574         * minibuffer.C (peek_event): temporarily reduce the functionality
11575         of the minibuffer (to allow args on lfuns)
11576
11577         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11578         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11579
11580         * buffer.C (readInset): add compability reading of old float
11581         lists, add reading of new style float list.
11582         (readInset): avoid reevaluation of inscmd.getCmdName()
11583         (getLists): reindent
11584
11585         * MenuBackend.C (MenuItem): implement parsing of
11586         md_floatlistinsert and md_floatinsert.
11587         (expand::LastFiles): move initalizaton of iterators out of loop,
11588         avoid reevaluation.
11589         (expand::Documents): introduce typdedef vector<string> Strings,
11590         and use it.
11591         (expand::ExportFormats): introduce typedef vector<Format const *>
11592         Formats, and use it.
11593         (expand): implement FloatListInsert and FloatInsert.
11594
11595         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11596         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11597         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11598
11599         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11600         handling.
11601         (Dispatch::LFUN_FLOAT_LIST): implement
11602
11603 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11604
11605         * LaTeX.C (run): Fix problem with --export code.
11606
11607 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11608
11609         * BufferView.[Ch] (workarea): removed.
11610         (getClipboard) new method; wrapper for workarea()->getClipboard()
11611
11612         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11613         bug.
11614
11615         * WorkArea.h (width, height, xpos, ypos): These methods all
11616         returned the dimensions of the work_area sub-area of WorkArea,
11617         resulting in a position error if the WorkArea were resized. Now
11618         return the dimensions of the entire WorkArea.
11619
11620         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11621
11622 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11623
11624         * LaTeX.C (deplog): correct the syntax of regex reg1
11625
11626 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11627
11628         * undo.C: remove !NEW_INSETS cruft
11629
11630 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11631
11632         * text2.C: remove !NEW_INSETS cruft
11633
11634         * text.C: remove !NEW_INSETS cruft
11635
11636         * tabular.C: remove !NEW_INSETS cruft
11637
11638         * spellchecker.C: remove !NEW_INSETS cruft
11639
11640         * lyxtext.h: remove !NEW_INSETS cruft
11641
11642         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11643
11644         * lyxfunc.C: remove !NEW_INSETS cruft
11645
11646         * lyxfind.C: remove !NEW_INSETS cruft
11647
11648         * lyx_cb.C: remove !NEW_INSETS cruft
11649
11650         * figureForm.C: remove  !NEW_INSETS cruft
11651
11652         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11653
11654         * buffer.[Ch]: remove !NEW_INSETS cruft
11655
11656         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11657
11658         * CutAndPaste.C: remove !NEW_INSETS cruft
11659
11660         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11661
11662         * BufferView2.C: remove !NEW_INSETS cruft
11663
11664         * BufferView.h: remove !NEW_INSETS cruft
11665
11666 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11667
11668         * Lsstream.h: include LString.h before the sstream headers to
11669         fix problem with gcc 2.95.3 and lyxstring
11670
11671 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11672
11673         * lyx_main.C: add using directives when needed for C functions
11674         declared in std:: namespace.
11675
11676 2001-04-27  Juergen Vigna  <jug@sad.it>
11677
11678         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11679         (SetHeightOfRow): comment out the update call should not be needed!
11680
11681 2001-04-13  Juergen Vigna  <jug@sad.it>
11682
11683         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11684         (LyXTabular): tried to minimize operator= operations (and realized
11685         hopfully Lars wish).
11686
11687 2001-04-27  Juergen Vigna  <jug@sad.it>
11688
11689         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11690
11691 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11692
11693         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11694
11695         * buffer.C (readInset): hack to make listof algorithm work
11696
11697         * BufferView_pimpl.C: hack to make listof algorithm work
11698
11699 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11700
11701         * LyXAction.C: removed all !NEW_INSETS cruft
11702         (init): moved lfun_item in method
11703
11704         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
11705
11706 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11707
11708         * BufferView2.C (theLockingInset): white space.
11709
11710 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11711
11712         * minibuffer.C: include <iostream>
11713
11714         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
11715
11716         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
11717
11718         * commandtags.h: add LFUN_TRANSPOSE_CHARS
11719
11720         * text.[Ch] (TransposeChars): new method
11721
11722 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11723
11724         * call message directly through LyXView instead of through LyXFunc
11725         * BufferView2.C: adjust
11726         * BufferView_pimpl.C: adjust
11727         * FontLoader.C: adjust
11728         * buffer.C: adjust
11729         * bufferview_funcs.C: adjust
11730         * converter.C: adjust
11731         * figureForm.C: adjust
11732         * importer.C: adjust
11733         * lyx_cb.C: adjust
11734         * lyx_gui_misc.C: adjust
11735         * lyxfunc.C: adjust
11736         * lyxvc.C: adjust
11737         * text2.C: adjust
11738         + more files in subdirs
11739
11740         * lyxparagraph.h (size): move up int file
11741         (GetLayout): ditto
11742
11743         * adjust all uses of Assert to lyx::Assert.
11744
11745         * BufferView2.C (ChangeCitationsIfUnique): adjust for
11746         lyxfunctional in namespace lyx
11747         * layout.C (hasLayout): ditto
11748         (GetLayout): ditto
11749         (GetLayout): ditto
11750         (delete_layout): ditto
11751         (NumberOfClass): ditto
11752         * converter.C (GetFormat): ditto
11753         (GetNumber): ditto
11754         (Add): ditto
11755         (Delete): ditto
11756         (SetViewer): ditto
11757         * bufferlist.C (getFileNames): ditto
11758         (emergencyWriteAll): ditto
11759         (exists): ditto
11760         (getBuffer): ditto
11761         * MenuBackend.C (hasSubmenu): ditto
11762         (hasMenu): ditto
11763         (getMenu): ditto
11764         * BufferView_pimpl.C (getInsetByCode): ditto
11765
11766 2001-04-18  Juergen Vigna  <jug@sad.it>
11767
11768         * vspace.C (asLatexString): fixed the 100% problem.
11769
11770 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11771
11772         * lyxfunc.C (Dispatch):
11773         * minibuffer.C:
11774         * minibuffer.h: add a few std:: qualifiers
11775
11776 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11777
11778         * minibuffer.[Ch]: reimplement so that commands is initiated and
11779         run from lyxfunc, simplified som handling, and made the completion
11780         and history code for complete. wip.
11781
11782         * lyxfunc.C (processKeySym): call message
11783         (miniDispatch): new temporary method
11784         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
11785         (LFUN_MESSAGE): implement
11786         (LFUN_MESSAGE_PUSH): implement
11787         (LFUN_MESSAGE_POP): implement
11788         (initMiniBuffer): the initial/defualt minibuffer message.
11789
11790         * lyxfont.[Ch]: inline some more getters
11791
11792         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
11793
11794         * lyx_gui_misc.[Ch] (WriteStatus): remove method
11795
11796         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
11797         (AutoSave): use LFUN_MESSAGE
11798         (Reconfigure): ditto
11799
11800         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
11801
11802         * figureForm.C: use LFUN_MESSAGE
11803
11804         * converter.C (runLaTeX): use LFUN_MESSAGE
11805
11806         * bufferview_funcs.C: use LFUN_MESSAGE
11807         (Melt): ditto
11808         (changeDepth): ditto
11809
11810         * bufferparams.h: use boost::
11811
11812         * bufferlist.h: inherit privately from noncopyable
11813
11814         * bufferlist.C (loadLyXFile): remove some commented code.
11815
11816         * buffer.C (runChktex): use LFUN_MESSAGE
11817
11818         * ShareContainer.h: inherit privately from noncopyable
11819
11820         * ParagraphParameters.[hC] (depth): inline it.
11821
11822         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
11823         methods.
11824         (message): new method
11825         (messagePush): ditto
11826         (messagePop): ditto
11827         (show): init minibuffer
11828         (showState): direct call
11829
11830         * LaTeX.[Ch]: inherit privately from noncopyable
11831         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
11832         instead of WriteStatus.
11833
11834         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
11835
11836         * BufferView_pimpl.C (buffer): don't init minibuffer
11837         (workAreaButtonPress): use LFUN_MESSAGE
11838         (workAreaButtonRelease): ditto
11839         (savePosition): ditto
11840         (restorePosition): ditto
11841         (MenuInsertLyXFile): ditto
11842         (workAreaExpose): don't init minibuffer
11843         (update): remove commented code, simplify
11844
11845         * BufferView2.C (openStuff): use LFUN_MESSAGE
11846         (toggleFloat): ditto
11847         (menuUndo): ditto
11848         (menuRedo): ditto
11849         (copyEnvironment): ditto
11850         (pasteEnvironment): ditto
11851         (copy): ditto
11852         (cut): ditto
11853         (paste): ditto
11854         (gotoInset): ditto
11855         (updateInset): remove some commented code
11856
11857         * lastfiles.h: inherit privately from noncopyable
11858         * layout.h: ditto
11859         * lyx_gui.h: ditto
11860         * lyx_main.h: ditto
11861         * lyxlex.h: ditto
11862         * lyxlex_pimpl.h: ditto
11863
11864         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
11865         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
11866         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11867
11868         * LyXAction.h: inherit privately from noncopyable, add methods
11869         func_begin, func_end, returning iterators to the func map.
11870
11871         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
11872         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11873         (func_begin): new method
11874         (func_end): new method
11875
11876         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
11877         and not)
11878         (copySelection): ditto
11879         (pasteSelection): ditto
11880
11881         * BufferView.C: whitespace change
11882         * BufferView.h: inherit privately from noncopyable
11883
11884 2001-04-16  Allan Rae  <rae@lyx.org>
11885
11886         * tabular-old.C (l_getline):
11887         * spellchecker.C (sc_check_word):
11888         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
11889         an unrecognised preprocessor directive.  So ensure they're wrapped.
11890
11891 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
11892
11893         * src/exporter.C (Export): Give an error message when path to file
11894         contains spaces.
11895
11896 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
11897
11898         * LaTeX.C (deplog): Always check that foundfile exists.
11899
11900 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11901
11902         * lyx_main.h:
11903         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
11904
11905 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11906
11907         * tabular.[Ch] (getLabelList): implement new method
11908
11909         * minibuffer.h: comment ouf setTiimer
11910
11911         * minibuffer.C (ExecutingCB): constify res
11912         (peek_event): constify s
11913         (Set): constify ntext
11914         (Init): constify nicename
11915
11916         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
11917
11918         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
11919         (savePosition): use two params to Minibuffer::Set
11920         (restorePosition): ditto
11921
11922 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11923
11924         * lyx_main.C: include language.h
11925
11926         * Makefile.am (lyx_main.o): add language.h
11927
11928 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11929
11930         * exporter.C:
11931         * paragraph.C:
11932         * screen.C:
11933         * tabular.C:
11934         * CutAndPaste.C: include gettext.h
11935
11936         * lyxfont.h: remove old hack with ON and OFF.
11937
11938         * lyxparagraph.h:
11939         * lyxfont.h: do not include language.h...
11940
11941         * BufferView2.C:
11942         * LaTeXFeatures.C:
11943         * Painter.C:
11944         * bufferview_funcs.C:
11945         * font.C:
11946         * lyxfont.C:
11947         * text.C:
11948         * text2.C:
11949         * trans_mgr.C:
11950         * paragraph.C: ... but do it here instead
11951
11952 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11953
11954         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
11955
11956         * tabular.C: small reformat
11957
11958         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
11959         NEW_INSETS version
11960         (GetChar): ditto
11961         (BreakParagraph): ditto
11962         (SetOnlyLayout): ditto
11963         (SetLayout): ditto
11964
11965         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
11966         with one arg less.
11967
11968         * lastfiles.C: removed most using decl, add std:: where needed
11969
11970         * buffer.C: ws changes
11971
11972         * MenuBackend.C (class compare_format): put into anon namespace
11973         (expand): constify label, names, action, action2
11974         (expand):
11975
11976         * text.C (SingleWidth): constify font
11977         (IsBoundary): constify rtl2
11978         (GetVisibleRow): constify ww
11979
11980         * LaTeX.C (deplog): constify logfile
11981
11982         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
11983         start_x, end_x
11984         (workAreaExpose): constify widthChange, heightChange
11985
11986         * lyxrow.C (par): moved
11987         (height): moved
11988         (next): moved
11989         * lyxrow.h: as inlines here
11990
11991         * lyxfont.h (shape): moved from lyxfont.C
11992         (emph): moved from lyxfont.C
11993
11994         * lyxfont.C (LyXFont): use initialization list for all
11995         constructors
11996         (shape): move to lyxfont.h as inline
11997         (emph): move to lyxfont.h as inline
11998
11999
12000 2001-04-04  Juergen Vigna  <jug@sad.it>
12001
12002         * vspace.C: had to include stdio.h for use of sscanf
12003
12004 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12005
12006         * BufferView.h:
12007         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12008         independent of xforms.
12009
12010 2001-04-02  Juergen Vigna  <jug@sad.it>
12011
12012         * spellchecker.C: fixed namespace placing!
12013
12014 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12015
12016         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12017         the LyXParagraph * is 0.
12018
12019 2001-03-29  Juergen Vigna  <jug@sad.it>
12020
12021         * vspace.C: added support for %, c%, p%, l%.
12022         (stringFromUnit): added helper function.
12023         (asLatexString): changed to give right results for the %-values.
12024
12025         * buffer.C: convert the widthp in a width%.
12026
12027 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12028
12029         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12030         figureForm.[Ch].
12031
12032         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12033         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12034
12035         * lyx_cb.[Ch]: see above.
12036
12037         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12038         form1.[Ch].
12039
12040         * form1.[Ch]:
12041         * lyx.[Ch]: replaced by figure_form.[Ch].
12042
12043         * lyx_gui.C:
12044         * lyx_gui_misc.C:
12045         * lyxfunc.C: changed headers associated with above changes.
12046
12047 2001-03-27  Juergen Vigna  <jug@sad.it>
12048
12049         * BufferView_pimpl.C: set the temporary cursor right!
12050
12051 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12052
12053         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12054
12055 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12056
12057         * LString.h: removed "using std::getline"!
12058
12059         * BufferView_pimpl.C (Dispatch): changes due to changes in
12060         InsetInclude::Params.
12061
12062         * buffer.C (tag_name): removed redundant break statements as they were
12063         producing lots of warnings with my compiler.
12064
12065 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12066
12067         * LString.h: add "using std::getline" when using the real <string>.
12068
12069 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12070
12071         * buffer.C: removed bitset usage.
12072         PAR_TAG moved to an anonymous name space.
12073         (tag_name): new funtion, also in the anonymous namespace.
12074         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12075         (makeDocBookFile): clean code. Completed transition from string arrays
12076         to string vectors.
12077         (SimpleDocBookOnePar): code clean.
12078
12079 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12080
12081         * tabular.C: add some comments.
12082
12083 2001-03-22  Juergen Vigna  <jug@sad.it>
12084
12085         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12086         compatibility read a bit and fixed bug with minipage in different
12087         depth.
12088
12089 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12090
12091         * buffer.C (pop_tag): removed.
12092         (push_tag): removed.
12093         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12094         array replaced with vector. Added support for CDATA sections.
12095         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12096         at any nest level.
12097         (makeDocBookFile): XML conformant declaration of CDATA section,
12098         fixed bug related to <emphasis> in the first paragraph char.
12099         (sgmlOpenTag): exclude empty tags.
12100         (sgmlCloseTag): ditto.
12101
12102         * buffer.h (pop_tag): removed.
12103         (push_tag): removed.
12104
12105 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12106
12107         * language.h (Languages): added size_type and size().
12108
12109 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12110
12111         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12112         response on compability reading of minipages. One probliem is that
12113         the old usage of minipages was «flertydig»
12114
12115         * several files here and in subdirs: don't use static at file
12116         scope use anon namespaces instead.
12117
12118 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12119
12120         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12121         LaTeX output. This is necessary for Literate document
12122         processing.
12123
12124 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12125
12126         * buffer.C: insert hfill when needed.
12127
12128         * tabular.C (l_getline): use string::erase, small whitespace change.
12129
12130         * BufferView_pimpl.C: try the anon namespace.
12131         * WorkArea.C: ditto
12132
12133 2001-03-16  Juergen Vigna  <jug@sad.it>
12134
12135         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12136         otherwise it won't open options-dialogs.
12137
12138         * buffer.C: honor pextraWidth(p) on converting minipages.
12139
12140         * tabular.C (l_getline): changed the functions to strip trailing \r.
12141
12142 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12143
12144         * BufferView_pimpl.C:
12145         * minibuffer..C: added "using SigC::slot" declaration.
12146
12147 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12148
12149         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12150
12151         * text2.C: ditto
12152
12153         * text.C: ditto
12154
12155         * paragraph.C: ditto
12156
12157         * lyxtext.h: NO_PEXTRA
12158
12159         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12160
12161         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12162         * ParameterStruct.h: ditto
12163         * ParagraphParameters.h: ditto
12164         * lyxparagraph.h: ditto
12165
12166 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12167
12168         * buffer.C: add compability for minipage alignment.
12169         (latexParagraphs): remove unwanted pextra check.
12170
12171         * several files: remove CXX_WORKING_NAMESPACES
12172
12173         * buffer.C (pop_tag): tie is in namespace boost
12174
12175         * BufferView.h: noncopyable is in namespace boost
12176         * lyxlex.h: ditto
12177         * lyx_main.h: ditto
12178         * lyx_gui.h: ditto
12179         * layout.h: ditto
12180         * lastfiles.h: ditto
12181         * bufferlist.h: ditto
12182         * ShareContainer.h: ditto
12183         * LyXView.h: ditto
12184         * LyXAction.h: ditto
12185         * LaTeX.h: ditto
12186
12187 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12188
12189         * Merging changes from BRANCH_MVC back into HEAD.
12190
12191         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12192
12193 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12194
12195         * BufferView_pimpl.C: change from intl.C
12196
12197         * combox.h:
12198         * combox.C:
12199         * Makefile.am: move combox.*
12200
12201         * form1.h:
12202         * form1.C:
12203         * lyx_gui.C:
12204         * intl.h:
12205         * intl.C: remove dialog (covered by prefs)
12206
12207 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12208
12209         * lyxfunc.C (Dispatch): removed redundant break statement.
12210
12211 2001-03-14  Juergen Vigna  <jug@sad.it>
12212
12213         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12214
12215 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12216
12217         * buffer.C: add hack to fix compability reading of minipages.
12218
12219 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12220
12221         * buffer.C (getLists): Cleanup.
12222
12223 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12224
12225         * lyxfont.C (update): don't honor toggleall on font size.
12226
12227 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12228
12229         * bmtable.c:
12230         * bmtable.h:
12231         * Makefile.am: moved to frontends/xforms/
12232
12233         * lyx_gui_misc.C:
12234         * lyxfunc.C:
12235         * BufferView_pimpl.C: changes for moved mathpanel
12236
12237 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12238
12239         * gettext.h: fix gettext_init() in --disable-nls
12240
12241 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12242
12243         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12244
12245 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12246
12247         * lyx.C:
12248         * lyx.h: strip external form
12249
12250 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12251
12252         * BufferView_pimpl.C: add comment, destroySplash()
12253
12254 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12255
12256         * BufferView_pimpl.C:
12257         * LyXAction.C:
12258         * buffer.C:
12259         * commandtags.h:
12260         * lyxfunc.C: use re-worked insetinclude
12261
12262 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12263
12264         * buffer.C: add using std::stringstream.
12265
12266         * lyx_cb.C: readd using std::ios.
12267
12268         * buffer.C: add using std::map.
12269
12270         * BufferView_pimpl.C: add using std::vector.
12271
12272         * ShareContainer.h: add std:: to swap.
12273
12274         * buffer.h: add some typedefs
12275         * buffer.C (getLists): use them
12276         (getLists): renamed from getTocList.
12277         add a counter for the different float types and use it in the
12278         generated string.
12279         (getLists): use the same counter for the NEW_INSETS and the "non"
12280         NEW_INSETS
12281
12282         * lyx_cb.h: remove unused items, includes, using etc.
12283
12284         * ShareContainer.h: remove some commented code, add more comments
12285         and "documentation".
12286
12287 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12288
12289         * buffer.C (getTocList): make the list also when NEW_INSETS is
12290         defined.
12291
12292         * buffer.h: remove TocType
12293
12294         * buffer.C (getTocList): change to return a map<string,
12295         vector<TocItem> >, implement for dynamic number of list.
12296
12297         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12298         * text2.C (PasteSelection): adjust
12299         * CutAndPaste.C (pasteSelection): adjust
12300
12301         * FloatList.C (FloatList): update from the new_insets branch.
12302         * Floating.[Ch]: ditto
12303         * LaTeXFeatures.C: ditto
12304         * buffer.C: ditto
12305         * lyxlex_pimpl.C: ditto
12306
12307         * paragraph.C (Last): remove when NEW_INSETS is defined.
12308
12309         * other file: changes because of the above.
12310
12311 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12312
12313         * lyxparagraph.h: rename next to next_, previous to previous_,
12314         make them private for NEW_INSETS. Rename Next() to next(),
12315         Previous() to previous().
12316
12317         * other files: changes because of the above.
12318
12319 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12320
12321         * BufferView.h:
12322         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12323         problem.
12324
12325 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12326
12327         * main.C (main): pass lyx_localedir to gettext_init().
12328
12329         * gettext.h: remove locale_init and gettext_init macros
12330
12331         * gettext.C (locale_init): new function
12332         (gettext_init): new function
12333
12334         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12335         setlocale().
12336
12337 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12338
12339         * Moved credits to frontends:
12340         * credits.[Ch]: removed
12341         * credits_form.[Ch]: removed
12342         * lyx_gui_misc.C: remove credits stuff
12343         * Makefile.am:
12344
12345 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12346
12347         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12348
12349         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12350         unneeded destructor.
12351
12352         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12353         a standalone pointer again.
12354
12355         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12356
12357 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12358
12359         * Makefile.am:
12360         * filedlg.h:
12361         * filedlg.C:
12362         * LyXAction.C:
12363         * ToolbarDefaults.C:
12364         * bufferlist.C:
12365         * commandtags.h:
12366         * form1.C:
12367         * form1.h:
12368         * lyx_cb.C:
12369         * lyx_cb.h:
12370         * lyxfunc.h:
12371         * lyxfunc.C:
12372         * BufferView_pimpl.C: use new file dialog in GUII
12373
12374         * lyx_cb.h:
12375         * lyx_cb.C: remove LayoutsCB to Toolbar
12376
12377 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12378
12379         * ShareContainer.h (get): add std:: qualifier
12380
12381 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12382
12383         * ShareContainer.h: define a proper ShareContainer::value_type
12384         type (and use typename to please compaq cxx)
12385
12386 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12387
12388         * lyxparagraph.h: move serveral local vars to
12389         ParameterStruct/ParagraphParameters., use ShareContainer in
12390         FontTable., make vars in FontTable private and add getter and
12391         setter.
12392
12393         * paragraph.C: changes because of the above.
12394
12395         * lyxfont.h: remove copy constructor and copy assignment. (the
12396         default ones is ok), move number inside FontBits. move inlines to
12397         lyxfont.C
12398
12399         * lyxfont.C: add number to initializaton of statics, move several
12400         inlines here. constify several local vars. some whitespace
12401         cleanup. Dont hide outerscope variables.
12402
12403         * Spacing.h: add two new constructors to match the set methods.
12404
12405         * ShareContainer.h: new file, will perhaps be moved to support
12406
12407         * ParameterStruct.h: new file
12408
12409         * ParagraphParameters.h: new file
12410
12411         * ParagraphParameters.C: new file
12412
12413         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12414         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12415
12416         * BufferView_pimpl.C: ParagraphParameter changes.
12417         * buffer.C: Likewise.
12418         * bufferview_funcs.C: Likewise.
12419         * text.C: Likewise.
12420         * text2.C: Likewise.
12421
12422 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12423
12424         * lyxfind.C (LyXReplace): do not redefine default argument in
12425         implementation.
12426         (IsStringInText): ditto
12427         (SearchForward): ditto
12428         (SearchBackward): ditto
12429
12430 2001-03-06  Juergen Vigna  <jug@sad.it>
12431
12432         * lyxfind.C (IsStringInText): put parentes around expressions.
12433
12434 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12435
12436         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12437
12438 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12439
12440         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12441
12442         * stl_string_fwd.h: add comment
12443
12444         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12445
12446         * tabular.h:
12447         * tabular.C: remove unused DocBook methods
12448
12449         * intl.C:
12450         * language.C:
12451         * paragraph.C:
12452         * buffer.C:
12453         killed DO_USE_DEFAULT_LANGUAGE
12454
12455 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12456
12457         * lyx_gui.C: do not include language.h.
12458
12459         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12460         arguments in function implementation.
12461
12462 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12463
12464         * BufferView_pimpl.C: add <ctime>
12465
12466 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12467
12468         * BufferView_pimpl.C: add using std::find_if
12469
12470 2001-02-27  José Matos  <jamatos@fep.up.pt>
12471
12472         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12473         by OnlyPath.
12474
12475 2001-02-11  José Matos  <jamatos@fep.up.pt>
12476
12477         * buffer.C (makeDocBookFile): command styles now have a parameter as
12478         "title" by default.
12479
12480 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12481
12482         * layout_forms.[Ch]: removed
12483         * lyx_cb.[Ch]: out character
12484         * lyx_gui.C: out character
12485         * lyx_gui_misc.C: out character
12486         * bufferview_funcs.C: : out character,
12487         added toggleall as parameter in ToggleAndShow
12488
12489 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12490
12491         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12492
12493         * text2.C (SetCurrentFont): Disable number property at boundary.
12494
12495 2001-02-26  Juergen Vigna  <jug@sad.it>
12496
12497         * lyxfunc.C (getStatus): added a string argument override function so
12498         that this is correctly called from LyXFunc::Dispatch if it contains a
12499         do_not_use_argument which is used!
12500         (Dispatch): added check for "custom" export and call appropriate func.
12501
12502 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12503
12504         * lyxrc.C: Add language_command_local, language_use_babel and
12505         language_global_options.
12506
12507         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12508
12509         * buffer.C (makeLaTeXFile): Use language_use_babel and
12510         language_global_options.
12511
12512 2001-02-23  Juergen Vigna  <jug@sad.it>
12513
12514         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12515         which works with LyXText and putted it inside BufferView. Here now we
12516         only call for that part the BufferView::Dispatch() function.
12517
12518         * BufferView.C (Dispatch): added.
12519
12520         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12521         functions which needs to use a LyXText over from LyXFunc.
12522         (MenuInsertLyXFile): added
12523         (getInsetByCode): added
12524         (moveCursorUpdate): added
12525         (static TEXT): added
12526
12527 2001-02-22  Juergen Vigna  <jug@sad.it>
12528
12529         * BufferView_pimpl.C (update): call a status update to see if LyXText
12530         needs it.
12531
12532 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12533
12534         * vc-backend.C (revert): implement for CVS
12535         (getLog): implement for CVS
12536
12537 2001-02-20  Juergen Vigna  <jug@sad.it>
12538
12539         * text2.C (ClearSelection): added BufferView param for inset_owner call
12540
12541         * lyxfunc.C (TEXT): added this function and use it instead of
12542         directly owner->view()-text of getLyXText().
12543
12544 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12545
12546         * src/layout_forms.C: out preamble
12547         * src/layout_forms.h: out preamble
12548         * src/lyx_cb.C: out preamble
12549         * src/lyx_cb.h: out preamble
12550         * src/lyx_gui.C: out preamble
12551         * src/lyx_gui_misc.C: out preamble
12552         * src/lyxfunc.C: connect with guii preamble
12553
12554 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12555
12556         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12557
12558 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12559
12560         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12561         whether to run bibtex.
12562
12563 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12564
12565         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12566
12567 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12568
12569         * Makefile.am (lyx_SOURCES): removed bibforms.h
12570
12571         * vspace.h: doxygen
12572
12573         * text.C (GetVisibleRow): make several local vars const
12574
12575         * tabular.C: small cleanup.
12576
12577         * lyxserver.C (callback): use compare instead of strncmp
12578
12579         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12580         inlines to after class or to paragraph.C
12581
12582         * lyxfont.h: remove friend operator!=
12583
12584         * converter.h: move friend bool operator< to non friend and after
12585         class def.
12586
12587         * combox.h: small cleanup
12588
12589         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12590         to inlines after class def.
12591
12592         * buffer.C (pop_tag): use string operations instead of strcmp
12593
12594         * bmtable.c: doxygen, small cleanup
12595
12596         * LaTeX.h: remove friend operator==
12597
12598 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12599
12600         * screen.C:
12601         * lyxrc.[Ch]:
12602         * lyxfunc.C:
12603         * lyxfont.[Ch]:
12604         * lyx_cb.C:
12605         * intl.[Ch]:
12606         * commandtags.h:
12607         * buffer.C:
12608         * WorkArea.[Ch]:
12609         * LyXAction.C:
12610         * BufferView_pimpl.C:
12611         * BufferView.[Ch]: remove cruft
12612
12613 2001-02-14  Juergen Vigna  <jug@sad.it>
12614
12615         * lyxfunc.C: removed #if 0 unused code
12616
12617         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12618
12619         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12620
12621         * text2.C (SetSelection): added a BufferView * parameter
12622
12623 2001-02-13  Juergen Vigna  <jug@sad.it>
12624
12625         * lyxfunc.C (Dispatch): fixed protected blank problem.
12626         * BufferView2.C (protectedBlank): added LyxText * parameter.
12627
12628         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12629         (AppendColumn): same as above for column_info.
12630
12631         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12632         (moveCursorUpdate): use a LyXText param for support of InsetText.
12633
12634         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12635         (tripleClick): ditto
12636
12637         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12638
12639         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12640
12641         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12642
12643         * text2.C (SetSelection): set correct update status if inset_owner
12644         (ToggleFree): ditto
12645
12646 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12647
12648         * tabular.C: remove some commented code.
12649
12650 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12651
12652         * BufferView_pimpl.C: call hideSplash()
12653
12654         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12655
12656         * include_form.h:
12657         * bibforms.h: remove
12658
12659         * lyxfunc.C:
12660         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12661           add LFUN_CHILD_CREATE
12662
12663         * counters.h: fix tiny typo
12664
12665         * lyx_cb.C:
12666         * lyx.h:
12667         * lyx_gui.C:
12668         * lyx.C: move splash to frontends/xforms/
12669
12670         * lyx_gui_misc.C: move Include and Bibform to frontends
12671
12672         * lyxvc.h: clarify comment
12673
12674         * vspace.C: tiny housekeeping
12675
12676 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12677
12678         * text.C (PrepareToPrint): RTL Fix.
12679
12680         * paragraph.C (GetUChar): New method.
12681         (String):  Use GetUChar.
12682
12683         * buffer.C (asciiParagraph): Use GetUChar.
12684
12685 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12686
12687         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12688
12689 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12690
12691         * buffer.h:
12692         * buffer.C: rename to getLogName(), handle
12693           build log / latex log nicely
12694
12695 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12696
12697         * MenuBackend.C:
12698         * MenuBackend.h: remove support for reference menuitem type.
12699
12700 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12701
12702         * BufferView_pimpl.C: housekeeping
12703         * BufferView_pimpl.h:
12704         * LyXView.h:
12705         * Makefile.am:
12706         * Timeout.C:
12707         * Timeout.h:
12708         * minibuffer.h: move Timeout GUI-I
12709
12710 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
12711
12712         * lyxrc.C (read): Update converters data-structures.
12713
12714 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12715
12716         * LaTeX.h (operator!=): add operator != for Aux_Info
12717
12718 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
12719
12720         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12721
12722         * LaTeXLog.C: deleted, useful code moved to Buffer
12723
12724         * buffer.h:
12725         * buffer.C: new function getLatexLogName()
12726
12727         * lyx_gui_misc.C:
12728         * lyx_gui.C:
12729         * lyxvc.C:
12730         * lyxvc.h:
12731         * lyxfunc.C: use frontends for LaTeX and VC logs
12732
12733 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12734
12735         * LaTeX.h: yet another std:: that Allan forgot.
12736
12737         * Variables.C (set): renamed from isset(), because this clashes
12738         with some HP-UX macros (grr).
12739
12740 2001-02-06  Allan Rae  <rae@lyx.org>
12741
12742         * LaTeX.h: Another bug fix.  Missing std:: this time.
12743
12744 2001-02-04  Allan Rae  <rae@lyx.org>
12745
12746         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
12747         floats problem. I've left it commented out because it's not quite
12748         correct.  It should also test that the current object is a table or
12749         figure inset.  But I haven't gotten around to figuring out how to do
12750         that.  I *think* it'll be something like: "table" == inset.type()
12751
12752         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
12753         bool.
12754
12755 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
12756
12757         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
12758         all the citation/databases/styles in the auxilary file.
12759         (run): Rerun latex if there was a babel language error.
12760
12761 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
12762
12763         * text.C (Backspace): Preserve the font when changing newline char
12764         with a space.
12765         (BreakParagraph): If the cursor is before a space, delete the space.
12766
12767         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
12768
12769 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
12770
12771         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
12772         new argument (code).
12773         (ChangeCitationsIfUnique): New method.
12774
12775         * paragraph.C (GetPositionOfInset): Handle bibkey.
12776
12777 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12778
12779         * BufferView_pimpl.h: change type of Position::par_pos to
12780         LyXParagraph::size_type.
12781
12782 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
12783
12784         * BufferView_pimpl.C (savePosition, restorePosition): Write
12785         messages to minibuffer.
12786
12787 2001-01-28  José Matos  <jamatos@fep.up.pt>
12788
12789         * buffer.C (makeDocBookFile): adds support for document language.
12790         A silly restriction on the name of LatexCommand types where removed.
12791         Added support for CDATA sections, allows to chars unescaped, used
12792         among others in code, to avoid escape < and >.
12793
12794 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12795
12796         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
12797         saved positions instrad of a stack. Furthermore, a position is
12798         stored using paragraph id/paragraph position.
12799
12800         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
12801         Remove LFUN_REF_BACK.
12802
12803 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12804
12805         * converter.C (dvipdfm_options): New method.
12806
12807 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12808
12809         * vspace.C (isValidLength): Fix for empty input string.
12810
12811 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12812
12813         * LyXAction.C (init): change description of LFUN_FIGURE to
12814         "Insert Graphics"
12815
12816 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12817
12818         * LaTeX.C: add using directive
12819
12820 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12821
12822         * MenuBackend.C (expand): Fix the sorting of the formats.
12823
12824 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
12825
12826         * lyx_main.C: tiny error message fix
12827
12828 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12829
12830         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
12831         calling fl_initialize(). This fixes the problem with ',' as
12832         decimal separator in text files.
12833
12834 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12835
12836         * trans.C (process): Fix the keymap bug.
12837
12838 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
12839
12840         * LaTeX.C (scanAuxFiles): New method. Provides support for
12841         multiple bibliographies (when using the bibtopic/bibunits pacakges).
12842         (scanLogFile) Scan for "run BibTeX" messages.
12843
12844         * buffer.C (makeLaTeXFile): Do not load the ae package when using
12845         OT1 font encoding. Also, load the aecompl package if the ae
12846         package is loaded.
12847
12848         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
12849
12850 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12851
12852         * texrow.C (increasePos): turn two error messages into debug
12853         messages.
12854
12855 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
12856
12857         * LaTeX.C (scanAux): Handle the \@input macro.
12858         (runBibTeX): Use scanAux().
12859
12860         * language.C (latex_options_): New field.
12861
12862         * LaTeXFeatures.C (getMacros): Add language macros.
12863
12864         * buffer.C (makeLaTeXFile): Small fix.
12865
12866 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12867
12868         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
12869
12870         * text2.C: add a using directive.
12871
12872 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
12873
12874         * BufferView2.C:
12875         * lyx_gui_misc.h:
12876         * lyxfr1.C:
12877         * lyxfunc.C: kill LyXBell.
12878
12879 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
12880
12881         * text.C (IsBoundary): Remove the error message
12882
12883         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
12884
12885         * lyxrc.C (setDefaults): Correct initialization value for
12886         font_norm_type.
12887
12888 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
12889
12890         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
12891         gotoError().
12892
12893         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
12894         and GotoNextNote().
12895
12896         * src/LyXAction.C: Added reference-next.
12897
12898         * text.C (InsertChar): Use contains instead of strchr.
12899
12900         * lyx_cb.C (MenuInsertLabel): Enable default value code.
12901
12902 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
12903
12904         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
12905         alignment commands (when needed).
12906
12907         * text.C (InsertChar): Add ':' to number separator chars.