]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Add a buffer() member function to LaTeXFeatures. Not used yet.
[lyx.git] / src / ChangeLog
1 2003-09-18  Angus Leeming  <leeming@lyx.org>
2
3         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member variables.
4         (ctor): pass and store a 'Buffer const &'
5         (buffer): new member function.
6
7         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass '*this' to
8         the LaTeXFeatures ctor.
9
10 2003-09-18  Angus Leeming  <leeming@lyx.org>
11         
12         * LColor.h:
13         * lyxfont.C:
14         * lyxfont.h:
15         * lyxtext.h:
16         * text.C: rename EnumLColor as LColor_color.
17
18 2003-09-18  Angus Leeming  <leeming@lyx.org>
19
20         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to remove
21         #include "insets/insetbase.h" from cursor.h.
22
23 2003-09-18  Angus Leeming  <leeming@lyx.org>
24
25         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
26         InsetOld_code to remove #include "inset.h".
27
28         * iterators.C: add #include "insets/inset.h"
29
30 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
31
32         * BufferView.C: remove more locking stuff that apparently doesn't
33         do anything sensible.
34
35 2003-09-16  André Pönitz  <poenitz@gmx.net>
36
37         * paragraph.[Ch]:
38         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
39           performance boost.
40
41 2003-09-16  Angus Leeming  <leeming@lyx.org>
42
43         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
44
45         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
46         arg/return type.
47
48         * paragraph.h: remove #include "lyxfont.h". Forward declare LyXFont_size.
49
50 2003-09-16  Angus Leeming  <leeming@lyx.org>
51
52         * paragraph.C (IsInsetChar): new function in namespace anon, moved out of
53         support/textutils.h.
54         (isWord): move the contents of support/textutils.h's IsWordChar here.
55
56         * buffer.C:
57         * lyxfind.C:
58         * rowpainter.C:
59         * text.C:
60         * text2.C: add #include "paragraph.h".
61
62         * rowpainter.C:
63         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
64
65 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
66
67         * main.C: 
68         * lyx_main.C: 
69         * lyx_cb.C: 
70         * buffer.C: 
71         * LaTeX.C: use namespace alias for lyx::support::os
72
73 2003-09-16  Angus Leeming  <leeming@lyx.org>
74
75         * bufferparams.C:
76         * bufferview_funcs.C:
77         * factory.C:
78         * lyxfunc.C:
79         * paragraph_pimpl.C:
80         * rowpainter.C:
81         * text.C: add #include "LColor.h".
82
83 2003-09-16  Angus Leeming  <leeming@lyx.org>
84
85         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph, setUnderbar,
86         setNoun, setNumber, setColor, setLanguage): no longer return LyXFont &.
87         Store the FontBits::color variable as an int rather than as an LColor::color
88         so that we can move LColor.h out of the lyxfont.h header file.
89
90         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
91         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot string
92         calls together.
93
94         * lyxrc.C: add #include "LColor.h".
95
96 2003-09-15  Angus Leeming  <leeming@lyx.org>
97
98         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as a cow_ptr.
99
100 2003-09-15  Angus Leeming  <leeming@lyx.org>
101
102         * LColor.h: add an EnumLColor wrapper for LColor::color.
103
104         * lyxfont.[Ch] (color, setColor, realColor):
105         * lyxtext.h, text.C (backgroundColor):
106         pass EnumLColor args to/from the functions, rather than LColor::color ones.
107
108         * lyxfont.h:
109         * lyxtext.h: forward declare EnumLColor.
110
111         * lyx_main.C: add #include "LColor.h".
112
113 2003-09-15  Angus Leeming  <leeming@lyx.org>
114
115         * .cvsignore: add lyx-gtk.
116
117 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
118
119         * Chktex.C
120         * LaTeX.C
121         * LaTeXFeatures.C
122         * ParagraphParameters.C
123         * Spacing.C
124         * buffer.C
125         * bufferparams.C
126         * bufferview_funcs.C
127         * chset.C
128         * counters.C
129         * funcrequest.C
130         * lyxfont.C
131         * lyxgluelength.C
132         * lyxlength.C
133         * paragraph.C
134         * paragraph_funcs.C
135         * text3.C
136         * vc-backend.C: remove usage of STRCONV
137
138 2003-09-15  Angus Leeming  <leeming@lyx.org>
139
140         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
141         explicitly define the color passed to the painter.
142
143 2003-09-15  Angus Leeming  <leeming@lyx.org>
144
145         * bufferparams.C (BufferParams): reorder member initializers to avoid
146         compiler warning.
147
148 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
149
150         * CutAndPaste.C (pasteSelection): remove an outdated #warning
151         * text.C (updateRowPositions): remove an unusual nop
152
153 2003-09-12  André Pönitz  <poenitz@gmx.net>
154
155         * BufferView_pimpl.C:
156         * Bullet.C:
157         * layout.h:
158         * lyxfunc.C:
159         * lyxlayout.[Ch]:
160         * lyxtextclass.C:
161         * rowpainter.C:
162         * text.C:
163         * text2.C:
164         * Counters.[Ch]: finish the 'automatic counters' job
165
166 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
167
168         * aspell.C: include <boost/assert.cpp> (compile fix)
169
170 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
171
172         * boost.C (assertion_failed): use lyx::support::abort instead of
173         assert.
174
175 2003-09-10  Angus Leeming  <leeming@lyx.org>
176
177         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h with their
178         _fwd progeny.
179
180 2003-09-09  Angus Leeming  <leeming@lyx.org>
181
182         134 files throughtout the source tree: replace 'using namespace abc;'
183         directives with the appropriate 'using abc::xyz;' declarations.
184
185 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
186
187         * boost.C (emergencyCleanup): moved here from LAssert.c
188         (assertion_failed): new function, called by BOOST_ASSERT
189
190         * several files: change Assert to BOOST_ASSERT
191
192 2003-09-09  Angus Leeming  <leeming@lyx.org>
193
194         * buffer.[Ch]: Add an Impl class and move Buffer's member
195         variables into it. As a result move several header files out of
196         buffer.h.
197
198         Add header files to lots of .C files all over the tree as a result.
199
200 2003-09-09  Angus Leeming  <leeming@lyx.org>
201
202         * buffer.[Ch]: make Buffer's member variables private. Add
203         accessor functions.
204
205         Lots of changes all over the tree as a result.
206
207 2003-09-08  Angus Leeming  <leeming@lyx.org>
208
209         * graph.C: #include <config.h>.
210
211 2003-09-08  Angus Leeming  <leeming@lyx.org>
212
213         * BranchList.C:
214         * BufferView.C:
215         * BufferView_pimpl.C:
216         * CutAndPaste.C:
217         * DepTable.C:
218         * LaTeX.C:
219         * LaTeXFeatures.C:
220         * LyXAction.C:
221         * MenuBackend.C:
222         * TextCache.C:
223         * aspell.C:
224         * buffer.C:
225         * bufferlist.C:
226         * changes.C:
227         * chset.C:
228         * converter.C:
229         * counters.C:
230         * debug.C:
231         * graph.C:
232         * ispell.C:
233         * lyx_cb.C:
234         * lyxfind.C:
235         * lyxfunc.C:
236         * lyxlex_pimpl.C:
237         * lyxrc.C:
238         * lyxrow.C:
239         * paragraph.C:
240         * rowpainter.C:
241         * texrow.C:
242         * text.C:
243         * text2.C:
244         * toc.C: remove redundant using directives.
245
246 2003-09-07  Angus Leeming  <leeming@lyx.org>
247
248         * LaTeXFeatures.h: remove #include "support/types.h".
249         * ToolbarBackend.h: remove #include <algorithm>.
250         * changes.h: remove #include <ctime>.
251         * debug.h: remove #include <iosfwd>.
252         * graph.h: remove #include "support/std_string.h".
253         * lyx_main.h: remove #include <csignal>.
254         * lyxlex_pimpl.h: remove #include <fstream>.
255         * sgml.h: remove #include <algorithm>, <utility>.
256         * toc.h: remove #include "support/std_ostream.h". Add #include <iosfwd>.
257
258 2003-09-07  Angus Leeming  <leeming@lyx.org>
259
260         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
261
262         * converter.h: forward declare LatexRunParams.
263         * encoding.h: remove #include "lyxrc.h".
264         * lyxtext.h: remove #include "LColor.h".
265         * lyxtextclass.h: remove #include "support/types.h".
266         * trans.h: remove #include "tex-accent.h".
267         * trans_mgr.h: remove #include "tex-accent.h".
268         * insets/inset.h: remove #include "support/types.h", <vector>.
269         * insets/insetcollapsable.h: remove #include "LColor.h".
270         * insets/insetinclude.h: remove #include "dimension.h".
271         * insets/insetlatexaccent.h: remove #include "dimension.h".
272         * insets/insetoptarg.h:: remove #include "insettext.h".
273         * insets/insettext.h: remove #include "dimension.h", <boost/shared_ptr.hpp>
274
275         * insets/renderers.h: add #include "dimension.h".
276         * insets/updatableinset.h: add #include "support/types.h".
277
278         * many .C files: Associated changes.
279
280 2003-09-06  Angus Leeming  <leeming@lyx.org>
281
282         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just one,
283         inside testInvariant.
284
285         * PrinterParams.C: new file.
286         * PrinterParams.[Ch]: move the function bodies out of line.
287
288 2003-09-06  Angus Leeming  <leeming@lyx.org>
289
290         * ParagraphParameters.h: forward declare ParameterStruct rather than
291         including its header file.
292         (depth): moved out-of-line.
293
294 2003-09-06  Angus Leeming  <leeming@lyx.org>
295
296         * BufferView_pimpl.h:
297         * kbmap.h:
298         * kbsequence.h:
299         * lyxfunc.h: forward declare LyXKeySym rather than
300         #include "frontends/LyXKeySym.h".
301
302         * BufferView_pimpl.C:
303         * kbmap.C:
304         * kbsequence.C:
305         * lyxfunc.C: associated changes.
306
307 2003-09-06  Angus Leeming  <leeming@lyx.org>
308
309         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
310         As a result, can remove the #include "insets/inset.h" from BufferView.h
311
312 2003-09-06  Angus Leeming  <leeming@lyx.org>
313
314         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
315         As a result, can remove the #include "insets/inset.h" from BufferView.h
316
317 2003-09-06  Angus Leeming  <leeming@lyx.org>
318
319         * buffer_funcs.C:
320         * buffer.h:
321         * bufferlist.C:
322         * BufferView.C:
323         * bufferview_funcs.C:
324         * BufferView_pimpl.C:
325         * CutAndPaste.C:
326         * lyx_cb.C:
327         * lyxfunc.C:
328         * paragraph.h:
329         * ParagraphParameters.C:
330         * tabular.C:
331         * text3.C:
332         * toc.C:
333         * undo_funcs.C:
334         * frontends/controllers/ControlDocument.C:
335         * insets/insetcaption.C: rearrange the #includes into some sort of
336         coherent order.
337
338         * buffer.h: remove #includes ErrorList.h, undo.h
339
340 2003-09-06  Angus Leeming  <leeming@lyx.org>
341
342         * support/types.h: add a 'depth_type' typedef, used to store the
343         nesting depth of a paragraph.
344
345         * paragraph.h:
346         * ParameterStruct.h: use this lyx::depth_type typedef rather than
347         defining explicitly.
348
349         * buffer.h:
350         * paragraph_funcs.h:
351         * ParagraphParameters.h:
352         * sgml.h: use lyx::depth_type rather than Paragraph or
353         ParameterStruct's depth_type.
354
355         * buffer.h
356         * paragraph_funcs.h: no need to #include paragraph.h anymore.
357
358         * BufferView.C:
359         * BufferView_pimpl.C:
360         * CutAndPaste.C:
361         * ParagraphParameters.C:
362         * buffer_funcs.C:
363         * bufferlist.C:
364         * bufferview_funcs.C:
365         * lyx_cb.C:
366         * lyxfunc.C:
367         * tabular.C:
368         * text3.C:
369         * toc.C:
370         * undo_funcs.C:
371         * frontends/LyXView.C:
372         * frontends/controllers/ControlDocument.C:
373         * frontends/controllers/ControlErrorList.C:
374         * insets/insetbibitem.C:
375         * insets/insetbranch.C:
376         * insets/insetcaption.C:
377         * insets/insetcollapsable.C:
378         * insets/insetenv.C:
379         * insets/insetert.C:
380         * insets/insetfloat.C:
381         * insets/insetfoot.C:
382         * insets/insetfootlike.C:
383         * insets/insetnewline.C:
384         * insets/insetquotes.C:
385         * insets/insettabular.C:
386         * insets/insettext.C:
387         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
388
389         * frontends/controllers/ControlChanges.C: #include "changes.h".
390
391 2003-09-06  Angus Leeming  <leeming@lyx.org>
392
393         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather than
394         #including paragraph.h.
395
396         * ParagraphList.h:
397         * RowList.h: deleted. Superfluous.
398
399         * CutAndPaste.h:
400         * iterators.h:
401         * lyxcursor.h:
402         * lyxtext.h:
403         * text_funcs.h:
404         * undo.h:
405         * undo_funcs.h:
406         * insets/inset.h:
407         * insets/insettext.h: use ParagraphList_fwd.h rather than ParagraphList.h.
408
409         * paragraph.h: don't forward declare ParagraphList.
410
411         * buffer.h:
412         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
413         rather than ParagraphList.h. paragraph.h is still needed for the
414         Paragraph::depth_type parameters.
415
416         * textcursor.h: enable it to compile stand-alone in light of the
417         above changes.
418
419         * bufferview_funcs.C:
420         * iterators.C:
421         * lyxfunc.C:
422         * lyxrow_funcs.C:
423         * paragraph.C:
424         * rowpainter.C:
425         * text.C:
426         * text2.C:
427         * text3.C:
428         * text_funcs.C:
429         * textcursor.C:
430         * undo.C:
431         * frontends/controllers/ControlParagraph.C:
432         * frontends/controllers/ControlTabular.C:
433         * insets/insetmarginal.C:
434         * insets/insetminipage.C:
435         * insets/insetnote.C:
436         * insets/insetoptarg.C: add header files needed to compile again.
437
438 2003-09-06  Angus Leeming  <leeming@lyx.org>
439
440         * RowList_fwd.h: new file, forward-declaring Row rather than
441         #including lyxrow.h.
442
443         * lyxrow_funcs.h:
444         * lyxtext.h:
445         * paragraph.h:
446         * insets/insettext.h: use it instead of RowList.h
447
448         * bufferview_funcs.C:
449         * lyxfunc.C:
450         * lyxrow_funcs.C:
451         * paragraph.C:
452         * rowpainter.C:
453         * text.C:
454         * text2.C:
455         * text3.C: #include "RowList.h".
456
457 2003-09-05  Angus Leeming  <leeming@lyx.org>
458
459         * factory.C (createInset):
460         * vspace.C (c-tor): replace sscanf call with an istringstream.
461         * ispell.C: re-add missing HP/UX headers.
462         * lyxserver.C: re-add missing  os2 headers.
463
464 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
465
466         * BranchList.C:
467         * graph.C:
468         * ispell.C:
469         * lastfiles.C:
470         * lyx_cb.C:
471         * lyxserver.C:
472         * texrow.C:
473         * text3.C: re-add missing system headers, needed for 2.95.2.
474
475 2003-09-05  Angus Leeming  <leeming@lyx.org>
476
477         Changes most place everywhere due to the removal of using directives
478         from support/std_sstream.h.
479
480 2003-09-05  Angus Leeming  <leeming@lyx.org>
481
482         Replace LString.h with support/std_string.h,
483         Lsstream.h with support/std_sstream.h,
484         support/LIstream.h with support/std_istream.h,
485         support/LOstream.h with support/std_ostream.h.
486
487         Changes resulting throughout the tree.
488
489 2003-09-05  Angus Leeming  <leeming@lyx.org>
490
491         * sgml.h: ensure that the header file can be compiled stand-alone.
492         * *.C: strip out redundant #includes. (320 in total.)
493
494 2003-09-04  Angus Leeming  <leeming@lyx.org>
495
496         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
497         here (from getPackages).
498
499         * debug.[Ch]: add a new EXTERNAL tag.
500
501 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
502
503         * text2.C (cursorEnd): simplify
504         (setCursor): adjust
505         (getColumnNearX): adjust
506
507         * text.C (computeBidiTables): adjust
508         (fill): adjust
509
510         * rowpainter.C (paintChars): adjust
511         (paintSelection): adjust
512         (paintChangeBar): adjust
513         (paintText): adjust
514
515         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
516         lastPos instead.
517         (numberOfSeparators): adjust
518
519 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
520
521         * LyXAction.C:
522         * box.[Ch]:
523         * lfuns.h:
524         * lyxfunc.C:
525         * text3.C: Restricts the mouse click functionality
526         of insets like bibtex, include, toc and floatlist to the visible
527         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
528         up the dialogs. Cursor has to be in front of the inset (i.e.
529         start of row) for this to function.
530
531 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
532
533         * bufferview_funcs.C (currentState): output row information
534
535 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
536
537         * bufferview_funcs.C (currentState): output paragraph position
538
539 2003-09-04  Angus Leeming  <leeming@lyx.org>
540
541         * FloatList.h: move out #include "Floating.h".
542         * LaTeX.h: move out #include "DepTable.h".
543         * LyXAction.h: move out #include "funcrequest.h".
544         * buffer.h: move out #include "author.h", "iterators.h".
545         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
546         * lyx_main.h: move out #include "errorlist.h".
547         * lyxfunc.h: move out #include "FuncStatus.h".
548         * lyxtext: move out #include "lyxcursor.h".
549         * paragraph_pimpl.h: move out #include "counters.h".
550
551 2003-09-03  Angus Leeming  <leeming@lyx.org>
552
553         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
554         preamble_snippets list, enabling us to add snippets to the preamble only
555         if the snippet was not there already.
556
557 2003-09-04  Angus Leeming  <leeming@lyx.org>
558
559         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
560
561 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
562
563         * lyxfunc.C (dispatch): if fitCursor did something be sure to
564         update
565
566 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
567
568         * BranchList.C: point fix, earlier forgotten
569
570 2003-09-02  Angus Leeming  <leeming@lyx.org>
571
572         * box.C (contains): renamed from 'contained' after a fantastic
573         amount of hot air.
574
575 2003-09-02  John Levon  <levon@movementarian.org>
576
577         * BufferView.C:
578         * lyxcursor.h:
579         * lyxcursor.C:
580         * lyxfunc.C:
581         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
582
583 2003-09-02  John Levon  <levon@movementarian.org>
584
585         * text2.C: simplification of cursorEnd(), including partial
586         fix for bug 1376
587
588 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
589
590         * buffer.C (readFile): add a space
591
592 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
593
594         * BufferView_pimpl.C (update): remove bogus fitCursor() call
595
596 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
597
598         * buffer.C (readFile): new function, take a filename and a
599         ParagraphList::iterator
600         (readFile): adjust
601         (readFile): adjust, make it private. don't use setStream, make
602         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
603         always contain the filename.
604
605         * BufferView.C (insertLyXFile): simplify and make it work for
606         gzipped files.
607
608 2003-08-30  John Levon  <levon@movementarian.org>
609
610         * Makefile.am: fix dist (from Kayvan)
611
612 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
613
614         * most files: change to use const Buffer refs
615
616 2003-08-27  André Pönitz  <poenitz@gmx.net>
617
618         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
619         on top of ownerPar().
620
621 2003-08-27  John Levon  <levon@movementarian.org>
622
623         * funcrequest.C: properly initialise POD members
624
625 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
626
627         * lyxtext.h (top_y): move top_y from here
628         * text.C:
629         * text2.C:
630         * text3.C:
631         * BufferView.[Ch]:
632         * BufferView_pimpl.[Ch]: to here
633         * frontends/screen.C:
634         * insets/insettabular.C:
635         * insets/insettext.C: adjust
636         * rowpainter.[Ch] (paintRows): remove LyXText & argument
637
638 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
639
640         * BufferView.[Ch]:
641         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
642
643 2003-08-26  André Pönitz  <poenitz@gmx.net>
644
645         * paragraph_func.[Ch] (outerPar): new function
646
647         * paragraph.C:
648         * paragraph_funcs.C:
649         * paragraph_funcs.h:
650         * paragraph_pimpl.C:
651         * text2.C: remove Inset::par_owner
652
653 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
654
655         * lyxrow_funcs.C:
656         * lyxtext.h:
657         * text.C:
658         * text2.C: eliminates the needFullRow/display() stuff
659         altogether, putting the logic in metrics/draw in the insets.
660
661 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
662
663         * text2.C (redoParagraphInternal, redoParagraphs):
664         * text.C (redoParagraph): add a call to updateRowPositions at the
665         end of each 'metrics-like' call. Remove all others.
666         (getRow): remove the 'y-computing' version.
667         (getRowNearY): do not compute nor return the real y. Solve the
668         'y < 0' problem and simplify.
669
670 2003-08-22  Angus Leeming  <leeming@lyx.org>
671
672         * *.[Ch]: clean-up of licence and author blurbs.
673         Also move config.h out of a few .h files and into a few .C files.
674
675 2003-08-22  André Pönitz  <poenitz@gmx.net>
676
677         * lyxrow.[Ch]: add x_ and *fill_ members
678
679         * lyxtext.h:
680         * text.C:
681         * rowpainter.C:
682         * text2.C: adjust/remove prepareToPrint() calls
683
684 2003-08-22  André Pönitz  <poenitz@gmx.net>
685
686         * lyxrow.[Ch]: add  end_ member
687
688         * lyxrow_funcs.C: use LyXRow::end_
689
690         * lyxtext.h (singleWidth): add LyXFont parameter
691
692         * rowpainter.C:
693         * text2.C: adjust LyXText::singleWidth() calls
694
695         * text.C (redoParagraph): simplify row breaking logic
696
697
698 2003-08-19  André Pönitz  <poenitz@gmx.net>
699
700         * funcrequest.C: initialize button_ member
701
702         * text3.C:
703         * rowpainter.[Ch]: interface consolidation
704
705 2003-08-18  André Pönitz  <poenitz@gmx.net>
706
707         * BufferView.C:
708         * BufferView_pimpl.C:
709         * lyxfind.C:
710         * paragraph_funcs.C:
711         * rowpainter.C:
712         * text3.C: remove LyXScreen::draw() and fitCursor calls
713
714         * BranchList.h: remove spurious semicolons
715
716         * MenuBackend.C: fix branchlist related crash
717
718 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
719
720         * BranchList.[Ch]:
721         * InsetList.[Ch]:
722         * LColor.[Ch]:
723         * LyXAction.C:
724         * Makefile.am:
725         * MenuBackend.[Ch]:
726         * bufferparams.[Ch]:
727         * factory.C:
728         * lfuns.h:
729         * lyxfunc.C:
730         * text3.C: implements the 'branch inset'
731         idea. This allows the output of various versions of a document
732         from a single source version, selectively outputing or suppressing
733         output of parts of the text.
734         This implementation contains a 'branch list editor' in a separate
735         tab of the document settings dialog. Branches are user definable
736         and have a "display colour" to distinguish them on-screen.
737
738         ColorHandler was somewhat cleaned up.
739         (1) make possible a dynamically growing LColor list by allowing
740         the graphic context cache to grow along (vector);
741         (2) eliminate an IMHO unnecessary step in colour allocation.
742
743 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
744
745         * BufferView_pimpl.C: compile fix
746
747 2003-08-15  André Pönitz  <poenitz@gmx.net>
748
749         * rowpainter.C: remove extra metrics calls
750
751         * lyxtext.h: merge the two constructors into a single one,
752           pass reference to owner's par list
753
754         * BufferView_pimpl.C:
755         * text.C:
756         * text2.C: adjust
757
758 2003-08-15  André Pönitz  <poenitz@gmx.net>
759
760         * lyxrow_funcs.[Ch]:
761         * lyxtext.h:
762         * paragraph.h:
763         * paragraph_funcs.C:
764         * rowpainter.C:
765         * text.C:
766         * text2.C:
767         * text3.C:
768         * text_funcs.C: split LyXText::rowlist_ into individual
769         Paragraph::rows_ chunks
770
771         * BufferView.[Ch]:
772         * BufferView_pimpl.[Ch]:
773         * lyxfind.C:
774         * lyxtext.h:
775         * text3.C: remove toggleSelection()
776
777 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
778
779         * bufferlist.C: beautify two alerts (shorter text of buttons)
780         * buffer.C: Remove redundant ' ' from message
781         * tabular.h:
782         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
783         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
784         rename VALIGN_CENTER to VALIGN_MIDDLE
785
786 2003-08-11  André Pönitz  <poenitz@gmx.net>
787
788         * lyxtext.h (getPar):
789         * text.C: new function
790
791 2003-08-11  André Pönitz  <poenitz@gmx.net>
792
793         * Makefile.am:
794         * tracer.[Ch]: remove unneeded files
795
796         * InsetList.[Ch]: remove resizeInsetsLyXText()
797
798         * lyxtext.h:
799         * text.C:
800         * text2.C:
801         * text3.C: merge insertParagraphs() and appendParagraph()
802         remove breakAgain(), update()
803
804         * BufferView_pimpl.[Ch]:
805         * bufferview_funcs.[Ch]:
806         * lyxfunc.C:
807         * paragraph.[Ch]:
808         * rowpainter.C:
809         * tabular.C: adjust after text & InsetList changes.
810
811 2003-08-08  André Pönitz  <poenitz@gmx.net>
812
813         * text.C (insertChar, backspace): replace rowlist fiddling
814         with rebreak of full par
815
816         * lyxtext.h:
817         * text.C (breakAgainOneRow, redoHeightOfParagraph,
818         checkParagraph, updateInset): removed
819
820 2003-08-07  André Pönitz  <poenitz@gmx.net>
821
822         * paragraph.C:
823         * text3.C: merge some LFUN handlers, remove dead code
824
825 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
826
827         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
828
829 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
830
831         * text2.C (DEPM): fix part of bug 1255 and 1256
832
833 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
834
835         * BufferView_pimpl.C (workAreaDispatch): change to use
836         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
837         that are no mouse related.
838
839 2003-08-05  André Pönitz  <poenitz@gmx.net>
840
841         * BufferView.[Ch]:
842         * BufferView_pimpl.[Ch]:
843         * bufferview_funcs.C:
844         * text2.C:
845         * text3.C: rip out "deep update"
846
847         * textcursor.[Ch] (last_sel_cursor): remove unused member
848
849 2003-08-04  André Pönitz  <poenitz@gmx.net>
850
851         * BufferView.[Ch]:
852         * BufferView_pimpl.[Ch]:
853         * ParagraphParameters.C:
854         * bufferview_funcs.C:
855         * lyx_cb.C:
856         * lyxfind.C:
857         * lyxfunc.C:
858         * text.C:
859         * text2.C:
860         * text3.C: replace "complicated" BufferView::update(...) calls with
861         simpler ones.
862
863         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
864
865 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
866
867         * Makefile.am (lyx_SOURCES): add paper.h
868
869 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
870
871         * Makefile.am: move things around so that both lyx-qt and
872         lyx-xforms can be built (according to --with-frontend). Then lyx
873         is a symbolic link to lyx-[firstfrontend]
874
875 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
876
877         * Always use std::endl with lyxerr
878
879 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
880
881         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
882
883 2003-08-01  André Pönitz  <poenitz@gmx.net>
884
885         * BufferView.[Ch]:
886         * BufferView_pimpl.[Ch]:
887         * lyxfunc.C:
888         * text3.C: merge BufferView::repaint() and BufferView::update()
889
890 2003-08-01  José Matos  <jamatos@lyx.org>
891
892         * buffer.[Ch]: file_format is no longer a buffer data element.
893
894 2003-08-01  André Pönitz  <poenitz@gmx.net>
895
896         * BufferView.C:
897         * lyxtext.h:
898         * text.C:
899         * text2.C: make redoParagraph more independent of current cursor
900
901         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
902         * text.C:
903         * text2.C: remove unneeded members
904
905 2003-07-30  André Pönitz  <poenitz@gmx.net>
906
907         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
908
909         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
910           create a single function...
911
912         * paragraph_funcs.C (moveItem): ... here.
913
914         * text.C:
915           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
916
917 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
918
919         * LColor.[Ch]: Add comment and greyedout logical colors.
920
921 2003-07-30  André Pönitz  <poenitz@gmx.net>
922
923         * tabular.C: don't use Assert too heavily. This crashes where it
924           shouldn't
925
926 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
927
928         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
929         is disabled (bug 1232)
930
931 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
932
933         * factory.C: limited 'arg' scope
934
935 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
936
937         * factory.C: fixed Note submenu issues
938
939 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
940
941         * factory.C: submenu for Note/Comment/Greyedout
942
943 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
944
945         * lyx_main.C (LyX):
946         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
947
948 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
949
950         * LaTeXFeatures.C:
951         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
952         greyedout. Patch provided by Jürgen Spitzmüller.
953
954 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
955
956         * kbmap.C (read): fix error message when reading bind files
957
958 2003-07-29  Angus Leeming  <leeming@lyx.org>
959
960         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
961         certainly does not do what it purports to do. I am doing it, and
962         us, a favour by killing it.
963
964 2003-07-28  José Matos  <jamatos@lyx.org>
965
966         * buffer.C (readBody, do_writeFile):
967         * paragraph.C(readParagraph): \end_document replaces \the_end.
968
969 2003-07-29  André Pönitz  <poenitz@gmx.net>
970
971         * BufferView.[Ch]:
972         * BufferView_pimpl.[Ch]:
973         * lyxfunc.C:
974         * text2.C:
975         * text3.C:
976         * textcursor.[Ch]: remove toggleToggle & Co
977
978 2003-07-28  José Matos  <jamatos@fep.up.pt>
979
980         * buffer.C (readParagraph):
981         * params_func (readParToken, readParagraph):
982         * paragraph.C (write): \layout -> \begin_layout.
983
984 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
985
986         * lyxlex_pimpl.C (setFile): clean up slightly.
987
988         * bufferparams.h: add compressed var
989
990         * buffer_funcs.C (readFile): adjust for LyXLex change
991         (newFile): ditto + simplify
992
993         * buffer.C (writeFile): handle writing of compressed files
994
995         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
996         Check if the file is compressed and set a bufferparm if so.
997
998         * Makefile.am (lyx_LDADD): remove explicit -lz
999
1000 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1001
1002         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1003         makeDocBookFile): put the real LyX version in the first line of
1004         the file
1005
1006         * version.h:
1007         * version.C.in: remove lyx_docversion
1008
1009         * tabular.C (write_attribute): add a template-based version to
1010         write enums properly
1011
1012 2003-07-28  André Pönitz  <poenitz@gmx.net>
1013
1014         * lyxtext.h:
1015         * text.C:
1016         * text2.C:
1017         * text3.C: use doubles again for x-coordinates. They are needed.
1018
1019 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1020
1021         * messages.C (getLocaleDir): use lyx_localedir()
1022
1023         * lyxlex_pimpl.C (setFile): compress stuff
1024
1025         * buffer.C (writeFile): add some compression stuff
1026         (do_writeFile): new func, dont call expliti close... will this
1027         breake anything?
1028
1029         * Makefile.am (lyx_LDADD): add -lz
1030
1031 2003-07-28  José Matos  <jamatos@fep.up.pt>
1032
1033         * buffer.C: increment file format.
1034         * paragraph_funcs (readParagraph, readParToken):
1035         * paragraph.C (readParagraph): add \end_layout.
1036
1037 2003-07-27  Angus Leeming  <leeming@lyx.org>
1038
1039         * Makefile.am: remove special casing for configure-time setting of
1040         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1041
1042         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1043         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1044
1045 2003-07-26  André Pönitz  <poenitz@gmx.net>
1046
1047         * paragraph_func.[Ch]:
1048         * paragraph.C (realizeFont): inline it whereever it is used
1049
1050         * rowpainter.C:
1051         * text.C:
1052         * text2.C:
1053         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1054
1055
1056 2003-07-26  André Pönitz  <poenitz@gmx.net>
1057
1058         *       lyxtext.h:
1059         * text.C:
1060         * text2.C: get rid of LyXText::need_break_row
1061
1062 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1063
1064         * toc.[Ch]: put namespace toc inside namespace lyx
1065
1066         * MenuBackend.C (expandToc2): adjust for lyx::toc
1067         (expandToc): ditto
1068
1069         * lyxfunc.C (dispatch): adjust for lyx::find
1070
1071         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1072         lyx::find instead. Reorganize a bit.
1073         (LyXReplace): rename to replace
1074         (LyXFind): rename to find
1075
1076         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1077         (dispatch): ditto
1078
1079 2003-07-26  André Pönitz  <poenitz@gmx.net>
1080
1081         * text.C (setHeightOfRow): restrict scope of temporary variable
1082
1083         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1084           code (never has been used?)
1085
1086 2003-07-27  Asger Alstrup  <alstrup@local>
1087
1088         * text.C (fill): Optimise algorithm to exploit that we can reuse
1089         the LyXFont for many characters.
1090         (setHeightOfRow): Same thing.
1091         (rowBreakPoint): Same thing.
1092
1093 2003-07-26  Asger Alstrup  <alstrup@local>
1094
1095         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1096
1097         * text.C (singleWidth): Spurious font copying in hot-spot
1098         singleWidth avoided. Reorder tests for arabic for efficiency.
1099
1100         * text.C (fill): handle empty paragraphs better.
1101
1102 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1103
1104         * ispell.C:
1105         * encoding.h: add includes
1106
1107         * lyxrc.C: remove reading of bind files
1108
1109         * lyx_main.C (init): setup bindings and menus only if we have a
1110         gui.
1111
1112         * kbmap.C (read): new method. Do the actual reading of bind
1113         files.
1114
1115         * converter.C (dvipdfm_options):
1116         * bufferparams.C:
1117         * lyxrc.C (read):
1118         (output): adapt PAPER_* enums.
1119
1120         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1121
1122         * bufferparams.h: remove paper-related enums from there
1123
1124         * paper.h: New file. A trivial header file to hold paper-related
1125         enums. It should later expand to contain many paper-related
1126         horrors access.
1127
1128         * lyxrc.C: declare extern displayTranslator
1129
1130 2003-07-27  José Matos  <jamatos@fep.up.pt>
1131
1132         * tabular.[Ch] (linuxdoc): add support for tables and figures
1133         (linuxdoc).
1134
1135 2003-07-27  José Matos  <jamatos@fep.up.pt>
1136
1137         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1138         consistency in both functions.
1139         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1140
1141 2003-07-26  Asger Alstrup  <alstrup@local>
1142
1143         * rowpainter.C (paintRows): Change algorithm to work directly on
1144         the insets rather than asking every character in the document
1145         whether its an inset.
1146
1147 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1148
1149         * buffer.C (openFileWrite): factorize some code
1150
1151 2003-07-26  Angus Leeming  <leeming@lyx.org>
1152
1153         * lyx_cb.C:
1154         * lyx_main.[Ch]: replace occurances of system_tempdir with
1155         os::getTmpDir().
1156
1157 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1158
1159         * rename Inset to InsetOld
1160
1161 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1162
1163         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1164         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1165         which I think is a bit clearer. EDIT is gone, since it was
1166         premature optimisation, and broken for mathed anyway.
1167         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1168         with cursor positioning in insets as well (math insets still do not
1169         work, but that's a different story anyway.) It mysteriously
1170         crashes sometimes with undo in the first paragraph, but I'm fairly
1171         confident that this is a compiler bug.
1172
1173 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1174
1175         * paragraph.C (Paragraph): adjust for new clone return type
1176         (operator==): ditto
1177         (copyIntoMinibuffer): ditto
1178
1179 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1180
1181         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1182         by not having a special case, and always doing a full rebreak of
1183         the document after undo.
1184
1185 2003-07-23  Angus Leeming  <leeming@lyx.org>
1186
1187         * factory.C (createInset): InsetExternal::setParams now takes a
1188         Buffer const * arg.
1189
1190 2003-07-23  Angus Leeming  <leeming@lyx.org>
1191
1192         * factory.C (createInset): changed interface to the external and
1193         graphics mailers' string2params functions.
1194
1195 2003-07-23  Angus Leeming  <leeming@lyx.org>
1196
1197         * factory.C (createInset): pass a
1198         Buffer const * parameter to InsetExternalMailer's string2params.
1199
1200 2003-07-22  John Levon  <levon@movementarian.org>
1201
1202         * Thesaurus.h: include the right aiksaurus header
1203
1204 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1205
1206         * MenuBackend.C (expand): check menu shortcuts unconditionally
1207
1208 2003-07-21  Angus Leeming  <leeming@lyx.org>
1209
1210         * factory.C (createInset): pass a
1211         buffer_path parameter to InsetGraphicsMailer's string2params.
1212
1213 2003-07-21  Angus Leeming  <leeming@lyx.org>
1214
1215         * BufferView_pimpl.C (buffer):
1216         * buffer.C (d-tor):
1217         * lyx_main.C (LyX):
1218         * lyxfunc.C (dispatch):
1219         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1220         rather than the grfx shortcut.
1221
1222 2003-07-21  André Pönitz  <poenitz@gmx.net>
1223
1224         * rowpainter.C: remove unused variables
1225
1226         * tabular_funcs.C:
1227         * tabular_funcs.h: move to tabular.C
1228         * Makefile.am: adjust
1229
1230         * tabular.[Ch]: basic optical cleaning
1231
1232         * author.h: pass references, not values
1233
1234 2003-07-18  André Pönitz  <poenitz@gmx.net>
1235
1236         * lyxtext.h:
1237         * metricsinfo.C:
1238         * metricsinfo.h:
1239         * rowpainter.C:
1240         * text.C:
1241         * text2.C:
1242         * text3.C: two-phase drawing for InsetText and InsetTabular
1243         some float -> int changes.
1244
1245 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1246
1247         * lyx_main.C: fix the fix
1248
1249 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1250
1251         * lyx_main.C: fix a crash in batch mode if no files specified
1252         * converter.C: ws
1253
1254 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1255
1256         * format.[Ch] (papersize): moved to BufferParams
1257         * converter.[Ch] (dvips_options): moved to BufferParams
1258         (dvipdfm_options): moved to anon namespace
1259         * bufferparams.[Ch]: added above functions.
1260
1261 2003-07-17  André Pönitz  <poenitz@gmx.net>
1262
1263         * lyxtext.h:
1264         * rowpainter.C:
1265         * text2.C: don't call inset->update() anymore
1266
1267         * metricsinfo.[Ch]: add convenience constructor
1268
1269 2003-07-16  André Pönitz  <poenitz@gmx.net>
1270
1271         * lyxcursor.[Ch]:
1272         * lyxfunc.[Ch]:
1273         * text.C:
1274         * text2.C: replace the LyXCursor::irow_ member with
1275          on-demand computation of the value
1276
1277 2003-07-16  John Levon  <levon@movementarian.org>
1278
1279         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1280
1281 2003-07-15  André Pönitz  <poenitz@gmx.net>
1282
1283         * text.C:
1284         * text2.C: remove no more needed refresh_row
1285
1286 2003-07-15  André Pönitz  <poenitz@gmx.net>
1287
1288         * lyxtext.h:
1289         * rowpainter.C:
1290         * text2.C:
1291         * text3.C: refresh_status tristate -> need_update bool
1292
1293 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1294
1295         * lyxtext.h (init): remove reinit argument (act as if always true)
1296         * text2.C: adjust to that
1297
1298 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1299
1300         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1301         * text3.C: use it to delete selections in some cases
1302         (bugs 441, 673, 702, 954).
1303
1304 2003-07-14  André Pönitz  <poenitz@gmx.net>
1305
1306         * rowpainter.[Ch]: reduce interface
1307
1308 2003-07-14  André Pönitz  <poenitz@gmx.net>
1309
1310         * BufferView_pimpl.C:
1311         * text2.C: adjust after removing unused BufferView * argument
1312
1313 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1314
1315         * text2.C (init): fix a crash fired on resize
1316
1317 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1318
1319         * buffer.[Ch]: added new closing signal
1320         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1321         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1322         BufferView::Pimpl via the closing the signal
1323
1324 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1325
1326         * buffer.[Ch]: take out all bv-related from buffer
1327         * BufferView.C:
1328         * BufferView_pimpl.[Ch]: connect to new signals
1329         * CutAndPaste.C: removed useless asserts
1330         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1331         * lyxvc.[Ch]:
1332         * vc-backend.[Ch]:
1333         * lyxfunc.C: moved view-related funciontality from vc here
1334         * paragraph.C: removed outdated comments
1335         * text.C: ws
1336
1337 2003-07-10  André Pönitz  <poenitz@gmx.net>
1338
1339         * BufferView_pimpl.C:
1340         * tabular.h:
1341         * tabular_funcs.C:
1342         * text.C:
1343         * text2.C: remove InsetText::InnerCache, clean up consequences
1344
1345 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1346
1347         * ispell.C: fix two typos in error messages
1348
1349 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1350
1351         * Extend Note inset to other forms of annotation like Comment
1352         and Greyedout. Right button click gives dialog.
1353
1354         Files modified or added (+):
1355
1356         * insetnote.[Ch]
1357         * FormNote.[Ch]      +
1358         * ControlNote.[Ch]   +
1359         * form_note.fd       +
1360         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1361         frontends/controllers
1362         * xforms/Dialogs.C
1363         * factory.C
1364
1365 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1366
1367         * aspell.C: add missing namespace lyx::support
1368
1369 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1370
1371         * BufferView.[Ch] (newFile): Add
1372         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1373         * LaTeX.[Ch] (message): added this signal and use it
1374         * buffer.[Ch] (busy, message): added these signals and use them
1375         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1376         * converter.C:
1377         * exporter.C:
1378         * format.C:
1379         * importer.C: use buffer signals instead of direct bv calling
1380         * lyx_cb.[Ch] (ShowMessage): removed
1381         * lyx_main.C:
1382         * lyxfunc.C:
1383         * paragraph_funcs.C:
1384         * text2.C: use buffer signals
1385
1386 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1387
1388         * introduce namespace lyx::graphics
1389
1390 2003-07-02  André Pönitz  <poenitz@gmx.net>
1391
1392         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1393
1394 2003-07-01  André Pönitz  <poenitz@gmx.net>
1395
1396         * text.C:
1397         * text2.C:
1398         * text3.C:
1399         * text_funcs.[Ch]:
1400         * textcursor.h:
1401         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1402           text*.C to text_func.C
1403
1404 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1405
1406         * introduce namespace lyx::support
1407
1408 2003-06-30  André Pönitz  <poenitz@gmx.net>
1409
1410         * Chktex.C:
1411         * funcrequest.C:
1412         * lyxtext.h:
1413         * text.C: re-enable --with-included-string
1414
1415 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1416
1417         * textcursor.C: add <config.h>
1418
1419         * text.C (getWord): remove const from word_location arg
1420
1421         * lyxvc.C (getLogFile): fix const type order
1422
1423         * lyxtext.h: remove const from word_location arg, add arg name
1424
1425         * lyxlayout.h: currect type on labeltype.
1426
1427         * importer.C: correct \file
1428
1429         * converter.C (intToFormat): use std:: on ret val, ws changes
1430
1431         * bufferlist.h: correct \file
1432
1433         * buffer.C (makeLinuxDocFile): fix const type order
1434         (makeDocBookFile): ditto
1435         (fillWithBibKeys): use std:: on stdlib args.
1436
1437         * CutAndPaste.C: fix authors.
1438         (availableSelections): use std:: on return vector
1439
1440 2003-06-27  André Pönitz  <poenitz@gmx.net>
1441
1442         * BufferView_pimpl.C:
1443         * bufferview_funcs.C:
1444         * lyxcursor.C:
1445         * lyxcursor.h:
1446         * lyxfunc.C:
1447         * lyxtext.h:
1448         * rowpainter.C:
1449         * text.C:
1450         * text2.C:
1451         * text3.C: remove LyXCursor::row_ member
1452
1453         * lyxtext.h:
1454         * text.C: rename fullRebreak() to partialRebreak() and implement
1455           a fullRebreak() that really bereks fully
1456
1457         * textcursor.h: new struct for cursor-related data
1458
1459 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1460
1461         * lyx_main.C (LyX): get full path of document loaded on the
1462         command line
1463
1464 2003-06-26  André Pönitz  <poenitz@gmx.net>
1465
1466         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1467           remove unused/broken operator>,<,>=.
1468
1469         *       text.C: remove only use of broken operator<= in an Assert().
1470
1471 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1472
1473         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1474         moved errorlist_.clear to showErrorList
1475
1476 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1477
1478         * converter.C (scanLog, runLaTeX):
1479         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1480         move the bv->showErrorList call to the callers
1481         * lyxfunc.C: i.e. here...
1482         * text2.C: and here
1483         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1484         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1485         namespace, the second to...
1486         * buffer_funcs (BufferFormat, parseErrors): added
1487         * errorlist.C (ErrorList(TeXErrors const &)): removed
1488
1489 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1490
1491         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1492
1493 2003-06-24  "Garst R. Reese" <reese@isn.net>
1494
1495         * debug.C: fix typo
1496
1497 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1498
1499         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1500
1501         * version.C.in: change docversion to 1.4
1502
1503 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1504
1505         * buffer.C: fix a bug just introduced
1506
1507 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1508
1509         * buffer.[Ch]: added the parseError signal and use it, removed
1510         sgmlError
1511         * BufferView.[Ch] (addError): moved to ...
1512         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1513         to the Buffer::parseError signal to catch (guess what) parse errors
1514         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1515
1516 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1517
1518         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1519         ability to create a buffer and to return an existing one from
1520         the list. Moved these functions to...
1521         * buffer_funcs.[Ch]: added
1522         * BufferView.[Ch] (loadLyXFile): added
1523         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1524         job removed from bufferlist::loadLyXFile.
1525         * buffer.C (setReadOnly): make it work without view
1526         (i.e added an if (users))
1527
1528 2003-06-19  Angus Leeming  <leeming@lyx.org>
1529
1530         * lfuns.h:
1531         * LyXAction.C (init):
1532         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1533         with LFUN_DIALOG_SHOW <name> <data>.
1534
1535 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1536
1537         * CutAndPaste.C (availableSelections): small compilation fix for
1538         ancient (gcc 2.9x) compilers
1539
1540 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1541
1542         * text3.C (cursorNext): add tmp var
1543
1544         * text2.C (updateCounters): for function calling out of for clause
1545         (replaceSelectionWithString): ditto
1546         (insertStringAsParagraphs): ditto
1547         (getColumnNearX): add tmp var
1548         (setCursorFromCoordinates): add tmp var
1549         (cursorDownParagraph): add tmp var
1550         (deleteEmptyParagraphMechanism): add tmp var
1551
1552         * text.C (insertChar): add tmp var
1553
1554         * rowpainter.C (paintDepthBar): add tmp var
1555
1556         * CutAndPaste.C (availableSelections): potentially check all
1557         paragraphs in a cut to fill the shown strings.
1558
1559 2003-06-18  André Pönitz  <poenitz@gmx.net>
1560
1561         * kbmap.[Ch]: use vector<> instead of list<>
1562
1563 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1564
1565         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1566         pasteSelection with index
1567
1568         * text2.C (pasteSelection): modify, call pasteSelection with index
1569
1570         * paragraph.C (asString): reimplement version with no interval to
1571         call the one with interval.
1572
1573         * lyxtext.h: add index arg to pasteSelection
1574
1575         * MenuBackend.C (MenuItem): handle PasteRecent
1576         (Menu::read::Menutags): add md_pasterecent
1577         (read): handle it
1578         (expandPasteRecent): new function
1579         (expand): use it
1580
1581         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1582
1583         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1584         the limited stack
1585         (availableSelections): new function
1586
1587 2003-06-17  Angus Leeming  <leeming@lyx.org>
1588
1589         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1590
1591 2003-06-17  Angus Leeming  <leeming@lyx.org>
1592
1593         * lfuns.h:
1594         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1595
1596         * lyxfunc.C (dispatch): invoke it.
1597
1598 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1599
1600         * iterators.C (operator++, ParPosition): reintroduce some
1601         const_cast for the benefit of older compilers.
1602
1603 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1604
1605         * text3.C (dispatch): do not modify clipboard when doing
1606         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1607         LFUN_DELETE_SKIP on a selection selection
1608
1609 2003-06-16  André Pönitz  <poenitz@gmx.net>
1610
1611         * BufferView.C:
1612         * buffer.C:
1613         * buffer.h:
1614         * paragraph.C:
1615         * tabular.[Ch]: IU of clone() and getLabelList();
1616
1617 2003-06-13  André Pönitz  <poenitz@gmx.net>
1618
1619         * tabular.h: compactification
1620
1621 2003-06-12  André Pönitz  <poenitz@gmx.net>
1622
1623         * tabular.C:
1624         * tabular.h:
1625         * tabular_funcs.h: some renaming plus whitespace
1626
1627 2003-06-12  André Pönitz  <poenitz@gmx.net>
1628
1629         * BufferView.C:
1630         * BufferView_pimpl.C:
1631         * CutAndPaste.C:
1632         * buffer.C:
1633         * iterators.[Ch]:
1634         * lyxfunc.C:
1635         * text.C:
1636         * toc.C: Return a Paragraph & for ParIterator::operator*()
1637
1638 2003-06-11  John Levon  <levon@movementarian.org>
1639
1640         * lyx_main.C:
1641         * ToolbarBackend.h:
1642         * ToolbarBackend.C: add "Toolbars" section and
1643         put the flags there
1644
1645 2003-06-10  Angus Leeming  <leeming@lyx.org>
1646
1647         * lfuns.h:
1648         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1649
1650         * lyxfunc.C (dispatch): invoke it.
1651
1652 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1653
1654         * main.C: protect <ios> with HAVE_IOS
1655         (main): protect sync_with_stdio with HAVE_IOS
1656
1657 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1658
1659         * text2.C (cutSelection): adjust
1660         (pasteSelection): adjust
1661
1662         * messages.C: handle get of empty string
1663
1664         * main.C (main): use sync_with_stdio(false)
1665
1666         * lyxfunc.C (dispatch): adjust
1667
1668         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1669         (WriteAs): remove unneeded BufferView arg.
1670
1671         * bufferparams.h: use correct types on papersize, papersize2 and
1672         paperpackage.
1673
1674         * bufferparams.C (readToken): adjust for type
1675         (writeLaTeX): add missing cases to switch.
1676
1677         * bufferlist.C (quitWriteBuffer): adjust
1678         (close): adjust
1679
1680         * buffer.C (asciiParagraph): remove some commented code.
1681
1682         * CutAndPaste.C: remove current_view extern variable.
1683         (cutSelection): add BufferParams arg.
1684         (eraseSelection): add BufferParams arg.
1685         (pasteSelection): add Buffer const & arg
1686
1687 2003-06-07  John Levon  <levon@movementarian.org>
1688
1689         * buffer.C:
1690         * paragraph_funcs.C:
1691         * paragraph_pimpl.C:
1692         * text.C:
1693         * text2.C:
1694         * paragraph.h:
1695         * paragraph.C: allow InsetERT to freely space lines,
1696         and some consolidation of code
1697
1698 2003-06-06  José Matos  <jamatos@fep.up.pt>
1699
1700         * buffer.C (makeDocBookFile): fix bug #821
1701
1702 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1703
1704         * BufferView_pimpl.C (dispatch): use Dialogs::visible
1705
1706 2003-06-04  Angus Leeming  <leeming@lyx.org>
1707
1708         * buffer.C: bump format to 224.
1709
1710 2003-06-05  André Pönitz  <poenitz@gmx.net>
1711
1712         * text2.C (redoParagraphs): remove two const_cast<>
1713
1714 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1715
1716         * ParagraphList.h: remove last remnants of NO_STD_LIST
1717
1718 2003-06-03  Angus Leeming  <leeming@lyx.org>
1719
1720         * factory.C (createInset): small change to the way InsetExternal's params
1721         are set.
1722
1723 2003-06-04  André Pönitz  <poenitz@gmx.net>
1724
1725         * buffer.h: use Undo directly instead of shared_ptr<Undo>
1726
1727         * paragraph_pimpl.h:
1728         * paragraph.[Ch]: some Inset -> UpdatableInset changes
1729
1730         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
1731
1732         * undo_funcs.C: make some simple cases of undo work again
1733
1734 2003-06-03  John Levon  <levon@movementarian.org>
1735
1736         * ispell.C: HPUX doesn't have sys/select.h
1737         (from Albert Chin)
1738
1739 2003-06-03  John Levon  <levon@movementarian.org>
1740
1741         * CutAndPaste.C: update tabular and include inset
1742         buffer references
1743
1744         * buffer.h:
1745         * paragraph.h:
1746         * paragraph.C: remove owningBuffer(), don't pass Buffer
1747         to clone()
1748
1749         * factory.C: insetGraphicsParams changed
1750
1751 2003-06-02  John Levon  <levon@movementarian.org>
1752
1753         * LyXAction.C:
1754         * factory.C:
1755         * lfuns.h:
1756         * lyxfunc.C:
1757         * text3.C: remove insetparent
1758
1759 2003-06-02  John Levon  <levon@movementarian.org>
1760
1761         * buffer.h:
1762         * buffer.C: fix inset_iterator.end(), move out of line
1763         (bug 1149)
1764
1765 2003-06-01  John Levon  <levon@movementarian.org>
1766
1767         * text3.C: use a proper cut/paste when doing inset
1768         insert (from Jürgen Spitzmüller)
1769
1770 2003-06-01  John Levon  <levon@movementarian.org>
1771
1772         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
1773
1774 2003-05-30  André Pönitz  <poenitz@gmx.net>
1775
1776         * rowpainter.C: unify second drawing phase
1777
1778 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1779
1780         * trans_mgr.C: remove one case of current_view
1781
1782         * text2.C (cursorBottom): delete NO_STD_LIST stuff
1783
1784         * paragraph_funcs.h: remove paragraph.h include
1785
1786         * paragraph.h: delete NO_STD_LIST stuff
1787
1788         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
1789
1790         * buffer.h: remove paragraph.h include
1791
1792         * ParagraphList.C: delete file
1793
1794         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
1795
1796         * toc.C (getTocList): adjust
1797
1798         * paragraph_pimpl.C (validate): adjust
1799
1800         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
1801
1802         * paragraph.C (Paragraph): adjust
1803         (getPositionOfInset): use const_iterator, adjust
1804         (bibitem): use const_iterator, adjust
1805         (setInsetOwner): adjust
1806
1807         * iterators.C (operator++): adjust
1808
1809         * InsetList.[Ch]: Replace selfmade iterator with standard
1810         vector::iterator also introduce const_iterator. Remove getPos,
1811         getInset and setInset from InsetTable. Adjust accordingly.
1812
1813         * BufferView.C (lockInset): adjust
1814         (ChangeInsets): adjust
1815
1816         * tabular.[Ch]: delete commented same_id functions
1817
1818 2003-05-28  John Levon  <levon@movementarian.org>
1819
1820         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
1821
1822 2003-05-28  André Pönitz  <poenitz@gmx.net>
1823
1824         * metricsinfo.[Ch]: remove 'fullredraw' member
1825
1826 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1827
1828         * lyxtextclass.C (operator): remove caching.
1829
1830 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1831
1832         * text3.C: adjust
1833
1834         * text2.C (cursorBottom): adjust
1835         (setCounter): use ParagraphList::find, adjust
1836
1837         * text.C (workWidth): use ParagraphList::find, adjust
1838
1839         * lyxcursor.C (LyXCursor): adjust
1840
1841         * buffer.C (inset_iterator): adjust
1842
1843         * ParagraphList.h: make iterator(value_type) private, make
1844         ParagraphList a friend of iterator.
1845
1846         * ParagraphList.C (find): new function
1847
1848         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1849
1850 2003-05-27  André Pönitz  <poenitz@gmx.net>
1851
1852         * dimension.[Ch]: a -> asc, d -> des, w -> wid
1853
1854 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1855
1856         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
1857
1858 2003-05-26  John Levon  <levon@movementarian.org>
1859
1860         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
1861
1862 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1863
1864         * remove same_id from function signatures, adjust.
1865
1866 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1867
1868         * undo_funcs.C (createUndo): use the id functions directly, adjust.
1869
1870         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
1871
1872         * paragraph.C (Paragraph): get rid of same_ids parameter
1873
1874         * ParagraphList.C (insert): adjust
1875         (push_back): adjust
1876
1877 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1878
1879         * paragraph_funcs.C (breakParagraph): adjust
1880         (breakParagraphConservative): adjust
1881
1882         * buffer.C (readParagraph): adjust
1883
1884         * ParagraphList.C (insert): take a reference instead of a pointer
1885         (insert): adjust
1886
1887         * paragraph.[Ch] (id): new function
1888
1889         * bufferlist.C (newFile): adjust
1890
1891         * ParagraphList.C (ParagraphList): adjust
1892         (assign): adjust
1893         (push_back): take a reference instead of a pointer.
1894
1895         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
1896
1897         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
1898         instead.
1899
1900         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
1901         set else use old code.
1902
1903         * ParagraphList.C: remove all NO_NEXT code and only compile this
1904         code of NO_STD_LIST is set.
1905
1906 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1907
1908         * BufferView_pimpl.C:
1909         * TextCache.C:
1910         * TextCache.h:
1911         * bufferlist.C:
1912         * errorlist.h:
1913         * format.C:
1914         * format.h:
1915         * graph.C:
1916         * lyxfunc.C:
1917         * lyxrc.C:
1918         * graphics/GraphicsConverter.C:
1919         * graphics/PreviewLoader.C: header adjustment
1920
1921 2003-05-23  Angus Leeming  <leeming@lyx.org>
1922
1923         * LaTeXFeatures.[Ch] (useBabel): new method.
1924         * bufferparams.C (writeLaTeX): use it.
1925
1926 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1927
1928         * ParagraphList.h (set): remove unused function.
1929
1930 2003-05-23  André Pönitz  <poenitz@gmx.net>
1931
1932         * BufferView.C:
1933         * BufferView_pimpl.C:
1934         * buffer.C:
1935         * buffer.h:
1936         * lyxfunc.C:
1937         * undo_funcs.C: setUndo reworked
1938
1939         * iterators.[Ch]: add access to topmost ParagraphList
1940
1941         * lyxtext.[Ch] (workWidth): add a const
1942
1943 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1944
1945         * texrow.[Ch] (increasePos): remove function
1946         * exporter.C (export): removed unused var and outdated comment
1947
1948 2003-05-23  Angus Leeming  <leeming@lyx.org>
1949
1950         * latexrunparams.h: rename fragile as moving_arg.
1951         * paragraph.C (simpleTeXOnePar): ditto.
1952         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
1953
1954 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1955
1956         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
1957         (createUndo): ditto
1958         (textUndoOrRedo): comment out a currently unused var.
1959
1960         * paragraph.h (NO_NEXT): enable NO_NEXT
1961
1962         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
1963
1964         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
1965
1966         * exporter.C (Export): adjust for removeAutoInsets removal.
1967
1968         * buffer.C (runChktex): adjust for removeAutoInsets removal.
1969
1970         * LyXAction.C (init): remove LFUN_REMOVEERRORS
1971
1972         * BufferView.[Ch] (removeAutoInsets): delete function
1973
1974 2003-05-22  Angus Leeming  <leeming@lyx.org>
1975
1976         * latexrunparams.h: add a free_spacing variable.
1977
1978         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
1979         to pass moving_arg, as the data is stored in runparams.fragile.
1980
1981         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
1982         to Inset::latexOptional or to simpleTeXOnePar.
1983
1984         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
1985         free_spacing arg to Inset::latexOptional.
1986
1987         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
1988         free_spacing arg.
1989
1990 2003-05-22  Angus Leeming  <leeming@lyx.org>
1991
1992         * latexrunparams.h: add fragile and use_babel variables.
1993
1994         * bufferparams.[Ch] (writeLaTeX): return use_babel.
1995         * buffer.C (makeLaTeXFile): store this returned value in
1996         runparams.use_babel, thus passing it to the inset::latex methods.
1997
1998         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
1999         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2000
2001         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2002         longer has a fragile arg, as it is stored in runparams.fragile.
2003
2004         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2005         moving_arg parameter as the data is stored in runparams.fragile.
2006
2007         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2008         a fragile parameter as the data is stored in runparams.fragile.
2009
2010 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2011
2012         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2013
2014 2003-05-22  Angus Leeming  <leeming@lyx.org>
2015
2016         * latexrunparams.h: add a 'bool nice' which defaults to false.
2017
2018         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2019         now encapsulated within runparams.
2020
2021         * bufferlist.C (updateIncludedTeXfiles):
2022         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2023
2024 2003-05-22  Angus Leeming  <leeming@lyx.org>
2025
2026         * latexrunparams.h: new file containing struct LatexRunParams.
2027         * Makefile.am: add new file.
2028
2029         * LaTeX.[Ch] (c-tor, run):
2030         * buffer.[Ch] (makeLaTeXFile):
2031         * bufferlist.[Ch] (updateIncludedTeXfiles):
2032         * converter.C (convert, scanLog):
2033         * converter.[Ch] (runLaTeX):
2034         * exporter.C (Export):
2035         * paragraph.[Ch] (simpleTeXOnePar):
2036         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2037         * paragraph_funcs.[Ch] (latexParagraphs):
2038         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2039         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2040         pass around a LatexRunParams parameter.
2041
2042 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2043
2044         * paragraph.[Ch]: remove unused constructor
2045
2046         * ParagraphList.C (erase): new function, taking two iterators
2047
2048 2003-05-22  André Pönitz  <poenitz@gmx.net>
2049
2050         * undo_funcs.C: remove duplicated code
2051
2052         * iterator.[Ch]: operator=
2053
2054 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2055
2056         * tabular.C (SetMultiColumn): ws changes
2057
2058         * rowpainter.C (paintFirst): get rid of a ->previous
2059
2060         * lyx_cb.C (getPossibleLabel): parlist simplification
2061
2062         * BufferView.C (ChangeInsets): simplify slightly.
2063
2064 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2065
2066         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2067         * lfuns.h: new LFUN_SPACE
2068         * lyxfunc.C: protected space has a new lfun
2069         * paragraph_funcs.C: read new space insets
2070         * text3.C:
2071         * factory.C: handle new space insets
2072
2073 2003-05-22  André Pönitz  <poenitz@gmx.net>
2074
2075         * BufferView.C:
2076         * BufferView_pimpl.C:
2077         * buffer.[Ch]:
2078         * lyxfunc.C:
2079         * undo_funcs.C: return a ParIterator from getParFromID.
2080
2081         * iterators.[Ch]: add two const's
2082
2083 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2084
2085         * toc.C (getTocList): adjust
2086
2087         * iterators.[Ch]: rework for parlist
2088
2089         * buffer.C (par_iterator_begin): adjust
2090         (par_iterator_end): adjust
2091
2092         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2093
2094         * BufferView.C (removeAutoInsets): adjust
2095         (ChangeInsets): adjust
2096
2097 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2098
2099         * text.C (top_y): fix bug 1110
2100
2101 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2102
2103         * errorlist.[Ch]: added
2104         * buffer.C:
2105         * BufferView.[Ch]:
2106         * BufferView_pimpl.C:
2107         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2108         instead
2109
2110 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2111
2112         * Makefile.am: ensure that lyx is relinked upon changes to the
2113         various "convenience" libs.
2114
2115 2003-05-20  Angus Leeming  <leeming@lyx.org>
2116
2117         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2118         files are compiled in alphabetical order again.
2119
2120         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2121
2122 2003-05-19  Angus Leeming  <leeming@lyx.org>
2123
2124         * gettext.[Ch]: remove "char const * _(char const *)".
2125
2126 2003-05-19  André Pönitz  <poenitz@gmx.net>
2127
2128         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2129
2130         * Makefile.am:
2131         * BufferView.C:
2132         * DepTable.h:
2133         * LaTeXFeatures.C:
2134         * buffer.C:
2135         * lyxfont.C:
2136         * lyxlex.h:
2137         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2138
2139 2003-05-19  André Pönitz  <poenitz@gmx.net>
2140
2141         * buffer.C:
2142         * lyxlayout.[Ch]:
2143         * lyxtextclass.[Ch]:
2144         * paragraph.C:
2145         * paragraph_funcs.[Ch]:
2146         * text2.C:
2147         * text3.C: more insetenv work
2148
2149 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2150
2151         * ParagraphParameters.C (params2string): small bug fixed
2152
2153 2003-05-16  André Pönitz  <poenitz@gmx.net>
2154
2155         * debug.C:
2156         * bufferview_funcs.C: patch from Kornel Benko to prevent
2157           crash when _(...) is called twice in a statement
2158
2159 2003-05-16  André Pönitz  <poenitz@gmx.net>
2160
2161         * BufferView.C:
2162         * lyxfunc.C:
2163         * text.C:
2164         * text2.C:
2165         * text3.C:
2166         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2167
2168 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2169
2170         * lyx_main.C (init): remove spurious static_cast
2171
2172 2003-05-14  André Pönitz  <poenitz@gmx.net>
2173
2174         * BufferView.C: fix format string
2175
2176 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2177
2178         * BufferView.[Ch] (insertErrors): removed
2179         * BufferView.[Ch] (showErrorList): added
2180         * buffer.C (runChkTeX):
2181         * converter.C (scanLog): call showErrorList instead of inserterrors
2182
2183 2003-05-13  André Pönitz  <poenitz@gmx.net>
2184
2185         * BufferView_pimpl.C:
2186         * buffer.C:
2187         * bufferview_func.C:
2188         * MenuBackend.C:
2189         * lyxfunc.C:
2190         * lyxrc.C:
2191         * tex-accent.C:
2192         * text3.C:
2193         * toc.C:
2194         * tabular_funcs.h: tostr() from its own header
2195
2196         * ParagraphParameters.C:
2197         * ToolbarBackend.C:
2198         * bufferparams.C:
2199         * format.C:
2200         * lyxlex_pimpl.C:
2201         * text3.C: STRCONV()
2202
2203 2003-05-12  André Pönitz  <poenitz@gmx.net>
2204
2205         * BufferView.C:
2206         * BufferView_pimpl.C:
2207         * CutAndPaste.C:
2208         * LaTeX.C:
2209         * LaTeXFeatures.C:
2210         * ParagraphParameters.C:
2211         * buffer.C:
2212         * bufferlist.C:
2213         * bufferparams.C:
2214         * bufferview_funcs.C:
2215         * converter.C:
2216         * counters.C:
2217         * debug.C:
2218         * exporter.C:
2219         * format.C:
2220         * importer.C:
2221         * lyx_cb.C:
2222         * lyx_main.C:
2223         * lyxfont.C:
2224         * lyxfunc.C:
2225         * lyxvc.C:
2226         * paragraph.C:
2227         * paragraph_funcs.C:
2228         * tabular.C:
2229         * tabular_funcs.C:
2230         * text2.C:
2231         * text3.C:  boost::format -> bformat  all over the place
2232
2233
2234 2003-05-09  André Pönitz  <poenitz@gmx.net>
2235
2236         * LColor.[Ch]: Pimpl the #include <map> away
2237
2238 2003-05-09  John Levon  <levon@movementarian.org>
2239
2240         * bufferlist.C: never remove emergency saves
2241
2242 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2243
2244         * Makefile.am: better lib building
2245
2246 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2247
2248         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2249         instead.
2250         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2251         (simpleTeXSpecialChars): adjust
2252         (simpleTeXSpecialChars): adjust
2253         * paragraph.C (simpleTeXOnePar): adjust
2254         * buffer.C (makeLaTeXFile): adjust
2255
2256         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2257
2258         * text2.C (changeDepth): parlist cleanup
2259         (getColumnNearX): ditto
2260
2261         * rowpainter.C (getLabelFont): parlist cleanup
2262
2263         * bufferlist.C (newFile): parlist cleanup
2264
2265         * CutAndPaste.C (eraseSelection): parlist cleanup
2266
2267         * BufferView_pimpl.C (trackChanges): parlist cleanup
2268         (dispatch): ditto
2269
2270         * BufferView.C (lockInset): parlist cleanup.
2271         (ChangeInsets): ditto
2272
2273 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2274
2275         * CutAndPaste.h: Update file header.
2276
2277         * CutAndPaste.C: Update file header.
2278         Store the parts cut out of the Document in a limited_stack.
2279         (copySelection): adjust
2280         (pasteSelection): new function, takes the index in the limited stack.
2281         (nrOfParagraphs): adjust
2282         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2283         simplify error inset insertion.
2284         (checkPastePossible): adjust
2285
2286 2003-05-06  John Levon  <levon@movementarian.org>
2287
2288         * text2.C: don't cast wrap inset to float
2289
2290 2003-05-05  André Pönitz  <poenitz@gmx.net>
2291
2292         * iterator.C:
2293         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2294
2295         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2296           few naked Paragraph *.
2297
2298 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2299
2300         * bufferparams.C: Output warning if a document with missing
2301         TeX document class is loaded
2302         * exporter.C: Disable TeX exports if the document class is missing
2303         * lyxtextclass.C:
2304         * lyxtextclass.h:
2305         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2306         isTeXClassAvailable()
2307
2308 2003-05-03  John Levon  <levon@movementarian.org>
2309
2310         * BufferView.h:
2311         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2312         explicit cursor show/hide
2313
2314         * BufferView_pimpl.h:
2315         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2316         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2317
2318         * lyxfunc.C: hide cursor before dispatching.
2319
2320         * lyx_cb.C:
2321         * lyxfind.C:
2322         * text.C:
2323         * text3.C: remove explicit cursor hides
2324
2325 2003-05-02  André Pönitz  <poenitz@gmx.net>
2326
2327         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2328
2329         * undo_funcs.C:
2330         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2331           linked lists
2332
2333         * text2.C: tiny whitespace
2334
2335 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2336
2337         * undo_funcs.C: almost only ws changes.
2338
2339         * ParagraphList.C (splice): just return if pl is empty.
2340
2341 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2342
2343         * ParagraphList.C (splice): new function.
2344
2345         * CutAndPaste.C (pasteSelection): use it
2346
2347 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2348
2349         * CutAndPaste.C (pasteSelection): remove the last next and
2350         previous from this file.
2351
2352 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2353
2354         * CutAndPaste.C (pasteSelection): more clean up, user proper
2355         ParagraphList functions for pasteing.
2356
2357         * ParagraphList.C (insert): new function, three arg insert
2358
2359 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2360
2361         * ParagraphList.C (insert): new function, three arg insert
2362
2363         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2364         not on paragraphs.
2365
2366 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2367
2368         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2369
2370 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2371
2372         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2373
2374 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2375
2376         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2377         (copySelection): clean up a bit.
2378         (pasteSelection): use make_pair
2379
2380         * ParagraphList.C (ParagraphList): implement copy constructor
2381         (operator=): implement, base on copy constructor.
2382         (assign): new func
2383
2384         * paragraph.C (erase): return a bool
2385
2386         * paragraph_pimpl.C (erasePos): remove function, move contents...
2387         (erase): ... here. Return a bool.
2388         (erase): call erase instead of erasePos.
2389
2390 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2391
2392         * ParagraphList.h: define PitPosPair
2393         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2394         ParagraphList, fix a bug on pasting multiple pars
2395         * text2.C: change interface to C&P
2396
2397 2003-04-30  André Pönitz  <poenitz@gmx.net>
2398
2399         * undo_func.C: revert part of yesterday's patch 2
2400
2401 2003-04-30  John Levon  <levon@movementarian.org>
2402
2403         * LColor.C: s/tabular/table/
2404
2405 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2406
2407         * text3.C (dispatch): do not convert iterator -> pointer
2408         * undo_funcs.C (setCursorParUndo): ditto
2409         * text_funcs.C (transposeChars): ditto
2410
2411         * text2.C (setLayout): ws changes only
2412
2413         * text.C (breakParagraph): do not convert iterator -> pointer
2414         (insertChar): ditto
2415         (acceptChange): ditto
2416         (rejectChange): ditto
2417         (changeCase): ditto
2418         (Delete): ditto
2419         (backspace): ditto
2420
2421         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2422         pointer
2423
2424 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2425
2426         * text3.C (gotoInset): YABG (yet another bad getChar)
2427
2428 2003-04-29  André Pönitz  <poenitz@gmx.net>
2429
2430         * paragraph.h: make operator= private unimplemented as long as
2431           it is unusable
2432
2433         * ParagraphList.C: whitespace
2434
2435         * paragraph.[Ch]:
2436         * paragraph_pimpl.[Ch]:
2437         * paragraph_funcs.C:
2438         * CutAndPaste.C:
2439         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2440
2441         * text2.C:
2442           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2443
2444 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2445
2446         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2447         * paragraph.[Ch] (erase):
2448         * paragraph_pimpl.[Ch] (erase): change return type and value
2449         * text2.C (cutSelection): some rework
2450
2451 2003-04-28  John Levon  <levon@movementarian.org>
2452
2453         * bufferlist.C: changes for unsaved changes dialog
2454
2455 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2456
2457         * bufferlist.C (newFile): set language (messages_) for new
2458         documents also.
2459
2460         * buffer.C (readFile): ws changes only.
2461
2462 2003-04-28  André Pönitz  <poenitz@gmx.net>
2463
2464         * undo_funcs.C:
2465         * lyxfunc.C:
2466         * buffer.[Ch]:
2467         * BufferView_pimpl.C:
2468         * BufferView.C: getParFromID related ParagraphList::iterator changes
2469
2470 2003-04-28  André Pönitz  <poenitz@gmx.net>
2471
2472         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2473           Changes
2474
2475 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2476
2477         * messages.C: remove one more localedir class variable.
2478
2479 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2480
2481         * messages.C (getLocaleDir): singleton generation function
2482         (Pimpl): use it.
2483         (Messages): add a default constructor.
2484
2485         * main.C (main): do not setup localedir here, do not call
2486         gettext_init.
2487
2488         * gettext.C (_): use it.
2489         (gettext_init): delete funciton
2490
2491 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2492
2493         * gettext.C (getLyXMessages): new singleton generating function.
2494
2495         * buffer.C (updateDocLang): adjust
2496
2497         * Makefile.am (messages.o): add target
2498         (main.o): remove target
2499
2500 2003-04-27  John Levon  <levon@movementarian.org>
2501
2502         * bufferlist.C:
2503         * lyx_cb.C:
2504         * lyxfunc.C:
2505         * lyxvc.C: specify cancel button in Alert::prompt
2506
2507 2003-04-26  John Levon  <levon@movementarian.org>
2508
2509         * text3.C:
2510         * lyxfunc.C:
2511         * lfuns.h:
2512         * LyXAction.C: add LFUN_INSET_SETTINGS
2513
2514         * lyxfunc.C: don't enable tabular-feature when there's
2515         just any locking inset
2516
2517 2003-04-26  John Levon  <levon@movementarian.org>
2518
2519         * bufferlist.C: re-add Cancel to buffer close question
2520
2521         * lyxfunc.C: fix import UI a bit
2522
2523 2003-04-25  John Levon  <levon@movementarian.org>
2524
2525         * gettext.C: remove the broken asserts for now
2526
2527 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2528
2529         * messages.C: make case where setlocale cannot comply work better.
2530
2531         * buffer.C (updateDocLang): new function
2532         (changeLanguage): use it
2533         (readFile): use it
2534
2535         * text2.C (setCounter): use B_ a bit.
2536
2537         * lyxlayout.C (Read): be sure to trim the label strings.
2538
2539         * messages.C (Messages): fix typo in comment
2540
2541         * buffer.C (readFile): set message_ after file is loaded.
2542         (makeDocBookFile): remove double return
2543         (changeLanguage): reset message_ upon language change.
2544         (B_): new func, use this to get translated buffer strings.
2545
2546         * main.C: add myself and Jean Marc as authors.
2547
2548 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2549
2550         * messages.[hC]: pimplify Messages, and three different pimpls to be
2551         used in different circumstances.
2552
2553         * gettext.[Ch]: change for use with new message code.
2554
2555 2003-04-24 André Pönitz <poenitz@gmx.net>
2556
2557         * factory.C: support for eqref
2558
2559 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2560
2561         * messages.[Ch]: add missing char
2562
2563         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2564
2565         * messages.[Ch]: New files
2566
2567 2003-04-18  John Levon  <levon@movementarian.org>
2568
2569         * BufferView.h:
2570         * BufferView.C:
2571         * BufferView_pimpl.C:
2572         * lfuns.h:
2573         * LyXAction.C:
2574         * lyxtext.h:
2575         * text2.C: remove layout-copy/paste (bug 778)
2576
2577 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2578
2579         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2580
2581 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2582
2583         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2584         if they succeed. Act accordingly.
2585
2586 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2587
2588         * text2.C (setCharFont): adjust
2589         (setCounter): adjust
2590         (insertStringAsLines): adjust
2591
2592         * text.C (leftMargin): adjust
2593         (setHeightOfRow): adjust
2594
2595         * rowpainter.C (paintFirst): adjust
2596         (paintLast): adjust
2597
2598         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2599         (outerHook): ditto
2600         (isFirstInSequence): ditto
2601         (getEndLabel): ditto
2602         (outerFont): adjust
2603
2604         * paragraph.C (getParLanguage): comment out some hard stuff.
2605
2606         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2607         (sgmlError): ditto
2608         (simpleDocBookOnePar): ditto
2609         (makeDocBookFile): use ParagraphList::iterator
2610
2611         * CutAndPaste.C (pasteSelection): adjust
2612
2613 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2614
2615         * text2.C (getFont): adjust
2616         (getLayoutFont): adjust
2617         (getLabelFont): adjust
2618
2619         * paragraph_funcs.C (TeXOnePar): adjust
2620
2621         * buffer.C (simpleLinuxDocOnePar): adjust
2622         (simpleDocBookOnePar): adjust
2623
2624         * CutAndPaste.C (pasteSelection): adjust
2625
2626         * BufferView.C (getEncoding): adjust
2627
2628         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2629
2630 2003-04-16  John Levon  <levon@movementarian.org>
2631
2632         * lyxfind.C: use parlist stuff for search/changes
2633
2634 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2635
2636         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2637
2638         * text2.C (deleteEmptyParagraphMechanism): adjust
2639
2640         * text2.[Ch] (ownerParagraph): delete func (both of them
2641
2642 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2643
2644         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2645
2646 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2647
2648         * ParagraphList.C: prepare for NO_NEXT
2649
2650 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2651
2652         * text2.C (getFont): adjust
2653         (getLayoutFont): adjust
2654         (getLabelFont): adjust
2655
2656         * paragraph.C (getFont): adjust
2657         (getLabelFont): adjust
2658         (getLayoutFont): adjust
2659
2660         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2661
2662 2003-04-15  John Levon  <levon@movementarian.org>
2663
2664         From Angus Leeming
2665
2666         * lyx_main.C: handle Include in .ui files
2667
2668 2003-04-15  John Levon  <levon@movementarian.org>
2669
2670         * MenuBackend.C: make the doc files length shorter
2671
2672         * ToolbarBackend.h:
2673         * ToolbarBackend.C: handle toolbar placement flags,
2674         Minibuffer
2675
2676 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2677
2678         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
2679         adjust
2680
2681         * paragraph_funcs.C (TeXOnePar): adjust
2682
2683         * paragraph.C (getLabelFont): add outerfont arg, adjust
2684         (getLayoutFont): ditto
2685         (simpleTeXOnePar): adjust
2686
2687         * paragraph_pimpl.C (realizeFont): delete func
2688
2689 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
2690
2691         * text2.C (beforeFullRowInset): added a bad getchar check, removed
2692         row argument, constify cur argument.
2693
2694 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2695
2696         * text2.C (getFont): adjust
2697         (getLayoutFont): adjust
2698         (getLabelFont): adjust
2699
2700         * paragraph_funcs.C (TeXOnePar): adjust
2701         (outerFont): new func...
2702         (realizeFont): ...moved out from here, changed this to facilitate
2703         transition
2704
2705         * paragraph.C (getFont): take outerfont as arg, adjust
2706         (simpleTeXOnePar): add outerfont arg, adjust
2707
2708         * buffer.C (simpleLinuxDocOnePar): adjust
2709         (simpleDocBookOnePar): adjust
2710
2711         * CutAndPaste.C (pasteSelection): adjust
2712
2713         * BufferView.C (getEncoding): adjust
2714
2715 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2716
2717         * text2.C (setCharFont): adjust
2718         (setCounter): adjust
2719
2720         * text.C (leftMargin): adjust
2721         (setHeightOfRow): adjust
2722
2723         * rowpainter.C (paintFirst): adjust
2724         (paintLast): adjust
2725
2726         * paragraph_pimpl.C (realizeFont): adjust
2727
2728         * paragraph.C (isFirstInSequence): move from here...
2729         * paragraph_funcs.C (isFirstInSequence): ...to here
2730
2731         * paragraph.C (outerHook): move from here...
2732         * paragraph_funcs.C (outerHook): ...to here
2733
2734         * paragraph.C (depthHook): move from here...
2735         * paragraph_funcs.C (depthHook): ...to here
2736
2737         * paragraph.C (getEndLabel): move from here...
2738         * paragraph_funcs.C (getEndLabel): ...to here
2739
2740         * text2.C (realizeFont): move from here...
2741         * paragraph_funcs.C (realizeFont): ...to here
2742
2743 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2744
2745         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
2746
2747 2003-04-14  Angus Leeming  <leeming@lyx.org>
2748
2749         * LColor.[Ch]: scrap LColor mathcursor.
2750
2751 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2752
2753         * lyxlex.[Ch] (text): delete function
2754         * trans.C (Load): adjust
2755         * paragraph_funcs.C (readParToken): adjust
2756
2757 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2758
2759         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
2760         vector<char> instead of a char[].
2761
2762         * lyxlex_pimpl.C (getString): adjust
2763         (next): adjust
2764         (lex): use getString
2765         (eatLine): adjust
2766         (nextToken): adjust
2767
2768         * lyxlex.C (text): use pimpl_->getString()
2769         (getBool): ditto
2770         (findToken): ditto
2771
2772 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2773
2774         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
2775         (makeFontEntriesLayoutSpecific): temp var for par.size()
2776         (setLayout): temp var for ownerParagraphs().end()
2777         (fullRebreak): temp var for rows().end()
2778         (selectionAsString): temp var for boost::next(startpit), realize
2779         that the while really is a regular for loop.
2780         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
2781         setCursor in one place.
2782         (setParagraph): temp vr for ownerParagraphs().end()
2783         (updateCounters): make the while loop a for loop
2784         (cutSelection): temp var for ownerParagraphs().end()
2785         (updateInset): make the do {} while() a regular for loop
2786         (getCursorX): use temp vars
2787         (setCurrentFont): use temp vars
2788         (getColumnNearX): use temp vars
2789
2790 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2791
2792         * text.C (transformChar): use temp var for getChar
2793         (computeBidiTables): use temp var for row->par()
2794         (fill): move temp vars for row->par() and pit->layout() earlier in
2795         the function.
2796         (labelFill): use temp var for row->par()
2797         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
2798         asc and desc, realize that pit never changes and that firstpit is
2799         just a duplicate and not needed. Exchange rit->par() with pit in a
2800         lot of places.
2801         (breakAgain): use a temp var for boost::next(rit)
2802         (breakAgainOneRow): ditto
2803         (breakParagraph): use a temp var for rows().begin()
2804         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
2805         (cursorRightOneWord): use temp var for cursor.par() and
2806         cursor.pos(), remove usage of tmpcursor.
2807         (cursorLeftOneWord): use temp var for cursor.par() and
2808         cursor.pos() only set cur at end of function.
2809
2810 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2811
2812         * text.C, text2.C: exchange all usage of Paragraph::next with
2813         boost::next(ParagraphList::iterator)
2814
2815         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
2816
2817         * text2.C (cursorTop): simplify implementation
2818         (cursorBottom): ditto
2819         (setParagraph): use ParagraphList::iterator
2820         (setCurrentFont): adjust
2821         (getColumnNearX): adjust
2822         (cursorRight): adjust
2823         (cursorLeft): remove usage of Paragraph::previous
2824         (cursorUpParagraph): ditto
2825         (deleteEmptyParagraphMechanism): slight cleanup
2826
2827         * text.C (isBoundary): take a Paragraph const & instead of a
2828         pointer as arg.
2829         (addressBreakPoint): ditto
2830         (leftMargin): remove usage of Paragraph::previous.
2831         (setHeightOfRow): ditto
2832         (cursorLeftOneWord): ditto
2833         (selectNextWordToSpellcheck): ditto
2834         (Delete): ditto
2835         (backspace): ditto
2836         (breakParagraph): remove one usage of Paragraph::next
2837         (redoParagraph): ditto
2838         (acceptChange): ditto
2839         (insertChar): adjust
2840         (rowBreakPoint): adjust
2841
2842         * bufferview_funcs.C (toggleAndShow): adjust
2843
2844 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
2845
2846         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
2847         methods to access it.
2848         * lyxtext.h:
2849         * text.C: Added updateRowPositions to compute all row positions.
2850         Make top_y and getRowNearY() to use the cached y position
2851
2852 2003-04-11  John Levon  <levon@movementarian.org>
2853
2854         * text.C (rowBreakPoint): reintroduce the labelEnd
2855         checks, code copied from the row fill stuff. Deep voodoo.
2856
2857         * text.C (fill): add a comment and debugging for the
2858         next poor soul.
2859
2860 2003-04-11  John Levon  <levon@movementarian.org>
2861
2862         * text.C: make sure fullrow insets get wrapped to the next line,
2863         even when they're in a manual label
2864
2865 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
2866
2867         * text2.C (insertParagraph): make it take ParagraphList::iterator
2868         as arg.
2869         (setLayout): make it return ParagraphList::iterator
2870         (redoParagraphs): ditto
2871         (setCounter): ditto
2872         (checkParagraph): ditto
2873
2874         * text.C (getRow): make getrow take ParagraphList::iterator as arg
2875
2876         * text2.C: adjust several funcs.
2877         (realizeFont): take a ParagraphList::iterator as arg.
2878         (getLayoutFont): ditto
2879         (getLabelFont): ditto
2880         (setCharFont): ditto
2881
2882         * text.C: adjust several funcs.
2883
2884 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2885
2886         * text.C (selectNextWordToSpellcheck): don't accidentally
2887         skip insets
2888
2889 2003-04-10  John Levon  <levon@movementarian.org>
2890
2891         * ToolbarBackend.C (getIcon): special handling for
2892         LFUN_MATH_DELIM
2893
2894 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2895
2896         * text2.C (cursorRight): a getChar assert fixed
2897
2898 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2899
2900         * text2.C (getFont): change to take a ParagraphList::iterator
2901         instead of Paragraph*
2902         Adjust several functions.
2903
2904         * text.C (transformChar): change to take a ParagraphList::iterator
2905         instead of Paragraph*
2906         (singleWidth): ditto
2907         Adjust several functions.
2908
2909         * rowpainter.C: adjust several functions
2910         * rowpainter.h:store a ParagraphList::iterator and not a
2911         Paragraph&.
2912
2913
2914 2003-04-09  John Levon  <levon@movementarian.org>
2915
2916         * lyxfunc.C:
2917         * lfuns.h:
2918         * LyXAction.h:
2919         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
2920         and the "help" bits as well
2921
2922 2003-04-09  John Levon  <levon@movementarian.org>
2923
2924         * ToolbarBackend.h:
2925         * ToolbarBackend.C: allow multiple toolbars
2926
2927 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2928
2929         * undo_funcs.C (setCursorParUndo): adjust
2930
2931         * text_funcs.C (transposeChars): adjust
2932
2933         * text3.C (gotoNextInset): adjust
2934         (dispatch): adjust
2935
2936         * text2.C (setLayout): adjust
2937         (changeDepth): adjust
2938         (setFont): adjust
2939         (redoParagraphs): adjust
2940         (selectionAsString): adjust
2941         (setParagraph): adjust
2942         (insertInset): adjust
2943         (cutSelection): adjust
2944         (copySelection): adjust
2945         (pasteSelection): adjust
2946         (insertStringAsLines): adjust
2947         (updateInset): adjust
2948         (setCursor): change to take a ParagraphList::iterator parameter
2949         (setCursorIntern): change to take a ParagraphList::iterator parameter
2950         (setCurrentFont): adjust
2951         (cursorLeft): adjust
2952         (cursorRight): adjust
2953         (deleteEmptyParagraphMechanism): adjust
2954
2955         * text.C (breakParagraph): adjust
2956         (insertChar): adjust
2957         (acceptChange): adjust
2958         (rejectChange): adjust
2959         (selectNextWordToSpellcheck): adjust
2960         (changeCase): adjust
2961         (Delete): adjust
2962         (backspace): adjust
2963
2964         * lyxfind.C (SearchForward): adjust
2965         (SearchBackward): adjust
2966         (nextChange): adjust
2967
2968         * lyxcursor.C (par): adjust
2969
2970         * lyxcursor.h: store a ParagraphList::iterator instead of a
2971         Paragraph*
2972
2973         * lyx_cb.C (getPossibleLabel): adjust
2974
2975         * bufferview_funcs.C (toggleAndShow): adjust
2976
2977         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2978         (dispatch): adjust
2979
2980         * BufferView.C (removeAutoInsets): adjust
2981         (lockedInsetStoreUndo): adjust
2982
2983 2003-04-09  John Levon  <levon@movementarian.org>
2984
2985         * ToolbarBackend.C: try icon without argument
2986         if with argument fails
2987
2988 2003-04-08  John Levon  <levon@movementarian.org>
2989
2990         * ToolbarBackend.h:
2991         * ToolbarBackend.C: add getIcon(), handle tooltip,
2992         and change from "Icon" to "Item".
2993
2994 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2995
2996         * BufferView.C (lockInset): another bad getchar crunched
2997
2998 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2999
3000         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3001         again)
3002
3003 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3004
3005         * lyxfind.C (searchForward, searchBackwards): bug 782
3006
3007 2003-04-07  John Levon  <levon@movementarian.org>
3008
3009         * paragraph.C: remove dead comment
3010
3011         * text.C: remove troublesome depth-fiddling code
3012         in leftMargin() and rightMargin() (bug 1017)
3013
3014         * text.C: fix breaking of rows in nested lists
3015         (bug 1004)
3016
3017         * text2.C (updateCounters): fix up depth values
3018         (bug 1013)
3019
3020 2003-04-07  John Levon  <levon@movementarian.org>
3021
3022         * BufferView_pimpl.C: clear message when doc finishes resizing,
3023         and after a mouse event
3024
3025         * lyxfunc.C: clear message after exiting inset
3026
3027 2003-04-07  John Levon  <levon@movementarian.org>
3028
3029         * bufferview_funcs.C: show math status not outside
3030         status in the statusbar
3031
3032 2003-04-07  John Levon  <levon@movementarian.org>
3033
3034         * lyxfunc.C: note status changed after a depth change
3035
3036 2003-04-04  Angus Leeming  <leeming@lyx.org>
3037
3038         * LaTeX.h: move AuxInfo operator==, != out of line.
3039         Remove LaTeX virtual destructor; nothing derives from it.
3040         Move operator()() out of public area and rename it startscript().
3041         Change protected for private.
3042
3043 2003-04-04  Angus Leeming  <leeming@lyx.org>
3044
3045         * lyxfunc.C:
3046         * text2.C: remove unneeded #includes.
3047
3048 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3049
3050         * text2.C (dEPM): fix the heigth of the next row
3051
3052 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3053
3054         * text.C: squashed an invalid getChar requester + some ws changes
3055
3056 2003-04-03  John Levon  <levon@movementarian.org>
3057
3058         * bufferview_funcs.h:
3059         * bufferview_funcs.C:
3060         * lyxfunc.C:
3061         * lyxtext.h:
3062         * text2.C: make getStatus work for the env depth lfuns
3063
3064 2003-04-03  John Levon  <levon@movementarian.org>
3065
3066         * bufferview_funcs.h:
3067         * bufferview_funcs.C:
3068         * lyxfunc.C:
3069         * lyxtext.h:
3070         * text2.C: parlistize decDepth(), by merging it with incDepth()
3071
3072 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3073
3074         * lyxrow.h: store a ParagraphList::iterator instead of a
3075         Paragraph* and adjust other class functions to suit.
3076
3077         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3078         above.
3079
3080 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3081
3082         * text2.C (setCursor): do not anchor to cursor row for the time being
3083
3084 2003-04-02  John Levon  <levon@movementarian.org>
3085
3086         * LyXAction.C:
3087         * lfuns.h:
3088         * lyx_main.C:
3089         * lyxtext.h:
3090         * text.C:
3091         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3092
3093 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3094
3095         * paragraph.h: make ParagraphList and ParagraphList::iterator
3096         friends of Paragraph.
3097
3098         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3099
3100         * ParagraphList.C: Use the private next_ and previous_ from
3101         Paragraph.
3102
3103 2003-04-01  John Levon  <levon@movementarian.org>
3104
3105         * ToolbarBackend.h:
3106         * ToolbarBackend.C:
3107         * Makefile.am: rename, remove defaults gunk
3108
3109         * MenuBackend.h:
3110         * MenuBackend.C: remove defaults gunk
3111
3112         * Languages.h:
3113         * Languages.C: remove defaults gunk
3114
3115         * lyx_main.h:
3116         * lyx_main.C: error out if files couldn't be found.
3117
3118 2003-04-02  John Levon  <levon@movementarian.org>
3119
3120         * text2.C: make incDepth() use parlist
3121
3122 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3123
3124         * undo_funcs.C (firstUndoParagraph): adjust
3125
3126         * text3.C (gotoInset): adjust
3127         (dispatch): adjust, and rewrite loop.
3128
3129         * text2.C (init): adjust, and rewrite loop.
3130         (redoParagraphs): adjust
3131         (updateInset): adjust, and rewrite loop.
3132         (deleteEmptyParagraphMechanism): adjust
3133
3134         * tabular.C (LyXTabular): adjust
3135         (SetMultiColumn): adjust
3136         (TeXRow): adjust
3137
3138         * lyxtext.[Ch] (ownerParagraph): delete function
3139         (ownerParagraphs): new function returns a ParagraphList.
3140
3141         * BufferView.C (removeAutoInsets): adjust
3142         (insertErrors): adjust
3143         (setCursorFromRow): adjust
3144
3145 2003-04-01  Angus Leeming  <leeming@lyx.org>
3146
3147         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3148         in the frontends.
3149
3150 2003-04-02  John Levon  <levon@movementarian.org>
3151
3152         * lyxtext.h:
3153         * text.C:
3154         * Makefile.am:
3155         * text_funcs.h:
3156         * text_funcs.C: make transposeChars a free function
3157
3158         * lyxrow_funcs.C: remove wrong comment
3159
3160 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3161
3162         * lyxtext.h: adjust
3163         * rowpainter.C: adjust
3164         * text.C: adjust
3165         * text2.C: adjust
3166         * text3.C: adjust
3167
3168         * lyxrow_funcs. [Ch]: new files
3169
3170         * lyxrow.[Ch]: remove next and previous pointers
3171         (next,previous): remove accessor functions
3172         (isParEnd): move to lyxrow_funcs
3173         (lastPos): move to lyxrow_funcs
3174         (nextRowIsAllInset): move to lyxrow_funcs
3175         (lastPrintablePos): move to lyxrow_funcs
3176         (numberOfSeparators): move to lyxrow_funcs
3177         (numberOfHfills): move to lyxrow_funcs
3178         (numberOfLabelHfills): move to lyxrow_funcs
3179         (hfillExpansion): move to lyxrow_funcs
3180
3181         * lyxfunc.C: adjust
3182
3183         * bufferview_funcs.C (toggleAndShow): adjust
3184
3185         * RowList.h: Remove class RowList from file leave just a
3186         std::list<Row>.
3187
3188         * RowList.C: delete file
3189
3190         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3191         and lyxrow_funcs.h
3192
3193 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3194
3195         * text3.C (cursorPrevious): adjust
3196         (cursorNext): adjust
3197         (dispatch): adjust
3198
3199         * text2.C (redoHeightOfParagraph): adjust
3200         (redoDrawingOfParagraph): adjust
3201         (setCursor): adjust
3202
3203         * text.C (breakParagraph): adjust
3204         (insertChar): adjust
3205         (backspace): adjust
3206
3207         * rowpainter.C (RowPainter): adjust
3208         (leftMargin): simplify and adjust
3209         (most rowpainter functions): adjust.
3210
3211         * rowpainter.h: store the row as RowList::iterator not as Row*
3212
3213         * lyxcursor.C (row): taka RowList::iterator as arg
3214         (irow): ditto
3215
3216         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3217         of Row*.
3218
3219 2003-04-01  Angus Leeming  <leeming@lyx.org>
3220
3221         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3222         stuff like bool Bool.
3223
3224 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3225
3226         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3227         rewrite a loop
3228
3229 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3230
3231         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3232         RowList::iterator.
3233
3234         * lyxtext.h (rows): drop one version and leve a const variant that
3235         returns a RowList::iterator.
3236
3237 2003-03-31  Angus Leeming  <leeming@lyx.org>
3238
3239         * text.C (fill): ensure that the signature is the same as that in the
3240         header file.
3241
3242 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3243
3244         * text2.C (redoParagraphs): adjust
3245         (updateCounters): adjust
3246         (checkParagraph): adjust
3247         (getColumnNearX): adjust and reformat a bit.
3248
3249         * text.C (top_y): adjust
3250         (workWidth): adjust
3251         (leftMargin): adjust
3252         (prepareToPrint): adjust
3253         (getRow): adjust
3254         (getRowNearY): adjust
3255
3256         * lyxtext.h: make rowlist_ mutable.
3257
3258         * RowList.h: add const_iterator
3259         * RowList.C: adjust for RowList::const_iterator.
3260
3261         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3262         adjust.
3263
3264 2003-03-31  John Levon  <levon@movementarian.org>
3265
3266         * lyxrc.h:
3267         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3268
3269         * lyx_main.C: set default fonts from using lyx_gui funcs
3270
3271         * exporter.C: pdf_mode moved from lyxrc
3272
3273         * lyx_cb.C:
3274         * lyxfunc.C: changes from above
3275
3276 2003-03-31  John Levon  <levon@movementarian.org>
3277
3278         * lyx_main.C: fix to the last fix
3279
3280 2003-03-31  John Levon  <levon@movementarian.org>
3281
3282         * bufferlist.C: "Load original" -> "Load Original"
3283
3284         * converter.C:
3285         * exporter.C:
3286         * importer.C:
3287         * lyx_main.C:
3288         * format.C: more Alert cleanups
3289
3290 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3291
3292         * text2.C (removeParagraph): make it take a RowList::iterator as
3293         arg, adjust.
3294         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3295         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3296
3297         * text.C (anchor_row): make it take a RowList::iterator as arg,
3298         adjust.
3299         (computeBidiTables): make it take a const reference to Row instead
3300         of Row pointer, adjust.
3301         (leftMargin): make it take a RowList::iterator as arg, adjust.
3302         (rowBreakPoint): adjust
3303         (breakAgainOneRow): make it take a RowList::iterator as arg,
3304         adjust.
3305         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3306
3307         * bufferview_funcs.C (toggleAndShow): adjust
3308
3309 2003-03-30  John Levon  <levon@movementarian.org>
3310
3311         * Makefile.am:
3312         * BoostFormat.h:
3313         * boost-inst.C: moved to support
3314
3315         * several files: changes as a result
3316
3317 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3318
3319         * text2.C (LyXText): adjust.
3320         (init): adjust
3321         (removeRow): make it take a RowList::iterator as arg, adjust.
3322         (fullRebreak): adjust
3323         (deleteEmptyParagraphMechanism): adjust
3324         (clearPaint): adjust
3325         (postPaint): adjust
3326
3327         * text.C (top_y): adjust
3328         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3329         (breakAgain): make it take a RowList::iterator as arg, adjust.
3330         (breakParagraph): adjust
3331         (insertChar): adjust
3332         (backspace): adjust
3333
3334         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3335         need_break_row, and refresh_row.
3336
3337         * text3.C (dispatch): adjust
3338
3339         * text2.C (checkParagraph): adjust
3340         (setCursor): adjust
3341         (setCursorFromCoordinates): adjust
3342
3343         * text.C (top_y): adjust
3344         (workWidth): adjust
3345         (getRow): make it return a RowList::iterator, adjust
3346         (getRowNearY): make it return a RowList::iterator, adjust
3347
3348         * text2.C (init): adjust
3349         (insertRow): remove function
3350         (insertParagraph): adjust
3351         (redoParagraphs): adjust
3352         (fullRebreak): adjust
3353         (updateCounters): adjust
3354
3355         * text.C (top_y): rewrite to use RowList iterators.
3356         (top_y): adjust
3357         (setHeightOfRow): rewrite to sue RowList iterators.
3358         (appendParagraph): adjust
3359         (breakAgain): adjust
3360         (breakAgainOneRow): adjust
3361         (breakParagraph): adjust
3362         (getRow): adjust
3363         (getRowNearY): adjust, and remove commented code.
3364
3365         * lyxtext.h (firstRow): delete function
3366         (lastRow): delete function
3367         (rows): new function (const and non-const versions.)
3368         (insertRow): delete function
3369
3370         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3371
3372 2003-03-29  John Levon  <levon@movementarian.org>
3373
3374         * BufferView_pimpl.C: always update scrollbar top
3375         because pasting text when we're anchored could mean we
3376         miss an update altogether
3377
3378 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3379
3380         * text2.C (init): use rowlist_.end() and not 0.
3381         (insertRow): change to take a RowList::iterator as arg, adjust
3382         for this.
3383         (insertParagraph): change to take a RowList::iterator as arg,
3384         adjust for this.
3385         (redoParagraphs): remove some debug msgs.
3386
3387         * text.C (appendParagraph): change to take a RowList::iterator
3388         arg, adjust for this.
3389         (breakAgain): add an assert
3390         (breakAgainOneRow): ditto
3391
3392 2003-03-29  John Levon  <levon@movementarian.org>
3393
3394         * text2.C: do not clear selection after inc/decDepth
3395         (bug 550)
3396
3397 2003-03-29  John Levon  <levon@movementarian.org>
3398
3399         * BufferView.C:
3400         * buffer.C: fix broken strerrors according to Lars
3401
3402 2003-03-29  John Levon  <levon@movementarian.org>
3403
3404         * converters.C: more Alert cleanups
3405
3406 2003-03-29  John Levon  <levon@movementarian.org>
3407
3408         * bufferview_funcs.C: remove pointless Alert
3409
3410         * buffer.C: fix confusing error message when
3411         a template is chmoded 000
3412
3413 2003-03-29  John Levon  <levon@movementarian.org>
3414
3415         * BufferView.C:
3416         * BufferView.h:
3417         * BufferView_pimpl.C: Alert fixes
3418
3419         * Makefile.am:
3420         * tabular.C:
3421         * tabular-old.C: remove unused table compat reading
3422
3423 2003-03-29  John Levon  <levon@movementarian.org>
3424
3425         * BufferView.C:
3426         * buffer.C:
3427         * lyx_cb.h:
3428         * lyx_cb.C: more Alert cleanups
3429
3430         * lyxfunc.C: don't allow chktex if not latex document
3431
3432 2003-03-29  John Levon  <levon@movementarian.org>
3433
3434         * lyx_cb.C:
3435         * BufferView.C:
3436         * buffer.C: warnings pushed down from support/,
3437         kill err_alert
3438
3439 2003-03-29  John Levon  <levon@movementarian.org>
3440
3441         * lyxfunc.C: safety check for C-r (revert)
3442
3443 2003-03-29  John Levon  <levon@movementarian.org>
3444
3445         * bufferlist.h:
3446         * bufferlist.C: several UI fixes using Alert::prompt.
3447         Fix the pointless looping quit code. Fix stupid revert
3448         behaviour (bug 938)
3449
3450         * lyxvc.h:
3451         * lyxvc.C:
3452         * lyx_cb.C: use Alert::prompt
3453
3454         * lyx_main.C: remove a silly question
3455
3456         * lyxfunc.C: remove a couple of silly questions,
3457         use Alert::prompt
3458
3459 2003-03-28  John Levon  <levon@movementarian.org>
3460
3461         * text2.C: fix bug 974 (End on empty par)
3462
3463 2003-03-28  John Levon  <levon@movementarian.org>
3464
3465         * BufferView_pimpl.C:
3466         * LyXAction.C:
3467         * lfuns.h: remove do-nothing math greek lfuns
3468
3469 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3470
3471         * lyxgluelength.h (isValidGlueLength): add default arg on
3472         parameter 2. Remove default arg from friend in class.
3473
3474         * lyxlength.h (isValidLength): add default arg on parameter 2.
3475         Remove default arg from friend in class.
3476
3477         * text2.C (LyXText): adjust, initialize refresh_row.
3478         (init): adjust
3479         (removeRow): adjust
3480         (insertRow): adjust
3481         (insertParagraph): adjst
3482         (redoParagraphs): adjust
3483         (fullRebreak): adjust
3484         (updateCounters): adjust
3485         (deleteEmptyParagraphMechanism): first attempt at fixing a
3486         crashing bug.
3487
3488         * text.C (top_y): adjust
3489         (setHeightOfRow): adjust
3490         (getRow): adjust
3491         (getRowNearY): adjust
3492
3493         * lyxtext.h: include RowList.h
3494         (~LyXText): not needed anymore, deleted.
3495         (firstRow): modify for RowList
3496         (lastRow): new function
3497         Delete firstrow and lastrow class variables, add a Rowlist
3498         rowlist_ class variable.
3499
3500         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3501         paragraph is empty.
3502
3503         * RowList.C (insert): fix case where it == begin().
3504
3505 2003-03-26  Angus Leeming  <leeming@lyx.org>
3506
3507         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3508         the thesaurus dialog.
3509
3510 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3511
3512         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3513
3514         * RowList.[Ch]: new files
3515
3516         * ParagraphList.C (erase): handle the case where it == begin
3517         correctly.
3518
3519 2003-03-25  John Levon  <levon@movementarian.org>
3520
3521         * Makefile.am:
3522         * aspell_local.h:
3523         * aspell.C: add new aspell support
3524
3525         * lyxrc.h:
3526         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3527         have it accessible.
3528
3529 2003-03-25  Angus Leeming  <leeming@lyx.org>
3530
3531         * lfuns.h:
3532         * LyXAction.C (init): new LFUN_INSET_INSERT.
3533
3534         * BufferView_pimpl.C (dispatch): split out part of the
3535         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3536
3537         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3538         LFUN_INSET_APPLY.
3539
3540 2003-03-25  Angus Leeming  <leeming@lyx.org>
3541
3542         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3543
3544 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3545
3546         * text2.C:
3547         * text3.C: remove useless row->height(0)
3548
3549 2003-03-25  John Levon  <levon@movementarian.org>
3550
3551         * lyxtext.h:
3552         * text2.C:
3553         * text3.C: rename the refreshing stuff to better names
3554
3555 2003-03-24  John Levon  <levon@movementarian.org>
3556
3557         * BufferView_pimpl.h:
3558         * BufferView_pimpl.C: update layout choice on a mouse
3559         press/release
3560
3561 2003-03-23  John Levon  <levon@movementarian.org>
3562
3563         * Makefile.am: fix commandtags.h reference
3564
3565 2003-03-22  John Levon  <levon@movementarian.org>
3566
3567         * BufferView_pimpl.C:
3568         * lyxtext.h:
3569         * rowpainter.C:
3570         * rowpainter.h:
3571         * text.C:
3572         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3573
3574 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3575
3576         * lyxtext.h:
3577         * text.C: take the rtl methods out of line
3578
3579 2003-03-21 André Pönitz <poenitz@gmx.net>
3580
3581         * metricsinfo.[Ch]: new files containing structures to be passed around
3582         during the two-phase-drawing...
3583
3584 2003-03-21 André Pönitz <poenitz@gmx.net>
3585
3586         * lyxtextclass.C: read 'environment' tag.
3587
3588 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3589
3590         * text2.C (removeRow): fix bug 964
3591
3592 2003-03-20  John Levon  <levon@movementarian.org>
3593
3594         * rowpainter.C:
3595         * text.C:
3596         * text2.C: paint cleanups. Inset::update() dropped font
3597         parameter
3598
3599 2003-03-19  John Levon  <levon@movementarian.org>
3600
3601         * lyxfunc.C: only fitcursor/markDirty if available()
3602
3603 2003-03-19  John Levon  <levon@movementarian.org>
3604
3605         * commandtags.h: rename to ...
3606
3607         * lfuns.h: ... this, and renumber / cleanup
3608
3609 2003-03-19  John Levon  <levon@movementarian.org>
3610
3611         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3612         fit the cursor after an lfun
3613
3614         * BufferView.h:
3615         * BufferView.C:
3616         * BufferView_pimpl.h:
3617         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3618
3619         * LyXAction.C: layout-character should have ReadOnly
3620
3621         * ParagraphParameters.C:
3622         * buffer.C:
3623         * bufferview_funcs.C:
3624         * lyx_cb.C:
3625         * lyxfind.C:
3626         * lyxtext.h:
3627         * text.C:
3628         * text2.C:
3629         * text3.C:
3630         * undo_funcs.C: changes from above
3631
3632 2003-03-18  John Levon  <levon@movementarian.org>
3633
3634         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3635         remove it from update()
3636
3637         * lyxfunc.C: update layout choice after an lfun
3638
3639         * text3.C: remove extra updateLayoutChoice()s
3640
3641 2003-03-18  John Levon  <levon@movementarian.org>
3642
3643         * text.C: top_y change means full repaint, fix
3644         a drawing bug with cursor movement
3645
3646 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3647
3648         * lyxtext.h:
3649         * text.C:
3650         * text2.C: anchor row on setCursor
3651
3652 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3653
3654         * lyxtext.h: remove almost all mutable keywords
3655         * text.C:
3656         * text2.C:
3657         * text3.C: remove const keywords accordingly
3658
3659 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3660
3661         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3662         anon namespace
3663         (TeXEnvironment): ditto
3664         (TeXOnePar): ditto
3665
3666 2003-03-17  John Levon  <levon@movementarian.org>
3667
3668         * text.C (rowBreakPoint): remove attempt to fix displayed
3669         math insets inside a manual label
3670
3671 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3672
3673         * lyxtext.h: remove BufferView* as first arg from almost all class
3674         functions.
3675         * other files: adjust.
3676
3677 2003-03-17  John Levon  <levon@movementarian.org>
3678
3679         * lyxtext.h:
3680         * undo_funcs.C:
3681         * text2.C: more paint cleanups
3682
3683         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
3684
3685         * rowpainter.h:
3686         * rowpainter.C: remove "smart" background painting code
3687
3688 2003-03-16  John Levon  <levon@movementarian.org>
3689
3690         * lyxtext.h:
3691         * text.C:
3692         * text2.C:
3693         * text3.C: add helper functions for setting refresh_row/y
3694
3695 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
3696
3697         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
3698         newline inset which *can* get inserted in the pass_thru layouts.
3699         This is primarily for literate documents.
3700
3701 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
3702
3703         * buffer.C: increment LYX_FORMAT to 223
3704
3705 2003-03-14 André Pönitz <poenitz@gmx.net>
3706
3707         * textclass.h: prepare for environment handling, ws changes
3708         * lyxlayout.C: read latexheader and latexfooter tags
3709
3710 2003-03-14  John Levon  <levon@movementarian.org>
3711
3712         * text2.C: rewrite ::status() a bit
3713
3714 2003-03-13  John Levon  <levon@movementarian.org>
3715
3716         * lyxtext.h: add some docs
3717
3718 2003-03-13  John Levon  <levon@movementarian.org>
3719
3720         * lyxtext.h:
3721         * text.C:
3722         * text2.C:
3723         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
3724
3725 2003-03-13  John Levon  <levon@movementarian.org>
3726
3727         * text3.C: fix appendix redrawing
3728
3729 2003-03-13  John Levon  <levon@movementarian.org>
3730
3731         * text.C (setHeightOfRow):
3732         * rowpainter.h:
3733         * rowpainter.C: make appendix mark have the text
3734           "Appendix" so the user knows what it is
3735
3736         * LColor.h:
3737         * LColor.C: s/appendixline/appendix/ from above
3738
3739 2003-03-13  John Levon  <levon@movementarian.org>
3740
3741         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
3742
3743         * text.C: fix a getChar(pos) bug properly
3744
3745 2003-03-13  Angus Leeming  <leeming@lyx.org>
3746
3747         * commandtags.h:
3748         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
3749         Probably only temporary. Let's see how things pan out.
3750
3751         * BufferView.C (unlockInset):
3752         * BufferView_pimpl.C (fitCursor):
3753         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
3754
3755         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
3756         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
3757
3758         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
3759         new functions that convert ParagraphParameters to and from a string.
3760
3761         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
3762         BufferView::Pimpl's dispatch.
3763         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
3764
3765 2003-03-13 André Pönitz <poenitz@gmx.net>
3766
3767         * lyxfunc.C:
3768         * text3.C:
3769         * factory.C: make it aware of InsetEnv
3770
3771 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3772
3773         * text2.C (setCursor): never ask for one past last
3774         (setCursor): add some debugging messages.
3775
3776         * text.C (singleWidth): never ask for one past last
3777         (singleWidth): ditto
3778         (leftMargin): ditto
3779         (rightMargin): ditto
3780         (rowBreakPoint): ditto
3781         (setHeightOfRow): ditto
3782         (prepareToPrint): ditto
3783
3784         * rowpainter.C (paintBackground): never ask for one past last
3785         (paintText): never ask for one past last
3786
3787         * paragraph_pimpl.C (getChar): make the assert stricter, never
3788         allow the one past last pos to be taken
3789
3790         * paragraph.C (getChar): ws changes only
3791
3792         * lyxrow.C (nextRowIsAllInset): never ask for one past last
3793         (numberOfSeparators): ditto
3794         (numberOfHfills): ditto
3795
3796 2003-03-12  John Levon  <levon@movementarian.org>
3797
3798         * author.h:
3799         * author.C:
3800         * bufferparams.h:
3801         * bufferparams.C:
3802         * paragraph_funcs.C: fix per-buffer authorlists
3803
3804 2003-03-12  John Levon  <levon@movementarian.org>
3805
3806         * text.C: fix newline in right address
3807
3808 2003-03-12  Angus Leeming  <leeming@lyx.org>
3809
3810         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
3811         duplicate those in LyXFunc::dispatch.
3812
3813         * commandtags.h:
3814         * LyXAction.C:
3815         * ToolbarDefaults.C:
3816         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
3817         Add LFUN_FONTFREE_UPDATE.
3818
3819         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
3820         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
3821
3822         * bufferview_func.[Ch]: several new functions to facilliate
3823         transfer of data to and from the character dialog.
3824
3825 2003-03-12  John Levon  <levon@movementarian.org>
3826
3827         * buffer.C:
3828         * paragraph.h:
3829         * paragraph.C:
3830         * paragraph_funcs.C:
3831         * paragraph_pimpl.C:
3832         * sgml.C:
3833         * tabular.C:
3834         * text.C:
3835         * text3.C: remove META_NEWLINE in favour of an inset
3836
3837         * rowpainter.h:
3838         * rowpainter.C: remove paintNewline (done by inset)
3839
3840 2003-03-12  John Levon  <levon@movementarian.org>
3841
3842         * paragraph_pimpl.C: complain about bad getChar()s
3843         for a while at least
3844
3845 2003-03-12  John Levon  <levon@movementarian.org>
3846
3847         * buffer.h:
3848         * buffer.C: move paragraph read into a separate function,
3849         a little renaming to reflect that.
3850
3851         * bufferparams.h:
3852         * bufferparams.C: remove the author_ids map, not necessary now
3853
3854         * factory.h:
3855         * factory.C: moved Buffer::readInset to here
3856
3857         * paragraph_funcs.h:
3858         * paragraph_funcs.C: readParagraph free function moved from
3859         buffer.C
3860
3861         * tabular.C: name change
3862
3863 2003-03-12  John Levon  <levon@movementarian.org>
3864
3865         * buffer.C:
3866         * ParagraphParameters.C: move par params input to
3867         a read() method
3868
3869         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
3870         behave like a normal read from the stream wrt reading
3871         a line vs. a \\token
3872
3873 2003-03-12  John Levon  <levon@movementarian.org>
3874
3875         * paragraph.C:
3876         * ParagraphParameters.h:
3877         * ParagraphParameters.C: move output code to a
3878         ::write() method
3879
3880 2003-03-12  John Levon  <levon@movementarian.org>
3881
3882         * BufferView.C (insertLyXFile):
3883         * buffer.h:
3884         * buffer.C:
3885         * tabular.C: use a parlist iterator for creating the
3886           document.
3887
3888 2003-03-12  John Levon  <levon@movementarian.org>
3889
3890         * buffer.C: make current_change static local not
3891           static file-scope
3892
3893 2003-03-12  John Levon  <levon@movementarian.org>
3894
3895         * buffer.C: fix insertStringAsLines for change tracking
3896
3897 2003-03-12  John Levon  <levon@movementarian.org>
3898
3899         * BufferView.C:
3900         * tabular.C:
3901         * buffer.h:
3902         * buffer.C:
3903         * bufferparams.h:
3904         * bufferparams.C: move author list into params. Rename some
3905           functions. Move the header reading into a separate token
3906           loop. Move the header token reading into BufferParams.
3907
3908 2003-03-12  John Levon  <levon@movementarian.org>
3909
3910         * changes.C: put debug inside lyxerr.debugging() checks
3911
3912 2003-03-11 André Pönitz <poenitz@gmx.net>
3913
3914         * factory.C: make it aware of InsetHFill
3915
3916 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3917
3918         * buffer.C (latexParagraphs): move function from here...
3919         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
3920         args.
3921
3922 2003-03-10  Angus Leeming  <leeming@lyx.org>
3923
3924         * LyXAction.C (init): fix bug in poplating array with multiple entries
3925         with the same LFUN (spotted by JMarc).
3926
3927 2003-03-10  John Levon  <levon@movementarian.org>
3928
3929         * text.C:
3930         * text2.C: move getColumnNearX() near its
3931         only call site
3932
3933 2003-03-10  John Levon  <levon@movementarian.org>
3934
3935         * text.C: fix break before a minipage
3936
3937 2003-03-10  John Levon  <levon@movementarian.org>
3938
3939         * text.C: fix the last commit
3940
3941 2003-03-09  John Levon  <levon@movementarian.org>
3942
3943         * lyxtext.h:
3944         * text.C:
3945         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
3946         bug 365 (don't break before insets unless needed). Don't
3947         return a value > last under any circumstances.
3948
3949 2003-03-09  Angus Leeming  <leeming@lyx.org>
3950
3951         * BufferView_pimpl.C (trackChanges, dispatch): call
3952         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
3953
3954 2003-03-09  Angus Leeming  <leeming@lyx.org>
3955
3956         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
3957         than Dialogs::showAboutlyx().
3958
3959 2003-03-09  Angus Leeming  <leeming@lyx.org>
3960
3961         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
3962         than Dialogs::showTabularCreate().
3963
3964 2003-03-09  John Levon  <levon@movementarian.org>
3965
3966         * lyxtext.h:
3967         * text.C:
3968         * text2.C: 3rd arg to nextBreakPoint was always the same.
3969           Use references.
3970
3971 2003-03-08  John Levon  <levon@movementarian.org>
3972
3973         * lyxrow.C:
3974         * paragraph.C:
3975         * paragraph.h:
3976         * rowpainter.C:
3977         * text.C:
3978         * text2.C: Remove the "main" bit from the "main body"
3979           notion.
3980
3981 2003-03-08  John Levon  <levon@movementarian.org>
3982
3983         * text.C (leftMargin): The left margin of an empty
3984         manual label paragraph should not include the label width
3985         string length.
3986
3987         * text.C (prepareToPrint): don't attempt to measure hfills
3988         for empty manual label paragraphs - the answer should be 0
3989
3990 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3991
3992         * CutAndPaste.C: remove commented code and reindent.
3993
3994 2003-03-08  John Levon  <levon@movementarian.org>
3995
3996         * lyxfunc.h:
3997         * lyxfunc.C: move reloadBuffer()
3998
3999         * BufferView.h:
4000         * BufferView.C: to here
4001
4002         * lyxvc.C: add comment
4003
4004         * vc-backend.h:
4005         * vc-backend.C: call bv->reload() to avoid
4006           getStatus() check on MENURELOAD
4007
4008 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4009
4010         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4011         to an old format .dep file.
4012
4013 2003-03-07  Angus Leeming  <leeming@lyx.org>
4014
4015         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4016         when the LFUN_MOUSE_RELEASE should have been handled by
4017         inset->localDispatch.
4018
4019 2003-03-07  Angus Leeming  <leeming@lyx.org>
4020
4021         * BufferView_pimpl.C (dispatch):
4022         * LyXAction.C (init):
4023         * ToolbarDefaults.C (init):
4024         * commandtags.h:
4025         * lyxfunc.C (getStatus):
4026         remove LFUN_INSET_GRAPHICS.
4027
4028         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4029
4030 2003-03-07  Angus Leeming  <leeming@lyx.org>
4031
4032         * commandtags.h:
4033         * LyXAction.C (init):
4034         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4035
4036         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4037
4038         * commandtags.h:
4039         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4040
4041         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4042         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4043
4044 2003-03-07  Angus Leeming  <leeming@lyx.org>
4045
4046         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4047         remove "ert".
4048
4049 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4050
4051         * ParagraphList.C (front): new function
4052         (back): implement
4053
4054 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4055
4056         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4057         and top_row_offset_. removed var first_y.
4058         * text.C (top_y):
4059         * text2.C (LyXText, removeRow):
4060         * text3.C:
4061         * BufferView_pimpl.C:
4062         use these methods instead of using first_y
4063
4064 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4065
4066         * text2.C (pasteSelection): adjust for checkPastePossible
4067
4068         * CutAndPaste.C: remove Paragraph * buf and replace with
4069         ParagraphList paragraphs.
4070         (DeleteBuffer): delete
4071         (cutSelection): change the tc type to textclass_type
4072         (copySelection): change the tc type to textclass_type
4073         (copySelection): adjust for ParagraphList
4074         (pasteSelection): change the tc type to textclass_type
4075         (pasteSelection): adjust for Paragraphlist
4076         (nrOfParagraphs): simplify for ParagraphList
4077         (checkPastePossible): simplify for ParagraphList
4078         (checkPastePossible): remove unused arg
4079
4080         * ParagraphList.C (insert): handle the case where there are no
4081         paragraphs yet.
4082
4083         * CutAndPaste.h: make CutAndPaste a namespace.
4084
4085         * text3.C (dispatch): adjust
4086
4087         * text.C (breakParagraph): add a ParagraphList as arg
4088
4089         * paragraph_funcs.C (breakParagraph): change to take a
4090         BufferParams and a ParagraphList as args.
4091         (breakParagraphConservative): ditto
4092         (mergeParagraph): ditto
4093         (TeXDeeper): add a ParagraphList arg
4094         (TeXEnvironment): ditto
4095         (TeXOnePar): ditto
4096
4097         * buffer.C (readLyXformat2): adjust
4098         (insertStringAsLines): adjust
4099         (latexParagraphs): adjust
4100
4101         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4102         (cutSelection): adjust
4103         (pasteSelection): adjust
4104
4105         * BufferView_pimpl.C (insertInset): adjust
4106
4107 2003-03-05  Angus Leeming  <leeming@lyx.org>
4108
4109         * commandtags.h:
4110         * LyXAction.C (init):
4111         * BufferView_pimpl.C (dispatch):
4112         * lyxfunc.C (getStatus):
4113         remove LFUN_CHILD_INSERT.
4114
4115         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4116
4117 2003-03-05  Angus Leeming  <leeming@lyx.org>
4118
4119         * commandtags.h:
4120         * LyXAction.C (init):
4121         * src/factory.C (createInset):
4122         * lyxfunc.C (getStatus):
4123         * text3.C (dispatch):
4124         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4125
4126         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4127
4128 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4129
4130         * ParagraphList.C (insert): handle insert right before end()
4131         (erase): fix cases where it can be first or last paragraph.
4132
4133 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4134
4135         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4136         Paragraph::next and Paragraph::previous
4137         (TeXOnePar): ditto
4138
4139         * text.C (breakParagraph): adjust
4140
4141         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4142         BufferParams& as arg.
4143         (breakParagraph): use ParagraphList::insert
4144         (breakParagraphConservative): take a Buffer* instead of a
4145         BufferParams& as arg.
4146         (breakParagraphConservative): use ParagraphList::insert.
4147
4148         * buffer.C (insertStringAsLines): un-const it
4149         (insertStringAsLines): adjust
4150
4151         * ParagraphList.C (insert): new function
4152
4153         * CutAndPaste.C (pasteSelection): adjust
4154
4155         * text.C (backspace): adjust
4156
4157         * tabular.C (SetMultiColumn): adjust
4158
4159         * CutAndPaste.C (cutSelection): adjust
4160         (pasteSelection): adjust
4161
4162         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4163         Buffer const * as arg
4164
4165         * ParagraphList.C (erase): new function
4166         * paragraph_funcs.C (mergeParagraph): use it
4167         (mergeParagraph): make it take a Buffer* instead of a
4168         BufferParams* as arg
4169
4170         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4171         as arg
4172         (breakParagraphConservative): ditto
4173
4174         * paragraph.h: remove the breakParagraph friend
4175
4176         * paragraph.C (eraseIntern): new function
4177         (setChange): new function
4178
4179         * paragraph_funcs.C (mergeParagraph): make it take a
4180         ParagraphList::iterator instead of a Paragraph *, adjust
4181         accordingly.
4182
4183         * paragraph.h: move an #endif so that the change tracking stuff
4184         also works in the NO_NEXT case.
4185
4186 2003-03-04  Angus Leeming  <leeming@lyx.org>
4187
4188         * commandtags.h:
4189         * LyXAction.C: new LFUN_INSET_MODIFY.
4190
4191         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4192         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4193
4194 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4195
4196         * several files: ws changes only
4197
4198         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4199         (TeXEnvironment): ditto
4200         (TeXDeeper): ditto
4201
4202         * buffer.C (makeLaTeXFile): adjust
4203         (latexParagraphs): make it take ParagraphList::iterator as args
4204
4205 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4206
4207         * buffer.C (latexParagraphs): adjust
4208
4209         * paragraph.C (TeXOnePar): move function...
4210         (optArgInset): move function...
4211         (TeXEnvironment): move function...
4212         * paragraph_pimpl.C (TeXDeeper): move function...
4213         * paragraph_funcs.C: ...here
4214
4215         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4216
4217 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4218
4219         * buffer.C (readInset): remove compability code for old Figure and
4220         InsetInfo insets
4221
4222 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4223
4224         * buffer.C: ws changes
4225         (readInset):
4226
4227         * BufferView_pimpl.C: ditto
4228         * author.C: ditto
4229         * buffer.h: ditto
4230         * bufferlist.h: ditto
4231         * changes.h: ditto
4232         * lyxfunc.C: ditto
4233
4234 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4235
4236         * converter.[Ch]: split into itself +
4237         * graph.[Ch]
4238         * format.[Ch]
4239         * Makefile.am: += graph.[Ch] + format.[Ch]
4240         * MenuBackend.C
4241         * buffer.C
4242         * exporter.C
4243         * importer.C
4244         * lyx_main.C
4245         * lyxfunc.C
4246         * lyxrc.C: added #include "format.h"
4247
4248 2003-02-27  Angus Leeming  <leeming@lyx.org>
4249
4250         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4251           a label.
4252
4253         * factory.C (createInset): add "label" to the factory.
4254
4255         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4256           string and do no more.
4257
4258 2003-02-27  Angus Leeming  <leeming@lyx.org>
4259
4260         * commandtags.h:
4261         * LyXAction.C (init):
4262         * factory.C (createInset):
4263         * BufferView_pimpl.C (dispatch):
4264           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4265
4266         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4267
4268         * lyxfunc.C (dispatch):
4269         * text3.C (dispatch): pass name to params2string.
4270
4271 2003-02-26  Angus Leeming  <leeming@lyx.org>
4272
4273         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4274           blocks together.
4275           Rearrange the ~includes. Strip out the unnecessary ones.
4276
4277         * factory.C (createInset): reformat.
4278           create new insets for the various LFUN_XYZ_APPLY lfuns.
4279
4280 2003-02-26  John Levon  <levon@movementarian.org>
4281
4282         * lyxrow.h:
4283         * lyxrow.C: add isParStart,isParEnd helpers
4284
4285         * paragraph.h: make isInserted/DeletedText take refs
4286
4287         * paragraph_funcs.h:
4288         * paragraph_funcs.C: remove #if 0'd code
4289
4290         * lyxtext.h:
4291         * text3.C:
4292         * text2.C:
4293         * text.C: use lyxrow helpers above.
4294           Move draw and paint routines to RowPainter.
4295           Make several methods use refs not pointers.
4296           Make backgroundColor() const.
4297           Add markChangeInDraw(), isInInset().
4298           Merge changeRegionCase into changeCase.
4299           Make workWidth() shouldn't-happen code into an Assert.
4300
4301         * rowpainter.h:
4302         * rowpainter.C: new class for painting a row.
4303
4304         * vspace.h:
4305         * vspace.C: make inPixels take a ref
4306
4307 2003-02-26  Angus Leeming  <leeming@lyx.org>
4308
4309         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4310         LFUN_REF_APPLY.
4311
4312 2003-02-25  John Levon  <levon@movementarian.org>
4313
4314         * ispell.C: give the forked command a more accurate name
4315
4316 2003-02-22  John Levon  <levon@movementarian.org>
4317
4318         * toc.h:
4319         * toc.C: make TocItem store an id not a Paragraph *
4320           (bug #913)
4321
4322 2003-02-21  Angus Leeming  <leeming@lyx.org>
4323
4324         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4325           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4326           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4327           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4328           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4329           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4330
4331         * BufferView_pimpl.C (dispatch):
4332         * LyXAction.C (init):
4333         * factory.C (createInset):
4334         * lyxfunc.C (getStatus, dispatch):
4335         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4336
4337 2003-02-21  Angus Leeming  <leeming@lyx.org>
4338
4339         * BufferView_pimpl.C (MenuInsertLyXFile):
4340         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4341         * lyxfunc.C (menuNew, open, doImport):
4342           no longer pass a LyXView & to fileDlg.
4343
4344 2003-02-21  Angus Leeming  <leeming@lyx.org>
4345
4346         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4347         * LyXAction.C: change, BIBKEY to BIBITEM.
4348         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4349         Change InsetBibKey to InsetBibitem.
4350         Change BIBKEY_CODE to BIBITEM_CODE.
4351         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4352         * factory.C: replace insetbib.h with insetbibitem.h.
4353         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4354         * paragraph.C: replace insetbib.h with insetbibitem.h.
4355         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4356         Change bibkey() to bibitem().
4357         * text.C: remove insetbib.h.
4358         * text2.C: replace insetbib.h with insetbibitem.h.
4359         change bibkey() to bibitem().
4360         * text3.C: remove insetbib.h.
4361         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4362
4363 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4364
4365         * lyxrc.C (output): enclose user email in quotes (in case there are
4366         several words)
4367
4368 2003-02-18  John Levon  <levon@movementarian.org>
4369
4370         * buffer.h: add std::
4371
4372 2003-02-17  John Levon  <levon@movementarian.org>
4373
4374         * SpellBase.h:
4375         * ispell.h:
4376         * ispell.C:
4377         * pspell.h:
4378         * pspell.C: reworking. Especially in ispell, a large
4379           number of clean ups and bug fixes.
4380
4381         * lyxfunc.C: fix revert to behave sensibly
4382
4383 2003-02-17 André Pönitz <poenitz@gmx.net>
4384
4385         * LyXAction.C:
4386         * commandtags.h: new LFUN_INSERT_BIBKEY
4387
4388         * layout.h:
4389         * lyxlayout.C:
4390         * buffer.C:
4391         * factory.C:
4392         * text.C:
4393         * text2.C:
4394         * text3.C:
4395         * paragraph.[Ch]:
4396         * paragraph_func.C: remove special bibkey handling
4397
4398 2003-02-17  John Levon  <levon@movementarian.org>
4399
4400         * text.C (Delete): fix case where delete at the end of
4401           the very first paragraph would not merge the pars
4402
4403 2003-02-17  John Levon  <levon@movementarian.org>
4404
4405         * lyxrow.C: fix lastPrintablePos()
4406
4407 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4408
4409         * bufferparams.C (writeLaTeX): add a std:here
4410
4411         * buffer.C: and remove a using directive there
4412
4413 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4414
4415         * buffer.C (makeLaTeXFile): move the code that generates the
4416           preamble...
4417
4418         * bufferparams.C (writeLaTeX): ... in this new method
4419
4420         * LaTeXFeatures.C (getEncodingSet): make const
4421           (getLanguages): make const
4422
4423         * MenuBackend.C (binding): returns the binding associated to this
4424           action
4425           (add): sets the status of each item by calling getStatus. Adds
4426           some intelligence.
4427           (read): add support for OptSubMenu
4428           (expand): remove extra separator at the end of expanded menu
4429
4430 2003-02-15  John Levon  <levon@movementarian.org>
4431
4432         * BufferView.C:
4433         * BufferView_pimpl.C:
4434         * bufferlist.h:
4435         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4436           inset code that had no actual effect. Remove unneeded status
4437           code.
4438
4439 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4440
4441         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4442           in preamble
4443
4444 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4445
4446         * text.C (drawLengthMarker): also draw an arrow marker for
4447           symbolic lengths (medskip...)
4448
4449 2003-02-14  John Levon  <levon@movementarian.org>
4450
4451         * tabular.h:
4452         * tabular.C: better method names
4453
4454 2003-02-14  John Levon  <levon@movementarian.org>
4455
4456         * BufferView_pimpl.C:
4457         * bufferlist.C:
4458         * buffer.C:
4459         * converter.C:
4460         * lyx_cb.C:
4461         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4462           it's a more accurate name. Remove some pointless uses.
4463
4464 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4465
4466         * text2.C (LyXText): change order of initilizers to shut off
4467           warnings
4468
4469 2003-02-14  John Levon  <levon@movementarian.org>
4470
4471         * buffer.C: use ParIterator for getParFromID()
4472
4473         * paragraph.h:
4474         * paragraph.C:
4475         * paragraph_pimpl.h:
4476         * paragraph_pimpl.C: remove unused getParFromID()
4477
4478 2003-02-14  John Levon  <levon@movementarian.org>
4479
4480         * buffer.C: remove some very old #if 0'd parse code
4481
4482 2003-02-13  John Levon  <levon@movementarian.org>
4483
4484         * text.h:
4485         * text.C:
4486         * text2.C: move hfillExpansion(), numberOfSeparators(),
4487           rowLast(), rowLastPrintable(), numberofHfills(),
4488           numberOfLabelHfills() ...
4489
4490         * lyxrow.h:
4491         * lyxrow.C: ... to member functions here.
4492
4493         * paragraph.h:
4494         * paragraph.C:
4495         * lyxtext.h:
4496         * text.C: remove LyXText::beginningOfMainBody(), and call
4497           p->beginningOfMainBody() directly. Move the check for
4498           LABEL_MANUAL into the latter.
4499
4500         * text.h:
4501         * text.C:
4502         * text2.C:
4503         * vspace.C:
4504         * BufferView.h:
4505         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4506
4507         * text.h:
4508         * text.C:
4509         * text2.C:
4510         * text3.C:
4511         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4512           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4513
4514 2003-02-13  John Levon  <levon@movementarian.org>
4515
4516         * CutAndPaste.C: remove debug
4517
4518 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4519
4520         * paragraph.C (asString): remove two unused variables
4521
4522         * lyxtextclass.C (readTitleType):
4523           (Read):
4524           (LyXTextClass): handle new members titletype_ and titlename_
4525
4526         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4527
4528 2003-02-09  John Levon  <levon@movementarian.org>
4529
4530         * buffer.h:
4531         * buffer.C: replace hand-coded list with a map for the dep clean
4532
4533 2003-02-08  John Levon  <levon@movementarian.org>
4534
4535         * LaTeX.C: consolidate code into showRunMessage() helper
4536
4537 2003-02-08  John Levon  <levon@movementarian.org>
4538
4539         * lyxfind.C:
4540         * lyxtext.h:
4541         * text2.C:
4542         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4543           and pass the size in explicitly
4544
4545         * BufferView_pimpl.h:
4546         * BufferView_pimpl.C:
4547         * BufferView.h:
4548         * BufferView.C: add getCurrentChange()
4549
4550         * BufferView_pimpl.h:
4551         * BufferView_pimpl.C: handle change lfuns
4552
4553         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4554           for changes. Mark pasted paragraphs as new.
4555
4556         * support/lyxtime.h:
4557         * support/lyxtime.C:
4558         * DepTable.C: abstract time_t as lyx::time_type
4559
4560         * LColor.h:
4561         * LColor.C: add colours for new text, deleted text, changebars
4562
4563         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4564           package use "usenames" option.
4565
4566         * commandtags.h:
4567         * lyxfunc.C:
4568         * LyXAction.C: add change lfuns
4569
4570         * Makefile.am:
4571         * author.h:
4572         * author.C: author handling
4573
4574         * buffer.h:
4575         * buffer.C: add a per-buffer author list, with first entry as
4576           current author. Handle new .lyx tokens for change tracking. Output
4577           author list to .lyx file. Output dvipost stuff to .tex preamble.
4578           Bump lyx format to 222.
4579
4580         * bufferlist.h:
4581         * bufferlist.C: add setCurrentAuthor() to reset current author details
4582           in all buffers.
4583
4584         * bufferparams.h:
4585         * bufferparams.C: add param for tracking
4586
4587         * bufferview_funcs.C: output change info in minibuffer
4588
4589         * Makefile.am:
4590         * changes.h:
4591         * changes.C: add change-tracking structure
4592
4593         * debug.h:
4594         * debug.C: add CHANGES debug flag
4595
4596         * lyxfind.h:
4597         * lyxfind.C: add code for finding the next change piece
4598
4599         * lyxrc.h:
4600         * lyxrc.C: add user_name and user_email
4601
4602         * lyxrow.h:
4603         * lyxrow.C: add a metric for the top of the text line
4604
4605         * lyxtext.h:
4606         * text.C: implement accept/rejectChange()
4607
4608         * lyxtext.h:
4609         * text.C: paint changebars. Paint new/deleted text in the chosen
4610         colours. Strike through deleted text.
4611
4612         * paragraph.h:
4613         * paragraph.C:
4614         * paragraph_pimpl.h:
4615         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4616           in the current change to the insert functions. Rework erase to
4617           mark text as deleted, adding an eraseIntern() and a range-based
4618           erase(). Implement per-paragraph change lookup and
4619           accept/reject.
4620
4621         * paragraph_funcs.C: Fixup paste for change tracking.
4622
4623         * tabular.C: mark added row/columns as new.
4624
4625         * text.C: fix rowLast() to never return -1. Don't allow
4626           spellchecking of deleted text. Track transpose changes. Don't
4627           allow paragraph break or merge where appropriate.
4628
4629         * text2.C: leave cursor at end of selection after a cut.
4630
4631 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4632
4633         * text.C (getLengthMarkerHeight):
4634         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4635         visible on screen too.
4636
4637 2003-02-07  John Levon  <levon@movementarian.org>
4638
4639         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4640
4641 2003-02-05  Angus Leeming  <leeming@lyx.org>
4642
4643         * lyxserver.C (read_ready): revert my patch of 11 September last year
4644         as it sends PC cpu through the roof. Presumably this means that
4645         the lyxserver will no longer run on an Alpha...
4646
4647 2003-01-30  Angus Leeming  <leeming@lyx.org>
4648
4649         * factory.C (createInset): create an InsetCommandParam of type "index"
4650         and use it to 'do the right thing'.
4651
4652         * text2.C (getStringToIndex): ensure that cursor position is always
4653         reset to the reset_cursor position.
4654
4655 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4656
4657         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4658         disabled.
4659
4660 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4661
4662         * bufferview.C:
4663         * lyxcb.C:
4664         * lyxfunc.C: Output messages with identical spelling, punctuation,
4665         and spaces
4666
4667 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4668
4669         * MenuBackend.C (expandFormats): List only viewable export formats
4670         in "View" menu
4671
4672         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
4673         message
4674
4675         * lyxfunc.C (getStatus): Make sure that formats other than
4676         "fax" can also be disabled
4677
4678 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4679
4680         * text3.C (dispatch): put the lfuns that insert insets in 3
4681         groups, and call doInsertInset with appropriate arguments.
4682         (doInsertInset): new function, that creates an inset and inserts
4683         it according to some boolean parameters.
4684
4685 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4686
4687         * buffer.C (readFile): remember to pass on 'par' when calling
4688         readFile recursively.
4689
4690 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4691
4692         * MenuBackend.C (expandFormats): add "..." to import formats.
4693
4694 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4695
4696         * paragraph.C (asString): Remove XForms RTL hacks.
4697
4698 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
4699         * buffer.C: fix typo
4700
4701 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4702
4703         * Makefile.am (LIBS): delete var
4704         (lyx_LDADD): add @LIBS@ here instead.
4705
4706 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
4707
4708         * Clarify the meaning of "wheel mouse jump"
4709
4710 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4711
4712         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
4713         tabular in a float
4714
4715 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4716
4717         * importer.C (Loaders): do not preallocate 3 elements in the
4718         vector, since one ends up with 6 elements otherwise
4719
4720 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4721
4722         * DepTable.C (write): write the file name as last element of the
4723         .dep file (because it may contain spaces)
4724         (read): read info in the right order
4725
4726 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4727
4728         * paragraph_pimpl.C (simpleTeXBlanks):
4729         (simpleTeXSpecialChars):
4730         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
4731
4732         * tabular.C (latex): add some missing case statements. Reindent.
4733
4734         * MenuBackend.C (expandToc): remove unused variable.
4735
4736 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4737
4738         * LColor.C:
4739         * LaTeX.C:
4740         * LyXAction.C:
4741         * MenuBackend.C:
4742         * buffer.C:
4743         * exporter.C:
4744         * lyxfunc.C:
4745         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
4746         and the like.
4747
4748 2003-01-05  John Levon  <levon@movementarian.org>
4749
4750         * BufferView.h:
4751         * BufferView.C: add getEncoding()
4752
4753         * kbsequence.h:
4754         * kbsequence.C: do not store last keypress
4755
4756         * lyxfunc.h:
4757         * lyxfunc.C: store last keypress here instead. Pass encoding
4758           to getISOEncoded()
4759
4760 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4761
4762         * lyx_main.C (init): remove annoying error message when following
4763         symbolic links (bug #780)
4764
4765 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4766
4767         * text.C (insertChar):
4768         * lyxrc.C (getDescription): remove extra spaces
4769
4770 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4771
4772         * lyxrc.C (getDescription): remove extra spaces
4773
4774 2002-12-20  John Levon  <levon@movementarian.org>
4775
4776         * text3.C: hack fix for page up/down across tall rows
4777
4778 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4779
4780         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
4781         not been invoked
4782
4783 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4784
4785         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
4786         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
4787         thesaurus is not compiled in
4788
4789 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
4790
4791         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
4792
4793 2002-12-16  Angus Leeming  <leeming@lyx.org>
4794
4795         * lyxrc.[Ch]:
4796         * lyx_main.C (init): remove override_x_deadkeys stuff.
4797
4798 2002-12-12  John Levon  <levon@movementarian.org>
4799
4800         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
4801           insert. Only remove shift modifier under strict
4802           circumstances.
4803
4804 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4805
4806         * MenuBackend.C (expandToc): fix crash.
4807
4808 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4809
4810         * MenuBackend.C (expandToc): gettext on float names.
4811
4812 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4813
4814         * lyxlength.[Ch]: set default unit to UNIT_NONE,
4815         implement bool empty() [bug 490]
4816
4817 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4818
4819         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
4820
4821 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4822
4823         * several files: ws changes
4824
4825 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4826
4827         * text2.C (setCounter): clean up a bit, use boost.format.
4828         (updateCounters): initialize par upon declaration.
4829
4830         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
4831         if the layout exists. We do not just store the layout any more.
4832         (SwitchLayoutsBetweenClasses): use boost.format
4833
4834 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4835
4836         * converter.C (convert): if from and to files are the same, use a
4837         temporary files as intermediary
4838
4839 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4840
4841         * commandtags.h:
4842         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
4843
4844 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
4845
4846         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
4847
4848 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4849
4850         * tabular.C (asciiPrintCell): use string(size, char) instead of
4851         explicit loop.
4852
4853         * sgml.C (openTag): fix order of arguments to string constructor
4854         (closeTag): ditto
4855
4856         * lyxfunc.C (dispatch): use boost.format
4857
4858         * lots of files: change "c" -> 'c'
4859
4860 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
4861
4862         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
4863
4864 2002-11-25  Angus Leeming  <leeming@lyx.org>
4865
4866         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
4867
4868         * lyx_main.C (init): compile fix.
4869
4870 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4871
4872         * lyx_cb.C (start): boost.formatify
4873         do not include <iostream>
4874
4875         * lengthcommon.C: ws only
4876
4877         * boost-inst.C,BoostFormat.h: add more explict instantations
4878
4879 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4880
4881         * lots of files: handle USE_BOOST_FORMAT
4882
4883 2002-11-21  John Levon  <levon@movementarian.org>
4884
4885         * pspell.C: fix compile
4886
4887 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4888
4889         * lyxfunc.C (dispatch): use boost::format
4890         (open): ditto
4891         (doImport): ditto
4892
4893         * lyxfont.C (stateText): use boost::format
4894
4895         * lyx_main.C (LyX): use boost::format
4896         (init): ditto
4897         (queryUserLyXDir): ditto
4898         (readRcFile): ditto
4899         (parse_dbg): ditto
4900         (typedef boost::function): use the recommened syntax.
4901
4902         * importer.C (Import): use boost::format
4903
4904         * debug.C (showLevel): use boost::format
4905
4906         * converter.C (view): use boost::format
4907         (convert): ditto
4908         (move): ditto
4909         (scanLog): ditto
4910
4911         * bufferview_funcs.C (currentState): use boost::format
4912
4913         * bufferlist.C (emergencyWrite): use boost::format
4914
4915         * buffer.C (readLyXformat2): use boost::format
4916         (parseSingleLyXformat2Token): ditto
4917
4918         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
4919
4920         * LaTeX.C (run): use boost::format
4921
4922         * Chktex.C (scanLogFile): use boost::format
4923
4924         * BufferView_pimpl.C (savePosition): use boost::format
4925         (restorePosition): ditto
4926         (MenuInsertLyXFile): ditto
4927
4928         * BoostFormat.h: help file for explicit instation.
4929
4930 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
4931
4932         * tabular.C (latex): Support for block alignment in fixed width
4933         columns.
4934
4935 2002-11-17  John Levon  <levon@movementarian.org>
4936
4937         * BufferView_pimpl.C:
4938         * lyx_cb.C:
4939         * lyxfunc.C: split filedialog into open/save
4940
4941 2002-11-08  Juergen Vigna  <jug@sad.it>
4942
4943         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
4944         by my last patch (hopefully).
4945
4946 2002-11-08  John Levon  <levon@movementarian.org>
4947
4948         * iterators.h:
4949         * iterators.C:
4950         * buffer.h:
4951         * buffer.C:
4952         * paragraph.h:
4953         * paragraph.C:
4954         * toc.h:
4955         * toc.C: ParConstIterator, and use it (from Lars)
4956
4957 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
4958
4959         * lyxtextclass.[Ch]: revise and add doxygen comments
4960
4961 2002-11-07  John Levon  <levon@movementarian.org>
4962
4963         * text.C: fix progress value for spellchecker
4964
4965         * toc.C: fix navigate menu for insetwrap inside minipage
4966
4967         * paragraph_funcs.C: added FIXME for suspect code
4968
4969 2002-11-07  John Levon  <levon@movementarian.org>
4970
4971         * BufferView_pimpl.C: fix redrawing of insets
4972           on buffer switch
4973
4974 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4975
4976         * text2.C (updateCounters): fix bug 668
4977
4978 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
4979
4980         * text3.C (dispatch): Do not make the buffer dirty when moving the
4981         cursor.
4982
4983 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4984
4985         * vc-backend.C: STRCONV
4986         (scanMaster): ditto
4987
4988         * text2.C (setCounter): STRCONV
4989
4990         * paragraph.C (asString): STRCONV
4991
4992         * lyxlength.C (asString): STRCONV
4993         (asLatexString): ditto
4994
4995         * lyxgluelength.C (asString): STRCONV
4996         (asLatexString): ditto
4997
4998         * lyxfunc.C (dispatch): STRCONV
4999         (open): ditto
5000
5001         * lyxfont.C (stateText): STRCONV
5002
5003         * importer.C (Import): STRCONV
5004
5005         * counters.C (labelItem): STRCONV
5006         (numberLabel): ditto
5007         (numberLabel): remove unused ostringstream o
5008
5009         * chset.C: STRCONV
5010         (loadFile): ditto
5011
5012         * bufferview_funcs.C (currentState): STRCONV
5013
5014         * buffer.C (readFile): STRCONV
5015         (asciiParagraph): ditto
5016         (makeLaTeXFile): ditto
5017
5018         * Spacing.C (writeEnvirBegin): STRCONV
5019
5020         * LaTeXFeatures.C (getLanguages): STRCONV
5021         (getPackages): ditto
5022         (getMacros): ditto
5023         (getBabelOptions): ditto
5024         (getTClassPreamble): ditto
5025         (getLyXSGMLEntities): ditto
5026         (getIncludedFiles): ditto
5027
5028         * LaTeX.C: STRCONV
5029         (run): ditto
5030         (scanAuxFile): ditto
5031         (deplog): ditto
5032
5033         * LString.h: add the STRCONV macros
5034
5035         * BufferView_pimpl.C (savePosition): STRCONV
5036         (restorePosition): ditto
5037         (MenuInsertLyXFile): ditto
5038
5039         * vc-backend.C (scanMaster): change from submatch[...] to
5040         submatch.str(...)
5041
5042         * funcrequest.C: include config.h
5043
5044         * factory.C: include config.h
5045
5046         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5047
5048         * box.C: include config.h
5049
5050         * LaTeX.C (scanAuxFile): change from submatch[...] to
5051         submatch.str(...)
5052         (deplog): ditto
5053
5054 2002-10-25  Angus Leeming  <leeming@lyx.org>
5055
5056         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5057
5058         * ispell.[Ch] (setError): new method.
5059         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5060         Use setError() insetead of goto END.
5061
5062         * lyx_cb.C (AutoSave): move out child process into new class
5063         AutoSaveBuffer.
5064
5065 2002-10-30  John Levon  <levon@movementarian.org>
5066
5067         * text3.C: make start appendix undoable
5068
5069 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5070
5071         * lyxlength.C (inPixels): Fix returned value.
5072
5073         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5074         environment.
5075
5076 2002-10-24  Angus Leeming  <leeming@lyx.org>
5077
5078         * lyxgluelength.h: no need to forward declare BufferParams
5079         or BufferView, so don't.
5080
5081 2002-10-21  John Levon  <levon@movementarian.org>
5082
5083         * BufferView.C: menuUndo ->undo, redo
5084
5085         * BufferView.h: document, remove dead, make some methods private
5086
5087         * paragraph_funcs.h:
5088         * paragraph_funcs.C:
5089         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5090
5091         * buffer.h:
5092         * buffer.C:
5093         * sgml.h:
5094         * sgml.C: move sgml open/close tag into sgml.C
5095
5096         * bufferview_funcs.h: unused prototype
5097
5098         * lyxfunc.h:
5099         * lyxfunc.C: remove unused
5100
5101         * lyxtext.h:
5102         * text.C: remove unused
5103
5104 2002-10-21  John Levon  <levon@movementarian.org>
5105
5106         * BufferView.h:
5107         * BufferView.C:
5108         * BufferView_pimpl.h:
5109         * BufferView_pimpl.C: fix mouse wheel handling based on
5110           patch from Darren Freeman
5111
5112 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5113
5114         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5115
5116 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5117
5118         * lyxlength.C (inPixels): Fix hanfling of negative length.
5119         Fix LyXLength::MU case.
5120
5121 2002-10-16  John Levon  <levon@movementarian.org>
5122
5123         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5124
5125 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5126
5127         * converter.C (view): add support for $$i (file name) and $$p
5128         (file path) for the viewer command. If $$i is not specified, then
5129         it is appended to the command (for compatibility with old syntax)
5130
5131 2002-10-14  Juergen Vigna  <jug@sad.it>
5132
5133         * undo_funcs.C (textHandleUndo): alter the order in which the
5134         new undopar is added to the LyXText, as we have to set first
5135         the right prev/next and then add it as otherwise the rebuild of
5136         LyXText is not correct. Also reset the cursor to the right paragraph,
5137         with this IMO we could remove the hack in "redoParagraphs()".
5138
5139 2002-10-09  Angus Leeming  <leeming@lyx.org>
5140
5141         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5142         to turn off an optimisation if a new inset is to be inserted.
5143
5144 2002-10-11 André Pönitz <poenitz@gmx.net>
5145
5146         * lyxtext.h: make some functions public to allow access
5147         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5148
5149 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5150
5151         * text3.C (dispatch): when changing layout, avoid an infinite loop
5152         [bug #652]
5153
5154 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5155
5156         * lyxrc.C (read): treat a viewer or converter command of "none" as
5157         if it were empty.
5158
5159         * MenuBackend.C (expandFormats): for an update, also allow the
5160         formats that are not viewable
5161
5162         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5163         script if it is newer than the lyxrc.defaults in user directory
5164
5165 2002-10-07 André Pönitz <poenitz@gmx.net>
5166
5167         * text.C: Vitaly Lipatov's small i18n fix
5168
5169 2002-09-25  Angus Leeming  <leeming@lyx.org>
5170
5171         * ispell.h: doxygen fix.
5172
5173 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5174
5175         * buffer.h (readFile): Add a new argument to the method, to allow
5176         reading of old-format templates.
5177
5178 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5179
5180         * toc.C (getTocList): Get TOC from InsetWrap.
5181
5182 2002-09-16  John Levon  <levon@movementarian.org>
5183
5184         * lyxfunc.C: check tabular for cut/copy too
5185
5186 2002-09-12  John Levon  <levon@movementarian.org>
5187
5188         * LyXAction.C: tidy
5189
5190         * factory.h:
5191         * factory.C: add header
5192
5193         * paragraph_funcs.h:
5194         * paragraph_funcs.C: cleanup
5195
5196 2002-09-11  John Levon  <levon@movementarian.org>
5197
5198         * PrinterParams.h: odd/even default to true
5199
5200 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5201
5202         * PrinterParams.h: update printer parameters for new xforms dialog
5203
5204 2002-09-11  Angus Leeming  <leeming@lyx.org>
5205
5206         * lyxserver.C (read_ready): re-write to make it more transparent
5207         and to make it work in coherent fashion under Tru64 Unix.
5208
5209 2002-09-11  André Pönitz <poenitz@gmx.net>
5210
5211         * commandtags.h:
5212         * LyXAction.C:
5213         * text3.C: implement LFUN_WORDSEL
5214
5215 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5216
5217         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5218         make floatlist_ a boost::shared_ptr<FloatList>
5219
5220         * lyxtextclass.C: include FloatList.h
5221         (LyXTextClass): initialize floatlist_
5222         (TextClassTags): add TC_NOFLOAT
5223         (Read): match "nofloat" to TC_NOFLOAT and use it.
5224         (readFloat): modify call to floatlist_
5225         (floats): ditto
5226         (floats): ditto
5227
5228         * FloatList.[Ch] (FloatList): remove commented out float
5229         initialization.
5230         (erase): new function
5231
5232 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5233
5234         * MenuBackend.C (expandToc): fix crash when there is no document
5235         open
5236
5237 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5238
5239         * many files: Add insetwrap.
5240
5241 2002-09-09  John Levon  <levon@movementarian.org>
5242
5243         * text2.C: remove confusing and awkward depth wraparound
5244
5245 2002-09-09  John Levon  <levon@movementarian.org>
5246
5247         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5248
5249         * buffer.h:
5250         * buffer.C: remove getIncludeonlyList()
5251
5252         * paragraph.C:
5253         * lyxfunc.C: remove headers
5254
5255 2002-09-09  Juergen Vigna  <jug@sad.it>
5256
5257         * text.C (getColumnNearX): fix form Michael this is most
5258         probably a cut&paste bug.
5259
5260 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5261
5262         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5263
5264         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5265         references, ws changes.
5266
5267         * text2.C (init): update counters after init
5268         (insertParagraph): no need to set counter on idividual paragraphs.
5269         (setCounter): access the counters object in the textclass object
5270         on in the buffer object.
5271         (updateCounters): ditto
5272
5273         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5274         shared_ptr<Counters> to avoid loading counters.h in all
5275         compilation units.
5276         (LyXTextClass): initialize ctrs_
5277         (TextClassTags): add TC_COUNTER, and ...
5278         (Read): use it here.
5279         (CounterTags): new tags
5280         (readCounter): new function
5281         (counters): new funtion
5282         (defaultLayoutName): return a const reference
5283
5284         * counters.C (Counters): remove contructor
5285         (newCounter): remove a couple of unneeded statements.
5286         (newCounter): simplify a bit.
5287         (numberLabel): some small formatting changes.
5288
5289         * buffer.[Ch]: remove all traces of counters, move the Counters
5290         object to the LyXTextClass.
5291
5292 2002-09-06  Alain Castera  <castera@in2p3.fr>
5293
5294         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5295         package to set the horizontal alignment on fixed width columns.
5296
5297         * lyx_sty.C:
5298         * lyx_sty.h: added tabularnewline macro def.
5299
5300         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5301
5302 2002-09-06  John Levon  <levon@movementarian.org>
5303
5304         * LyXAction.C: tooltips for sub/superscript
5305
5306         * MenuBackend.C: a bit more verbose
5307
5308         * lyxfunc.C: tiny clean
5309
5310         * undo_funcs.C: document undo_frozen
5311
5312 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5313
5314         * counters.C (Counters): add missing algorithm counter.
5315
5316         * text2.C (setCounter): lookup the counter with layouts latexname
5317         instead of by section number.
5318         (setCounter): use a hackish way to lookup the correct enum
5319         counter.
5320         a float name->type change
5321         reset enum couners with counter name directly instead of depth value.
5322
5323         * counters.C (Counters): remove the push_backs, change to use the
5324         float type not the float name.
5325         (labelItem): remove unused string, float name->type change
5326
5327         * counters.h: don't include vector, loose the enums and sects vectors
5328
5329 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5330
5331         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5332         (Read): add float->TC_FLOAT to textclassTags
5333         (Read): and handle it in the switch
5334         (readFloat): new function
5335
5336         * FloatList.C (FloatList): comment out the hardcoded float
5337         definitions.
5338
5339         * lyxlayout.h: ws change.
5340
5341 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5342
5343         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5344
5345 2002-09-03  Angus Leeming  <leeming@lyx.org>
5346
5347         * BufferView_pimpl.h: qualified name is not allowed in member
5348         declaration: WorkArea & Pimpl::workarea() const;
5349
5350         * factory.C: added using std::endl directive.
5351
5352         * text3.C: added using std::find and std::vector directives.
5353
5354 2002-08-29  André Pönitz <poenitz@gmx.net>
5355
5356         * lyxtext.h:
5357         * text2.C: remove unused member number_of_rows
5358
5359         * Makefile.am:
5360         * BufferView2.C: remove file, move contents to...
5361         * BufferView.C: ... here
5362
5363         * BufferView_pimpl.C:
5364         * factory.C: move more inset creation to factory
5365
5366         * vspace.C: avoid direct usage of LyXText, ws changes
5367
5368         * BufferView.[Ch]:
5369                 don't provide direct access to WorkArea, use two simple
5370                 acessors haveSelction() and workHeight() instead
5371
5372
5373 2002-08-29  John Levon  <levon@movementarian.org>
5374
5375         * BufferView_pimpl.C (dispatch): do not continue when
5376           no buffer
5377
5378 2002-08-28  André Pönitz <poenitz@gmx.net>
5379
5380         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5381
5382         * BufferView.h:
5383         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5384
5385 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5386
5387         * buffer.C: increment LYX_FORMAT to 221
5388
5389         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5390         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5391
5392         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5393
5394         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5395
5396 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5397
5398         * factory.C (createInset): use LyXTextClass::floats
5399
5400         * MenuBackend.C (expandFloatListInsert):
5401         (expandFloatInsert):
5402         (expandToc):
5403
5404         * text2.C (setCounter):
5405
5406         * LaTeXFeatures.C (useFloat):
5407         (getFloatDefinitions):
5408
5409         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5410
5411         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5412         floatlist_, with accessor floats().
5413
5414         * FloatList.h: remove global FloatList
5415
5416 2002-08-26  André Pönitz <poenitz@gmx.net>
5417
5418         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5419
5420         * BufferView.h:
5421         * BufferView2.C:
5422         * BufferView_pimpl.C:
5423         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5424
5425 2002-08-25  John Levon  <levon@movementarian.org>
5426
5427         * LyXAction.C: fix margin note description
5428
5429 2002-08-24  John Levon  <levon@movementarian.org>
5430
5431         * buffer.C:
5432         * bufferlist.C:
5433         * bufferview_funcs.C:
5434         * lyxfont.C:
5435         * undo_funcs.C: cleanups
5436
5437         * lyxfunc.C: disable CUT/COPY when no selection
5438
5439 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5440
5441         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5442         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5443
5444         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5445         Add backward compatibility to "mono", "gray" and "no".
5446
5447 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5448
5449         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5450         (and file_format >= 200).
5451
5452 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5453
5454         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5455
5456 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5457
5458         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5459
5460 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5461
5462         * BufferView_pimpl.C:
5463         * LyXAction.C:
5464         * buffer.C:
5465         * commandtags.h:
5466         * lyxfunc.C:
5467         * paragraph.[Ch]:
5468         * text2.C:
5469         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5470         inset and code to make it  work with the paragraph code. The inset
5471         can be anywhere in the paragraph, but will only do the expected
5472         thing in LaTeX if the layout file contains the parameter line
5473                         OptionalArgs    1
5474         (or more generally, a nonzero value) for that layout.
5475
5476 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5477
5478         * paragraph.h: remove the declaration of undefined counters class
5479         function.
5480
5481 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5482
5483         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5484         Dr. Richard Hawkins.
5485
5486 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5487
5488         * paragraph_funcs.h: remove some unneeded includes
5489
5490         * text.C (backspace): pasteParagraph now in global scipe
5491
5492         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5493         (pasteSelection): ditto
5494
5495         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5496         * paragraph_funcs.C (pasteParagraph): ... here
5497
5498 2002-08-20  André Pönitz <poenitz@gmx.net>
5499
5500         * commandtags.h: new LFUNs for swapping/copying table row/colums
5501
5502         * LyXAction.C:
5503         * lyxfunc.C: support for new lfuns
5504
5505 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5506
5507         * tabular.C:
5508         * buffer.[Ch]: remove NO_COMPABILITY stuff
5509
5510 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5511
5512         * boost.C (throw_exception): new file, with helper function for
5513         boost compiled without exceptions.
5514
5515         * paragraph.h:
5516         * lyxlength.C:
5517         * buffer.C:
5518         * ParameterStruct.h:
5519         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5520
5521         * bufferlist.C (emergencyWriteAll): use boost bind
5522
5523         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5524
5525         * text.C: include paragraph_funcs.h
5526         (breakParagraph): breakParagraph is now in global scope
5527
5528         * paragraph_funcs.[Ch]: new files
5529
5530         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5531         global scope
5532
5533         * buffer.C: include paragraph_funcs.h
5534         (insertStringAsLines): breakParagraph is now in global scope
5535
5536         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5537         paragraph_funcs.C
5538
5539         * CutAndPaste.C: include paragraph_funcs.h
5540         (cutSelection): breakParagraphConservative is now in global scope
5541         (pasteSelection): ditto
5542
5543         * buffer.h: declare oprator== and operator!= for
5544         Buffer::inset_iterator
5545
5546         * bufferlist.C (emergencyWrite): don't use fmt(...)
5547
5548         * text3.C: add using std::endl
5549
5550         * BufferView.C (moveCursorUpdate): remove default arg
5551
5552 2002-08-20  André Pönitz <poenitz@gmx.net>
5553
5554         * buffer.[Ch]: move inline functions to .C
5555
5556         * BufferView2.C:
5557         * BufferView_pimpl.C:
5558         * text.C:
5559         * buffer.[Ch]: use improved inset_iterator
5560
5561         * buffer.C:
5562         * paragraph.[Ch]: write one paragraph at a time
5563
5564 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5565
5566         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5567         style if style is not specified.
5568
5569 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5570
5571         * text2.C (setCounter): when searching for right label for a
5572         caption, make sure to recurse to parent insets (so that a caption
5573         in a minipage in a figure float works) (bug #568)
5574
5575 2002-08-20  André Pönitz <poenitz@gmx.net>
5576
5577         * text3.C: new file for LyXText::dispatch() and helpers
5578
5579         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5580
5581         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5582
5583 2002-08-19  André Pönitz <poenitz@gmx.net>
5584
5585         * lyxtext.h:
5586         * text.C: new LyXText::dispatch()
5587
5588         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5589
5590 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5591
5592         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5593
5594         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5595         Hebrew text.
5596
5597 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5598
5599         * Makefile.am: use $(variables) instead of @substitutions@
5600
5601 2002-08-15  André Pönitz <poenitz@gmx.net>
5602
5603         * lyxfunc.C:
5604         * BufferView_pimpl.C: streamlining mathed <-> outer world
5605         interaction
5606
5607         * commandtags.h:
5608         * LyXAction.C: remove unused LFUN_MATH
5609
5610 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5611
5612         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5613
5614 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5615
5616         * paragraph.C (Paragraph): reformat a bit
5617         (cutIntoMinibuffer): use builtin InsetList function instad of
5618         doing it manually.
5619         (getInset): ditto
5620
5621         * buffer.C: include boost/bind.hpp, add using std::for_each
5622         (writeFileAscii): use ParagraphList iterators
5623         (validate): use for_each for validate traversal of paragraphs
5624         (getBibkeyList): use ParagraphList iterators
5625         (resizeInsets): use for_each to resizeInsetsLyXText for all
5626         paragraphs.
5627         (getParFromID): use ParagraphList iterators
5628
5629         * BufferView2.C (lockInset): use paragraph list and iterators
5630
5631 2002-08-14  John Levon  <levon@movementarian.org>
5632
5633         * lyxserver.C: remove spurious xforms include
5634
5635 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5636
5637         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5638
5639 2002-08-13  André Pönitz <poenitz@gmx.net>
5640
5641         * LyXAction.[Ch]:
5642         * lyxfunc.C: further cleaning
5643
5644 2002-08-13  André Pönitz <poenitz@gmx.net>
5645
5646         * funcrequest.h: new constructor
5647
5648         * funcrequest.C: move stuff here from .h
5649
5650         * Makefile.am:
5651         * BufferView_pimpl.C:
5652         * LyXAction.C:
5653         * toc.C:
5654         * lyxfunc.C: subsequent changes
5655
5656         * lyxfunc.h: new view() member function
5657
5658         * lyxfunc.C: subsequent changes
5659
5660 2002-08-13  Angus Leeming  <leeming@lyx.org>
5661
5662         * BufferView2.C:
5663         * BufferView_pimpl.C:
5664         * buffer.C:
5665         * converter.C:
5666         * importer.C:
5667         * lyxfunc.C:
5668         * lyxvc.C:
5669         * toc.C:
5670         * vc-backend.C:
5671         changes due to the changed LyXView interface that now returns references
5672         to member variables not pointers.
5673
5674 2002-08-13  Angus Leeming  <leeming@lyx.org>
5675
5676         * WordLangTuple (word, lang_code): return references to strings,
5677         not strings.
5678
5679         * BufferView.h:
5680         * SpellBase.h:
5681         * lyxtext.h: forward-declare WordLangTuple.
5682
5683         * BufferView2.C:
5684         * ispell.C:
5685         * pspell.C:
5686         * text.C: #include "WordLangTuple.h".
5687
5688         * lyxtext.h:
5689         * text.C: (selectNextWordToSpellcheck): constify return type.
5690
5691 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
5692
5693         * buffer.C:
5694         * buffer.h:
5695         * lyxtext.h:
5696         * paragraph.C:
5697         * paragraph_pimpl.h:
5698         * text.C:
5699         * text2.C:
5700         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
5701         suggested by Angus.
5702         Made updateCounter always count from start of buffer, and removed
5703         second argument (par).
5704         Reverted floats number display to '#'. Perhaps I'll try again when the
5705         code base is sanitized a bit.
5706
5707 2002-08-12  Angus Leeming  <leeming@lyx.org>
5708
5709         * buffer.[Ch] (getLabelList): constify.
5710
5711 2002-08-07  André Pönitz <poenitz@gmx.net>
5712
5713         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
5714
5715         * funcrequest.h: extension to keep mouse (x,y) position
5716
5717 2002-08-12  Juergen Vigna  <jug@sad.it>
5718
5719         * BufferView2.C (insertErrors): forbid undo when inserting error
5720         insets.
5721
5722         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
5723
5724 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5725
5726         * ParagraphList.[Ch]: new files
5727
5728         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
5729
5730         * BufferView2.C (lockInset): ParagraphList changes
5731         * toc.C: ditto
5732         * text2.C: ditto
5733         * bufferlist.C: ditto
5734         * buffer.h: ditto
5735         * buffer.C: ditto
5736
5737 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5738
5739         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
5740         unused class variable counter_,
5741
5742         * paragraph.[Ch] (getFirstCounter): delete unused function
5743
5744         * counters.C: include LAssert.h
5745         (reset): add a new function with no arg, change other version to
5746         not have def. arg and to not allow empty arg.
5747
5748         * text2.C (setCounter): remove empty arg from call to Counters::reset
5749
5750 2002-08-11  John Levon  <levon@movementarian.org>
5751
5752         * Makefile.am: add WordLangTuple.h
5753
5754 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5755
5756         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
5757         lyxfunc.C lyxlex_pimpl.C: ws changes only.
5758
5759         * insets/insettext.C: InsetList changes
5760
5761         * graphics/GraphicsSupport.C (operator()): InsetList changes
5762
5763         * toc.C (getTocList): InsetList changes
5764
5765         * paragraph_pimpl.[Ch]: InsetList changes
5766
5767         * paragraph.[Ch]: InsetList changes
5768
5769         * buffer.C (inset_iterator): InsetList changes
5770         (setParagraph): ditto
5771         * buffer.h (inset_iterator): ditto
5772         * iterators.C (operator++): ditto
5773         * iterators.h: ditto
5774
5775         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
5776
5777         * InsetList.[Ch]: new files, most InsetList handling moved out of
5778         paragraph.C.
5779
5780         * BufferView2.C (removeAutoInsets): InsetList changes
5781         (lockInset): ditto
5782         (ChangeInsets): ditto
5783
5784 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5785
5786         * paragraph_pimpl.h (empty): new function
5787
5788         * paragraph.[Ch] (empty): new function
5789
5790         * other files: use the new Paragraph::empty function
5791
5792 2002-08-09  John Levon  <levon@movementarian.org>
5793
5794         * lyxtext.h: remove unused refresh_height
5795
5796 2002-08-09  John Levon  <levon@movementarian.org>
5797
5798         * Makefile.am:
5799         * sgml.h:
5800         * sgml.C:
5801         * buffer.C:
5802         * paragraph.h:
5803         * paragraph.C: move sgml char escaping out of paragraph
5804
5805         * paragraph.h:
5806         * paragraph.C: remove id setter
5807
5808         * buffer.C:
5809         * paragraph.C:
5810         * paragraph_pimpl.C: remove dead tex_code_break_column
5811
5812         * bufferview_funcs.C: small cleanup
5813
5814         * lyxfunc.C: remove dead proto
5815
5816         * lyxtext.h: make some stuff private. Remove some dead stuff.
5817
5818         * lyxgluelength.C: make as[LyX]String() readable
5819
5820 2002-08-08  John Levon  <levon@movementarian.org>
5821
5822         * LyXAction.h:
5823         * LyXAction.C:
5824         * MenuBackend.C:
5825         * ToolbarDefaults.C:
5826         * lyxfunc.C:
5827         * lyxrc.C:
5828         * toc.C: lyxaction cleanup
5829
5830 2002-08-08  John Levon  <levon@movementarian.org>
5831
5832         * BufferView2.C: small cleanup
5833
5834         * lyxfind.h:
5835         * lyxfind.C: move unnecessary header into the .C
5836
5837 2002-08-08  John Levon  <levon@movementarian.org>
5838
5839         * funcrequest.h: just tedious nonsense
5840
5841         * lyx_main.h:
5842         * lyx_main.C: cleanups
5843
5844         * buffer.C:
5845         * vspace.C: remove dead header lyx_main.h
5846
5847 2002-08-07  Angus Leeming  <leeming@lyx.org>
5848
5849         * Paragraph.[Ch]:
5850         * paragraph_pimpl.h:
5851         Forward declare class Counters in paragraph.h by moving the ctrs member
5852         variable into Paragraph::Pimpl.
5853         (counters): new method, returning a reference to pimpl_->ctrs.
5854
5855         * text2.C: ensuing changes.
5856
5857 2002-08-07  John Levon  <levon@movementarian.org>
5858
5859         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
5860
5861         * BufferView_pimpl.C: announce X selection on double/triple
5862           click
5863
5864         * lyx_main.C: use correct bool in batch dispatch
5865
5866         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
5867
5868 2002-08-07  André Pönitz <poenitz@gmx.net>
5869
5870         * funcrequest.h: new class to wrap a kb_action and its argument
5871
5872         * BufferView.[Ch]:
5873         * BufferView_pimpl[Ch]:
5874         * LaTeX.C:
5875         * LyXAction.[Ch]:
5876         * lyxfunc.[Ch]:
5877         * lyxrc.C: subsequent changes
5878
5879
5880 2002-08-07  John Levon  <levon@movementarian.org>
5881
5882         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
5883           document options change.
5884
5885 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
5886
5887         * counters.[Ch]
5888         * text2.C
5889         * paragraph.[Ch]
5890         * makefile.am: move counters functionality over from
5891         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
5892
5893 2002-08-06  John Levon  <levon@movementarian.org>
5894
5895         * WordLangTuple.h: new file for word + language code tuple
5896
5897         * SpellBase.h:
5898         * pspell.h:
5899         * pspell.C:
5900         * ispell.h:
5901         * ispell.C:
5902         * lyxtext.h:
5903         * text.C:
5904         * text2.C:
5905         * BufferView.h:
5906         * BufferView2.C: use WordLangTuple
5907
5908         * layout.h:
5909         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
5910
5911 2002-08-06  John Levon  <levon@movementarian.org>
5912
5913         * lyx_main.C: fix cmdline batch handling
5914
5915 2002-08-06  André Pönitz <poenitz@gmx.net>
5916
5917         * lyxrc.C: set default for show_banner to true
5918
5919 2002-08-06  John Levon  <levon@movementarian.org>
5920
5921         * pspell.C: fix a crash, and allow new aspell to work
5922
5923 2002-08-06  John Levon  <levon@movementarian.org>
5924
5925         * lyxfunc.C:
5926         * kbmap.C: small cleanup
5927
5928         * vspace.h:
5929         * vspace.C: add const
5930
5931 2002-08-05  John Levon  <levon@movementarian.org>
5932
5933         * LyXAction.C: back to tabular-insert
5934
5935 2002-08-04  John Levon  <levon@movementarian.org>
5936
5937         * BufferView.h:
5938         * BufferView.C: cosmetic change
5939
5940         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
5941
5942         * bufferlist.C:
5943         * buffer.h:
5944         * buffer.C:
5945         * lyxcb.h:
5946         * lyxcb.C:
5947         * lyxserver.C:
5948         * lyxvc.C:
5949         * vc-backend.C:
5950         * BufferView2.C: purge all "Lyx" not "LyX" strings
5951
5952         * lyxcursor.h:
5953         * lyxcursor.C: attempt to add some documentation
5954
5955         * lyxfunc.C:
5956         * commandtags.h:
5957         * LyXAction.C:
5958         * ToolbarDefaults.C:
5959         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
5960           merge with LFUN_TABULAR_INSERT
5961
5962         * Makefile.am:
5963         * SpellBase.h:
5964         * ispell.h:
5965         * ispell.C:
5966         * pspell.h:
5967         * pspell.C: split up i/pspell implementations into separate
5968           files, many cleanups
5969
5970         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
5971
5972         * text2.C: some cleanup
5973
5974         * lyxfunc.C: don't check for isp_command == "none" any more, it
5975           didn't make any sense
5976
5977 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
5978
5979         * counters.[Ch]
5980         * text2.C
5981         * paragraph.[Ch]
5982         * makefile.am: move counters functionality over
5983         from text2.C/paragraph.[Ch] to counters.[Ch], and
5984         make proper C++.
5985 2002-08-02  John Levon  <levon@movementarian.org>
5986
5987         * buffer.C: s/lyxconvert/lyx2lyx/
5988
5989 2002-08-02  Angus Leeming  <leeming@lyx.org>
5990
5991         * lyxlex.C: revert John's change as it breaks reading of the user
5992         preamble.
5993
5994 2002-08-02  Angus Leeming  <leeming@lyx.org>
5995
5996         * importer.C (Import):
5997         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
5998         changes due to LyXView::view() now returning a boost::shared_ptr.
5999
6000 2002-08-02  John Levon  <levon@movementarian.org>
6001
6002         * lyxlex.C: small cleanup
6003
6004 2002-08-02  John Levon  <levon@movementarian.org>
6005
6006         * text2.C (status): small cleanup, no logic change
6007
6008 2002-08-01  John Levon  <levon@movementarian.org>
6009
6010         * buffer.h:
6011         * buffer.C (writeFile): don't output alerts, caller
6012           handles this
6013
6014         * bufferlist.C:
6015         * lyx_cb.C: from above
6016
6017         * lyxfunc.C: allow to open non-existent files
6018
6019 2002-07-31  John Levon  <levon@movementarian.org>
6020
6021         * lyxserver.C: don't let incidental errors get
6022           in the way (errno)
6023
6024 2002-07-30  John Levon  <levon@movementarian.org>
6025
6026         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6027
6028 2002-07-30  John Levon  <levon@movementarian.org>
6029
6030         * lyxserver.h:
6031         * lyxserver.C: remove I/O callback too
6032
6033 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6034
6035         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6036         log.
6037
6038 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6039
6040         * many files: strip,frontStrip -> trim,ltrim,rtrim
6041
6042 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6043
6044         * PrinterParams.h: remove extern containsOnly, and include
6045         support/lstrings.h instead.
6046
6047         * LaTeX.C (scanAuxFile): modify because of strip changes
6048         (deplog): ditto
6049         * buffer.C (makeLaTeXFile): ditto
6050         * bufferparams.C (writeFile): ditt
6051         * lyxfont.C (stateText): ditto
6052         * lyxserver.C (read_ready): ditto
6053         * vc-backend.C (scanMaster): ditto
6054
6055         * BufferView_pimpl.h: ws changes
6056
6057         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6058
6059 2002-07-26  André Pönitz <poenitz@gmx.net>
6060
6061         * kb_sequence.C: remove unnedred usings
6062
6063 2002-07-26  Juergen Vigna  <jug@sad.it>
6064
6065         * lyxfind.C (LyXReplace): we have to check better if the returned
6066         text is not of theLockingInset()->getLockingInset().
6067
6068 2002-07-25  Juergen Vigna  <jug@sad.it>
6069
6070         * lyxfind.C (LyXReplace): don't replace if we don't get the
6071         right LyXText.
6072
6073         * undo_funcs.C (createUndo): remove debugging code.
6074
6075 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6076
6077         * buffer.C (parseSingleLyXformat2Token): Use default placement
6078         when reading old floats.
6079
6080         * FloatList.C (FloatList): Change the default placement of figure
6081         and tables to "tbp".
6082
6083 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6084
6085         * MenuBackend.C: using std::max
6086
6087 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6088
6089         * MenuBackend.C (expandToc):
6090         (expandToc2): code moved from xforms menu frontend. It is now
6091         generic and TOCs are transparent to menu frontends.
6092
6093 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6094
6095         * toc.C (getTocList): protect against buf=0
6096
6097         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6098         Menu as first parameter. Now, this calls itself recursively to
6099         expand a whole tree (this will be useful for TOC handling)
6100         (expandFloatInsert): remove 'wide' version of floats
6101
6102         * MenuBackend.h (submenuname): returns the name of the submenu.
6103         (submenu): returns the submenu itself, provided it has been
6104         created by MenuBackend::expand
6105
6106 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6107
6108         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6109         insets which have noFontChange == true. (bug #172)
6110
6111 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6112
6113         * BufferView_pimpl.C: add connection objects and use them...
6114         (Pimpl): here.
6115
6116 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6117
6118         * MenuBackend.C (expandLastfiles):
6119         (expandDocuments):
6120         (expandFormats):
6121         (expandFloatListInsert):
6122         (expandFloatInsert):
6123         (expand): split expand in parts
6124
6125 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6126
6127         * lyx_gui.C: use lyx_gui::exit()
6128
6129 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6130
6131         * LyXAction.C: show the failing pseudo action
6132
6133 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6134
6135         * buffer.C (readFile): Run the lyxconvert script in order to read
6136         old files.
6137
6138 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6139
6140         * LyXAction.C:
6141         * commandtags.h:
6142         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6143
6144 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6145
6146         * LyXAction.C:
6147         * commandtags.h:
6148         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6149
6150 2002-07-22  Herbert Voss  <voss@lyx.org>
6151
6152         * lengthcommon.C:
6153         * lyxlength.[Ch]: add support for the vertical lengths
6154
6155 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6156
6157         * toc.[Ch]: std:: fixes
6158
6159 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6160
6161         * lyxrc.C: do not include lyx_main.h
6162
6163         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6164         for layouts
6165
6166         * lyxrc.C:
6167         * encoding.C:
6168         * bufferlist.C:
6169         * BufferView2.C: include "lyxlex.h"
6170
6171         * tabular.h:
6172         * bufferparams.h: do not #include "lyxlex.h"
6173
6174         * lyxtextclasslist.C (Add): remove method
6175         (classlist): renamed to classlist_
6176
6177         * paragraph_pimpl.C:
6178         * paragraph.C:
6179         * text2.C:
6180         * CutAndPaste.C:
6181         * bufferview_funcs.C:
6182         * bufferlist.C:
6183         * text.C:
6184         * LaTeXFeatures.C:
6185         * buffer.C:
6186         * toc.C (getTocList): use BufferParams::getLyXTextClass
6187
6188         * toc.C (getTocList): use InsetFloat::addToToc
6189
6190         * toc.[Ch]: new files, containing helper functions to handle table
6191         of contents
6192
6193         * lyxfunc.C (dispatch): no need to remove spaces around command
6194         given as a string
6195         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6196         first command of the sequence; it is not very clever, but I do not
6197         have a better idea, actually
6198
6199         * LyXAction.C (LookupFunc): make sure to remove space at the
6200         beginning and end of the command
6201
6202 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6203
6204         * MenuBackend.C (getMenubar): new method: return the menubar of
6205         this menu set
6206         (read): treat differently reading of menu and menubar (in
6207         particular, the menubar has no name now)
6208         (Menu::menubar): remove
6209
6210         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6211         saving is finished
6212
6213 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6214
6215         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6216         a bibitem inset in a RTL paragraph.
6217
6218 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6219
6220         * paragraph_pimpl.C: constify
6221
6222         * BufferView_pimpl.C:
6223         * LaTeX.C:
6224         * lyxfunc.C: fix dispatch in a nicer way
6225
6226 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6227
6228         * lyxfunc.C (dispatch):
6229         * BufferView_pimpl.C:
6230         * BufferView_pimpl.h:
6231         * BufferView.C:
6232         * BufferView.h: rename Dispatch() to dispatch()
6233
6234         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6235
6236         * lyxlayout.C (Read): honor DependsOn tag
6237
6238         * lyxlayout.[Ch] (depends_on): new method
6239
6240         * version.C.in: update lyx_docversion
6241
6242         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6243
6244         * paragraph.C (validate): remove from here...
6245         * paragraph_pimpl.C (validate): ... and move here
6246         (isTextAt): make it const
6247
6248         * buffer.C (getLists): ws cleanup
6249
6250 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6251
6252         * language.C (read): Use iso8859-1 encoding in latex_lang
6253         (this prevents LyX from crashing when using iso10646-1 encoding).
6254
6255 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6256
6257         * text2.C (toggleInset): if cursor is inside an inset, close the
6258         inset and leave cursor _after_ it
6259
6260 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6261
6262         * lyxfunc.C: move minibuffer completion handling out of here
6263
6264 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6265
6266         * BufferView_pimpl.C:
6267         * LaTeX.C: fix dispatch calls
6268
6269 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6270
6271         * text.C (drawChars): Fix Arabic text rendering.
6272
6273 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6274
6275         * LyXAction.C:
6276         * commandtags.h:
6277         * lyxfunc.C: remove message-push/pop
6278
6279         * lyxserver.C:
6280         * lyxfunc.h:
6281         * lyxfunc.C: rationalise some code by removing verboseDispatch
6282           in favour of a bool argument to dispatch()
6283
6284 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6285
6286         * lyx_main.C (init): make sure to read symlinks as absolute paths
6287
6288 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6289
6290         * lyxfunc.h:
6291         * lyxfunc.C: no need for commandshortcut to be a member
6292
6293 2002-07-15  André Pönitz <poenitz@gmx.net>
6294
6295         * converter.C: add support for $$s (scripts from lib/scripts dir)
6296         * lyx_main.C: white space
6297
6298 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6299
6300         * bufferlist.C:
6301         * lyxrc.h:
6302         * lyxrc.C: remove second exit confirmation
6303
6304 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6305
6306         * BufferView.h:
6307         * BufferView.C:
6308         * BufferView2.C:
6309         * BufferView_pimpl.h:
6310         * BufferView_pimpl.C:
6311         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6312
6313 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6314
6315         * MenuBackend.C (expand): add numeric shortcuts to document menu
6316
6317         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6318
6319 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6320
6321         * lyxfont.C (setLyXFamily):
6322         (setLyXSeries):
6323         (setLyXShape):
6324         (setLyXSize):
6325         (setLyXMisc):
6326         (lyxRead):
6327         * debug.C (value):
6328         * buffer.C (asciiParagraph): use ascii_lowercase
6329
6330 2002-07-15  Mike Fabian  <mfabian@suse.de>
6331
6332         * lyxlex_pimpl.C (search_kw):
6333         * lyxlex.C (getLongString):
6334         * converter.h (operator<):
6335         * converter.C (operator<):
6336         * buffer.C (parseSingleLyXformat2Token):
6337         (asciiParagraph):
6338         * ToolbarDefaults.C (read):
6339         * MenuBackend.C (checkShortcuts):
6340         (read):
6341         * LColor.C (getFromGUIName):
6342         (getFromLyXName): use the compare_ascii_no_case instead of
6343         compare_no_case, because in turkish, 'i' is not the lowercase
6344         version of 'I', and thus turkish locale breaks parsing of tags.
6345
6346 2002-07-16  Angus Leeming  <leeming@lyx.org>
6347
6348         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6349         now takes a Buffer const & argument.
6350
6351 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6352
6353         * BufferView.C (resize): check there's a buffer to resize
6354
6355 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6356
6357         * lyxfunc.C: remove dead code
6358
6359         * lyxserver.h:
6360         * lyxserver.C: use lyx_guii::set_read_callback
6361
6362 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6363
6364         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6365         an inset in a RTL paragraph.
6366
6367 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6368
6369         * lyxfunc.C: repaint after a font size update
6370
6371 2002-07-15  André Pönitz <poenitz@gmx.net>
6372
6373         * lyxlength.C: inBP should be able to return negative values
6374
6375 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6376
6377         * lyxfunc.C: use lyx_gui::update_fonts()
6378
6379 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6380
6381         * lyxfunc.C: use lyx_gui::update_color()
6382
6383 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6384
6385         * bufferlist.C:
6386         * lyxfunc.h:
6387         * lyxfunc.C:
6388         * lyxrc.h:
6389         * lyxrc.C: remove file->new asks for name option, and let
6390           buffer-new take an argument
6391
6392 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6393
6394         * BufferView_pimpl.C: remove unneeded extra repaint()
6395
6396 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6397
6398         * LyXAction.C: allow command-sequence with NoBuffer
6399
6400         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6401
6402 2002-07-10  Angus Leeming  <leeming@lyx.org>
6403
6404         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6405
6406 2002-07-09  Angus Leeming  <leeming@lyx.org>
6407
6408         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6409
6410 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6411
6412         * lengthcommon.h: whitespace
6413
6414         * lyxfunc.C: update scrollbar after goto paragraph
6415
6416         * lyxtext.h: factor out page break drawing, and fix it so
6417           page break/added space paints as selected nicely
6418
6419 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6420
6421         * BufferView_pimpl.C: add FIXMEs, clean up a little
6422
6423 2002-07-09  André Pönitz <poenitz@gmx.net>
6424
6425         * lyxfont.[Ch]: support for wasy symbols
6426
6427 2002-07-08  André Pönitz <poenitz@gmx.net>
6428
6429         * BufferView_pimpl.C: apply John's patch for #93.
6430
6431 2002-07-05  Angus Leeming  <leeming@lyx.org>
6432
6433         * BufferView_pimpl.C (buffer): generate previews if desired.
6434
6435         * LColor.h: add "preview" to the color enum.
6436
6437         * LColor.C (LColor): add a corresponding entry to the items array.
6438
6439         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6440         with this buffer.
6441
6442 2002-07-05  Angus Leeming  <leeming@lyx.org>
6443
6444         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6445         The body of the code is now in the method that is passed an ostream &
6446         rather than a file name.
6447         Pass an additional only_preamble parameter, useful for the forthcoming
6448         preview stuff.
6449
6450 2002-07-03  André Pönitz <poenitz@gmx.net>
6451
6452         * lyxfunc.C: simplify getStatus() a bit for math stuff
6453
6454 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6455
6456         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6457
6458 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6459
6460         * text.C (changeRegionCase): do not change case of all the
6461         document when region ends at paragraph end (bug #461)
6462
6463 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6464
6465         * paragraph.C (startTeXParParams):
6466         (endTeXParParams): add \protect when necessary
6467
6468 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6469
6470         * BufferView_pimpl.C (workAreaExpose): remove warning
6471
6472 2002-06-27  Angus Leeming  <leeming@lyx.org>
6473
6474         * Makefile.am: add lyxlayout_ptr_fwd.h.
6475
6476 2002-06-26  André Pönitz <poenitz@gmx.net>
6477
6478         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6479
6480 2002-06-25  Angus Leeming  <leeming@lyx.org>
6481
6482         * lyxfunc.C (dispatch): Comment out the call to
6483         grfx::GCache::changeDisplay. The method no longer exists now that the
6484         pixmap generation part of the graphics loader has been moved into
6485         InsetGraphics.
6486
6487 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6488
6489         * text2.C: layout as layout
6490
6491         * text.C: layout as layout
6492
6493         * tabular.C (OldFormatRead): layout as layout
6494
6495         * paragraph_pimpl.C (TeXDeeper): layout as layout
6496         (realizeFont): layout as layout
6497
6498         * paragraph.C (writeFile): layout as layout
6499         (validate): layout as layout
6500         (getFont): layout as layout
6501         (getLabelFont): layout as layout
6502         (getLayoutFont): layout as layout
6503         (breakParagraph): layout as layout
6504         (stripLeadingSpaces): layout as layout
6505         (getEndLabel): layout as layout
6506         (getMaxDepthAfter): layout as layout
6507         (applyLayout): layout as layout
6508         (TeXOnePar): layout as layout
6509         (simpleTeXOnePar): layout as layout
6510         (TeXEnvironment): layout as layout
6511         (layout): layout as layout
6512         (layout): layout as layout
6513
6514         * lyxtextclass.C (compare_name): new functor to work with
6515         shared_ptr, layout as layout
6516         (Read): layout as layout
6517         (hasLayout): layout as layout
6518         (operator): layout as layout
6519         (delete_layout): layout as layout
6520         (defaultLayout): layout as layout
6521
6522         * lyxlayout_ptr_fwd.h: new file
6523
6524         * lyxlayout.C (Read): layout as layout
6525
6526         * lyx_cb.C (MenuInsertLabel): layout as layout
6527
6528         * bufferlist.C (newFile): layout as layout
6529
6530         * buffer.C (readLyXformat2): layout as layout
6531         (parseSingleLyXformat2Token): layout as layout
6532         (insertStringAsLines): layout as layout
6533         (asciiParagraph): layout as layout
6534         (latexParagraphs): layout as layout
6535         (makeLinuxDocFile): layout as layout
6536         (simpleLinuxDocOnePar): layout as layout
6537         (makeDocBookFile): layout as layout
6538         (simpleDocBookOnePar): layout as layout
6539         (getLists): layout as layout
6540
6541         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6542
6543         * CutAndPaste.C (cutSelection): layout as layout
6544         (pasteSelection): layout as layout
6545         (SwitchLayoutsBetweenClasses): layout as layout
6546
6547         * BufferView_pimpl.C (Dispatch): layout as layout
6548         (smartQuote): layout as layout
6549
6550         * BufferView2.C (unlockInset): layout as layout
6551
6552 2002-06-24  André Pönitz <poenitz@gmx.net>
6553
6554         * lyxfunc.C: fix #487
6555
6556 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6557
6558         * lyxrc.h:
6559         * lyxrc.C:
6560         * lyxfunc.C: remove display_shortcuts, show_banner
6561
6562 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6563
6564         * Buffer_pimpl.C: oops, update on resize
6565
6566 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6567
6568         * buffer.C:
6569         * converter.C:
6570         * exporter.C:
6571         * lyxfunc.C:
6572         * BufferView.h:
6573         * BufferView.C: use repaint()
6574
6575         * BufferView_pimpl.h:
6576         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6577           as it's a clearer description. Remove superfluous
6578           redraws.
6579
6580 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6581
6582         * text.C: fix bug 488. Not ideal, but getting
6583           getWord() to work properly for the insets that
6584           matter is more difficult ...
6585
6586 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6587
6588         * BufferView_pimpl.C:
6589         * LyXAction.C:
6590         * commandtags.h:
6591         * lyxfunc.C: remove the six million index lyxfuncs to just
6592           one, and DTRT (bug 458)
6593
6594 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6595
6596         * BufferView.h:
6597         * BufferView.C:
6598         * BufferView_pimpl.h:
6599         * BufferView_pimpl.C: clean up resize() stuff,
6600           and unnecessary updateScreen()s
6601
6602 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6603
6604         * BufferView.h:
6605         * BufferView.C:
6606         * BufferView_pimpl.h:
6607         * BufferView_pimpl.C:
6608         * lyxfind.h:
6609         * lyxfind.C:
6610         * minibuffer.C: remove focus management of workarea,
6611           not needed. Use screen's greyOut()
6612
6613 2002-06-17  Herbert Voss  <voss@lyx.org>
6614
6615         * converter.C: (convert) do not post a message, when converting
6616         fails, let the calling function decide what to do in this case
6617
6618 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6619
6620         * lyxfunc.C: tidy up a little
6621
6622 2002-06-16    <alstrup@diku.dk>
6623
6624         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6625         Got rid of FORMS_H_LOCATION include. Now we are
6626         GUII.
6627
6628 2002-06-15  LyX Development team  <lyx@rilke>
6629
6630         * buffer.[Ch] (sgmlOpenTag):
6631         (sgmlCloseTag): Added support for avoiding pernicious mixed
6632         content. Return number of lines written.
6633
6634         (makeLinuxDocFile):
6635         (makeDocBookFile): Fixed calls to sgml*Tag.
6636         Simple white space clean.
6637
6638         (simpleDocBookOnePar): Simple white space clean.
6639
6640         * tabular.[Ch] (docBook): Renamed to docbook and got another
6641         argument to related with the pernicious mixed content.
6642
6643         (docbookRow): Fixed calls for docbook inset method.
6644
6645 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6646
6647         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6648         so it's X11 independent.
6649
6650         * kb*.[Ch]: ditto.
6651
6652         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6653
6654 2002-06-15  Lyx Development team  <lyx@electronia>
6655
6656         * intl.h: Renamed getTrans to getTransManager.
6657
6658 2002-06-14  Angus Leeming  <leeming@lyx.org>
6659
6660         * Makefile.am: nuke forgotten stl_string_fwd.h.
6661
6662 2002-06-12  Angus Leeming  <leeming@lyx.org>
6663
6664         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6665
6666 2002-06-13  Angus Leeming  <leeming@lyx.org>
6667
6668         * LaTeX.C:
6669         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6670
6671 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
6672
6673         * kbmap.C (getiso): add support for cyrillic and greek
6674
6675 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6676
6677         * BufferView.h:
6678         * BufferView.C:
6679         * BufferView_pimpl.h:
6680         * BufferView_pimpl.C: move bogus scrolling logic
6681           to xforms
6682
6683 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6684
6685         * lyxfunc.C:
6686         * BufferView_pimpl.C: view->resize() change
6687
6688 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6689
6690         * BufferView_pimpl.C: topCursorVisible
6691           prototype change
6692
6693 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6694
6695         * Makefile.am:
6696         * lyx_gui.h:
6697         * lyx_gui.C: move to frontends/
6698
6699         * main.C:
6700         * lyx_main.h:
6701         * lyx_main.C: changes from above
6702
6703 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6704
6705         * intl.C:
6706         * intl.h:
6707         * kbmap.C:
6708         * kbsequence.C:
6709         * lyx_cb.C:
6710         * lyx_main.C: minor tidy
6711
6712 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6713
6714         * BufferView_pimpl.h:
6715         * BufferView_pimpl.C:
6716         * BufferView.h:
6717         * BufferView.C: make painter() const,
6718           remove dead code
6719
6720         * BufferView2.C: use screen() accessor
6721
6722         * lyx_main.h:
6723         * lyx_main.C: some minor cleanup
6724
6725 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6726
6727         * BufferView_pimpl.h:
6728         * BufferView_pimpl.C: remove enter/leaveView,
6729           use workHeight()
6730
6731 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6732
6733         * BufferView.h:
6734         * BufferView.C:
6735         * BufferView2.C:
6736         * BufferView_pimpl.h:
6737         * BufferView_pimpl.C: only construct screen once,
6738           rename
6739
6740         * lyxrc.C: remove pointless comment
6741
6742 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6743
6744         * BufferView.h:
6745         * BufferView.C: remove active() and belowMouse()
6746
6747         * BufferView_pimpl.h:
6748         * BufferView_pimpl.C: use workarea() not workarea_,
6749           and make it use a scoped_ptr instead
6750
6751 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6752
6753         * lyx_gui.C: add debug message on BadWindow
6754
6755 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6756
6757         * sp_spell.C: fdopen is not part of the C++ standard.
6758
6759         * paragraph.C (InsetIterator): use >= instead of ==
6760
6761 2002-06-07  Angus Leeming  <leeming@lyx.org>
6762
6763         Fixes needed to compile with Compaq cxx 6.5.
6764         * BufferView_pimpl.C:
6765         * DepTable.C:
6766         * buffer.C:
6767         * converter.C:
6768         * encoding.C:
6769         * lyx_gui.C:
6770         * lyx_main.C:
6771         * lyxtextclasslist.C:
6772         * minibuffer.C:
6773         * sp_spell.C:
6774         * tabular_funcs.C:
6775         * vc-backend.C:
6776         all c-library variables have been moved into namespace std. Wrap
6777         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
6778
6779         * lyxlength.C:
6780         * tabular-old.C:
6781         * tabular.C:
6782         Add a using std::abs declaration.
6783
6784         * kbmap.h (modifier_pair):
6785         * paragraph.h (InsetTable, InsetList):
6786         * lyxfont.h (FontBits):
6787         type definition made public.
6788
6789         * bufferlist.C (emergencyWriteAll): the compiler complains that
6790         there is more than one possible lyx::class_fun template to choose from.
6791         I re-named the void specialisation as lyx::void_class_fun.
6792
6793         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
6794
6795         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
6796         the compiler is is unable to find tostr in write_attribute.
6797
6798 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6799
6800         * buffer.C (sgmlError): hide #warning
6801
6802 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6803
6804         * xtl/*: get rid of xtl, which is not in use anyway
6805
6806         * LyXAction.C (init):
6807         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
6808         were unimplemented xtl experimentation
6809
6810 2002-06-04  André Pönitz <poenitz@gmx.net>
6811
6812         * lyxfunc.C: disable array operation on simple formulae
6813
6814 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
6815
6816         * converter.C: constify a bit
6817
6818 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
6819
6820         * lyx_gui.C: check xforms version correctly
6821
6822 2002-04-30  Herbert Voss  <voss@lyx.org>
6823
6824         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
6825         "keep" option
6826
6827 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
6828
6829         * lyxvc.C: fix bug 416 (make sure buffer is saved before
6830           attempt to register it with a VCS)
6831
6832 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6833
6834         * lyx_main.C (init): honor variables LYX_DIR_13x and
6835         LYX_USERDIR_13x
6836
6837 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6838
6839         * buffer.h:
6840         * buffer.C:
6841         * lyx_main.C: fix a crash on bad command line,
6842           and give a useful exit status on error
6843
6844         * lyxfunc.C (doImport): allow -i lyx to work
6845
6846 2002-03-30  André Pönitz <poenitz@gmx.net>
6847
6848         * lyxfunc.C: mathed font changes
6849
6850 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6851
6852         * LaTeX.C:
6853         * importer.h:
6854         * importer.C:
6855         * lyx_sty.h:
6856         * lyx_sty.C:
6857         * lyxlex.C:
6858         * lyxrow.h:
6859         * lyxtext.h:
6860         * paragraph.h:
6861         * paragraph.C:
6862         * texrow.h:
6863         * texrow.C:
6864         * text.C:
6865         * trans_mgr.h: srcdocs, and some minor cleanups
6866
6867 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6868
6869         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
6870         call getFont all the time)
6871
6872 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6873
6874         * switch from SigC signals to boost::signals
6875
6876 2002-05-29  André Pönitz <poenitz@gmx.net>
6877
6878         * paragraph_pimpl.C (getChar): don't call size() too often...
6879
6880 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6881
6882         * paragraph_pimpl.C (insertChar): do not try to update tables when
6883         appending (pos == size())
6884
6885         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
6886         in order to reduce drastically the number of comparisons needed to
6887         parse a large document
6888
6889 2002-05-29  André Pönitz <poenitz@gmx.net>
6890
6891         * text.C:
6892         * text2.C:
6893         * lyxtextclass.C:
6894         * sp_pspell.h:
6895         * textclasslist.[Ch]:
6896         * sp_ispell.h: whitespace change
6897
6898 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6899
6900         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
6901         lyxaction directly now.
6902
6903 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
6904
6905         * trans.C:
6906         * lyxfont.C:
6907         * lyxvc.C: remove unused headers
6908
6909 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6910
6911         * Makefile.am:
6912         * buffer.h:
6913         * undostack.h:
6914         * undostack.C:
6915         * undo_funcs.h:
6916         * undo_funcs.C: some cleanups. Use shared_ptr
6917           and a template for the undo stacks.
6918
6919 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6920
6921         * BufferView_pimpl.h:
6922         * BufferView_pimpl.C:
6923         * kbmap.h:
6924         * kbmap.C:
6925         * kbsequence.h:
6926         * kbsequence.C:
6927         * lyxfunc.h:
6928         * lyxfunc.C:
6929         * text2.C: use key_state/mouse_state
6930
6931 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6932
6933         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
6934         and LSubstring
6935
6936         * chset.C: change include order
6937         (loadFile): use boost regex and get rid of LRegex and LSubstring
6938
6939         * Makefile.am (BOOST_LIBS): new variable
6940         (lyx_LDADD): use it
6941
6942         * LaTeX.C: change include order.
6943         (scanAuxFile): use boost regex and get rid of LRegex and
6944         LSubstring
6945         (deplog): ditto
6946
6947 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6948
6949         * ColorHandler.h:
6950         * ColorHandler.C:
6951         * FontInfo.h:
6952         * FontInfo.C: moved to frontends/xforms/
6953
6954         * FontLoader.h:
6955         * FontLoader.C: moved into frontends for GUIIzation
6956
6957         * Makefile.am:
6958         * lyx_gui.C:
6959         * lyxfont.C:
6960         * lyxfunc.C: changes from above
6961
6962 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6963
6964         * LColor.C: remove spurious X include
6965
6966         * BufferView_pimpl.C:
6967         * Makefile.am:
6968         * font.h:
6969         * font.C:
6970         * text.C:
6971         * text2.C: move font metrics to frontends/
6972
6973 2002-05-24  Juergen Vigna  <jug@sad.it>
6974
6975         * undo_funcs.C (textHandleUndo): fix the cursor selection after
6976         setting the undo_cursor.
6977
6978         * ParagraphParameters.h: include local includes first.
6979
6980 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6981
6982         * BufferView_pimpl.C:
6983         * BufferView_pimpl.h:
6984         * Makefile.am:
6985         * WorkArea.h:
6986         * WorkArea.C:
6987         * screen.C: move WorkArea into frontends/
6988
6989         * lyxscreen.h:
6990         * screen.C:
6991         * text.C:
6992         * BufferView.C:
6993         * BufferView2.C: move LyXScreen into frontends/
6994
6995         * lyxlookup.h:
6996         * lyxlookup.C:
6997         * lyx_gui.C: move lyxlookup into frontends/xforms/
6998
6999 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7000
7001         * BufferView2.C:
7002         * BufferView_pimpl.C:
7003         * FontLoader.C:
7004         * LyXView.h:
7005         * LyXView.C:
7006         * Makefile.am:
7007         * WorkArea.C:
7008         * XFormsView.h:
7009         * XFormsView.C:
7010         * buffer.C:
7011         * bufferlist.C:
7012         * bufferview_funcs.C:
7013         * converter.C:
7014         * importer.C:
7015         * lyx_cb.C:
7016         * lyx_gui.C:
7017         * lyx_main.C:
7018         * lyx_find.C:
7019         * lyxfunc.C:
7020         * lyxvc.C:
7021         * minibuffer.C:
7022         * text.C:
7023         * text2.C:
7024         * trans.C:
7025         * vc-backend.C: move LyX/XFormsView into frontends/
7026
7027 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7028
7029         * Makefile.am:
7030         * PainterBase.C:
7031         * PainterBase.h:
7032         * Painter.C:
7033         * Painter.h:
7034         * WorkArea.C:
7035         * WorkArea.h:
7036         * screen.C:
7037         * tabular.C:
7038         * text.C:
7039         * text2.C: move Painter to frontends/
7040
7041 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7042
7043         * buffer.C: comment out some some code that depend upon lyx_format
7044         < 220
7045
7046         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7047         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7048
7049         * buffer.h (NO_COMPABILITY): turn off compability
7050
7051         * ColorHandler.C: include scoped_array.hpp
7052
7053         * font.C: Use more specific smart_ptr header.
7054         * Painter.C: ditto
7055         * gettext.C: ditto
7056         * ShareContainer.h: ditto
7057         * lyx_main.h: ditto
7058         * kbmap.h: ditto
7059         * FontInfo.h: ditto
7060         * BufferView_pimpl.h: ditto
7061         * ColorHandler.h: ditto
7062
7063         * kbmap.C (defkey): change call to shared_ptr::reset
7064
7065 2002-05-21  Juergen Vigna  <jug@sad.it>
7066
7067         * buffer.C (insertErtContents): fix to insert ert asis if it is
7068         non empty. Skip it completely if it contains only whitespaces.
7069
7070 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7071
7072         * BufferView_pimpl.C:
7073         * BufferView2.C: clear selection on paste (bug 393)
7074
7075 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7076
7077         * DepTable.C: include ctime
7078
7079 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7080
7081         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7082
7083 2002-05-14  Juergen Vigna  <jug@sad.it>
7084
7085         * text.C (breakParagraph): fixed function to honor the keepempty
7086         layout in the right maner and also to permit the right breaking
7087         algorithm on empty or non empyt keepempty paragraphs.
7088
7089         * paragraph.C (breakParagraph): we have to check also if the par
7090         is really empty (!size()) for isempty otherwise we do the wrong
7091         paragraph break.
7092
7093 2002-05-10  Juergen Vigna  <jug@sad.it>
7094
7095         * buffer.[Ch] : The following are only changes to the ert
7096         compatibility read reading old LaTeX layout and font stuff and
7097         convert it to ERTInsets.
7098
7099         * buffer.h: added isErtInset().
7100
7101         * buffer.C (struct ErtComp): add a fromlayout bool to check
7102         if we're inside a LaTeX layout.
7103         (isErtInset): new helper function.
7104         (insertErtContents): look for other ert insets before this one
7105         and insert the contents there, so that we don't have subsequent
7106         ERT insets with nothing between them. This way we create only one
7107         inset with multiple paragraphs. Also check if we don't insert only
7108         spaces ' ' as they are ignored anyway afterwards in the .tex file
7109         so if we have only spaces we will ignore this latex part in the
7110         new file.
7111         (parseSingleLyXformat2Token \\layout): better compatibility when
7112         reading layout-latex stuff.
7113         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7114         language tag.
7115         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7116         stuff after reading the inset only get the information back from
7117         the stack.
7118
7119 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7120
7121         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7122
7123         * LaTeXFeatures.C (getBabelOptions): New method.
7124
7125 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7126
7127         * BufferView_pimpl.C (Dispatch): work around missing argument for
7128         'layout'
7129
7130 2002-05-08  Juergen Vigna  <jug@sad.it>
7131
7132         * text.C (leftMargin): handle paragraph leftindent.
7133
7134         * paragraph.C (writeFile): write the new \\leftindent tag.
7135         (validate): handle leftindent code.
7136         (TeXEnvironment): handle paragraphleftindent code again.
7137
7138         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7139
7140         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7141         for paragrap_extra indent code and new token \\leftindent.
7142         (latexParagraphs): handle the leftindent as environment.
7143
7144         * ParameterStruct.h: added leftindent support.
7145
7146         * ParagraphParameters.C (leftIndent): added support functions for
7147         the paragraph left indent.
7148
7149         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7150         more appropriate.
7151
7152 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7153
7154         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7155         inside insetERT.
7156
7157         * text.C (computeBidiTables): No bidi in insetERT.
7158
7159         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7160         in RTL documents.
7161
7162 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7163
7164         * version.C.in: pre 5
7165
7166 2002-05-02  José Matos  <jamatos@fep.up.pt>
7167         * buffer.C (makeDocBookFile): white space changes, add newline to
7168         command styles.
7169         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7170
7171         * tabular.C (docBook): fix typo.
7172
7173 2002-05-03  Juergen Vigna  <jug@sad.it>
7174
7175         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7176         change in LyXText as we can not be sure it was not freed.
7177         (drawOneRow): remove unused code.
7178
7179         * text.C (drawInset): redo the calculation of the need_break_row as
7180         it could have a row which was already freed.
7181         (draw): look at the return value of drawInset and return false if
7182         it also returned false.
7183         (paintRowText): look at the return value of draw and return false if
7184         it also returned false.
7185
7186         * lyxtext.h: added bool return type to drawInset() and draw() so that
7187         if we have a change in the row so that the rowbreak has to be redone
7188         we abort drawing as it will be called again.
7189
7190 2002-05-02  Juergen Vigna  <jug@sad.it>
7191
7192         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7193         a change in the maintext also if we're inside an inset.
7194         (Dispatch): set the cursor again after a break line and after the
7195         screen has been updated as it could be we're in a different row.
7196
7197         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7198         to set the cursor behind the pargraph with > size().
7199         (setCursor): check also for the same paragraph when checking where
7200         to put the cursor if we have a NFR inset.
7201
7202         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7203         parts of layout read further up as it still was in the wrong
7204         position.
7205
7206 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7207
7208         * screen.C (drawFromTo): change sine fullRebreak always return
7209         true.
7210
7211         * buffer.C (parseSingleLyXformat2Token): reindent some
7212
7213         * BufferView_pimpl.C (update): change since fullRebreak always
7214         return true.
7215         (Dispatch): git rid of the last hardcoded "Standard"s.
7216
7217 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7218
7219         * text2.[Ch] (fullRebreak): make it return void now that we always
7220         returned true.
7221
7222 2002-04-30  Juergen Vigna  <jug@sad.it>
7223
7224         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7225         ert compatibility check for "latex" layout.
7226
7227 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7228
7229         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7230         minipages: use col% instead of p%, and also use the current font.
7231         (makeLaTeXFile): Fix use babel condition.
7232         (parseSingleLyXformat2Token): Correct font when reading old floats.
7233
7234 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7235
7236         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7237         inserting list of floats.
7238
7239 2002-04-25  Herbert Voss  <voss@lyx.org>
7240
7241         * MenuBackend.C (expand): don't add the graphics extensions to the
7242         export menu
7243
7244 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7245
7246         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7247         non-existing layout, do not complain if it was the default layout
7248         of the original class (bug #342)
7249
7250 2002-04-24  Juergen Vigna  <jug@sad.it>
7251
7252         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7253         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7254
7255 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7256
7257         * buffer.C (getBibkeyList): If using \bibliography, return the
7258         option field with the reference itself. Enables us to provide natbib
7259         support when using \bibliography.
7260
7261 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7262
7263         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7264
7265         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7266         natbib is provided by the LaTeX class.
7267
7268 2002-04-23  Juergen Vigna  <jug@sad.it>
7269
7270         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7271         Wakeup functions.
7272
7273         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7274
7275 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7276
7277         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7278
7279         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7280         ensuremath around textordmasculine, textordfeminine and
7281         textdegree.
7282
7283 2002-04-19  Juergen Vigna  <jug@sad.it>
7284
7285         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7286         reinitializing the buffer otherwise row-dimensions may be wrong.
7287         (update): reset also the selection cursors if they do exits otherwise
7288         their x/y positions may be wrong.
7289
7290         * text2.C (cursorDown): don't enter the inset if we came from a row
7291         above and are one row over the inset.
7292
7293         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7294         really leaving an inset.
7295
7296 2002-04-18  Juergen Vigna  <jug@sad.it>
7297
7298         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7299         of the selected paragraph does not have the selected layout also if
7300         the last one had!
7301
7302         * text2.C (setLayout): fixed bug which did not change last selected
7303         paragraph.
7304
7305         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7306         changed the read and substituted \\end_float with \\end_inset!
7307
7308         * BufferView_pimpl.C (cursorPrevious):
7309         (cursorNext): fixed to make it work with rows heigher than the work
7310         area without moving the cursor only the draw of the row.
7311         (workAreaMotionNotify): fix jumping over high rows.
7312
7313 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7314
7315         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7316         Ressler.
7317
7318 2002-04-16  Juergen Vigna  <jug@sad.it>
7319
7320         * text2.C (setCursor): set also the irow().
7321         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7322         (cursorUp):
7323         (cursorDown): support for locking an inset if the x_fix value goes
7324         inside it. That way I can transverse insets too with cursor up/down.
7325
7326         * lyxrow.h: added irow helper function same as other (i) functions.
7327
7328         * BufferView_pimpl.C (cursorPrevious):
7329         (cursorNext): fixed for insets!
7330
7331 2002-04-15  Juergen Vigna  <jug@sad.it>
7332
7333         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7334         position otherwise it is wrong in some cases.
7335
7336         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7337         inside the inset before the call.
7338
7339 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7340
7341         * buffer.[Ch] (getBibkeyList): make it const.
7342
7343 2002-04-12  Juergen Vigna  <jug@sad.it>
7344
7345         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7346
7347         * text2.C (getCursorX): new helper function
7348         (setCursor): compute also ix_
7349         (setCursorFromCoordinates): set also ix.
7350
7351         * lyxcursor.h: added ix_ and helper functions.
7352
7353         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7354
7355         * buffer.C (insertStringAsLines): dont break paragraph if the this
7356         paragraph is inside an inset which does not permit it!
7357
7358         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7359         also with no chars on this paragraph.
7360         (paintRowText): only paint stuff if it's inside the workarea!
7361
7362         * paragraph.C (breakParagraph): honor keepempty flag and break the
7363         paragraph always below not above.
7364
7365         * BufferView2.C (unlockInset): update the paragraph layout on inset
7366         unlock as we changed paragraph in such a case.
7367
7368         * lyxfind.C (LyXFind): clear the former selection if not found!
7369
7370         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7371         again called in insertChar().
7372
7373         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7374         an inset which uses the whole row!
7375         (rightMargin): ditto.
7376         (insertChar): force a rebreak if we inserted an inset!
7377
7378 2002-03-28  Herbert Voss  <voss@lyx.org>
7379
7380         * lyxlength.[Ch]: add inBP() to get the right PS-point
7381         units (BigPoint). With inPixels we have rounding errors
7382
7383 2002-04-11  Juergen Vigna  <jug@sad.it>
7384
7385         * text2.C (setCursorFromCoordinates): set iy to the right value.
7386         (setCursor): add check if row->previous exists!
7387
7388         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7389         an old float_type as this was the case in the old code!
7390
7391         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7392
7393         * BufferView2.C (showLockedInsetCursor): use iy
7394         (fitLockedInsetCursor): ditto
7395
7396         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7397         locked insets as there we have the right value now.
7398
7399         * lyxcursor.C: added iy_ variable and iy functions to set to the
7400         baseline of cursor-y of the locked inset.
7401
7402         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7403         (setCursor): fixed for insets which need a full row.
7404
7405         * text.C (rowLastPrintable): don't ignore the last space when before
7406         an inset which needs a full row.
7407         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7408         as last character of a row when before a inset which needs a full row.
7409
7410 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7411
7412         * version.C.in: update date
7413
7414         * text2.C (fullRebreak): try to always return true and see what
7415         happens...
7416
7417 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7418
7419         * MenuBackend.C (expand): use Floating::listName
7420
7421         * FloatList.C (FloatList): add listName argument to the built-in
7422         floats
7423
7424         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7425         text associated with the float.
7426
7427 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7428
7429         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7430
7431 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7432
7433         * ShareContainer.h: add a couple of missing typenames.
7434
7435 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7436
7437         * lyxrc.C (getDescription): use _() correctly rather than N_().
7438
7439 2002-03-28  Herbert Voss  <voss@lyx.org>
7440
7441         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7442         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7443
7444 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7445
7446         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7447         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7448
7449 2002-03-29  Juergen Vigna  <jug@sad.it>
7450
7451         * lyxfunc.C (dispatch): add a missing fitCursor call.
7452
7453         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7454         it was scrolled by a cursor move, so return the bool status.
7455
7456         * BufferView.C (fitCursor): return the bool flag also to the outside
7457         world as this is needed.
7458
7459         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7460
7461         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7462         call the edit() as it is not needed (and wrong) IMO.
7463         (workAreaButtonPress): set the screen_first variable before evt.
7464         unlock the inset as this may change screen_first and then we have
7465         a wrong y position for the click!
7466
7467 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7468
7469         * MenuBackend.C (expand): another translation that I missed
7470
7471 2002-03-28  Juergen Vigna  <jug@sad.it>
7472
7473         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7474
7475         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7476
7477 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7478
7479         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7480
7481         * MenuBackend.C (expand): fix export/view/update when there is no
7482         document open.
7483
7484 2002-03-27  Herbert Voss  <voss@lyx.org>
7485
7486         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7487         and text%
7488
7489 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7490
7491         * bufferview_funcs.C (currentState): only show paragraph number
7492         for is DEVEL_VERSION is set.
7493
7494         * lyxfunc.C (dispatch): put warning in INFO channel
7495
7496         * MenuBackend.C (expand): translate the name of floats
7497
7498         * FloatList.C (FloatList): mark the float names for translation
7499
7500         * converter.C (convert): use LibScriptSearch
7501
7502 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7503
7504         * MenuBackend.C (defaults): fix default menu (we might as well get
7505         rid of it...)
7506
7507 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7508
7509         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7510         directory.
7511
7512 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7513
7514         * lyxvc.C: reorder includes.
7515
7516 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7517
7518         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7519           properly
7520
7521 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7522
7523         * CutAndPaste.C: change layouts earlier on paste
7524           to avoid crashing when calling getFont()
7525
7526 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7527
7528         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7529         irritating #error.
7530
7531 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7532
7533         * WorkArea.C: remove 'Pending' debug message.
7534
7535         * most files: ws cleanup
7536
7537         * buffer.[Ch]: ws changes
7538
7539         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7540
7541 2002-03-21  Juergen Vigna  <jug@sad.it>
7542
7543         * tabular.C (SetMultiColumn): collapse also the contents of the
7544         cells and set the last border right. Added a Buffer const * param.
7545
7546 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7547
7548         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7549         linking or not.
7550
7551 2002-03-19  Juergen Vigna  <jug@sad.it>
7552
7553         * text2.C (clearSelection): reset also xsel_cache.
7554
7555         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7556         where it needs to be called (John tells us to do so too :)
7557         (selectionLost): reset sel_cache.
7558
7559         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7560
7561 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7562
7563         * text2.C (setCursorIntern): put debuging code in INSETS channel
7564
7565 2002-03-19  André Pönitz <poenitz@gmx.net>
7566
7567         * lyxfunc.C: tiny whitespace change
7568
7569 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7570
7571         * ToolbarDefaults.C (init):
7572         * LyXAction.C (init):
7573         * commandtags.h:
7574         * BufferView_pimpl.C (Dispatch):
7575         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7576
7577 2002-03-19  Allan Rae  <rae@lyx.org>
7578
7579         * exporter.C (Export): removeAutoInsets before doing anything else.
7580         While I've just introduced a dependency on BufferView this really is
7581         the best place to clean the buffer otherwise you need to cleanup in
7582         a dozen places before calling export or cleanup in a dozen functions
7583         that export calls.
7584
7585         * converter.C (runLaTeX):
7586         (scanLog): Better handling of removeAutoInsets and screen updates.
7587
7588         * lyxfunc.C (dispatch): small whitespace changes
7589
7590 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7591
7592         * WorkArea.C (C_WorkAreaEvent): return a value.
7593         (event_cb): return 1 if we handled the event, 0 otherwise.
7594
7595         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7596
7597 2002-03-18  Juergen Vigna  <jug@sad.it>
7598
7599         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7600         (GetAdditionalWidth): ditto.
7601         (RightLine): ditto.
7602         (LeftLine): ditto.
7603
7604         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7605         inset if we're there actually (probably not used right now but this
7606         is the direction to go for unifying code).
7607         (paste): disable code to clear the selection.
7608
7609         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7610         inside an InsetText and move the check further up as it is in the
7611         wrong place.
7612
7613         * text2.C (pasteSelection): set a selection over the pasted text.
7614
7615 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7616
7617         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7618         and libgraphics to build on Cygwin.
7619
7620 2002-03-15  Juergen Vigna  <jug@sad.it>
7621
7622         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7623         inserting an Inset into the paragraph. I know this is not the best
7624         fix but we already use current_view in CutAndPaste so we will remove
7625         all of it's using at the same time.
7626
7627         * buffer.C (sgmlError): deactivated function till it is rewritten in
7628         the right mode, now it can create problems.
7629
7630         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7631         before accessing it.
7632
7633 2002-03-14  Juergen Vigna  <jug@sad.it>
7634
7635         * undo_funcs.C (textHandleUndo): do the right thing when updating
7636         the inset after the undo/redo.
7637
7638         * text2.C (setCursor): just some testcode for #44 not ready yet.
7639
7640         * undo_funcs.C (textHandleUndo): set the next() and previous()
7641         pointers of the paragraph to 0 before deleting otherwise we have
7642         problems with the Paragraph::[destructor].
7643
7644         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7645         on a paragraph insertion.
7646
7647 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7648
7649         * buffer.C (asciiParagraph): use += operator for char append to
7650         string.
7651
7652         * paragraph.C (getFontSettings): compare >= not just >
7653         (highestFontInRange): ditto
7654         (setFont): ditto
7655
7656 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7657
7658         * paragraph.C: change several algorithm to be more appripriate for
7659         the problem domain. This is lookip in FontList and in the InsetList.
7660
7661 2002-03-13  André Pönitz <poenitz@gmx.net>
7662
7663         * commandtags.h:
7664         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7665
7666 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7667
7668         * commandtags.h:
7669         * LyXAction.C:
7670         * lyxfunc.C:
7671         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
7672
7673 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7674
7675         * Painter.C (display): anon helper function, adjust code for this
7676         change.
7677         (pixmap): remove function.
7678
7679         * Painter.h: remove private display variable.
7680
7681         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
7682
7683 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
7684
7685         * WorkArea.[Ch]: remove figinset_canvas cruft.
7686
7687 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7688
7689         * lyxtextclass.C (operator): add one item cache optimization.
7690
7691         * bufferlist.h: doxy changes
7692
7693         * bufferlist.C: ws changes
7694
7695         * DepTable.[Ch] (ext_exist): place const in the right spot.
7696
7697         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
7698         call resizeInsets.
7699         (workAreaExpose): call resizeInsets when the with BufferView changes.
7700         (Dispatch): adjust for protectedBlank removal
7701         (specialChar): call updateInset if the insert went ok.
7702
7703         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
7704         specialChar instead.
7705
7706         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
7707
7708         * BufferView.h: doxy change
7709
7710         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
7711
7712         * lyxtextclass.C (operator[]): remove non-const version
7713         (defaultLayout): remove non-const version
7714
7715 2002-03-12  Juergen Vigna  <jug@sad.it>
7716
7717         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
7718         did resize the LyXText too.
7719
7720         * buffer.C (readLyXformat2): set layout information on newly allocated
7721         paragraphs.
7722
7723         * tabular.C (OldFormatRead): set layout information on the paragraph.
7724
7725 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7726
7727         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
7728
7729 2002-03-11  Juergen Vigna  <jug@sad.it>
7730
7731         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
7732         plainly wrong.
7733         (resizeCurrentBuffer): force also the insets to resize themselfes.
7734         (moveCursorUpdate): fixed up for InsetText.
7735
7736 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
7737
7738         * commandtags.h:
7739         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
7740         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
7741         value of Dialogs::tooltipsEnabled().
7742         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
7743
7744 2002-03-08  Juergen Vigna  <jug@sad.it>
7745
7746         * BufferView_pimpl.C (updateInset): update inset inside inset also
7747         if it isn't inside theLockingInset().
7748
7749 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7750
7751         * buffer.C (asciiParagraph): redo some of the word and line length
7752         handling.
7753         (getLists): look for Caption instead of caption.
7754
7755 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7756
7757         * buffer.C (Buffer): initialize niceFile to true
7758         (makeLaTeXFile):
7759         (makeLinuxDocFile):
7760         (makeDocBookFile): make sure niceFile is true on exit
7761
7762 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7763
7764         * buffer.C (makeLaTeXFile): escape ~ in \input@path
7765
7766 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
7767
7768         * LyXSendto.C: remove.
7769         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
7770         * lyx_gui.C: remove now-redundant comment.
7771         * ColorHandler.h: remove forward declaration of class WorkArea.
7772         * lyxfunc.C: remove #include "WorkArea.h".
7773
7774 2002-03-07  Juergen Vigna  <jug@sad.it>
7775
7776         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
7777         got moved away with the DEPM and also set the inset_owner always
7778         right which before could have been omitted.
7779
7780 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7781
7782         * buffer.C (parseSingleLyXformat2Token): use default layout is the
7783         wanted layout is not found.
7784
7785 2002-03-07  Juergen Vigna  <jug@sad.it>
7786
7787         * CutAndPaste.C (cutSelection): another layout settings forgotten.
7788
7789 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7790
7791         * paragraph.C (breakParagraph): use default layout not layout of
7792         prev paragraph.
7793         (Paragraph): clear ParagraphParameters.
7794
7795 2002-03-06  Juergen Vigna  <jug@sad.it>
7796
7797         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
7798         otherwise it would not be a valid lenght. Fixed a special case in
7799         the minipage compatibility read where we end the document with a
7800         minipage.
7801
7802         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
7803         was set as it could be 0 for InsetTexts first entry.
7804
7805 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7806
7807         * paragraph.C (writeFile): if layout is empty write out
7808         defaultLayoutName().
7809
7810         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
7811         file without named layout we set layout to defaultLayoutName().
7812
7813 2002-03-06  Juergen Vigna  <jug@sad.it>
7814
7815         * CutAndPaste.C (copySelection): set layout for new paragraph.
7816
7817         * text.C (prepareToPrint): leave ERT inset left aligned
7818         (leftMargin): don't indent paragraphs inside ERT insets
7819
7820 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7821
7822         * paragraph.C (breakParagraph): dont call clear do the work manually
7823
7824         * paragraph.[Ch] (clear): remove function
7825
7826 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7827
7828         * paragraph.C (Paragraph): dont call clear, the work has already
7829         been done.
7830
7831         * lyxtextclass.C (operator): assert if n is empty
7832
7833         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
7834         work manually instead.
7835
7836 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7837
7838         * BufferView_pimpl.C: protect selectionLost against text == 0
7839
7840 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7841
7842         * text.C (breakParagraph): fix a setting layout to '0' problem.
7843
7844 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7845
7846         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
7847         final location of file, for the included files, and graphics.
7848
7849 2002-03-05  Juergen Vigna  <jug@sad.it>
7850
7851         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
7852
7853 2002-03-04  Juergen Vigna  <jug@sad.it>
7854
7855         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
7856
7857         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
7858         last column of multicolumn cells.
7859         (SetWidthOfMulticolCell): recalculate NMC and real columns.
7860
7861 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7862
7863         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
7864         file if it doesn't go to a temporary file.
7865
7866         * buffer.C (sgmlOpenTag):
7867         (sgmlCloseTag):  remove extra newline insertion.
7868
7869 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7870
7871         * text.C (getRowNearY): comment out debug msg
7872
7873 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7874
7875         * text2.C: first -> first_y
7876
7877         * text.C (getRowNearY): add some attemts at a possible
7878         optimization, not working.
7879
7880         * tabular.[Ch]: add BufferParams to several function so that newly
7881         created paragraph can be initialized to he default layotu for the
7882         buffers textclass.
7883
7884         * tabular-old.C (ReadOld): add buf->params to call of Init
7885
7886         * screen.C: rename text->first to text->first_y
7887
7888         * paragraph.C (breakParagraph): always set layout in the broken
7889         paragraph
7890
7891         * lyxtextclass.C (Read): remove lowercase
7892         (hasLayout): ditto
7893         (operator): ditto
7894         (delete_layout): ditto
7895
7896         * lyxtext.h: rename first -> first_y
7897
7898         * lyxlayout.C (Read): remove lowercase
7899         (name): ditto
7900         (setName): ditto
7901         (obsoleted_by): ditto
7902
7903         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
7904
7905         * buffer.C (insertErtContents): add params are to InsetERT
7906         (parseSingleLyXformat2Token): add code to check if a paragraphs
7907         layout really exist.
7908         (parseSingleLyXformat2Token): add params to several inset
7909         constructors
7910         (asciiParagraph): remove lowercase, do the layout comparisons with
7911         no_case
7912
7913         * BufferView_pimpl.C (cursorNext): first -> first_y
7914         (resizeCurrentBuffer): first -> first_y
7915         (updateScrollbar): first -> first_y
7916         (scrollCB): first -> first_y
7917         (workAreaMotionNotify): first -> first_y
7918         (workAreaButtonPress): first -> first_y
7919         (checkInsetHit): first -> first_y
7920         (cursorPrevious): first -> first_y
7921         (cursorNext): first -> first_y
7922         (Dispatch): add buffer_->params to severl inset contructors
7923
7924 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7925
7926         * lyxlayout.C (Read): remove some debug info that I forgot.
7927
7928         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
7929         clean up the code slightly.
7930         (makeLinuxDocFile): ditto
7931         (makeDocBookFile): ditto
7932
7933         * text2.C: layout as string
7934
7935         * text.C: layout as string
7936
7937         * paragraph_pimpl.C: layout as string
7938
7939         * paragraph.[Ch]: layout as string
7940
7941         * lyxtextclasslist.[Ch]: layout as string
7942
7943         * lyxtextclass.[Ch]: layout as string
7944
7945         * lyxtext.h: layout as string
7946
7947         * lyxlayout.[Ch]: layout as string
7948
7949         * lyx_cb.C: layout as string
7950
7951         * bufferview_funcs.C: layout as string
7952
7953         * bufferparams.C: layout as string
7954
7955         * buffer.C: layout as string
7956
7957         * LyXView.[Ch]: layout as string
7958
7959         * LaTeXFeatures.[Ch]: layout as string
7960
7961         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
7962
7963         * BufferView_pimpl.C: change current_layout to string, remove
7964         lyx::layout_type.
7965         (Dispatch):
7966         (smartQuote):
7967         (insertInset):
7968         (workAreaButtonRelease): layout as string
7969
7970         * BufferView2.C (unlockInset): adjust
7971
7972         * vspace.C (asLatexCommand): use an explict temp variable.
7973
7974 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7975
7976         * Makefile.am: use FRONTEND_*
7977
7978 2002-03-01  Juergen Vigna  <jug@sad.it>
7979
7980         * tabular.C (SetWidthOfMulticolCell): changed to something better
7981         I hope but still work in progress.
7982         (recalculateMulticolumnsOfColumn): renamed function from
7983         recalculateMulticolCells as it is more appropriate now.
7984         (SetWidthOfCell): calculate multicols better.
7985
7986 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7987
7988         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
7989
7990         * lyxfunc.C (processKeySym): print sequence also if it is
7991         `deleted' (complete)
7992
7993         * kbsequence.C (print): print sequence even if it is deleted
7994         (complete would be a better word, actually).
7995
7996         * lyxfunc.C (dispatch): print complete options after a prefix key
7997
7998         * vspace.C (asLatexCommand): rewrite in a slightly different form.
7999
8000 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8001
8002         * text2.C (setCharFont): eliminate setCharFont code duplication.
8003
8004 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8005
8006         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8007         LFUN_TABULAR_FEATURE (bug #177)
8008
8009 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8010
8011         * Makefile.am: remove figure.h
8012
8013 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8014
8015         * Bufferview_pimpl.C:
8016         * CutAndPasteC:
8017         * LaTeX.C:
8018         * LyXSendto.C:
8019         * buffer.C:
8020         * bufferlist.C:
8021         * converter.C:
8022         * language.C:
8023         * lyxfunc.C:
8024         * lyxvc.C:
8025         * paragraph.C:
8026         * text.C:
8027         * text2.C: remove #include "lyx_gui_misc.h".
8028
8029         * LaTeX.C: added #include <cstdio>
8030
8031 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8032
8033         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8034         that the paragraph following this one can have.
8035
8036         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8037
8038         * vspace.C (asLatexCommand): fix bogus gcc warning
8039
8040         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8041
8042 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8043
8044         * text2.C (setLayout): get rid of redundant code
8045
8046 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8047
8048         * text2.C (incDepth): make sure depth cannot be increased beyond
8049         reasonable values.
8050
8051 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8052
8053         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8054         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8055
8056         * PainterBase.h (image):
8057         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8058         a LyXImage const *.
8059
8060 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8061
8062         * BufferView.C:
8063         * BufferView.h:
8064         * BufferView_pimpl.C:
8065         * BufferView_pimpl.h:
8066         * LaTeXFeatures.C:
8067         * LyXAction.C:
8068         * LyXView.C:
8069         * Makefile.am:
8070         * UpdateList.h:
8071         * UpdateList.C:
8072         * buffer.C:
8073         * figure.h:
8074         * figureForm.C:
8075         * figureForm.h:
8076         * figure_form.C:
8077         * figure_form.h:
8078         * lyx_cb.C:
8079         * lyx_gui.C:
8080         * lyx_gui_misc.C:
8081         * lyxfunc.C:
8082         * sp_base.h:
8083         * sp_ispell.h:
8084         * sp_pspell.h:
8085         * sp_spell.C: remove fig inset, and the crap house of
8086           cards that follows it
8087
8088 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8089
8090         * Makefile.am:
8091         * lyxserver.C:
8092         * os2_defines.h:
8093         * os2_errortable.h:
8094         * nt_defines.h: move .h into support/
8095
8096         * vms_defines.h: remove
8097
8098         * WorkArea.C: add space in debug output
8099
8100         * text2.C:
8101         * paragraph.C:
8102         * buffer.C: add WITH_WARNINGS
8103
8104         * vc-backend.h:
8105         * vc-backend.C:
8106         * bufferlist.C: s/retrive/retrieve/, add docs
8107
8108         * vspace.h:
8109         * vspace.C:
8110         * kbmap.h:
8111         * lyxlength.h:
8112         * lyxgluelength.h:
8113         * length_common.h:
8114         * chset.h:
8115         * chset.C: add docs
8116
8117         * lyxgui.C: add ID to X error handler
8118
8119         * lyxtestclass.c: fix typo
8120
8121 2002-02-26  Juergen Vigna  <jug@sad.it>
8122
8123         * tabular_funcs.C (write_attribute): changed so that some default
8124         attributes are not written at all.
8125         (getTokenValue): set default values before trying to read the
8126         value so we have the return value always set as default if we don't
8127         find the token we search for.
8128
8129         * tabular.C (Write): write bools as bools not as strings!
8130
8131 2002-02-22  Juergen Vigna  <jug@sad.it>
8132
8133         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8134         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8135
8136         * text.C (leftMargin): don't add an indent for paragraphs inside
8137         tabular cells (fix #208).
8138
8139 2002-02-21  José Matos  <jamatos@fep.up.pt>
8140
8141         * tabular.C (docBook): fixed support for long tables.
8142
8143 2002-02-20  Juergen Vigna  <jug@sad.it>
8144
8145         * text2.C (getFont): get the drawing font of the Inset if this
8146         paragraph is inside an inset (only important for InsetERT for now).
8147
8148         * buffer.C (insertErtContents): use new lanugage params in ERT
8149         constructor.
8150
8151         * CutAndPaste.C: commenting out seemingly uneeded code.
8152
8153 2002-02-19  Allan Rae  <rae@lyx.org>
8154
8155         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8156         Iterators might be simple to use but they also get invalidated.
8157         (removeAutoInsets): renamed saved cursor tracking variables and added
8158         some comments to clarify what everything does.
8159
8160 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8161
8162         * Chktex.C:
8163         * LaTeX.C:
8164         * LyXSendto.C:
8165         * converter.C:
8166         * lyx_cb.C:
8167         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8168         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8169
8170         * lyxfunc.C:
8171         * vc-backend.h: remove #include "support/syscall.h"
8172
8173         * LaTeX.C:
8174         * LyXSendto.C:
8175         * converter.C: rearrange #includes in Lars' approved fashion.
8176
8177         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8178         forward declare class Timeout in the header file.
8179
8180         * XFormsView.C: changes due to the above.
8181
8182         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8183         similar to LyXView.
8184
8185         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8186         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8187
8188 2002-02-18  José Matos  <jamatos@fep.up.pt>
8189
8190         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8191         insets contents.
8192
8193 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8194
8195         * a lot of small ws changes
8196         * add a lot of using std::XXX
8197         * use std construcs some places where approp.
8198         * use some exisint stuff from lyxfunctional where approp.
8199         * Make file changes to use partial linking (lets test this now...)
8200
8201 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8202
8203         * Chktex.C:
8204         * buffer.C:
8205         remove #include "support/syscontr.h" as it's redundant. Always has been.
8206
8207         * Chktex.C:
8208         * LaTeX.C:
8209         * LyXSendto.C:
8210         * converter.C:
8211         * lyx_cb.C:
8212         * vc-backend.C:
8213         change Systemcalls::System to Systemcalls::Wait and
8214         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8215         No change of functionality, just reflects the stripped down Systemcalls
8216         class.
8217
8218 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8219
8220         * debug.[Ch]: add a GRAPHICS type to the enum.
8221
8222 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8223
8224         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8225
8226         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8227         there is an inset.
8228
8229 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8230
8231         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8232         match the changes below.
8233
8234         * text2.C (toggleInset): if there is not editable inset at cursor
8235         position, try to see if cursor is _inside_ a collapsable inset
8236         and close it.
8237
8238 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8239
8240         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8241         document menu has a nice checkbox
8242
8243 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8244
8245         * lyxlength.C (asLatexString): change PW to output as percent of
8246         \textwidth.
8247
8248         * lengthcommon.C: change '%' to 't%'
8249
8250         * lyxfunc.C (dispatch): a few comments from Martin
8251
8252 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8253
8254         * WorkArea.h:
8255         * WorkArea.C:
8256         * BufferView_pimpl.h:
8257         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8258           the X selection.
8259
8260 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8261
8262         * vspace.C (inPixels): fix compiler warning
8263
8264 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8265
8266         * lyxfunc.C (getStatus): fix status message for disabled commands.
8267
8268 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8269
8270         * BufferView_pimpl.C: fix crash on close buffer
8271         during selection (#227)
8272
8273 2002-01-27  Herbert Voss  <voss@lyx.org>
8274
8275         * buffer.C: link old Figure to new graphic inset
8276
8277 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8278
8279         * FontLoader.C (getFontinfo): Change the latex font names in order
8280         to match the names of type1inst.
8281
8282 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8283
8284         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8285
8286         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8287         (extchanged): ditto
8288         (ext_exist): ditto
8289         (remove_files_with_extension): ditto
8290         (remove_file): ditto
8291         (write): ditto
8292
8293         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8294         document is smaller than the work area height. Do not initialize
8295         static variables to 0.
8296
8297 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8298
8299         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8300
8301         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8302         LFUN_LAYOUT_PARAGRAPHS.
8303
8304         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8305         tabular. It is possible to provide a possible cell, which will
8306         typically be the actcell from the corresponding insettabular
8307
8308         * lyxfunc.C (getStatus): small cleanup; disable
8309         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8310         true
8311
8312 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8313
8314         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8315
8316         * paragraph.C (startTeXParParams):
8317         (endTeXParParams): new methods. The LaTeX code to
8318         start/end paragraph formatting
8319         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8320         empty (fixes bug #200)
8321
8322         * vspace.C (inPixels): adapt to the change below
8323         (inPixels): [later] more cleanups (remove unused variables)
8324
8325         * lyxlength.C (inPixels): change to use a width and a height as
8326         parameter.
8327
8328 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8329
8330         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8331         Replaced with \paperwidth
8332
8333         * DepTable.C (insert): add std:: qualifier
8334
8335 2002-01-18  Allan Rae  <rae@lyx.org>
8336
8337         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8338         updated also?
8339
8340         * text.C (drawInset): Turned out I didn't know enough about how
8341         rebreaking worked.  This fixes most of the redraw problems.  I see
8342         an occasional cursor trail when a line is broken now and the cursor
8343         placement can seem out by a few pixels also after a rebreak.
8344
8345 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8346
8347         * buffer.C (parseSingleLyXformat2Token): update because minipage
8348         width is now a LyXLength
8349
8350         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8351
8352         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8353         math insets
8354
8355 2002-01-17  Juergen Vigna  <jug@sad.it>
8356
8357         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8358
8359         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8360         is set correctly and the inset is updated correctly.
8361
8362 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8363
8364         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8365         the beginning of the loop.
8366
8367 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8368
8369         * lyxrc.C: improve help for use_scalable_fonts
8370
8371 2002-01-17  Allan Rae  <rae@lyx.org>
8372
8373         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8374
8375 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8376
8377         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8378         make sure to set their inset_owner to the right value (bug #171)
8379
8380 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8381
8382         * DepTable.h
8383         * DepTable.C: Implement mtime checking to reduce time spent doing
8384         CRCs.
8385
8386 2002-01-16  Juergen Vigna  <jug@sad.it>
8387
8388         * tabular.C (GetAdditionalHeight): one of error fixed.
8389
8390         * lyxrc.C (output): small fix in writing use_pspell.
8391
8392 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8393
8394         * sp_base.h: #include LString.h
8395
8396 2002-01-16  Allan Rae  <rae@lyx.org>
8397
8398         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8399         Can someone check this please?
8400
8401         * text.C (drawInset): It was possible that p.row would be removed by
8402         breakAgainOneRow upsetting a few other settings.  There may be another
8403         small tweak possible by setting need_break_row = 0 when p.row has been
8404         removed but I don't know enough about the logic here.
8405
8406 2002-01-15  Allan Rae  <rae@lyx.org>
8407
8408         * text.C (insertChar): removed conditional truism.
8409
8410         * BufferView2.C (removeAutoInsets): More tweaks.
8411         cur_par_prev could be a stray pointer.  Check for trailing empty line
8412         in case last line was cur_par and only had an error inset on it.
8413
8414 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8415
8416         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8417         absolute
8418
8419         * vc-backend.C (most methods):
8420         * exporter.C (Export):
8421         * converter.C (convert):
8422         (runLaTeX):
8423         * LyXSendto.C (SendtoApplyCB):
8424         * lyxfunc.C (dispatch):
8425         (menuNew):
8426         (open):
8427         (doImport):
8428         * lyx_cb.C (AutoSave):
8429         (InsertAsciiFile):
8430         * BufferView_pimpl.C (MenuInsertLyXFile):
8431         * buffer.C (runChktex): use Buffer::filePath().
8432
8433         * buffer.h: rename filename to filename_; rename filepath to
8434         filepath_ and make it private
8435         (filePath): new method
8436
8437         * buffer.C (writeFile): use fileName()
8438         (getLatexName):
8439
8440         * lyx_main.C (init): fix starting  of LyX when the binary is a
8441         link from so,ewhere else.
8442
8443         * minibuffer.C: include <cctype> for isprint
8444
8445 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8446
8447         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8448         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8449         name clash with InsetCollapsable's width function.
8450
8451 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8452
8453         * lastfiles.C: include <iterator>
8454
8455 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8456
8457         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8458         std::count.
8459
8460         * buffer.C (makeLaTeXFile): ditto.
8461         Also make loop operation more transparent.
8462
8463 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8464
8465         * ToolbarDefaults.C: remove trailing comma closing namespace.
8466
8467         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8468
8469         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8470         as in WorkArea.
8471
8472         * trans.C (Load): comment out unused variable, allowed.
8473
8474 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8475
8476         * minibuffer.[Ch] (append_char): new method to recieve input from the
8477         drop-down completion browser. If a key was pressed, then recieve this
8478         char and append it to the existing string.
8479         (peek_event): modify the positioning data passed to the completion
8480         browser so that it can be placed above the minibuffer rather than below.
8481 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8482
8483         * LyXAction.C (init): alloe error-next for readonly documents.
8484
8485         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8486         count.
8487
8488 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8489
8490         * bufferlist.C (readFile): create the buffer _after_ checking that
8491         the file exists.
8492
8493         * lyxfunc.C (verboseDispatch): fix handling of arguments
8494
8495         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8496
8497         * lyxrc.C: use string::erase() instead of initializing to "".
8498
8499
8500 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8501
8502         * BufferView_pimpl.h:
8503         * BufferView_pimpl.C:
8504         * WorkArea.h:
8505         * WorkArea.C:
8506         * text2.C: tell X when we have made a selection for copying
8507
8508 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8509
8510         * BufferView_pimpl.C (MenuInsertLyXFile):
8511         * lyxfunc.C (menuNew):
8512         (open):
8513         (doImport): add shortcuts to directory buttons
8514
8515         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8516         open a float)
8517
8518         * lyxfunc.C (setStatusMessage):
8519         (getStatusMessage): new methods
8520         (getStatus):use setStatusMessage instead of setErrorMessage
8521         (dispatch): when function is disabled, set error message here
8522         [instead of in getStatus previously]
8523
8524         * BufferView_pimpl.C (workAreaButtonRelease): update
8525         toolbar/menubar here too.
8526
8527 2002-01-13  Allan Rae  <rae@lyx.org>
8528
8529         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8530         Now seems indestructible.  Remaining task is to audit all other
8531         code affected by deleteEmptyParagraphMechanism.  One small quirk
8532         left is that an empty document with an error in the preamble can
8533         be made to report an error but no error box appears.  I don't know
8534         where it goes.
8535         (removeAutoInsets): Improved comments.
8536
8537 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8538
8539         * Thesaurus.h:
8540         * Thesaurus.C: update for Aiksaurus 0.14
8541
8542 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8543
8544         * text2.C (firstParagraph): removed member function, all uses
8545         replaces with ownerParagraph
8546         (redoParagraphs): here
8547         (updateInset): here
8548         (toggleAppendix): here
8549         * BufferView2.C (insertErrors): here
8550         (setCursorFromRow): here
8551
8552 2002-01-13  Allan Rae  <rae@lyx.org>
8553
8554         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8555         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8556         There is still a way to segfault this although you may have to do this
8557         multiple times: Have an InsetERT with an unknown command in it.
8558         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8559         <down-arrow>, <Enter> again, View->DVI, BANG!
8560
8561         * text2.C (setCursor):
8562         (deleteEmptyParagraphMechanism):
8563         * lyxtext.h (setCursor):
8564         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8565         Making use of the return value may help fix other bugs.
8566
8567 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8568
8569         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8570
8571         * LyXView.C (updateMenubar): call MenuBar::update here
8572         (updateToolbar): but not here
8573         (showState): do not update toolbar/menubar
8574
8575         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8576         should need to care about that.
8577
8578         * lyxfunc.C (verboseDispatch): simplify a bit
8579         (getStatus): have a version which takes a pseudoaction, and
8580         another which requires a (kb_action,string).
8581
8582         * LyXAction.C (retrieveActionArg): make it work also when action
8583         is not a pseudo-action.
8584         (getActionName): simplify a bit
8585         (helpText):
8586
8587 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8588
8589         * lyxfunc.C (verboseDispatch): new families of methods with
8590         several ways to specify a command and a bool to indicate whether
8591         the command name and shortcut should be displayed in minibuffer
8592         (eventually, we could extend that to a finer bitmask like
8593         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8594         (dispatch): the pristine dispatch command which just, well,
8595         dispatchs! Note it still sets its result to minibuffer; I'm not
8596         sure we want that.
8597
8598         * lyxfunc.h: remove setHintMessage
8599
8600         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8601
8602 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8603
8604         * BufferView_pimpl.C (specialChar): delete new inset if we have
8605         not been able to insert it.
8606
8607         * kbmap.C: revert to using int instead of kb_action, since all we
8608         are dealing with is pseudo-actions.
8609
8610         * LyXAction.C (searchActionArg): change to return int instead of
8611         kb_action, since the result is a pseudoaction.
8612
8613 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8614
8615         * buffer.C (insertErtContents): Fix (partially) the font bug.
8616
8617 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8618
8619         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8620         as the other one is broken on my machine!
8621
8622 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8623
8624         * commandtags.h:
8625         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8626
8627 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8628
8629         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8630         reflect their actual use. Provide compatibility code for older lyxrc
8631         files.
8632
8633         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8634         FL_NORMAL_STYLE.
8635         change names of popup font variables in line with the changes to lyxrc.C
8636
8637 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8638
8639         * buffer.C (asciiParagraph): avoid outputing a word twice after
8640         an inset.
8641
8642         * lyxrc.C (getDescription): document that document_path and
8643         template_path can be empty.
8644
8645 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8646
8647         * LaTeXFeatures.C (getMacros):
8648         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8649
8650         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8651
8652         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8653         getPackages.
8654         (getPackages): rename feature "floats" to "float". Use an array to
8655         iterate over 'simple' features (i.e. just a \usepackage). Add
8656         handling of "amsmath" (renamed from "amsstyle").
8657
8658 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8659
8660         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8661         features list.
8662
8663 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8664
8665         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8666         FuncStaus::FuncStatus & FuncStaus::some_method().
8667
8668 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8669
8670         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8671         of the func_satus stuff. Edited and massaged in various ways by
8672         JMarc.
8673
8674         * lyxfunc.C (getStatus): use FuncStatus
8675
8676 2002-01-08  Juergen Vigna  <jug@sad.it>
8677
8678         * text.C (nextBreakPoint): use function Inset::isChar().
8679
8680         * paragraph.C (TeXOnePar): use function
8681         Inset::forceDefaultParagraphs.
8682
8683         * buffer.C (latexParagraphs): use function
8684         Inset::forceDefaultParagraphs.
8685
8686 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8687
8688         * lyx_gui.C (init): set the style of the menu popups to
8689         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
8690
8691 2002-01-07  Juergen Vigna  <jug@sad.it>
8692
8693         * text.C (setHeightOfRow): small fix
8694         (prepareToPrint): don't look at alignment if we don't have the place
8695         for doing it.
8696
8697 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8698
8699         * box.C: New file. Move the Box methods and functions out of box.h,
8700         following Lars' suggestion.
8701
8702 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8703
8704         * box.h: #include "support/LOstream.h", needed for inlined function.
8705
8706         * lyxtextclass.C:
8707         * lyxtextclasslist.C: added some using std declarations.
8708
8709 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
8710
8711         * box.h: make signed dimensions to allow insets wider than
8712           the screen (bug #162)
8713
8714         * BufferView_pimpl.C: add some insetHit debug
8715
8716 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
8717
8718         * vc-backend.C: add FIXME
8719
8720 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8721
8722         * lyxfunc.C (getStatus): enable code for showing math font status
8723         in toolbar/menu.
8724
8725 2002-01-07  Juergen Vigna  <jug@sad.it>
8726
8727         * text.C (nextBreakPoint): removed debug output not needed anymore.
8728
8729 2002-01-06  Juergen Vigna  <jug@sad.it>
8730
8731         * text.C (nextBreakPoint): fixed up this function we had this bug
8732         since ever but now hopefully we break row better.
8733         (insertChar): we have to check if an inset is the next char as it
8734         could now happen that a large inset is causing a break.
8735
8736 2002-01-05  Juergen Vigna  <jug@sad.it>
8737
8738         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
8739         if it doesn't like to be drawed.
8740
8741 2002-01-04  Juergen Vigna  <jug@sad.it>
8742
8743         * BufferView2.C (lockInset): forgot to set a cursor.
8744
8745         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
8746
8747 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
8748
8749         * FormMathsPanel.C:
8750         * FormMathsPanel.h
8751         * MathsSymbols.C:
8752         * form_maths_panel.C:
8753         * form_maths_panel.h:
8754         * form_maths_panel.fd: implemented sub- and super- buttons in math
8755         panel.
8756
8757         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
8758         (or ^ space) to be used as in TeX (req'd by André).
8759
8760         * lyxfunc.C: Allow ^ and _ again to be used both as
8761         super/subscript (mathed) and as themselves (in text).
8762
8763 2002-01-03  Allan Rae  <rae@lyx.org>
8764
8765         * LyXView.C (updateWindowTitle): Setup a short icon title of either
8766         "LyX" or the filename of the current buffer if it has one.  This is a
8767         modified form of John Levon's patch.
8768
8769         * XFormsView.C (setWindowTitle): also set icon title.
8770
8771         * LyXView.h (setWindowTitle): signature changed.
8772         * XFormsView.h (setWindowTitle): ditto.
8773
8774 2002-01-02  Juergen Vigna  <jug@sad.it>
8775
8776         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
8777
8778 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8779
8780         * screen.C (topCursorVisible): introduce a temp var for
8781         text->cursor.row(), handle the case where this row is null. (kindo
8782         hachish)
8783
8784         * text2.C (setCursor): add a couple of asserts.
8785
8786         * paragraph.h (inset_iterator): add -> operator
8787
8788         * paragraph.[Ch] (autoDeleteInsets): remove member function
8789
8790         * BufferView2.C (removeAutoInsets): rewrite to handle the old
8791         cursor pos correctly and handle inset deletion by itself.
8792         (insertErrors): move iterator declaration out of for expression
8793
8794         * lyxtextclass.C: add <algorithm>
8795
8796         * Makefile.am: added the new files to sources, removed layout.C
8797
8798         * layout.C: removed file
8799
8800         * layout.h: remove LYX_DUMMY_LAYOUT
8801
8802         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
8803         layout.
8804
8805         * lyxlayout.[Ch]:
8806         * lyxtextclass.[Ch]:
8807         * lyxtextclasslist.[Ch]: new files
8808
8809         * include order changes to a lot of files, also changes because of
8810         the six new files.
8811
8812 2001-12-27  Juergen Vigna  <jug@sad.it>
8813
8814         * buffer.C (asciiParagraph): more fixes.
8815
8816         * tabular.C (ascii): make ascii export support export of only the
8817         data separated by a column-delimiter.
8818         (ascii): better support for ascii export.
8819
8820         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
8821
8822 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8823
8824         * tabular_funcs.C: use a "using std::getline" instead of the
8825         previous fix from Angus (necessary for cxx + lyxstring)
8826
8827 2001-12-24  Juergen Vigna  <jug@sad.it>
8828
8829         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
8830
8831         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
8832         problems. First check a minipage also if we have some ert-contents
8833         (not only on par->size(), second set the right depth of the paragraph
8834         on the relink to the root-paragraph-list!
8835
8836         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
8837         which then did not anymore update the main paragraphs on undo/redo!
8838
8839 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8840
8841         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
8842         code. Support all font-changing funcs (even those which are not in
8843         menu currently). Support for reporting font settings in
8844         mathed (disabled until Andre provides a function on mathed's side).
8845
8846         * func_status.h (toggle): small helper function to set toggle
8847         state on a flag.
8848
8849 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
8850
8851         * tabular_funcs.C: getline -> std::getline
8852
8853 2001-12-21  Juergen Vigna  <jug@sad.it>
8854
8855         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
8856         accessed and could be 0 (I couldn't generate this but it seems
8857         Michael could!).
8858
8859 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8860
8861         * tabular_funcs.C: add LIstream.h, move write_attribute to..
8862         * tabular_funcs.h: here and include iosfwd
8863
8864 2001-12-20  Juergen Vigna  <jug@sad.it>
8865
8866         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
8867         inside inset but undo_par was.
8868
8869 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8870
8871         * Thesaurus.C: always include <config.h> in sources.
8872
8873         * Painter.h:
8874         * lyxlookup.h:
8875         * box.h: do not include <config.h> in header files
8876
8877         * text.C (paintLastRow): remove unused variable
8878
8879         * text.C (transformChar):
8880         (insertChar):
8881         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
8882
8883         * Painter.C (text):
8884         * font.C (width): rewrite to use uppercase() instead of
8885         islower/toupper.
8886
8887         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
8888
8889 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
8890
8891         * lyxfind.C: clean up of find failure position change
8892
8893 2001-12-20  Juergen Vigna  <jug@sad.it>
8894
8895         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
8896
8897         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
8898         (TeXRow): added to LaTeX a single tabular row.
8899         (TeXLongtableHeaderFooter): added to output LT-h/f data.
8900         (Latex): simplified and finally good LT-h/f support.
8901         (various_functions): just small adaptions for LT-h/f support.
8902
8903         * tabular_funcs.[hC]: added and moved here all not classfunctions
8904         of LyXTabular.
8905
8906 2001-12-19  Juergen Vigna  <jug@sad.it>
8907
8908         * tabular.[Ch]: better support for longtabular options (not finished
8909         yet!)
8910
8911 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8912
8913         * text.C (paintLastRow): use the label font instead of the font of
8914         the last character to compute the size of *_BOX. This makes more
8915         sense and avoids a crash with empty paragraphs.
8916         Use Painter::rectangle to draw EMPTY_BOX.
8917
8918 2001-12-19  Juergen Vigna  <jug@sad.it>
8919
8920         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
8921         the paragraphs if the replaced paragraph is not the first one!
8922         Tried to delete not used paragraphs but does not work yet so for
8923         now it's inside #ifdef's and by default off!
8924
8925 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8926
8927         * MenuBackend.C: include "lyx_main.h" instead of declaring
8928         lastfiles (actually was declared as LastFiles* instead of a
8929         scoped_ptr).
8930
8931 2001-12-17  Juergen Vigna  <jug@sad.it>
8932
8933         * tabular.C (AppendColumn): applied John's fix
8934
8935 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
8936
8937         * BufferView.h:
8938         * BufferView.C:
8939         * BufferView_pimpl.h:
8940         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
8941
8942         * Makefile.am:
8943         * box.h: new start of class for above
8944
8945         * lyxfunc.C: ignore space-only minibuffer dispatches.
8946           Show the command name when it doesn't exist
8947
8948         * minibuffer.C: don't add empty lines to the history
8949
8950         * minibuffer.C: add a space on dropdown completion
8951
8952 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
8953
8954         * text.C: fix line above/below drawing in insets
8955
8956 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8957
8958         * lyxlength.C (LyXLength): Initialize private variables.
8959
8960 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
8961
8962         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
8963         when inserting error insets.
8964
8965 2001-12-13  Juergen Vigna  <jug@sad.it>
8966
8967         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
8968         actually sometimes the before-paragraph.
8969         (setUndo): don't clear the redostack if we're not actually undoing!
8970
8971 2001-12-06  Juergen Vigna  <jug@sad.it>
8972
8973         * undo_funcs.C (textHandleUndo): well after John's hint I got here
8974         and fixed redoing of main paragraph, so we can use it now ;)
8975
8976         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
8977
8978 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8979
8980         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
8981         Juergen's request
8982
8983 2001-12-13  André Pönitz <poenitz@gmx.net>
8984
8985         * undostack.[Ch]:
8986         * undo_func.C: minor cleanup
8987
8988 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8989
8990         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
8991         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
8992         font in urw-fonts package which is marked as -urw-fontspecific and
8993         does not work (incidentally, changing the encoding in the
8994         fonts.dir of this package to -adobe-fontspecific fixes the
8995         problem).
8996
8997         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
8998         is a crash when undoing first paragraph (Juergen, please take a
8999         look). THis does not mean the undo fix is wrong, just that it
9000         uncovers problems.
9001
9002         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9003         the (Paragraph*) version when needed instead of duplicating the
9004         code.
9005
9006         * text.C (workWidth): use Inset::parOwner to find out where the
9007         inset has been inserted. This is a huge performance gain for large
9008         documents with lots of insets. If Inset::parOwner is not set, fall
9009         back on the brute force method
9010
9011         * paragraph_pimpl.C (insertInset):
9012         * paragraph.C (Paragraph):
9013         (cutIntoMinibuffer): set parOwner of insets when
9014         inserting/removing them
9015
9016         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9017
9018 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9019
9020         * commandtags.h:
9021         * LyXAction.C:
9022         * lyx_main.C:
9023         * lyxfunc.C:
9024         * mathed/formulabase.C:
9025         * mathed/math_cursor.[Ch]:
9026         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9027
9028
9029 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9030
9031         * lyxlength.[Ch] (operator!=): new function
9032
9033 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9034
9035         * text.C (workWidth): use Inset::parOwner to find out where the
9036         inset has been inserted. This is a huge performance gain for large
9037         documents with lots of insets. If Inset::parOwner is not set, fall
9038         back on the brute force method
9039
9040         * paragraph_pimpl.C (insertInset):
9041         * paragraph.C (Paragraph):
9042         (cutIntoMinibuffer): set parOwner of insets when
9043         inserting/removing them
9044
9045         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9046
9047 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9048
9049         * tabular-old.C (getTokenValue):
9050         * tabular.C (getTokenValue):
9051         (write_attribute): new versions for LyXLength
9052         (everywhere): adjust the use of widths
9053
9054         * tabular.h: change the type of widths from string to LyXLength
9055
9056 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9057
9058         * paragraph.C: fixed missing line number count when exporting
9059         Environments to LaTeX file
9060
9061         * buffer.C: added informational message for checking line numbers.
9062
9063 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9064
9065         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9066         paragraph, do the 'double space' part, but not the 'empty
9067         paragraph' one.
9068
9069         * text.C (workWidth): small optimization
9070         (getLengthMarkerHeight): use minimal size for negative lengths.
9071
9072 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9073
9074         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9075
9076         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9077
9078 2001-12-11  André Pönitz <poenitz@gmx.net>
9079
9080         * FontLoader.C:
9081         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9082
9083 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9084
9085         * text2.C: keep selection on a setFont()
9086
9087 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9088
9089         * lyx_cb.C: another bv->text misuse, from insert label
9090
9091 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9092
9093         * kbsequence.h:
9094         * kbsequence.C: re-instate nmodifier mask
9095
9096 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9097
9098         * lyx_main.h: make lyxGUI private.
9099
9100 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9101
9102         * lyxfind.C: place the cursor correctly on failed search
9103
9104 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9105
9106         * text.C (getLengthMarkerHeight): for small heights, the arrows
9107         are not always on top/bottom of the text
9108         (drawLengthMarker): smaller arrows; take the left margin in
9109         account; draw also vfills.
9110         (paintFirstRow):
9111         (paintLastRow): remove special code for vfill and standard spaces,
9112         since everything is handled in drawLengthMarker now.
9113
9114 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9115
9116         * buffer.C (insertErtContents): try to handle font and language
9117         interaction a bit better.g
9118
9119         * ColorHandler.C (updateColor): change the hash to cover the whole
9120         LColor enum, ws cleanup
9121         (getGCLinepars): ditto
9122         (getGCLinepars): only lookup in the linecache once.
9123
9124 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9125
9126         * iterators.C (operator++): Make the iterator more robust
9127
9128         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9129         (John's patch)
9130         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9131
9132 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9133
9134         * lyxtext.h:
9135         * text.C: better added space drawing
9136
9137 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9138
9139         * LyXView.C:
9140         * BufferView2.C: fix layout combo update on inset unlock
9141
9142 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9143
9144         * Makefile.am: don't compile unused files
9145
9146 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9147
9148         * lyxfunc.C:
9149         * commandtags.h:
9150         * LyXAction.C: remove old LFUN_LAYOUTNO
9151
9152 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9153
9154         * paragraph_pimpl.h:
9155         * paragraph_pimpl.C: isTextAt() doesn't need font param
9156
9157 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9158
9159         * lyxlex.h:
9160         * lyxlex.C: little cleanup
9161
9162 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9163
9164         * BufferView_pimpl.C: fix insertAscii for insets
9165
9166 2001-12-05  Juergen Vigna  <jug@sad.it>
9167
9168         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9169         set the right font on the "multi" paragraph paste!
9170
9171 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9172
9173         * trans_decl.h:
9174         * trans_mgr.[Ch]:
9175         * trans.[Ch]:
9176         * lyxgluelength.C:
9177         * lyxlength.C: remove out-commented code.
9178
9179         * BufferView_pimpl:
9180         * CutAndPaste.C:
9181         * DepTable.C:
9182         * buffer.C:
9183         * chset.C:
9184         * lastfiles.C:
9185         * lyxlex.C:
9186         * lyxlex_pimpl.C:
9187         * lyxserver.C:
9188         * screen.C:
9189         * tabular-old.C:
9190         * tabular.C:
9191         * text.C:
9192         * trans_mgr.C:
9193         * vc-backend.C: change "while(" to "while ("
9194
9195         * lyxlength.[Ch]: add zero function to check if length is zero or
9196         not
9197         * lyxgluelength.C: use it
9198
9199 2001-12-05  Allan Rae  <rae@lyx.org>
9200
9201         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9202         Works for 2.95.3, from what I understand of Garst's reports this should
9203         work for other g++ versions.  We're screwed if the abs(int) definition
9204         changed between bugfix releases of gcc.
9205
9206 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9207
9208         * text.C: fix chapter label offset !
9209
9210 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9211
9212         * lyxtext.h:
9213         * text.C: fix hfill at end of line, clean up
9214
9215 2001-12-04  Juergen Vigna  <jug@sad.it>
9216
9217         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9218         that we force an update of the inset and it's owners if neccessary.
9219
9220 2001-12-03  Juergen Vigna  <jug@sad.it>
9221
9222         * text.C (rowLast): simplified code
9223
9224 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9225
9226         * lyxfunc.C: fix show options on timeout
9227
9228 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9229
9230         * screen.C (topCursorVisible): scroll half a page when the cursor
9231         reached top of bottom of screen
9232
9233 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9234
9235         * minibuffer.C: deactivate on loss of focus
9236
9237 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9238
9239         * vspace.[Ch] (operator!=): add operator.
9240
9241 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9242
9243         * BufferView_pimpl.C: refuse to open an inset when
9244         there's a selection.
9245
9246 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9247
9248         * BufferView_pimpl.C: allow to click on RHS of full row insets
9249
9250 2001-11-30  Juergen Vigna  <jug@sad.it>
9251
9252         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9253         insets for undo reasons.
9254
9255 2001-11-28  André Pönitz <poenitz@gmx.net>
9256
9257         * vspace.[Ch]: cosmetical changes
9258
9259 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9260
9261         * LyXAction.h:
9262         * LyXAction.C:
9263         * lyxfunc.h:
9264         * lyxfunc.C:
9265         * kbmap.h:
9266         * kbmap.C:
9267         * lyxrc.C:
9268         * kbsequence.h:
9269         * kbsequence.C: part re-write of old kb code
9270
9271         * Painter.C:
9272         * WorkArea.C: remove Lgb_bug_find_hack
9273
9274 2001-11-30  José Matos <jamatos@fep.up.pt>
9275
9276         * buffer.C (makeDocBookFile): add a comment to point a hack.
9277         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9278         Fixed a double write of labels.
9279
9280 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9281
9282         * LaTeX.C:
9283         * LaTeX.h Fixed bug in LaTeX class where it would not
9284         re-run latex if no depfiles were changed, but the .dvi was removed.
9285
9286 2001-11-28  André Pönitz <poenitz@gmx.net>
9287
9288         * all the files from the change on 2001/11/26:
9289         use lyx::layout_type instead of LyXTextClass::size_type
9290         use lyx::textclass_type instead of LyXTextClassList::size_type
9291
9292 2001-11-29  Juergen Vigna  <jug@sad.it>
9293
9294         * text.C: added support for paragraph::isFreeSpacing()
9295
9296         * buffer.C: same as above
9297
9298         * paragraph.h: inserted isFreeSpacing() function to enable
9299         FreeSpacing inside InsetERT.
9300
9301         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9302         of the paragraph's in the cut/copy buffer to 0!
9303
9304         * text2.C (removeRow): remove the assert as it can!
9305
9306         * lyxtext.h: added helper function firstRow returning firstrow and
9307         made firstrow private again.
9308
9309         * BufferView2.C (lockInset): don't relock if we're already locked!
9310
9311         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9312         the only paragraph.
9313         (removeRow): added Assert::(firstrow)
9314
9315         * debug.C: forgot to add INSETTEXT here.
9316
9317 2001-11-28  Juergen Vigna  <jug@sad.it>
9318
9319         * sp_spell.C (initialize): changed error text to more general
9320         spellchecker command use (not only ispell!)
9321
9322         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9323
9324         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9325
9326 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9327
9328         * vspace.C: initialise lyxgluelength on failure
9329
9330 2001-11-28  Allan Rae  <rae@lyx.org>
9331
9332         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9333         declaration & definition that looks like a function declaration.
9334
9335 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9336
9337         * BufferView2.C (copy):
9338         (copyEnvironment): do not clear the selection when doing a copy.
9339
9340         * text.C (paintFirstRow): compilation fix
9341
9342 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9343
9344         * tabular.C (Latex): correct line count when writing latex.
9345
9346 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9347
9348         * paragraph_pimpl.h:
9349         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9350           bug a bit
9351
9352 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9353
9354         * text.C:
9355         * LColor.h:
9356         * LColor.C: change vfillline->added_space
9357
9358         * text.C: add markers and text for added space
9359
9360         * vspace.C: fix comment
9361
9362 2001-11-28  André Pönitz <poenitz@gmx.net>
9363
9364         * paragraph.C: whitespace changes
9365         * all the other files from the change on 2001/11/26:
9366         change *::pos_type into lyx::pos_type
9367
9368 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9369
9370         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9371         language of the document when inserting error insets.
9372
9373 2001-11-26  André Pönitz <poenitz@gmx.net>
9374
9375         * BufferView_pimpl.[Ch]:
9376         *       CutAndPaste.C:
9377         * buffer.[Ch]:
9378         * lyxcursor.[Ch]:
9379         * lyxfind.C:
9380         * lyxfunc.C:
9381         * lyxrow.[Ch]:
9382         * paragraph.[Ch]:
9383         * paragraph_pimpl.[Ch]:
9384         * sp_spell.C:
9385         * text.C:
9386         * text2.C: reduce header dependencies, introduce type for positions
9387
9388 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9389
9390         * <various>: change to use Alert.h
9391
9392 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9393
9394         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9395         when encountering an unknown token.
9396         (readLyXformat2): Show an error message if there were unknown tokens.
9397
9398 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9399
9400         * BufferView2.C:
9401         * BufferView_pimpl.C:
9402         * buffer.C:
9403         * paragraph.h:
9404         * text.C:
9405         * text2.C: use par->isInset()
9406
9407 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9408
9409         * paragraph_pimpl.h:
9410         * paragraph_pimpl.C: cleanup
9411
9412 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9413
9414         * text2.C (removeRow):
9415         * text.C (setHeightOfRow): remove useless (and costly) call to
9416         getRow.
9417
9418 2001-11-20  Allan Rae  <rae@lyx.org>
9419
9420         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9421         Now need Inset*::checkInsertChar() to return true for appropriate
9422         cases so that the characters in the minibuffer will actually be
9423         inserted.
9424
9425 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9426
9427         * text.C: change the order of the includes.
9428         (workWidth): initialize it at once.
9429         (workWidth): make maxw unsigned
9430         (setHeightOfRow): remove unused variable (inset)
9431         (selectSelectedWord): remove unused variable (inset)
9432         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9433
9434 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9435
9436         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9437         server is not running.
9438         (openConnection):
9439         (closeConnection): add debug info when server is disabled.
9440
9441         * ColorHandler.C (getGCForeground): send debug message to GUI
9442         channel.
9443
9444         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9445
9446         * kbmap.C (bind): modify because return conventions of
9447         kb_sequence::parse have changed.
9448
9449         * kbsequence.C (parse): only ignore spaces and not any stupid
9450         control character. This avoids tests like s[i] <= ' ', which are
9451         guaranteed to fail with 8bit characters and signed chars.
9452         Change return code to string::npos when there have been no error
9453         (0 was a bad idea when error is at first character)
9454
9455 2001-11-14  José Matos  <jamatos@fep.up.pt>
9456
9457         * buffer.h:
9458         * buffer.C (simpleDocBookOnePar): removed unused argument.
9459
9460 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9461
9462         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9463         insets which are part of a word. Paragraph::isLetter takes care of
9464         that now. Use Paragraph::isInset to identify insets.
9465         (selectSelectedWord): do not test for hyphenation break.
9466
9467         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9468         that protected spaces are considered as spaces.
9469
9470         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9471         Inset::isLetter.
9472
9473 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9474
9475         * lyxserver.h:
9476         * lyxserver.C: fix it. and small cleanup.
9477
9478 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9479
9480         * BufferView_pimpl.C: use inline helpers
9481
9482         * LaTeXFeatures.h:
9483         * LaTeXFeatures.C: fix typos
9484
9485         * Spacing.h:
9486         * Spacing.C: move spacing_string into class
9487
9488         * ToolbarDefaults.C: move stuff into namespace anon
9489
9490         * layout.h: update enum
9491
9492         * lyxfunc.C: use better debug
9493
9494         * minibuffer.h: fix typo
9495
9496         * debug.h:
9497         * debug.C:
9498         * WorkArea.C: add and use Debug::WORKAREA
9499
9500         * lyxtext.h:
9501         * text.C:
9502         * text2.C: code re-organisation, inline helpers
9503
9504 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9505
9506         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9507         std::vector.empty().
9508
9509 2001-11-09  Allan Rae  <rae@lyx.org>
9510
9511         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9512         '\n's after tables.  Tabular and ERT inset work now makes this no
9513         longer necessary.
9514
9515 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9516
9517         * minibuffer.h:
9518         * minibuffer.C: fix crash, improve drop-down completion
9519
9520 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9521
9522         * lyxserver.h:
9523         * lyxserver.C: invalidate fd's when doing endPipe()
9524
9525 2001-11-08  José Matos  <jamatos@fep.up.pt>
9526
9527         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9528         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9529
9530         * paragraph.h:
9531         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9532
9533 2001-11-07  José Matos  <jamatos@fep.up.pt>
9534
9535         * buffer.h:
9536         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9537         const qualifier.
9538
9539         * buffer.C (sgmlOpenTag):
9540         * buffer.C (sgmlCloseTag): removed debug info.
9541
9542         * buffer.h (sgmlOpenTag):
9543         * buffer.h (sgmlCloseTag): made public.
9544
9545 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9546
9547         * buffer.C (saveParamsAsDefaults):
9548         * lyx_cb.C (MenuLayoutSave): remove
9549
9550         * LyXAction.C (init):
9551         * commandtags.h:
9552         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9553
9554 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9555
9556         * buffer.C (setPaperStuff): removed from here...
9557
9558         * bufferparams.C (setPaperStuff): ... and moved there.
9559
9560 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9561
9562         * minibuffer.h:
9563         * minibuffer.C:
9564         * XFormsView.C: add support for drop-down completion
9565
9566 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9567
9568         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9569         commands.
9570
9571 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9572
9573         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9574         disabled.
9575
9576 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9577
9578         * lyx_main.C: change ref to known bugs
9579
9580 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9581
9582         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9583         to work around older babel problems.
9584
9585 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9586
9587         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9588
9589 2001-10-24  Juergen Vigna  <jug@sad.it>
9590
9591         * tabular-old.C (ReadOld): below variable changes reflected.
9592
9593         * tabular.[Ch]: added ltType struct for longtable header/footer
9594         defines and changed all instances where they are used. Added
9595         future support for double top/bottom rows.
9596
9597 2001-10-24  José Matos  <jamatos@fep.up.pt>
9598
9599         * buffer.h (docbookHandleCaption):
9600         * buffer.C (docbookHandleCaption): removed unused function.
9601         (makeDocBookFile): moved docbook supported version to v4.1.
9602
9603 2001-10-24  José Matos  <jamatos@fep.up.pt>
9604
9605         * tabular.h:
9606         * tabular.C (docbookRow): new function to export docbook code of a row.
9607         (DocBook): now honors the longtable flags.
9608
9609 2001-10-23  José Matos  <jamatos@fep.up.pt>
9610
9611         * LaTeXFeatures.h:
9612         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9613         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9614
9615         * buffer.C (makeLinuxDocFile):
9616         (makeDocBookFile): reworked the preamble, more clean, and with
9617         support for lyx defined entities. Changed the document declaration
9618         to be more XML friendly.
9619
9620         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9621         if we need to output XML that should be done with a filter.
9622
9623 2001-10-22  Juergen Vigna  <jug@sad.it>
9624
9625         * sp_pspell.h (class PSpell): add alive function needed in the
9626         controller to see if the spellchecker could be started.
9627
9628 2001-10-22  Juergen Vigna  <jug@sad.it>
9629
9630         * buffer.C (insertStringAsLines): modify the font for inserting
9631         chars in certain conditions by calling checkInsertChar(font).
9632
9633 2001-10-19  Juergen Vigna  <jug@sad.it>
9634
9635         * text.C (workWidth): use getRow instead of wrong algorithm.
9636         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9637
9638 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9639
9640         * lyxserver.h:
9641         * lyxserver.C:
9642         * lyx_main.h:
9643         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9644
9645 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9646
9647         * text.C (workWidth): do not search for the exact row when
9648         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9649         optimization for big documents.
9650
9651 2001-10-18  Juergen Vigna  <jug@sad.it>
9652
9653         * text.C (workWidth): new function with added Inset * parameter.
9654
9655 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9656
9657         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9658
9659         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9660         change return type of getColumnNearX.
9661
9662
9663         * text.C (changeRegionCase): use uppercase/lowercase instead of
9664         toupper/tolower.
9665         (leftMargin):
9666         (rightMargin): simplify code by factoring out the uses of
9667         textclasslist.
9668         (labelFill):
9669         (numberOfHfills):
9670         (setHeightOfRow):
9671         (appendParagraph): use Paragraph::size_type
9672
9673 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9674
9675         * vspace.C (asLatexString): add a missing break
9676
9677 2001-10-15  Herbert Voss  <voss@perce.de>
9678
9679         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
9680
9681 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9682
9683         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
9684         is not available.
9685
9686 2001-10-10  André Pönitz <poenitz@gmx.net>
9687
9688         * lyxfunc.C: removed greek_kb_flag.
9689
9690 2001-10-10  Herbert Voss  <voss@perce.de>
9691
9692         * lyx_main.C: delete global string help_lyxdir.
9693
9694 2001-10-09  Herbert Voss  <voss@perce.de>
9695
9696         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
9697
9698         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
9699
9700         * lyx_main.C: added global string help_lyxdir.
9701
9702         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
9703
9704 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9705
9706         * lyxrc.C (set_font_norm_type): support iso8859-4
9707
9708 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
9709
9710         * LaTeX.C (deplog): add another regex for MikTeX
9711
9712 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9713
9714         * lyxrc.C (set_font_norm_type): support iso8859-3
9715
9716 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9717
9718         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
9719
9720         * LaTeXFeatures.C: remove special case of french and index
9721
9722         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
9723         before \begin{document}). This solves several incompatibilities.
9724
9725 2001-10-03  Garst Reese  <reese@isn.net>
9726
9727         * lyx_cb.C: change CheckTex error msg.
9728
9729 2001-10-03  José Matos  <jamatos@fep.up.pt>
9730
9731         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
9732
9733 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9734
9735         * .cvsignore: update
9736
9737         * lyx_main.C (commandLineVersionInfo): use new style version info.
9738
9739         * buffer.C (writeFile):
9740         (makeLaTeXFile):
9741         (makeLinuxDocFile):
9742         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
9743
9744         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
9745
9746         * version.h: update to use stuff in version.C
9747
9748         * version.C.in: new file. Contains version information determined
9749         at compile time. This is a merging of version.h and
9750         version_info.h.in.
9751
9752 2001-10-03  Juergen Vigna  <jug@sad.it>
9753
9754         * BufferView_pimpl.C (update): don't change "dirty" status in
9755         updateInset call.
9756
9757 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
9758
9759         * WorkArea.C (c-tor): re-position version string slightly.
9760
9761 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
9762
9763         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
9764         revert to previous code.
9765
9766         WorkArea.[Ch]: (show, destroySplash): methods removed.
9767
9768         WorkArea.C: rework code so that it's an amalgam of the codes before and
9769         after the splash screen was moved to WorkArea.
9770
9771 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9772
9773         * lyxrc.C (read):
9774         * vspace.C (inPixels):
9775         (lyx_advance):
9776         * kbmap.C (bind):
9777         * buffer.C (insertStringAsLines):
9778         (asciiParagraph): fix types to be large enough
9779
9780         * lyxlex_pimpl.h: change member status from short to int
9781
9782         * layout.h: fix type of endlabeltype
9783
9784         * kbmap.C (bind):
9785         * kbsequence.C (parse): change return type to string::size_type
9786
9787         * LaTeX.C (updateBibtexDependencies): comment out unneeded
9788         variable
9789
9790         * Bullet.C (bulletSize):
9791         (bulletEntry): do not use short ints as parameters
9792
9793         * BufferView2.C (insertLyXFile): change a char to an int.
9794
9795         * WorkArea.C (WorkArea): remove unneeded floats in computation
9796
9797 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
9798
9799         * buffer.C (asciiParagraph): Treat '\\' as other chars.
9800
9801         * paragraph.C (asString): Do not ignore newline/hfill chars when
9802         copying to the clipboard.
9803
9804 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
9805
9806         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
9807         after a multi-line inset.
9808
9809 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
9810
9811         * paragraph.C (validate): Set NeedLyXFootnoteCode
9812
9813 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9814
9815         * lyxfont.C (LyXSizeNames): changed increase-error to increase
9816         and decrease-error to decrease.
9817
9818 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9819
9820         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
9821         it more readable (should be equivalent)
9822
9823 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9824
9825         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
9826
9827 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9828
9829         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
9830         of a cursor (row, etc.) after a character has been deleted
9831         (deleteEmptyParagraphMechanism): call the method above on _all_
9832         cursors held by the LyXText when a double space has been
9833         detected/deleted.
9834
9835 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9836
9837         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
9838         pixmap.
9839         (resizeCurrentBuff): remove code to destroy the old splash dialog.
9840
9841         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
9842         background. Use greyOut() and the new show() methods to toggle between
9843         the foreground and background. Add code to remove the splash after
9844         its initial showing.
9845
9846         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
9847         (create_forms): no longer call Dialogs::showSplash.
9848
9849 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9850
9851         * .cvsignore: add version_info.h
9852
9853 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9854
9855         * version_info.h.in: new file
9856
9857         * Makefile.am: add version_info.h.in
9858
9859         * lyx_main.C (commandLineVersionInfo): use version_info defined in
9860         version_info.h instead of VERSION_INFO
9861
9862 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
9863
9864         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
9865         The ERT inset now returns string().
9866
9867 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
9868
9869         * lyxtext.h, text.C (selectNextWord): renamed as
9870         selectNextWordToSpellcheck.
9871
9872         * text.C (selectNextWordToSpellcheck): Modified to not select
9873         words inside an ERT inset.
9874
9875 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9876
9877         * lyx_cb.C (MenuLayoutSave): change a bit the question
9878
9879         * sp_base.h: include <sys/types.h>
9880
9881 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
9882
9883         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
9884
9885 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
9886
9887         * several files: fix typos in user-visible strings
9888
9889 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9890
9891         * text2.C (pasteSelection): do not set the selection, since it
9892         will be cleared later. Actually, the intent was to fix the way the
9893         selection was set, but I figured rmoving the code was just as good.
9894
9895 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
9896
9897         * FontLoader.C (available): Check if font is available without
9898         loading the font.
9899
9900 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
9901
9902         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
9903
9904 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
9905
9906         * lyxrc.[Ch]: added display_graphics variable and associated code.
9907
9908 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9909
9910         * bufferparams.C (hasClassDefaults): new method. Returns true if
9911         the buffer parameters correspond to known class defaults
9912
9913 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
9914
9915         * XFormsView.C (show): set minimum size to the main window.
9916
9917 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9918
9919         * text2.C (copySelection):
9920         (cutSelection):
9921         * lyxfind.C (LyXReplace):
9922         * BufferView_pimpl.C (Dispatch): pass the correct flag to
9923         LyXText::selectionAsString.
9924
9925         * paragraph.C (asString): add "label" argument to the second form
9926
9927         * text2.C (selectionAsString): add "label" argument and pass it to
9928         Paragraph::asString.
9929
9930 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9931
9932         * lyx_main.C (commandLineHelp): remove version information
9933
9934 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
9935
9936         * lyx_main.C: add -version commandline option
9937
9938 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9939
9940         * paragraph.h: make the optional constructor arg required instead.
9941         some modifications to other files because of this.
9942
9943         * minibuffer.C (C_MiniBuffer_peek_event): make it static
9944
9945         * lyxserver.C (C_LyXComm_callback): make it static
9946
9947         * lyx_main.C (error_handler): make it static
9948
9949         * lyx_gui.C (LyX_XErrHandler): make it static
9950
9951         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
9952
9953         * WorkArea.C: make the extern "C" methods static.
9954
9955         * Makefile.am (lyx_LDADD): simplify
9956
9957 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9958
9959         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
9960         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
9961
9962         * LyXAction.C (init):
9963         * lyxfunc.C (dispatch): associated code removal.
9964
9965 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9966
9967         * lyxfont.h (isSymbolFont): shut off warning
9968
9969         * text.C (setHeightOfRow):
9970         (getVisibleRow): fix crash with empty paragraphs which have a
9971         bottom line
9972
9973 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
9974
9975         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
9976         code.
9977
9978 2001-09-04  José Matos  <jamatos@fep.up.pt>
9979         * buffer.C
9980         * buffer.h
9981         * tabular.C (docbook): rename docBook method to docbook.
9982
9983 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9984
9985         * Makefile.am: add dependencies to main.o.
9986
9987 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
9988
9989         * FontLoader.C (available): Return false if !lyxrc.use_gui
9990
9991 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
9992
9993         * FontInfo.C (query):
9994         * converter.C (view):
9995         * importer.C (Import):
9996         * exporter.C (Export): Can not -> cannot.
9997
9998 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
9999
10000         * BufferView_pimpl.C: allow to create index inset even if
10001           string is empty
10002
10003 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10004
10005         * buffer.C (getLists): replace boost::tie code with an explicit pair
10006         as boost::tie can break some compilers.
10007
10008         * iterators.h: Added a std:: declaration to the return type of
10009         ParIterator::size.
10010
10011 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10012
10013         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10014           case.
10015
10016 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10017
10018         * iterators.[Ch]: New files. Provide paragraph iterators.
10019
10020         * buffer.C (changeLanguage): Use paragraph iterators.
10021         (isMultiLingual): ditto
10022
10023         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10024
10025 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10026
10027         * FontLoader.C: Support for cmr font.
10028
10029 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10030
10031         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10032         (available): New method.
10033
10034         * FontInfo.C (getFontname): Use scalable fonts even when
10035         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10036         found.
10037
10038 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10039
10040         * converter.C (Formats::view): reverted! Incorrect fix.
10041
10042 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10043
10044         * converter.C (Formats::view): only output the -paper option
10045         if the dvi viewer is xdvi, thereby fixing bug #233429.
10046
10047 2001-08-23  Herbert Voss  <voss@perce>
10048
10049         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10050
10051 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10052
10053         * Spacing.h (Spacing): Set space to Default on in the default
10054         constructor.
10055
10056 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10057
10058         * vc-backend.h (RCS::versionString): add RCS to version
10059         (CVS::versionString): add CVS to version
10060
10061         * vc-backend.C (scanMaster): do not add CVS to version.
10062         (scanMaster): do not add RCS to version
10063
10064         * lyxvc.C (versionString): new method
10065
10066         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10067
10068 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10069
10070         * Spacing.C (set): initialize fval
10071
10072 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10073
10074         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10075         " or \.
10076
10077 2001-08-16  Juergen Vigna  <jug@sad.it>
10078
10079         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10080
10081 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10082
10083         * BufferView_pimpl.C:
10084         * figureForm.C:
10085         * lyxtext.h:
10086         * text2.C: setParagraph takes linespacing now
10087
10088 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10089
10090         * LyxAction.C: add internal LFUN_CITATION_INSERT
10091
10092         * LyXView.C: actually apply fix
10093
10094         * bufferlist.C: fix open non-existent file
10095
10096         * lyxfind.C: fix indentation
10097
10098         * lyxfunc.C: remove unneeded assert, fix typo
10099
10100 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10101
10102         * MenuBackend.C: use "Floatname List"
10103
10104 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10105
10106         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10107         when converting LaTeX layout to insetERT.
10108         Generate a non-collapsed float when reading old float
10109
10110 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10111
10112         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10113         ERT insets.
10114
10115 2001-08-13  Juergen Vigna  <jug@sad.it>
10116
10117         * text.C (fill): return 0 instead of 20 as this seems to be the more
10118         correct value.
10119
10120 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10121
10122         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10123         lyxrc.font_norm.
10124
10125 2001-08-13  Juergen Vigna  <jug@sad.it>
10126
10127         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10128         casesensitive off.
10129         (SearchBackward): comment out the unlocking of the inset_owner this
10130         should not be needed!
10131
10132 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10133
10134         * Many files: Remove inherit_language, and add latex_language
10135
10136         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10137         collapsible insets.
10138
10139 2001-08-10  Juergen Vigna  <jug@sad.it>
10140
10141         * text.C (prepareToPrint): fixed hfill-width in draw!
10142
10143         * BufferView2.C (selectLastWord): save the selection cursor as this
10144         now is cleared in the function LyXText::clearSelection!
10145
10146 2001-08-08  Juergen Vigna  <jug@sad.it>
10147
10148         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10149         BACKSPACE type functions.
10150
10151         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10152         is only cutted from the document but not put in the cut-buffer, where
10153         still the old stuff should be.
10154
10155         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10156
10157         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10158
10159         * tabular.C (SetWidthOfCell): fixed special case where the width
10160         was not updated!
10161         (LeftLine): handle '|' in align_special.
10162         (RightLine): ditto
10163         (LeftAlreadyDrawed): ditto
10164         (SetWidthOfCell): ditto
10165
10166 2001-08-07  Juergen Vigna  <jug@sad.it>
10167
10168         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10169
10170 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10171
10172         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10173         * lyxlex.[hC]: ditto
10174
10175 2001-08-06  Juergen Vigna  <jug@sad.it>
10176
10177         * text.C (getVisibleRow): fix up row clearing a bit.
10178
10179 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10180
10181         * minibuffer.C: make sure the X server sees the changes in the input.
10182
10183 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10184
10185         * paragraph.C (getFont): split into...
10186         (getLabelFont): this
10187         (getLayoutFont): and this
10188         * paragraph_pimpl.C (realizeFont): calling this
10189
10190         * text2.C (getFont): split into...
10191         (getLayoutFont): this
10192         (getLabelFont): and this
10193         (realizeFont): all three calling this
10194
10195         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10196         files where used.
10197
10198 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10199
10200         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10201
10202 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10203
10204         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10205         layouts from the Quote inset insertion.
10206
10207 2001-08-03  Juergen Vigna  <jug@sad.it>
10208
10209         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10210
10211         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10212         only if status not is already CHANGED_IN_DRAW (second level).
10213
10214         * text.C (draw): don't set the need_break_row when inside an
10215         InsetText LyXText.
10216
10217 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10218
10219         * buffer.C (parseSingleLyXformat2Token): handle more latex
10220         conversion cases.
10221
10222         * bufferview_funcs.[hC]: change function names to
10223         begin with small char, adjust other files.
10224
10225 2001-08-02  André Pönitz <poenitz@gmx.net>
10226
10227         * lyxfunc.C:
10228         BufferView_pimpl.C: remove broken special code for math-greek
10229
10230 2001-08-02  Juergen Vigna  <jug@sad.it>
10231
10232         * BufferView_pimpl.C (update): redone this function so that we
10233         update the text again if there was a CHANGE_IN_DRAW.
10234
10235         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10236         (drawFromTo): added a new internal bool which is used by draw() and
10237         redraw() function.
10238         (general): some cursor drawing problems fixed.
10239
10240 2001-08-01  Juergen Vigna  <jug@sad.it>
10241
10242         * lyxfind.C (LyXFind): fixed
10243         (SearchForward): ditto
10244         (SearchBackward): ditto
10245
10246         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10247         spurius drawing of the cursor in the main area.
10248
10249         * text2.C (status): small fix which could lead to a segfault!
10250         (clearSelection): remove unneeded BufferView param.
10251
10252 2001-08-01  André Pönitz <poenitz@gmx.net>
10253
10254         * lyxfunc.C: small change due to changed mathed interface
10255
10256 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10257
10258         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10259
10260 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10261
10262         * lyxfunc.c: fail gracefully if file doesn't exist
10263
10264         * LyXSendto.C:
10265         * buffer.C:
10266         * lyxfunc.C:
10267         * BufferView_pimpl.C: IsDirWriteable() proto changed
10268
10269         * LyXView.C: fix updateWindowTitle() to store the last title
10270
10271 2001-07-31  Juergen Vigna  <jug@sad.it>
10272
10273         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10274         the font (wrong since using of Paragraph::highestFontInRange).
10275
10276         * paragraph.C (highestFontInRange): added a default_size parameter.
10277
10278         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10279         (setHeightOfRow): reformat
10280
10281 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10282
10283         * converter.[hC] + affected files: move to (inital-char)lowercase
10284         function names.
10285
10286         * ParagraphParameters.C (ParagraphParameters): remove commented code
10287
10288         * PainterBase.[Ch]: remove commented code
10289
10290         * LaTeXFeatures.h: add "bool floats" for float.sty
10291
10292         * LaTeXFeatures.C (LaTeXFeatures): init floats
10293         (require): handle float
10294         (getPackages): do it with floats
10295
10296 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10297
10298         * BufferView_pimpl.C (Dispatch): improve handling of
10299         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10300
10301         * commandtags.h: #include lyxfont.h here temporarily to avoid
10302         keybinding bug.
10303
10304         * bufferlist.h: include LString.h here.
10305
10306 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10307
10308         * text2.C (getStringToIndex): new method.
10309
10310 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10311
10312         * *: Reduced header file dependencies all over.
10313
10314 2001-07-30  Baruch Even  <baruch@lyx.org>
10315
10316         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10317
10318 2001-07-29  Baruch Even  <baruch@lyx.org>
10319
10320         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10321
10322 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10323
10324         * ParameterStruct.h (endif): add a default constructor to make
10325         sure that all variables is initialized.
10326
10327         * ParagraphParameters.C (ParagraphParameters): adjust
10328
10329 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10330
10331         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10332         index; also, check that there is something to index, and that it
10333         does not span over several paragraphs.
10334         (doubleClick): use WHOLE_WORD_STRICT for double click.
10335
10336         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10337
10338         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10339         scheme.
10340
10341 2001-07-26  Baruch Even  <baruch@lyx.org>
10342
10343         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10344         an InsetFig figure, backwards compatible reading of old figure code.
10345
10346 2001-07-27  Juergen Vigna  <jug@sad.it>
10347
10348         * text2.C: font.realize function adaption.
10349
10350         * text.C (draw): add a warnings lyxerr text if needed.
10351
10352         * layout.C: font.realize function adaption.
10353
10354         * language.C: add inherit_language and implement it's handlings
10355
10356         * bufferview_funcs.C (StyleReset): remove language parameter from
10357         font creation (should be language_inherit now).
10358
10359         * bufferparams.C (writeFile): handle ignore_language.
10360
10361         * paragraph.C (getFontSettings): the language has to be resolved
10362         otherwise we have problems in LyXFont!
10363
10364         * lyxfont.C (lyxWriteChanges): added document_language parameter
10365         (update): removed unneeded language parameter
10366
10367         * paragraph.C (validate): fixed wrong output of color-package when
10368         using interface colors for certain fonts in certain environments,
10369         which should not seen as that on the final output.
10370
10371 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10372
10373         * BufferView_pimpl.C:
10374         * Thesaurus.h:
10375         * Thesaurus.C:
10376         * Makefile.am:
10377         * commandtags.h:
10378         * LyXAction.C: add thesaurus support
10379
10380         * lyxfind.h:
10381         * lyxfind.C: add "once" parameter, for thesaurus, to not
10382           move to the next match
10383
10384 2001-07-26  Juergen Vigna  <jug@sad.it>
10385
10386         * lyxfont.C (realize): honor ignore_language too!
10387         (resolved): ditto.
10388
10389         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10390
10391         * text.C (draw): one place more for ignore_language to not draw
10392         itself!
10393
10394 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10395
10396         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10397
10398 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10399
10400         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10401         the minipage conversion problem.
10402
10403 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10404
10405         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10406         insert an inset.
10407
10408 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10409
10410         * BufferView.h: don't forward declare WorkArea
10411
10412         * BufferView.C: don't include WorkArea.h
10413
10414 2001-07-25  André Pönitz <poenitz@gmx.net>
10415
10416         * commandtags.h:
10417         * LyXAction.C:
10418         * lyxfunc.C:  new LFUN 'math-space'
10419
10420         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10421
10422 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10423
10424         * text2.C (toggleInset): call open/close
10425
10426 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10427
10428         * lyxfunc.C (dispatch): add debug for the disabled case
10429
10430         * font.C (buttonText): make similar to rectText
10431
10432         * buffer.C (readInset): comment out parsing of insetlist and
10433         insttheorem
10434
10435         * PainterBase.C (rectText): small correction
10436
10437         * BufferView_pimpl.C: comment out insettheorem and insetlist
10438         * LyXAction.C: ditto
10439         * commandtags.h: ditto
10440
10441 2001-07-24  Juergen Vigna  <jug@sad.it>
10442
10443         * text.C (draw): honor the ignore_language.
10444
10445         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10446
10447 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10448
10449         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10450         char inset.
10451
10452 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10453
10454         * lyxtext.h: remove unused (and unimplemented) methods
10455
10456 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10457
10458         * text.C (getVisibleRow): honor background color
10459
10460         * PainterBase.h:
10461         * Painter.h: remove default color argument for fillRectangle
10462
10463         * text.C (backgroundColor): new method
10464
10465 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10466
10467         * text.C (getVisibleRow): adjust
10468
10469         * font.[Ch] (rectText): new method, metrics
10470         (buttonText): new method, metrics
10471
10472         * PainterBase.[hC]: make rectText and buttonText always draw and take
10473         fewer paramteres.
10474
10475 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10476
10477         * ToolbarDefaults.C (read):
10478         * MenuBackend.C (read): allow escaping in all strings
10479
10480         * BufferView_pimpl.C (insertAndEditInset): new method.
10481         (Dispatch): use insertAndEditInset whenever appropriate.
10482
10483         * BufferView_pimpl.C (insertNote): removed
10484
10485         * BufferView_pimpl.C (smartQuote): new method, moved from
10486         BufferView; if an insetquote cannot be inserted, insert a '"'
10487         character instead.
10488
10489         * BufferView2.C: remove insertCorrectQuote();
10490
10491         * lyxfunc.C (getStatus): Add support for all remaingin
10492         inset-insert lfuns.
10493
10494         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10495
10496         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10497         command (necessary to pass " as parameter of self-insert.
10498
10499         * text.C (selectWordWhenUnderCursor):
10500         (selectWord): add word_location parameter
10501         (selectWordWhenUnderCursor): same + remove special code for word
10502         boundary.
10503         (selectNextWord): use kind() to guess type of insetspecialchar,
10504         not latex().
10505
10506         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10507         (insertErtContents): create ert insets as collapsed.
10508         (readInset): better compatibility code for Info inset.
10509
10510 2001-07-20  Juergen Vigna  <jug@sad.it>
10511
10512         * lyxfunc.C (dispatch): use always LyXFind now!
10513
10514         * text2.C (init): add a reinit flag so that the LyXText can be
10515         reinited instead of deleted and reallocated (used in InsetText).
10516
10517         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10518
10519         * text.C: ditto
10520
10521         * text2.C: ditto
10522
10523 2001-07-18  Juergen Vigna  <jug@sad.it>
10524
10525         * text.C (selectNextWord): handle insets inside inset by calling
10526         always the bv->text functions so that we can go up the_locking_inset!
10527
10528         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10529         in strange locations when inside an inset!
10530
10531         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10532         handling to include insets.
10533
10534         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10535
10536 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10537
10538         * LyXAction.C (init):
10539         * commandtags.h:
10540         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10541         LIGATURE_BREAK, since the name is so stupid.
10542
10543 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10544
10545         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10546         InsetInfos.
10547
10548         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10549
10550         * sp_form.[Ch]: remove.
10551
10552         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10553
10554         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10555         InsetInfo.
10556
10557         * src/buffer.C (readInset): ditto.
10558
10559 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10560
10561         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10562         menuSeparator(), endOfSentenceDot(), ldots() and
10563         hyphenationPoint(), which are therefore removed.
10564         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10565
10566         * LyXAction.C (init):
10567         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10568
10569         * paragraph.C (getWord): removed.
10570
10571         * BufferView_pimpl.C (Dispatch): use last word or selection for
10572         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10573
10574         * lyx_main.C (queryUserLyXDir): do not ask before creating
10575         user_dir, except if it has been named explicitely.
10576
10577 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10578
10579         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10580         a document of zero size.
10581
10582 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10583
10584         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10585         approriately in the c-tor and in require().
10586         (getPackages): output the appropriate LaTeX for natbib support.
10587
10588         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10589         variables "use_natbib" and "use_numerical_citations" when reading the
10590         LyX file.
10591         (readInset): read the various natbib cite commands.
10592         (validate): white-space change.
10593
10594         * bufferparams.[Ch]: new variables "bool use_natbib" and
10595         "bool use_numerical_citations".
10596         (writeFile): output them in the LyX file.
10597
10598 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10599
10600         * lyxfunc.C (getStatus): add support for all the inset insertion
10601         commands.
10602
10603         * text2.C (insertInset):
10604         * paragraph.C (insetAllowed):
10605         * BufferView_pimpl.C (insertInset): update to take in account the
10606         renaming of insertInsetAllowed
10607
10608         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10609
10610         * text2.C (getInset): new method. returns inset at cursor position.
10611
10612         * BufferView_pimpl.C (Dispatch): changes because of this.
10613
10614         * LyXAction.C (init): rename open-stuff to inset-toggle.
10615
10616         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10617
10618         * text2.C (toggleInset): renamed from openStuff; use
10619         Inset::open().
10620
10621 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10622
10623         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10624
10625         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10626
10627 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10628
10629         * buffer.C (readLyXformat2): Add filename to the error dialog
10630
10631 2001-07-18  Juergen Vigna  <jug@sad.it>
10632
10633         * tabular.C (GetCellNumber): put an assert here instead of the check!
10634
10635 2001-07-17  Juergen Vigna  <jug@sad.it>
10636
10637         * BufferView_pimpl.C (toggleSelection): adapted too.
10638
10639         * text.C (selectNextWord): adapted for use with insets.
10640         (selectSelectedWord): ditto
10641
10642 2001-07-17  Juergen Vigna  <jug@sad.it>
10643
10644         * sp_spell.C (PSpell): fix initialitation order.
10645
10646 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10647
10648         * paragraph.C: spacing
10649
10650 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10651
10652         * sp_spell.C: repair language selection for pspell
10653
10654 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10655
10656         * lyxfunc.h: change more methods to begin with lower char.
10657
10658 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10659
10660         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10661         for unknown layouts.
10662
10663 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10664
10665         * buffer.C (readLyXformat2): Generate an error dialog if there are
10666         unknown layouts.
10667
10668 2001-07-16  Juergen Vigna  <jug@sad.it>
10669
10670         * sp_spell.C: always compile ISpell part.
10671
10672         * lyxrc.C: added use_pspell entry and it's handling.
10673
10674 2001-07-13  Juergen Vigna  <jug@sad.it>
10675
10676         * sp_spell.C: removed double includes.
10677
10678 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
10679
10680         Consistent use of Lsstream.h:
10681         * Lsstream.h: added using std::stringstream for consistencies sake.
10682
10683         * buffer.C: removed using std::stringstream
10684
10685         * lyxfont.C (stateText):
10686         * paragraph.C (asString):
10687         * text.C (selectNextWord, selectSelectedWord):
10688         * text2.C (setCounter):
10689         * vspace.C (asString, asLatexString):
10690         std::ostringstream -> ostringstream.
10691
10692 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10693
10694         * LyXAction.C: add LFUN_HELP_ABOUTLYX
10695         * commandtags.h: add LFUN_HELP_ABOUTLYX
10696         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
10697
10698 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10699
10700         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
10701         cursorToggle()
10702         * lyx_gui_misc.C: remove spellchecker
10703         * lyxfunc.C: showSpellchecker
10704         * sp_base.h: added
10705         * sp_ispell.h: added
10706         * sp_pspell.h: added
10707         * sp_spell.C: added
10708         * sp_form.[Ch]: removed
10709         * spellchecker.[Ch]: removed
10710
10711 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
10712
10713         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
10714         is set.
10715         (simpleTeXSpecialChars): Simply print the input character without
10716         any special translation if pass_thru is set.
10717
10718         * layout.h: Added bool pass_thru to layout class for being able to
10719         implement pass through of a paragraph for Literate Programming.
10720
10721         * layout.C: add LT_PASS_THRU to LayoutTags enum.
10722         * layout.C (LyXLayout): set pass_thru to flase in constructor.
10723         * layout.C (Read): add "passthru" to list of layout tags and add
10724         code to set the pass_thru boolean when it is read.
10725
10726 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10727
10728         * trans_decl.h: remove allowed from KmodInfo
10729
10730         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
10731         remove allowed code
10732         (Load): adjust
10733
10734         * paragraph_pimpl.C (erase): use boost::prior
10735
10736         * Painter.C (text): use data() instead of c_str() when length is
10737         also provided.
10738         * WorkArea.C (putClipboard): ditto
10739         * font.h (width): ditto
10740
10741         * BufferView2.C: use it-> instead of (*it). for iterators
10742         * texrow.C: ditto
10743         * paragraph_pimpl.C: ditto
10744         * paragraph.C: ditto
10745         * minibuffer.C: ditto
10746         * language.C: ditto
10747         * kbmap.C: ditto
10748         * encoding.C: ditto
10749         * counters.C: ditto
10750         * converter.C: ditto
10751         * chset.C: ditto
10752         * Variables.C: ditto
10753         * TextCache.C: ditto
10754         * MenuBackend.C: ditto
10755         * LyXAction.C: ditto
10756         * LColor.C: ditto
10757         * FloatList.C: ditto
10758         * DepTable.C: ditto
10759         * ColorHandler.C (LyXColorHandler): ditto
10760
10761 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10762
10763         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
10764
10765         * text2.C (openStuff): reintroduce this method (which had been
10766         nuked in NEW_INSETS frenzy).
10767
10768         * lyxfunc.C (Dispatch): when an action has not been handled, use
10769         its name in the error message, not its number.
10770
10771         * paragraph.C (inInset): change method name to begin with lowercase.
10772
10773         * undo_funcs.C:
10774         * text2.C: updates because of this.
10775
10776 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10777
10778         * ToolbarDefaults.C (add): add spaces in error message
10779
10780 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10781
10782         * buffer.C (readLyXformat2): initialize the ert comp. variables.
10783         (readLyXformat2): rename return_par to first_par, use lyxlex's
10784         pushToken and remove the manual push handling.
10785         (parseSingleLyXformat2Token): add another ert comp. variable:
10786         in_tabular, rename return_par to first_par. handle newlines better
10787
10788 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10789
10790         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
10791
10792 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10793
10794         * text2.C (getParFromID): removed
10795
10796         * buffer.C (getParFromID): new method moved form lyxtext.
10797         * BufferView2.C (insertErrors): adjust
10798         (setCursorFromRow): adjust
10799         * BufferView_pimpl.C (restorePosition): adjust
10800         * lyxfunc.C (Dispatch): adjust
10801         * undo_funcs.C (textUndo): adjust
10802         (textRedo): adjust
10803         (textHandleUndo): adjust
10804         (textHandleUndo): adjust
10805
10806 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10807
10808         * buffer.C: up' the LYX_FORMAT
10809
10810         * lyxfont.h: turn NO_LATEX on as default
10811
10812         * buffer.C (insertErtContents): new methods of tex style compability.
10813         (parseSingleLyXformat2Token): use it several places.
10814         * tabular.C (OldFormatRead): and here
10815
10816 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10817
10818         * text2.C: remove some commented code.
10819         reindent file.
10820
10821         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
10822         * trans.C: changes because of the above.
10823
10824 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
10825
10826         * text2.C (setCounter): Fix counters bug with bibliography layout.
10827
10828 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10829
10830         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
10831         own member functions
10832         (simpleTeXSpecialChars): ditto
10833
10834 2001-07-06  Juergen Vigna  <jug@sad.it>
10835
10836         * a lot of files: changed the access to LyXText::status and the
10837         call of undo-functions.
10838
10839         * undo.[Ch]: added a inset_id to the undo informations.
10840
10841         * undo_funcs.[Ch]: added and moved here all undo functions.
10842
10843         * lyxtext.h: give the status enum a weight, made status_ a private
10844         variable and made accessor functions for it, removed the whole bunch
10845         of undo-functions as they are now in their own file, make some
10846         functions publically available. Added function ownerParagraph with
10847         int parameter.
10848
10849         * paragraph.[Ch]: added "bool same_ids" to the constructor,
10850         made InInset() a const function, added getParFromID() function.
10851
10852         * buffer.[Ch]: added const version for inset_iterator functions,
10853         added getInsetFromID() function.
10854
10855         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
10856         changed undo functions for new version.
10857
10858 2001-07-05  Juergen Vigna  <jug@sad.it>
10859
10860         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
10861         unknow mechanism does not call the proper constructor but only this
10862         one also if I request the other!?
10863
10864 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10865
10866         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
10867
10868         * text2.C (LyXText): use initialization lists.
10869
10870         * lyxtext.h (Selection): initialize set_ and mark_
10871         (init): remove method
10872
10873 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
10874
10875         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
10876
10877 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10878
10879         * screen.[Ch]: change method names to begin with lowercase
10880
10881         * BufferView_pimpl.C (updateScrollbar): simplify further and
10882         hopefully make it a bit faster.
10883
10884 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10885
10886         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
10887         calling directly xforms functions.
10888
10889         * Painter.C (Painter):
10890         * lyx_cb.C (MenuWrite):
10891         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
10892         fl_display.
10893
10894         * lyx_gui.C: remove bogus guiruntime extern declaration.
10895
10896 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10897
10898         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
10899         in NEW_INSETS
10900         (redoDrawingOfParagraph): ditto
10901         (redoParagraphs): ditto
10902         (cutSelection): don't create a object for CutAndPaste use the
10903         static method directly
10904         (pasteSelection): ditto
10905
10906         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
10907         LyXview (+ rename)
10908
10909 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10910
10911         * modifications to some other files because of this.
10912
10913         * Makefile.am (lyx_SOURCES): add XFormsView
10914
10915         * XFormsView.[Ch]: new files
10916
10917         * LyXView.[Ch]: make LyXView a base class for the gui handling for
10918         the main window. Move the gui dependent stuff to XFormsView
10919
10920 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10921
10922         * tabular.C (GetCellInset): update cur_cell also in the row/col
10923         version of this function.
10924
10925         * lyxfunc.C: no need to include figure_form.h here.
10926
10927         * FontLoader.h:
10928         * lyxfunc.h:
10929         * lyxscreen.h:
10930         * text2.C:
10931         * lyxvc.C: no need to include forms.h here.
10932
10933 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10934
10935         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
10936
10937         * lyxfunc.C (Dispatch):
10938         * Spacing.C (set):
10939         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
10940         constructor argument.
10941
10942 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10943
10944         * paragraph.C (Paragraph): dont't clear, and just set layout.
10945         (makeSameLayout): use params's copy contructor.
10946
10947         * ParagraphParameters.[Ch] (makeSame): delete method
10948
10949 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
10950
10951         * Variables.[Ch]: fix indentation, rename set to isSet
10952
10953 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10954
10955         * lyxfunc.C (Dispatch): fix typo
10956
10957 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10958
10959         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
10960         upper_bound.
10961
10962         * bufferlist.C: include assert.h for emergencyWrite().
10963
10964 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10965
10966         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
10967           give up at last (bug #425202) !
10968
10969 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
10970
10971         * lyx_gui_misc.C:
10972         * sp_form.h:
10973         * sp_form.C:
10974         * spellchecker.h:
10975         * spellchecker.C: strip spellchecker options and bring up
10976           preferences tab instead
10977
10978 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10979
10980         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
10981         the istringstream constructor
10982
10983 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10984
10985         * paragraph.C (getLayout): fix return value
10986
10987         * paragraph.h: do not declare getLayout as inline.
10988
10989         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
10990
10991 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10992
10993         * lyxcursor.h (operator<): new func
10994         (operator>): new func
10995         (operator>=): new func
10996         (operator<=): new func
10997
10998         * text.C (changeCase): use selection.start and selection.end
10999         (changeRegionCase): require from to be <= to. Require par to be a
11000         valid paragraph.
11001
11002         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11003
11004 2001-06-27  Juergen Vigna  <jug@sad.it>
11005
11006         * text.C (cursorLeftOneWord): changed to return the cursor and added
11007         overlay with BufferView * parameter which calls this one.
11008         (getWord): added
11009         (selectWord): use new getWord function.
11010         (changeCase): renamed from changeWordCase as and extended to work
11011         also on selections.
11012
11013         * lyxtext.h: added enum word_location
11014
11015         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11016         changeCase as this operates now also on selections.
11017
11018 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11019
11020         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11021
11022         * many files: send debug output to Debug::INFO instead of
11023         Debug::ANY.
11024
11025         * converter.C (View):
11026         (Convert):
11027         (Move): send debug output to Debug::FILES instead of console.
11028
11029 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11030
11031         * lyxfunc.C (getStatus): use func_status
11032
11033         * func_status.h: new header, describing the results of
11034         LyXFunc::getStatus;
11035
11036         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11037         LFUN_MATH_HALIGN.
11038
11039 2001-06-25  The LyX Project  <jug@sad.it>
11040
11041         * buffer.C (sgmlOpenTag):
11042         (sgmlCloseTag):
11043         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11044
11045 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11046
11047         * text2.C: remove some dead code
11048
11049         * tabular.C (GetCellInset): store the last cell checked (gotten)
11050
11051         * tabular.h: add the helper for the speedup
11052
11053         * lyxtext.h: remove some dead code
11054
11055 2001-06-26  The LyX Project  <Asger>
11056
11057         * paragraph.C: Change export to LaTeX of alignment to
11058         \begin{center} and family for better roundtrip work with reLyX.
11059
11060         * Tune the math drawing a bit.
11061
11062 2001-06-25  The LyX Project  <Asger>
11063
11064         * LColor.C (LColor): New color for math background. New color
11065         for buttons.
11066
11067 2001-06-25  The LyX Project  <jug@sad.it>
11068
11069         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11070
11071         * lyxfunc.C (Open):
11072         * bufferlist.C (newFile): do not restrict to files ending with
11073         .lyx
11074
11075         * BufferView_pimpl.C (MenuInsertLyXFile):
11076
11077 2001-06-24  The LyX Project  <jug@sad.it>
11078
11079         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11080         of compare_no_case
11081
11082 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11083
11084         * lyxtext.h: rename most methods to begin with a small char.
11085         Lots of changes because of this.
11086
11087         * paragraph.C (Paragraph): do not call fitToSize
11088         (erase): call Pimpl::erase
11089         (insertChar): call Pimpl::insertChar
11090         (insertInset): call Pipl::insertInset
11091         (breakParagraph): do not call fitToSize
11092         (breakParagraphConservative): do not call fitToSize
11093         (fitToSize): remove method
11094
11095         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11096
11097 2001-06-24  The LyX Project  <Asger>
11098
11099         * Fix Qt compilation^2
11100
11101 2001-06-24  The LyX Project  <jug@sad.it>
11102
11103         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11104         depthHook(getDepth()-1).
11105
11106         * paragraph.h:
11107         * ParagraphParameters.h:
11108         * ParameterStruct.h: change type of depth to unsigned int ==
11109         depth_type. Many adaptations to other files before of that.
11110
11111 2001-06-24  The LyX Project  <Asger>
11112
11113         * Fix Qt compilation.
11114
11115 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11116
11117         * paragraph.h: renamed several methods to begin with small letter.
11118         several changes to many parts of the code because of this.
11119
11120 2001-06-23  The LyX Project  <jug@sad.it>
11121
11122         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11123         rewritten to discard all double spaces when KeepEmpty is off
11124         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11125         to only handle newlines but not fiddle with spaces and friends.
11126
11127         * lyxfunc.C (MenuNew): when doing 'new from template', use
11128         template_path as default directory
11129
11130 2001-06-23  The LyX Project  <Asger>
11131
11132         * Clean-up of header file includes all over
11133         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11134
11135 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11136
11137         * paragraph.h: renamed from lyxparagraph.h
11138
11139 2001-06-23  Asger  <lyx@violet.home.sad.it>
11140
11141         * Buffer.h: Removed Buffer::resize
11142         * BufferList.h: Removed BufferList::resize
11143         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11144         the document lazily when we change the width, or the font settings.
11145
11146 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11147
11148         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11149
11150 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11151
11152         * buffer.h: remove out of date comment
11153
11154 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11155
11156         * lyxscreen.h:
11157         * screen.C: fix "theoretical" GC leak
11158
11159 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11160
11161         * LaTeX.C (scanAuxFile):
11162         (deplog): remove trailing \r when reading stream (useful under
11163         win32)
11164
11165 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11166
11167         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11168         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11169         and BufferView::theLockingInset(Inset*), so should use them and not
11170         access bv_->text->the_locking_inset directly.
11171
11172         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11173
11174 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11175
11176         * Makefile.am:
11177         * tex-defs.h: remove old unused file
11178
11179 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11180
11181         * BufferView_pimpl.C: fix typo, remove minibuffer message
11182           when buffer has loaded
11183
11184 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11185
11186         * lyxfunc.C (Dispatch): use stringstream
11187         (MenuNew): use stringstream
11188         (Open): use stringstream
11189
11190         * importer.C (Import): use stringstream
11191
11192         * bufferview_funcs.C (CurrentState): use stringstream
11193
11194         * LaTeX.C (run): use stringstream
11195
11196         * BufferView_pimpl.C (savePosition): use stringstream
11197         (restorePosition): use stringstream
11198         (MenuInsertLyXFile): use stringstream
11199
11200 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11201
11202         * BufferView.C:
11203         * Bullet.C:
11204         * ColorHandler.C:
11205         * FontInfo.C:
11206         * FontLoader.C:
11207         * LColor.C:
11208         * LaTeXFeatures.C:
11209         * Painter.C:
11210         * gettext.C:
11211         * lyx_gui_misc.C:
11212         * lyxserver.C:
11213         * vspace.C: removed // -*- C++ -*- as first line.
11214
11215         * lyxfind.h:
11216         * version.h: added // -*- C++ -*- as first line.
11217
11218 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11219
11220         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11221
11222         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11223         of string
11224
11225 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11226
11227         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11228         of floats.
11229
11230 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11231
11232         * gettext.C: include LString.h even when --disable-nls is on.
11233
11234 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11235
11236         * converter.h (Get): changed argument type from int to
11237         FormatList::size_type to avoid unnecessary conversion.
11238
11239         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11240         before using it.
11241
11242 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11243
11244         * gettext.h: include LString.h even when --disable-nls is on.
11245
11246 2001-06-07  Juergen Vigna  <jug@sad.it>
11247
11248         * text.C (BreakAgain): subst spaces with tabs.
11249
11250         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11251         (resizeInsetsLyXText): set force on resizeLyXText.
11252
11253 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11254
11255         * gettext.h (gettext_init):
11256         (locale_init): use a real definition instead of a macro
11257
11258 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11259
11260         * Bufferview_pimpl.C:
11261         * LColor.h:
11262         * LColor.C: further lcolor tidies
11263
11264 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11265
11266         * BufferView_pimpl.C (updateScrollbar): simplify.
11267
11268         * BufferView2.C: don't include insets/insetinfo.h, change
11269         prototype for insertInset and call the Pimpl version. let
11270         updateInset call Pimpl version.
11271
11272         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11273         gotoInset to BufferView::Pimpl
11274
11275 2001-06-01  Juergen Vigna  <jug@sad.it>
11276
11277         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11278         inside a LockingInset (is the update needed at all?).
11279
11280 2001-05-31  Juergen Vigna  <jug@sad.it>
11281
11282         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11283         here not the old one otherwise how should we compare it afterwards
11284         if it's the same!
11285
11286 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11287
11288         * lyxfont.C:
11289         * tabular.C:
11290         * tabular-old.C:
11291         * FontInfo.C: bring C functions into global namespace when
11292         necessary
11293
11294 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11295
11296         * LString.h: make sure config.h has been loaded before LString.h.
11297
11298         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11299         (one for each char read by EatLine!).
11300
11301         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11302         variables.
11303
11304 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11305
11306         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11307         to the same as the par we break from
11308
11309 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11310
11311         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11312
11313         * MenuBackend.C (expand): also create menu entries for wide
11314         versions of the floats.
11315
11316         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11317
11318         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11319
11320         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11321         frontends/Makefile.am
11322
11323         * text2.C: adjust
11324         * text.C: adjust
11325
11326
11327         * tabular.C (getTokenValue): add std::
11328
11329         * tabular-old.C (getTokenValue): add std::
11330         (getTokenValue): ditto
11331         (getTokenValue): ditto
11332
11333         * screen.C (ToggleSelection): adjust
11334
11335         * lyxtext.h: put selection cursors inside a Selection struct.
11336
11337         * lyxfunc.C (moveCursorUpdate): adjust
11338
11339         * lyxfont.C (latexWriteStartChanges): add std::
11340
11341         * lyxfind.C: adjust
11342
11343         * font.h: delete with(char const *, LyXFont const &)
11344
11345         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11346
11347         * FontInfo.C (getFontname): add std::
11348
11349         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11350         (workAreaButtonPress): adjust
11351         (tripleClick): adjust
11352         (update): adjust
11353         (moveCursorUpdate): adjust
11354         (Dispatch): adjust
11355
11356         * BufferView2.C (gotoInset): adjust
11357
11358 2001-05-30  Juergen Vigna  <jug@sad.it>
11359
11360         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11361         to check pspell I add this as default as I now have new pspell
11362         libraries and they seem to use this.
11363
11364 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11365
11366         * text2.C (CutSelection): make the cursor valid before the call to
11367         ClearSelection.
11368
11369 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11370
11371         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11372         relied on 0 terminated strings and other horrors. Bug found due to
11373         the new assert in lyxstring!
11374
11375         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11376         KP_ keys.
11377
11378 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11379
11380         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11381         to latinkeys.bind.
11382
11383         * lyxfunc.C (processKeySym): change method of getting to the
11384         self-insert char.
11385
11386         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11387         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11388         * BufferView_pimpl.[Ch]: here as private methods.
11389
11390 2001-05-28  Juergen Vigna  <jug@sad.it>
11391
11392         * text.C (SetHeightOfRow): added the update() call again as it is
11393         needed to initialize inset dimensions!
11394
11395 2001-05-16  Juergen Vigna  <jug@sad.it>
11396
11397         * text2.C (SetCharFont): Add new function with BufferView * and
11398         bool toggleall parameters for setting insets internal fonts.
11399         (SetFont): Freeze the undo as we may change fonts in Insets and
11400         all this change should be inside only one Undo!
11401
11402         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11403         setting font's in insets as for them we have the SetFont function!
11404
11405 2001-05-15  Juergen Vigna  <jug@sad.it>
11406
11407         * text2.C (ClearSelection): to be sure we REALLY don't have any
11408         selection anymore!
11409
11410         * tabular.C (TeXCellPreamble): fixed the left border problem for
11411         multicolumn cells.
11412
11413 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11414
11415         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11416         dependancy file
11417
11418 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11419
11420         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11421         LFUN_BREAKPARAGRAPH.
11422
11423         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11424         help test to "internal only", similar for LFUN_INSERT_URL
11425
11426         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11427         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11428         auto_region_delete and deadkeys.
11429
11430 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11431
11432         * LColor.h:
11433         * LColor.C: remove some dead entries, tidy a little
11434
11435 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11436
11437         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11438         commented code.
11439         (Dispatch): implement LFUN_ESCAPE
11440
11441         * commandtags.h: add LFUN_ESCAPE
11442
11443         * LyXAction.C (init): add entry for LFUN_ESCAPE
11444
11445         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11446         Remove commented code.
11447         (insertNote): moved here
11448         (open_new_inset): moved here
11449
11450         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11451         BufferView_pimpl
11452
11453 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11454
11455         * kbmap.C (findbinding): clean it up and make it work correctly.
11456
11457         * lyx_main.C (init): do not pass argc and argv as parameters
11458
11459 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11460
11461         * buffer.C: fix path for OS/2 & Win32
11462
11463         * lyx_gui.C:
11464         * lyx_main:
11465         * lyx_main.C: Added os:: class.
11466
11467         * os2_defines.h: update
11468
11469 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11470
11471         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11472         better by trying again with reduced state.
11473
11474 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11475
11476         * lyxrc.C (read): print error about invalid key sequence only when
11477         debugging (because not all latinX keysyms are known to some X
11478         servers)
11479
11480         * kbsequence.C (getiso): add a few std:: qualifiers
11481         (getiso): comment out extra return statement.
11482
11483 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11484
11485         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11486         handling.
11487         (Dispatch): enhance the accent inset a bit. (not perfect)
11488
11489 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11490
11491         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11492
11493 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11494
11495         * bufferlist.C (emergencyWrite): fix assert() call
11496
11497 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11498
11499         * text.C (InsertChar): Added trivial patch to only send the "you
11500         can not do multiple spaces this way" message once during a
11501         session.
11502
11503 2001-05-08  Baruch Even  <baruch@lyx.org>
11504
11505         * Makefile.am: Changed order of libraries to get LyX to link properly
11506         with the gnome frontend.
11507
11508 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11509
11510         * LaTeXFeatures.h: add a std:: qualifier
11511
11512 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11513
11514         * paragraph.C (String): use stringstream
11515
11516 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11517
11518         * paragraph.C (writeFile): remove footflag arg
11519
11520         * buffer.C (makeLaTeXFile): use stringstream
11521         (latexParagraphs): remove footnot gurba
11522
11523         * LaTeXFeatures.C (getPackages): use stringstream
11524         (getMacros): likewise
11525         (getTClassPreamble): likewise
11526         (getFloatDefinitions): new method
11527
11528         * paragraph.C (writeFile): reindent
11529         (Erase): reindent
11530
11531         * WorkArea.h: revert the xpos + etc changes.
11532
11533         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11534
11535         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11536
11537         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11538         (pasteSelection): likewise
11539         * text2.C (CreateUndo): likewise
11540
11541 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11542
11543         * minibuffer.C (peek_event): temporarily reduce the functionality
11544         of the minibuffer (to allow args on lfuns)
11545
11546         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11547         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11548
11549         * buffer.C (readInset): add compability reading of old float
11550         lists, add reading of new style float list.
11551         (readInset): avoid reevaluation of inscmd.getCmdName()
11552         (getLists): reindent
11553
11554         * MenuBackend.C (MenuItem): implement parsing of
11555         md_floatlistinsert and md_floatinsert.
11556         (expand::LastFiles): move initalizaton of iterators out of loop,
11557         avoid reevaluation.
11558         (expand::Documents): introduce typdedef vector<string> Strings,
11559         and use it.
11560         (expand::ExportFormats): introduce typedef vector<Format const *>
11561         Formats, and use it.
11562         (expand): implement FloatListInsert and FloatInsert.
11563
11564         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11565         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11566         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11567
11568         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11569         handling.
11570         (Dispatch::LFUN_FLOAT_LIST): implement
11571
11572 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11573
11574         * LaTeX.C (run): Fix problem with --export code.
11575
11576 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11577
11578         * BufferView.[Ch] (workarea): removed.
11579         (getClipboard) new method; wrapper for workarea()->getClipboard()
11580
11581         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11582         bug.
11583
11584         * WorkArea.h (width, height, xpos, ypos): These methods all
11585         returned the dimensions of the work_area sub-area of WorkArea,
11586         resulting in a position error if the WorkArea were resized. Now
11587         return the dimensions of the entire WorkArea.
11588
11589         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11590
11591 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11592
11593         * LaTeX.C (deplog): correct the syntax of regex reg1
11594
11595 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11596
11597         * undo.C: remove !NEW_INSETS cruft
11598
11599 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11600
11601         * text2.C: remove !NEW_INSETS cruft
11602
11603         * text.C: remove !NEW_INSETS cruft
11604
11605         * tabular.C: remove !NEW_INSETS cruft
11606
11607         * spellchecker.C: remove !NEW_INSETS cruft
11608
11609         * lyxtext.h: remove !NEW_INSETS cruft
11610
11611         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11612
11613         * lyxfunc.C: remove !NEW_INSETS cruft
11614
11615         * lyxfind.C: remove !NEW_INSETS cruft
11616
11617         * lyx_cb.C: remove !NEW_INSETS cruft
11618
11619         * figureForm.C: remove  !NEW_INSETS cruft
11620
11621         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11622
11623         * buffer.[Ch]: remove !NEW_INSETS cruft
11624
11625         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11626
11627         * CutAndPaste.C: remove !NEW_INSETS cruft
11628
11629         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11630
11631         * BufferView2.C: remove !NEW_INSETS cruft
11632
11633         * BufferView.h: remove !NEW_INSETS cruft
11634
11635 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11636
11637         * Lsstream.h: include LString.h before the sstream headers to
11638         fix problem with gcc 2.95.3 and lyxstring
11639
11640 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11641
11642         * lyx_main.C: add using directives when needed for C functions
11643         declared in std:: namespace.
11644
11645 2001-04-27  Juergen Vigna  <jug@sad.it>
11646
11647         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11648         (SetHeightOfRow): comment out the update call should not be needed!
11649
11650 2001-04-13  Juergen Vigna  <jug@sad.it>
11651
11652         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11653         (LyXTabular): tried to minimize operator= operations (and realized
11654         hopfully Lars wish).
11655
11656 2001-04-27  Juergen Vigna  <jug@sad.it>
11657
11658         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11659
11660 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11661
11662         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11663
11664         * buffer.C (readInset): hack to make listof algorithm work
11665
11666         * BufferView_pimpl.C: hack to make listof algorithm work
11667
11668 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11669
11670         * LyXAction.C: removed all !NEW_INSETS cruft
11671         (init): moved lfun_item in method
11672
11673         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
11674
11675 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11676
11677         * BufferView2.C (theLockingInset): white space.
11678
11679 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11680
11681         * minibuffer.C: include <iostream>
11682
11683         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
11684
11685         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
11686
11687         * commandtags.h: add LFUN_TRANSPOSE_CHARS
11688
11689         * text.[Ch] (TransposeChars): new method
11690
11691 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11692
11693         * call message directly through LyXView instead of through LyXFunc
11694         * BufferView2.C: adjust
11695         * BufferView_pimpl.C: adjust
11696         * FontLoader.C: adjust
11697         * buffer.C: adjust
11698         * bufferview_funcs.C: adjust
11699         * converter.C: adjust
11700         * figureForm.C: adjust
11701         * importer.C: adjust
11702         * lyx_cb.C: adjust
11703         * lyx_gui_misc.C: adjust
11704         * lyxfunc.C: adjust
11705         * lyxvc.C: adjust
11706         * text2.C: adjust
11707         + more files in subdirs
11708
11709         * lyxparagraph.h (size): move up int file
11710         (GetLayout): ditto
11711
11712         * adjust all uses of Assert to lyx::Assert.
11713
11714         * BufferView2.C (ChangeCitationsIfUnique): adjust for
11715         lyxfunctional in namespace lyx
11716         * layout.C (hasLayout): ditto
11717         (GetLayout): ditto
11718         (GetLayout): ditto
11719         (delete_layout): ditto
11720         (NumberOfClass): ditto
11721         * converter.C (GetFormat): ditto
11722         (GetNumber): ditto
11723         (Add): ditto
11724         (Delete): ditto
11725         (SetViewer): ditto
11726         * bufferlist.C (getFileNames): ditto
11727         (emergencyWriteAll): ditto
11728         (exists): ditto
11729         (getBuffer): ditto
11730         * MenuBackend.C (hasSubmenu): ditto
11731         (hasMenu): ditto
11732         (getMenu): ditto
11733         * BufferView_pimpl.C (getInsetByCode): ditto
11734
11735 2001-04-18  Juergen Vigna  <jug@sad.it>
11736
11737         * vspace.C (asLatexString): fixed the 100% problem.
11738
11739 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11740
11741         * lyxfunc.C (Dispatch):
11742         * minibuffer.C:
11743         * minibuffer.h: add a few std:: qualifiers
11744
11745 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11746
11747         * minibuffer.[Ch]: reimplement so that commands is initiated and
11748         run from lyxfunc, simplified som handling, and made the completion
11749         and history code for complete. wip.
11750
11751         * lyxfunc.C (processKeySym): call message
11752         (miniDispatch): new temporary method
11753         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
11754         (LFUN_MESSAGE): implement
11755         (LFUN_MESSAGE_PUSH): implement
11756         (LFUN_MESSAGE_POP): implement
11757         (initMiniBuffer): the initial/defualt minibuffer message.
11758
11759         * lyxfont.[Ch]: inline some more getters
11760
11761         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
11762
11763         * lyx_gui_misc.[Ch] (WriteStatus): remove method
11764
11765         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
11766         (AutoSave): use LFUN_MESSAGE
11767         (Reconfigure): ditto
11768
11769         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
11770
11771         * figureForm.C: use LFUN_MESSAGE
11772
11773         * converter.C (runLaTeX): use LFUN_MESSAGE
11774
11775         * bufferview_funcs.C: use LFUN_MESSAGE
11776         (Melt): ditto
11777         (changeDepth): ditto
11778
11779         * bufferparams.h: use boost::
11780
11781         * bufferlist.h: inherit privately from noncopyable
11782
11783         * bufferlist.C (loadLyXFile): remove some commented code.
11784
11785         * buffer.C (runChktex): use LFUN_MESSAGE
11786
11787         * ShareContainer.h: inherit privately from noncopyable
11788
11789         * ParagraphParameters.[hC] (depth): inline it.
11790
11791         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
11792         methods.
11793         (message): new method
11794         (messagePush): ditto
11795         (messagePop): ditto
11796         (show): init minibuffer
11797         (showState): direct call
11798
11799         * LaTeX.[Ch]: inherit privately from noncopyable
11800         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
11801         instead of WriteStatus.
11802
11803         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
11804
11805         * BufferView_pimpl.C (buffer): don't init minibuffer
11806         (workAreaButtonPress): use LFUN_MESSAGE
11807         (workAreaButtonRelease): ditto
11808         (savePosition): ditto
11809         (restorePosition): ditto
11810         (MenuInsertLyXFile): ditto
11811         (workAreaExpose): don't init minibuffer
11812         (update): remove commented code, simplify
11813
11814         * BufferView2.C (openStuff): use LFUN_MESSAGE
11815         (toggleFloat): ditto
11816         (menuUndo): ditto
11817         (menuRedo): ditto
11818         (copyEnvironment): ditto
11819         (pasteEnvironment): ditto
11820         (copy): ditto
11821         (cut): ditto
11822         (paste): ditto
11823         (gotoInset): ditto
11824         (updateInset): remove some commented code
11825
11826         * lastfiles.h: inherit privately from noncopyable
11827         * layout.h: ditto
11828         * lyx_gui.h: ditto
11829         * lyx_main.h: ditto
11830         * lyxlex.h: ditto
11831         * lyxlex_pimpl.h: ditto
11832
11833         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
11834         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
11835         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11836
11837         * LyXAction.h: inherit privately from noncopyable, add methods
11838         func_begin, func_end, returning iterators to the func map.
11839
11840         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
11841         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11842         (func_begin): new method
11843         (func_end): new method
11844
11845         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
11846         and not)
11847         (copySelection): ditto
11848         (pasteSelection): ditto
11849
11850         * BufferView.C: whitespace change
11851         * BufferView.h: inherit privately from noncopyable
11852
11853 2001-04-16  Allan Rae  <rae@lyx.org>
11854
11855         * tabular-old.C (l_getline):
11856         * spellchecker.C (sc_check_word):
11857         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
11858         an unrecognised preprocessor directive.  So ensure they're wrapped.
11859
11860 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
11861
11862         * src/exporter.C (Export): Give an error message when path to file
11863         contains spaces.
11864
11865 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
11866
11867         * LaTeX.C (deplog): Always check that foundfile exists.
11868
11869 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11870
11871         * lyx_main.h:
11872         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
11873
11874 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11875
11876         * tabular.[Ch] (getLabelList): implement new method
11877
11878         * minibuffer.h: comment ouf setTiimer
11879
11880         * minibuffer.C (ExecutingCB): constify res
11881         (peek_event): constify s
11882         (Set): constify ntext
11883         (Init): constify nicename
11884
11885         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
11886
11887         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
11888         (savePosition): use two params to Minibuffer::Set
11889         (restorePosition): ditto
11890
11891 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11892
11893         * lyx_main.C: include language.h
11894
11895         * Makefile.am (lyx_main.o): add language.h
11896
11897 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11898
11899         * exporter.C:
11900         * paragraph.C:
11901         * screen.C:
11902         * tabular.C:
11903         * CutAndPaste.C: include gettext.h
11904
11905         * lyxfont.h: remove old hack with ON and OFF.
11906
11907         * lyxparagraph.h:
11908         * lyxfont.h: do not include language.h...
11909
11910         * BufferView2.C:
11911         * LaTeXFeatures.C:
11912         * Painter.C:
11913         * bufferview_funcs.C:
11914         * font.C:
11915         * lyxfont.C:
11916         * text.C:
11917         * text2.C:
11918         * trans_mgr.C:
11919         * paragraph.C: ... but do it here instead
11920
11921 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11922
11923         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
11924
11925         * tabular.C: small reformat
11926
11927         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
11928         NEW_INSETS version
11929         (GetChar): ditto
11930         (BreakParagraph): ditto
11931         (SetOnlyLayout): ditto
11932         (SetLayout): ditto
11933
11934         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
11935         with one arg less.
11936
11937         * lastfiles.C: removed most using decl, add std:: where needed
11938
11939         * buffer.C: ws changes
11940
11941         * MenuBackend.C (class compare_format): put into anon namespace
11942         (expand): constify label, names, action, action2
11943         (expand):
11944
11945         * text.C (SingleWidth): constify font
11946         (IsBoundary): constify rtl2
11947         (GetVisibleRow): constify ww
11948
11949         * LaTeX.C (deplog): constify logfile
11950
11951         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
11952         start_x, end_x
11953         (workAreaExpose): constify widthChange, heightChange
11954
11955         * lyxrow.C (par): moved
11956         (height): moved
11957         (next): moved
11958         * lyxrow.h: as inlines here
11959
11960         * lyxfont.h (shape): moved from lyxfont.C
11961         (emph): moved from lyxfont.C
11962
11963         * lyxfont.C (LyXFont): use initialization list for all
11964         constructors
11965         (shape): move to lyxfont.h as inline
11966         (emph): move to lyxfont.h as inline
11967
11968
11969 2001-04-04  Juergen Vigna  <jug@sad.it>
11970
11971         * vspace.C: had to include stdio.h for use of sscanf
11972
11973 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
11974
11975         * BufferView.h:
11976         * BufferView_pimpl.h: remove xforms cruft. Both classes are
11977         independent of xforms.
11978
11979 2001-04-02  Juergen Vigna  <jug@sad.it>
11980
11981         * spellchecker.C: fixed namespace placing!
11982
11983 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
11984
11985         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
11986         the LyXParagraph * is 0.
11987
11988 2001-03-29  Juergen Vigna  <jug@sad.it>
11989
11990         * vspace.C: added support for %, c%, p%, l%.
11991         (stringFromUnit): added helper function.
11992         (asLatexString): changed to give right results for the %-values.
11993
11994         * buffer.C: convert the widthp in a width%.
11995
11996 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
11997
11998         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
11999         figureForm.[Ch].
12000
12001         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12002         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12003
12004         * lyx_cb.[Ch]: see above.
12005
12006         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12007         form1.[Ch].
12008
12009         * form1.[Ch]:
12010         * lyx.[Ch]: replaced by figure_form.[Ch].
12011
12012         * lyx_gui.C:
12013         * lyx_gui_misc.C:
12014         * lyxfunc.C: changed headers associated with above changes.
12015
12016 2001-03-27  Juergen Vigna  <jug@sad.it>
12017
12018         * BufferView_pimpl.C: set the temporary cursor right!
12019
12020 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12021
12022         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12023
12024 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12025
12026         * LString.h: removed "using std::getline"!
12027
12028         * BufferView_pimpl.C (Dispatch): changes due to changes in
12029         InsetInclude::Params.
12030
12031         * buffer.C (tag_name): removed redundant break statements as they were
12032         producing lots of warnings with my compiler.
12033
12034 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12035
12036         * LString.h: add "using std::getline" when using the real <string>.
12037
12038 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12039
12040         * buffer.C: removed bitset usage.
12041         PAR_TAG moved to an anonymous name space.
12042         (tag_name): new funtion, also in the anonymous namespace.
12043         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12044         (makeDocBookFile): clean code. Completed transition from string arrays
12045         to string vectors.
12046         (SimpleDocBookOnePar): code clean.
12047
12048 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12049
12050         * tabular.C: add some comments.
12051
12052 2001-03-22  Juergen Vigna  <jug@sad.it>
12053
12054         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12055         compatibility read a bit and fixed bug with minipage in different
12056         depth.
12057
12058 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12059
12060         * buffer.C (pop_tag): removed.
12061         (push_tag): removed.
12062         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12063         array replaced with vector. Added support for CDATA sections.
12064         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12065         at any nest level.
12066         (makeDocBookFile): XML conformant declaration of CDATA section,
12067         fixed bug related to <emphasis> in the first paragraph char.
12068         (sgmlOpenTag): exclude empty tags.
12069         (sgmlCloseTag): ditto.
12070
12071         * buffer.h (pop_tag): removed.
12072         (push_tag): removed.
12073
12074 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12075
12076         * language.h (Languages): added size_type and size().
12077
12078 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12079
12080         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12081         response on compability reading of minipages. One probliem is that
12082         the old usage of minipages was «flertydig»
12083
12084         * several files here and in subdirs: don't use static at file
12085         scope use anon namespaces instead.
12086
12087 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12088
12089         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12090         LaTeX output. This is necessary for Literate document
12091         processing.
12092
12093 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12094
12095         * buffer.C: insert hfill when needed.
12096
12097         * tabular.C (l_getline): use string::erase, small whitespace change.
12098
12099         * BufferView_pimpl.C: try the anon namespace.
12100         * WorkArea.C: ditto
12101
12102 2001-03-16  Juergen Vigna  <jug@sad.it>
12103
12104         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12105         otherwise it won't open options-dialogs.
12106
12107         * buffer.C: honor pextraWidth(p) on converting minipages.
12108
12109         * tabular.C (l_getline): changed the functions to strip trailing \r.
12110
12111 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12112
12113         * BufferView_pimpl.C:
12114         * minibuffer..C: added "using SigC::slot" declaration.
12115
12116 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12117
12118         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12119
12120         * text2.C: ditto
12121
12122         * text.C: ditto
12123
12124         * paragraph.C: ditto
12125
12126         * lyxtext.h: NO_PEXTRA
12127
12128         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12129
12130         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12131         * ParameterStruct.h: ditto
12132         * ParagraphParameters.h: ditto
12133         * lyxparagraph.h: ditto
12134
12135 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12136
12137         * buffer.C: add compability for minipage alignment.
12138         (latexParagraphs): remove unwanted pextra check.
12139
12140         * several files: remove CXX_WORKING_NAMESPACES
12141
12142         * buffer.C (pop_tag): tie is in namespace boost
12143
12144         * BufferView.h: noncopyable is in namespace boost
12145         * lyxlex.h: ditto
12146         * lyx_main.h: ditto
12147         * lyx_gui.h: ditto
12148         * layout.h: ditto
12149         * lastfiles.h: ditto
12150         * bufferlist.h: ditto
12151         * ShareContainer.h: ditto
12152         * LyXView.h: ditto
12153         * LyXAction.h: ditto
12154         * LaTeX.h: ditto
12155
12156 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12157
12158         * Merging changes from BRANCH_MVC back into HEAD.
12159
12160         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12161
12162 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12163
12164         * BufferView_pimpl.C: change from intl.C
12165
12166         * combox.h:
12167         * combox.C:
12168         * Makefile.am: move combox.*
12169
12170         * form1.h:
12171         * form1.C:
12172         * lyx_gui.C:
12173         * intl.h:
12174         * intl.C: remove dialog (covered by prefs)
12175
12176 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12177
12178         * lyxfunc.C (Dispatch): removed redundant break statement.
12179
12180 2001-03-14  Juergen Vigna  <jug@sad.it>
12181
12182         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12183
12184 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12185
12186         * buffer.C: add hack to fix compability reading of minipages.
12187
12188 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12189
12190         * buffer.C (getLists): Cleanup.
12191
12192 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12193
12194         * lyxfont.C (update): don't honor toggleall on font size.
12195
12196 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12197
12198         * bmtable.c:
12199         * bmtable.h:
12200         * Makefile.am: moved to frontends/xforms/
12201
12202         * lyx_gui_misc.C:
12203         * lyxfunc.C:
12204         * BufferView_pimpl.C: changes for moved mathpanel
12205
12206 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12207
12208         * gettext.h: fix gettext_init() in --disable-nls
12209
12210 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12211
12212         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12213
12214 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12215
12216         * lyx.C:
12217         * lyx.h: strip external form
12218
12219 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12220
12221         * BufferView_pimpl.C: add comment, destroySplash()
12222
12223 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12224
12225         * BufferView_pimpl.C:
12226         * LyXAction.C:
12227         * buffer.C:
12228         * commandtags.h:
12229         * lyxfunc.C: use re-worked insetinclude
12230
12231 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12232
12233         * buffer.C: add using std::stringstream.
12234
12235         * lyx_cb.C: readd using std::ios.
12236
12237         * buffer.C: add using std::map.
12238
12239         * BufferView_pimpl.C: add using std::vector.
12240
12241         * ShareContainer.h: add std:: to swap.
12242
12243         * buffer.h: add some typedefs
12244         * buffer.C (getLists): use them
12245         (getLists): renamed from getTocList.
12246         add a counter for the different float types and use it in the
12247         generated string.
12248         (getLists): use the same counter for the NEW_INSETS and the "non"
12249         NEW_INSETS
12250
12251         * lyx_cb.h: remove unused items, includes, using etc.
12252
12253         * ShareContainer.h: remove some commented code, add more comments
12254         and "documentation".
12255
12256 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12257
12258         * buffer.C (getTocList): make the list also when NEW_INSETS is
12259         defined.
12260
12261         * buffer.h: remove TocType
12262
12263         * buffer.C (getTocList): change to return a map<string,
12264         vector<TocItem> >, implement for dynamic number of list.
12265
12266         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12267         * text2.C (PasteSelection): adjust
12268         * CutAndPaste.C (pasteSelection): adjust
12269
12270         * FloatList.C (FloatList): update from the new_insets branch.
12271         * Floating.[Ch]: ditto
12272         * LaTeXFeatures.C: ditto
12273         * buffer.C: ditto
12274         * lyxlex_pimpl.C: ditto
12275
12276         * paragraph.C (Last): remove when NEW_INSETS is defined.
12277
12278         * other file: changes because of the above.
12279
12280 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12281
12282         * lyxparagraph.h: rename next to next_, previous to previous_,
12283         make them private for NEW_INSETS. Rename Next() to next(),
12284         Previous() to previous().
12285
12286         * other files: changes because of the above.
12287
12288 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12289
12290         * BufferView.h:
12291         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12292         problem.
12293
12294 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12295
12296         * main.C (main): pass lyx_localedir to gettext_init().
12297
12298         * gettext.h: remove locale_init and gettext_init macros
12299
12300         * gettext.C (locale_init): new function
12301         (gettext_init): new function
12302
12303         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12304         setlocale().
12305
12306 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12307
12308         * Moved credits to frontends:
12309         * credits.[Ch]: removed
12310         * credits_form.[Ch]: removed
12311         * lyx_gui_misc.C: remove credits stuff
12312         * Makefile.am:
12313
12314 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12315
12316         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12317
12318         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12319         unneeded destructor.
12320
12321         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12322         a standalone pointer again.
12323
12324         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12325
12326 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12327
12328         * Makefile.am:
12329         * filedlg.h:
12330         * filedlg.C:
12331         * LyXAction.C:
12332         * ToolbarDefaults.C:
12333         * bufferlist.C:
12334         * commandtags.h:
12335         * form1.C:
12336         * form1.h:
12337         * lyx_cb.C:
12338         * lyx_cb.h:
12339         * lyxfunc.h:
12340         * lyxfunc.C:
12341         * BufferView_pimpl.C: use new file dialog in GUII
12342
12343         * lyx_cb.h:
12344         * lyx_cb.C: remove LayoutsCB to Toolbar
12345
12346 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12347
12348         * ShareContainer.h (get): add std:: qualifier
12349
12350 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12351
12352         * ShareContainer.h: define a proper ShareContainer::value_type
12353         type (and use typename to please compaq cxx)
12354
12355 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12356
12357         * lyxparagraph.h: move serveral local vars to
12358         ParameterStruct/ParagraphParameters., use ShareContainer in
12359         FontTable., make vars in FontTable private and add getter and
12360         setter.
12361
12362         * paragraph.C: changes because of the above.
12363
12364         * lyxfont.h: remove copy constructor and copy assignment. (the
12365         default ones is ok), move number inside FontBits. move inlines to
12366         lyxfont.C
12367
12368         * lyxfont.C: add number to initializaton of statics, move several
12369         inlines here. constify several local vars. some whitespace
12370         cleanup. Dont hide outerscope variables.
12371
12372         * Spacing.h: add two new constructors to match the set methods.
12373
12374         * ShareContainer.h: new file, will perhaps be moved to support
12375
12376         * ParameterStruct.h: new file
12377
12378         * ParagraphParameters.h: new file
12379
12380         * ParagraphParameters.C: new file
12381
12382         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12383         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12384
12385         * BufferView_pimpl.C: ParagraphParameter changes.
12386         * buffer.C: Likewise.
12387         * bufferview_funcs.C: Likewise.
12388         * text.C: Likewise.
12389         * text2.C: Likewise.
12390
12391 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12392
12393         * lyxfind.C (LyXReplace): do not redefine default argument in
12394         implementation.
12395         (IsStringInText): ditto
12396         (SearchForward): ditto
12397         (SearchBackward): ditto
12398
12399 2001-03-06  Juergen Vigna  <jug@sad.it>
12400
12401         * lyxfind.C (IsStringInText): put parentes around expressions.
12402
12403 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12404
12405         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12406
12407 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12408
12409         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12410
12411         * stl_string_fwd.h: add comment
12412
12413         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12414
12415         * tabular.h:
12416         * tabular.C: remove unused DocBook methods
12417
12418         * intl.C:
12419         * language.C:
12420         * paragraph.C:
12421         * buffer.C:
12422         killed DO_USE_DEFAULT_LANGUAGE
12423
12424 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12425
12426         * lyx_gui.C: do not include language.h.
12427
12428         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12429         arguments in function implementation.
12430
12431 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12432
12433         * BufferView_pimpl.C: add <ctime>
12434
12435 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12436
12437         * BufferView_pimpl.C: add using std::find_if
12438
12439 2001-02-27  José Matos  <jamatos@fep.up.pt>
12440
12441         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12442         by OnlyPath.
12443
12444 2001-02-11  José Matos  <jamatos@fep.up.pt>
12445
12446         * buffer.C (makeDocBookFile): command styles now have a parameter as
12447         "title" by default.
12448
12449 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12450
12451         * layout_forms.[Ch]: removed
12452         * lyx_cb.[Ch]: out character
12453         * lyx_gui.C: out character
12454         * lyx_gui_misc.C: out character
12455         * bufferview_funcs.C: : out character,
12456         added toggleall as parameter in ToggleAndShow
12457
12458 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12459
12460         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12461
12462         * text2.C (SetCurrentFont): Disable number property at boundary.
12463
12464 2001-02-26  Juergen Vigna  <jug@sad.it>
12465
12466         * lyxfunc.C (getStatus): added a string argument override function so
12467         that this is correctly called from LyXFunc::Dispatch if it contains a
12468         do_not_use_argument which is used!
12469         (Dispatch): added check for "custom" export and call appropriate func.
12470
12471 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12472
12473         * lyxrc.C: Add language_command_local, language_use_babel and
12474         language_global_options.
12475
12476         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12477
12478         * buffer.C (makeLaTeXFile): Use language_use_babel and
12479         language_global_options.
12480
12481 2001-02-23  Juergen Vigna  <jug@sad.it>
12482
12483         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12484         which works with LyXText and putted it inside BufferView. Here now we
12485         only call for that part the BufferView::Dispatch() function.
12486
12487         * BufferView.C (Dispatch): added.
12488
12489         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12490         functions which needs to use a LyXText over from LyXFunc.
12491         (MenuInsertLyXFile): added
12492         (getInsetByCode): added
12493         (moveCursorUpdate): added
12494         (static TEXT): added
12495
12496 2001-02-22  Juergen Vigna  <jug@sad.it>
12497
12498         * BufferView_pimpl.C (update): call a status update to see if LyXText
12499         needs it.
12500
12501 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12502
12503         * vc-backend.C (revert): implement for CVS
12504         (getLog): implement for CVS
12505
12506 2001-02-20  Juergen Vigna  <jug@sad.it>
12507
12508         * text2.C (ClearSelection): added BufferView param for inset_owner call
12509
12510         * lyxfunc.C (TEXT): added this function and use it instead of
12511         directly owner->view()-text of getLyXText().
12512
12513 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12514
12515         * src/layout_forms.C: out preamble
12516         * src/layout_forms.h: out preamble
12517         * src/lyx_cb.C: out preamble
12518         * src/lyx_cb.h: out preamble
12519         * src/lyx_gui.C: out preamble
12520         * src/lyx_gui_misc.C: out preamble
12521         * src/lyxfunc.C: connect with guii preamble
12522
12523 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12524
12525         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12526
12527 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12528
12529         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12530         whether to run bibtex.
12531
12532 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12533
12534         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12535
12536 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12537
12538         * Makefile.am (lyx_SOURCES): removed bibforms.h
12539
12540         * vspace.h: doxygen
12541
12542         * text.C (GetVisibleRow): make several local vars const
12543
12544         * tabular.C: small cleanup.
12545
12546         * lyxserver.C (callback): use compare instead of strncmp
12547
12548         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12549         inlines to after class or to paragraph.C
12550
12551         * lyxfont.h: remove friend operator!=
12552
12553         * converter.h: move friend bool operator< to non friend and after
12554         class def.
12555
12556         * combox.h: small cleanup
12557
12558         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12559         to inlines after class def.
12560
12561         * buffer.C (pop_tag): use string operations instead of strcmp
12562
12563         * bmtable.c: doxygen, small cleanup
12564
12565         * LaTeX.h: remove friend operator==
12566
12567 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12568
12569         * screen.C:
12570         * lyxrc.[Ch]:
12571         * lyxfunc.C:
12572         * lyxfont.[Ch]:
12573         * lyx_cb.C:
12574         * intl.[Ch]:
12575         * commandtags.h:
12576         * buffer.C:
12577         * WorkArea.[Ch]:
12578         * LyXAction.C:
12579         * BufferView_pimpl.C:
12580         * BufferView.[Ch]: remove cruft
12581
12582 2001-02-14  Juergen Vigna  <jug@sad.it>
12583
12584         * lyxfunc.C: removed #if 0 unused code
12585
12586         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12587
12588         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12589
12590         * text2.C (SetSelection): added a BufferView * parameter
12591
12592 2001-02-13  Juergen Vigna  <jug@sad.it>
12593
12594         * lyxfunc.C (Dispatch): fixed protected blank problem.
12595         * BufferView2.C (protectedBlank): added LyxText * parameter.
12596
12597         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12598         (AppendColumn): same as above for column_info.
12599
12600         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12601         (moveCursorUpdate): use a LyXText param for support of InsetText.
12602
12603         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12604         (tripleClick): ditto
12605
12606         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12607
12608         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12609
12610         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12611
12612         * text2.C (SetSelection): set correct update status if inset_owner
12613         (ToggleFree): ditto
12614
12615 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12616
12617         * tabular.C: remove some commented code.
12618
12619 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12620
12621         * BufferView_pimpl.C: call hideSplash()
12622
12623         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12624
12625         * include_form.h:
12626         * bibforms.h: remove
12627
12628         * lyxfunc.C:
12629         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12630           add LFUN_CHILD_CREATE
12631
12632         * counters.h: fix tiny typo
12633
12634         * lyx_cb.C:
12635         * lyx.h:
12636         * lyx_gui.C:
12637         * lyx.C: move splash to frontends/xforms/
12638
12639         * lyx_gui_misc.C: move Include and Bibform to frontends
12640
12641         * lyxvc.h: clarify comment
12642
12643         * vspace.C: tiny housekeeping
12644
12645 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12646
12647         * text.C (PrepareToPrint): RTL Fix.
12648
12649         * paragraph.C (GetUChar): New method.
12650         (String):  Use GetUChar.
12651
12652         * buffer.C (asciiParagraph): Use GetUChar.
12653
12654 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12655
12656         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12657
12658 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12659
12660         * buffer.h:
12661         * buffer.C: rename to getLogName(), handle
12662           build log / latex log nicely
12663
12664 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12665
12666         * MenuBackend.C:
12667         * MenuBackend.h: remove support for reference menuitem type.
12668
12669 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12670
12671         * BufferView_pimpl.C: housekeeping
12672         * BufferView_pimpl.h:
12673         * LyXView.h:
12674         * Makefile.am:
12675         * Timeout.C:
12676         * Timeout.h:
12677         * minibuffer.h: move Timeout GUI-I
12678
12679 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
12680
12681         * lyxrc.C (read): Update converters data-structures.
12682
12683 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12684
12685         * LaTeX.h (operator!=): add operator != for Aux_Info
12686
12687 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
12688
12689         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12690
12691         * LaTeXLog.C: deleted, useful code moved to Buffer
12692
12693         * buffer.h:
12694         * buffer.C: new function getLatexLogName()
12695
12696         * lyx_gui_misc.C:
12697         * lyx_gui.C:
12698         * lyxvc.C:
12699         * lyxvc.h:
12700         * lyxfunc.C: use frontends for LaTeX and VC logs
12701
12702 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12703
12704         * LaTeX.h: yet another std:: that Allan forgot.
12705
12706         * Variables.C (set): renamed from isset(), because this clashes
12707         with some HP-UX macros (grr).
12708
12709 2001-02-06  Allan Rae  <rae@lyx.org>
12710
12711         * LaTeX.h: Another bug fix.  Missing std:: this time.
12712
12713 2001-02-04  Allan Rae  <rae@lyx.org>
12714
12715         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
12716         floats problem. I've left it commented out because it's not quite
12717         correct.  It should also test that the current object is a table or
12718         figure inset.  But I haven't gotten around to figuring out how to do
12719         that.  I *think* it'll be something like: "table" == inset.type()
12720
12721         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
12722         bool.
12723
12724 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
12725
12726         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
12727         all the citation/databases/styles in the auxilary file.
12728         (run): Rerun latex if there was a babel language error.
12729
12730 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
12731
12732         * text.C (Backspace): Preserve the font when changing newline char
12733         with a space.
12734         (BreakParagraph): If the cursor is before a space, delete the space.
12735
12736         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
12737
12738 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
12739
12740         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
12741         new argument (code).
12742         (ChangeCitationsIfUnique): New method.
12743
12744         * paragraph.C (GetPositionOfInset): Handle bibkey.
12745
12746 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12747
12748         * BufferView_pimpl.h: change type of Position::par_pos to
12749         LyXParagraph::size_type.
12750
12751 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
12752
12753         * BufferView_pimpl.C (savePosition, restorePosition): Write
12754         messages to minibuffer.
12755
12756 2001-01-28  José Matos  <jamatos@fep.up.pt>
12757
12758         * buffer.C (makeDocBookFile): adds support for document language.
12759         A silly restriction on the name of LatexCommand types where removed.
12760         Added support for CDATA sections, allows to chars unescaped, used
12761         among others in code, to avoid escape < and >.
12762
12763 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12764
12765         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
12766         saved positions instrad of a stack. Furthermore, a position is
12767         stored using paragraph id/paragraph position.
12768
12769         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
12770         Remove LFUN_REF_BACK.
12771
12772 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12773
12774         * converter.C (dvipdfm_options): New method.
12775
12776 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12777
12778         * vspace.C (isValidLength): Fix for empty input string.
12779
12780 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12781
12782         * LyXAction.C (init): change description of LFUN_FIGURE to
12783         "Insert Graphics"
12784
12785 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12786
12787         * LaTeX.C: add using directive
12788
12789 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12790
12791         * MenuBackend.C (expand): Fix the sorting of the formats.
12792
12793 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
12794
12795         * lyx_main.C: tiny error message fix
12796
12797 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12798
12799         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
12800         calling fl_initialize(). This fixes the problem with ',' as
12801         decimal separator in text files.
12802
12803 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12804
12805         * trans.C (process): Fix the keymap bug.
12806
12807 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
12808
12809         * LaTeX.C (scanAuxFiles): New method. Provides support for
12810         multiple bibliographies (when using the bibtopic/bibunits pacakges).
12811         (scanLogFile) Scan for "run BibTeX" messages.
12812
12813         * buffer.C (makeLaTeXFile): Do not load the ae package when using
12814         OT1 font encoding. Also, load the aecompl package if the ae
12815         package is loaded.
12816
12817         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
12818
12819 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12820
12821         * texrow.C (increasePos): turn two error messages into debug
12822         messages.
12823
12824 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
12825
12826         * LaTeX.C (scanAux): Handle the \@input macro.
12827         (runBibTeX): Use scanAux().
12828
12829         * language.C (latex_options_): New field.
12830
12831         * LaTeXFeatures.C (getMacros): Add language macros.
12832
12833         * buffer.C (makeLaTeXFile): Small fix.
12834
12835 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12836
12837         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
12838
12839         * text2.C: add a using directive.
12840
12841 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
12842
12843         * BufferView2.C:
12844         * lyx_gui_misc.h:
12845         * lyxfr1.C:
12846         * lyxfunc.C: kill LyXBell.
12847
12848 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
12849
12850         * text.C (IsBoundary): Remove the error message
12851
12852         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
12853
12854         * lyxrc.C (setDefaults): Correct initialization value for
12855         font_norm_type.
12856
12857 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
12858
12859         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
12860         gotoError().
12861
12862         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
12863         and GotoNextNote().
12864
12865         * src/LyXAction.C: Added reference-next.
12866
12867         * text.C (InsertChar): Use contains instead of strchr.
12868
12869         * lyx_cb.C (MenuInsertLabel): Enable default value code.
12870
12871 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
12872
12873         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
12874         alignment commands (when needed).
12875
12876         * text.C (InsertChar): Add ':' to number separator chars.