]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Small clean-up.
[lyx.git] / src / ChangeLog
1 2003-09-18  Angus Leeming  <leeming@lyx.org>
2
3         * buffer.C:
4         * BufferView.C: pass the buffer when calling Inset::getLabelList,
5         Inset::fillWithBibKeys.
6         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
7
8 2003-09-18  Angus Leeming  <leeming@lyx.org>
9
10         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
11         variables.
12         (ctor): pass and store a 'Buffer const &'
13         (buffer): new member function.
14
15         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
16         '*this' to the LaTeXFeatures ctor.
17
18 2003-09-18  Angus Leeming  <leeming@lyx.org>
19         
20         * LColor.h:
21         * lyxfont.C:
22         * lyxfont.h:
23         * lyxtext.h:
24         * text.C: rename EnumLColor as LColor_color.
25
26 2003-09-18  Angus Leeming  <leeming@lyx.org>
27
28         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
29         remove #include "insets/insetbase.h" from cursor.h.
30
31 2003-09-18  Angus Leeming  <leeming@lyx.org>
32
33         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
34         InsetOld_code to remove #include "inset.h".
35
36         * iterators.C: add #include "insets/inset.h"
37
38 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
39
40         * BufferView.C: remove more locking stuff that apparently doesn't
41         do anything sensible.
42
43 2003-09-16  André Pönitz  <poenitz@gmx.net>
44
45         * paragraph.[Ch]:
46         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
47           performance boost.
48
49 2003-09-16  Angus Leeming  <leeming@lyx.org>
50
51         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
52
53         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
54         arg/return type.
55
56         * paragraph.h: remove #include "lyxfont.h". Forward declare
57         LyXFont_size.
58
59 2003-09-16  Angus Leeming  <leeming@lyx.org>
60
61         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
62         of support/textutils.h.
63         (isWord): move the contents of support/textutils.h's IsWordChar here.
64
65         * buffer.C:
66         * lyxfind.C:
67         * rowpainter.C:
68         * text.C:
69         * text2.C: add #include "paragraph.h".
70
71         * rowpainter.C:
72         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
73
74 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
75
76         * main.C: 
77         * lyx_main.C: 
78         * lyx_cb.C: 
79         * buffer.C: 
80         * LaTeX.C: use namespace alias for lyx::support::os
81
82 2003-09-16  Angus Leeming  <leeming@lyx.org>
83
84         * bufferparams.C:
85         * bufferview_funcs.C:
86         * factory.C:
87         * lyxfunc.C:
88         * paragraph_pimpl.C:
89         * rowpainter.C:
90         * text.C: add #include "LColor.h".
91
92 2003-09-16  Angus Leeming  <leeming@lyx.org>
93
94         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
95         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
96         return LyXFont &.
97         Store the FontBits::color variable as an int rather than as an
98         LColor::colorso that we can move LColor.h out of the lyxfont.h header
99         file.
100
101         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
102         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
103         string calls together.
104
105         * lyxrc.C: add #include "LColor.h".
106
107 2003-09-15  Angus Leeming  <leeming@lyx.org>
108
109         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
110         a cow_ptr.
111
112 2003-09-15  Angus Leeming  <leeming@lyx.org>
113
114         * LColor.h: add an EnumLColor wrapper for LColor::color.
115
116         * lyxfont.[Ch] (color, setColor, realColor):
117         * lyxtext.h, text.C (backgroundColor):
118         pass EnumLColor args to/from the functions, rather than LColor::color
119         ones.
120
121         * lyxfont.h:
122         * lyxtext.h: forward declare EnumLColor.
123
124         * lyx_main.C: add #include "LColor.h".
125
126 2003-09-15  Angus Leeming  <leeming@lyx.org>
127
128         * .cvsignore: add lyx-gtk.
129
130 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
131
132         * Chktex.C
133         * LaTeX.C
134         * LaTeXFeatures.C
135         * ParagraphParameters.C
136         * Spacing.C
137         * buffer.C
138         * bufferparams.C
139         * bufferview_funcs.C
140         * chset.C
141         * counters.C
142         * funcrequest.C
143         * lyxfont.C
144         * lyxgluelength.C
145         * lyxlength.C
146         * paragraph.C
147         * paragraph_funcs.C
148         * text3.C
149         * vc-backend.C: remove usage of STRCONV
150
151 2003-09-15  Angus Leeming  <leeming@lyx.org>
152
153         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
154         explicitly define the color passed to the painter.
155
156 2003-09-15  Angus Leeming  <leeming@lyx.org>
157
158         * bufferparams.C (BufferParams): reorder member initializers to avoid
159         compiler warning.
160
161 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
162
163         * CutAndPaste.C (pasteSelection): remove an outdated #warning
164         * text.C (updateRowPositions): remove an unusual nop
165
166 2003-09-12  André Pönitz  <poenitz@gmx.net>
167
168         * BufferView_pimpl.C:
169         * Bullet.C:
170         * layout.h:
171         * lyxfunc.C:
172         * lyxlayout.[Ch]:
173         * lyxtextclass.C:
174         * rowpainter.C:
175         * text.C:
176         * text2.C:
177         * Counters.[Ch]: finish the 'automatic counters' job
178
179 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
180
181         * aspell.C: include <boost/assert.cpp> (compile fix)
182
183 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
184
185         * boost.C (assertion_failed): use lyx::support::abort instead of
186         assert.
187
188 2003-09-10  Angus Leeming  <leeming@lyx.org>
189
190         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
191         with their _fwd progeny.
192
193 2003-09-09  Angus Leeming  <leeming@lyx.org>
194
195         134 files throughtout the source tree: replace 'using namespace abc;'
196         directives with the appropriate 'using abc::xyz;' declarations.
197
198 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
199
200         * boost.C (emergencyCleanup): moved here from LAssert.c
201         (assertion_failed): new function, called by BOOST_ASSERT
202
203         * several files: change Assert to BOOST_ASSERT
204
205 2003-09-09  Angus Leeming  <leeming@lyx.org>
206
207         * buffer.[Ch]: Add an Impl class and move Buffer's member
208         variables into it. As a result move several header files out of
209         buffer.h.
210
211         Add header files to lots of .C files all over the tree as a result.
212
213 2003-09-09  Angus Leeming  <leeming@lyx.org>
214
215         * buffer.[Ch]: make Buffer's member variables private. Add
216         accessor functions.
217
218         Lots of changes all over the tree as a result.
219
220 2003-09-08  Angus Leeming  <leeming@lyx.org>
221
222         * graph.C: #include <config.h>.
223
224 2003-09-08  Angus Leeming  <leeming@lyx.org>
225
226         * BranchList.C:
227         * BufferView.C:
228         * BufferView_pimpl.C:
229         * CutAndPaste.C:
230         * DepTable.C:
231         * LaTeX.C:
232         * LaTeXFeatures.C:
233         * LyXAction.C:
234         * MenuBackend.C:
235         * TextCache.C:
236         * aspell.C:
237         * buffer.C:
238         * bufferlist.C:
239         * changes.C:
240         * chset.C:
241         * converter.C:
242         * counters.C:
243         * debug.C:
244         * graph.C:
245         * ispell.C:
246         * lyx_cb.C:
247         * lyxfind.C:
248         * lyxfunc.C:
249         * lyxlex_pimpl.C:
250         * lyxrc.C:
251         * lyxrow.C:
252         * paragraph.C:
253         * rowpainter.C:
254         * texrow.C:
255         * text.C:
256         * text2.C:
257         * toc.C: remove redundant using directives.
258
259 2003-09-07  Angus Leeming  <leeming@lyx.org>
260
261         * LaTeXFeatures.h: remove #include "support/types.h".
262         * ToolbarBackend.h: remove #include <algorithm>.
263         * changes.h: remove #include <ctime>.
264         * debug.h: remove #include <iosfwd>.
265         * graph.h: remove #include "support/std_string.h".
266         * lyx_main.h: remove #include <csignal>.
267         * lyxlex_pimpl.h: remove #include <fstream>.
268         * sgml.h: remove #include <algorithm>, <utility>.
269         * toc.h: remove #include "support/std_ostream.h".
270         Add #include <iosfwd>.
271
272 2003-09-07  Angus Leeming  <leeming@lyx.org>
273
274         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
275
276         * converter.h: forward declare LatexRunParams.
277         * encoding.h: remove #include "lyxrc.h".
278         * lyxtext.h: remove #include "LColor.h".
279         * lyxtextclass.h: remove #include "support/types.h".
280         * trans.h: remove #include "tex-accent.h".
281         * trans_mgr.h: remove #include "tex-accent.h".
282         * insets/inset.h: remove #include "support/types.h", <vector>.
283         * insets/insetcollapsable.h: remove #include "LColor.h".
284         * insets/insetinclude.h: remove #include "dimension.h".
285         * insets/insetlatexaccent.h: remove #include "dimension.h".
286         * insets/insetoptarg.h:: remove #include "insettext.h".
287         * insets/insettext.h: remove #include "dimension.h",
288         <boost/shared_ptr.hpp>
289
290         * insets/renderers.h: add #include "dimension.h".
291         * insets/updatableinset.h: add #include "support/types.h".
292
293         * many .C files: Associated changes.
294
295 2003-09-06  Angus Leeming  <leeming@lyx.org>
296
297         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
298         one, inside testInvariant.
299
300         * PrinterParams.C: new file.
301         * PrinterParams.[Ch]: move the function bodies out of line.
302
303 2003-09-06  Angus Leeming  <leeming@lyx.org>
304
305         * ParagraphParameters.h: forward declare ParameterStruct rather than
306         including its header file.
307         (depth): moved out-of-line.
308
309 2003-09-06  Angus Leeming  <leeming@lyx.org>
310
311         * BufferView_pimpl.h:
312         * kbmap.h:
313         * kbsequence.h:
314         * lyxfunc.h: forward declare LyXKeySym rather than
315         #include "frontends/LyXKeySym.h".
316
317         * BufferView_pimpl.C:
318         * kbmap.C:
319         * kbsequence.C:
320         * lyxfunc.C: associated changes.
321
322 2003-09-06  Angus Leeming  <leeming@lyx.org>
323
324         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
325         As a result, can remove the #include "insets/inset.h" from BufferView.h
326
327 2003-09-06  Angus Leeming  <leeming@lyx.org>
328
329         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
330         As a result, can remove the #include "insets/inset.h" from BufferView.h
331
332 2003-09-06  Angus Leeming  <leeming@lyx.org>
333
334         * buffer_funcs.C:
335         * buffer.h:
336         * bufferlist.C:
337         * BufferView.C:
338         * bufferview_funcs.C:
339         * BufferView_pimpl.C:
340         * CutAndPaste.C:
341         * lyx_cb.C:
342         * lyxfunc.C:
343         * paragraph.h:
344         * ParagraphParameters.C:
345         * tabular.C:
346         * text3.C:
347         * toc.C:
348         * undo_funcs.C:
349         * frontends/controllers/ControlDocument.C:
350         * insets/insetcaption.C: rearrange the #includes into some sort of
351         coherent order.
352
353         * buffer.h: remove #includes ErrorList.h, undo.h
354
355 2003-09-06  Angus Leeming  <leeming@lyx.org>
356
357         * support/types.h: add a 'depth_type' typedef, used to store the
358         nesting depth of a paragraph.
359
360         * paragraph.h:
361         * ParameterStruct.h: use this lyx::depth_type typedef rather than
362         defining explicitly.
363
364         * buffer.h:
365         * paragraph_funcs.h:
366         * ParagraphParameters.h:
367         * sgml.h: use lyx::depth_type rather than Paragraph or
368         ParameterStruct's depth_type.
369
370         * buffer.h
371         * paragraph_funcs.h: no need to #include paragraph.h anymore.
372
373         * BufferView.C:
374         * BufferView_pimpl.C:
375         * CutAndPaste.C:
376         * ParagraphParameters.C:
377         * buffer_funcs.C:
378         * bufferlist.C:
379         * bufferview_funcs.C:
380         * lyx_cb.C:
381         * lyxfunc.C:
382         * tabular.C:
383         * text3.C:
384         * toc.C:
385         * undo_funcs.C:
386         * frontends/LyXView.C:
387         * frontends/controllers/ControlDocument.C:
388         * frontends/controllers/ControlErrorList.C:
389         * insets/insetbibitem.C:
390         * insets/insetbranch.C:
391         * insets/insetcaption.C:
392         * insets/insetcollapsable.C:
393         * insets/insetenv.C:
394         * insets/insetert.C:
395         * insets/insetfloat.C:
396         * insets/insetfoot.C:
397         * insets/insetfootlike.C:
398         * insets/insetnewline.C:
399         * insets/insetquotes.C:
400         * insets/insettabular.C:
401         * insets/insettext.C:
402         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
403
404         * frontends/controllers/ControlChanges.C: #include "changes.h".
405
406 2003-09-06  Angus Leeming  <leeming@lyx.org>
407
408         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
409         than #including paragraph.h.
410
411         * ParagraphList.h:
412         * RowList.h: deleted. Superfluous.
413
414         * CutAndPaste.h:
415         * iterators.h:
416         * lyxcursor.h:
417         * lyxtext.h:
418         * text_funcs.h:
419         * undo.h:
420         * undo_funcs.h:
421         * insets/inset.h:
422         * insets/insettext.h: use ParagraphList_fwd.h rather than
423         ParagraphList.h.
424
425         * paragraph.h: don't forward declare ParagraphList.
426
427         * buffer.h:
428         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
429         rather than ParagraphList.h. paragraph.h is still needed for the
430         Paragraph::depth_type parameters.
431
432         * textcursor.h: enable it to compile stand-alone in light of the
433         above changes.
434
435         * bufferview_funcs.C:
436         * iterators.C:
437         * lyxfunc.C:
438         * lyxrow_funcs.C:
439         * paragraph.C:
440         * rowpainter.C:
441         * text.C:
442         * text2.C:
443         * text3.C:
444         * text_funcs.C:
445         * textcursor.C:
446         * undo.C:
447         * frontends/controllers/ControlParagraph.C:
448         * frontends/controllers/ControlTabular.C:
449         * insets/insetmarginal.C:
450         * insets/insetminipage.C:
451         * insets/insetnote.C:
452         * insets/insetoptarg.C: add header files needed to compile again.
453
454 2003-09-06  Angus Leeming  <leeming@lyx.org>
455
456         * RowList_fwd.h: new file, forward-declaring Row rather than
457         #including lyxrow.h.
458
459         * lyxrow_funcs.h:
460         * lyxtext.h:
461         * paragraph.h:
462         * insets/insettext.h: use it instead of RowList.h
463
464         * bufferview_funcs.C:
465         * lyxfunc.C:
466         * lyxrow_funcs.C:
467         * paragraph.C:
468         * rowpainter.C:
469         * text.C:
470         * text2.C:
471         * text3.C: #include "RowList.h".
472
473 2003-09-05  Angus Leeming  <leeming@lyx.org>
474
475         * factory.C (createInset):
476         * vspace.C (c-tor): replace sscanf call with an istringstream.
477         * ispell.C: re-add missing HP/UX headers.
478         * lyxserver.C: re-add missing  os2 headers.
479
480 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
481
482         * BranchList.C:
483         * graph.C:
484         * ispell.C:
485         * lastfiles.C:
486         * lyx_cb.C:
487         * lyxserver.C:
488         * texrow.C:
489         * text3.C: re-add missing system headers, needed for 2.95.2.
490
491 2003-09-05  Angus Leeming  <leeming@lyx.org>
492
493         Changes most place everywhere due to the removal of using directives
494         from support/std_sstream.h.
495
496 2003-09-05  Angus Leeming  <leeming@lyx.org>
497
498         Replace LString.h with support/std_string.h,
499         Lsstream.h with support/std_sstream.h,
500         support/LIstream.h with support/std_istream.h,
501         support/LOstream.h with support/std_ostream.h.
502
503         Changes resulting throughout the tree.
504
505 2003-09-05  Angus Leeming  <leeming@lyx.org>
506
507         * sgml.h: ensure that the header file can be compiled stand-alone.
508         * *.C: strip out redundant #includes. (320 in total.)
509
510 2003-09-04  Angus Leeming  <leeming@lyx.org>
511
512         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
513         here (from getPackages).
514
515         * debug.[Ch]: add a new EXTERNAL tag.
516
517 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
518
519         * text2.C (cursorEnd): simplify
520         (setCursor): adjust
521         (getColumnNearX): adjust
522
523         * text.C (computeBidiTables): adjust
524         (fill): adjust
525
526         * rowpainter.C (paintChars): adjust
527         (paintSelection): adjust
528         (paintChangeBar): adjust
529         (paintText): adjust
530
531         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
532         lastPos instead.
533         (numberOfSeparators): adjust
534
535 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
536
537         * LyXAction.C:
538         * box.[Ch]:
539         * lfuns.h:
540         * lyxfunc.C:
541         * text3.C: Restricts the mouse click functionality
542         of insets like bibtex, include, toc and floatlist to the visible
543         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
544         up the dialogs. Cursor has to be in front of the inset (i.e.
545         start of row) for this to function.
546
547 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
548
549         * bufferview_funcs.C (currentState): output row information
550
551 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
552
553         * bufferview_funcs.C (currentState): output paragraph position
554
555 2003-09-04  Angus Leeming  <leeming@lyx.org>
556
557         * FloatList.h: move out #include "Floating.h".
558         * LaTeX.h: move out #include "DepTable.h".
559         * LyXAction.h: move out #include "funcrequest.h".
560         * buffer.h: move out #include "author.h", "iterators.h".
561         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
562         * lyx_main.h: move out #include "errorlist.h".
563         * lyxfunc.h: move out #include "FuncStatus.h".
564         * lyxtext: move out #include "lyxcursor.h".
565         * paragraph_pimpl.h: move out #include "counters.h".
566
567 2003-09-03  Angus Leeming  <leeming@lyx.org>
568
569         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
570         preamble_snippets list, enabling us to add snippets to the preamble
571         only if the snippet was not there already.
572
573 2003-09-04  Angus Leeming  <leeming@lyx.org>
574
575         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
576
577 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
578
579         * lyxfunc.C (dispatch): if fitCursor did something be sure to
580         update
581
582 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
583
584         * BranchList.C: point fix, earlier forgotten
585
586 2003-09-02  Angus Leeming  <leeming@lyx.org>
587
588         * box.C (contains): renamed from 'contained' after a fantastic
589         amount of hot air.
590
591 2003-09-02  John Levon  <levon@movementarian.org>
592
593         * BufferView.C:
594         * lyxcursor.h:
595         * lyxcursor.C:
596         * lyxfunc.C:
597         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
598
599 2003-09-02  John Levon  <levon@movementarian.org>
600
601         * text2.C: simplification of cursorEnd(), including partial
602         fix for bug 1376
603
604 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
605
606         * buffer.C (readFile): add a space
607
608 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
609
610         * BufferView_pimpl.C (update): remove bogus fitCursor() call
611
612 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
613
614         * buffer.C (readFile): new function, take a filename and a
615         ParagraphList::iterator
616         (readFile): adjust
617         (readFile): adjust, make it private. don't use setStream, make
618         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
619         always contain the filename.
620
621         * BufferView.C (insertLyXFile): simplify and make it work for
622         gzipped files.
623
624 2003-08-30  John Levon  <levon@movementarian.org>
625
626         * Makefile.am: fix dist (from Kayvan)
627
628 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
629
630         * most files: change to use const Buffer refs
631
632 2003-08-27  André Pönitz  <poenitz@gmx.net>
633
634         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
635         on top of ownerPar().
636
637 2003-08-27  John Levon  <levon@movementarian.org>
638
639         * funcrequest.C: properly initialise POD members
640
641 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
642
643         * lyxtext.h (top_y): move top_y from here
644         * text.C:
645         * text2.C:
646         * text3.C:
647         * BufferView.[Ch]:
648         * BufferView_pimpl.[Ch]: to here
649         * frontends/screen.C:
650         * insets/insettabular.C:
651         * insets/insettext.C: adjust
652         * rowpainter.[Ch] (paintRows): remove LyXText & argument
653
654 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
655
656         * BufferView.[Ch]:
657         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
658
659 2003-08-26  André Pönitz  <poenitz@gmx.net>
660
661         * paragraph_func.[Ch] (outerPar): new function
662
663         * paragraph.C:
664         * paragraph_funcs.C:
665         * paragraph_funcs.h:
666         * paragraph_pimpl.C:
667         * text2.C: remove Inset::par_owner
668
669 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
670
671         * lyxrow_funcs.C:
672         * lyxtext.h:
673         * text.C:
674         * text2.C: eliminates the needFullRow/display() stuff
675         altogether, putting the logic in metrics/draw in the insets.
676
677 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
678
679         * text2.C (redoParagraphInternal, redoParagraphs):
680         * text.C (redoParagraph): add a call to updateRowPositions at the
681         end of each 'metrics-like' call. Remove all others.
682         (getRow): remove the 'y-computing' version.
683         (getRowNearY): do not compute nor return the real y. Solve the
684         'y < 0' problem and simplify.
685
686 2003-08-22  Angus Leeming  <leeming@lyx.org>
687
688         * *.[Ch]: clean-up of licence and author blurbs.
689         Also move config.h out of a few .h files and into a few .C files.
690
691 2003-08-22  André Pönitz  <poenitz@gmx.net>
692
693         * lyxrow.[Ch]: add x_ and *fill_ members
694
695         * lyxtext.h:
696         * text.C:
697         * rowpainter.C:
698         * text2.C: adjust/remove prepareToPrint() calls
699
700 2003-08-22  André Pönitz  <poenitz@gmx.net>
701
702         * lyxrow.[Ch]: add  end_ member
703
704         * lyxrow_funcs.C: use LyXRow::end_
705
706         * lyxtext.h (singleWidth): add LyXFont parameter
707
708         * rowpainter.C:
709         * text2.C: adjust LyXText::singleWidth() calls
710
711         * text.C (redoParagraph): simplify row breaking logic
712
713
714 2003-08-19  André Pönitz  <poenitz@gmx.net>
715
716         * funcrequest.C: initialize button_ member
717
718         * text3.C:
719         * rowpainter.[Ch]: interface consolidation
720
721 2003-08-18  André Pönitz  <poenitz@gmx.net>
722
723         * BufferView.C:
724         * BufferView_pimpl.C:
725         * lyxfind.C:
726         * paragraph_funcs.C:
727         * rowpainter.C:
728         * text3.C: remove LyXScreen::draw() and fitCursor calls
729
730         * BranchList.h: remove spurious semicolons
731
732         * MenuBackend.C: fix branchlist related crash
733
734 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
735
736         * BranchList.[Ch]:
737         * InsetList.[Ch]:
738         * LColor.[Ch]:
739         * LyXAction.C:
740         * Makefile.am:
741         * MenuBackend.[Ch]:
742         * bufferparams.[Ch]:
743         * factory.C:
744         * lfuns.h:
745         * lyxfunc.C:
746         * text3.C: implements the 'branch inset'
747         idea. This allows the output of various versions of a document
748         from a single source version, selectively outputing or suppressing
749         output of parts of the text.
750         This implementation contains a 'branch list editor' in a separate
751         tab of the document settings dialog. Branches are user definable
752         and have a "display colour" to distinguish them on-screen.
753
754         ColorHandler was somewhat cleaned up.
755         (1) make possible a dynamically growing LColor list by allowing
756         the graphic context cache to grow along (vector);
757         (2) eliminate an IMHO unnecessary step in colour allocation.
758
759 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
760
761         * BufferView_pimpl.C: compile fix
762
763 2003-08-15  André Pönitz  <poenitz@gmx.net>
764
765         * rowpainter.C: remove extra metrics calls
766
767         * lyxtext.h: merge the two constructors into a single one,
768           pass reference to owner's par list
769
770         * BufferView_pimpl.C:
771         * text.C:
772         * text2.C: adjust
773
774 2003-08-15  André Pönitz  <poenitz@gmx.net>
775
776         * lyxrow_funcs.[Ch]:
777         * lyxtext.h:
778         * paragraph.h:
779         * paragraph_funcs.C:
780         * rowpainter.C:
781         * text.C:
782         * text2.C:
783         * text3.C:
784         * text_funcs.C: split LyXText::rowlist_ into individual
785         Paragraph::rows_ chunks
786
787         * BufferView.[Ch]:
788         * BufferView_pimpl.[Ch]:
789         * lyxfind.C:
790         * lyxtext.h:
791         * text3.C: remove toggleSelection()
792
793 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
794
795         * bufferlist.C: beautify two alerts (shorter text of buttons)
796         * buffer.C: Remove redundant ' ' from message
797         * tabular.h:
798         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
799         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
800         rename VALIGN_CENTER to VALIGN_MIDDLE
801
802 2003-08-11  André Pönitz  <poenitz@gmx.net>
803
804         * lyxtext.h (getPar):
805         * text.C: new function
806
807 2003-08-11  André Pönitz  <poenitz@gmx.net>
808
809         * Makefile.am:
810         * tracer.[Ch]: remove unneeded files
811
812         * InsetList.[Ch]: remove resizeInsetsLyXText()
813
814         * lyxtext.h:
815         * text.C:
816         * text2.C:
817         * text3.C: merge insertParagraphs() and appendParagraph()
818         remove breakAgain(), update()
819
820         * BufferView_pimpl.[Ch]:
821         * bufferview_funcs.[Ch]:
822         * lyxfunc.C:
823         * paragraph.[Ch]:
824         * rowpainter.C:
825         * tabular.C: adjust after text & InsetList changes.
826
827 2003-08-08  André Pönitz  <poenitz@gmx.net>
828
829         * text.C (insertChar, backspace): replace rowlist fiddling
830         with rebreak of full par
831
832         * lyxtext.h:
833         * text.C (breakAgainOneRow, redoHeightOfParagraph,
834         checkParagraph, updateInset): removed
835
836 2003-08-07  André Pönitz  <poenitz@gmx.net>
837
838         * paragraph.C:
839         * text3.C: merge some LFUN handlers, remove dead code
840
841 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
842
843         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
844
845 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
846
847         * text2.C (DEPM): fix part of bug 1255 and 1256
848
849 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
850
851         * BufferView_pimpl.C (workAreaDispatch): change to use
852         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
853         that are no mouse related.
854
855 2003-08-05  André Pönitz  <poenitz@gmx.net>
856
857         * BufferView.[Ch]:
858         * BufferView_pimpl.[Ch]:
859         * bufferview_funcs.C:
860         * text2.C:
861         * text3.C: rip out "deep update"
862
863         * textcursor.[Ch] (last_sel_cursor): remove unused member
864
865 2003-08-04  André Pönitz  <poenitz@gmx.net>
866
867         * BufferView.[Ch]:
868         * BufferView_pimpl.[Ch]:
869         * ParagraphParameters.C:
870         * bufferview_funcs.C:
871         * lyx_cb.C:
872         * lyxfind.C:
873         * lyxfunc.C:
874         * text.C:
875         * text2.C:
876         * text3.C: replace "complicated" BufferView::update(...) calls with
877         simpler ones.
878
879         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
880
881 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
882
883         * Makefile.am (lyx_SOURCES): add paper.h
884
885 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
886
887         * Makefile.am: move things around so that both lyx-qt and
888         lyx-xforms can be built (according to --with-frontend). Then lyx
889         is a symbolic link to lyx-[firstfrontend]
890
891 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
892
893         * Always use std::endl with lyxerr
894
895 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
896
897         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
898
899 2003-08-01  André Pönitz  <poenitz@gmx.net>
900
901         * BufferView.[Ch]:
902         * BufferView_pimpl.[Ch]:
903         * lyxfunc.C:
904         * text3.C: merge BufferView::repaint() and BufferView::update()
905
906 2003-08-01  José Matos  <jamatos@lyx.org>
907
908         * buffer.[Ch]: file_format is no longer a buffer data element.
909
910 2003-08-01  André Pönitz  <poenitz@gmx.net>
911
912         * BufferView.C:
913         * lyxtext.h:
914         * text.C:
915         * text2.C: make redoParagraph more independent of current cursor
916
917         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
918         * text.C:
919         * text2.C: remove unneeded members
920
921 2003-07-30  André Pönitz  <poenitz@gmx.net>
922
923         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
924
925         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
926           create a single function...
927
928         * paragraph_funcs.C (moveItem): ... here.
929
930         * text.C:
931           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
932
933 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
934
935         * LColor.[Ch]: Add comment and greyedout logical colors.
936
937 2003-07-30  André Pönitz  <poenitz@gmx.net>
938
939         * tabular.C: don't use Assert too heavily. This crashes where it
940           shouldn't
941
942 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
943
944         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
945         is disabled (bug 1232)
946
947 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
948
949         * factory.C: limited 'arg' scope
950
951 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
952
953         * factory.C: fixed Note submenu issues
954
955 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
956
957         * factory.C: submenu for Note/Comment/Greyedout
958
959 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
960
961         * lyx_main.C (LyX):
962         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
963
964 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
965
966         * LaTeXFeatures.C:
967         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
968         greyedout. Patch provided by Jürgen Spitzmüller.
969
970 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
971
972         * kbmap.C (read): fix error message when reading bind files
973
974 2003-07-29  Angus Leeming  <leeming@lyx.org>
975
976         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
977         certainly does not do what it purports to do. I am doing it, and
978         us, a favour by killing it.
979
980 2003-07-28  José Matos  <jamatos@lyx.org>
981
982         * buffer.C (readBody, do_writeFile):
983         * paragraph.C(readParagraph): \end_document replaces \the_end.
984
985 2003-07-29  André Pönitz  <poenitz@gmx.net>
986
987         * BufferView.[Ch]:
988         * BufferView_pimpl.[Ch]:
989         * lyxfunc.C:
990         * text2.C:
991         * text3.C:
992         * textcursor.[Ch]: remove toggleToggle & Co
993
994 2003-07-28  José Matos  <jamatos@fep.up.pt>
995
996         * buffer.C (readParagraph):
997         * params_func (readParToken, readParagraph):
998         * paragraph.C (write): \layout -> \begin_layout.
999
1000 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1001
1002         * lyxlex_pimpl.C (setFile): clean up slightly.
1003
1004         * bufferparams.h: add compressed var
1005
1006         * buffer_funcs.C (readFile): adjust for LyXLex change
1007         (newFile): ditto + simplify
1008
1009         * buffer.C (writeFile): handle writing of compressed files
1010
1011         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1012         Check if the file is compressed and set a bufferparm if so.
1013
1014         * Makefile.am (lyx_LDADD): remove explicit -lz
1015
1016 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1017
1018         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1019         makeDocBookFile): put the real LyX version in the first line of
1020         the file
1021
1022         * version.h:
1023         * version.C.in: remove lyx_docversion
1024
1025         * tabular.C (write_attribute): add a template-based version to
1026         write enums properly
1027
1028 2003-07-28  André Pönitz  <poenitz@gmx.net>
1029
1030         * lyxtext.h:
1031         * text.C:
1032         * text2.C:
1033         * text3.C: use doubles again for x-coordinates. They are needed.
1034
1035 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1036
1037         * messages.C (getLocaleDir): use lyx_localedir()
1038
1039         * lyxlex_pimpl.C (setFile): compress stuff
1040
1041         * buffer.C (writeFile): add some compression stuff
1042         (do_writeFile): new func, dont call expliti close... will this
1043         breake anything?
1044
1045         * Makefile.am (lyx_LDADD): add -lz
1046
1047 2003-07-28  José Matos  <jamatos@fep.up.pt>
1048
1049         * buffer.C: increment file format.
1050         * paragraph_funcs (readParagraph, readParToken):
1051         * paragraph.C (readParagraph): add \end_layout.
1052
1053 2003-07-27  Angus Leeming  <leeming@lyx.org>
1054
1055         * Makefile.am: remove special casing for configure-time setting of
1056         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1057
1058         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1059         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1060
1061 2003-07-26  André Pönitz  <poenitz@gmx.net>
1062
1063         * paragraph_func.[Ch]:
1064         * paragraph.C (realizeFont): inline it whereever it is used
1065
1066         * rowpainter.C:
1067         * text.C:
1068         * text2.C:
1069         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1070
1071
1072 2003-07-26  André Pönitz  <poenitz@gmx.net>
1073
1074         *       lyxtext.h:
1075         * text.C:
1076         * text2.C: get rid of LyXText::need_break_row
1077
1078 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1079
1080         * toc.[Ch]: put namespace toc inside namespace lyx
1081
1082         * MenuBackend.C (expandToc2): adjust for lyx::toc
1083         (expandToc): ditto
1084
1085         * lyxfunc.C (dispatch): adjust for lyx::find
1086
1087         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1088         lyx::find instead. Reorganize a bit.
1089         (LyXReplace): rename to replace
1090         (LyXFind): rename to find
1091
1092         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1093         (dispatch): ditto
1094
1095 2003-07-26  André Pönitz  <poenitz@gmx.net>
1096
1097         * text.C (setHeightOfRow): restrict scope of temporary variable
1098
1099         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1100           code (never has been used?)
1101
1102 2003-07-27  Asger Alstrup  <alstrup@local>
1103
1104         * text.C (fill): Optimise algorithm to exploit that we can reuse
1105         the LyXFont for many characters.
1106         (setHeightOfRow): Same thing.
1107         (rowBreakPoint): Same thing.
1108
1109 2003-07-26  Asger Alstrup  <alstrup@local>
1110
1111         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1112
1113         * text.C (singleWidth): Spurious font copying in hot-spot
1114         singleWidth avoided. Reorder tests for arabic for efficiency.
1115
1116         * text.C (fill): handle empty paragraphs better.
1117
1118 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1119
1120         * ispell.C:
1121         * encoding.h: add includes
1122
1123         * lyxrc.C: remove reading of bind files
1124
1125         * lyx_main.C (init): setup bindings and menus only if we have a
1126         gui.
1127
1128         * kbmap.C (read): new method. Do the actual reading of bind
1129         files.
1130
1131         * converter.C (dvipdfm_options):
1132         * bufferparams.C:
1133         * lyxrc.C (read):
1134         (output): adapt PAPER_* enums.
1135
1136         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1137
1138         * bufferparams.h: remove paper-related enums from there
1139
1140         * paper.h: New file. A trivial header file to hold paper-related
1141         enums. It should later expand to contain many paper-related
1142         horrors access.
1143
1144         * lyxrc.C: declare extern displayTranslator
1145
1146 2003-07-27  José Matos  <jamatos@fep.up.pt>
1147
1148         * tabular.[Ch] (linuxdoc): add support for tables and figures
1149         (linuxdoc).
1150
1151 2003-07-27  José Matos  <jamatos@fep.up.pt>
1152
1153         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1154         consistency in both functions.
1155         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1156
1157 2003-07-26  Asger Alstrup  <alstrup@local>
1158
1159         * rowpainter.C (paintRows): Change algorithm to work directly on
1160         the insets rather than asking every character in the document
1161         whether its an inset.
1162
1163 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1164
1165         * buffer.C (openFileWrite): factorize some code
1166
1167 2003-07-26  Angus Leeming  <leeming@lyx.org>
1168
1169         * lyx_cb.C:
1170         * lyx_main.[Ch]: replace occurances of system_tempdir with
1171         os::getTmpDir().
1172
1173 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1174
1175         * rename Inset to InsetOld
1176
1177 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1178
1179         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1180         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1181         which I think is a bit clearer. EDIT is gone, since it was
1182         premature optimisation, and broken for mathed anyway.
1183         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1184         with cursor positioning in insets as well (math insets still do not
1185         work, but that's a different story anyway.) It mysteriously
1186         crashes sometimes with undo in the first paragraph, but I'm fairly
1187         confident that this is a compiler bug.
1188
1189 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1190
1191         * paragraph.C (Paragraph): adjust for new clone return type
1192         (operator==): ditto
1193         (copyIntoMinibuffer): ditto
1194
1195 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1196
1197         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1198         by not having a special case, and always doing a full rebreak of
1199         the document after undo.
1200
1201 2003-07-23  Angus Leeming  <leeming@lyx.org>
1202
1203         * factory.C (createInset): InsetExternal::setParams now takes a
1204         Buffer const * arg.
1205
1206 2003-07-23  Angus Leeming  <leeming@lyx.org>
1207
1208         * factory.C (createInset): changed interface to the external and
1209         graphics mailers' string2params functions.
1210
1211 2003-07-23  Angus Leeming  <leeming@lyx.org>
1212
1213         * factory.C (createInset): pass a
1214         Buffer const * parameter to InsetExternalMailer's string2params.
1215
1216 2003-07-22  John Levon  <levon@movementarian.org>
1217
1218         * Thesaurus.h: include the right aiksaurus header
1219
1220 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1221
1222         * MenuBackend.C (expand): check menu shortcuts unconditionally
1223
1224 2003-07-21  Angus Leeming  <leeming@lyx.org>
1225
1226         * factory.C (createInset): pass a
1227         buffer_path parameter to InsetGraphicsMailer's string2params.
1228
1229 2003-07-21  Angus Leeming  <leeming@lyx.org>
1230
1231         * BufferView_pimpl.C (buffer):
1232         * buffer.C (d-tor):
1233         * lyx_main.C (LyX):
1234         * lyxfunc.C (dispatch):
1235         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1236         rather than the grfx shortcut.
1237
1238 2003-07-21  André Pönitz  <poenitz@gmx.net>
1239
1240         * rowpainter.C: remove unused variables
1241
1242         * tabular_funcs.C:
1243         * tabular_funcs.h: move to tabular.C
1244         * Makefile.am: adjust
1245
1246         * tabular.[Ch]: basic optical cleaning
1247
1248         * author.h: pass references, not values
1249
1250 2003-07-18  André Pönitz  <poenitz@gmx.net>
1251
1252         * lyxtext.h:
1253         * metricsinfo.C:
1254         * metricsinfo.h:
1255         * rowpainter.C:
1256         * text.C:
1257         * text2.C:
1258         * text3.C: two-phase drawing for InsetText and InsetTabular
1259         some float -> int changes.
1260
1261 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1262
1263         * lyx_main.C: fix the fix
1264
1265 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1266
1267         * lyx_main.C: fix a crash in batch mode if no files specified
1268         * converter.C: ws
1269
1270 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1271
1272         * format.[Ch] (papersize): moved to BufferParams
1273         * converter.[Ch] (dvips_options): moved to BufferParams
1274         (dvipdfm_options): moved to anon namespace
1275         * bufferparams.[Ch]: added above functions.
1276
1277 2003-07-17  André Pönitz  <poenitz@gmx.net>
1278
1279         * lyxtext.h:
1280         * rowpainter.C:
1281         * text2.C: don't call inset->update() anymore
1282
1283         * metricsinfo.[Ch]: add convenience constructor
1284
1285 2003-07-16  André Pönitz  <poenitz@gmx.net>
1286
1287         * lyxcursor.[Ch]:
1288         * lyxfunc.[Ch]:
1289         * text.C:
1290         * text2.C: replace the LyXCursor::irow_ member with
1291          on-demand computation of the value
1292
1293 2003-07-16  John Levon  <levon@movementarian.org>
1294
1295         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1296
1297 2003-07-15  André Pönitz  <poenitz@gmx.net>
1298
1299         * text.C:
1300         * text2.C: remove no more needed refresh_row
1301
1302 2003-07-15  André Pönitz  <poenitz@gmx.net>
1303
1304         * lyxtext.h:
1305         * rowpainter.C:
1306         * text2.C:
1307         * text3.C: refresh_status tristate -> need_update bool
1308
1309 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1310
1311         * lyxtext.h (init): remove reinit argument (act as if always true)
1312         * text2.C: adjust to that
1313
1314 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1315
1316         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1317         * text3.C: use it to delete selections in some cases
1318         (bugs 441, 673, 702, 954).
1319
1320 2003-07-14  André Pönitz  <poenitz@gmx.net>
1321
1322         * rowpainter.[Ch]: reduce interface
1323
1324 2003-07-14  André Pönitz  <poenitz@gmx.net>
1325
1326         * BufferView_pimpl.C:
1327         * text2.C: adjust after removing unused BufferView * argument
1328
1329 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1330
1331         * text2.C (init): fix a crash fired on resize
1332
1333 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1334
1335         * buffer.[Ch]: added new closing signal
1336         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1337         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1338         BufferView::Pimpl via the closing the signal
1339
1340 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1341
1342         * buffer.[Ch]: take out all bv-related from buffer
1343         * BufferView.C:
1344         * BufferView_pimpl.[Ch]: connect to new signals
1345         * CutAndPaste.C: removed useless asserts
1346         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1347         * lyxvc.[Ch]:
1348         * vc-backend.[Ch]:
1349         * lyxfunc.C: moved view-related funciontality from vc here
1350         * paragraph.C: removed outdated comments
1351         * text.C: ws
1352
1353 2003-07-10  André Pönitz  <poenitz@gmx.net>
1354
1355         * BufferView_pimpl.C:
1356         * tabular.h:
1357         * tabular_funcs.C:
1358         * text.C:
1359         * text2.C: remove InsetText::InnerCache, clean up consequences
1360
1361 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1362
1363         * ispell.C: fix two typos in error messages
1364
1365 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1366
1367         * Extend Note inset to other forms of annotation like Comment
1368         and Greyedout. Right button click gives dialog.
1369
1370         Files modified or added (+):
1371
1372         * insetnote.[Ch]
1373         * FormNote.[Ch]      +
1374         * ControlNote.[Ch]   +
1375         * form_note.fd       +
1376         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1377         frontends/controllers
1378         * xforms/Dialogs.C
1379         * factory.C
1380
1381 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1382
1383         * aspell.C: add missing namespace lyx::support
1384
1385 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1386
1387         * BufferView.[Ch] (newFile): Add
1388         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1389         * LaTeX.[Ch] (message): added this signal and use it
1390         * buffer.[Ch] (busy, message): added these signals and use them
1391         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1392         * converter.C:
1393         * exporter.C:
1394         * format.C:
1395         * importer.C: use buffer signals instead of direct bv calling
1396         * lyx_cb.[Ch] (ShowMessage): removed
1397         * lyx_main.C:
1398         * lyxfunc.C:
1399         * paragraph_funcs.C:
1400         * text2.C: use buffer signals
1401
1402 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1403
1404         * introduce namespace lyx::graphics
1405
1406 2003-07-02  André Pönitz  <poenitz@gmx.net>
1407
1408         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1409
1410 2003-07-01  André Pönitz  <poenitz@gmx.net>
1411
1412         * text.C:
1413         * text2.C:
1414         * text3.C:
1415         * text_funcs.[Ch]:
1416         * textcursor.h:
1417         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1418           text*.C to text_func.C
1419
1420 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1421
1422         * introduce namespace lyx::support
1423
1424 2003-06-30  André Pönitz  <poenitz@gmx.net>
1425
1426         * Chktex.C:
1427         * funcrequest.C:
1428         * lyxtext.h:
1429         * text.C: re-enable --with-included-string
1430
1431 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1432
1433         * textcursor.C: add <config.h>
1434
1435         * text.C (getWord): remove const from word_location arg
1436
1437         * lyxvc.C (getLogFile): fix const type order
1438
1439         * lyxtext.h: remove const from word_location arg, add arg name
1440
1441         * lyxlayout.h: currect type on labeltype.
1442
1443         * importer.C: correct \file
1444
1445         * converter.C (intToFormat): use std:: on ret val, ws changes
1446
1447         * bufferlist.h: correct \file
1448
1449         * buffer.C (makeLinuxDocFile): fix const type order
1450         (makeDocBookFile): ditto
1451         (fillWithBibKeys): use std:: on stdlib args.
1452
1453         * CutAndPaste.C: fix authors.
1454         (availableSelections): use std:: on return vector
1455
1456 2003-06-27  André Pönitz  <poenitz@gmx.net>
1457
1458         * BufferView_pimpl.C:
1459         * bufferview_funcs.C:
1460         * lyxcursor.C:
1461         * lyxcursor.h:
1462         * lyxfunc.C:
1463         * lyxtext.h:
1464         * rowpainter.C:
1465         * text.C:
1466         * text2.C:
1467         * text3.C: remove LyXCursor::row_ member
1468
1469         * lyxtext.h:
1470         * text.C: rename fullRebreak() to partialRebreak() and implement
1471           a fullRebreak() that really bereks fully
1472
1473         * textcursor.h: new struct for cursor-related data
1474
1475 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1476
1477         * lyx_main.C (LyX): get full path of document loaded on the
1478         command line
1479
1480 2003-06-26  André Pönitz  <poenitz@gmx.net>
1481
1482         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1483           remove unused/broken operator>,<,>=.
1484
1485         *       text.C: remove only use of broken operator<= in an Assert().
1486
1487 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1488
1489         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1490         moved errorlist_.clear to showErrorList
1491
1492 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1493
1494         * converter.C (scanLog, runLaTeX):
1495         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1496         move the bv->showErrorList call to the callers
1497         * lyxfunc.C: i.e. here...
1498         * text2.C: and here
1499         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1500         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1501         namespace, the second to...
1502         * buffer_funcs (BufferFormat, parseErrors): added
1503         * errorlist.C (ErrorList(TeXErrors const &)): removed
1504
1505 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1506
1507         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1508
1509 2003-06-24  "Garst R. Reese" <reese@isn.net>
1510
1511         * debug.C: fix typo
1512
1513 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1514
1515         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1516
1517         * version.C.in: change docversion to 1.4
1518
1519 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1520
1521         * buffer.C: fix a bug just introduced
1522
1523 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1524
1525         * buffer.[Ch]: added the parseError signal and use it, removed
1526         sgmlError
1527         * BufferView.[Ch] (addError): moved to ...
1528         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1529         to the Buffer::parseError signal to catch (guess what) parse errors
1530         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1531
1532 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1533
1534         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1535         ability to create a buffer and to return an existing one from
1536         the list. Moved these functions to...
1537         * buffer_funcs.[Ch]: added
1538         * BufferView.[Ch] (loadLyXFile): added
1539         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1540         job removed from bufferlist::loadLyXFile.
1541         * buffer.C (setReadOnly): make it work without view
1542         (i.e added an if (users))
1543
1544 2003-06-19  Angus Leeming  <leeming@lyx.org>
1545
1546         * lfuns.h:
1547         * LyXAction.C (init):
1548         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1549         with LFUN_DIALOG_SHOW <name> <data>.
1550
1551 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1552
1553         * CutAndPaste.C (availableSelections): small compilation fix for
1554         ancient (gcc 2.9x) compilers
1555
1556 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1557
1558         * text3.C (cursorNext): add tmp var
1559
1560         * text2.C (updateCounters): for function calling out of for clause
1561         (replaceSelectionWithString): ditto
1562         (insertStringAsParagraphs): ditto
1563         (getColumnNearX): add tmp var
1564         (setCursorFromCoordinates): add tmp var
1565         (cursorDownParagraph): add tmp var
1566         (deleteEmptyParagraphMechanism): add tmp var
1567
1568         * text.C (insertChar): add tmp var
1569
1570         * rowpainter.C (paintDepthBar): add tmp var
1571
1572         * CutAndPaste.C (availableSelections): potentially check all
1573         paragraphs in a cut to fill the shown strings.
1574
1575 2003-06-18  André Pönitz  <poenitz@gmx.net>
1576
1577         * kbmap.[Ch]: use vector<> instead of list<>
1578
1579 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1580
1581         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1582         pasteSelection with index
1583
1584         * text2.C (pasteSelection): modify, call pasteSelection with index
1585
1586         * paragraph.C (asString): reimplement version with no interval to
1587         call the one with interval.
1588
1589         * lyxtext.h: add index arg to pasteSelection
1590
1591         * MenuBackend.C (MenuItem): handle PasteRecent
1592         (Menu::read::Menutags): add md_pasterecent
1593         (read): handle it
1594         (expandPasteRecent): new function
1595         (expand): use it
1596
1597         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1598
1599         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1600         the limited stack
1601         (availableSelections): new function
1602
1603 2003-06-17  Angus Leeming  <leeming@lyx.org>
1604
1605         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1606
1607 2003-06-17  Angus Leeming  <leeming@lyx.org>
1608
1609         * lfuns.h:
1610         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1611
1612         * lyxfunc.C (dispatch): invoke it.
1613
1614 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1615
1616         * iterators.C (operator++, ParPosition): reintroduce some
1617         const_cast for the benefit of older compilers.
1618
1619 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1620
1621         * text3.C (dispatch): do not modify clipboard when doing
1622         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1623         LFUN_DELETE_SKIP on a selection selection
1624
1625 2003-06-16  André Pönitz  <poenitz@gmx.net>
1626
1627         * BufferView.C:
1628         * buffer.C:
1629         * buffer.h:
1630         * paragraph.C:
1631         * tabular.[Ch]: IU of clone() and getLabelList();
1632
1633 2003-06-13  André Pönitz  <poenitz@gmx.net>
1634
1635         * tabular.h: compactification
1636
1637 2003-06-12  André Pönitz  <poenitz@gmx.net>
1638
1639         * tabular.C:
1640         * tabular.h:
1641         * tabular_funcs.h: some renaming plus whitespace
1642
1643 2003-06-12  André Pönitz  <poenitz@gmx.net>
1644
1645         * BufferView.C:
1646         * BufferView_pimpl.C:
1647         * CutAndPaste.C:
1648         * buffer.C:
1649         * iterators.[Ch]:
1650         * lyxfunc.C:
1651         * text.C:
1652         * toc.C: Return a Paragraph & for ParIterator::operator*()
1653
1654 2003-06-11  John Levon  <levon@movementarian.org>
1655
1656         * lyx_main.C:
1657         * ToolbarBackend.h:
1658         * ToolbarBackend.C: add "Toolbars" section and
1659         put the flags there
1660
1661 2003-06-10  Angus Leeming  <leeming@lyx.org>
1662
1663         * lfuns.h:
1664         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1665
1666         * lyxfunc.C (dispatch): invoke it.
1667
1668 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1669
1670         * main.C: protect <ios> with HAVE_IOS
1671         (main): protect sync_with_stdio with HAVE_IOS
1672
1673 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1674
1675         * text2.C (cutSelection): adjust
1676         (pasteSelection): adjust
1677
1678         * messages.C: handle get of empty string
1679
1680         * main.C (main): use sync_with_stdio(false)
1681
1682         * lyxfunc.C (dispatch): adjust
1683
1684         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1685         (WriteAs): remove unneeded BufferView arg.
1686
1687         * bufferparams.h: use correct types on papersize, papersize2 and
1688         paperpackage.
1689
1690         * bufferparams.C (readToken): adjust for type
1691         (writeLaTeX): add missing cases to switch.
1692
1693         * bufferlist.C (quitWriteBuffer): adjust
1694         (close): adjust
1695
1696         * buffer.C (asciiParagraph): remove some commented code.
1697
1698         * CutAndPaste.C: remove current_view extern variable.
1699         (cutSelection): add BufferParams arg.
1700         (eraseSelection): add BufferParams arg.
1701         (pasteSelection): add Buffer const & arg
1702
1703 2003-06-07  John Levon  <levon@movementarian.org>
1704
1705         * buffer.C:
1706         * paragraph_funcs.C:
1707         * paragraph_pimpl.C:
1708         * text.C:
1709         * text2.C:
1710         * paragraph.h:
1711         * paragraph.C: allow InsetERT to freely space lines,
1712         and some consolidation of code
1713
1714 2003-06-06  José Matos  <jamatos@fep.up.pt>
1715
1716         * buffer.C (makeDocBookFile): fix bug #821
1717
1718 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1719
1720         * BufferView_pimpl.C (dispatch): use Dialogs::visible
1721
1722 2003-06-04  Angus Leeming  <leeming@lyx.org>
1723
1724         * buffer.C: bump format to 224.
1725
1726 2003-06-05  André Pönitz  <poenitz@gmx.net>
1727
1728         * text2.C (redoParagraphs): remove two const_cast<>
1729
1730 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1731
1732         * ParagraphList.h: remove last remnants of NO_STD_LIST
1733
1734 2003-06-03  Angus Leeming  <leeming@lyx.org>
1735
1736         * factory.C (createInset): small change to the way InsetExternal's params
1737         are set.
1738
1739 2003-06-04  André Pönitz  <poenitz@gmx.net>
1740
1741         * buffer.h: use Undo directly instead of shared_ptr<Undo>
1742
1743         * paragraph_pimpl.h:
1744         * paragraph.[Ch]: some Inset -> UpdatableInset changes
1745
1746         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
1747
1748         * undo_funcs.C: make some simple cases of undo work again
1749
1750 2003-06-03  John Levon  <levon@movementarian.org>
1751
1752         * ispell.C: HPUX doesn't have sys/select.h
1753         (from Albert Chin)
1754
1755 2003-06-03  John Levon  <levon@movementarian.org>
1756
1757         * CutAndPaste.C: update tabular and include inset
1758         buffer references
1759
1760         * buffer.h:
1761         * paragraph.h:
1762         * paragraph.C: remove owningBuffer(), don't pass Buffer
1763         to clone()
1764
1765         * factory.C: insetGraphicsParams changed
1766
1767 2003-06-02  John Levon  <levon@movementarian.org>
1768
1769         * LyXAction.C:
1770         * factory.C:
1771         * lfuns.h:
1772         * lyxfunc.C:
1773         * text3.C: remove insetparent
1774
1775 2003-06-02  John Levon  <levon@movementarian.org>
1776
1777         * buffer.h:
1778         * buffer.C: fix inset_iterator.end(), move out of line
1779         (bug 1149)
1780
1781 2003-06-01  John Levon  <levon@movementarian.org>
1782
1783         * text3.C: use a proper cut/paste when doing inset
1784         insert (from Jürgen Spitzmüller)
1785
1786 2003-06-01  John Levon  <levon@movementarian.org>
1787
1788         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
1789
1790 2003-05-30  André Pönitz  <poenitz@gmx.net>
1791
1792         * rowpainter.C: unify second drawing phase
1793
1794 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1795
1796         * trans_mgr.C: remove one case of current_view
1797
1798         * text2.C (cursorBottom): delete NO_STD_LIST stuff
1799
1800         * paragraph_funcs.h: remove paragraph.h include
1801
1802         * paragraph.h: delete NO_STD_LIST stuff
1803
1804         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
1805
1806         * buffer.h: remove paragraph.h include
1807
1808         * ParagraphList.C: delete file
1809
1810         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
1811
1812         * toc.C (getTocList): adjust
1813
1814         * paragraph_pimpl.C (validate): adjust
1815
1816         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
1817
1818         * paragraph.C (Paragraph): adjust
1819         (getPositionOfInset): use const_iterator, adjust
1820         (bibitem): use const_iterator, adjust
1821         (setInsetOwner): adjust
1822
1823         * iterators.C (operator++): adjust
1824
1825         * InsetList.[Ch]: Replace selfmade iterator with standard
1826         vector::iterator also introduce const_iterator. Remove getPos,
1827         getInset and setInset from InsetTable. Adjust accordingly.
1828
1829         * BufferView.C (lockInset): adjust
1830         (ChangeInsets): adjust
1831
1832         * tabular.[Ch]: delete commented same_id functions
1833
1834 2003-05-28  John Levon  <levon@movementarian.org>
1835
1836         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
1837
1838 2003-05-28  André Pönitz  <poenitz@gmx.net>
1839
1840         * metricsinfo.[Ch]: remove 'fullredraw' member
1841
1842 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1843
1844         * lyxtextclass.C (operator): remove caching.
1845
1846 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1847
1848         * text3.C: adjust
1849
1850         * text2.C (cursorBottom): adjust
1851         (setCounter): use ParagraphList::find, adjust
1852
1853         * text.C (workWidth): use ParagraphList::find, adjust
1854
1855         * lyxcursor.C (LyXCursor): adjust
1856
1857         * buffer.C (inset_iterator): adjust
1858
1859         * ParagraphList.h: make iterator(value_type) private, make
1860         ParagraphList a friend of iterator.
1861
1862         * ParagraphList.C (find): new function
1863
1864         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1865
1866 2003-05-27  André Pönitz  <poenitz@gmx.net>
1867
1868         * dimension.[Ch]: a -> asc, d -> des, w -> wid
1869
1870 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1871
1872         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
1873
1874 2003-05-26  John Levon  <levon@movementarian.org>
1875
1876         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
1877
1878 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1879
1880         * remove same_id from function signatures, adjust.
1881
1882 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1883
1884         * undo_funcs.C (createUndo): use the id functions directly, adjust.
1885
1886         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
1887
1888         * paragraph.C (Paragraph): get rid of same_ids parameter
1889
1890         * ParagraphList.C (insert): adjust
1891         (push_back): adjust
1892
1893 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1894
1895         * paragraph_funcs.C (breakParagraph): adjust
1896         (breakParagraphConservative): adjust
1897
1898         * buffer.C (readParagraph): adjust
1899
1900         * ParagraphList.C (insert): take a reference instead of a pointer
1901         (insert): adjust
1902
1903         * paragraph.[Ch] (id): new function
1904
1905         * bufferlist.C (newFile): adjust
1906
1907         * ParagraphList.C (ParagraphList): adjust
1908         (assign): adjust
1909         (push_back): take a reference instead of a pointer.
1910
1911         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
1912
1913         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
1914         instead.
1915
1916         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
1917         set else use old code.
1918
1919         * ParagraphList.C: remove all NO_NEXT code and only compile this
1920         code of NO_STD_LIST is set.
1921
1922 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1923
1924         * BufferView_pimpl.C:
1925         * TextCache.C:
1926         * TextCache.h:
1927         * bufferlist.C:
1928         * errorlist.h:
1929         * format.C:
1930         * format.h:
1931         * graph.C:
1932         * lyxfunc.C:
1933         * lyxrc.C:
1934         * graphics/GraphicsConverter.C:
1935         * graphics/PreviewLoader.C: header adjustment
1936
1937 2003-05-23  Angus Leeming  <leeming@lyx.org>
1938
1939         * LaTeXFeatures.[Ch] (useBabel): new method.
1940         * bufferparams.C (writeLaTeX): use it.
1941
1942 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1943
1944         * ParagraphList.h (set): remove unused function.
1945
1946 2003-05-23  André Pönitz  <poenitz@gmx.net>
1947
1948         * BufferView.C:
1949         * BufferView_pimpl.C:
1950         * buffer.C:
1951         * buffer.h:
1952         * lyxfunc.C:
1953         * undo_funcs.C: setUndo reworked
1954
1955         * iterators.[Ch]: add access to topmost ParagraphList
1956
1957         * lyxtext.[Ch] (workWidth): add a const
1958
1959 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1960
1961         * texrow.[Ch] (increasePos): remove function
1962         * exporter.C (export): removed unused var and outdated comment
1963
1964 2003-05-23  Angus Leeming  <leeming@lyx.org>
1965
1966         * latexrunparams.h: rename fragile as moving_arg.
1967         * paragraph.C (simpleTeXOnePar): ditto.
1968         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
1969
1970 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1971
1972         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
1973         (createUndo): ditto
1974         (textUndoOrRedo): comment out a currently unused var.
1975
1976         * paragraph.h (NO_NEXT): enable NO_NEXT
1977
1978         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
1979
1980         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
1981
1982         * exporter.C (Export): adjust for removeAutoInsets removal.
1983
1984         * buffer.C (runChktex): adjust for removeAutoInsets removal.
1985
1986         * LyXAction.C (init): remove LFUN_REMOVEERRORS
1987
1988         * BufferView.[Ch] (removeAutoInsets): delete function
1989
1990 2003-05-22  Angus Leeming  <leeming@lyx.org>
1991
1992         * latexrunparams.h: add a free_spacing variable.
1993
1994         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
1995         to pass moving_arg, as the data is stored in runparams.fragile.
1996
1997         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
1998         to Inset::latexOptional or to simpleTeXOnePar.
1999
2000         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2001         free_spacing arg to Inset::latexOptional.
2002
2003         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2004         free_spacing arg.
2005
2006 2003-05-22  Angus Leeming  <leeming@lyx.org>
2007
2008         * latexrunparams.h: add fragile and use_babel variables.
2009
2010         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2011         * buffer.C (makeLaTeXFile): store this returned value in
2012         runparams.use_babel, thus passing it to the inset::latex methods.
2013
2014         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2015         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2016
2017         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2018         longer has a fragile arg, as it is stored in runparams.fragile.
2019
2020         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2021         moving_arg parameter as the data is stored in runparams.fragile.
2022
2023         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2024         a fragile parameter as the data is stored in runparams.fragile.
2025
2026 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2027
2028         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2029
2030 2003-05-22  Angus Leeming  <leeming@lyx.org>
2031
2032         * latexrunparams.h: add a 'bool nice' which defaults to false.
2033
2034         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2035         now encapsulated within runparams.
2036
2037         * bufferlist.C (updateIncludedTeXfiles):
2038         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2039
2040 2003-05-22  Angus Leeming  <leeming@lyx.org>
2041
2042         * latexrunparams.h: new file containing struct LatexRunParams.
2043         * Makefile.am: add new file.
2044
2045         * LaTeX.[Ch] (c-tor, run):
2046         * buffer.[Ch] (makeLaTeXFile):
2047         * bufferlist.[Ch] (updateIncludedTeXfiles):
2048         * converter.C (convert, scanLog):
2049         * converter.[Ch] (runLaTeX):
2050         * exporter.C (Export):
2051         * paragraph.[Ch] (simpleTeXOnePar):
2052         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2053         * paragraph_funcs.[Ch] (latexParagraphs):
2054         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2055         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2056         pass around a LatexRunParams parameter.
2057
2058 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2059
2060         * paragraph.[Ch]: remove unused constructor
2061
2062         * ParagraphList.C (erase): new function, taking two iterators
2063
2064 2003-05-22  André Pönitz  <poenitz@gmx.net>
2065
2066         * undo_funcs.C: remove duplicated code
2067
2068         * iterator.[Ch]: operator=
2069
2070 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2071
2072         * tabular.C (SetMultiColumn): ws changes
2073
2074         * rowpainter.C (paintFirst): get rid of a ->previous
2075
2076         * lyx_cb.C (getPossibleLabel): parlist simplification
2077
2078         * BufferView.C (ChangeInsets): simplify slightly.
2079
2080 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2081
2082         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2083         * lfuns.h: new LFUN_SPACE
2084         * lyxfunc.C: protected space has a new lfun
2085         * paragraph_funcs.C: read new space insets
2086         * text3.C:
2087         * factory.C: handle new space insets
2088
2089 2003-05-22  André Pönitz  <poenitz@gmx.net>
2090
2091         * BufferView.C:
2092         * BufferView_pimpl.C:
2093         * buffer.[Ch]:
2094         * lyxfunc.C:
2095         * undo_funcs.C: return a ParIterator from getParFromID.
2096
2097         * iterators.[Ch]: add two const's
2098
2099 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2100
2101         * toc.C (getTocList): adjust
2102
2103         * iterators.[Ch]: rework for parlist
2104
2105         * buffer.C (par_iterator_begin): adjust
2106         (par_iterator_end): adjust
2107
2108         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2109
2110         * BufferView.C (removeAutoInsets): adjust
2111         (ChangeInsets): adjust
2112
2113 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2114
2115         * text.C (top_y): fix bug 1110
2116
2117 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2118
2119         * errorlist.[Ch]: added
2120         * buffer.C:
2121         * BufferView.[Ch]:
2122         * BufferView_pimpl.C:
2123         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2124         instead
2125
2126 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2127
2128         * Makefile.am: ensure that lyx is relinked upon changes to the
2129         various "convenience" libs.
2130
2131 2003-05-20  Angus Leeming  <leeming@lyx.org>
2132
2133         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2134         files are compiled in alphabetical order again.
2135
2136         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2137
2138 2003-05-19  Angus Leeming  <leeming@lyx.org>
2139
2140         * gettext.[Ch]: remove "char const * _(char const *)".
2141
2142 2003-05-19  André Pönitz  <poenitz@gmx.net>
2143
2144         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2145
2146         * Makefile.am:
2147         * BufferView.C:
2148         * DepTable.h:
2149         * LaTeXFeatures.C:
2150         * buffer.C:
2151         * lyxfont.C:
2152         * lyxlex.h:
2153         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2154
2155 2003-05-19  André Pönitz  <poenitz@gmx.net>
2156
2157         * buffer.C:
2158         * lyxlayout.[Ch]:
2159         * lyxtextclass.[Ch]:
2160         * paragraph.C:
2161         * paragraph_funcs.[Ch]:
2162         * text2.C:
2163         * text3.C: more insetenv work
2164
2165 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2166
2167         * ParagraphParameters.C (params2string): small bug fixed
2168
2169 2003-05-16  André Pönitz  <poenitz@gmx.net>
2170
2171         * debug.C:
2172         * bufferview_funcs.C: patch from Kornel Benko to prevent
2173           crash when _(...) is called twice in a statement
2174
2175 2003-05-16  André Pönitz  <poenitz@gmx.net>
2176
2177         * BufferView.C:
2178         * lyxfunc.C:
2179         * text.C:
2180         * text2.C:
2181         * text3.C:
2182         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2183
2184 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2185
2186         * lyx_main.C (init): remove spurious static_cast
2187
2188 2003-05-14  André Pönitz  <poenitz@gmx.net>
2189
2190         * BufferView.C: fix format string
2191
2192 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2193
2194         * BufferView.[Ch] (insertErrors): removed
2195         * BufferView.[Ch] (showErrorList): added
2196         * buffer.C (runChkTeX):
2197         * converter.C (scanLog): call showErrorList instead of inserterrors
2198
2199 2003-05-13  André Pönitz  <poenitz@gmx.net>
2200
2201         * BufferView_pimpl.C:
2202         * buffer.C:
2203         * bufferview_func.C:
2204         * MenuBackend.C:
2205         * lyxfunc.C:
2206         * lyxrc.C:
2207         * tex-accent.C:
2208         * text3.C:
2209         * toc.C:
2210         * tabular_funcs.h: tostr() from its own header
2211
2212         * ParagraphParameters.C:
2213         * ToolbarBackend.C:
2214         * bufferparams.C:
2215         * format.C:
2216         * lyxlex_pimpl.C:
2217         * text3.C: STRCONV()
2218
2219 2003-05-12  André Pönitz  <poenitz@gmx.net>
2220
2221         * BufferView.C:
2222         * BufferView_pimpl.C:
2223         * CutAndPaste.C:
2224         * LaTeX.C:
2225         * LaTeXFeatures.C:
2226         * ParagraphParameters.C:
2227         * buffer.C:
2228         * bufferlist.C:
2229         * bufferparams.C:
2230         * bufferview_funcs.C:
2231         * converter.C:
2232         * counters.C:
2233         * debug.C:
2234         * exporter.C:
2235         * format.C:
2236         * importer.C:
2237         * lyx_cb.C:
2238         * lyx_main.C:
2239         * lyxfont.C:
2240         * lyxfunc.C:
2241         * lyxvc.C:
2242         * paragraph.C:
2243         * paragraph_funcs.C:
2244         * tabular.C:
2245         * tabular_funcs.C:
2246         * text2.C:
2247         * text3.C:  boost::format -> bformat  all over the place
2248
2249
2250 2003-05-09  André Pönitz  <poenitz@gmx.net>
2251
2252         * LColor.[Ch]: Pimpl the #include <map> away
2253
2254 2003-05-09  John Levon  <levon@movementarian.org>
2255
2256         * bufferlist.C: never remove emergency saves
2257
2258 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2259
2260         * Makefile.am: better lib building
2261
2262 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2263
2264         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2265         instead.
2266         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2267         (simpleTeXSpecialChars): adjust
2268         (simpleTeXSpecialChars): adjust
2269         * paragraph.C (simpleTeXOnePar): adjust
2270         * buffer.C (makeLaTeXFile): adjust
2271
2272         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2273
2274         * text2.C (changeDepth): parlist cleanup
2275         (getColumnNearX): ditto
2276
2277         * rowpainter.C (getLabelFont): parlist cleanup
2278
2279         * bufferlist.C (newFile): parlist cleanup
2280
2281         * CutAndPaste.C (eraseSelection): parlist cleanup
2282
2283         * BufferView_pimpl.C (trackChanges): parlist cleanup
2284         (dispatch): ditto
2285
2286         * BufferView.C (lockInset): parlist cleanup.
2287         (ChangeInsets): ditto
2288
2289 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2290
2291         * CutAndPaste.h: Update file header.
2292
2293         * CutAndPaste.C: Update file header.
2294         Store the parts cut out of the Document in a limited_stack.
2295         (copySelection): adjust
2296         (pasteSelection): new function, takes the index in the limited stack.
2297         (nrOfParagraphs): adjust
2298         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2299         simplify error inset insertion.
2300         (checkPastePossible): adjust
2301
2302 2003-05-06  John Levon  <levon@movementarian.org>
2303
2304         * text2.C: don't cast wrap inset to float
2305
2306 2003-05-05  André Pönitz  <poenitz@gmx.net>
2307
2308         * iterator.C:
2309         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2310
2311         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2312           few naked Paragraph *.
2313
2314 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2315
2316         * bufferparams.C: Output warning if a document with missing
2317         TeX document class is loaded
2318         * exporter.C: Disable TeX exports if the document class is missing
2319         * lyxtextclass.C:
2320         * lyxtextclass.h:
2321         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2322         isTeXClassAvailable()
2323
2324 2003-05-03  John Levon  <levon@movementarian.org>
2325
2326         * BufferView.h:
2327         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2328         explicit cursor show/hide
2329
2330         * BufferView_pimpl.h:
2331         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2332         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2333
2334         * lyxfunc.C: hide cursor before dispatching.
2335
2336         * lyx_cb.C:
2337         * lyxfind.C:
2338         * text.C:
2339         * text3.C: remove explicit cursor hides
2340
2341 2003-05-02  André Pönitz  <poenitz@gmx.net>
2342
2343         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2344
2345         * undo_funcs.C:
2346         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2347           linked lists
2348
2349         * text2.C: tiny whitespace
2350
2351 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2352
2353         * undo_funcs.C: almost only ws changes.
2354
2355         * ParagraphList.C (splice): just return if pl is empty.
2356
2357 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2358
2359         * ParagraphList.C (splice): new function.
2360
2361         * CutAndPaste.C (pasteSelection): use it
2362
2363 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2364
2365         * CutAndPaste.C (pasteSelection): remove the last next and
2366         previous from this file.
2367
2368 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2369
2370         * CutAndPaste.C (pasteSelection): more clean up, user proper
2371         ParagraphList functions for pasteing.
2372
2373         * ParagraphList.C (insert): new function, three arg insert
2374
2375 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2376
2377         * ParagraphList.C (insert): new function, three arg insert
2378
2379         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2380         not on paragraphs.
2381
2382 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2383
2384         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2385
2386 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2387
2388         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2389
2390 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2391
2392         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2393         (copySelection): clean up a bit.
2394         (pasteSelection): use make_pair
2395
2396         * ParagraphList.C (ParagraphList): implement copy constructor
2397         (operator=): implement, base on copy constructor.
2398         (assign): new func
2399
2400         * paragraph.C (erase): return a bool
2401
2402         * paragraph_pimpl.C (erasePos): remove function, move contents...
2403         (erase): ... here. Return a bool.
2404         (erase): call erase instead of erasePos.
2405
2406 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2407
2408         * ParagraphList.h: define PitPosPair
2409         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2410         ParagraphList, fix a bug on pasting multiple pars
2411         * text2.C: change interface to C&P
2412
2413 2003-04-30  André Pönitz  <poenitz@gmx.net>
2414
2415         * undo_func.C: revert part of yesterday's patch 2
2416
2417 2003-04-30  John Levon  <levon@movementarian.org>
2418
2419         * LColor.C: s/tabular/table/
2420
2421 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2422
2423         * text3.C (dispatch): do not convert iterator -> pointer
2424         * undo_funcs.C (setCursorParUndo): ditto
2425         * text_funcs.C (transposeChars): ditto
2426
2427         * text2.C (setLayout): ws changes only
2428
2429         * text.C (breakParagraph): do not convert iterator -> pointer
2430         (insertChar): ditto
2431         (acceptChange): ditto
2432         (rejectChange): ditto
2433         (changeCase): ditto
2434         (Delete): ditto
2435         (backspace): ditto
2436
2437         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2438         pointer
2439
2440 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2441
2442         * text3.C (gotoInset): YABG (yet another bad getChar)
2443
2444 2003-04-29  André Pönitz  <poenitz@gmx.net>
2445
2446         * paragraph.h: make operator= private unimplemented as long as
2447           it is unusable
2448
2449         * ParagraphList.C: whitespace
2450
2451         * paragraph.[Ch]:
2452         * paragraph_pimpl.[Ch]:
2453         * paragraph_funcs.C:
2454         * CutAndPaste.C:
2455         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2456
2457         * text2.C:
2458           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2459
2460 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2461
2462         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2463         * paragraph.[Ch] (erase):
2464         * paragraph_pimpl.[Ch] (erase): change return type and value
2465         * text2.C (cutSelection): some rework
2466
2467 2003-04-28  John Levon  <levon@movementarian.org>
2468
2469         * bufferlist.C: changes for unsaved changes dialog
2470
2471 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2472
2473         * bufferlist.C (newFile): set language (messages_) for new
2474         documents also.
2475
2476         * buffer.C (readFile): ws changes only.
2477
2478 2003-04-28  André Pönitz  <poenitz@gmx.net>
2479
2480         * undo_funcs.C:
2481         * lyxfunc.C:
2482         * buffer.[Ch]:
2483         * BufferView_pimpl.C:
2484         * BufferView.C: getParFromID related ParagraphList::iterator changes
2485
2486 2003-04-28  André Pönitz  <poenitz@gmx.net>
2487
2488         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2489           Changes
2490
2491 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2492
2493         * messages.C: remove one more localedir class variable.
2494
2495 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2496
2497         * messages.C (getLocaleDir): singleton generation function
2498         (Pimpl): use it.
2499         (Messages): add a default constructor.
2500
2501         * main.C (main): do not setup localedir here, do not call
2502         gettext_init.
2503
2504         * gettext.C (_): use it.
2505         (gettext_init): delete funciton
2506
2507 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2508
2509         * gettext.C (getLyXMessages): new singleton generating function.
2510
2511         * buffer.C (updateDocLang): adjust
2512
2513         * Makefile.am (messages.o): add target
2514         (main.o): remove target
2515
2516 2003-04-27  John Levon  <levon@movementarian.org>
2517
2518         * bufferlist.C:
2519         * lyx_cb.C:
2520         * lyxfunc.C:
2521         * lyxvc.C: specify cancel button in Alert::prompt
2522
2523 2003-04-26  John Levon  <levon@movementarian.org>
2524
2525         * text3.C:
2526         * lyxfunc.C:
2527         * lfuns.h:
2528         * LyXAction.C: add LFUN_INSET_SETTINGS
2529
2530         * lyxfunc.C: don't enable tabular-feature when there's
2531         just any locking inset
2532
2533 2003-04-26  John Levon  <levon@movementarian.org>
2534
2535         * bufferlist.C: re-add Cancel to buffer close question
2536
2537         * lyxfunc.C: fix import UI a bit
2538
2539 2003-04-25  John Levon  <levon@movementarian.org>
2540
2541         * gettext.C: remove the broken asserts for now
2542
2543 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2544
2545         * messages.C: make case where setlocale cannot comply work better.
2546
2547         * buffer.C (updateDocLang): new function
2548         (changeLanguage): use it
2549         (readFile): use it
2550
2551         * text2.C (setCounter): use B_ a bit.
2552
2553         * lyxlayout.C (Read): be sure to trim the label strings.
2554
2555         * messages.C (Messages): fix typo in comment
2556
2557         * buffer.C (readFile): set message_ after file is loaded.
2558         (makeDocBookFile): remove double return
2559         (changeLanguage): reset message_ upon language change.
2560         (B_): new func, use this to get translated buffer strings.
2561
2562         * main.C: add myself and Jean Marc as authors.
2563
2564 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2565
2566         * messages.[hC]: pimplify Messages, and three different pimpls to be
2567         used in different circumstances.
2568
2569         * gettext.[Ch]: change for use with new message code.
2570
2571 2003-04-24 André Pönitz <poenitz@gmx.net>
2572
2573         * factory.C: support for eqref
2574
2575 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2576
2577         * messages.[Ch]: add missing char
2578
2579         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2580
2581         * messages.[Ch]: New files
2582
2583 2003-04-18  John Levon  <levon@movementarian.org>
2584
2585         * BufferView.h:
2586         * BufferView.C:
2587         * BufferView_pimpl.C:
2588         * lfuns.h:
2589         * LyXAction.C:
2590         * lyxtext.h:
2591         * text2.C: remove layout-copy/paste (bug 778)
2592
2593 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2594
2595         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2596
2597 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2598
2599         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2600         if they succeed. Act accordingly.
2601
2602 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2603
2604         * text2.C (setCharFont): adjust
2605         (setCounter): adjust
2606         (insertStringAsLines): adjust
2607
2608         * text.C (leftMargin): adjust
2609         (setHeightOfRow): adjust
2610
2611         * rowpainter.C (paintFirst): adjust
2612         (paintLast): adjust
2613
2614         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2615         (outerHook): ditto
2616         (isFirstInSequence): ditto
2617         (getEndLabel): ditto
2618         (outerFont): adjust
2619
2620         * paragraph.C (getParLanguage): comment out some hard stuff.
2621
2622         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2623         (sgmlError): ditto
2624         (simpleDocBookOnePar): ditto
2625         (makeDocBookFile): use ParagraphList::iterator
2626
2627         * CutAndPaste.C (pasteSelection): adjust
2628
2629 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2630
2631         * text2.C (getFont): adjust
2632         (getLayoutFont): adjust
2633         (getLabelFont): adjust
2634
2635         * paragraph_funcs.C (TeXOnePar): adjust
2636
2637         * buffer.C (simpleLinuxDocOnePar): adjust
2638         (simpleDocBookOnePar): adjust
2639
2640         * CutAndPaste.C (pasteSelection): adjust
2641
2642         * BufferView.C (getEncoding): adjust
2643
2644         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2645
2646 2003-04-16  John Levon  <levon@movementarian.org>
2647
2648         * lyxfind.C: use parlist stuff for search/changes
2649
2650 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2651
2652         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2653
2654         * text2.C (deleteEmptyParagraphMechanism): adjust
2655
2656         * text2.[Ch] (ownerParagraph): delete func (both of them
2657
2658 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2659
2660         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2661
2662 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2663
2664         * ParagraphList.C: prepare for NO_NEXT
2665
2666 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2667
2668         * text2.C (getFont): adjust
2669         (getLayoutFont): adjust
2670         (getLabelFont): adjust
2671
2672         * paragraph.C (getFont): adjust
2673         (getLabelFont): adjust
2674         (getLayoutFont): adjust
2675
2676         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2677
2678 2003-04-15  John Levon  <levon@movementarian.org>
2679
2680         From Angus Leeming
2681
2682         * lyx_main.C: handle Include in .ui files
2683
2684 2003-04-15  John Levon  <levon@movementarian.org>
2685
2686         * MenuBackend.C: make the doc files length shorter
2687
2688         * ToolbarBackend.h:
2689         * ToolbarBackend.C: handle toolbar placement flags,
2690         Minibuffer
2691
2692 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2693
2694         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
2695         adjust
2696
2697         * paragraph_funcs.C (TeXOnePar): adjust
2698
2699         * paragraph.C (getLabelFont): add outerfont arg, adjust
2700         (getLayoutFont): ditto
2701         (simpleTeXOnePar): adjust
2702
2703         * paragraph_pimpl.C (realizeFont): delete func
2704
2705 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
2706
2707         * text2.C (beforeFullRowInset): added a bad getchar check, removed
2708         row argument, constify cur argument.
2709
2710 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2711
2712         * text2.C (getFont): adjust
2713         (getLayoutFont): adjust
2714         (getLabelFont): adjust
2715
2716         * paragraph_funcs.C (TeXOnePar): adjust
2717         (outerFont): new func...
2718         (realizeFont): ...moved out from here, changed this to facilitate
2719         transition
2720
2721         * paragraph.C (getFont): take outerfont as arg, adjust
2722         (simpleTeXOnePar): add outerfont arg, adjust
2723
2724         * buffer.C (simpleLinuxDocOnePar): adjust
2725         (simpleDocBookOnePar): adjust
2726
2727         * CutAndPaste.C (pasteSelection): adjust
2728
2729         * BufferView.C (getEncoding): adjust
2730
2731 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2732
2733         * text2.C (setCharFont): adjust
2734         (setCounter): adjust
2735
2736         * text.C (leftMargin): adjust
2737         (setHeightOfRow): adjust
2738
2739         * rowpainter.C (paintFirst): adjust
2740         (paintLast): adjust
2741
2742         * paragraph_pimpl.C (realizeFont): adjust
2743
2744         * paragraph.C (isFirstInSequence): move from here...
2745         * paragraph_funcs.C (isFirstInSequence): ...to here
2746
2747         * paragraph.C (outerHook): move from here...
2748         * paragraph_funcs.C (outerHook): ...to here
2749
2750         * paragraph.C (depthHook): move from here...
2751         * paragraph_funcs.C (depthHook): ...to here
2752
2753         * paragraph.C (getEndLabel): move from here...
2754         * paragraph_funcs.C (getEndLabel): ...to here
2755
2756         * text2.C (realizeFont): move from here...
2757         * paragraph_funcs.C (realizeFont): ...to here
2758
2759 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2760
2761         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
2762
2763 2003-04-14  Angus Leeming  <leeming@lyx.org>
2764
2765         * LColor.[Ch]: scrap LColor mathcursor.
2766
2767 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2768
2769         * lyxlex.[Ch] (text): delete function
2770         * trans.C (Load): adjust
2771         * paragraph_funcs.C (readParToken): adjust
2772
2773 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2774
2775         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
2776         vector<char> instead of a char[].
2777
2778         * lyxlex_pimpl.C (getString): adjust
2779         (next): adjust
2780         (lex): use getString
2781         (eatLine): adjust
2782         (nextToken): adjust
2783
2784         * lyxlex.C (text): use pimpl_->getString()
2785         (getBool): ditto
2786         (findToken): ditto
2787
2788 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2789
2790         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
2791         (makeFontEntriesLayoutSpecific): temp var for par.size()
2792         (setLayout): temp var for ownerParagraphs().end()
2793         (fullRebreak): temp var for rows().end()
2794         (selectionAsString): temp var for boost::next(startpit), realize
2795         that the while really is a regular for loop.
2796         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
2797         setCursor in one place.
2798         (setParagraph): temp vr for ownerParagraphs().end()
2799         (updateCounters): make the while loop a for loop
2800         (cutSelection): temp var for ownerParagraphs().end()
2801         (updateInset): make the do {} while() a regular for loop
2802         (getCursorX): use temp vars
2803         (setCurrentFont): use temp vars
2804         (getColumnNearX): use temp vars
2805
2806 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2807
2808         * text.C (transformChar): use temp var for getChar
2809         (computeBidiTables): use temp var for row->par()
2810         (fill): move temp vars for row->par() and pit->layout() earlier in
2811         the function.
2812         (labelFill): use temp var for row->par()
2813         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
2814         asc and desc, realize that pit never changes and that firstpit is
2815         just a duplicate and not needed. Exchange rit->par() with pit in a
2816         lot of places.
2817         (breakAgain): use a temp var for boost::next(rit)
2818         (breakAgainOneRow): ditto
2819         (breakParagraph): use a temp var for rows().begin()
2820         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
2821         (cursorRightOneWord): use temp var for cursor.par() and
2822         cursor.pos(), remove usage of tmpcursor.
2823         (cursorLeftOneWord): use temp var for cursor.par() and
2824         cursor.pos() only set cur at end of function.
2825
2826 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2827
2828         * text.C, text2.C: exchange all usage of Paragraph::next with
2829         boost::next(ParagraphList::iterator)
2830
2831         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
2832
2833         * text2.C (cursorTop): simplify implementation
2834         (cursorBottom): ditto
2835         (setParagraph): use ParagraphList::iterator
2836         (setCurrentFont): adjust
2837         (getColumnNearX): adjust
2838         (cursorRight): adjust
2839         (cursorLeft): remove usage of Paragraph::previous
2840         (cursorUpParagraph): ditto
2841         (deleteEmptyParagraphMechanism): slight cleanup
2842
2843         * text.C (isBoundary): take a Paragraph const & instead of a
2844         pointer as arg.
2845         (addressBreakPoint): ditto
2846         (leftMargin): remove usage of Paragraph::previous.
2847         (setHeightOfRow): ditto
2848         (cursorLeftOneWord): ditto
2849         (selectNextWordToSpellcheck): ditto
2850         (Delete): ditto
2851         (backspace): ditto
2852         (breakParagraph): remove one usage of Paragraph::next
2853         (redoParagraph): ditto
2854         (acceptChange): ditto
2855         (insertChar): adjust
2856         (rowBreakPoint): adjust
2857
2858         * bufferview_funcs.C (toggleAndShow): adjust
2859
2860 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
2861
2862         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
2863         methods to access it.
2864         * lyxtext.h:
2865         * text.C: Added updateRowPositions to compute all row positions.
2866         Make top_y and getRowNearY() to use the cached y position
2867
2868 2003-04-11  John Levon  <levon@movementarian.org>
2869
2870         * text.C (rowBreakPoint): reintroduce the labelEnd
2871         checks, code copied from the row fill stuff. Deep voodoo.
2872
2873         * text.C (fill): add a comment and debugging for the
2874         next poor soul.
2875
2876 2003-04-11  John Levon  <levon@movementarian.org>
2877
2878         * text.C: make sure fullrow insets get wrapped to the next line,
2879         even when they're in a manual label
2880
2881 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
2882
2883         * text2.C (insertParagraph): make it take ParagraphList::iterator
2884         as arg.
2885         (setLayout): make it return ParagraphList::iterator
2886         (redoParagraphs): ditto
2887         (setCounter): ditto
2888         (checkParagraph): ditto
2889
2890         * text.C (getRow): make getrow take ParagraphList::iterator as arg
2891
2892         * text2.C: adjust several funcs.
2893         (realizeFont): take a ParagraphList::iterator as arg.
2894         (getLayoutFont): ditto
2895         (getLabelFont): ditto
2896         (setCharFont): ditto
2897
2898         * text.C: adjust several funcs.
2899
2900 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2901
2902         * text.C (selectNextWordToSpellcheck): don't accidentally
2903         skip insets
2904
2905 2003-04-10  John Levon  <levon@movementarian.org>
2906
2907         * ToolbarBackend.C (getIcon): special handling for
2908         LFUN_MATH_DELIM
2909
2910 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2911
2912         * text2.C (cursorRight): a getChar assert fixed
2913
2914 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2915
2916         * text2.C (getFont): change to take a ParagraphList::iterator
2917         instead of Paragraph*
2918         Adjust several functions.
2919
2920         * text.C (transformChar): change to take a ParagraphList::iterator
2921         instead of Paragraph*
2922         (singleWidth): ditto
2923         Adjust several functions.
2924
2925         * rowpainter.C: adjust several functions
2926         * rowpainter.h:store a ParagraphList::iterator and not a
2927         Paragraph&.
2928
2929
2930 2003-04-09  John Levon  <levon@movementarian.org>
2931
2932         * lyxfunc.C:
2933         * lfuns.h:
2934         * LyXAction.h:
2935         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
2936         and the "help" bits as well
2937
2938 2003-04-09  John Levon  <levon@movementarian.org>
2939
2940         * ToolbarBackend.h:
2941         * ToolbarBackend.C: allow multiple toolbars
2942
2943 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2944
2945         * undo_funcs.C (setCursorParUndo): adjust
2946
2947         * text_funcs.C (transposeChars): adjust
2948
2949         * text3.C (gotoNextInset): adjust
2950         (dispatch): adjust
2951
2952         * text2.C (setLayout): adjust
2953         (changeDepth): adjust
2954         (setFont): adjust
2955         (redoParagraphs): adjust
2956         (selectionAsString): adjust
2957         (setParagraph): adjust
2958         (insertInset): adjust
2959         (cutSelection): adjust
2960         (copySelection): adjust
2961         (pasteSelection): adjust
2962         (insertStringAsLines): adjust
2963         (updateInset): adjust
2964         (setCursor): change to take a ParagraphList::iterator parameter
2965         (setCursorIntern): change to take a ParagraphList::iterator parameter
2966         (setCurrentFont): adjust
2967         (cursorLeft): adjust
2968         (cursorRight): adjust
2969         (deleteEmptyParagraphMechanism): adjust
2970
2971         * text.C (breakParagraph): adjust
2972         (insertChar): adjust
2973         (acceptChange): adjust
2974         (rejectChange): adjust
2975         (selectNextWordToSpellcheck): adjust
2976         (changeCase): adjust
2977         (Delete): adjust
2978         (backspace): adjust
2979
2980         * lyxfind.C (SearchForward): adjust
2981         (SearchBackward): adjust
2982         (nextChange): adjust
2983
2984         * lyxcursor.C (par): adjust
2985
2986         * lyxcursor.h: store a ParagraphList::iterator instead of a
2987         Paragraph*
2988
2989         * lyx_cb.C (getPossibleLabel): adjust
2990
2991         * bufferview_funcs.C (toggleAndShow): adjust
2992
2993         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2994         (dispatch): adjust
2995
2996         * BufferView.C (removeAutoInsets): adjust
2997         (lockedInsetStoreUndo): adjust
2998
2999 2003-04-09  John Levon  <levon@movementarian.org>
3000
3001         * ToolbarBackend.C: try icon without argument
3002         if with argument fails
3003
3004 2003-04-08  John Levon  <levon@movementarian.org>
3005
3006         * ToolbarBackend.h:
3007         * ToolbarBackend.C: add getIcon(), handle tooltip,
3008         and change from "Icon" to "Item".
3009
3010 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3011
3012         * BufferView.C (lockInset): another bad getchar crunched
3013
3014 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3015
3016         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3017         again)
3018
3019 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3020
3021         * lyxfind.C (searchForward, searchBackwards): bug 782
3022
3023 2003-04-07  John Levon  <levon@movementarian.org>
3024
3025         * paragraph.C: remove dead comment
3026
3027         * text.C: remove troublesome depth-fiddling code
3028         in leftMargin() and rightMargin() (bug 1017)
3029
3030         * text.C: fix breaking of rows in nested lists
3031         (bug 1004)
3032
3033         * text2.C (updateCounters): fix up depth values
3034         (bug 1013)
3035
3036 2003-04-07  John Levon  <levon@movementarian.org>
3037
3038         * BufferView_pimpl.C: clear message when doc finishes resizing,
3039         and after a mouse event
3040
3041         * lyxfunc.C: clear message after exiting inset
3042
3043 2003-04-07  John Levon  <levon@movementarian.org>
3044
3045         * bufferview_funcs.C: show math status not outside
3046         status in the statusbar
3047
3048 2003-04-07  John Levon  <levon@movementarian.org>
3049
3050         * lyxfunc.C: note status changed after a depth change
3051
3052 2003-04-04  Angus Leeming  <leeming@lyx.org>
3053
3054         * LaTeX.h: move AuxInfo operator==, != out of line.
3055         Remove LaTeX virtual destructor; nothing derives from it.
3056         Move operator()() out of public area and rename it startscript().
3057         Change protected for private.
3058
3059 2003-04-04  Angus Leeming  <leeming@lyx.org>
3060
3061         * lyxfunc.C:
3062         * text2.C: remove unneeded #includes.
3063
3064 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3065
3066         * text2.C (dEPM): fix the heigth of the next row
3067
3068 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3069
3070         * text.C: squashed an invalid getChar requester + some ws changes
3071
3072 2003-04-03  John Levon  <levon@movementarian.org>
3073
3074         * bufferview_funcs.h:
3075         * bufferview_funcs.C:
3076         * lyxfunc.C:
3077         * lyxtext.h:
3078         * text2.C: make getStatus work for the env depth lfuns
3079
3080 2003-04-03  John Levon  <levon@movementarian.org>
3081
3082         * bufferview_funcs.h:
3083         * bufferview_funcs.C:
3084         * lyxfunc.C:
3085         * lyxtext.h:
3086         * text2.C: parlistize decDepth(), by merging it with incDepth()
3087
3088 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3089
3090         * lyxrow.h: store a ParagraphList::iterator instead of a
3091         Paragraph* and adjust other class functions to suit.
3092
3093         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3094         above.
3095
3096 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3097
3098         * text2.C (setCursor): do not anchor to cursor row for the time being
3099
3100 2003-04-02  John Levon  <levon@movementarian.org>
3101
3102         * LyXAction.C:
3103         * lfuns.h:
3104         * lyx_main.C:
3105         * lyxtext.h:
3106         * text.C:
3107         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3108
3109 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3110
3111         * paragraph.h: make ParagraphList and ParagraphList::iterator
3112         friends of Paragraph.
3113
3114         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3115
3116         * ParagraphList.C: Use the private next_ and previous_ from
3117         Paragraph.
3118
3119 2003-04-01  John Levon  <levon@movementarian.org>
3120
3121         * ToolbarBackend.h:
3122         * ToolbarBackend.C:
3123         * Makefile.am: rename, remove defaults gunk
3124
3125         * MenuBackend.h:
3126         * MenuBackend.C: remove defaults gunk
3127
3128         * Languages.h:
3129         * Languages.C: remove defaults gunk
3130
3131         * lyx_main.h:
3132         * lyx_main.C: error out if files couldn't be found.
3133
3134 2003-04-02  John Levon  <levon@movementarian.org>
3135
3136         * text2.C: make incDepth() use parlist
3137
3138 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3139
3140         * undo_funcs.C (firstUndoParagraph): adjust
3141
3142         * text3.C (gotoInset): adjust
3143         (dispatch): adjust, and rewrite loop.
3144
3145         * text2.C (init): adjust, and rewrite loop.
3146         (redoParagraphs): adjust
3147         (updateInset): adjust, and rewrite loop.
3148         (deleteEmptyParagraphMechanism): adjust
3149
3150         * tabular.C (LyXTabular): adjust
3151         (SetMultiColumn): adjust
3152         (TeXRow): adjust
3153
3154         * lyxtext.[Ch] (ownerParagraph): delete function
3155         (ownerParagraphs): new function returns a ParagraphList.
3156
3157         * BufferView.C (removeAutoInsets): adjust
3158         (insertErrors): adjust
3159         (setCursorFromRow): adjust
3160
3161 2003-04-01  Angus Leeming  <leeming@lyx.org>
3162
3163         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3164         in the frontends.
3165
3166 2003-04-02  John Levon  <levon@movementarian.org>
3167
3168         * lyxtext.h:
3169         * text.C:
3170         * Makefile.am:
3171         * text_funcs.h:
3172         * text_funcs.C: make transposeChars a free function
3173
3174         * lyxrow_funcs.C: remove wrong comment
3175
3176 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3177
3178         * lyxtext.h: adjust
3179         * rowpainter.C: adjust
3180         * text.C: adjust
3181         * text2.C: adjust
3182         * text3.C: adjust
3183
3184         * lyxrow_funcs. [Ch]: new files
3185
3186         * lyxrow.[Ch]: remove next and previous pointers
3187         (next,previous): remove accessor functions
3188         (isParEnd): move to lyxrow_funcs
3189         (lastPos): move to lyxrow_funcs
3190         (nextRowIsAllInset): move to lyxrow_funcs
3191         (lastPrintablePos): move to lyxrow_funcs
3192         (numberOfSeparators): move to lyxrow_funcs
3193         (numberOfHfills): move to lyxrow_funcs
3194         (numberOfLabelHfills): move to lyxrow_funcs
3195         (hfillExpansion): move to lyxrow_funcs
3196
3197         * lyxfunc.C: adjust
3198
3199         * bufferview_funcs.C (toggleAndShow): adjust
3200
3201         * RowList.h: Remove class RowList from file leave just a
3202         std::list<Row>.
3203
3204         * RowList.C: delete file
3205
3206         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3207         and lyxrow_funcs.h
3208
3209 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3210
3211         * text3.C (cursorPrevious): adjust
3212         (cursorNext): adjust
3213         (dispatch): adjust
3214
3215         * text2.C (redoHeightOfParagraph): adjust
3216         (redoDrawingOfParagraph): adjust
3217         (setCursor): adjust
3218
3219         * text.C (breakParagraph): adjust
3220         (insertChar): adjust
3221         (backspace): adjust
3222
3223         * rowpainter.C (RowPainter): adjust
3224         (leftMargin): simplify and adjust
3225         (most rowpainter functions): adjust.
3226
3227         * rowpainter.h: store the row as RowList::iterator not as Row*
3228
3229         * lyxcursor.C (row): taka RowList::iterator as arg
3230         (irow): ditto
3231
3232         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3233         of Row*.
3234
3235 2003-04-01  Angus Leeming  <leeming@lyx.org>
3236
3237         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3238         stuff like bool Bool.
3239
3240 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3241
3242         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3243         rewrite a loop
3244
3245 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3246
3247         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3248         RowList::iterator.
3249
3250         * lyxtext.h (rows): drop one version and leve a const variant that
3251         returns a RowList::iterator.
3252
3253 2003-03-31  Angus Leeming  <leeming@lyx.org>
3254
3255         * text.C (fill): ensure that the signature is the same as that in the
3256         header file.
3257
3258 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3259
3260         * text2.C (redoParagraphs): adjust
3261         (updateCounters): adjust
3262         (checkParagraph): adjust
3263         (getColumnNearX): adjust and reformat a bit.
3264
3265         * text.C (top_y): adjust
3266         (workWidth): adjust
3267         (leftMargin): adjust
3268         (prepareToPrint): adjust
3269         (getRow): adjust
3270         (getRowNearY): adjust
3271
3272         * lyxtext.h: make rowlist_ mutable.
3273
3274         * RowList.h: add const_iterator
3275         * RowList.C: adjust for RowList::const_iterator.
3276
3277         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3278         adjust.
3279
3280 2003-03-31  John Levon  <levon@movementarian.org>
3281
3282         * lyxrc.h:
3283         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3284
3285         * lyx_main.C: set default fonts from using lyx_gui funcs
3286
3287         * exporter.C: pdf_mode moved from lyxrc
3288
3289         * lyx_cb.C:
3290         * lyxfunc.C: changes from above
3291
3292 2003-03-31  John Levon  <levon@movementarian.org>
3293
3294         * lyx_main.C: fix to the last fix
3295
3296 2003-03-31  John Levon  <levon@movementarian.org>
3297
3298         * bufferlist.C: "Load original" -> "Load Original"
3299
3300         * converter.C:
3301         * exporter.C:
3302         * importer.C:
3303         * lyx_main.C:
3304         * format.C: more Alert cleanups
3305
3306 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3307
3308         * text2.C (removeParagraph): make it take a RowList::iterator as
3309         arg, adjust.
3310         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3311         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3312
3313         * text.C (anchor_row): make it take a RowList::iterator as arg,
3314         adjust.
3315         (computeBidiTables): make it take a const reference to Row instead
3316         of Row pointer, adjust.
3317         (leftMargin): make it take a RowList::iterator as arg, adjust.
3318         (rowBreakPoint): adjust
3319         (breakAgainOneRow): make it take a RowList::iterator as arg,
3320         adjust.
3321         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3322
3323         * bufferview_funcs.C (toggleAndShow): adjust
3324
3325 2003-03-30  John Levon  <levon@movementarian.org>
3326
3327         * Makefile.am:
3328         * BoostFormat.h:
3329         * boost-inst.C: moved to support
3330
3331         * several files: changes as a result
3332
3333 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3334
3335         * text2.C (LyXText): adjust.
3336         (init): adjust
3337         (removeRow): make it take a RowList::iterator as arg, adjust.
3338         (fullRebreak): adjust
3339         (deleteEmptyParagraphMechanism): adjust
3340         (clearPaint): adjust
3341         (postPaint): adjust
3342
3343         * text.C (top_y): adjust
3344         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3345         (breakAgain): make it take a RowList::iterator as arg, adjust.
3346         (breakParagraph): adjust
3347         (insertChar): adjust
3348         (backspace): adjust
3349
3350         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3351         need_break_row, and refresh_row.
3352
3353         * text3.C (dispatch): adjust
3354
3355         * text2.C (checkParagraph): adjust
3356         (setCursor): adjust
3357         (setCursorFromCoordinates): adjust
3358
3359         * text.C (top_y): adjust
3360         (workWidth): adjust
3361         (getRow): make it return a RowList::iterator, adjust
3362         (getRowNearY): make it return a RowList::iterator, adjust
3363
3364         * text2.C (init): adjust
3365         (insertRow): remove function
3366         (insertParagraph): adjust
3367         (redoParagraphs): adjust
3368         (fullRebreak): adjust
3369         (updateCounters): adjust
3370
3371         * text.C (top_y): rewrite to use RowList iterators.
3372         (top_y): adjust
3373         (setHeightOfRow): rewrite to sue RowList iterators.
3374         (appendParagraph): adjust
3375         (breakAgain): adjust
3376         (breakAgainOneRow): adjust
3377         (breakParagraph): adjust
3378         (getRow): adjust
3379         (getRowNearY): adjust, and remove commented code.
3380
3381         * lyxtext.h (firstRow): delete function
3382         (lastRow): delete function
3383         (rows): new function (const and non-const versions.)
3384         (insertRow): delete function
3385
3386         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3387
3388 2003-03-29  John Levon  <levon@movementarian.org>
3389
3390         * BufferView_pimpl.C: always update scrollbar top
3391         because pasting text when we're anchored could mean we
3392         miss an update altogether
3393
3394 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3395
3396         * text2.C (init): use rowlist_.end() and not 0.
3397         (insertRow): change to take a RowList::iterator as arg, adjust
3398         for this.
3399         (insertParagraph): change to take a RowList::iterator as arg,
3400         adjust for this.
3401         (redoParagraphs): remove some debug msgs.
3402
3403         * text.C (appendParagraph): change to take a RowList::iterator
3404         arg, adjust for this.
3405         (breakAgain): add an assert
3406         (breakAgainOneRow): ditto
3407
3408 2003-03-29  John Levon  <levon@movementarian.org>
3409
3410         * text2.C: do not clear selection after inc/decDepth
3411         (bug 550)
3412
3413 2003-03-29  John Levon  <levon@movementarian.org>
3414
3415         * BufferView.C:
3416         * buffer.C: fix broken strerrors according to Lars
3417
3418 2003-03-29  John Levon  <levon@movementarian.org>
3419
3420         * converters.C: more Alert cleanups
3421
3422 2003-03-29  John Levon  <levon@movementarian.org>
3423
3424         * bufferview_funcs.C: remove pointless Alert
3425
3426         * buffer.C: fix confusing error message when
3427         a template is chmoded 000
3428
3429 2003-03-29  John Levon  <levon@movementarian.org>
3430
3431         * BufferView.C:
3432         * BufferView.h:
3433         * BufferView_pimpl.C: Alert fixes
3434
3435         * Makefile.am:
3436         * tabular.C:
3437         * tabular-old.C: remove unused table compat reading
3438
3439 2003-03-29  John Levon  <levon@movementarian.org>
3440
3441         * BufferView.C:
3442         * buffer.C:
3443         * lyx_cb.h:
3444         * lyx_cb.C: more Alert cleanups
3445
3446         * lyxfunc.C: don't allow chktex if not latex document
3447
3448 2003-03-29  John Levon  <levon@movementarian.org>
3449
3450         * lyx_cb.C:
3451         * BufferView.C:
3452         * buffer.C: warnings pushed down from support/,
3453         kill err_alert
3454
3455 2003-03-29  John Levon  <levon@movementarian.org>
3456
3457         * lyxfunc.C: safety check for C-r (revert)
3458
3459 2003-03-29  John Levon  <levon@movementarian.org>
3460
3461         * bufferlist.h:
3462         * bufferlist.C: several UI fixes using Alert::prompt.
3463         Fix the pointless looping quit code. Fix stupid revert
3464         behaviour (bug 938)
3465
3466         * lyxvc.h:
3467         * lyxvc.C:
3468         * lyx_cb.C: use Alert::prompt
3469
3470         * lyx_main.C: remove a silly question
3471
3472         * lyxfunc.C: remove a couple of silly questions,
3473         use Alert::prompt
3474
3475 2003-03-28  John Levon  <levon@movementarian.org>
3476
3477         * text2.C: fix bug 974 (End on empty par)
3478
3479 2003-03-28  John Levon  <levon@movementarian.org>
3480
3481         * BufferView_pimpl.C:
3482         * LyXAction.C:
3483         * lfuns.h: remove do-nothing math greek lfuns
3484
3485 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3486
3487         * lyxgluelength.h (isValidGlueLength): add default arg on
3488         parameter 2. Remove default arg from friend in class.
3489
3490         * lyxlength.h (isValidLength): add default arg on parameter 2.
3491         Remove default arg from friend in class.
3492
3493         * text2.C (LyXText): adjust, initialize refresh_row.
3494         (init): adjust
3495         (removeRow): adjust
3496         (insertRow): adjust
3497         (insertParagraph): adjst
3498         (redoParagraphs): adjust
3499         (fullRebreak): adjust
3500         (updateCounters): adjust
3501         (deleteEmptyParagraphMechanism): first attempt at fixing a
3502         crashing bug.
3503
3504         * text.C (top_y): adjust
3505         (setHeightOfRow): adjust
3506         (getRow): adjust
3507         (getRowNearY): adjust
3508
3509         * lyxtext.h: include RowList.h
3510         (~LyXText): not needed anymore, deleted.
3511         (firstRow): modify for RowList
3512         (lastRow): new function
3513         Delete firstrow and lastrow class variables, add a Rowlist
3514         rowlist_ class variable.
3515
3516         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3517         paragraph is empty.
3518
3519         * RowList.C (insert): fix case where it == begin().
3520
3521 2003-03-26  Angus Leeming  <leeming@lyx.org>
3522
3523         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3524         the thesaurus dialog.
3525
3526 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3527
3528         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3529
3530         * RowList.[Ch]: new files
3531
3532         * ParagraphList.C (erase): handle the case where it == begin
3533         correctly.
3534
3535 2003-03-25  John Levon  <levon@movementarian.org>
3536
3537         * Makefile.am:
3538         * aspell_local.h:
3539         * aspell.C: add new aspell support
3540
3541         * lyxrc.h:
3542         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3543         have it accessible.
3544
3545 2003-03-25  Angus Leeming  <leeming@lyx.org>
3546
3547         * lfuns.h:
3548         * LyXAction.C (init): new LFUN_INSET_INSERT.
3549
3550         * BufferView_pimpl.C (dispatch): split out part of the
3551         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3552
3553         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3554         LFUN_INSET_APPLY.
3555
3556 2003-03-25  Angus Leeming  <leeming@lyx.org>
3557
3558         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3559
3560 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3561
3562         * text2.C:
3563         * text3.C: remove useless row->height(0)
3564
3565 2003-03-25  John Levon  <levon@movementarian.org>
3566
3567         * lyxtext.h:
3568         * text2.C:
3569         * text3.C: rename the refreshing stuff to better names
3570
3571 2003-03-24  John Levon  <levon@movementarian.org>
3572
3573         * BufferView_pimpl.h:
3574         * BufferView_pimpl.C: update layout choice on a mouse
3575         press/release
3576
3577 2003-03-23  John Levon  <levon@movementarian.org>
3578
3579         * Makefile.am: fix commandtags.h reference
3580
3581 2003-03-22  John Levon  <levon@movementarian.org>
3582
3583         * BufferView_pimpl.C:
3584         * lyxtext.h:
3585         * rowpainter.C:
3586         * rowpainter.h:
3587         * text.C:
3588         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3589
3590 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3591
3592         * lyxtext.h:
3593         * text.C: take the rtl methods out of line
3594
3595 2003-03-21 André Pönitz <poenitz@gmx.net>
3596
3597         * metricsinfo.[Ch]: new files containing structures to be passed around
3598         during the two-phase-drawing...
3599
3600 2003-03-21 André Pönitz <poenitz@gmx.net>
3601
3602         * lyxtextclass.C: read 'environment' tag.
3603
3604 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3605
3606         * text2.C (removeRow): fix bug 964
3607
3608 2003-03-20  John Levon  <levon@movementarian.org>
3609
3610         * rowpainter.C:
3611         * text.C:
3612         * text2.C: paint cleanups. Inset::update() dropped font
3613         parameter
3614
3615 2003-03-19  John Levon  <levon@movementarian.org>
3616
3617         * lyxfunc.C: only fitcursor/markDirty if available()
3618
3619 2003-03-19  John Levon  <levon@movementarian.org>
3620
3621         * commandtags.h: rename to ...
3622
3623         * lfuns.h: ... this, and renumber / cleanup
3624
3625 2003-03-19  John Levon  <levon@movementarian.org>
3626
3627         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3628         fit the cursor after an lfun
3629
3630         * BufferView.h:
3631         * BufferView.C:
3632         * BufferView_pimpl.h:
3633         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3634
3635         * LyXAction.C: layout-character should have ReadOnly
3636
3637         * ParagraphParameters.C:
3638         * buffer.C:
3639         * bufferview_funcs.C:
3640         * lyx_cb.C:
3641         * lyxfind.C:
3642         * lyxtext.h:
3643         * text.C:
3644         * text2.C:
3645         * text3.C:
3646         * undo_funcs.C: changes from above
3647
3648 2003-03-18  John Levon  <levon@movementarian.org>
3649
3650         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3651         remove it from update()
3652
3653         * lyxfunc.C: update layout choice after an lfun
3654
3655         * text3.C: remove extra updateLayoutChoice()s
3656
3657 2003-03-18  John Levon  <levon@movementarian.org>
3658
3659         * text.C: top_y change means full repaint, fix
3660         a drawing bug with cursor movement
3661
3662 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3663
3664         * lyxtext.h:
3665         * text.C:
3666         * text2.C: anchor row on setCursor
3667
3668 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3669
3670         * lyxtext.h: remove almost all mutable keywords
3671         * text.C:
3672         * text2.C:
3673         * text3.C: remove const keywords accordingly
3674
3675 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3676
3677         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3678         anon namespace
3679         (TeXEnvironment): ditto
3680         (TeXOnePar): ditto
3681
3682 2003-03-17  John Levon  <levon@movementarian.org>
3683
3684         * text.C (rowBreakPoint): remove attempt to fix displayed
3685         math insets inside a manual label
3686
3687 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3688
3689         * lyxtext.h: remove BufferView* as first arg from almost all class
3690         functions.
3691         * other files: adjust.
3692
3693 2003-03-17  John Levon  <levon@movementarian.org>
3694
3695         * lyxtext.h:
3696         * undo_funcs.C:
3697         * text2.C: more paint cleanups
3698
3699         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
3700
3701         * rowpainter.h:
3702         * rowpainter.C: remove "smart" background painting code
3703
3704 2003-03-16  John Levon  <levon@movementarian.org>
3705
3706         * lyxtext.h:
3707         * text.C:
3708         * text2.C:
3709         * text3.C: add helper functions for setting refresh_row/y
3710
3711 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
3712
3713         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
3714         newline inset which *can* get inserted in the pass_thru layouts.
3715         This is primarily for literate documents.
3716
3717 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
3718
3719         * buffer.C: increment LYX_FORMAT to 223
3720
3721 2003-03-14 André Pönitz <poenitz@gmx.net>
3722
3723         * textclass.h: prepare for environment handling, ws changes
3724         * lyxlayout.C: read latexheader and latexfooter tags
3725
3726 2003-03-14  John Levon  <levon@movementarian.org>
3727
3728         * text2.C: rewrite ::status() a bit
3729
3730 2003-03-13  John Levon  <levon@movementarian.org>
3731
3732         * lyxtext.h: add some docs
3733
3734 2003-03-13  John Levon  <levon@movementarian.org>
3735
3736         * lyxtext.h:
3737         * text.C:
3738         * text2.C:
3739         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
3740
3741 2003-03-13  John Levon  <levon@movementarian.org>
3742
3743         * text3.C: fix appendix redrawing
3744
3745 2003-03-13  John Levon  <levon@movementarian.org>
3746
3747         * text.C (setHeightOfRow):
3748         * rowpainter.h:
3749         * rowpainter.C: make appendix mark have the text
3750           "Appendix" so the user knows what it is
3751
3752         * LColor.h:
3753         * LColor.C: s/appendixline/appendix/ from above
3754
3755 2003-03-13  John Levon  <levon@movementarian.org>
3756
3757         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
3758
3759         * text.C: fix a getChar(pos) bug properly
3760
3761 2003-03-13  Angus Leeming  <leeming@lyx.org>
3762
3763         * commandtags.h:
3764         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
3765         Probably only temporary. Let's see how things pan out.
3766
3767         * BufferView.C (unlockInset):
3768         * BufferView_pimpl.C (fitCursor):
3769         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
3770
3771         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
3772         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
3773
3774         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
3775         new functions that convert ParagraphParameters to and from a string.
3776
3777         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
3778         BufferView::Pimpl's dispatch.
3779         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
3780
3781 2003-03-13 André Pönitz <poenitz@gmx.net>
3782
3783         * lyxfunc.C:
3784         * text3.C:
3785         * factory.C: make it aware of InsetEnv
3786
3787 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3788
3789         * text2.C (setCursor): never ask for one past last
3790         (setCursor): add some debugging messages.
3791
3792         * text.C (singleWidth): never ask for one past last
3793         (singleWidth): ditto
3794         (leftMargin): ditto
3795         (rightMargin): ditto
3796         (rowBreakPoint): ditto
3797         (setHeightOfRow): ditto
3798         (prepareToPrint): ditto
3799
3800         * rowpainter.C (paintBackground): never ask for one past last
3801         (paintText): never ask for one past last
3802
3803         * paragraph_pimpl.C (getChar): make the assert stricter, never
3804         allow the one past last pos to be taken
3805
3806         * paragraph.C (getChar): ws changes only
3807
3808         * lyxrow.C (nextRowIsAllInset): never ask for one past last
3809         (numberOfSeparators): ditto
3810         (numberOfHfills): ditto
3811
3812 2003-03-12  John Levon  <levon@movementarian.org>
3813
3814         * author.h:
3815         * author.C:
3816         * bufferparams.h:
3817         * bufferparams.C:
3818         * paragraph_funcs.C: fix per-buffer authorlists
3819
3820 2003-03-12  John Levon  <levon@movementarian.org>
3821
3822         * text.C: fix newline in right address
3823
3824 2003-03-12  Angus Leeming  <leeming@lyx.org>
3825
3826         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
3827         duplicate those in LyXFunc::dispatch.
3828
3829         * commandtags.h:
3830         * LyXAction.C:
3831         * ToolbarDefaults.C:
3832         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
3833         Add LFUN_FONTFREE_UPDATE.
3834
3835         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
3836         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
3837
3838         * bufferview_func.[Ch]: several new functions to facilliate
3839         transfer of data to and from the character dialog.
3840
3841 2003-03-12  John Levon  <levon@movementarian.org>
3842
3843         * buffer.C:
3844         * paragraph.h:
3845         * paragraph.C:
3846         * paragraph_funcs.C:
3847         * paragraph_pimpl.C:
3848         * sgml.C:
3849         * tabular.C:
3850         * text.C:
3851         * text3.C: remove META_NEWLINE in favour of an inset
3852
3853         * rowpainter.h:
3854         * rowpainter.C: remove paintNewline (done by inset)
3855
3856 2003-03-12  John Levon  <levon@movementarian.org>
3857
3858         * paragraph_pimpl.C: complain about bad getChar()s
3859         for a while at least
3860
3861 2003-03-12  John Levon  <levon@movementarian.org>
3862
3863         * buffer.h:
3864         * buffer.C: move paragraph read into a separate function,
3865         a little renaming to reflect that.
3866
3867         * bufferparams.h:
3868         * bufferparams.C: remove the author_ids map, not necessary now
3869
3870         * factory.h:
3871         * factory.C: moved Buffer::readInset to here
3872
3873         * paragraph_funcs.h:
3874         * paragraph_funcs.C: readParagraph free function moved from
3875         buffer.C
3876
3877         * tabular.C: name change
3878
3879 2003-03-12  John Levon  <levon@movementarian.org>
3880
3881         * buffer.C:
3882         * ParagraphParameters.C: move par params input to
3883         a read() method
3884
3885         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
3886         behave like a normal read from the stream wrt reading
3887         a line vs. a \\token
3888
3889 2003-03-12  John Levon  <levon@movementarian.org>
3890
3891         * paragraph.C:
3892         * ParagraphParameters.h:
3893         * ParagraphParameters.C: move output code to a
3894         ::write() method
3895
3896 2003-03-12  John Levon  <levon@movementarian.org>
3897
3898         * BufferView.C (insertLyXFile):
3899         * buffer.h:
3900         * buffer.C:
3901         * tabular.C: use a parlist iterator for creating the
3902           document.
3903
3904 2003-03-12  John Levon  <levon@movementarian.org>
3905
3906         * buffer.C: make current_change static local not
3907           static file-scope
3908
3909 2003-03-12  John Levon  <levon@movementarian.org>
3910
3911         * buffer.C: fix insertStringAsLines for change tracking
3912
3913 2003-03-12  John Levon  <levon@movementarian.org>
3914
3915         * BufferView.C:
3916         * tabular.C:
3917         * buffer.h:
3918         * buffer.C:
3919         * bufferparams.h:
3920         * bufferparams.C: move author list into params. Rename some
3921           functions. Move the header reading into a separate token
3922           loop. Move the header token reading into BufferParams.
3923
3924 2003-03-12  John Levon  <levon@movementarian.org>
3925
3926         * changes.C: put debug inside lyxerr.debugging() checks
3927
3928 2003-03-11 André Pönitz <poenitz@gmx.net>
3929
3930         * factory.C: make it aware of InsetHFill
3931
3932 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3933
3934         * buffer.C (latexParagraphs): move function from here...
3935         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
3936         args.
3937
3938 2003-03-10  Angus Leeming  <leeming@lyx.org>
3939
3940         * LyXAction.C (init): fix bug in poplating array with multiple entries
3941         with the same LFUN (spotted by JMarc).
3942
3943 2003-03-10  John Levon  <levon@movementarian.org>
3944
3945         * text.C:
3946         * text2.C: move getColumnNearX() near its
3947         only call site
3948
3949 2003-03-10  John Levon  <levon@movementarian.org>
3950
3951         * text.C: fix break before a minipage
3952
3953 2003-03-10  John Levon  <levon@movementarian.org>
3954
3955         * text.C: fix the last commit
3956
3957 2003-03-09  John Levon  <levon@movementarian.org>
3958
3959         * lyxtext.h:
3960         * text.C:
3961         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
3962         bug 365 (don't break before insets unless needed). Don't
3963         return a value > last under any circumstances.
3964
3965 2003-03-09  Angus Leeming  <leeming@lyx.org>
3966
3967         * BufferView_pimpl.C (trackChanges, dispatch): call
3968         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
3969
3970 2003-03-09  Angus Leeming  <leeming@lyx.org>
3971
3972         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
3973         than Dialogs::showAboutlyx().
3974
3975 2003-03-09  Angus Leeming  <leeming@lyx.org>
3976
3977         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
3978         than Dialogs::showTabularCreate().
3979
3980 2003-03-09  John Levon  <levon@movementarian.org>
3981
3982         * lyxtext.h:
3983         * text.C:
3984         * text2.C: 3rd arg to nextBreakPoint was always the same.
3985           Use references.
3986
3987 2003-03-08  John Levon  <levon@movementarian.org>
3988
3989         * lyxrow.C:
3990         * paragraph.C:
3991         * paragraph.h:
3992         * rowpainter.C:
3993         * text.C:
3994         * text2.C: Remove the "main" bit from the "main body"
3995           notion.
3996
3997 2003-03-08  John Levon  <levon@movementarian.org>
3998
3999         * text.C (leftMargin): The left margin of an empty
4000         manual label paragraph should not include the label width
4001         string length.
4002
4003         * text.C (prepareToPrint): don't attempt to measure hfills
4004         for empty manual label paragraphs - the answer should be 0
4005
4006 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4007
4008         * CutAndPaste.C: remove commented code and reindent.
4009
4010 2003-03-08  John Levon  <levon@movementarian.org>
4011
4012         * lyxfunc.h:
4013         * lyxfunc.C: move reloadBuffer()
4014
4015         * BufferView.h:
4016         * BufferView.C: to here
4017
4018         * lyxvc.C: add comment
4019
4020         * vc-backend.h:
4021         * vc-backend.C: call bv->reload() to avoid
4022           getStatus() check on MENURELOAD
4023
4024 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4025
4026         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4027         to an old format .dep file.
4028
4029 2003-03-07  Angus Leeming  <leeming@lyx.org>
4030
4031         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4032         when the LFUN_MOUSE_RELEASE should have been handled by
4033         inset->localDispatch.
4034
4035 2003-03-07  Angus Leeming  <leeming@lyx.org>
4036
4037         * BufferView_pimpl.C (dispatch):
4038         * LyXAction.C (init):
4039         * ToolbarDefaults.C (init):
4040         * commandtags.h:
4041         * lyxfunc.C (getStatus):
4042         remove LFUN_INSET_GRAPHICS.
4043
4044         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4045
4046 2003-03-07  Angus Leeming  <leeming@lyx.org>
4047
4048         * commandtags.h:
4049         * LyXAction.C (init):
4050         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4051
4052         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4053
4054         * commandtags.h:
4055         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4056
4057         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4058         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4059
4060 2003-03-07  Angus Leeming  <leeming@lyx.org>
4061
4062         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4063         remove "ert".
4064
4065 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4066
4067         * ParagraphList.C (front): new function
4068         (back): implement
4069
4070 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4071
4072         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4073         and top_row_offset_. removed var first_y.
4074         * text.C (top_y):
4075         * text2.C (LyXText, removeRow):
4076         * text3.C:
4077         * BufferView_pimpl.C:
4078         use these methods instead of using first_y
4079
4080 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4081
4082         * text2.C (pasteSelection): adjust for checkPastePossible
4083
4084         * CutAndPaste.C: remove Paragraph * buf and replace with
4085         ParagraphList paragraphs.
4086         (DeleteBuffer): delete
4087         (cutSelection): change the tc type to textclass_type
4088         (copySelection): change the tc type to textclass_type
4089         (copySelection): adjust for ParagraphList
4090         (pasteSelection): change the tc type to textclass_type
4091         (pasteSelection): adjust for Paragraphlist
4092         (nrOfParagraphs): simplify for ParagraphList
4093         (checkPastePossible): simplify for ParagraphList
4094         (checkPastePossible): remove unused arg
4095
4096         * ParagraphList.C (insert): handle the case where there are no
4097         paragraphs yet.
4098
4099         * CutAndPaste.h: make CutAndPaste a namespace.
4100
4101         * text3.C (dispatch): adjust
4102
4103         * text.C (breakParagraph): add a ParagraphList as arg
4104
4105         * paragraph_funcs.C (breakParagraph): change to take a
4106         BufferParams and a ParagraphList as args.
4107         (breakParagraphConservative): ditto
4108         (mergeParagraph): ditto
4109         (TeXDeeper): add a ParagraphList arg
4110         (TeXEnvironment): ditto
4111         (TeXOnePar): ditto
4112
4113         * buffer.C (readLyXformat2): adjust
4114         (insertStringAsLines): adjust
4115         (latexParagraphs): adjust
4116
4117         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4118         (cutSelection): adjust
4119         (pasteSelection): adjust
4120
4121         * BufferView_pimpl.C (insertInset): adjust
4122
4123 2003-03-05  Angus Leeming  <leeming@lyx.org>
4124
4125         * commandtags.h:
4126         * LyXAction.C (init):
4127         * BufferView_pimpl.C (dispatch):
4128         * lyxfunc.C (getStatus):
4129         remove LFUN_CHILD_INSERT.
4130
4131         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4132
4133 2003-03-05  Angus Leeming  <leeming@lyx.org>
4134
4135         * commandtags.h:
4136         * LyXAction.C (init):
4137         * src/factory.C (createInset):
4138         * lyxfunc.C (getStatus):
4139         * text3.C (dispatch):
4140         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4141
4142         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4143
4144 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4145
4146         * ParagraphList.C (insert): handle insert right before end()
4147         (erase): fix cases where it can be first or last paragraph.
4148
4149 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4150
4151         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4152         Paragraph::next and Paragraph::previous
4153         (TeXOnePar): ditto
4154
4155         * text.C (breakParagraph): adjust
4156
4157         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4158         BufferParams& as arg.
4159         (breakParagraph): use ParagraphList::insert
4160         (breakParagraphConservative): take a Buffer* instead of a
4161         BufferParams& as arg.
4162         (breakParagraphConservative): use ParagraphList::insert.
4163
4164         * buffer.C (insertStringAsLines): un-const it
4165         (insertStringAsLines): adjust
4166
4167         * ParagraphList.C (insert): new function
4168
4169         * CutAndPaste.C (pasteSelection): adjust
4170
4171         * text.C (backspace): adjust
4172
4173         * tabular.C (SetMultiColumn): adjust
4174
4175         * CutAndPaste.C (cutSelection): adjust
4176         (pasteSelection): adjust
4177
4178         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4179         Buffer const * as arg
4180
4181         * ParagraphList.C (erase): new function
4182         * paragraph_funcs.C (mergeParagraph): use it
4183         (mergeParagraph): make it take a Buffer* instead of a
4184         BufferParams* as arg
4185
4186         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4187         as arg
4188         (breakParagraphConservative): ditto
4189
4190         * paragraph.h: remove the breakParagraph friend
4191
4192         * paragraph.C (eraseIntern): new function
4193         (setChange): new function
4194
4195         * paragraph_funcs.C (mergeParagraph): make it take a
4196         ParagraphList::iterator instead of a Paragraph *, adjust
4197         accordingly.
4198
4199         * paragraph.h: move an #endif so that the change tracking stuff
4200         also works in the NO_NEXT case.
4201
4202 2003-03-04  Angus Leeming  <leeming@lyx.org>
4203
4204         * commandtags.h:
4205         * LyXAction.C: new LFUN_INSET_MODIFY.
4206
4207         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4208         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4209
4210 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4211
4212         * several files: ws changes only
4213
4214         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4215         (TeXEnvironment): ditto
4216         (TeXDeeper): ditto
4217
4218         * buffer.C (makeLaTeXFile): adjust
4219         (latexParagraphs): make it take ParagraphList::iterator as args
4220
4221 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4222
4223         * buffer.C (latexParagraphs): adjust
4224
4225         * paragraph.C (TeXOnePar): move function...
4226         (optArgInset): move function...
4227         (TeXEnvironment): move function...
4228         * paragraph_pimpl.C (TeXDeeper): move function...
4229         * paragraph_funcs.C: ...here
4230
4231         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4232
4233 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4234
4235         * buffer.C (readInset): remove compability code for old Figure and
4236         InsetInfo insets
4237
4238 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4239
4240         * buffer.C: ws changes
4241         (readInset):
4242
4243         * BufferView_pimpl.C: ditto
4244         * author.C: ditto
4245         * buffer.h: ditto
4246         * bufferlist.h: ditto
4247         * changes.h: ditto
4248         * lyxfunc.C: ditto
4249
4250 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4251
4252         * converter.[Ch]: split into itself +
4253         * graph.[Ch]
4254         * format.[Ch]
4255         * Makefile.am: += graph.[Ch] + format.[Ch]
4256         * MenuBackend.C
4257         * buffer.C
4258         * exporter.C
4259         * importer.C
4260         * lyx_main.C
4261         * lyxfunc.C
4262         * lyxrc.C: added #include "format.h"
4263
4264 2003-02-27  Angus Leeming  <leeming@lyx.org>
4265
4266         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4267           a label.
4268
4269         * factory.C (createInset): add "label" to the factory.
4270
4271         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4272           string and do no more.
4273
4274 2003-02-27  Angus Leeming  <leeming@lyx.org>
4275
4276         * commandtags.h:
4277         * LyXAction.C (init):
4278         * factory.C (createInset):
4279         * BufferView_pimpl.C (dispatch):
4280           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4281
4282         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4283
4284         * lyxfunc.C (dispatch):
4285         * text3.C (dispatch): pass name to params2string.
4286
4287 2003-02-26  Angus Leeming  <leeming@lyx.org>
4288
4289         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4290           blocks together.
4291           Rearrange the ~includes. Strip out the unnecessary ones.
4292
4293         * factory.C (createInset): reformat.
4294           create new insets for the various LFUN_XYZ_APPLY lfuns.
4295
4296 2003-02-26  John Levon  <levon@movementarian.org>
4297
4298         * lyxrow.h:
4299         * lyxrow.C: add isParStart,isParEnd helpers
4300
4301         * paragraph.h: make isInserted/DeletedText take refs
4302
4303         * paragraph_funcs.h:
4304         * paragraph_funcs.C: remove #if 0'd code
4305
4306         * lyxtext.h:
4307         * text3.C:
4308         * text2.C:
4309         * text.C: use lyxrow helpers above.
4310           Move draw and paint routines to RowPainter.
4311           Make several methods use refs not pointers.
4312           Make backgroundColor() const.
4313           Add markChangeInDraw(), isInInset().
4314           Merge changeRegionCase into changeCase.
4315           Make workWidth() shouldn't-happen code into an Assert.
4316
4317         * rowpainter.h:
4318         * rowpainter.C: new class for painting a row.
4319
4320         * vspace.h:
4321         * vspace.C: make inPixels take a ref
4322
4323 2003-02-26  Angus Leeming  <leeming@lyx.org>
4324
4325         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4326         LFUN_REF_APPLY.
4327
4328 2003-02-25  John Levon  <levon@movementarian.org>
4329
4330         * ispell.C: give the forked command a more accurate name
4331
4332 2003-02-22  John Levon  <levon@movementarian.org>
4333
4334         * toc.h:
4335         * toc.C: make TocItem store an id not a Paragraph *
4336           (bug #913)
4337
4338 2003-02-21  Angus Leeming  <leeming@lyx.org>
4339
4340         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4341           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4342           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4343           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4344           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4345           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4346
4347         * BufferView_pimpl.C (dispatch):
4348         * LyXAction.C (init):
4349         * factory.C (createInset):
4350         * lyxfunc.C (getStatus, dispatch):
4351         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4352
4353 2003-02-21  Angus Leeming  <leeming@lyx.org>
4354
4355         * BufferView_pimpl.C (MenuInsertLyXFile):
4356         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4357         * lyxfunc.C (menuNew, open, doImport):
4358           no longer pass a LyXView & to fileDlg.
4359
4360 2003-02-21  Angus Leeming  <leeming@lyx.org>
4361
4362         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4363         * LyXAction.C: change, BIBKEY to BIBITEM.
4364         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4365         Change InsetBibKey to InsetBibitem.
4366         Change BIBKEY_CODE to BIBITEM_CODE.
4367         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4368         * factory.C: replace insetbib.h with insetbibitem.h.
4369         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4370         * paragraph.C: replace insetbib.h with insetbibitem.h.
4371         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4372         Change bibkey() to bibitem().
4373         * text.C: remove insetbib.h.
4374         * text2.C: replace insetbib.h with insetbibitem.h.
4375         change bibkey() to bibitem().
4376         * text3.C: remove insetbib.h.
4377         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4378
4379 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4380
4381         * lyxrc.C (output): enclose user email in quotes (in case there are
4382         several words)
4383
4384 2003-02-18  John Levon  <levon@movementarian.org>
4385
4386         * buffer.h: add std::
4387
4388 2003-02-17  John Levon  <levon@movementarian.org>
4389
4390         * SpellBase.h:
4391         * ispell.h:
4392         * ispell.C:
4393         * pspell.h:
4394         * pspell.C: reworking. Especially in ispell, a large
4395           number of clean ups and bug fixes.
4396
4397         * lyxfunc.C: fix revert to behave sensibly
4398
4399 2003-02-17 André Pönitz <poenitz@gmx.net>
4400
4401         * LyXAction.C:
4402         * commandtags.h: new LFUN_INSERT_BIBKEY
4403
4404         * layout.h:
4405         * lyxlayout.C:
4406         * buffer.C:
4407         * factory.C:
4408         * text.C:
4409         * text2.C:
4410         * text3.C:
4411         * paragraph.[Ch]:
4412         * paragraph_func.C: remove special bibkey handling
4413
4414 2003-02-17  John Levon  <levon@movementarian.org>
4415
4416         * text.C (Delete): fix case where delete at the end of
4417           the very first paragraph would not merge the pars
4418
4419 2003-02-17  John Levon  <levon@movementarian.org>
4420
4421         * lyxrow.C: fix lastPrintablePos()
4422
4423 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4424
4425         * bufferparams.C (writeLaTeX): add a std:here
4426
4427         * buffer.C: and remove a using directive there
4428
4429 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4430
4431         * buffer.C (makeLaTeXFile): move the code that generates the
4432           preamble...
4433
4434         * bufferparams.C (writeLaTeX): ... in this new method
4435
4436         * LaTeXFeatures.C (getEncodingSet): make const
4437           (getLanguages): make const
4438
4439         * MenuBackend.C (binding): returns the binding associated to this
4440           action
4441           (add): sets the status of each item by calling getStatus. Adds
4442           some intelligence.
4443           (read): add support for OptSubMenu
4444           (expand): remove extra separator at the end of expanded menu
4445
4446 2003-02-15  John Levon  <levon@movementarian.org>
4447
4448         * BufferView.C:
4449         * BufferView_pimpl.C:
4450         * bufferlist.h:
4451         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4452           inset code that had no actual effect. Remove unneeded status
4453           code.
4454
4455 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4456
4457         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4458           in preamble
4459
4460 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4461
4462         * text.C (drawLengthMarker): also draw an arrow marker for
4463           symbolic lengths (medskip...)
4464
4465 2003-02-14  John Levon  <levon@movementarian.org>
4466
4467         * tabular.h:
4468         * tabular.C: better method names
4469
4470 2003-02-14  John Levon  <levon@movementarian.org>
4471
4472         * BufferView_pimpl.C:
4473         * bufferlist.C:
4474         * buffer.C:
4475         * converter.C:
4476         * lyx_cb.C:
4477         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4478           it's a more accurate name. Remove some pointless uses.
4479
4480 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4481
4482         * text2.C (LyXText): change order of initilizers to shut off
4483           warnings
4484
4485 2003-02-14  John Levon  <levon@movementarian.org>
4486
4487         * buffer.C: use ParIterator for getParFromID()
4488
4489         * paragraph.h:
4490         * paragraph.C:
4491         * paragraph_pimpl.h:
4492         * paragraph_pimpl.C: remove unused getParFromID()
4493
4494 2003-02-14  John Levon  <levon@movementarian.org>
4495
4496         * buffer.C: remove some very old #if 0'd parse code
4497
4498 2003-02-13  John Levon  <levon@movementarian.org>
4499
4500         * text.h:
4501         * text.C:
4502         * text2.C: move hfillExpansion(), numberOfSeparators(),
4503           rowLast(), rowLastPrintable(), numberofHfills(),
4504           numberOfLabelHfills() ...
4505
4506         * lyxrow.h:
4507         * lyxrow.C: ... to member functions here.
4508
4509         * paragraph.h:
4510         * paragraph.C:
4511         * lyxtext.h:
4512         * text.C: remove LyXText::beginningOfMainBody(), and call
4513           p->beginningOfMainBody() directly. Move the check for
4514           LABEL_MANUAL into the latter.
4515
4516         * text.h:
4517         * text.C:
4518         * text2.C:
4519         * vspace.C:
4520         * BufferView.h:
4521         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4522
4523         * text.h:
4524         * text.C:
4525         * text2.C:
4526         * text3.C:
4527         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4528           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4529
4530 2003-02-13  John Levon  <levon@movementarian.org>
4531
4532         * CutAndPaste.C: remove debug
4533
4534 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4535
4536         * paragraph.C (asString): remove two unused variables
4537
4538         * lyxtextclass.C (readTitleType):
4539           (Read):
4540           (LyXTextClass): handle new members titletype_ and titlename_
4541
4542         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4543
4544 2003-02-09  John Levon  <levon@movementarian.org>
4545
4546         * buffer.h:
4547         * buffer.C: replace hand-coded list with a map for the dep clean
4548
4549 2003-02-08  John Levon  <levon@movementarian.org>
4550
4551         * LaTeX.C: consolidate code into showRunMessage() helper
4552
4553 2003-02-08  John Levon  <levon@movementarian.org>
4554
4555         * lyxfind.C:
4556         * lyxtext.h:
4557         * text2.C:
4558         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4559           and pass the size in explicitly
4560
4561         * BufferView_pimpl.h:
4562         * BufferView_pimpl.C:
4563         * BufferView.h:
4564         * BufferView.C: add getCurrentChange()
4565
4566         * BufferView_pimpl.h:
4567         * BufferView_pimpl.C: handle change lfuns
4568
4569         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4570           for changes. Mark pasted paragraphs as new.
4571
4572         * support/lyxtime.h:
4573         * support/lyxtime.C:
4574         * DepTable.C: abstract time_t as lyx::time_type
4575
4576         * LColor.h:
4577         * LColor.C: add colours for new text, deleted text, changebars
4578
4579         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4580           package use "usenames" option.
4581
4582         * commandtags.h:
4583         * lyxfunc.C:
4584         * LyXAction.C: add change lfuns
4585
4586         * Makefile.am:
4587         * author.h:
4588         * author.C: author handling
4589
4590         * buffer.h:
4591         * buffer.C: add a per-buffer author list, with first entry as
4592           current author. Handle new .lyx tokens for change tracking. Output
4593           author list to .lyx file. Output dvipost stuff to .tex preamble.
4594           Bump lyx format to 222.
4595
4596         * bufferlist.h:
4597         * bufferlist.C: add setCurrentAuthor() to reset current author details
4598           in all buffers.
4599
4600         * bufferparams.h:
4601         * bufferparams.C: add param for tracking
4602
4603         * bufferview_funcs.C: output change info in minibuffer
4604
4605         * Makefile.am:
4606         * changes.h:
4607         * changes.C: add change-tracking structure
4608
4609         * debug.h:
4610         * debug.C: add CHANGES debug flag
4611
4612         * lyxfind.h:
4613         * lyxfind.C: add code for finding the next change piece
4614
4615         * lyxrc.h:
4616         * lyxrc.C: add user_name and user_email
4617
4618         * lyxrow.h:
4619         * lyxrow.C: add a metric for the top of the text line
4620
4621         * lyxtext.h:
4622         * text.C: implement accept/rejectChange()
4623
4624         * lyxtext.h:
4625         * text.C: paint changebars. Paint new/deleted text in the chosen
4626         colours. Strike through deleted text.
4627
4628         * paragraph.h:
4629         * paragraph.C:
4630         * paragraph_pimpl.h:
4631         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4632           in the current change to the insert functions. Rework erase to
4633           mark text as deleted, adding an eraseIntern() and a range-based
4634           erase(). Implement per-paragraph change lookup and
4635           accept/reject.
4636
4637         * paragraph_funcs.C: Fixup paste for change tracking.
4638
4639         * tabular.C: mark added row/columns as new.
4640
4641         * text.C: fix rowLast() to never return -1. Don't allow
4642           spellchecking of deleted text. Track transpose changes. Don't
4643           allow paragraph break or merge where appropriate.
4644
4645         * text2.C: leave cursor at end of selection after a cut.
4646
4647 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4648
4649         * text.C (getLengthMarkerHeight):
4650         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4651         visible on screen too.
4652
4653 2003-02-07  John Levon  <levon@movementarian.org>
4654
4655         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4656
4657 2003-02-05  Angus Leeming  <leeming@lyx.org>
4658
4659         * lyxserver.C (read_ready): revert my patch of 11 September last year
4660         as it sends PC cpu through the roof. Presumably this means that
4661         the lyxserver will no longer run on an Alpha...
4662
4663 2003-01-30  Angus Leeming  <leeming@lyx.org>
4664
4665         * factory.C (createInset): create an InsetCommandParam of type "index"
4666         and use it to 'do the right thing'.
4667
4668         * text2.C (getStringToIndex): ensure that cursor position is always
4669         reset to the reset_cursor position.
4670
4671 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4672
4673         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4674         disabled.
4675
4676 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4677
4678         * bufferview.C:
4679         * lyxcb.C:
4680         * lyxfunc.C: Output messages with identical spelling, punctuation,
4681         and spaces
4682
4683 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4684
4685         * MenuBackend.C (expandFormats): List only viewable export formats
4686         in "View" menu
4687
4688         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
4689         message
4690
4691         * lyxfunc.C (getStatus): Make sure that formats other than
4692         "fax" can also be disabled
4693
4694 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4695
4696         * text3.C (dispatch): put the lfuns that insert insets in 3
4697         groups, and call doInsertInset with appropriate arguments.
4698         (doInsertInset): new function, that creates an inset and inserts
4699         it according to some boolean parameters.
4700
4701 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4702
4703         * buffer.C (readFile): remember to pass on 'par' when calling
4704         readFile recursively.
4705
4706 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4707
4708         * MenuBackend.C (expandFormats): add "..." to import formats.
4709
4710 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4711
4712         * paragraph.C (asString): Remove XForms RTL hacks.
4713
4714 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
4715         * buffer.C: fix typo
4716
4717 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4718
4719         * Makefile.am (LIBS): delete var
4720         (lyx_LDADD): add @LIBS@ here instead.
4721
4722 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
4723
4724         * Clarify the meaning of "wheel mouse jump"
4725
4726 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4727
4728         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
4729         tabular in a float
4730
4731 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4732
4733         * importer.C (Loaders): do not preallocate 3 elements in the
4734         vector, since one ends up with 6 elements otherwise
4735
4736 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4737
4738         * DepTable.C (write): write the file name as last element of the
4739         .dep file (because it may contain spaces)
4740         (read): read info in the right order
4741
4742 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4743
4744         * paragraph_pimpl.C (simpleTeXBlanks):
4745         (simpleTeXSpecialChars):
4746         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
4747
4748         * tabular.C (latex): add some missing case statements. Reindent.
4749
4750         * MenuBackend.C (expandToc): remove unused variable.
4751
4752 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4753
4754         * LColor.C:
4755         * LaTeX.C:
4756         * LyXAction.C:
4757         * MenuBackend.C:
4758         * buffer.C:
4759         * exporter.C:
4760         * lyxfunc.C:
4761         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
4762         and the like.
4763
4764 2003-01-05  John Levon  <levon@movementarian.org>
4765
4766         * BufferView.h:
4767         * BufferView.C: add getEncoding()
4768
4769         * kbsequence.h:
4770         * kbsequence.C: do not store last keypress
4771
4772         * lyxfunc.h:
4773         * lyxfunc.C: store last keypress here instead. Pass encoding
4774           to getISOEncoded()
4775
4776 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4777
4778         * lyx_main.C (init): remove annoying error message when following
4779         symbolic links (bug #780)
4780
4781 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4782
4783         * text.C (insertChar):
4784         * lyxrc.C (getDescription): remove extra spaces
4785
4786 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4787
4788         * lyxrc.C (getDescription): remove extra spaces
4789
4790 2002-12-20  John Levon  <levon@movementarian.org>
4791
4792         * text3.C: hack fix for page up/down across tall rows
4793
4794 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4795
4796         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
4797         not been invoked
4798
4799 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4800
4801         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
4802         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
4803         thesaurus is not compiled in
4804
4805 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
4806
4807         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
4808
4809 2002-12-16  Angus Leeming  <leeming@lyx.org>
4810
4811         * lyxrc.[Ch]:
4812         * lyx_main.C (init): remove override_x_deadkeys stuff.
4813
4814 2002-12-12  John Levon  <levon@movementarian.org>
4815
4816         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
4817           insert. Only remove shift modifier under strict
4818           circumstances.
4819
4820 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4821
4822         * MenuBackend.C (expandToc): fix crash.
4823
4824 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4825
4826         * MenuBackend.C (expandToc): gettext on float names.
4827
4828 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4829
4830         * lyxlength.[Ch]: set default unit to UNIT_NONE,
4831         implement bool empty() [bug 490]
4832
4833 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4834
4835         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
4836
4837 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4838
4839         * several files: ws changes
4840
4841 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4842
4843         * text2.C (setCounter): clean up a bit, use boost.format.
4844         (updateCounters): initialize par upon declaration.
4845
4846         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
4847         if the layout exists. We do not just store the layout any more.
4848         (SwitchLayoutsBetweenClasses): use boost.format
4849
4850 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4851
4852         * converter.C (convert): if from and to files are the same, use a
4853         temporary files as intermediary
4854
4855 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4856
4857         * commandtags.h:
4858         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
4859
4860 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
4861
4862         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
4863
4864 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4865
4866         * tabular.C (asciiPrintCell): use string(size, char) instead of
4867         explicit loop.
4868
4869         * sgml.C (openTag): fix order of arguments to string constructor
4870         (closeTag): ditto
4871
4872         * lyxfunc.C (dispatch): use boost.format
4873
4874         * lots of files: change "c" -> 'c'
4875
4876 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
4877
4878         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
4879
4880 2002-11-25  Angus Leeming  <leeming@lyx.org>
4881
4882         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
4883
4884         * lyx_main.C (init): compile fix.
4885
4886 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4887
4888         * lyx_cb.C (start): boost.formatify
4889         do not include <iostream>
4890
4891         * lengthcommon.C: ws only
4892
4893         * boost-inst.C,BoostFormat.h: add more explict instantations
4894
4895 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4896
4897         * lots of files: handle USE_BOOST_FORMAT
4898
4899 2002-11-21  John Levon  <levon@movementarian.org>
4900
4901         * pspell.C: fix compile
4902
4903 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4904
4905         * lyxfunc.C (dispatch): use boost::format
4906         (open): ditto
4907         (doImport): ditto
4908
4909         * lyxfont.C (stateText): use boost::format
4910
4911         * lyx_main.C (LyX): use boost::format
4912         (init): ditto
4913         (queryUserLyXDir): ditto
4914         (readRcFile): ditto
4915         (parse_dbg): ditto
4916         (typedef boost::function): use the recommened syntax.
4917
4918         * importer.C (Import): use boost::format
4919
4920         * debug.C (showLevel): use boost::format
4921
4922         * converter.C (view): use boost::format
4923         (convert): ditto
4924         (move): ditto
4925         (scanLog): ditto
4926
4927         * bufferview_funcs.C (currentState): use boost::format
4928
4929         * bufferlist.C (emergencyWrite): use boost::format
4930
4931         * buffer.C (readLyXformat2): use boost::format
4932         (parseSingleLyXformat2Token): ditto
4933
4934         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
4935
4936         * LaTeX.C (run): use boost::format
4937
4938         * Chktex.C (scanLogFile): use boost::format
4939
4940         * BufferView_pimpl.C (savePosition): use boost::format
4941         (restorePosition): ditto
4942         (MenuInsertLyXFile): ditto
4943
4944         * BoostFormat.h: help file for explicit instation.
4945
4946 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
4947
4948         * tabular.C (latex): Support for block alignment in fixed width
4949         columns.
4950
4951 2002-11-17  John Levon  <levon@movementarian.org>
4952
4953         * BufferView_pimpl.C:
4954         * lyx_cb.C:
4955         * lyxfunc.C: split filedialog into open/save
4956
4957 2002-11-08  Juergen Vigna  <jug@sad.it>
4958
4959         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
4960         by my last patch (hopefully).
4961
4962 2002-11-08  John Levon  <levon@movementarian.org>
4963
4964         * iterators.h:
4965         * iterators.C:
4966         * buffer.h:
4967         * buffer.C:
4968         * paragraph.h:
4969         * paragraph.C:
4970         * toc.h:
4971         * toc.C: ParConstIterator, and use it (from Lars)
4972
4973 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
4974
4975         * lyxtextclass.[Ch]: revise and add doxygen comments
4976
4977 2002-11-07  John Levon  <levon@movementarian.org>
4978
4979         * text.C: fix progress value for spellchecker
4980
4981         * toc.C: fix navigate menu for insetwrap inside minipage
4982
4983         * paragraph_funcs.C: added FIXME for suspect code
4984
4985 2002-11-07  John Levon  <levon@movementarian.org>
4986
4987         * BufferView_pimpl.C: fix redrawing of insets
4988           on buffer switch
4989
4990 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4991
4992         * text2.C (updateCounters): fix bug 668
4993
4994 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
4995
4996         * text3.C (dispatch): Do not make the buffer dirty when moving the
4997         cursor.
4998
4999 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5000
5001         * vc-backend.C: STRCONV
5002         (scanMaster): ditto
5003
5004         * text2.C (setCounter): STRCONV
5005
5006         * paragraph.C (asString): STRCONV
5007
5008         * lyxlength.C (asString): STRCONV
5009         (asLatexString): ditto
5010
5011         * lyxgluelength.C (asString): STRCONV
5012         (asLatexString): ditto
5013
5014         * lyxfunc.C (dispatch): STRCONV
5015         (open): ditto
5016
5017         * lyxfont.C (stateText): STRCONV
5018
5019         * importer.C (Import): STRCONV
5020
5021         * counters.C (labelItem): STRCONV
5022         (numberLabel): ditto
5023         (numberLabel): remove unused ostringstream o
5024
5025         * chset.C: STRCONV
5026         (loadFile): ditto
5027
5028         * bufferview_funcs.C (currentState): STRCONV
5029
5030         * buffer.C (readFile): STRCONV
5031         (asciiParagraph): ditto
5032         (makeLaTeXFile): ditto
5033
5034         * Spacing.C (writeEnvirBegin): STRCONV
5035
5036         * LaTeXFeatures.C (getLanguages): STRCONV
5037         (getPackages): ditto
5038         (getMacros): ditto
5039         (getBabelOptions): ditto
5040         (getTClassPreamble): ditto
5041         (getLyXSGMLEntities): ditto
5042         (getIncludedFiles): ditto
5043
5044         * LaTeX.C: STRCONV
5045         (run): ditto
5046         (scanAuxFile): ditto
5047         (deplog): ditto
5048
5049         * LString.h: add the STRCONV macros
5050
5051         * BufferView_pimpl.C (savePosition): STRCONV
5052         (restorePosition): ditto
5053         (MenuInsertLyXFile): ditto
5054
5055         * vc-backend.C (scanMaster): change from submatch[...] to
5056         submatch.str(...)
5057
5058         * funcrequest.C: include config.h
5059
5060         * factory.C: include config.h
5061
5062         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5063
5064         * box.C: include config.h
5065
5066         * LaTeX.C (scanAuxFile): change from submatch[...] to
5067         submatch.str(...)
5068         (deplog): ditto
5069
5070 2002-10-25  Angus Leeming  <leeming@lyx.org>
5071
5072         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5073
5074         * ispell.[Ch] (setError): new method.
5075         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5076         Use setError() insetead of goto END.
5077
5078         * lyx_cb.C (AutoSave): move out child process into new class
5079         AutoSaveBuffer.
5080
5081 2002-10-30  John Levon  <levon@movementarian.org>
5082
5083         * text3.C: make start appendix undoable
5084
5085 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5086
5087         * lyxlength.C (inPixels): Fix returned value.
5088
5089         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5090         environment.
5091
5092 2002-10-24  Angus Leeming  <leeming@lyx.org>
5093
5094         * lyxgluelength.h: no need to forward declare BufferParams
5095         or BufferView, so don't.
5096
5097 2002-10-21  John Levon  <levon@movementarian.org>
5098
5099         * BufferView.C: menuUndo ->undo, redo
5100
5101         * BufferView.h: document, remove dead, make some methods private
5102
5103         * paragraph_funcs.h:
5104         * paragraph_funcs.C:
5105         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5106
5107         * buffer.h:
5108         * buffer.C:
5109         * sgml.h:
5110         * sgml.C: move sgml open/close tag into sgml.C
5111
5112         * bufferview_funcs.h: unused prototype
5113
5114         * lyxfunc.h:
5115         * lyxfunc.C: remove unused
5116
5117         * lyxtext.h:
5118         * text.C: remove unused
5119
5120 2002-10-21  John Levon  <levon@movementarian.org>
5121
5122         * BufferView.h:
5123         * BufferView.C:
5124         * BufferView_pimpl.h:
5125         * BufferView_pimpl.C: fix mouse wheel handling based on
5126           patch from Darren Freeman
5127
5128 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5129
5130         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5131
5132 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5133
5134         * lyxlength.C (inPixels): Fix hanfling of negative length.
5135         Fix LyXLength::MU case.
5136
5137 2002-10-16  John Levon  <levon@movementarian.org>
5138
5139         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5140
5141 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5142
5143         * converter.C (view): add support for $$i (file name) and $$p
5144         (file path) for the viewer command. If $$i is not specified, then
5145         it is appended to the command (for compatibility with old syntax)
5146
5147 2002-10-14  Juergen Vigna  <jug@sad.it>
5148
5149         * undo_funcs.C (textHandleUndo): alter the order in which the
5150         new undopar is added to the LyXText, as we have to set first
5151         the right prev/next and then add it as otherwise the rebuild of
5152         LyXText is not correct. Also reset the cursor to the right paragraph,
5153         with this IMO we could remove the hack in "redoParagraphs()".
5154
5155 2002-10-09  Angus Leeming  <leeming@lyx.org>
5156
5157         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5158         to turn off an optimisation if a new inset is to be inserted.
5159
5160 2002-10-11 André Pönitz <poenitz@gmx.net>
5161
5162         * lyxtext.h: make some functions public to allow access
5163         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5164
5165 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5166
5167         * text3.C (dispatch): when changing layout, avoid an infinite loop
5168         [bug #652]
5169
5170 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5171
5172         * lyxrc.C (read): treat a viewer or converter command of "none" as
5173         if it were empty.
5174
5175         * MenuBackend.C (expandFormats): for an update, also allow the
5176         formats that are not viewable
5177
5178         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5179         script if it is newer than the lyxrc.defaults in user directory
5180
5181 2002-10-07 André Pönitz <poenitz@gmx.net>
5182
5183         * text.C: Vitaly Lipatov's small i18n fix
5184
5185 2002-09-25  Angus Leeming  <leeming@lyx.org>
5186
5187         * ispell.h: doxygen fix.
5188
5189 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5190
5191         * buffer.h (readFile): Add a new argument to the method, to allow
5192         reading of old-format templates.
5193
5194 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5195
5196         * toc.C (getTocList): Get TOC from InsetWrap.
5197
5198 2002-09-16  John Levon  <levon@movementarian.org>
5199
5200         * lyxfunc.C: check tabular for cut/copy too
5201
5202 2002-09-12  John Levon  <levon@movementarian.org>
5203
5204         * LyXAction.C: tidy
5205
5206         * factory.h:
5207         * factory.C: add header
5208
5209         * paragraph_funcs.h:
5210         * paragraph_funcs.C: cleanup
5211
5212 2002-09-11  John Levon  <levon@movementarian.org>
5213
5214         * PrinterParams.h: odd/even default to true
5215
5216 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5217
5218         * PrinterParams.h: update printer parameters for new xforms dialog
5219
5220 2002-09-11  Angus Leeming  <leeming@lyx.org>
5221
5222         * lyxserver.C (read_ready): re-write to make it more transparent
5223         and to make it work in coherent fashion under Tru64 Unix.
5224
5225 2002-09-11  André Pönitz <poenitz@gmx.net>
5226
5227         * commandtags.h:
5228         * LyXAction.C:
5229         * text3.C: implement LFUN_WORDSEL
5230
5231 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5232
5233         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5234         make floatlist_ a boost::shared_ptr<FloatList>
5235
5236         * lyxtextclass.C: include FloatList.h
5237         (LyXTextClass): initialize floatlist_
5238         (TextClassTags): add TC_NOFLOAT
5239         (Read): match "nofloat" to TC_NOFLOAT and use it.
5240         (readFloat): modify call to floatlist_
5241         (floats): ditto
5242         (floats): ditto
5243
5244         * FloatList.[Ch] (FloatList): remove commented out float
5245         initialization.
5246         (erase): new function
5247
5248 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5249
5250         * MenuBackend.C (expandToc): fix crash when there is no document
5251         open
5252
5253 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5254
5255         * many files: Add insetwrap.
5256
5257 2002-09-09  John Levon  <levon@movementarian.org>
5258
5259         * text2.C: remove confusing and awkward depth wraparound
5260
5261 2002-09-09  John Levon  <levon@movementarian.org>
5262
5263         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5264
5265         * buffer.h:
5266         * buffer.C: remove getIncludeonlyList()
5267
5268         * paragraph.C:
5269         * lyxfunc.C: remove headers
5270
5271 2002-09-09  Juergen Vigna  <jug@sad.it>
5272
5273         * text.C (getColumnNearX): fix form Michael this is most
5274         probably a cut&paste bug.
5275
5276 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5277
5278         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5279
5280         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5281         references, ws changes.
5282
5283         * text2.C (init): update counters after init
5284         (insertParagraph): no need to set counter on idividual paragraphs.
5285         (setCounter): access the counters object in the textclass object
5286         on in the buffer object.
5287         (updateCounters): ditto
5288
5289         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5290         shared_ptr<Counters> to avoid loading counters.h in all
5291         compilation units.
5292         (LyXTextClass): initialize ctrs_
5293         (TextClassTags): add TC_COUNTER, and ...
5294         (Read): use it here.
5295         (CounterTags): new tags
5296         (readCounter): new function
5297         (counters): new funtion
5298         (defaultLayoutName): return a const reference
5299
5300         * counters.C (Counters): remove contructor
5301         (newCounter): remove a couple of unneeded statements.
5302         (newCounter): simplify a bit.
5303         (numberLabel): some small formatting changes.
5304
5305         * buffer.[Ch]: remove all traces of counters, move the Counters
5306         object to the LyXTextClass.
5307
5308 2002-09-06  Alain Castera  <castera@in2p3.fr>
5309
5310         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5311         package to set the horizontal alignment on fixed width columns.
5312
5313         * lyx_sty.C:
5314         * lyx_sty.h: added tabularnewline macro def.
5315
5316         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5317
5318 2002-09-06  John Levon  <levon@movementarian.org>
5319
5320         * LyXAction.C: tooltips for sub/superscript
5321
5322         * MenuBackend.C: a bit more verbose
5323
5324         * lyxfunc.C: tiny clean
5325
5326         * undo_funcs.C: document undo_frozen
5327
5328 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5329
5330         * counters.C (Counters): add missing algorithm counter.
5331
5332         * text2.C (setCounter): lookup the counter with layouts latexname
5333         instead of by section number.
5334         (setCounter): use a hackish way to lookup the correct enum
5335         counter.
5336         a float name->type change
5337         reset enum couners with counter name directly instead of depth value.
5338
5339         * counters.C (Counters): remove the push_backs, change to use the
5340         float type not the float name.
5341         (labelItem): remove unused string, float name->type change
5342
5343         * counters.h: don't include vector, loose the enums and sects vectors
5344
5345 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5346
5347         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5348         (Read): add float->TC_FLOAT to textclassTags
5349         (Read): and handle it in the switch
5350         (readFloat): new function
5351
5352         * FloatList.C (FloatList): comment out the hardcoded float
5353         definitions.
5354
5355         * lyxlayout.h: ws change.
5356
5357 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5358
5359         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5360
5361 2002-09-03  Angus Leeming  <leeming@lyx.org>
5362
5363         * BufferView_pimpl.h: qualified name is not allowed in member
5364         declaration: WorkArea & Pimpl::workarea() const;
5365
5366         * factory.C: added using std::endl directive.
5367
5368         * text3.C: added using std::find and std::vector directives.
5369
5370 2002-08-29  André Pönitz <poenitz@gmx.net>
5371
5372         * lyxtext.h:
5373         * text2.C: remove unused member number_of_rows
5374
5375         * Makefile.am:
5376         * BufferView2.C: remove file, move contents to...
5377         * BufferView.C: ... here
5378
5379         * BufferView_pimpl.C:
5380         * factory.C: move more inset creation to factory
5381
5382         * vspace.C: avoid direct usage of LyXText, ws changes
5383
5384         * BufferView.[Ch]:
5385                 don't provide direct access to WorkArea, use two simple
5386                 acessors haveSelction() and workHeight() instead
5387
5388
5389 2002-08-29  John Levon  <levon@movementarian.org>
5390
5391         * BufferView_pimpl.C (dispatch): do not continue when
5392           no buffer
5393
5394 2002-08-28  André Pönitz <poenitz@gmx.net>
5395
5396         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5397
5398         * BufferView.h:
5399         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5400
5401 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5402
5403         * buffer.C: increment LYX_FORMAT to 221
5404
5405         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5406         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5407
5408         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5409
5410         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5411
5412 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5413
5414         * factory.C (createInset): use LyXTextClass::floats
5415
5416         * MenuBackend.C (expandFloatListInsert):
5417         (expandFloatInsert):
5418         (expandToc):
5419
5420         * text2.C (setCounter):
5421
5422         * LaTeXFeatures.C (useFloat):
5423         (getFloatDefinitions):
5424
5425         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5426
5427         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5428         floatlist_, with accessor floats().
5429
5430         * FloatList.h: remove global FloatList
5431
5432 2002-08-26  André Pönitz <poenitz@gmx.net>
5433
5434         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5435
5436         * BufferView.h:
5437         * BufferView2.C:
5438         * BufferView_pimpl.C:
5439         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5440
5441 2002-08-25  John Levon  <levon@movementarian.org>
5442
5443         * LyXAction.C: fix margin note description
5444
5445 2002-08-24  John Levon  <levon@movementarian.org>
5446
5447         * buffer.C:
5448         * bufferlist.C:
5449         * bufferview_funcs.C:
5450         * lyxfont.C:
5451         * undo_funcs.C: cleanups
5452
5453         * lyxfunc.C: disable CUT/COPY when no selection
5454
5455 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5456
5457         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5458         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5459
5460         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5461         Add backward compatibility to "mono", "gray" and "no".
5462
5463 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5464
5465         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5466         (and file_format >= 200).
5467
5468 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5469
5470         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5471
5472 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5473
5474         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5475
5476 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5477
5478         * BufferView_pimpl.C:
5479         * LyXAction.C:
5480         * buffer.C:
5481         * commandtags.h:
5482         * lyxfunc.C:
5483         * paragraph.[Ch]:
5484         * text2.C:
5485         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5486         inset and code to make it  work with the paragraph code. The inset
5487         can be anywhere in the paragraph, but will only do the expected
5488         thing in LaTeX if the layout file contains the parameter line
5489                         OptionalArgs    1
5490         (or more generally, a nonzero value) for that layout.
5491
5492 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5493
5494         * paragraph.h: remove the declaration of undefined counters class
5495         function.
5496
5497 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5498
5499         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5500         Dr. Richard Hawkins.
5501
5502 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5503
5504         * paragraph_funcs.h: remove some unneeded includes
5505
5506         * text.C (backspace): pasteParagraph now in global scipe
5507
5508         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5509         (pasteSelection): ditto
5510
5511         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5512         * paragraph_funcs.C (pasteParagraph): ... here
5513
5514 2002-08-20  André Pönitz <poenitz@gmx.net>
5515
5516         * commandtags.h: new LFUNs for swapping/copying table row/colums
5517
5518         * LyXAction.C:
5519         * lyxfunc.C: support for new lfuns
5520
5521 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5522
5523         * tabular.C:
5524         * buffer.[Ch]: remove NO_COMPABILITY stuff
5525
5526 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5527
5528         * boost.C (throw_exception): new file, with helper function for
5529         boost compiled without exceptions.
5530
5531         * paragraph.h:
5532         * lyxlength.C:
5533         * buffer.C:
5534         * ParameterStruct.h:
5535         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5536
5537         * bufferlist.C (emergencyWriteAll): use boost bind
5538
5539         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5540
5541         * text.C: include paragraph_funcs.h
5542         (breakParagraph): breakParagraph is now in global scope
5543
5544         * paragraph_funcs.[Ch]: new files
5545
5546         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5547         global scope
5548
5549         * buffer.C: include paragraph_funcs.h
5550         (insertStringAsLines): breakParagraph is now in global scope
5551
5552         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5553         paragraph_funcs.C
5554
5555         * CutAndPaste.C: include paragraph_funcs.h
5556         (cutSelection): breakParagraphConservative is now in global scope
5557         (pasteSelection): ditto
5558
5559         * buffer.h: declare oprator== and operator!= for
5560         Buffer::inset_iterator
5561
5562         * bufferlist.C (emergencyWrite): don't use fmt(...)
5563
5564         * text3.C: add using std::endl
5565
5566         * BufferView.C (moveCursorUpdate): remove default arg
5567
5568 2002-08-20  André Pönitz <poenitz@gmx.net>
5569
5570         * buffer.[Ch]: move inline functions to .C
5571
5572         * BufferView2.C:
5573         * BufferView_pimpl.C:
5574         * text.C:
5575         * buffer.[Ch]: use improved inset_iterator
5576
5577         * buffer.C:
5578         * paragraph.[Ch]: write one paragraph at a time
5579
5580 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5581
5582         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5583         style if style is not specified.
5584
5585 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5586
5587         * text2.C (setCounter): when searching for right label for a
5588         caption, make sure to recurse to parent insets (so that a caption
5589         in a minipage in a figure float works) (bug #568)
5590
5591 2002-08-20  André Pönitz <poenitz@gmx.net>
5592
5593         * text3.C: new file for LyXText::dispatch() and helpers
5594
5595         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5596
5597         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5598
5599 2002-08-19  André Pönitz <poenitz@gmx.net>
5600
5601         * lyxtext.h:
5602         * text.C: new LyXText::dispatch()
5603
5604         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5605
5606 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5607
5608         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5609
5610         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5611         Hebrew text.
5612
5613 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5614
5615         * Makefile.am: use $(variables) instead of @substitutions@
5616
5617 2002-08-15  André Pönitz <poenitz@gmx.net>
5618
5619         * lyxfunc.C:
5620         * BufferView_pimpl.C: streamlining mathed <-> outer world
5621         interaction
5622
5623         * commandtags.h:
5624         * LyXAction.C: remove unused LFUN_MATH
5625
5626 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5627
5628         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5629
5630 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5631
5632         * paragraph.C (Paragraph): reformat a bit
5633         (cutIntoMinibuffer): use builtin InsetList function instad of
5634         doing it manually.
5635         (getInset): ditto
5636
5637         * buffer.C: include boost/bind.hpp, add using std::for_each
5638         (writeFileAscii): use ParagraphList iterators
5639         (validate): use for_each for validate traversal of paragraphs
5640         (getBibkeyList): use ParagraphList iterators
5641         (resizeInsets): use for_each to resizeInsetsLyXText for all
5642         paragraphs.
5643         (getParFromID): use ParagraphList iterators
5644
5645         * BufferView2.C (lockInset): use paragraph list and iterators
5646
5647 2002-08-14  John Levon  <levon@movementarian.org>
5648
5649         * lyxserver.C: remove spurious xforms include
5650
5651 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5652
5653         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5654
5655 2002-08-13  André Pönitz <poenitz@gmx.net>
5656
5657         * LyXAction.[Ch]:
5658         * lyxfunc.C: further cleaning
5659
5660 2002-08-13  André Pönitz <poenitz@gmx.net>
5661
5662         * funcrequest.h: new constructor
5663
5664         * funcrequest.C: move stuff here from .h
5665
5666         * Makefile.am:
5667         * BufferView_pimpl.C:
5668         * LyXAction.C:
5669         * toc.C:
5670         * lyxfunc.C: subsequent changes
5671
5672         * lyxfunc.h: new view() member function
5673
5674         * lyxfunc.C: subsequent changes
5675
5676 2002-08-13  Angus Leeming  <leeming@lyx.org>
5677
5678         * BufferView2.C:
5679         * BufferView_pimpl.C:
5680         * buffer.C:
5681         * converter.C:
5682         * importer.C:
5683         * lyxfunc.C:
5684         * lyxvc.C:
5685         * toc.C:
5686         * vc-backend.C:
5687         changes due to the changed LyXView interface that now returns references
5688         to member variables not pointers.
5689
5690 2002-08-13  Angus Leeming  <leeming@lyx.org>
5691
5692         * WordLangTuple (word, lang_code): return references to strings,
5693         not strings.
5694
5695         * BufferView.h:
5696         * SpellBase.h:
5697         * lyxtext.h: forward-declare WordLangTuple.
5698
5699         * BufferView2.C:
5700         * ispell.C:
5701         * pspell.C:
5702         * text.C: #include "WordLangTuple.h".
5703
5704         * lyxtext.h:
5705         * text.C: (selectNextWordToSpellcheck): constify return type.
5706
5707 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
5708
5709         * buffer.C:
5710         * buffer.h:
5711         * lyxtext.h:
5712         * paragraph.C:
5713         * paragraph_pimpl.h:
5714         * text.C:
5715         * text2.C:
5716         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
5717         suggested by Angus.
5718         Made updateCounter always count from start of buffer, and removed
5719         second argument (par).
5720         Reverted floats number display to '#'. Perhaps I'll try again when the
5721         code base is sanitized a bit.
5722
5723 2002-08-12  Angus Leeming  <leeming@lyx.org>
5724
5725         * buffer.[Ch] (getLabelList): constify.
5726
5727 2002-08-07  André Pönitz <poenitz@gmx.net>
5728
5729         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
5730
5731         * funcrequest.h: extension to keep mouse (x,y) position
5732
5733 2002-08-12  Juergen Vigna  <jug@sad.it>
5734
5735         * BufferView2.C (insertErrors): forbid undo when inserting error
5736         insets.
5737
5738         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
5739
5740 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5741
5742         * ParagraphList.[Ch]: new files
5743
5744         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
5745
5746         * BufferView2.C (lockInset): ParagraphList changes
5747         * toc.C: ditto
5748         * text2.C: ditto
5749         * bufferlist.C: ditto
5750         * buffer.h: ditto
5751         * buffer.C: ditto
5752
5753 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5754
5755         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
5756         unused class variable counter_,
5757
5758         * paragraph.[Ch] (getFirstCounter): delete unused function
5759
5760         * counters.C: include LAssert.h
5761         (reset): add a new function with no arg, change other version to
5762         not have def. arg and to not allow empty arg.
5763
5764         * text2.C (setCounter): remove empty arg from call to Counters::reset
5765
5766 2002-08-11  John Levon  <levon@movementarian.org>
5767
5768         * Makefile.am: add WordLangTuple.h
5769
5770 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5771
5772         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
5773         lyxfunc.C lyxlex_pimpl.C: ws changes only.
5774
5775         * insets/insettext.C: InsetList changes
5776
5777         * graphics/GraphicsSupport.C (operator()): InsetList changes
5778
5779         * toc.C (getTocList): InsetList changes
5780
5781         * paragraph_pimpl.[Ch]: InsetList changes
5782
5783         * paragraph.[Ch]: InsetList changes
5784
5785         * buffer.C (inset_iterator): InsetList changes
5786         (setParagraph): ditto
5787         * buffer.h (inset_iterator): ditto
5788         * iterators.C (operator++): ditto
5789         * iterators.h: ditto
5790
5791         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
5792
5793         * InsetList.[Ch]: new files, most InsetList handling moved out of
5794         paragraph.C.
5795
5796         * BufferView2.C (removeAutoInsets): InsetList changes
5797         (lockInset): ditto
5798         (ChangeInsets): ditto
5799
5800 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5801
5802         * paragraph_pimpl.h (empty): new function
5803
5804         * paragraph.[Ch] (empty): new function
5805
5806         * other files: use the new Paragraph::empty function
5807
5808 2002-08-09  John Levon  <levon@movementarian.org>
5809
5810         * lyxtext.h: remove unused refresh_height
5811
5812 2002-08-09  John Levon  <levon@movementarian.org>
5813
5814         * Makefile.am:
5815         * sgml.h:
5816         * sgml.C:
5817         * buffer.C:
5818         * paragraph.h:
5819         * paragraph.C: move sgml char escaping out of paragraph
5820
5821         * paragraph.h:
5822         * paragraph.C: remove id setter
5823
5824         * buffer.C:
5825         * paragraph.C:
5826         * paragraph_pimpl.C: remove dead tex_code_break_column
5827
5828         * bufferview_funcs.C: small cleanup
5829
5830         * lyxfunc.C: remove dead proto
5831
5832         * lyxtext.h: make some stuff private. Remove some dead stuff.
5833
5834         * lyxgluelength.C: make as[LyX]String() readable
5835
5836 2002-08-08  John Levon  <levon@movementarian.org>
5837
5838         * LyXAction.h:
5839         * LyXAction.C:
5840         * MenuBackend.C:
5841         * ToolbarDefaults.C:
5842         * lyxfunc.C:
5843         * lyxrc.C:
5844         * toc.C: lyxaction cleanup
5845
5846 2002-08-08  John Levon  <levon@movementarian.org>
5847
5848         * BufferView2.C: small cleanup
5849
5850         * lyxfind.h:
5851         * lyxfind.C: move unnecessary header into the .C
5852
5853 2002-08-08  John Levon  <levon@movementarian.org>
5854
5855         * funcrequest.h: just tedious nonsense
5856
5857         * lyx_main.h:
5858         * lyx_main.C: cleanups
5859
5860         * buffer.C:
5861         * vspace.C: remove dead header lyx_main.h
5862
5863 2002-08-07  Angus Leeming  <leeming@lyx.org>
5864
5865         * Paragraph.[Ch]:
5866         * paragraph_pimpl.h:
5867         Forward declare class Counters in paragraph.h by moving the ctrs member
5868         variable into Paragraph::Pimpl.
5869         (counters): new method, returning a reference to pimpl_->ctrs.
5870
5871         * text2.C: ensuing changes.
5872
5873 2002-08-07  John Levon  <levon@movementarian.org>
5874
5875         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
5876
5877         * BufferView_pimpl.C: announce X selection on double/triple
5878           click
5879
5880         * lyx_main.C: use correct bool in batch dispatch
5881
5882         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
5883
5884 2002-08-07  André Pönitz <poenitz@gmx.net>
5885
5886         * funcrequest.h: new class to wrap a kb_action and its argument
5887
5888         * BufferView.[Ch]:
5889         * BufferView_pimpl[Ch]:
5890         * LaTeX.C:
5891         * LyXAction.[Ch]:
5892         * lyxfunc.[Ch]:
5893         * lyxrc.C: subsequent changes
5894
5895
5896 2002-08-07  John Levon  <levon@movementarian.org>
5897
5898         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
5899           document options change.
5900
5901 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
5902
5903         * counters.[Ch]
5904         * text2.C
5905         * paragraph.[Ch]
5906         * makefile.am: move counters functionality over from
5907         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
5908
5909 2002-08-06  John Levon  <levon@movementarian.org>
5910
5911         * WordLangTuple.h: new file for word + language code tuple
5912
5913         * SpellBase.h:
5914         * pspell.h:
5915         * pspell.C:
5916         * ispell.h:
5917         * ispell.C:
5918         * lyxtext.h:
5919         * text.C:
5920         * text2.C:
5921         * BufferView.h:
5922         * BufferView2.C: use WordLangTuple
5923
5924         * layout.h:
5925         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
5926
5927 2002-08-06  John Levon  <levon@movementarian.org>
5928
5929         * lyx_main.C: fix cmdline batch handling
5930
5931 2002-08-06  André Pönitz <poenitz@gmx.net>
5932
5933         * lyxrc.C: set default for show_banner to true
5934
5935 2002-08-06  John Levon  <levon@movementarian.org>
5936
5937         * pspell.C: fix a crash, and allow new aspell to work
5938
5939 2002-08-06  John Levon  <levon@movementarian.org>
5940
5941         * lyxfunc.C:
5942         * kbmap.C: small cleanup
5943
5944         * vspace.h:
5945         * vspace.C: add const
5946
5947 2002-08-05  John Levon  <levon@movementarian.org>
5948
5949         * LyXAction.C: back to tabular-insert
5950
5951 2002-08-04  John Levon  <levon@movementarian.org>
5952
5953         * BufferView.h:
5954         * BufferView.C: cosmetic change
5955
5956         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
5957
5958         * bufferlist.C:
5959         * buffer.h:
5960         * buffer.C:
5961         * lyxcb.h:
5962         * lyxcb.C:
5963         * lyxserver.C:
5964         * lyxvc.C:
5965         * vc-backend.C:
5966         * BufferView2.C: purge all "Lyx" not "LyX" strings
5967
5968         * lyxcursor.h:
5969         * lyxcursor.C: attempt to add some documentation
5970
5971         * lyxfunc.C:
5972         * commandtags.h:
5973         * LyXAction.C:
5974         * ToolbarDefaults.C:
5975         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
5976           merge with LFUN_TABULAR_INSERT
5977
5978         * Makefile.am:
5979         * SpellBase.h:
5980         * ispell.h:
5981         * ispell.C:
5982         * pspell.h:
5983         * pspell.C: split up i/pspell implementations into separate
5984           files, many cleanups
5985
5986         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
5987
5988         * text2.C: some cleanup
5989
5990         * lyxfunc.C: don't check for isp_command == "none" any more, it
5991           didn't make any sense
5992
5993 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
5994
5995         * counters.[Ch]
5996         * text2.C
5997         * paragraph.[Ch]
5998         * makefile.am: move counters functionality over
5999         from text2.C/paragraph.[Ch] to counters.[Ch], and
6000         make proper C++.
6001 2002-08-02  John Levon  <levon@movementarian.org>
6002
6003         * buffer.C: s/lyxconvert/lyx2lyx/
6004
6005 2002-08-02  Angus Leeming  <leeming@lyx.org>
6006
6007         * lyxlex.C: revert John's change as it breaks reading of the user
6008         preamble.
6009
6010 2002-08-02  Angus Leeming  <leeming@lyx.org>
6011
6012         * importer.C (Import):
6013         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6014         changes due to LyXView::view() now returning a boost::shared_ptr.
6015
6016 2002-08-02  John Levon  <levon@movementarian.org>
6017
6018         * lyxlex.C: small cleanup
6019
6020 2002-08-02  John Levon  <levon@movementarian.org>
6021
6022         * text2.C (status): small cleanup, no logic change
6023
6024 2002-08-01  John Levon  <levon@movementarian.org>
6025
6026         * buffer.h:
6027         * buffer.C (writeFile): don't output alerts, caller
6028           handles this
6029
6030         * bufferlist.C:
6031         * lyx_cb.C: from above
6032
6033         * lyxfunc.C: allow to open non-existent files
6034
6035 2002-07-31  John Levon  <levon@movementarian.org>
6036
6037         * lyxserver.C: don't let incidental errors get
6038           in the way (errno)
6039
6040 2002-07-30  John Levon  <levon@movementarian.org>
6041
6042         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6043
6044 2002-07-30  John Levon  <levon@movementarian.org>
6045
6046         * lyxserver.h:
6047         * lyxserver.C: remove I/O callback too
6048
6049 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6050
6051         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6052         log.
6053
6054 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6055
6056         * many files: strip,frontStrip -> trim,ltrim,rtrim
6057
6058 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6059
6060         * PrinterParams.h: remove extern containsOnly, and include
6061         support/lstrings.h instead.
6062
6063         * LaTeX.C (scanAuxFile): modify because of strip changes
6064         (deplog): ditto
6065         * buffer.C (makeLaTeXFile): ditto
6066         * bufferparams.C (writeFile): ditt
6067         * lyxfont.C (stateText): ditto
6068         * lyxserver.C (read_ready): ditto
6069         * vc-backend.C (scanMaster): ditto
6070
6071         * BufferView_pimpl.h: ws changes
6072
6073         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6074
6075 2002-07-26  André Pönitz <poenitz@gmx.net>
6076
6077         * kb_sequence.C: remove unnedred usings
6078
6079 2002-07-26  Juergen Vigna  <jug@sad.it>
6080
6081         * lyxfind.C (LyXReplace): we have to check better if the returned
6082         text is not of theLockingInset()->getLockingInset().
6083
6084 2002-07-25  Juergen Vigna  <jug@sad.it>
6085
6086         * lyxfind.C (LyXReplace): don't replace if we don't get the
6087         right LyXText.
6088
6089         * undo_funcs.C (createUndo): remove debugging code.
6090
6091 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6092
6093         * buffer.C (parseSingleLyXformat2Token): Use default placement
6094         when reading old floats.
6095
6096         * FloatList.C (FloatList): Change the default placement of figure
6097         and tables to "tbp".
6098
6099 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6100
6101         * MenuBackend.C: using std::max
6102
6103 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6104
6105         * MenuBackend.C (expandToc):
6106         (expandToc2): code moved from xforms menu frontend. It is now
6107         generic and TOCs are transparent to menu frontends.
6108
6109 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6110
6111         * toc.C (getTocList): protect against buf=0
6112
6113         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6114         Menu as first parameter. Now, this calls itself recursively to
6115         expand a whole tree (this will be useful for TOC handling)
6116         (expandFloatInsert): remove 'wide' version of floats
6117
6118         * MenuBackend.h (submenuname): returns the name of the submenu.
6119         (submenu): returns the submenu itself, provided it has been
6120         created by MenuBackend::expand
6121
6122 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6123
6124         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6125         insets which have noFontChange == true. (bug #172)
6126
6127 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6128
6129         * BufferView_pimpl.C: add connection objects and use them...
6130         (Pimpl): here.
6131
6132 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6133
6134         * MenuBackend.C (expandLastfiles):
6135         (expandDocuments):
6136         (expandFormats):
6137         (expandFloatListInsert):
6138         (expandFloatInsert):
6139         (expand): split expand in parts
6140
6141 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6142
6143         * lyx_gui.C: use lyx_gui::exit()
6144
6145 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6146
6147         * LyXAction.C: show the failing pseudo action
6148
6149 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6150
6151         * buffer.C (readFile): Run the lyxconvert script in order to read
6152         old files.
6153
6154 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6155
6156         * LyXAction.C:
6157         * commandtags.h:
6158         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6159
6160 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6161
6162         * LyXAction.C:
6163         * commandtags.h:
6164         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6165
6166 2002-07-22  Herbert Voss  <voss@lyx.org>
6167
6168         * lengthcommon.C:
6169         * lyxlength.[Ch]: add support for the vertical lengths
6170
6171 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6172
6173         * toc.[Ch]: std:: fixes
6174
6175 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6176
6177         * lyxrc.C: do not include lyx_main.h
6178
6179         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6180         for layouts
6181
6182         * lyxrc.C:
6183         * encoding.C:
6184         * bufferlist.C:
6185         * BufferView2.C: include "lyxlex.h"
6186
6187         * tabular.h:
6188         * bufferparams.h: do not #include "lyxlex.h"
6189
6190         * lyxtextclasslist.C (Add): remove method
6191         (classlist): renamed to classlist_
6192
6193         * paragraph_pimpl.C:
6194         * paragraph.C:
6195         * text2.C:
6196         * CutAndPaste.C:
6197         * bufferview_funcs.C:
6198         * bufferlist.C:
6199         * text.C:
6200         * LaTeXFeatures.C:
6201         * buffer.C:
6202         * toc.C (getTocList): use BufferParams::getLyXTextClass
6203
6204         * toc.C (getTocList): use InsetFloat::addToToc
6205
6206         * toc.[Ch]: new files, containing helper functions to handle table
6207         of contents
6208
6209         * lyxfunc.C (dispatch): no need to remove spaces around command
6210         given as a string
6211         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6212         first command of the sequence; it is not very clever, but I do not
6213         have a better idea, actually
6214
6215         * LyXAction.C (LookupFunc): make sure to remove space at the
6216         beginning and end of the command
6217
6218 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6219
6220         * MenuBackend.C (getMenubar): new method: return the menubar of
6221         this menu set
6222         (read): treat differently reading of menu and menubar (in
6223         particular, the menubar has no name now)
6224         (Menu::menubar): remove
6225
6226         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6227         saving is finished
6228
6229 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6230
6231         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6232         a bibitem inset in a RTL paragraph.
6233
6234 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6235
6236         * paragraph_pimpl.C: constify
6237
6238         * BufferView_pimpl.C:
6239         * LaTeX.C:
6240         * lyxfunc.C: fix dispatch in a nicer way
6241
6242 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6243
6244         * lyxfunc.C (dispatch):
6245         * BufferView_pimpl.C:
6246         * BufferView_pimpl.h:
6247         * BufferView.C:
6248         * BufferView.h: rename Dispatch() to dispatch()
6249
6250         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6251
6252         * lyxlayout.C (Read): honor DependsOn tag
6253
6254         * lyxlayout.[Ch] (depends_on): new method
6255
6256         * version.C.in: update lyx_docversion
6257
6258         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6259
6260         * paragraph.C (validate): remove from here...
6261         * paragraph_pimpl.C (validate): ... and move here
6262         (isTextAt): make it const
6263
6264         * buffer.C (getLists): ws cleanup
6265
6266 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6267
6268         * language.C (read): Use iso8859-1 encoding in latex_lang
6269         (this prevents LyX from crashing when using iso10646-1 encoding).
6270
6271 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6272
6273         * text2.C (toggleInset): if cursor is inside an inset, close the
6274         inset and leave cursor _after_ it
6275
6276 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6277
6278         * lyxfunc.C: move minibuffer completion handling out of here
6279
6280 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6281
6282         * BufferView_pimpl.C:
6283         * LaTeX.C: fix dispatch calls
6284
6285 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6286
6287         * text.C (drawChars): Fix Arabic text rendering.
6288
6289 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6290
6291         * LyXAction.C:
6292         * commandtags.h:
6293         * lyxfunc.C: remove message-push/pop
6294
6295         * lyxserver.C:
6296         * lyxfunc.h:
6297         * lyxfunc.C: rationalise some code by removing verboseDispatch
6298           in favour of a bool argument to dispatch()
6299
6300 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6301
6302         * lyx_main.C (init): make sure to read symlinks as absolute paths
6303
6304 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6305
6306         * lyxfunc.h:
6307         * lyxfunc.C: no need for commandshortcut to be a member
6308
6309 2002-07-15  André Pönitz <poenitz@gmx.net>
6310
6311         * converter.C: add support for $$s (scripts from lib/scripts dir)
6312         * lyx_main.C: white space
6313
6314 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6315
6316         * bufferlist.C:
6317         * lyxrc.h:
6318         * lyxrc.C: remove second exit confirmation
6319
6320 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6321
6322         * BufferView.h:
6323         * BufferView.C:
6324         * BufferView2.C:
6325         * BufferView_pimpl.h:
6326         * BufferView_pimpl.C:
6327         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6328
6329 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6330
6331         * MenuBackend.C (expand): add numeric shortcuts to document menu
6332
6333         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6334
6335 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6336
6337         * lyxfont.C (setLyXFamily):
6338         (setLyXSeries):
6339         (setLyXShape):
6340         (setLyXSize):
6341         (setLyXMisc):
6342         (lyxRead):
6343         * debug.C (value):
6344         * buffer.C (asciiParagraph): use ascii_lowercase
6345
6346 2002-07-15  Mike Fabian  <mfabian@suse.de>
6347
6348         * lyxlex_pimpl.C (search_kw):
6349         * lyxlex.C (getLongString):
6350         * converter.h (operator<):
6351         * converter.C (operator<):
6352         * buffer.C (parseSingleLyXformat2Token):
6353         (asciiParagraph):
6354         * ToolbarDefaults.C (read):
6355         * MenuBackend.C (checkShortcuts):
6356         (read):
6357         * LColor.C (getFromGUIName):
6358         (getFromLyXName): use the compare_ascii_no_case instead of
6359         compare_no_case, because in turkish, 'i' is not the lowercase
6360         version of 'I', and thus turkish locale breaks parsing of tags.
6361
6362 2002-07-16  Angus Leeming  <leeming@lyx.org>
6363
6364         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6365         now takes a Buffer const & argument.
6366
6367 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6368
6369         * BufferView.C (resize): check there's a buffer to resize
6370
6371 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6372
6373         * lyxfunc.C: remove dead code
6374
6375         * lyxserver.h:
6376         * lyxserver.C: use lyx_guii::set_read_callback
6377
6378 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6379
6380         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6381         an inset in a RTL paragraph.
6382
6383 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6384
6385         * lyxfunc.C: repaint after a font size update
6386
6387 2002-07-15  André Pönitz <poenitz@gmx.net>
6388
6389         * lyxlength.C: inBP should be able to return negative values
6390
6391 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6392
6393         * lyxfunc.C: use lyx_gui::update_fonts()
6394
6395 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6396
6397         * lyxfunc.C: use lyx_gui::update_color()
6398
6399 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6400
6401         * bufferlist.C:
6402         * lyxfunc.h:
6403         * lyxfunc.C:
6404         * lyxrc.h:
6405         * lyxrc.C: remove file->new asks for name option, and let
6406           buffer-new take an argument
6407
6408 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6409
6410         * BufferView_pimpl.C: remove unneeded extra repaint()
6411
6412 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6413
6414         * LyXAction.C: allow command-sequence with NoBuffer
6415
6416         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6417
6418 2002-07-10  Angus Leeming  <leeming@lyx.org>
6419
6420         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6421
6422 2002-07-09  Angus Leeming  <leeming@lyx.org>
6423
6424         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6425
6426 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6427
6428         * lengthcommon.h: whitespace
6429
6430         * lyxfunc.C: update scrollbar after goto paragraph
6431
6432         * lyxtext.h: factor out page break drawing, and fix it so
6433           page break/added space paints as selected nicely
6434
6435 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6436
6437         * BufferView_pimpl.C: add FIXMEs, clean up a little
6438
6439 2002-07-09  André Pönitz <poenitz@gmx.net>
6440
6441         * lyxfont.[Ch]: support for wasy symbols
6442
6443 2002-07-08  André Pönitz <poenitz@gmx.net>
6444
6445         * BufferView_pimpl.C: apply John's patch for #93.
6446
6447 2002-07-05  Angus Leeming  <leeming@lyx.org>
6448
6449         * BufferView_pimpl.C (buffer): generate previews if desired.
6450
6451         * LColor.h: add "preview" to the color enum.
6452
6453         * LColor.C (LColor): add a corresponding entry to the items array.
6454
6455         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6456         with this buffer.
6457
6458 2002-07-05  Angus Leeming  <leeming@lyx.org>
6459
6460         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6461         The body of the code is now in the method that is passed an ostream &
6462         rather than a file name.
6463         Pass an additional only_preamble parameter, useful for the forthcoming
6464         preview stuff.
6465
6466 2002-07-03  André Pönitz <poenitz@gmx.net>
6467
6468         * lyxfunc.C: simplify getStatus() a bit for math stuff
6469
6470 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6471
6472         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6473
6474 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6475
6476         * text.C (changeRegionCase): do not change case of all the
6477         document when region ends at paragraph end (bug #461)
6478
6479 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6480
6481         * paragraph.C (startTeXParParams):
6482         (endTeXParParams): add \protect when necessary
6483
6484 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6485
6486         * BufferView_pimpl.C (workAreaExpose): remove warning
6487
6488 2002-06-27  Angus Leeming  <leeming@lyx.org>
6489
6490         * Makefile.am: add lyxlayout_ptr_fwd.h.
6491
6492 2002-06-26  André Pönitz <poenitz@gmx.net>
6493
6494         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6495
6496 2002-06-25  Angus Leeming  <leeming@lyx.org>
6497
6498         * lyxfunc.C (dispatch): Comment out the call to
6499         grfx::GCache::changeDisplay. The method no longer exists now that the
6500         pixmap generation part of the graphics loader has been moved into
6501         InsetGraphics.
6502
6503 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6504
6505         * text2.C: layout as layout
6506
6507         * text.C: layout as layout
6508
6509         * tabular.C (OldFormatRead): layout as layout
6510
6511         * paragraph_pimpl.C (TeXDeeper): layout as layout
6512         (realizeFont): layout as layout
6513
6514         * paragraph.C (writeFile): layout as layout
6515         (validate): layout as layout
6516         (getFont): layout as layout
6517         (getLabelFont): layout as layout
6518         (getLayoutFont): layout as layout
6519         (breakParagraph): layout as layout
6520         (stripLeadingSpaces): layout as layout
6521         (getEndLabel): layout as layout
6522         (getMaxDepthAfter): layout as layout
6523         (applyLayout): layout as layout
6524         (TeXOnePar): layout as layout
6525         (simpleTeXOnePar): layout as layout
6526         (TeXEnvironment): layout as layout
6527         (layout): layout as layout
6528         (layout): layout as layout
6529
6530         * lyxtextclass.C (compare_name): new functor to work with
6531         shared_ptr, layout as layout
6532         (Read): layout as layout
6533         (hasLayout): layout as layout
6534         (operator): layout as layout
6535         (delete_layout): layout as layout
6536         (defaultLayout): layout as layout
6537
6538         * lyxlayout_ptr_fwd.h: new file
6539
6540         * lyxlayout.C (Read): layout as layout
6541
6542         * lyx_cb.C (MenuInsertLabel): layout as layout
6543
6544         * bufferlist.C (newFile): layout as layout
6545
6546         * buffer.C (readLyXformat2): layout as layout
6547         (parseSingleLyXformat2Token): layout as layout
6548         (insertStringAsLines): layout as layout
6549         (asciiParagraph): layout as layout
6550         (latexParagraphs): layout as layout
6551         (makeLinuxDocFile): layout as layout
6552         (simpleLinuxDocOnePar): layout as layout
6553         (makeDocBookFile): layout as layout
6554         (simpleDocBookOnePar): layout as layout
6555         (getLists): layout as layout
6556
6557         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6558
6559         * CutAndPaste.C (cutSelection): layout as layout
6560         (pasteSelection): layout as layout
6561         (SwitchLayoutsBetweenClasses): layout as layout
6562
6563         * BufferView_pimpl.C (Dispatch): layout as layout
6564         (smartQuote): layout as layout
6565
6566         * BufferView2.C (unlockInset): layout as layout
6567
6568 2002-06-24  André Pönitz <poenitz@gmx.net>
6569
6570         * lyxfunc.C: fix #487
6571
6572 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6573
6574         * lyxrc.h:
6575         * lyxrc.C:
6576         * lyxfunc.C: remove display_shortcuts, show_banner
6577
6578 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6579
6580         * Buffer_pimpl.C: oops, update on resize
6581
6582 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6583
6584         * buffer.C:
6585         * converter.C:
6586         * exporter.C:
6587         * lyxfunc.C:
6588         * BufferView.h:
6589         * BufferView.C: use repaint()
6590
6591         * BufferView_pimpl.h:
6592         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6593           as it's a clearer description. Remove superfluous
6594           redraws.
6595
6596 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6597
6598         * text.C: fix bug 488. Not ideal, but getting
6599           getWord() to work properly for the insets that
6600           matter is more difficult ...
6601
6602 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6603
6604         * BufferView_pimpl.C:
6605         * LyXAction.C:
6606         * commandtags.h:
6607         * lyxfunc.C: remove the six million index lyxfuncs to just
6608           one, and DTRT (bug 458)
6609
6610 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6611
6612         * BufferView.h:
6613         * BufferView.C:
6614         * BufferView_pimpl.h:
6615         * BufferView_pimpl.C: clean up resize() stuff,
6616           and unnecessary updateScreen()s
6617
6618 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6619
6620         * BufferView.h:
6621         * BufferView.C:
6622         * BufferView_pimpl.h:
6623         * BufferView_pimpl.C:
6624         * lyxfind.h:
6625         * lyxfind.C:
6626         * minibuffer.C: remove focus management of workarea,
6627           not needed. Use screen's greyOut()
6628
6629 2002-06-17  Herbert Voss  <voss@lyx.org>
6630
6631         * converter.C: (convert) do not post a message, when converting
6632         fails, let the calling function decide what to do in this case
6633
6634 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6635
6636         * lyxfunc.C: tidy up a little
6637
6638 2002-06-16    <alstrup@diku.dk>
6639
6640         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6641         Got rid of FORMS_H_LOCATION include. Now we are
6642         GUII.
6643
6644 2002-06-15  LyX Development team  <lyx@rilke>
6645
6646         * buffer.[Ch] (sgmlOpenTag):
6647         (sgmlCloseTag): Added support for avoiding pernicious mixed
6648         content. Return number of lines written.
6649
6650         (makeLinuxDocFile):
6651         (makeDocBookFile): Fixed calls to sgml*Tag.
6652         Simple white space clean.
6653
6654         (simpleDocBookOnePar): Simple white space clean.
6655
6656         * tabular.[Ch] (docBook): Renamed to docbook and got another
6657         argument to related with the pernicious mixed content.
6658
6659         (docbookRow): Fixed calls for docbook inset method.
6660
6661 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6662
6663         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6664         so it's X11 independent.
6665
6666         * kb*.[Ch]: ditto.
6667
6668         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6669
6670 2002-06-15  Lyx Development team  <lyx@electronia>
6671
6672         * intl.h: Renamed getTrans to getTransManager.
6673
6674 2002-06-14  Angus Leeming  <leeming@lyx.org>
6675
6676         * Makefile.am: nuke forgotten stl_string_fwd.h.
6677
6678 2002-06-12  Angus Leeming  <leeming@lyx.org>
6679
6680         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6681
6682 2002-06-13  Angus Leeming  <leeming@lyx.org>
6683
6684         * LaTeX.C:
6685         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6686
6687 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
6688
6689         * kbmap.C (getiso): add support for cyrillic and greek
6690
6691 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6692
6693         * BufferView.h:
6694         * BufferView.C:
6695         * BufferView_pimpl.h:
6696         * BufferView_pimpl.C: move bogus scrolling logic
6697           to xforms
6698
6699 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6700
6701         * lyxfunc.C:
6702         * BufferView_pimpl.C: view->resize() change
6703
6704 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6705
6706         * BufferView_pimpl.C: topCursorVisible
6707           prototype change
6708
6709 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6710
6711         * Makefile.am:
6712         * lyx_gui.h:
6713         * lyx_gui.C: move to frontends/
6714
6715         * main.C:
6716         * lyx_main.h:
6717         * lyx_main.C: changes from above
6718
6719 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6720
6721         * intl.C:
6722         * intl.h:
6723         * kbmap.C:
6724         * kbsequence.C:
6725         * lyx_cb.C:
6726         * lyx_main.C: minor tidy
6727
6728 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6729
6730         * BufferView_pimpl.h:
6731         * BufferView_pimpl.C:
6732         * BufferView.h:
6733         * BufferView.C: make painter() const,
6734           remove dead code
6735
6736         * BufferView2.C: use screen() accessor
6737
6738         * lyx_main.h:
6739         * lyx_main.C: some minor cleanup
6740
6741 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6742
6743         * BufferView_pimpl.h:
6744         * BufferView_pimpl.C: remove enter/leaveView,
6745           use workHeight()
6746
6747 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6748
6749         * BufferView.h:
6750         * BufferView.C:
6751         * BufferView2.C:
6752         * BufferView_pimpl.h:
6753         * BufferView_pimpl.C: only construct screen once,
6754           rename
6755
6756         * lyxrc.C: remove pointless comment
6757
6758 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6759
6760         * BufferView.h:
6761         * BufferView.C: remove active() and belowMouse()
6762
6763         * BufferView_pimpl.h:
6764         * BufferView_pimpl.C: use workarea() not workarea_,
6765           and make it use a scoped_ptr instead
6766
6767 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6768
6769         * lyx_gui.C: add debug message on BadWindow
6770
6771 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6772
6773         * sp_spell.C: fdopen is not part of the C++ standard.
6774
6775         * paragraph.C (InsetIterator): use >= instead of ==
6776
6777 2002-06-07  Angus Leeming  <leeming@lyx.org>
6778
6779         Fixes needed to compile with Compaq cxx 6.5.
6780         * BufferView_pimpl.C:
6781         * DepTable.C:
6782         * buffer.C:
6783         * converter.C:
6784         * encoding.C:
6785         * lyx_gui.C:
6786         * lyx_main.C:
6787         * lyxtextclasslist.C:
6788         * minibuffer.C:
6789         * sp_spell.C:
6790         * tabular_funcs.C:
6791         * vc-backend.C:
6792         all c-library variables have been moved into namespace std. Wrap
6793         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
6794
6795         * lyxlength.C:
6796         * tabular-old.C:
6797         * tabular.C:
6798         Add a using std::abs declaration.
6799
6800         * kbmap.h (modifier_pair):
6801         * paragraph.h (InsetTable, InsetList):
6802         * lyxfont.h (FontBits):
6803         type definition made public.
6804
6805         * bufferlist.C (emergencyWriteAll): the compiler complains that
6806         there is more than one possible lyx::class_fun template to choose from.
6807         I re-named the void specialisation as lyx::void_class_fun.
6808
6809         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
6810
6811         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
6812         the compiler is is unable to find tostr in write_attribute.
6813
6814 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6815
6816         * buffer.C (sgmlError): hide #warning
6817
6818 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6819
6820         * xtl/*: get rid of xtl, which is not in use anyway
6821
6822         * LyXAction.C (init):
6823         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
6824         were unimplemented xtl experimentation
6825
6826 2002-06-04  André Pönitz <poenitz@gmx.net>
6827
6828         * lyxfunc.C: disable array operation on simple formulae
6829
6830 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
6831
6832         * converter.C: constify a bit
6833
6834 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
6835
6836         * lyx_gui.C: check xforms version correctly
6837
6838 2002-04-30  Herbert Voss  <voss@lyx.org>
6839
6840         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
6841         "keep" option
6842
6843 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
6844
6845         * lyxvc.C: fix bug 416 (make sure buffer is saved before
6846           attempt to register it with a VCS)
6847
6848 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6849
6850         * lyx_main.C (init): honor variables LYX_DIR_13x and
6851         LYX_USERDIR_13x
6852
6853 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6854
6855         * buffer.h:
6856         * buffer.C:
6857         * lyx_main.C: fix a crash on bad command line,
6858           and give a useful exit status on error
6859
6860         * lyxfunc.C (doImport): allow -i lyx to work
6861
6862 2002-03-30  André Pönitz <poenitz@gmx.net>
6863
6864         * lyxfunc.C: mathed font changes
6865
6866 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6867
6868         * LaTeX.C:
6869         * importer.h:
6870         * importer.C:
6871         * lyx_sty.h:
6872         * lyx_sty.C:
6873         * lyxlex.C:
6874         * lyxrow.h:
6875         * lyxtext.h:
6876         * paragraph.h:
6877         * paragraph.C:
6878         * texrow.h:
6879         * texrow.C:
6880         * text.C:
6881         * trans_mgr.h: srcdocs, and some minor cleanups
6882
6883 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6884
6885         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
6886         call getFont all the time)
6887
6888 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6889
6890         * switch from SigC signals to boost::signals
6891
6892 2002-05-29  André Pönitz <poenitz@gmx.net>
6893
6894         * paragraph_pimpl.C (getChar): don't call size() too often...
6895
6896 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6897
6898         * paragraph_pimpl.C (insertChar): do not try to update tables when
6899         appending (pos == size())
6900
6901         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
6902         in order to reduce drastically the number of comparisons needed to
6903         parse a large document
6904
6905 2002-05-29  André Pönitz <poenitz@gmx.net>
6906
6907         * text.C:
6908         * text2.C:
6909         * lyxtextclass.C:
6910         * sp_pspell.h:
6911         * textclasslist.[Ch]:
6912         * sp_ispell.h: whitespace change
6913
6914 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6915
6916         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
6917         lyxaction directly now.
6918
6919 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
6920
6921         * trans.C:
6922         * lyxfont.C:
6923         * lyxvc.C: remove unused headers
6924
6925 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6926
6927         * Makefile.am:
6928         * buffer.h:
6929         * undostack.h:
6930         * undostack.C:
6931         * undo_funcs.h:
6932         * undo_funcs.C: some cleanups. Use shared_ptr
6933           and a template for the undo stacks.
6934
6935 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6936
6937         * BufferView_pimpl.h:
6938         * BufferView_pimpl.C:
6939         * kbmap.h:
6940         * kbmap.C:
6941         * kbsequence.h:
6942         * kbsequence.C:
6943         * lyxfunc.h:
6944         * lyxfunc.C:
6945         * text2.C: use key_state/mouse_state
6946
6947 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6948
6949         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
6950         and LSubstring
6951
6952         * chset.C: change include order
6953         (loadFile): use boost regex and get rid of LRegex and LSubstring
6954
6955         * Makefile.am (BOOST_LIBS): new variable
6956         (lyx_LDADD): use it
6957
6958         * LaTeX.C: change include order.
6959         (scanAuxFile): use boost regex and get rid of LRegex and
6960         LSubstring
6961         (deplog): ditto
6962
6963 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6964
6965         * ColorHandler.h:
6966         * ColorHandler.C:
6967         * FontInfo.h:
6968         * FontInfo.C: moved to frontends/xforms/
6969
6970         * FontLoader.h:
6971         * FontLoader.C: moved into frontends for GUIIzation
6972
6973         * Makefile.am:
6974         * lyx_gui.C:
6975         * lyxfont.C:
6976         * lyxfunc.C: changes from above
6977
6978 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6979
6980         * LColor.C: remove spurious X include
6981
6982         * BufferView_pimpl.C:
6983         * Makefile.am:
6984         * font.h:
6985         * font.C:
6986         * text.C:
6987         * text2.C: move font metrics to frontends/
6988
6989 2002-05-24  Juergen Vigna  <jug@sad.it>
6990
6991         * undo_funcs.C (textHandleUndo): fix the cursor selection after
6992         setting the undo_cursor.
6993
6994         * ParagraphParameters.h: include local includes first.
6995
6996 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6997
6998         * BufferView_pimpl.C:
6999         * BufferView_pimpl.h:
7000         * Makefile.am:
7001         * WorkArea.h:
7002         * WorkArea.C:
7003         * screen.C: move WorkArea into frontends/
7004
7005         * lyxscreen.h:
7006         * screen.C:
7007         * text.C:
7008         * BufferView.C:
7009         * BufferView2.C: move LyXScreen into frontends/
7010
7011         * lyxlookup.h:
7012         * lyxlookup.C:
7013         * lyx_gui.C: move lyxlookup into frontends/xforms/
7014
7015 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7016
7017         * BufferView2.C:
7018         * BufferView_pimpl.C:
7019         * FontLoader.C:
7020         * LyXView.h:
7021         * LyXView.C:
7022         * Makefile.am:
7023         * WorkArea.C:
7024         * XFormsView.h:
7025         * XFormsView.C:
7026         * buffer.C:
7027         * bufferlist.C:
7028         * bufferview_funcs.C:
7029         * converter.C:
7030         * importer.C:
7031         * lyx_cb.C:
7032         * lyx_gui.C:
7033         * lyx_main.C:
7034         * lyx_find.C:
7035         * lyxfunc.C:
7036         * lyxvc.C:
7037         * minibuffer.C:
7038         * text.C:
7039         * text2.C:
7040         * trans.C:
7041         * vc-backend.C: move LyX/XFormsView into frontends/
7042
7043 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7044
7045         * Makefile.am:
7046         * PainterBase.C:
7047         * PainterBase.h:
7048         * Painter.C:
7049         * Painter.h:
7050         * WorkArea.C:
7051         * WorkArea.h:
7052         * screen.C:
7053         * tabular.C:
7054         * text.C:
7055         * text2.C: move Painter to frontends/
7056
7057 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7058
7059         * buffer.C: comment out some some code that depend upon lyx_format
7060         < 220
7061
7062         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7063         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7064
7065         * buffer.h (NO_COMPABILITY): turn off compability
7066
7067         * ColorHandler.C: include scoped_array.hpp
7068
7069         * font.C: Use more specific smart_ptr header.
7070         * Painter.C: ditto
7071         * gettext.C: ditto
7072         * ShareContainer.h: ditto
7073         * lyx_main.h: ditto
7074         * kbmap.h: ditto
7075         * FontInfo.h: ditto
7076         * BufferView_pimpl.h: ditto
7077         * ColorHandler.h: ditto
7078
7079         * kbmap.C (defkey): change call to shared_ptr::reset
7080
7081 2002-05-21  Juergen Vigna  <jug@sad.it>
7082
7083         * buffer.C (insertErtContents): fix to insert ert asis if it is
7084         non empty. Skip it completely if it contains only whitespaces.
7085
7086 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7087
7088         * BufferView_pimpl.C:
7089         * BufferView2.C: clear selection on paste (bug 393)
7090
7091 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7092
7093         * DepTable.C: include ctime
7094
7095 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7096
7097         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7098
7099 2002-05-14  Juergen Vigna  <jug@sad.it>
7100
7101         * text.C (breakParagraph): fixed function to honor the keepempty
7102         layout in the right maner and also to permit the right breaking
7103         algorithm on empty or non empyt keepempty paragraphs.
7104
7105         * paragraph.C (breakParagraph): we have to check also if the par
7106         is really empty (!size()) for isempty otherwise we do the wrong
7107         paragraph break.
7108
7109 2002-05-10  Juergen Vigna  <jug@sad.it>
7110
7111         * buffer.[Ch] : The following are only changes to the ert
7112         compatibility read reading old LaTeX layout and font stuff and
7113         convert it to ERTInsets.
7114
7115         * buffer.h: added isErtInset().
7116
7117         * buffer.C (struct ErtComp): add a fromlayout bool to check
7118         if we're inside a LaTeX layout.
7119         (isErtInset): new helper function.
7120         (insertErtContents): look for other ert insets before this one
7121         and insert the contents there, so that we don't have subsequent
7122         ERT insets with nothing between them. This way we create only one
7123         inset with multiple paragraphs. Also check if we don't insert only
7124         spaces ' ' as they are ignored anyway afterwards in the .tex file
7125         so if we have only spaces we will ignore this latex part in the
7126         new file.
7127         (parseSingleLyXformat2Token \\layout): better compatibility when
7128         reading layout-latex stuff.
7129         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7130         language tag.
7131         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7132         stuff after reading the inset only get the information back from
7133         the stack.
7134
7135 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7136
7137         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7138
7139         * LaTeXFeatures.C (getBabelOptions): New method.
7140
7141 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7142
7143         * BufferView_pimpl.C (Dispatch): work around missing argument for
7144         'layout'
7145
7146 2002-05-08  Juergen Vigna  <jug@sad.it>
7147
7148         * text.C (leftMargin): handle paragraph leftindent.
7149
7150         * paragraph.C (writeFile): write the new \\leftindent tag.
7151         (validate): handle leftindent code.
7152         (TeXEnvironment): handle paragraphleftindent code again.
7153
7154         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7155
7156         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7157         for paragrap_extra indent code and new token \\leftindent.
7158         (latexParagraphs): handle the leftindent as environment.
7159
7160         * ParameterStruct.h: added leftindent support.
7161
7162         * ParagraphParameters.C (leftIndent): added support functions for
7163         the paragraph left indent.
7164
7165         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7166         more appropriate.
7167
7168 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7169
7170         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7171         inside insetERT.
7172
7173         * text.C (computeBidiTables): No bidi in insetERT.
7174
7175         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7176         in RTL documents.
7177
7178 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7179
7180         * version.C.in: pre 5
7181
7182 2002-05-02  José Matos  <jamatos@fep.up.pt>
7183         * buffer.C (makeDocBookFile): white space changes, add newline to
7184         command styles.
7185         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7186
7187         * tabular.C (docBook): fix typo.
7188
7189 2002-05-03  Juergen Vigna  <jug@sad.it>
7190
7191         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7192         change in LyXText as we can not be sure it was not freed.
7193         (drawOneRow): remove unused code.
7194
7195         * text.C (drawInset): redo the calculation of the need_break_row as
7196         it could have a row which was already freed.
7197         (draw): look at the return value of drawInset and return false if
7198         it also returned false.
7199         (paintRowText): look at the return value of draw and return false if
7200         it also returned false.
7201
7202         * lyxtext.h: added bool return type to drawInset() and draw() so that
7203         if we have a change in the row so that the rowbreak has to be redone
7204         we abort drawing as it will be called again.
7205
7206 2002-05-02  Juergen Vigna  <jug@sad.it>
7207
7208         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7209         a change in the maintext also if we're inside an inset.
7210         (Dispatch): set the cursor again after a break line and after the
7211         screen has been updated as it could be we're in a different row.
7212
7213         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7214         to set the cursor behind the pargraph with > size().
7215         (setCursor): check also for the same paragraph when checking where
7216         to put the cursor if we have a NFR inset.
7217
7218         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7219         parts of layout read further up as it still was in the wrong
7220         position.
7221
7222 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7223
7224         * screen.C (drawFromTo): change sine fullRebreak always return
7225         true.
7226
7227         * buffer.C (parseSingleLyXformat2Token): reindent some
7228
7229         * BufferView_pimpl.C (update): change since fullRebreak always
7230         return true.
7231         (Dispatch): git rid of the last hardcoded "Standard"s.
7232
7233 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7234
7235         * text2.[Ch] (fullRebreak): make it return void now that we always
7236         returned true.
7237
7238 2002-04-30  Juergen Vigna  <jug@sad.it>
7239
7240         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7241         ert compatibility check for "latex" layout.
7242
7243 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7244
7245         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7246         minipages: use col% instead of p%, and also use the current font.
7247         (makeLaTeXFile): Fix use babel condition.
7248         (parseSingleLyXformat2Token): Correct font when reading old floats.
7249
7250 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7251
7252         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7253         inserting list of floats.
7254
7255 2002-04-25  Herbert Voss  <voss@lyx.org>
7256
7257         * MenuBackend.C (expand): don't add the graphics extensions to the
7258         export menu
7259
7260 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7261
7262         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7263         non-existing layout, do not complain if it was the default layout
7264         of the original class (bug #342)
7265
7266 2002-04-24  Juergen Vigna  <jug@sad.it>
7267
7268         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7269         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7270
7271 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7272
7273         * buffer.C (getBibkeyList): If using \bibliography, return the
7274         option field with the reference itself. Enables us to provide natbib
7275         support when using \bibliography.
7276
7277 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7278
7279         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7280
7281         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7282         natbib is provided by the LaTeX class.
7283
7284 2002-04-23  Juergen Vigna  <jug@sad.it>
7285
7286         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7287         Wakeup functions.
7288
7289         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7290
7291 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7292
7293         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7294
7295         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7296         ensuremath around textordmasculine, textordfeminine and
7297         textdegree.
7298
7299 2002-04-19  Juergen Vigna  <jug@sad.it>
7300
7301         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7302         reinitializing the buffer otherwise row-dimensions may be wrong.
7303         (update): reset also the selection cursors if they do exits otherwise
7304         their x/y positions may be wrong.
7305
7306         * text2.C (cursorDown): don't enter the inset if we came from a row
7307         above and are one row over the inset.
7308
7309         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7310         really leaving an inset.
7311
7312 2002-04-18  Juergen Vigna  <jug@sad.it>
7313
7314         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7315         of the selected paragraph does not have the selected layout also if
7316         the last one had!
7317
7318         * text2.C (setLayout): fixed bug which did not change last selected
7319         paragraph.
7320
7321         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7322         changed the read and substituted \\end_float with \\end_inset!
7323
7324         * BufferView_pimpl.C (cursorPrevious):
7325         (cursorNext): fixed to make it work with rows heigher than the work
7326         area without moving the cursor only the draw of the row.
7327         (workAreaMotionNotify): fix jumping over high rows.
7328
7329 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7330
7331         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7332         Ressler.
7333
7334 2002-04-16  Juergen Vigna  <jug@sad.it>
7335
7336         * text2.C (setCursor): set also the irow().
7337         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7338         (cursorUp):
7339         (cursorDown): support for locking an inset if the x_fix value goes
7340         inside it. That way I can transverse insets too with cursor up/down.
7341
7342         * lyxrow.h: added irow helper function same as other (i) functions.
7343
7344         * BufferView_pimpl.C (cursorPrevious):
7345         (cursorNext): fixed for insets!
7346
7347 2002-04-15  Juergen Vigna  <jug@sad.it>
7348
7349         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7350         position otherwise it is wrong in some cases.
7351
7352         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7353         inside the inset before the call.
7354
7355 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7356
7357         * buffer.[Ch] (getBibkeyList): make it const.
7358
7359 2002-04-12  Juergen Vigna  <jug@sad.it>
7360
7361         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7362
7363         * text2.C (getCursorX): new helper function
7364         (setCursor): compute also ix_
7365         (setCursorFromCoordinates): set also ix.
7366
7367         * lyxcursor.h: added ix_ and helper functions.
7368
7369         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7370
7371         * buffer.C (insertStringAsLines): dont break paragraph if the this
7372         paragraph is inside an inset which does not permit it!
7373
7374         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7375         also with no chars on this paragraph.
7376         (paintRowText): only paint stuff if it's inside the workarea!
7377
7378         * paragraph.C (breakParagraph): honor keepempty flag and break the
7379         paragraph always below not above.
7380
7381         * BufferView2.C (unlockInset): update the paragraph layout on inset
7382         unlock as we changed paragraph in such a case.
7383
7384         * lyxfind.C (LyXFind): clear the former selection if not found!
7385
7386         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7387         again called in insertChar().
7388
7389         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7390         an inset which uses the whole row!
7391         (rightMargin): ditto.
7392         (insertChar): force a rebreak if we inserted an inset!
7393
7394 2002-03-28  Herbert Voss  <voss@lyx.org>
7395
7396         * lyxlength.[Ch]: add inBP() to get the right PS-point
7397         units (BigPoint). With inPixels we have rounding errors
7398
7399 2002-04-11  Juergen Vigna  <jug@sad.it>
7400
7401         * text2.C (setCursorFromCoordinates): set iy to the right value.
7402         (setCursor): add check if row->previous exists!
7403
7404         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7405         an old float_type as this was the case in the old code!
7406
7407         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7408
7409         * BufferView2.C (showLockedInsetCursor): use iy
7410         (fitLockedInsetCursor): ditto
7411
7412         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7413         locked insets as there we have the right value now.
7414
7415         * lyxcursor.C: added iy_ variable and iy functions to set to the
7416         baseline of cursor-y of the locked inset.
7417
7418         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7419         (setCursor): fixed for insets which need a full row.
7420
7421         * text.C (rowLastPrintable): don't ignore the last space when before
7422         an inset which needs a full row.
7423         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7424         as last character of a row when before a inset which needs a full row.
7425
7426 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7427
7428         * version.C.in: update date
7429
7430         * text2.C (fullRebreak): try to always return true and see what
7431         happens...
7432
7433 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7434
7435         * MenuBackend.C (expand): use Floating::listName
7436
7437         * FloatList.C (FloatList): add listName argument to the built-in
7438         floats
7439
7440         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7441         text associated with the float.
7442
7443 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7444
7445         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7446
7447 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7448
7449         * ShareContainer.h: add a couple of missing typenames.
7450
7451 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7452
7453         * lyxrc.C (getDescription): use _() correctly rather than N_().
7454
7455 2002-03-28  Herbert Voss  <voss@lyx.org>
7456
7457         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7458         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7459
7460 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7461
7462         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7463         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7464
7465 2002-03-29  Juergen Vigna  <jug@sad.it>
7466
7467         * lyxfunc.C (dispatch): add a missing fitCursor call.
7468
7469         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7470         it was scrolled by a cursor move, so return the bool status.
7471
7472         * BufferView.C (fitCursor): return the bool flag also to the outside
7473         world as this is needed.
7474
7475         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7476
7477         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7478         call the edit() as it is not needed (and wrong) IMO.
7479         (workAreaButtonPress): set the screen_first variable before evt.
7480         unlock the inset as this may change screen_first and then we have
7481         a wrong y position for the click!
7482
7483 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7484
7485         * MenuBackend.C (expand): another translation that I missed
7486
7487 2002-03-28  Juergen Vigna  <jug@sad.it>
7488
7489         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7490
7491         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7492
7493 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7494
7495         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7496
7497         * MenuBackend.C (expand): fix export/view/update when there is no
7498         document open.
7499
7500 2002-03-27  Herbert Voss  <voss@lyx.org>
7501
7502         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7503         and text%
7504
7505 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7506
7507         * bufferview_funcs.C (currentState): only show paragraph number
7508         for is DEVEL_VERSION is set.
7509
7510         * lyxfunc.C (dispatch): put warning in INFO channel
7511
7512         * MenuBackend.C (expand): translate the name of floats
7513
7514         * FloatList.C (FloatList): mark the float names for translation
7515
7516         * converter.C (convert): use LibScriptSearch
7517
7518 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7519
7520         * MenuBackend.C (defaults): fix default menu (we might as well get
7521         rid of it...)
7522
7523 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7524
7525         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7526         directory.
7527
7528 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7529
7530         * lyxvc.C: reorder includes.
7531
7532 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7533
7534         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7535           properly
7536
7537 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7538
7539         * CutAndPaste.C: change layouts earlier on paste
7540           to avoid crashing when calling getFont()
7541
7542 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7543
7544         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7545         irritating #error.
7546
7547 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7548
7549         * WorkArea.C: remove 'Pending' debug message.
7550
7551         * most files: ws cleanup
7552
7553         * buffer.[Ch]: ws changes
7554
7555         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7556
7557 2002-03-21  Juergen Vigna  <jug@sad.it>
7558
7559         * tabular.C (SetMultiColumn): collapse also the contents of the
7560         cells and set the last border right. Added a Buffer const * param.
7561
7562 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7563
7564         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7565         linking or not.
7566
7567 2002-03-19  Juergen Vigna  <jug@sad.it>
7568
7569         * text2.C (clearSelection): reset also xsel_cache.
7570
7571         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7572         where it needs to be called (John tells us to do so too :)
7573         (selectionLost): reset sel_cache.
7574
7575         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7576
7577 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7578
7579         * text2.C (setCursorIntern): put debuging code in INSETS channel
7580
7581 2002-03-19  André Pönitz <poenitz@gmx.net>
7582
7583         * lyxfunc.C: tiny whitespace change
7584
7585 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7586
7587         * ToolbarDefaults.C (init):
7588         * LyXAction.C (init):
7589         * commandtags.h:
7590         * BufferView_pimpl.C (Dispatch):
7591         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7592
7593 2002-03-19  Allan Rae  <rae@lyx.org>
7594
7595         * exporter.C (Export): removeAutoInsets before doing anything else.
7596         While I've just introduced a dependency on BufferView this really is
7597         the best place to clean the buffer otherwise you need to cleanup in
7598         a dozen places before calling export or cleanup in a dozen functions
7599         that export calls.
7600
7601         * converter.C (runLaTeX):
7602         (scanLog): Better handling of removeAutoInsets and screen updates.
7603
7604         * lyxfunc.C (dispatch): small whitespace changes
7605
7606 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7607
7608         * WorkArea.C (C_WorkAreaEvent): return a value.
7609         (event_cb): return 1 if we handled the event, 0 otherwise.
7610
7611         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7612
7613 2002-03-18  Juergen Vigna  <jug@sad.it>
7614
7615         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7616         (GetAdditionalWidth): ditto.
7617         (RightLine): ditto.
7618         (LeftLine): ditto.
7619
7620         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7621         inset if we're there actually (probably not used right now but this
7622         is the direction to go for unifying code).
7623         (paste): disable code to clear the selection.
7624
7625         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7626         inside an InsetText and move the check further up as it is in the
7627         wrong place.
7628
7629         * text2.C (pasteSelection): set a selection over the pasted text.
7630
7631 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7632
7633         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7634         and libgraphics to build on Cygwin.
7635
7636 2002-03-15  Juergen Vigna  <jug@sad.it>
7637
7638         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7639         inserting an Inset into the paragraph. I know this is not the best
7640         fix but we already use current_view in CutAndPaste so we will remove
7641         all of it's using at the same time.
7642
7643         * buffer.C (sgmlError): deactivated function till it is rewritten in
7644         the right mode, now it can create problems.
7645
7646         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7647         before accessing it.
7648
7649 2002-03-14  Juergen Vigna  <jug@sad.it>
7650
7651         * undo_funcs.C (textHandleUndo): do the right thing when updating
7652         the inset after the undo/redo.
7653
7654         * text2.C (setCursor): just some testcode for #44 not ready yet.
7655
7656         * undo_funcs.C (textHandleUndo): set the next() and previous()
7657         pointers of the paragraph to 0 before deleting otherwise we have
7658         problems with the Paragraph::[destructor].
7659
7660         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7661         on a paragraph insertion.
7662
7663 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7664
7665         * buffer.C (asciiParagraph): use += operator for char append to
7666         string.
7667
7668         * paragraph.C (getFontSettings): compare >= not just >
7669         (highestFontInRange): ditto
7670         (setFont): ditto
7671
7672 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7673
7674         * paragraph.C: change several algorithm to be more appripriate for
7675         the problem domain. This is lookip in FontList and in the InsetList.
7676
7677 2002-03-13  André Pönitz <poenitz@gmx.net>
7678
7679         * commandtags.h:
7680         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7681
7682 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7683
7684         * commandtags.h:
7685         * LyXAction.C:
7686         * lyxfunc.C:
7687         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
7688
7689 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7690
7691         * Painter.C (display): anon helper function, adjust code for this
7692         change.
7693         (pixmap): remove function.
7694
7695         * Painter.h: remove private display variable.
7696
7697         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
7698
7699 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
7700
7701         * WorkArea.[Ch]: remove figinset_canvas cruft.
7702
7703 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7704
7705         * lyxtextclass.C (operator): add one item cache optimization.
7706
7707         * bufferlist.h: doxy changes
7708
7709         * bufferlist.C: ws changes
7710
7711         * DepTable.[Ch] (ext_exist): place const in the right spot.
7712
7713         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
7714         call resizeInsets.
7715         (workAreaExpose): call resizeInsets when the with BufferView changes.
7716         (Dispatch): adjust for protectedBlank removal
7717         (specialChar): call updateInset if the insert went ok.
7718
7719         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
7720         specialChar instead.
7721
7722         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
7723
7724         * BufferView.h: doxy change
7725
7726         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
7727
7728         * lyxtextclass.C (operator[]): remove non-const version
7729         (defaultLayout): remove non-const version
7730
7731 2002-03-12  Juergen Vigna  <jug@sad.it>
7732
7733         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
7734         did resize the LyXText too.
7735
7736         * buffer.C (readLyXformat2): set layout information on newly allocated
7737         paragraphs.
7738
7739         * tabular.C (OldFormatRead): set layout information on the paragraph.
7740
7741 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7742
7743         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
7744
7745 2002-03-11  Juergen Vigna  <jug@sad.it>
7746
7747         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
7748         plainly wrong.
7749         (resizeCurrentBuffer): force also the insets to resize themselfes.
7750         (moveCursorUpdate): fixed up for InsetText.
7751
7752 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
7753
7754         * commandtags.h:
7755         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
7756         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
7757         value of Dialogs::tooltipsEnabled().
7758         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
7759
7760 2002-03-08  Juergen Vigna  <jug@sad.it>
7761
7762         * BufferView_pimpl.C (updateInset): update inset inside inset also
7763         if it isn't inside theLockingInset().
7764
7765 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7766
7767         * buffer.C (asciiParagraph): redo some of the word and line length
7768         handling.
7769         (getLists): look for Caption instead of caption.
7770
7771 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7772
7773         * buffer.C (Buffer): initialize niceFile to true
7774         (makeLaTeXFile):
7775         (makeLinuxDocFile):
7776         (makeDocBookFile): make sure niceFile is true on exit
7777
7778 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7779
7780         * buffer.C (makeLaTeXFile): escape ~ in \input@path
7781
7782 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
7783
7784         * LyXSendto.C: remove.
7785         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
7786         * lyx_gui.C: remove now-redundant comment.
7787         * ColorHandler.h: remove forward declaration of class WorkArea.
7788         * lyxfunc.C: remove #include "WorkArea.h".
7789
7790 2002-03-07  Juergen Vigna  <jug@sad.it>
7791
7792         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
7793         got moved away with the DEPM and also set the inset_owner always
7794         right which before could have been omitted.
7795
7796 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7797
7798         * buffer.C (parseSingleLyXformat2Token): use default layout is the
7799         wanted layout is not found.
7800
7801 2002-03-07  Juergen Vigna  <jug@sad.it>
7802
7803         * CutAndPaste.C (cutSelection): another layout settings forgotten.
7804
7805 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7806
7807         * paragraph.C (breakParagraph): use default layout not layout of
7808         prev paragraph.
7809         (Paragraph): clear ParagraphParameters.
7810
7811 2002-03-06  Juergen Vigna  <jug@sad.it>
7812
7813         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
7814         otherwise it would not be a valid lenght. Fixed a special case in
7815         the minipage compatibility read where we end the document with a
7816         minipage.
7817
7818         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
7819         was set as it could be 0 for InsetTexts first entry.
7820
7821 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7822
7823         * paragraph.C (writeFile): if layout is empty write out
7824         defaultLayoutName().
7825
7826         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
7827         file without named layout we set layout to defaultLayoutName().
7828
7829 2002-03-06  Juergen Vigna  <jug@sad.it>
7830
7831         * CutAndPaste.C (copySelection): set layout for new paragraph.
7832
7833         * text.C (prepareToPrint): leave ERT inset left aligned
7834         (leftMargin): don't indent paragraphs inside ERT insets
7835
7836 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7837
7838         * paragraph.C (breakParagraph): dont call clear do the work manually
7839
7840         * paragraph.[Ch] (clear): remove function
7841
7842 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7843
7844         * paragraph.C (Paragraph): dont call clear, the work has already
7845         been done.
7846
7847         * lyxtextclass.C (operator): assert if n is empty
7848
7849         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
7850         work manually instead.
7851
7852 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7853
7854         * BufferView_pimpl.C: protect selectionLost against text == 0
7855
7856 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7857
7858         * text.C (breakParagraph): fix a setting layout to '0' problem.
7859
7860 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7861
7862         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
7863         final location of file, for the included files, and graphics.
7864
7865 2002-03-05  Juergen Vigna  <jug@sad.it>
7866
7867         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
7868
7869 2002-03-04  Juergen Vigna  <jug@sad.it>
7870
7871         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
7872
7873         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
7874         last column of multicolumn cells.
7875         (SetWidthOfMulticolCell): recalculate NMC and real columns.
7876
7877 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7878
7879         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
7880         file if it doesn't go to a temporary file.
7881
7882         * buffer.C (sgmlOpenTag):
7883         (sgmlCloseTag):  remove extra newline insertion.
7884
7885 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7886
7887         * text.C (getRowNearY): comment out debug msg
7888
7889 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7890
7891         * text2.C: first -> first_y
7892
7893         * text.C (getRowNearY): add some attemts at a possible
7894         optimization, not working.
7895
7896         * tabular.[Ch]: add BufferParams to several function so that newly
7897         created paragraph can be initialized to he default layotu for the
7898         buffers textclass.
7899
7900         * tabular-old.C (ReadOld): add buf->params to call of Init
7901
7902         * screen.C: rename text->first to text->first_y
7903
7904         * paragraph.C (breakParagraph): always set layout in the broken
7905         paragraph
7906
7907         * lyxtextclass.C (Read): remove lowercase
7908         (hasLayout): ditto
7909         (operator): ditto
7910         (delete_layout): ditto
7911
7912         * lyxtext.h: rename first -> first_y
7913
7914         * lyxlayout.C (Read): remove lowercase
7915         (name): ditto
7916         (setName): ditto
7917         (obsoleted_by): ditto
7918
7919         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
7920
7921         * buffer.C (insertErtContents): add params are to InsetERT
7922         (parseSingleLyXformat2Token): add code to check if a paragraphs
7923         layout really exist.
7924         (parseSingleLyXformat2Token): add params to several inset
7925         constructors
7926         (asciiParagraph): remove lowercase, do the layout comparisons with
7927         no_case
7928
7929         * BufferView_pimpl.C (cursorNext): first -> first_y
7930         (resizeCurrentBuffer): first -> first_y
7931         (updateScrollbar): first -> first_y
7932         (scrollCB): first -> first_y
7933         (workAreaMotionNotify): first -> first_y
7934         (workAreaButtonPress): first -> first_y
7935         (checkInsetHit): first -> first_y
7936         (cursorPrevious): first -> first_y
7937         (cursorNext): first -> first_y
7938         (Dispatch): add buffer_->params to severl inset contructors
7939
7940 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7941
7942         * lyxlayout.C (Read): remove some debug info that I forgot.
7943
7944         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
7945         clean up the code slightly.
7946         (makeLinuxDocFile): ditto
7947         (makeDocBookFile): ditto
7948
7949         * text2.C: layout as string
7950
7951         * text.C: layout as string
7952
7953         * paragraph_pimpl.C: layout as string
7954
7955         * paragraph.[Ch]: layout as string
7956
7957         * lyxtextclasslist.[Ch]: layout as string
7958
7959         * lyxtextclass.[Ch]: layout as string
7960
7961         * lyxtext.h: layout as string
7962
7963         * lyxlayout.[Ch]: layout as string
7964
7965         * lyx_cb.C: layout as string
7966
7967         * bufferview_funcs.C: layout as string
7968
7969         * bufferparams.C: layout as string
7970
7971         * buffer.C: layout as string
7972
7973         * LyXView.[Ch]: layout as string
7974
7975         * LaTeXFeatures.[Ch]: layout as string
7976
7977         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
7978
7979         * BufferView_pimpl.C: change current_layout to string, remove
7980         lyx::layout_type.
7981         (Dispatch):
7982         (smartQuote):
7983         (insertInset):
7984         (workAreaButtonRelease): layout as string
7985
7986         * BufferView2.C (unlockInset): adjust
7987
7988         * vspace.C (asLatexCommand): use an explict temp variable.
7989
7990 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7991
7992         * Makefile.am: use FRONTEND_*
7993
7994 2002-03-01  Juergen Vigna  <jug@sad.it>
7995
7996         * tabular.C (SetWidthOfMulticolCell): changed to something better
7997         I hope but still work in progress.
7998         (recalculateMulticolumnsOfColumn): renamed function from
7999         recalculateMulticolCells as it is more appropriate now.
8000         (SetWidthOfCell): calculate multicols better.
8001
8002 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8003
8004         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8005
8006         * lyxfunc.C (processKeySym): print sequence also if it is
8007         `deleted' (complete)
8008
8009         * kbsequence.C (print): print sequence even if it is deleted
8010         (complete would be a better word, actually).
8011
8012         * lyxfunc.C (dispatch): print complete options after a prefix key
8013
8014         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8015
8016 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8017
8018         * text2.C (setCharFont): eliminate setCharFont code duplication.
8019
8020 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8021
8022         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8023         LFUN_TABULAR_FEATURE (bug #177)
8024
8025 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8026
8027         * Makefile.am: remove figure.h
8028
8029 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8030
8031         * Bufferview_pimpl.C:
8032         * CutAndPasteC:
8033         * LaTeX.C:
8034         * LyXSendto.C:
8035         * buffer.C:
8036         * bufferlist.C:
8037         * converter.C:
8038         * language.C:
8039         * lyxfunc.C:
8040         * lyxvc.C:
8041         * paragraph.C:
8042         * text.C:
8043         * text2.C: remove #include "lyx_gui_misc.h".
8044
8045         * LaTeX.C: added #include <cstdio>
8046
8047 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8048
8049         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8050         that the paragraph following this one can have.
8051
8052         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8053
8054         * vspace.C (asLatexCommand): fix bogus gcc warning
8055
8056         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8057
8058 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8059
8060         * text2.C (setLayout): get rid of redundant code
8061
8062 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8063
8064         * text2.C (incDepth): make sure depth cannot be increased beyond
8065         reasonable values.
8066
8067 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8068
8069         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8070         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8071
8072         * PainterBase.h (image):
8073         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8074         a LyXImage const *.
8075
8076 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8077
8078         * BufferView.C:
8079         * BufferView.h:
8080         * BufferView_pimpl.C:
8081         * BufferView_pimpl.h:
8082         * LaTeXFeatures.C:
8083         * LyXAction.C:
8084         * LyXView.C:
8085         * Makefile.am:
8086         * UpdateList.h:
8087         * UpdateList.C:
8088         * buffer.C:
8089         * figure.h:
8090         * figureForm.C:
8091         * figureForm.h:
8092         * figure_form.C:
8093         * figure_form.h:
8094         * lyx_cb.C:
8095         * lyx_gui.C:
8096         * lyx_gui_misc.C:
8097         * lyxfunc.C:
8098         * sp_base.h:
8099         * sp_ispell.h:
8100         * sp_pspell.h:
8101         * sp_spell.C: remove fig inset, and the crap house of
8102           cards that follows it
8103
8104 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8105
8106         * Makefile.am:
8107         * lyxserver.C:
8108         * os2_defines.h:
8109         * os2_errortable.h:
8110         * nt_defines.h: move .h into support/
8111
8112         * vms_defines.h: remove
8113
8114         * WorkArea.C: add space in debug output
8115
8116         * text2.C:
8117         * paragraph.C:
8118         * buffer.C: add WITH_WARNINGS
8119
8120         * vc-backend.h:
8121         * vc-backend.C:
8122         * bufferlist.C: s/retrive/retrieve/, add docs
8123
8124         * vspace.h:
8125         * vspace.C:
8126         * kbmap.h:
8127         * lyxlength.h:
8128         * lyxgluelength.h:
8129         * length_common.h:
8130         * chset.h:
8131         * chset.C: add docs
8132
8133         * lyxgui.C: add ID to X error handler
8134
8135         * lyxtestclass.c: fix typo
8136
8137 2002-02-26  Juergen Vigna  <jug@sad.it>
8138
8139         * tabular_funcs.C (write_attribute): changed so that some default
8140         attributes are not written at all.
8141         (getTokenValue): set default values before trying to read the
8142         value so we have the return value always set as default if we don't
8143         find the token we search for.
8144
8145         * tabular.C (Write): write bools as bools not as strings!
8146
8147 2002-02-22  Juergen Vigna  <jug@sad.it>
8148
8149         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8150         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8151
8152         * text.C (leftMargin): don't add an indent for paragraphs inside
8153         tabular cells (fix #208).
8154
8155 2002-02-21  José Matos  <jamatos@fep.up.pt>
8156
8157         * tabular.C (docBook): fixed support for long tables.
8158
8159 2002-02-20  Juergen Vigna  <jug@sad.it>
8160
8161         * text2.C (getFont): get the drawing font of the Inset if this
8162         paragraph is inside an inset (only important for InsetERT for now).
8163
8164         * buffer.C (insertErtContents): use new lanugage params in ERT
8165         constructor.
8166
8167         * CutAndPaste.C: commenting out seemingly uneeded code.
8168
8169 2002-02-19  Allan Rae  <rae@lyx.org>
8170
8171         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8172         Iterators might be simple to use but they also get invalidated.
8173         (removeAutoInsets): renamed saved cursor tracking variables and added
8174         some comments to clarify what everything does.
8175
8176 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8177
8178         * Chktex.C:
8179         * LaTeX.C:
8180         * LyXSendto.C:
8181         * converter.C:
8182         * lyx_cb.C:
8183         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8184         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8185
8186         * lyxfunc.C:
8187         * vc-backend.h: remove #include "support/syscall.h"
8188
8189         * LaTeX.C:
8190         * LyXSendto.C:
8191         * converter.C: rearrange #includes in Lars' approved fashion.
8192
8193         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8194         forward declare class Timeout in the header file.
8195
8196         * XFormsView.C: changes due to the above.
8197
8198         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8199         similar to LyXView.
8200
8201         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8202         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8203
8204 2002-02-18  José Matos  <jamatos@fep.up.pt>
8205
8206         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8207         insets contents.
8208
8209 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8210
8211         * a lot of small ws changes
8212         * add a lot of using std::XXX
8213         * use std construcs some places where approp.
8214         * use some exisint stuff from lyxfunctional where approp.
8215         * Make file changes to use partial linking (lets test this now...)
8216
8217 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8218
8219         * Chktex.C:
8220         * buffer.C:
8221         remove #include "support/syscontr.h" as it's redundant. Always has been.
8222
8223         * Chktex.C:
8224         * LaTeX.C:
8225         * LyXSendto.C:
8226         * converter.C:
8227         * lyx_cb.C:
8228         * vc-backend.C:
8229         change Systemcalls::System to Systemcalls::Wait and
8230         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8231         No change of functionality, just reflects the stripped down Systemcalls
8232         class.
8233
8234 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8235
8236         * debug.[Ch]: add a GRAPHICS type to the enum.
8237
8238 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8239
8240         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8241
8242         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8243         there is an inset.
8244
8245 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8246
8247         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8248         match the changes below.
8249
8250         * text2.C (toggleInset): if there is not editable inset at cursor
8251         position, try to see if cursor is _inside_ a collapsable inset
8252         and close it.
8253
8254 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8255
8256         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8257         document menu has a nice checkbox
8258
8259 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8260
8261         * lyxlength.C (asLatexString): change PW to output as percent of
8262         \textwidth.
8263
8264         * lengthcommon.C: change '%' to 't%'
8265
8266         * lyxfunc.C (dispatch): a few comments from Martin
8267
8268 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8269
8270         * WorkArea.h:
8271         * WorkArea.C:
8272         * BufferView_pimpl.h:
8273         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8274           the X selection.
8275
8276 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8277
8278         * vspace.C (inPixels): fix compiler warning
8279
8280 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8281
8282         * lyxfunc.C (getStatus): fix status message for disabled commands.
8283
8284 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8285
8286         * BufferView_pimpl.C: fix crash on close buffer
8287         during selection (#227)
8288
8289 2002-01-27  Herbert Voss  <voss@lyx.org>
8290
8291         * buffer.C: link old Figure to new graphic inset
8292
8293 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8294
8295         * FontLoader.C (getFontinfo): Change the latex font names in order
8296         to match the names of type1inst.
8297
8298 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8299
8300         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8301
8302         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8303         (extchanged): ditto
8304         (ext_exist): ditto
8305         (remove_files_with_extension): ditto
8306         (remove_file): ditto
8307         (write): ditto
8308
8309         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8310         document is smaller than the work area height. Do not initialize
8311         static variables to 0.
8312
8313 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8314
8315         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8316
8317         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8318         LFUN_LAYOUT_PARAGRAPHS.
8319
8320         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8321         tabular. It is possible to provide a possible cell, which will
8322         typically be the actcell from the corresponding insettabular
8323
8324         * lyxfunc.C (getStatus): small cleanup; disable
8325         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8326         true
8327
8328 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8329
8330         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8331
8332         * paragraph.C (startTeXParParams):
8333         (endTeXParParams): new methods. The LaTeX code to
8334         start/end paragraph formatting
8335         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8336         empty (fixes bug #200)
8337
8338         * vspace.C (inPixels): adapt to the change below
8339         (inPixels): [later] more cleanups (remove unused variables)
8340
8341         * lyxlength.C (inPixels): change to use a width and a height as
8342         parameter.
8343
8344 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8345
8346         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8347         Replaced with \paperwidth
8348
8349         * DepTable.C (insert): add std:: qualifier
8350
8351 2002-01-18  Allan Rae  <rae@lyx.org>
8352
8353         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8354         updated also?
8355
8356         * text.C (drawInset): Turned out I didn't know enough about how
8357         rebreaking worked.  This fixes most of the redraw problems.  I see
8358         an occasional cursor trail when a line is broken now and the cursor
8359         placement can seem out by a few pixels also after a rebreak.
8360
8361 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8362
8363         * buffer.C (parseSingleLyXformat2Token): update because minipage
8364         width is now a LyXLength
8365
8366         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8367
8368         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8369         math insets
8370
8371 2002-01-17  Juergen Vigna  <jug@sad.it>
8372
8373         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8374
8375         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8376         is set correctly and the inset is updated correctly.
8377
8378 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8379
8380         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8381         the beginning of the loop.
8382
8383 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8384
8385         * lyxrc.C: improve help for use_scalable_fonts
8386
8387 2002-01-17  Allan Rae  <rae@lyx.org>
8388
8389         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8390
8391 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8392
8393         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8394         make sure to set their inset_owner to the right value (bug #171)
8395
8396 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8397
8398         * DepTable.h
8399         * DepTable.C: Implement mtime checking to reduce time spent doing
8400         CRCs.
8401
8402 2002-01-16  Juergen Vigna  <jug@sad.it>
8403
8404         * tabular.C (GetAdditionalHeight): one of error fixed.
8405
8406         * lyxrc.C (output): small fix in writing use_pspell.
8407
8408 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8409
8410         * sp_base.h: #include LString.h
8411
8412 2002-01-16  Allan Rae  <rae@lyx.org>
8413
8414         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8415         Can someone check this please?
8416
8417         * text.C (drawInset): It was possible that p.row would be removed by
8418         breakAgainOneRow upsetting a few other settings.  There may be another
8419         small tweak possible by setting need_break_row = 0 when p.row has been
8420         removed but I don't know enough about the logic here.
8421
8422 2002-01-15  Allan Rae  <rae@lyx.org>
8423
8424         * text.C (insertChar): removed conditional truism.
8425
8426         * BufferView2.C (removeAutoInsets): More tweaks.
8427         cur_par_prev could be a stray pointer.  Check for trailing empty line
8428         in case last line was cur_par and only had an error inset on it.
8429
8430 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8431
8432         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8433         absolute
8434
8435         * vc-backend.C (most methods):
8436         * exporter.C (Export):
8437         * converter.C (convert):
8438         (runLaTeX):
8439         * LyXSendto.C (SendtoApplyCB):
8440         * lyxfunc.C (dispatch):
8441         (menuNew):
8442         (open):
8443         (doImport):
8444         * lyx_cb.C (AutoSave):
8445         (InsertAsciiFile):
8446         * BufferView_pimpl.C (MenuInsertLyXFile):
8447         * buffer.C (runChktex): use Buffer::filePath().
8448
8449         * buffer.h: rename filename to filename_; rename filepath to
8450         filepath_ and make it private
8451         (filePath): new method
8452
8453         * buffer.C (writeFile): use fileName()
8454         (getLatexName):
8455
8456         * lyx_main.C (init): fix starting  of LyX when the binary is a
8457         link from so,ewhere else.
8458
8459         * minibuffer.C: include <cctype> for isprint
8460
8461 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8462
8463         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8464         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8465         name clash with InsetCollapsable's width function.
8466
8467 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8468
8469         * lastfiles.C: include <iterator>
8470
8471 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8472
8473         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8474         std::count.
8475
8476         * buffer.C (makeLaTeXFile): ditto.
8477         Also make loop operation more transparent.
8478
8479 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8480
8481         * ToolbarDefaults.C: remove trailing comma closing namespace.
8482
8483         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8484
8485         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8486         as in WorkArea.
8487
8488         * trans.C (Load): comment out unused variable, allowed.
8489
8490 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8491
8492         * minibuffer.[Ch] (append_char): new method to recieve input from the
8493         drop-down completion browser. If a key was pressed, then recieve this
8494         char and append it to the existing string.
8495         (peek_event): modify the positioning data passed to the completion
8496         browser so that it can be placed above the minibuffer rather than below.
8497 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8498
8499         * LyXAction.C (init): alloe error-next for readonly documents.
8500
8501         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8502         count.
8503
8504 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8505
8506         * bufferlist.C (readFile): create the buffer _after_ checking that
8507         the file exists.
8508
8509         * lyxfunc.C (verboseDispatch): fix handling of arguments
8510
8511         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8512
8513         * lyxrc.C: use string::erase() instead of initializing to "".
8514
8515
8516 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8517
8518         * BufferView_pimpl.h:
8519         * BufferView_pimpl.C:
8520         * WorkArea.h:
8521         * WorkArea.C:
8522         * text2.C: tell X when we have made a selection for copying
8523
8524 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8525
8526         * BufferView_pimpl.C (MenuInsertLyXFile):
8527         * lyxfunc.C (menuNew):
8528         (open):
8529         (doImport): add shortcuts to directory buttons
8530
8531         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8532         open a float)
8533
8534         * lyxfunc.C (setStatusMessage):
8535         (getStatusMessage): new methods
8536         (getStatus):use setStatusMessage instead of setErrorMessage
8537         (dispatch): when function is disabled, set error message here
8538         [instead of in getStatus previously]
8539
8540         * BufferView_pimpl.C (workAreaButtonRelease): update
8541         toolbar/menubar here too.
8542
8543 2002-01-13  Allan Rae  <rae@lyx.org>
8544
8545         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8546         Now seems indestructible.  Remaining task is to audit all other
8547         code affected by deleteEmptyParagraphMechanism.  One small quirk
8548         left is that an empty document with an error in the preamble can
8549         be made to report an error but no error box appears.  I don't know
8550         where it goes.
8551         (removeAutoInsets): Improved comments.
8552
8553 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8554
8555         * Thesaurus.h:
8556         * Thesaurus.C: update for Aiksaurus 0.14
8557
8558 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8559
8560         * text2.C (firstParagraph): removed member function, all uses
8561         replaces with ownerParagraph
8562         (redoParagraphs): here
8563         (updateInset): here
8564         (toggleAppendix): here
8565         * BufferView2.C (insertErrors): here
8566         (setCursorFromRow): here
8567
8568 2002-01-13  Allan Rae  <rae@lyx.org>
8569
8570         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8571         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8572         There is still a way to segfault this although you may have to do this
8573         multiple times: Have an InsetERT with an unknown command in it.
8574         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8575         <down-arrow>, <Enter> again, View->DVI, BANG!
8576
8577         * text2.C (setCursor):
8578         (deleteEmptyParagraphMechanism):
8579         * lyxtext.h (setCursor):
8580         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8581         Making use of the return value may help fix other bugs.
8582
8583 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8584
8585         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8586
8587         * LyXView.C (updateMenubar): call MenuBar::update here
8588         (updateToolbar): but not here
8589         (showState): do not update toolbar/menubar
8590
8591         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8592         should need to care about that.
8593
8594         * lyxfunc.C (verboseDispatch): simplify a bit
8595         (getStatus): have a version which takes a pseudoaction, and
8596         another which requires a (kb_action,string).
8597
8598         * LyXAction.C (retrieveActionArg): make it work also when action
8599         is not a pseudo-action.
8600         (getActionName): simplify a bit
8601         (helpText):
8602
8603 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8604
8605         * lyxfunc.C (verboseDispatch): new families of methods with
8606         several ways to specify a command and a bool to indicate whether
8607         the command name and shortcut should be displayed in minibuffer
8608         (eventually, we could extend that to a finer bitmask like
8609         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8610         (dispatch): the pristine dispatch command which just, well,
8611         dispatchs! Note it still sets its result to minibuffer; I'm not
8612         sure we want that.
8613
8614         * lyxfunc.h: remove setHintMessage
8615
8616         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8617
8618 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8619
8620         * BufferView_pimpl.C (specialChar): delete new inset if we have
8621         not been able to insert it.
8622
8623         * kbmap.C: revert to using int instead of kb_action, since all we
8624         are dealing with is pseudo-actions.
8625
8626         * LyXAction.C (searchActionArg): change to return int instead of
8627         kb_action, since the result is a pseudoaction.
8628
8629 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8630
8631         * buffer.C (insertErtContents): Fix (partially) the font bug.
8632
8633 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8634
8635         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8636         as the other one is broken on my machine!
8637
8638 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8639
8640         * commandtags.h:
8641         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8642
8643 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8644
8645         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8646         reflect their actual use. Provide compatibility code for older lyxrc
8647         files.
8648
8649         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8650         FL_NORMAL_STYLE.
8651         change names of popup font variables in line with the changes to lyxrc.C
8652
8653 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8654
8655         * buffer.C (asciiParagraph): avoid outputing a word twice after
8656         an inset.
8657
8658         * lyxrc.C (getDescription): document that document_path and
8659         template_path can be empty.
8660
8661 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8662
8663         * LaTeXFeatures.C (getMacros):
8664         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8665
8666         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8667
8668         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8669         getPackages.
8670         (getPackages): rename feature "floats" to "float". Use an array to
8671         iterate over 'simple' features (i.e. just a \usepackage). Add
8672         handling of "amsmath" (renamed from "amsstyle").
8673
8674 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8675
8676         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8677         features list.
8678
8679 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8680
8681         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8682         FuncStaus::FuncStatus & FuncStaus::some_method().
8683
8684 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8685
8686         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8687         of the func_satus stuff. Edited and massaged in various ways by
8688         JMarc.
8689
8690         * lyxfunc.C (getStatus): use FuncStatus
8691
8692 2002-01-08  Juergen Vigna  <jug@sad.it>
8693
8694         * text.C (nextBreakPoint): use function Inset::isChar().
8695
8696         * paragraph.C (TeXOnePar): use function
8697         Inset::forceDefaultParagraphs.
8698
8699         * buffer.C (latexParagraphs): use function
8700         Inset::forceDefaultParagraphs.
8701
8702 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8703
8704         * lyx_gui.C (init): set the style of the menu popups to
8705         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
8706
8707 2002-01-07  Juergen Vigna  <jug@sad.it>
8708
8709         * text.C (setHeightOfRow): small fix
8710         (prepareToPrint): don't look at alignment if we don't have the place
8711         for doing it.
8712
8713 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8714
8715         * box.C: New file. Move the Box methods and functions out of box.h,
8716         following Lars' suggestion.
8717
8718 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8719
8720         * box.h: #include "support/LOstream.h", needed for inlined function.
8721
8722         * lyxtextclass.C:
8723         * lyxtextclasslist.C: added some using std declarations.
8724
8725 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
8726
8727         * box.h: make signed dimensions to allow insets wider than
8728           the screen (bug #162)
8729
8730         * BufferView_pimpl.C: add some insetHit debug
8731
8732 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
8733
8734         * vc-backend.C: add FIXME
8735
8736 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8737
8738         * lyxfunc.C (getStatus): enable code for showing math font status
8739         in toolbar/menu.
8740
8741 2002-01-07  Juergen Vigna  <jug@sad.it>
8742
8743         * text.C (nextBreakPoint): removed debug output not needed anymore.
8744
8745 2002-01-06  Juergen Vigna  <jug@sad.it>
8746
8747         * text.C (nextBreakPoint): fixed up this function we had this bug
8748         since ever but now hopefully we break row better.
8749         (insertChar): we have to check if an inset is the next char as it
8750         could now happen that a large inset is causing a break.
8751
8752 2002-01-05  Juergen Vigna  <jug@sad.it>
8753
8754         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
8755         if it doesn't like to be drawed.
8756
8757 2002-01-04  Juergen Vigna  <jug@sad.it>
8758
8759         * BufferView2.C (lockInset): forgot to set a cursor.
8760
8761         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
8762
8763 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
8764
8765         * FormMathsPanel.C:
8766         * FormMathsPanel.h
8767         * MathsSymbols.C:
8768         * form_maths_panel.C:
8769         * form_maths_panel.h:
8770         * form_maths_panel.fd: implemented sub- and super- buttons in math
8771         panel.
8772
8773         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
8774         (or ^ space) to be used as in TeX (req'd by André).
8775
8776         * lyxfunc.C: Allow ^ and _ again to be used both as
8777         super/subscript (mathed) and as themselves (in text).
8778
8779 2002-01-03  Allan Rae  <rae@lyx.org>
8780
8781         * LyXView.C (updateWindowTitle): Setup a short icon title of either
8782         "LyX" or the filename of the current buffer if it has one.  This is a
8783         modified form of John Levon's patch.
8784
8785         * XFormsView.C (setWindowTitle): also set icon title.
8786
8787         * LyXView.h (setWindowTitle): signature changed.
8788         * XFormsView.h (setWindowTitle): ditto.
8789
8790 2002-01-02  Juergen Vigna  <jug@sad.it>
8791
8792         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
8793
8794 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8795
8796         * screen.C (topCursorVisible): introduce a temp var for
8797         text->cursor.row(), handle the case where this row is null. (kindo
8798         hachish)
8799
8800         * text2.C (setCursor): add a couple of asserts.
8801
8802         * paragraph.h (inset_iterator): add -> operator
8803
8804         * paragraph.[Ch] (autoDeleteInsets): remove member function
8805
8806         * BufferView2.C (removeAutoInsets): rewrite to handle the old
8807         cursor pos correctly and handle inset deletion by itself.
8808         (insertErrors): move iterator declaration out of for expression
8809
8810         * lyxtextclass.C: add <algorithm>
8811
8812         * Makefile.am: added the new files to sources, removed layout.C
8813
8814         * layout.C: removed file
8815
8816         * layout.h: remove LYX_DUMMY_LAYOUT
8817
8818         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
8819         layout.
8820
8821         * lyxlayout.[Ch]:
8822         * lyxtextclass.[Ch]:
8823         * lyxtextclasslist.[Ch]: new files
8824
8825         * include order changes to a lot of files, also changes because of
8826         the six new files.
8827
8828 2001-12-27  Juergen Vigna  <jug@sad.it>
8829
8830         * buffer.C (asciiParagraph): more fixes.
8831
8832         * tabular.C (ascii): make ascii export support export of only the
8833         data separated by a column-delimiter.
8834         (ascii): better support for ascii export.
8835
8836         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
8837
8838 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8839
8840         * tabular_funcs.C: use a "using std::getline" instead of the
8841         previous fix from Angus (necessary for cxx + lyxstring)
8842
8843 2001-12-24  Juergen Vigna  <jug@sad.it>
8844
8845         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
8846
8847         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
8848         problems. First check a minipage also if we have some ert-contents
8849         (not only on par->size(), second set the right depth of the paragraph
8850         on the relink to the root-paragraph-list!
8851
8852         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
8853         which then did not anymore update the main paragraphs on undo/redo!
8854
8855 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8856
8857         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
8858         code. Support all font-changing funcs (even those which are not in
8859         menu currently). Support for reporting font settings in
8860         mathed (disabled until Andre provides a function on mathed's side).
8861
8862         * func_status.h (toggle): small helper function to set toggle
8863         state on a flag.
8864
8865 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
8866
8867         * tabular_funcs.C: getline -> std::getline
8868
8869 2001-12-21  Juergen Vigna  <jug@sad.it>
8870
8871         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
8872         accessed and could be 0 (I couldn't generate this but it seems
8873         Michael could!).
8874
8875 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8876
8877         * tabular_funcs.C: add LIstream.h, move write_attribute to..
8878         * tabular_funcs.h: here and include iosfwd
8879
8880 2001-12-20  Juergen Vigna  <jug@sad.it>
8881
8882         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
8883         inside inset but undo_par was.
8884
8885 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8886
8887         * Thesaurus.C: always include <config.h> in sources.
8888
8889         * Painter.h:
8890         * lyxlookup.h:
8891         * box.h: do not include <config.h> in header files
8892
8893         * text.C (paintLastRow): remove unused variable
8894
8895         * text.C (transformChar):
8896         (insertChar):
8897         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
8898
8899         * Painter.C (text):
8900         * font.C (width): rewrite to use uppercase() instead of
8901         islower/toupper.
8902
8903         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
8904
8905 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
8906
8907         * lyxfind.C: clean up of find failure position change
8908
8909 2001-12-20  Juergen Vigna  <jug@sad.it>
8910
8911         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
8912
8913         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
8914         (TeXRow): added to LaTeX a single tabular row.
8915         (TeXLongtableHeaderFooter): added to output LT-h/f data.
8916         (Latex): simplified and finally good LT-h/f support.
8917         (various_functions): just small adaptions for LT-h/f support.
8918
8919         * tabular_funcs.[hC]: added and moved here all not classfunctions
8920         of LyXTabular.
8921
8922 2001-12-19  Juergen Vigna  <jug@sad.it>
8923
8924         * tabular.[Ch]: better support for longtabular options (not finished
8925         yet!)
8926
8927 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8928
8929         * text.C (paintLastRow): use the label font instead of the font of
8930         the last character to compute the size of *_BOX. This makes more
8931         sense and avoids a crash with empty paragraphs.
8932         Use Painter::rectangle to draw EMPTY_BOX.
8933
8934 2001-12-19  Juergen Vigna  <jug@sad.it>
8935
8936         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
8937         the paragraphs if the replaced paragraph is not the first one!
8938         Tried to delete not used paragraphs but does not work yet so for
8939         now it's inside #ifdef's and by default off!
8940
8941 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8942
8943         * MenuBackend.C: include "lyx_main.h" instead of declaring
8944         lastfiles (actually was declared as LastFiles* instead of a
8945         scoped_ptr).
8946
8947 2001-12-17  Juergen Vigna  <jug@sad.it>
8948
8949         * tabular.C (AppendColumn): applied John's fix
8950
8951 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
8952
8953         * BufferView.h:
8954         * BufferView.C:
8955         * BufferView_pimpl.h:
8956         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
8957
8958         * Makefile.am:
8959         * box.h: new start of class for above
8960
8961         * lyxfunc.C: ignore space-only minibuffer dispatches.
8962           Show the command name when it doesn't exist
8963
8964         * minibuffer.C: don't add empty lines to the history
8965
8966         * minibuffer.C: add a space on dropdown completion
8967
8968 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
8969
8970         * text.C: fix line above/below drawing in insets
8971
8972 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8973
8974         * lyxlength.C (LyXLength): Initialize private variables.
8975
8976 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
8977
8978         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
8979         when inserting error insets.
8980
8981 2001-12-13  Juergen Vigna  <jug@sad.it>
8982
8983         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
8984         actually sometimes the before-paragraph.
8985         (setUndo): don't clear the redostack if we're not actually undoing!
8986
8987 2001-12-06  Juergen Vigna  <jug@sad.it>
8988
8989         * undo_funcs.C (textHandleUndo): well after John's hint I got here
8990         and fixed redoing of main paragraph, so we can use it now ;)
8991
8992         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
8993
8994 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8995
8996         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
8997         Juergen's request
8998
8999 2001-12-13  André Pönitz <poenitz@gmx.net>
9000
9001         * undostack.[Ch]:
9002         * undo_func.C: minor cleanup
9003
9004 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9005
9006         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9007         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9008         font in urw-fonts package which is marked as -urw-fontspecific and
9009         does not work (incidentally, changing the encoding in the
9010         fonts.dir of this package to -adobe-fontspecific fixes the
9011         problem).
9012
9013         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9014         is a crash when undoing first paragraph (Juergen, please take a
9015         look). THis does not mean the undo fix is wrong, just that it
9016         uncovers problems.
9017
9018         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9019         the (Paragraph*) version when needed instead of duplicating the
9020         code.
9021
9022         * text.C (workWidth): use Inset::parOwner to find out where the
9023         inset has been inserted. This is a huge performance gain for large
9024         documents with lots of insets. If Inset::parOwner is not set, fall
9025         back on the brute force method
9026
9027         * paragraph_pimpl.C (insertInset):
9028         * paragraph.C (Paragraph):
9029         (cutIntoMinibuffer): set parOwner of insets when
9030         inserting/removing them
9031
9032         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9033
9034 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9035
9036         * commandtags.h:
9037         * LyXAction.C:
9038         * lyx_main.C:
9039         * lyxfunc.C:
9040         * mathed/formulabase.C:
9041         * mathed/math_cursor.[Ch]:
9042         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9043
9044
9045 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9046
9047         * lyxlength.[Ch] (operator!=): new function
9048
9049 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9050
9051         * text.C (workWidth): use Inset::parOwner to find out where the
9052         inset has been inserted. This is a huge performance gain for large
9053         documents with lots of insets. If Inset::parOwner is not set, fall
9054         back on the brute force method
9055
9056         * paragraph_pimpl.C (insertInset):
9057         * paragraph.C (Paragraph):
9058         (cutIntoMinibuffer): set parOwner of insets when
9059         inserting/removing them
9060
9061         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9062
9063 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9064
9065         * tabular-old.C (getTokenValue):
9066         * tabular.C (getTokenValue):
9067         (write_attribute): new versions for LyXLength
9068         (everywhere): adjust the use of widths
9069
9070         * tabular.h: change the type of widths from string to LyXLength
9071
9072 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9073
9074         * paragraph.C: fixed missing line number count when exporting
9075         Environments to LaTeX file
9076
9077         * buffer.C: added informational message for checking line numbers.
9078
9079 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9080
9081         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9082         paragraph, do the 'double space' part, but not the 'empty
9083         paragraph' one.
9084
9085         * text.C (workWidth): small optimization
9086         (getLengthMarkerHeight): use minimal size for negative lengths.
9087
9088 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9089
9090         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9091
9092         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9093
9094 2001-12-11  André Pönitz <poenitz@gmx.net>
9095
9096         * FontLoader.C:
9097         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9098
9099 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9100
9101         * text2.C: keep selection on a setFont()
9102
9103 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9104
9105         * lyx_cb.C: another bv->text misuse, from insert label
9106
9107 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9108
9109         * kbsequence.h:
9110         * kbsequence.C: re-instate nmodifier mask
9111
9112 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9113
9114         * lyx_main.h: make lyxGUI private.
9115
9116 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9117
9118         * lyxfind.C: place the cursor correctly on failed search
9119
9120 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9121
9122         * text.C (getLengthMarkerHeight): for small heights, the arrows
9123         are not always on top/bottom of the text
9124         (drawLengthMarker): smaller arrows; take the left margin in
9125         account; draw also vfills.
9126         (paintFirstRow):
9127         (paintLastRow): remove special code for vfill and standard spaces,
9128         since everything is handled in drawLengthMarker now.
9129
9130 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9131
9132         * buffer.C (insertErtContents): try to handle font and language
9133         interaction a bit better.g
9134
9135         * ColorHandler.C (updateColor): change the hash to cover the whole
9136         LColor enum, ws cleanup
9137         (getGCLinepars): ditto
9138         (getGCLinepars): only lookup in the linecache once.
9139
9140 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9141
9142         * iterators.C (operator++): Make the iterator more robust
9143
9144         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9145         (John's patch)
9146         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9147
9148 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9149
9150         * lyxtext.h:
9151         * text.C: better added space drawing
9152
9153 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9154
9155         * LyXView.C:
9156         * BufferView2.C: fix layout combo update on inset unlock
9157
9158 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9159
9160         * Makefile.am: don't compile unused files
9161
9162 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9163
9164         * lyxfunc.C:
9165         * commandtags.h:
9166         * LyXAction.C: remove old LFUN_LAYOUTNO
9167
9168 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9169
9170         * paragraph_pimpl.h:
9171         * paragraph_pimpl.C: isTextAt() doesn't need font param
9172
9173 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9174
9175         * lyxlex.h:
9176         * lyxlex.C: little cleanup
9177
9178 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9179
9180         * BufferView_pimpl.C: fix insertAscii for insets
9181
9182 2001-12-05  Juergen Vigna  <jug@sad.it>
9183
9184         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9185         set the right font on the "multi" paragraph paste!
9186
9187 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9188
9189         * trans_decl.h:
9190         * trans_mgr.[Ch]:
9191         * trans.[Ch]:
9192         * lyxgluelength.C:
9193         * lyxlength.C: remove out-commented code.
9194
9195         * BufferView_pimpl:
9196         * CutAndPaste.C:
9197         * DepTable.C:
9198         * buffer.C:
9199         * chset.C:
9200         * lastfiles.C:
9201         * lyxlex.C:
9202         * lyxlex_pimpl.C:
9203         * lyxserver.C:
9204         * screen.C:
9205         * tabular-old.C:
9206         * tabular.C:
9207         * text.C:
9208         * trans_mgr.C:
9209         * vc-backend.C: change "while(" to "while ("
9210
9211         * lyxlength.[Ch]: add zero function to check if length is zero or
9212         not
9213         * lyxgluelength.C: use it
9214
9215 2001-12-05  Allan Rae  <rae@lyx.org>
9216
9217         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9218         Works for 2.95.3, from what I understand of Garst's reports this should
9219         work for other g++ versions.  We're screwed if the abs(int) definition
9220         changed between bugfix releases of gcc.
9221
9222 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9223
9224         * text.C: fix chapter label offset !
9225
9226 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9227
9228         * lyxtext.h:
9229         * text.C: fix hfill at end of line, clean up
9230
9231 2001-12-04  Juergen Vigna  <jug@sad.it>
9232
9233         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9234         that we force an update of the inset and it's owners if neccessary.
9235
9236 2001-12-03  Juergen Vigna  <jug@sad.it>
9237
9238         * text.C (rowLast): simplified code
9239
9240 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9241
9242         * lyxfunc.C: fix show options on timeout
9243
9244 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9245
9246         * screen.C (topCursorVisible): scroll half a page when the cursor
9247         reached top of bottom of screen
9248
9249 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9250
9251         * minibuffer.C: deactivate on loss of focus
9252
9253 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9254
9255         * vspace.[Ch] (operator!=): add operator.
9256
9257 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9258
9259         * BufferView_pimpl.C: refuse to open an inset when
9260         there's a selection.
9261
9262 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9263
9264         * BufferView_pimpl.C: allow to click on RHS of full row insets
9265
9266 2001-11-30  Juergen Vigna  <jug@sad.it>
9267
9268         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9269         insets for undo reasons.
9270
9271 2001-11-28  André Pönitz <poenitz@gmx.net>
9272
9273         * vspace.[Ch]: cosmetical changes
9274
9275 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9276
9277         * LyXAction.h:
9278         * LyXAction.C:
9279         * lyxfunc.h:
9280         * lyxfunc.C:
9281         * kbmap.h:
9282         * kbmap.C:
9283         * lyxrc.C:
9284         * kbsequence.h:
9285         * kbsequence.C: part re-write of old kb code
9286
9287         * Painter.C:
9288         * WorkArea.C: remove Lgb_bug_find_hack
9289
9290 2001-11-30  José Matos <jamatos@fep.up.pt>
9291
9292         * buffer.C (makeDocBookFile): add a comment to point a hack.
9293         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9294         Fixed a double write of labels.
9295
9296 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9297
9298         * LaTeX.C:
9299         * LaTeX.h Fixed bug in LaTeX class where it would not
9300         re-run latex if no depfiles were changed, but the .dvi was removed.
9301
9302 2001-11-28  André Pönitz <poenitz@gmx.net>
9303
9304         * all the files from the change on 2001/11/26:
9305         use lyx::layout_type instead of LyXTextClass::size_type
9306         use lyx::textclass_type instead of LyXTextClassList::size_type
9307
9308 2001-11-29  Juergen Vigna  <jug@sad.it>
9309
9310         * text.C: added support for paragraph::isFreeSpacing()
9311
9312         * buffer.C: same as above
9313
9314         * paragraph.h: inserted isFreeSpacing() function to enable
9315         FreeSpacing inside InsetERT.
9316
9317         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9318         of the paragraph's in the cut/copy buffer to 0!
9319
9320         * text2.C (removeRow): remove the assert as it can!
9321
9322         * lyxtext.h: added helper function firstRow returning firstrow and
9323         made firstrow private again.
9324
9325         * BufferView2.C (lockInset): don't relock if we're already locked!
9326
9327         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9328         the only paragraph.
9329         (removeRow): added Assert::(firstrow)
9330
9331         * debug.C: forgot to add INSETTEXT here.
9332
9333 2001-11-28  Juergen Vigna  <jug@sad.it>
9334
9335         * sp_spell.C (initialize): changed error text to more general
9336         spellchecker command use (not only ispell!)
9337
9338         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9339
9340         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9341
9342 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9343
9344         * vspace.C: initialise lyxgluelength on failure
9345
9346 2001-11-28  Allan Rae  <rae@lyx.org>
9347
9348         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9349         declaration & definition that looks like a function declaration.
9350
9351 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9352
9353         * BufferView2.C (copy):
9354         (copyEnvironment): do not clear the selection when doing a copy.
9355
9356         * text.C (paintFirstRow): compilation fix
9357
9358 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9359
9360         * tabular.C (Latex): correct line count when writing latex.
9361
9362 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9363
9364         * paragraph_pimpl.h:
9365         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9366           bug a bit
9367
9368 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9369
9370         * text.C:
9371         * LColor.h:
9372         * LColor.C: change vfillline->added_space
9373
9374         * text.C: add markers and text for added space
9375
9376         * vspace.C: fix comment
9377
9378 2001-11-28  André Pönitz <poenitz@gmx.net>
9379
9380         * paragraph.C: whitespace changes
9381         * all the other files from the change on 2001/11/26:
9382         change *::pos_type into lyx::pos_type
9383
9384 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9385
9386         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9387         language of the document when inserting error insets.
9388
9389 2001-11-26  André Pönitz <poenitz@gmx.net>
9390
9391         * BufferView_pimpl.[Ch]:
9392         *       CutAndPaste.C:
9393         * buffer.[Ch]:
9394         * lyxcursor.[Ch]:
9395         * lyxfind.C:
9396         * lyxfunc.C:
9397         * lyxrow.[Ch]:
9398         * paragraph.[Ch]:
9399         * paragraph_pimpl.[Ch]:
9400         * sp_spell.C:
9401         * text.C:
9402         * text2.C: reduce header dependencies, introduce type for positions
9403
9404 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9405
9406         * <various>: change to use Alert.h
9407
9408 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9409
9410         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9411         when encountering an unknown token.
9412         (readLyXformat2): Show an error message if there were unknown tokens.
9413
9414 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9415
9416         * BufferView2.C:
9417         * BufferView_pimpl.C:
9418         * buffer.C:
9419         * paragraph.h:
9420         * text.C:
9421         * text2.C: use par->isInset()
9422
9423 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9424
9425         * paragraph_pimpl.h:
9426         * paragraph_pimpl.C: cleanup
9427
9428 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9429
9430         * text2.C (removeRow):
9431         * text.C (setHeightOfRow): remove useless (and costly) call to
9432         getRow.
9433
9434 2001-11-20  Allan Rae  <rae@lyx.org>
9435
9436         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9437         Now need Inset*::checkInsertChar() to return true for appropriate
9438         cases so that the characters in the minibuffer will actually be
9439         inserted.
9440
9441 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9442
9443         * text.C: change the order of the includes.
9444         (workWidth): initialize it at once.
9445         (workWidth): make maxw unsigned
9446         (setHeightOfRow): remove unused variable (inset)
9447         (selectSelectedWord): remove unused variable (inset)
9448         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9449
9450 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9451
9452         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9453         server is not running.
9454         (openConnection):
9455         (closeConnection): add debug info when server is disabled.
9456
9457         * ColorHandler.C (getGCForeground): send debug message to GUI
9458         channel.
9459
9460         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9461
9462         * kbmap.C (bind): modify because return conventions of
9463         kb_sequence::parse have changed.
9464
9465         * kbsequence.C (parse): only ignore spaces and not any stupid
9466         control character. This avoids tests like s[i] <= ' ', which are
9467         guaranteed to fail with 8bit characters and signed chars.
9468         Change return code to string::npos when there have been no error
9469         (0 was a bad idea when error is at first character)
9470
9471 2001-11-14  José Matos  <jamatos@fep.up.pt>
9472
9473         * buffer.h:
9474         * buffer.C (simpleDocBookOnePar): removed unused argument.
9475
9476 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9477
9478         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9479         insets which are part of a word. Paragraph::isLetter takes care of
9480         that now. Use Paragraph::isInset to identify insets.
9481         (selectSelectedWord): do not test for hyphenation break.
9482
9483         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9484         that protected spaces are considered as spaces.
9485
9486         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9487         Inset::isLetter.
9488
9489 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9490
9491         * lyxserver.h:
9492         * lyxserver.C: fix it. and small cleanup.
9493
9494 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9495
9496         * BufferView_pimpl.C: use inline helpers
9497
9498         * LaTeXFeatures.h:
9499         * LaTeXFeatures.C: fix typos
9500
9501         * Spacing.h:
9502         * Spacing.C: move spacing_string into class
9503
9504         * ToolbarDefaults.C: move stuff into namespace anon
9505
9506         * layout.h: update enum
9507
9508         * lyxfunc.C: use better debug
9509
9510         * minibuffer.h: fix typo
9511
9512         * debug.h:
9513         * debug.C:
9514         * WorkArea.C: add and use Debug::WORKAREA
9515
9516         * lyxtext.h:
9517         * text.C:
9518         * text2.C: code re-organisation, inline helpers
9519
9520 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9521
9522         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9523         std::vector.empty().
9524
9525 2001-11-09  Allan Rae  <rae@lyx.org>
9526
9527         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9528         '\n's after tables.  Tabular and ERT inset work now makes this no
9529         longer necessary.
9530
9531 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9532
9533         * minibuffer.h:
9534         * minibuffer.C: fix crash, improve drop-down completion
9535
9536 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9537
9538         * lyxserver.h:
9539         * lyxserver.C: invalidate fd's when doing endPipe()
9540
9541 2001-11-08  José Matos  <jamatos@fep.up.pt>
9542
9543         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9544         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9545
9546         * paragraph.h:
9547         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9548
9549 2001-11-07  José Matos  <jamatos@fep.up.pt>
9550
9551         * buffer.h:
9552         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9553         const qualifier.
9554
9555         * buffer.C (sgmlOpenTag):
9556         * buffer.C (sgmlCloseTag): removed debug info.
9557
9558         * buffer.h (sgmlOpenTag):
9559         * buffer.h (sgmlCloseTag): made public.
9560
9561 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9562
9563         * buffer.C (saveParamsAsDefaults):
9564         * lyx_cb.C (MenuLayoutSave): remove
9565
9566         * LyXAction.C (init):
9567         * commandtags.h:
9568         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9569
9570 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9571
9572         * buffer.C (setPaperStuff): removed from here...
9573
9574         * bufferparams.C (setPaperStuff): ... and moved there.
9575
9576 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9577
9578         * minibuffer.h:
9579         * minibuffer.C:
9580         * XFormsView.C: add support for drop-down completion
9581
9582 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9583
9584         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9585         commands.
9586
9587 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9588
9589         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9590         disabled.
9591
9592 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9593
9594         * lyx_main.C: change ref to known bugs
9595
9596 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9597
9598         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9599         to work around older babel problems.
9600
9601 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9602
9603         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9604
9605 2001-10-24  Juergen Vigna  <jug@sad.it>
9606
9607         * tabular-old.C (ReadOld): below variable changes reflected.
9608
9609         * tabular.[Ch]: added ltType struct for longtable header/footer
9610         defines and changed all instances where they are used. Added
9611         future support for double top/bottom rows.
9612
9613 2001-10-24  José Matos  <jamatos@fep.up.pt>
9614
9615         * buffer.h (docbookHandleCaption):
9616         * buffer.C (docbookHandleCaption): removed unused function.
9617         (makeDocBookFile): moved docbook supported version to v4.1.
9618
9619 2001-10-24  José Matos  <jamatos@fep.up.pt>
9620
9621         * tabular.h:
9622         * tabular.C (docbookRow): new function to export docbook code of a row.
9623         (DocBook): now honors the longtable flags.
9624
9625 2001-10-23  José Matos  <jamatos@fep.up.pt>
9626
9627         * LaTeXFeatures.h:
9628         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9629         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9630
9631         * buffer.C (makeLinuxDocFile):
9632         (makeDocBookFile): reworked the preamble, more clean, and with
9633         support for lyx defined entities. Changed the document declaration
9634         to be more XML friendly.
9635
9636         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9637         if we need to output XML that should be done with a filter.
9638
9639 2001-10-22  Juergen Vigna  <jug@sad.it>
9640
9641         * sp_pspell.h (class PSpell): add alive function needed in the
9642         controller to see if the spellchecker could be started.
9643
9644 2001-10-22  Juergen Vigna  <jug@sad.it>
9645
9646         * buffer.C (insertStringAsLines): modify the font for inserting
9647         chars in certain conditions by calling checkInsertChar(font).
9648
9649 2001-10-19  Juergen Vigna  <jug@sad.it>
9650
9651         * text.C (workWidth): use getRow instead of wrong algorithm.
9652         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9653
9654 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9655
9656         * lyxserver.h:
9657         * lyxserver.C:
9658         * lyx_main.h:
9659         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9660
9661 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9662
9663         * text.C (workWidth): do not search for the exact row when
9664         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9665         optimization for big documents.
9666
9667 2001-10-18  Juergen Vigna  <jug@sad.it>
9668
9669         * text.C (workWidth): new function with added Inset * parameter.
9670
9671 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9672
9673         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9674
9675         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9676         change return type of getColumnNearX.
9677
9678
9679         * text.C (changeRegionCase): use uppercase/lowercase instead of
9680         toupper/tolower.
9681         (leftMargin):
9682         (rightMargin): simplify code by factoring out the uses of
9683         textclasslist.
9684         (labelFill):
9685         (numberOfHfills):
9686         (setHeightOfRow):
9687         (appendParagraph): use Paragraph::size_type
9688
9689 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9690
9691         * vspace.C (asLatexString): add a missing break
9692
9693 2001-10-15  Herbert Voss  <voss@perce.de>
9694
9695         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
9696
9697 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9698
9699         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
9700         is not available.
9701
9702 2001-10-10  André Pönitz <poenitz@gmx.net>
9703
9704         * lyxfunc.C: removed greek_kb_flag.
9705
9706 2001-10-10  Herbert Voss  <voss@perce.de>
9707
9708         * lyx_main.C: delete global string help_lyxdir.
9709
9710 2001-10-09  Herbert Voss  <voss@perce.de>
9711
9712         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
9713
9714         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
9715
9716         * lyx_main.C: added global string help_lyxdir.
9717
9718         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
9719
9720 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9721
9722         * lyxrc.C (set_font_norm_type): support iso8859-4
9723
9724 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
9725
9726         * LaTeX.C (deplog): add another regex for MikTeX
9727
9728 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9729
9730         * lyxrc.C (set_font_norm_type): support iso8859-3
9731
9732 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9733
9734         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
9735
9736         * LaTeXFeatures.C: remove special case of french and index
9737
9738         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
9739         before \begin{document}). This solves several incompatibilities.
9740
9741 2001-10-03  Garst Reese  <reese@isn.net>
9742
9743         * lyx_cb.C: change CheckTex error msg.
9744
9745 2001-10-03  José Matos  <jamatos@fep.up.pt>
9746
9747         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
9748
9749 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9750
9751         * .cvsignore: update
9752
9753         * lyx_main.C (commandLineVersionInfo): use new style version info.
9754
9755         * buffer.C (writeFile):
9756         (makeLaTeXFile):
9757         (makeLinuxDocFile):
9758         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
9759
9760         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
9761
9762         * version.h: update to use stuff in version.C
9763
9764         * version.C.in: new file. Contains version information determined
9765         at compile time. This is a merging of version.h and
9766         version_info.h.in.
9767
9768 2001-10-03  Juergen Vigna  <jug@sad.it>
9769
9770         * BufferView_pimpl.C (update): don't change "dirty" status in
9771         updateInset call.
9772
9773 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
9774
9775         * WorkArea.C (c-tor): re-position version string slightly.
9776
9777 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
9778
9779         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
9780         revert to previous code.
9781
9782         WorkArea.[Ch]: (show, destroySplash): methods removed.
9783
9784         WorkArea.C: rework code so that it's an amalgam of the codes before and
9785         after the splash screen was moved to WorkArea.
9786
9787 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9788
9789         * lyxrc.C (read):
9790         * vspace.C (inPixels):
9791         (lyx_advance):
9792         * kbmap.C (bind):
9793         * buffer.C (insertStringAsLines):
9794         (asciiParagraph): fix types to be large enough
9795
9796         * lyxlex_pimpl.h: change member status from short to int
9797
9798         * layout.h: fix type of endlabeltype
9799
9800         * kbmap.C (bind):
9801         * kbsequence.C (parse): change return type to string::size_type
9802
9803         * LaTeX.C (updateBibtexDependencies): comment out unneeded
9804         variable
9805
9806         * Bullet.C (bulletSize):
9807         (bulletEntry): do not use short ints as parameters
9808
9809         * BufferView2.C (insertLyXFile): change a char to an int.
9810
9811         * WorkArea.C (WorkArea): remove unneeded floats in computation
9812
9813 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
9814
9815         * buffer.C (asciiParagraph): Treat '\\' as other chars.
9816
9817         * paragraph.C (asString): Do not ignore newline/hfill chars when
9818         copying to the clipboard.
9819
9820 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
9821
9822         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
9823         after a multi-line inset.
9824
9825 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
9826
9827         * paragraph.C (validate): Set NeedLyXFootnoteCode
9828
9829 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9830
9831         * lyxfont.C (LyXSizeNames): changed increase-error to increase
9832         and decrease-error to decrease.
9833
9834 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9835
9836         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
9837         it more readable (should be equivalent)
9838
9839 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9840
9841         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
9842
9843 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9844
9845         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
9846         of a cursor (row, etc.) after a character has been deleted
9847         (deleteEmptyParagraphMechanism): call the method above on _all_
9848         cursors held by the LyXText when a double space has been
9849         detected/deleted.
9850
9851 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9852
9853         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
9854         pixmap.
9855         (resizeCurrentBuff): remove code to destroy the old splash dialog.
9856
9857         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
9858         background. Use greyOut() and the new show() methods to toggle between
9859         the foreground and background. Add code to remove the splash after
9860         its initial showing.
9861
9862         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
9863         (create_forms): no longer call Dialogs::showSplash.
9864
9865 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9866
9867         * .cvsignore: add version_info.h
9868
9869 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9870
9871         * version_info.h.in: new file
9872
9873         * Makefile.am: add version_info.h.in
9874
9875         * lyx_main.C (commandLineVersionInfo): use version_info defined in
9876         version_info.h instead of VERSION_INFO
9877
9878 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
9879
9880         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
9881         The ERT inset now returns string().
9882
9883 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
9884
9885         * lyxtext.h, text.C (selectNextWord): renamed as
9886         selectNextWordToSpellcheck.
9887
9888         * text.C (selectNextWordToSpellcheck): Modified to not select
9889         words inside an ERT inset.
9890
9891 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9892
9893         * lyx_cb.C (MenuLayoutSave): change a bit the question
9894
9895         * sp_base.h: include <sys/types.h>
9896
9897 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
9898
9899         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
9900
9901 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
9902
9903         * several files: fix typos in user-visible strings
9904
9905 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9906
9907         * text2.C (pasteSelection): do not set the selection, since it
9908         will be cleared later. Actually, the intent was to fix the way the
9909         selection was set, but I figured rmoving the code was just as good.
9910
9911 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
9912
9913         * FontLoader.C (available): Check if font is available without
9914         loading the font.
9915
9916 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
9917
9918         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
9919
9920 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
9921
9922         * lyxrc.[Ch]: added display_graphics variable and associated code.
9923
9924 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9925
9926         * bufferparams.C (hasClassDefaults): new method. Returns true if
9927         the buffer parameters correspond to known class defaults
9928
9929 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
9930
9931         * XFormsView.C (show): set minimum size to the main window.
9932
9933 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9934
9935         * text2.C (copySelection):
9936         (cutSelection):
9937         * lyxfind.C (LyXReplace):
9938         * BufferView_pimpl.C (Dispatch): pass the correct flag to
9939         LyXText::selectionAsString.
9940
9941         * paragraph.C (asString): add "label" argument to the second form
9942
9943         * text2.C (selectionAsString): add "label" argument and pass it to
9944         Paragraph::asString.
9945
9946 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9947
9948         * lyx_main.C (commandLineHelp): remove version information
9949
9950 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
9951
9952         * lyx_main.C: add -version commandline option
9953
9954 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9955
9956         * paragraph.h: make the optional constructor arg required instead.
9957         some modifications to other files because of this.
9958
9959         * minibuffer.C (C_MiniBuffer_peek_event): make it static
9960
9961         * lyxserver.C (C_LyXComm_callback): make it static
9962
9963         * lyx_main.C (error_handler): make it static
9964
9965         * lyx_gui.C (LyX_XErrHandler): make it static
9966
9967         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
9968
9969         * WorkArea.C: make the extern "C" methods static.
9970
9971         * Makefile.am (lyx_LDADD): simplify
9972
9973 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9974
9975         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
9976         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
9977
9978         * LyXAction.C (init):
9979         * lyxfunc.C (dispatch): associated code removal.
9980
9981 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9982
9983         * lyxfont.h (isSymbolFont): shut off warning
9984
9985         * text.C (setHeightOfRow):
9986         (getVisibleRow): fix crash with empty paragraphs which have a
9987         bottom line
9988
9989 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
9990
9991         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
9992         code.
9993
9994 2001-09-04  José Matos  <jamatos@fep.up.pt>
9995         * buffer.C
9996         * buffer.h
9997         * tabular.C (docbook): rename docBook method to docbook.
9998
9999 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10000
10001         * Makefile.am: add dependencies to main.o.
10002
10003 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10004
10005         * FontLoader.C (available): Return false if !lyxrc.use_gui
10006
10007 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10008
10009         * FontInfo.C (query):
10010         * converter.C (view):
10011         * importer.C (Import):
10012         * exporter.C (Export): Can not -> cannot.
10013
10014 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10015
10016         * BufferView_pimpl.C: allow to create index inset even if
10017           string is empty
10018
10019 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10020
10021         * buffer.C (getLists): replace boost::tie code with an explicit pair
10022         as boost::tie can break some compilers.
10023
10024         * iterators.h: Added a std:: declaration to the return type of
10025         ParIterator::size.
10026
10027 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10028
10029         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10030           case.
10031
10032 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10033
10034         * iterators.[Ch]: New files. Provide paragraph iterators.
10035
10036         * buffer.C (changeLanguage): Use paragraph iterators.
10037         (isMultiLingual): ditto
10038
10039         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10040
10041 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10042
10043         * FontLoader.C: Support for cmr font.
10044
10045 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10046
10047         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10048         (available): New method.
10049
10050         * FontInfo.C (getFontname): Use scalable fonts even when
10051         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10052         found.
10053
10054 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10055
10056         * converter.C (Formats::view): reverted! Incorrect fix.
10057
10058 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10059
10060         * converter.C (Formats::view): only output the -paper option
10061         if the dvi viewer is xdvi, thereby fixing bug #233429.
10062
10063 2001-08-23  Herbert Voss  <voss@perce>
10064
10065         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10066
10067 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10068
10069         * Spacing.h (Spacing): Set space to Default on in the default
10070         constructor.
10071
10072 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10073
10074         * vc-backend.h (RCS::versionString): add RCS to version
10075         (CVS::versionString): add CVS to version
10076
10077         * vc-backend.C (scanMaster): do not add CVS to version.
10078         (scanMaster): do not add RCS to version
10079
10080         * lyxvc.C (versionString): new method
10081
10082         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10083
10084 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10085
10086         * Spacing.C (set): initialize fval
10087
10088 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10089
10090         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10091         " or \.
10092
10093 2001-08-16  Juergen Vigna  <jug@sad.it>
10094
10095         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10096
10097 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10098
10099         * BufferView_pimpl.C:
10100         * figureForm.C:
10101         * lyxtext.h:
10102         * text2.C: setParagraph takes linespacing now
10103
10104 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10105
10106         * LyxAction.C: add internal LFUN_CITATION_INSERT
10107
10108         * LyXView.C: actually apply fix
10109
10110         * bufferlist.C: fix open non-existent file
10111
10112         * lyxfind.C: fix indentation
10113
10114         * lyxfunc.C: remove unneeded assert, fix typo
10115
10116 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10117
10118         * MenuBackend.C: use "Floatname List"
10119
10120 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10121
10122         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10123         when converting LaTeX layout to insetERT.
10124         Generate a non-collapsed float when reading old float
10125
10126 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10127
10128         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10129         ERT insets.
10130
10131 2001-08-13  Juergen Vigna  <jug@sad.it>
10132
10133         * text.C (fill): return 0 instead of 20 as this seems to be the more
10134         correct value.
10135
10136 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10137
10138         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10139         lyxrc.font_norm.
10140
10141 2001-08-13  Juergen Vigna  <jug@sad.it>
10142
10143         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10144         casesensitive off.
10145         (SearchBackward): comment out the unlocking of the inset_owner this
10146         should not be needed!
10147
10148 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10149
10150         * Many files: Remove inherit_language, and add latex_language
10151
10152         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10153         collapsible insets.
10154
10155 2001-08-10  Juergen Vigna  <jug@sad.it>
10156
10157         * text.C (prepareToPrint): fixed hfill-width in draw!
10158
10159         * BufferView2.C (selectLastWord): save the selection cursor as this
10160         now is cleared in the function LyXText::clearSelection!
10161
10162 2001-08-08  Juergen Vigna  <jug@sad.it>
10163
10164         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10165         BACKSPACE type functions.
10166
10167         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10168         is only cutted from the document but not put in the cut-buffer, where
10169         still the old stuff should be.
10170
10171         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10172
10173         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10174
10175         * tabular.C (SetWidthOfCell): fixed special case where the width
10176         was not updated!
10177         (LeftLine): handle '|' in align_special.
10178         (RightLine): ditto
10179         (LeftAlreadyDrawed): ditto
10180         (SetWidthOfCell): ditto
10181
10182 2001-08-07  Juergen Vigna  <jug@sad.it>
10183
10184         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10185
10186 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10187
10188         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10189         * lyxlex.[hC]: ditto
10190
10191 2001-08-06  Juergen Vigna  <jug@sad.it>
10192
10193         * text.C (getVisibleRow): fix up row clearing a bit.
10194
10195 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10196
10197         * minibuffer.C: make sure the X server sees the changes in the input.
10198
10199 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10200
10201         * paragraph.C (getFont): split into...
10202         (getLabelFont): this
10203         (getLayoutFont): and this
10204         * paragraph_pimpl.C (realizeFont): calling this
10205
10206         * text2.C (getFont): split into...
10207         (getLayoutFont): this
10208         (getLabelFont): and this
10209         (realizeFont): all three calling this
10210
10211         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10212         files where used.
10213
10214 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10215
10216         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10217
10218 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10219
10220         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10221         layouts from the Quote inset insertion.
10222
10223 2001-08-03  Juergen Vigna  <jug@sad.it>
10224
10225         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10226
10227         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10228         only if status not is already CHANGED_IN_DRAW (second level).
10229
10230         * text.C (draw): don't set the need_break_row when inside an
10231         InsetText LyXText.
10232
10233 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10234
10235         * buffer.C (parseSingleLyXformat2Token): handle more latex
10236         conversion cases.
10237
10238         * bufferview_funcs.[hC]: change function names to
10239         begin with small char, adjust other files.
10240
10241 2001-08-02  André Pönitz <poenitz@gmx.net>
10242
10243         * lyxfunc.C:
10244         BufferView_pimpl.C: remove broken special code for math-greek
10245
10246 2001-08-02  Juergen Vigna  <jug@sad.it>
10247
10248         * BufferView_pimpl.C (update): redone this function so that we
10249         update the text again if there was a CHANGE_IN_DRAW.
10250
10251         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10252         (drawFromTo): added a new internal bool which is used by draw() and
10253         redraw() function.
10254         (general): some cursor drawing problems fixed.
10255
10256 2001-08-01  Juergen Vigna  <jug@sad.it>
10257
10258         * lyxfind.C (LyXFind): fixed
10259         (SearchForward): ditto
10260         (SearchBackward): ditto
10261
10262         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10263         spurius drawing of the cursor in the main area.
10264
10265         * text2.C (status): small fix which could lead to a segfault!
10266         (clearSelection): remove unneeded BufferView param.
10267
10268 2001-08-01  André Pönitz <poenitz@gmx.net>
10269
10270         * lyxfunc.C: small change due to changed mathed interface
10271
10272 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10273
10274         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10275
10276 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10277
10278         * lyxfunc.c: fail gracefully if file doesn't exist
10279
10280         * LyXSendto.C:
10281         * buffer.C:
10282         * lyxfunc.C:
10283         * BufferView_pimpl.C: IsDirWriteable() proto changed
10284
10285         * LyXView.C: fix updateWindowTitle() to store the last title
10286
10287 2001-07-31  Juergen Vigna  <jug@sad.it>
10288
10289         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10290         the font (wrong since using of Paragraph::highestFontInRange).
10291
10292         * paragraph.C (highestFontInRange): added a default_size parameter.
10293
10294         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10295         (setHeightOfRow): reformat
10296
10297 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10298
10299         * converter.[hC] + affected files: move to (inital-char)lowercase
10300         function names.
10301
10302         * ParagraphParameters.C (ParagraphParameters): remove commented code
10303
10304         * PainterBase.[Ch]: remove commented code
10305
10306         * LaTeXFeatures.h: add "bool floats" for float.sty
10307
10308         * LaTeXFeatures.C (LaTeXFeatures): init floats
10309         (require): handle float
10310         (getPackages): do it with floats
10311
10312 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10313
10314         * BufferView_pimpl.C (Dispatch): improve handling of
10315         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10316
10317         * commandtags.h: #include lyxfont.h here temporarily to avoid
10318         keybinding bug.
10319
10320         * bufferlist.h: include LString.h here.
10321
10322 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10323
10324         * text2.C (getStringToIndex): new method.
10325
10326 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10327
10328         * *: Reduced header file dependencies all over.
10329
10330 2001-07-30  Baruch Even  <baruch@lyx.org>
10331
10332         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10333
10334 2001-07-29  Baruch Even  <baruch@lyx.org>
10335
10336         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10337
10338 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10339
10340         * ParameterStruct.h (endif): add a default constructor to make
10341         sure that all variables is initialized.
10342
10343         * ParagraphParameters.C (ParagraphParameters): adjust
10344
10345 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10346
10347         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10348         index; also, check that there is something to index, and that it
10349         does not span over several paragraphs.
10350         (doubleClick): use WHOLE_WORD_STRICT for double click.
10351
10352         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10353
10354         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10355         scheme.
10356
10357 2001-07-26  Baruch Even  <baruch@lyx.org>
10358
10359         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10360         an InsetFig figure, backwards compatible reading of old figure code.
10361
10362 2001-07-27  Juergen Vigna  <jug@sad.it>
10363
10364         * text2.C: font.realize function adaption.
10365
10366         * text.C (draw): add a warnings lyxerr text if needed.
10367
10368         * layout.C: font.realize function adaption.
10369
10370         * language.C: add inherit_language and implement it's handlings
10371
10372         * bufferview_funcs.C (StyleReset): remove language parameter from
10373         font creation (should be language_inherit now).
10374
10375         * bufferparams.C (writeFile): handle ignore_language.
10376
10377         * paragraph.C (getFontSettings): the language has to be resolved
10378         otherwise we have problems in LyXFont!
10379
10380         * lyxfont.C (lyxWriteChanges): added document_language parameter
10381         (update): removed unneeded language parameter
10382
10383         * paragraph.C (validate): fixed wrong output of color-package when
10384         using interface colors for certain fonts in certain environments,
10385         which should not seen as that on the final output.
10386
10387 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10388
10389         * BufferView_pimpl.C:
10390         * Thesaurus.h:
10391         * Thesaurus.C:
10392         * Makefile.am:
10393         * commandtags.h:
10394         * LyXAction.C: add thesaurus support
10395
10396         * lyxfind.h:
10397         * lyxfind.C: add "once" parameter, for thesaurus, to not
10398           move to the next match
10399
10400 2001-07-26  Juergen Vigna  <jug@sad.it>
10401
10402         * lyxfont.C (realize): honor ignore_language too!
10403         (resolved): ditto.
10404
10405         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10406
10407         * text.C (draw): one place more for ignore_language to not draw
10408         itself!
10409
10410 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10411
10412         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10413
10414 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10415
10416         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10417         the minipage conversion problem.
10418
10419 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10420
10421         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10422         insert an inset.
10423
10424 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10425
10426         * BufferView.h: don't forward declare WorkArea
10427
10428         * BufferView.C: don't include WorkArea.h
10429
10430 2001-07-25  André Pönitz <poenitz@gmx.net>
10431
10432         * commandtags.h:
10433         * LyXAction.C:
10434         * lyxfunc.C:  new LFUN 'math-space'
10435
10436         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10437
10438 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10439
10440         * text2.C (toggleInset): call open/close
10441
10442 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10443
10444         * lyxfunc.C (dispatch): add debug for the disabled case
10445
10446         * font.C (buttonText): make similar to rectText
10447
10448         * buffer.C (readInset): comment out parsing of insetlist and
10449         insttheorem
10450
10451         * PainterBase.C (rectText): small correction
10452
10453         * BufferView_pimpl.C: comment out insettheorem and insetlist
10454         * LyXAction.C: ditto
10455         * commandtags.h: ditto
10456
10457 2001-07-24  Juergen Vigna  <jug@sad.it>
10458
10459         * text.C (draw): honor the ignore_language.
10460
10461         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10462
10463 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10464
10465         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10466         char inset.
10467
10468 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10469
10470         * lyxtext.h: remove unused (and unimplemented) methods
10471
10472 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10473
10474         * text.C (getVisibleRow): honor background color
10475
10476         * PainterBase.h:
10477         * Painter.h: remove default color argument for fillRectangle
10478
10479         * text.C (backgroundColor): new method
10480
10481 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10482
10483         * text.C (getVisibleRow): adjust
10484
10485         * font.[Ch] (rectText): new method, metrics
10486         (buttonText): new method, metrics
10487
10488         * PainterBase.[hC]: make rectText and buttonText always draw and take
10489         fewer paramteres.
10490
10491 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10492
10493         * ToolbarDefaults.C (read):
10494         * MenuBackend.C (read): allow escaping in all strings
10495
10496         * BufferView_pimpl.C (insertAndEditInset): new method.
10497         (Dispatch): use insertAndEditInset whenever appropriate.
10498
10499         * BufferView_pimpl.C (insertNote): removed
10500
10501         * BufferView_pimpl.C (smartQuote): new method, moved from
10502         BufferView; if an insetquote cannot be inserted, insert a '"'
10503         character instead.
10504
10505         * BufferView2.C: remove insertCorrectQuote();
10506
10507         * lyxfunc.C (getStatus): Add support for all remaingin
10508         inset-insert lfuns.
10509
10510         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10511
10512         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10513         command (necessary to pass " as parameter of self-insert.
10514
10515         * text.C (selectWordWhenUnderCursor):
10516         (selectWord): add word_location parameter
10517         (selectWordWhenUnderCursor): same + remove special code for word
10518         boundary.
10519         (selectNextWord): use kind() to guess type of insetspecialchar,
10520         not latex().
10521
10522         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10523         (insertErtContents): create ert insets as collapsed.
10524         (readInset): better compatibility code for Info inset.
10525
10526 2001-07-20  Juergen Vigna  <jug@sad.it>
10527
10528         * lyxfunc.C (dispatch): use always LyXFind now!
10529
10530         * text2.C (init): add a reinit flag so that the LyXText can be
10531         reinited instead of deleted and reallocated (used in InsetText).
10532
10533         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10534
10535         * text.C: ditto
10536
10537         * text2.C: ditto
10538
10539 2001-07-18  Juergen Vigna  <jug@sad.it>
10540
10541         * text.C (selectNextWord): handle insets inside inset by calling
10542         always the bv->text functions so that we can go up the_locking_inset!
10543
10544         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10545         in strange locations when inside an inset!
10546
10547         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10548         handling to include insets.
10549
10550         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10551
10552 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10553
10554         * LyXAction.C (init):
10555         * commandtags.h:
10556         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10557         LIGATURE_BREAK, since the name is so stupid.
10558
10559 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10560
10561         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10562         InsetInfos.
10563
10564         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10565
10566         * sp_form.[Ch]: remove.
10567
10568         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10569
10570         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10571         InsetInfo.
10572
10573         * src/buffer.C (readInset): ditto.
10574
10575 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10576
10577         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10578         menuSeparator(), endOfSentenceDot(), ldots() and
10579         hyphenationPoint(), which are therefore removed.
10580         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10581
10582         * LyXAction.C (init):
10583         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10584
10585         * paragraph.C (getWord): removed.
10586
10587         * BufferView_pimpl.C (Dispatch): use last word or selection for
10588         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10589
10590         * lyx_main.C (queryUserLyXDir): do not ask before creating
10591         user_dir, except if it has been named explicitely.
10592
10593 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10594
10595         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10596         a document of zero size.
10597
10598 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10599
10600         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10601         approriately in the c-tor and in require().
10602         (getPackages): output the appropriate LaTeX for natbib support.
10603
10604         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10605         variables "use_natbib" and "use_numerical_citations" when reading the
10606         LyX file.
10607         (readInset): read the various natbib cite commands.
10608         (validate): white-space change.
10609
10610         * bufferparams.[Ch]: new variables "bool use_natbib" and
10611         "bool use_numerical_citations".
10612         (writeFile): output them in the LyX file.
10613
10614 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10615
10616         * lyxfunc.C (getStatus): add support for all the inset insertion
10617         commands.
10618
10619         * text2.C (insertInset):
10620         * paragraph.C (insetAllowed):
10621         * BufferView_pimpl.C (insertInset): update to take in account the
10622         renaming of insertInsetAllowed
10623
10624         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10625
10626         * text2.C (getInset): new method. returns inset at cursor position.
10627
10628         * BufferView_pimpl.C (Dispatch): changes because of this.
10629
10630         * LyXAction.C (init): rename open-stuff to inset-toggle.
10631
10632         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10633
10634         * text2.C (toggleInset): renamed from openStuff; use
10635         Inset::open().
10636
10637 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10638
10639         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10640
10641         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10642
10643 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10644
10645         * buffer.C (readLyXformat2): Add filename to the error dialog
10646
10647 2001-07-18  Juergen Vigna  <jug@sad.it>
10648
10649         * tabular.C (GetCellNumber): put an assert here instead of the check!
10650
10651 2001-07-17  Juergen Vigna  <jug@sad.it>
10652
10653         * BufferView_pimpl.C (toggleSelection): adapted too.
10654
10655         * text.C (selectNextWord): adapted for use with insets.
10656         (selectSelectedWord): ditto
10657
10658 2001-07-17  Juergen Vigna  <jug@sad.it>
10659
10660         * sp_spell.C (PSpell): fix initialitation order.
10661
10662 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10663
10664         * paragraph.C: spacing
10665
10666 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10667
10668         * sp_spell.C: repair language selection for pspell
10669
10670 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10671
10672         * lyxfunc.h: change more methods to begin with lower char.
10673
10674 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10675
10676         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10677         for unknown layouts.
10678
10679 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10680
10681         * buffer.C (readLyXformat2): Generate an error dialog if there are
10682         unknown layouts.
10683
10684 2001-07-16  Juergen Vigna  <jug@sad.it>
10685
10686         * sp_spell.C: always compile ISpell part.
10687
10688         * lyxrc.C: added use_pspell entry and it's handling.
10689
10690 2001-07-13  Juergen Vigna  <jug@sad.it>
10691
10692         * sp_spell.C: removed double includes.
10693
10694 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
10695
10696         Consistent use of Lsstream.h:
10697         * Lsstream.h: added using std::stringstream for consistencies sake.
10698
10699         * buffer.C: removed using std::stringstream
10700
10701         * lyxfont.C (stateText):
10702         * paragraph.C (asString):
10703         * text.C (selectNextWord, selectSelectedWord):
10704         * text2.C (setCounter):
10705         * vspace.C (asString, asLatexString):
10706         std::ostringstream -> ostringstream.
10707
10708 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10709
10710         * LyXAction.C: add LFUN_HELP_ABOUTLYX
10711         * commandtags.h: add LFUN_HELP_ABOUTLYX
10712         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
10713
10714 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10715
10716         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
10717         cursorToggle()
10718         * lyx_gui_misc.C: remove spellchecker
10719         * lyxfunc.C: showSpellchecker
10720         * sp_base.h: added
10721         * sp_ispell.h: added
10722         * sp_pspell.h: added
10723         * sp_spell.C: added
10724         * sp_form.[Ch]: removed
10725         * spellchecker.[Ch]: removed
10726
10727 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
10728
10729         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
10730         is set.
10731         (simpleTeXSpecialChars): Simply print the input character without
10732         any special translation if pass_thru is set.
10733
10734         * layout.h: Added bool pass_thru to layout class for being able to
10735         implement pass through of a paragraph for Literate Programming.
10736
10737         * layout.C: add LT_PASS_THRU to LayoutTags enum.
10738         * layout.C (LyXLayout): set pass_thru to flase in constructor.
10739         * layout.C (Read): add "passthru" to list of layout tags and add
10740         code to set the pass_thru boolean when it is read.
10741
10742 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10743
10744         * trans_decl.h: remove allowed from KmodInfo
10745
10746         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
10747         remove allowed code
10748         (Load): adjust
10749
10750         * paragraph_pimpl.C (erase): use boost::prior
10751
10752         * Painter.C (text): use data() instead of c_str() when length is
10753         also provided.
10754         * WorkArea.C (putClipboard): ditto
10755         * font.h (width): ditto
10756
10757         * BufferView2.C: use it-> instead of (*it). for iterators
10758         * texrow.C: ditto
10759         * paragraph_pimpl.C: ditto
10760         * paragraph.C: ditto
10761         * minibuffer.C: ditto
10762         * language.C: ditto
10763         * kbmap.C: ditto
10764         * encoding.C: ditto
10765         * counters.C: ditto
10766         * converter.C: ditto
10767         * chset.C: ditto
10768         * Variables.C: ditto
10769         * TextCache.C: ditto
10770         * MenuBackend.C: ditto
10771         * LyXAction.C: ditto
10772         * LColor.C: ditto
10773         * FloatList.C: ditto
10774         * DepTable.C: ditto
10775         * ColorHandler.C (LyXColorHandler): ditto
10776
10777 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10778
10779         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
10780
10781         * text2.C (openStuff): reintroduce this method (which had been
10782         nuked in NEW_INSETS frenzy).
10783
10784         * lyxfunc.C (Dispatch): when an action has not been handled, use
10785         its name in the error message, not its number.
10786
10787         * paragraph.C (inInset): change method name to begin with lowercase.
10788
10789         * undo_funcs.C:
10790         * text2.C: updates because of this.
10791
10792 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10793
10794         * ToolbarDefaults.C (add): add spaces in error message
10795
10796 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10797
10798         * buffer.C (readLyXformat2): initialize the ert comp. variables.
10799         (readLyXformat2): rename return_par to first_par, use lyxlex's
10800         pushToken and remove the manual push handling.
10801         (parseSingleLyXformat2Token): add another ert comp. variable:
10802         in_tabular, rename return_par to first_par. handle newlines better
10803
10804 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10805
10806         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
10807
10808 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10809
10810         * text2.C (getParFromID): removed
10811
10812         * buffer.C (getParFromID): new method moved form lyxtext.
10813         * BufferView2.C (insertErrors): adjust
10814         (setCursorFromRow): adjust
10815         * BufferView_pimpl.C (restorePosition): adjust
10816         * lyxfunc.C (Dispatch): adjust
10817         * undo_funcs.C (textUndo): adjust
10818         (textRedo): adjust
10819         (textHandleUndo): adjust
10820         (textHandleUndo): adjust
10821
10822 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10823
10824         * buffer.C: up' the LYX_FORMAT
10825
10826         * lyxfont.h: turn NO_LATEX on as default
10827
10828         * buffer.C (insertErtContents): new methods of tex style compability.
10829         (parseSingleLyXformat2Token): use it several places.
10830         * tabular.C (OldFormatRead): and here
10831
10832 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10833
10834         * text2.C: remove some commented code.
10835         reindent file.
10836
10837         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
10838         * trans.C: changes because of the above.
10839
10840 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
10841
10842         * text2.C (setCounter): Fix counters bug with bibliography layout.
10843
10844 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10845
10846         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
10847         own member functions
10848         (simpleTeXSpecialChars): ditto
10849
10850 2001-07-06  Juergen Vigna  <jug@sad.it>
10851
10852         * a lot of files: changed the access to LyXText::status and the
10853         call of undo-functions.
10854
10855         * undo.[Ch]: added a inset_id to the undo informations.
10856
10857         * undo_funcs.[Ch]: added and moved here all undo functions.
10858
10859         * lyxtext.h: give the status enum a weight, made status_ a private
10860         variable and made accessor functions for it, removed the whole bunch
10861         of undo-functions as they are now in their own file, make some
10862         functions publically available. Added function ownerParagraph with
10863         int parameter.
10864
10865         * paragraph.[Ch]: added "bool same_ids" to the constructor,
10866         made InInset() a const function, added getParFromID() function.
10867
10868         * buffer.[Ch]: added const version for inset_iterator functions,
10869         added getInsetFromID() function.
10870
10871         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
10872         changed undo functions for new version.
10873
10874 2001-07-05  Juergen Vigna  <jug@sad.it>
10875
10876         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
10877         unknow mechanism does not call the proper constructor but only this
10878         one also if I request the other!?
10879
10880 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10881
10882         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
10883
10884         * text2.C (LyXText): use initialization lists.
10885
10886         * lyxtext.h (Selection): initialize set_ and mark_
10887         (init): remove method
10888
10889 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
10890
10891         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
10892
10893 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10894
10895         * screen.[Ch]: change method names to begin with lowercase
10896
10897         * BufferView_pimpl.C (updateScrollbar): simplify further and
10898         hopefully make it a bit faster.
10899
10900 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10901
10902         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
10903         calling directly xforms functions.
10904
10905         * Painter.C (Painter):
10906         * lyx_cb.C (MenuWrite):
10907         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
10908         fl_display.
10909
10910         * lyx_gui.C: remove bogus guiruntime extern declaration.
10911
10912 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10913
10914         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
10915         in NEW_INSETS
10916         (redoDrawingOfParagraph): ditto
10917         (redoParagraphs): ditto
10918         (cutSelection): don't create a object for CutAndPaste use the
10919         static method directly
10920         (pasteSelection): ditto
10921
10922         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
10923         LyXview (+ rename)
10924
10925 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10926
10927         * modifications to some other files because of this.
10928
10929         * Makefile.am (lyx_SOURCES): add XFormsView
10930
10931         * XFormsView.[Ch]: new files
10932
10933         * LyXView.[Ch]: make LyXView a base class for the gui handling for
10934         the main window. Move the gui dependent stuff to XFormsView
10935
10936 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10937
10938         * tabular.C (GetCellInset): update cur_cell also in the row/col
10939         version of this function.
10940
10941         * lyxfunc.C: no need to include figure_form.h here.
10942
10943         * FontLoader.h:
10944         * lyxfunc.h:
10945         * lyxscreen.h:
10946         * text2.C:
10947         * lyxvc.C: no need to include forms.h here.
10948
10949 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10950
10951         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
10952
10953         * lyxfunc.C (Dispatch):
10954         * Spacing.C (set):
10955         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
10956         constructor argument.
10957
10958 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10959
10960         * paragraph.C (Paragraph): dont't clear, and just set layout.
10961         (makeSameLayout): use params's copy contructor.
10962
10963         * ParagraphParameters.[Ch] (makeSame): delete method
10964
10965 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
10966
10967         * Variables.[Ch]: fix indentation, rename set to isSet
10968
10969 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10970
10971         * lyxfunc.C (Dispatch): fix typo
10972
10973 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10974
10975         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
10976         upper_bound.
10977
10978         * bufferlist.C: include assert.h for emergencyWrite().
10979
10980 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10981
10982         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
10983           give up at last (bug #425202) !
10984
10985 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
10986
10987         * lyx_gui_misc.C:
10988         * sp_form.h:
10989         * sp_form.C:
10990         * spellchecker.h:
10991         * spellchecker.C: strip spellchecker options and bring up
10992           preferences tab instead
10993
10994 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10995
10996         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
10997         the istringstream constructor
10998
10999 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11000
11001         * paragraph.C (getLayout): fix return value
11002
11003         * paragraph.h: do not declare getLayout as inline.
11004
11005         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11006
11007 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11008
11009         * lyxcursor.h (operator<): new func
11010         (operator>): new func
11011         (operator>=): new func
11012         (operator<=): new func
11013
11014         * text.C (changeCase): use selection.start and selection.end
11015         (changeRegionCase): require from to be <= to. Require par to be a
11016         valid paragraph.
11017
11018         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11019
11020 2001-06-27  Juergen Vigna  <jug@sad.it>
11021
11022         * text.C (cursorLeftOneWord): changed to return the cursor and added
11023         overlay with BufferView * parameter which calls this one.
11024         (getWord): added
11025         (selectWord): use new getWord function.
11026         (changeCase): renamed from changeWordCase as and extended to work
11027         also on selections.
11028
11029         * lyxtext.h: added enum word_location
11030
11031         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11032         changeCase as this operates now also on selections.
11033
11034 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11035
11036         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11037
11038         * many files: send debug output to Debug::INFO instead of
11039         Debug::ANY.
11040
11041         * converter.C (View):
11042         (Convert):
11043         (Move): send debug output to Debug::FILES instead of console.
11044
11045 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11046
11047         * lyxfunc.C (getStatus): use func_status
11048
11049         * func_status.h: new header, describing the results of
11050         LyXFunc::getStatus;
11051
11052         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11053         LFUN_MATH_HALIGN.
11054
11055 2001-06-25  The LyX Project  <jug@sad.it>
11056
11057         * buffer.C (sgmlOpenTag):
11058         (sgmlCloseTag):
11059         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11060
11061 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11062
11063         * text2.C: remove some dead code
11064
11065         * tabular.C (GetCellInset): store the last cell checked (gotten)
11066
11067         * tabular.h: add the helper for the speedup
11068
11069         * lyxtext.h: remove some dead code
11070
11071 2001-06-26  The LyX Project  <Asger>
11072
11073         * paragraph.C: Change export to LaTeX of alignment to
11074         \begin{center} and family for better roundtrip work with reLyX.
11075
11076         * Tune the math drawing a bit.
11077
11078 2001-06-25  The LyX Project  <Asger>
11079
11080         * LColor.C (LColor): New color for math background. New color
11081         for buttons.
11082
11083 2001-06-25  The LyX Project  <jug@sad.it>
11084
11085         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11086
11087         * lyxfunc.C (Open):
11088         * bufferlist.C (newFile): do not restrict to files ending with
11089         .lyx
11090
11091         * BufferView_pimpl.C (MenuInsertLyXFile):
11092
11093 2001-06-24  The LyX Project  <jug@sad.it>
11094
11095         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11096         of compare_no_case
11097
11098 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11099
11100         * lyxtext.h: rename most methods to begin with a small char.
11101         Lots of changes because of this.
11102
11103         * paragraph.C (Paragraph): do not call fitToSize
11104         (erase): call Pimpl::erase
11105         (insertChar): call Pimpl::insertChar
11106         (insertInset): call Pipl::insertInset
11107         (breakParagraph): do not call fitToSize
11108         (breakParagraphConservative): do not call fitToSize
11109         (fitToSize): remove method
11110
11111         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11112
11113 2001-06-24  The LyX Project  <Asger>
11114
11115         * Fix Qt compilation^2
11116
11117 2001-06-24  The LyX Project  <jug@sad.it>
11118
11119         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11120         depthHook(getDepth()-1).
11121
11122         * paragraph.h:
11123         * ParagraphParameters.h:
11124         * ParameterStruct.h: change type of depth to unsigned int ==
11125         depth_type. Many adaptations to other files before of that.
11126
11127 2001-06-24  The LyX Project  <Asger>
11128
11129         * Fix Qt compilation.
11130
11131 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11132
11133         * paragraph.h: renamed several methods to begin with small letter.
11134         several changes to many parts of the code because of this.
11135
11136 2001-06-23  The LyX Project  <jug@sad.it>
11137
11138         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11139         rewritten to discard all double spaces when KeepEmpty is off
11140         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11141         to only handle newlines but not fiddle with spaces and friends.
11142
11143         * lyxfunc.C (MenuNew): when doing 'new from template', use
11144         template_path as default directory
11145
11146 2001-06-23  The LyX Project  <Asger>
11147
11148         * Clean-up of header file includes all over
11149         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11150
11151 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11152
11153         * paragraph.h: renamed from lyxparagraph.h
11154
11155 2001-06-23  Asger  <lyx@violet.home.sad.it>
11156
11157         * Buffer.h: Removed Buffer::resize
11158         * BufferList.h: Removed BufferList::resize
11159         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11160         the document lazily when we change the width, or the font settings.
11161
11162 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11163
11164         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11165
11166 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11167
11168         * buffer.h: remove out of date comment
11169
11170 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11171
11172         * lyxscreen.h:
11173         * screen.C: fix "theoretical" GC leak
11174
11175 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11176
11177         * LaTeX.C (scanAuxFile):
11178         (deplog): remove trailing \r when reading stream (useful under
11179         win32)
11180
11181 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11182
11183         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11184         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11185         and BufferView::theLockingInset(Inset*), so should use them and not
11186         access bv_->text->the_locking_inset directly.
11187
11188         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11189
11190 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11191
11192         * Makefile.am:
11193         * tex-defs.h: remove old unused file
11194
11195 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11196
11197         * BufferView_pimpl.C: fix typo, remove minibuffer message
11198           when buffer has loaded
11199
11200 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11201
11202         * lyxfunc.C (Dispatch): use stringstream
11203         (MenuNew): use stringstream
11204         (Open): use stringstream
11205
11206         * importer.C (Import): use stringstream
11207
11208         * bufferview_funcs.C (CurrentState): use stringstream
11209
11210         * LaTeX.C (run): use stringstream
11211
11212         * BufferView_pimpl.C (savePosition): use stringstream
11213         (restorePosition): use stringstream
11214         (MenuInsertLyXFile): use stringstream
11215
11216 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11217
11218         * BufferView.C:
11219         * Bullet.C:
11220         * ColorHandler.C:
11221         * FontInfo.C:
11222         * FontLoader.C:
11223         * LColor.C:
11224         * LaTeXFeatures.C:
11225         * Painter.C:
11226         * gettext.C:
11227         * lyx_gui_misc.C:
11228         * lyxserver.C:
11229         * vspace.C: removed // -*- C++ -*- as first line.
11230
11231         * lyxfind.h:
11232         * version.h: added // -*- C++ -*- as first line.
11233
11234 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11235
11236         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11237
11238         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11239         of string
11240
11241 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11242
11243         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11244         of floats.
11245
11246 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11247
11248         * gettext.C: include LString.h even when --disable-nls is on.
11249
11250 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11251
11252         * converter.h (Get): changed argument type from int to
11253         FormatList::size_type to avoid unnecessary conversion.
11254
11255         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11256         before using it.
11257
11258 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11259
11260         * gettext.h: include LString.h even when --disable-nls is on.
11261
11262 2001-06-07  Juergen Vigna  <jug@sad.it>
11263
11264         * text.C (BreakAgain): subst spaces with tabs.
11265
11266         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11267         (resizeInsetsLyXText): set force on resizeLyXText.
11268
11269 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11270
11271         * gettext.h (gettext_init):
11272         (locale_init): use a real definition instead of a macro
11273
11274 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11275
11276         * Bufferview_pimpl.C:
11277         * LColor.h:
11278         * LColor.C: further lcolor tidies
11279
11280 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11281
11282         * BufferView_pimpl.C (updateScrollbar): simplify.
11283
11284         * BufferView2.C: don't include insets/insetinfo.h, change
11285         prototype for insertInset and call the Pimpl version. let
11286         updateInset call Pimpl version.
11287
11288         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11289         gotoInset to BufferView::Pimpl
11290
11291 2001-06-01  Juergen Vigna  <jug@sad.it>
11292
11293         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11294         inside a LockingInset (is the update needed at all?).
11295
11296 2001-05-31  Juergen Vigna  <jug@sad.it>
11297
11298         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11299         here not the old one otherwise how should we compare it afterwards
11300         if it's the same!
11301
11302 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11303
11304         * lyxfont.C:
11305         * tabular.C:
11306         * tabular-old.C:
11307         * FontInfo.C: bring C functions into global namespace when
11308         necessary
11309
11310 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11311
11312         * LString.h: make sure config.h has been loaded before LString.h.
11313
11314         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11315         (one for each char read by EatLine!).
11316
11317         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11318         variables.
11319
11320 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11321
11322         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11323         to the same as the par we break from
11324
11325 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11326
11327         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11328
11329         * MenuBackend.C (expand): also create menu entries for wide
11330         versions of the floats.
11331
11332         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11333
11334         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11335
11336         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11337         frontends/Makefile.am
11338
11339         * text2.C: adjust
11340         * text.C: adjust
11341
11342
11343         * tabular.C (getTokenValue): add std::
11344
11345         * tabular-old.C (getTokenValue): add std::
11346         (getTokenValue): ditto
11347         (getTokenValue): ditto
11348
11349         * screen.C (ToggleSelection): adjust
11350
11351         * lyxtext.h: put selection cursors inside a Selection struct.
11352
11353         * lyxfunc.C (moveCursorUpdate): adjust
11354
11355         * lyxfont.C (latexWriteStartChanges): add std::
11356
11357         * lyxfind.C: adjust
11358
11359         * font.h: delete with(char const *, LyXFont const &)
11360
11361         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11362
11363         * FontInfo.C (getFontname): add std::
11364
11365         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11366         (workAreaButtonPress): adjust
11367         (tripleClick): adjust
11368         (update): adjust
11369         (moveCursorUpdate): adjust
11370         (Dispatch): adjust
11371
11372         * BufferView2.C (gotoInset): adjust
11373
11374 2001-05-30  Juergen Vigna  <jug@sad.it>
11375
11376         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11377         to check pspell I add this as default as I now have new pspell
11378         libraries and they seem to use this.
11379
11380 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11381
11382         * text2.C (CutSelection): make the cursor valid before the call to
11383         ClearSelection.
11384
11385 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11386
11387         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11388         relied on 0 terminated strings and other horrors. Bug found due to
11389         the new assert in lyxstring!
11390
11391         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11392         KP_ keys.
11393
11394 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11395
11396         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11397         to latinkeys.bind.
11398
11399         * lyxfunc.C (processKeySym): change method of getting to the
11400         self-insert char.
11401
11402         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11403         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11404         * BufferView_pimpl.[Ch]: here as private methods.
11405
11406 2001-05-28  Juergen Vigna  <jug@sad.it>
11407
11408         * text.C (SetHeightOfRow): added the update() call again as it is
11409         needed to initialize inset dimensions!
11410
11411 2001-05-16  Juergen Vigna  <jug@sad.it>
11412
11413         * text2.C (SetCharFont): Add new function with BufferView * and
11414         bool toggleall parameters for setting insets internal fonts.
11415         (SetFont): Freeze the undo as we may change fonts in Insets and
11416         all this change should be inside only one Undo!
11417
11418         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11419         setting font's in insets as for them we have the SetFont function!
11420
11421 2001-05-15  Juergen Vigna  <jug@sad.it>
11422
11423         * text2.C (ClearSelection): to be sure we REALLY don't have any
11424         selection anymore!
11425
11426         * tabular.C (TeXCellPreamble): fixed the left border problem for
11427         multicolumn cells.
11428
11429 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11430
11431         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11432         dependancy file
11433
11434 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11435
11436         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11437         LFUN_BREAKPARAGRAPH.
11438
11439         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11440         help test to "internal only", similar for LFUN_INSERT_URL
11441
11442         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11443         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11444         auto_region_delete and deadkeys.
11445
11446 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11447
11448         * LColor.h:
11449         * LColor.C: remove some dead entries, tidy a little
11450
11451 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11452
11453         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11454         commented code.
11455         (Dispatch): implement LFUN_ESCAPE
11456
11457         * commandtags.h: add LFUN_ESCAPE
11458
11459         * LyXAction.C (init): add entry for LFUN_ESCAPE
11460
11461         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11462         Remove commented code.
11463         (insertNote): moved here
11464         (open_new_inset): moved here
11465
11466         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11467         BufferView_pimpl
11468
11469 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11470
11471         * kbmap.C (findbinding): clean it up and make it work correctly.
11472
11473         * lyx_main.C (init): do not pass argc and argv as parameters
11474
11475 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11476
11477         * buffer.C: fix path for OS/2 & Win32
11478
11479         * lyx_gui.C:
11480         * lyx_main:
11481         * lyx_main.C: Added os:: class.
11482
11483         * os2_defines.h: update
11484
11485 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11486
11487         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11488         better by trying again with reduced state.
11489
11490 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11491
11492         * lyxrc.C (read): print error about invalid key sequence only when
11493         debugging (because not all latinX keysyms are known to some X
11494         servers)
11495
11496         * kbsequence.C (getiso): add a few std:: qualifiers
11497         (getiso): comment out extra return statement.
11498
11499 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11500
11501         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11502         handling.
11503         (Dispatch): enhance the accent inset a bit. (not perfect)
11504
11505 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11506
11507         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11508
11509 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11510
11511         * bufferlist.C (emergencyWrite): fix assert() call
11512
11513 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11514
11515         * text.C (InsertChar): Added trivial patch to only send the "you
11516         can not do multiple spaces this way" message once during a
11517         session.
11518
11519 2001-05-08  Baruch Even  <baruch@lyx.org>
11520
11521         * Makefile.am: Changed order of libraries to get LyX to link properly
11522         with the gnome frontend.
11523
11524 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11525
11526         * LaTeXFeatures.h: add a std:: qualifier
11527
11528 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11529
11530         * paragraph.C (String): use stringstream
11531
11532 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11533
11534         * paragraph.C (writeFile): remove footflag arg
11535
11536         * buffer.C (makeLaTeXFile): use stringstream
11537         (latexParagraphs): remove footnot gurba
11538
11539         * LaTeXFeatures.C (getPackages): use stringstream
11540         (getMacros): likewise
11541         (getTClassPreamble): likewise
11542         (getFloatDefinitions): new method
11543
11544         * paragraph.C (writeFile): reindent
11545         (Erase): reindent
11546
11547         * WorkArea.h: revert the xpos + etc changes.
11548
11549         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11550
11551         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11552
11553         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11554         (pasteSelection): likewise
11555         * text2.C (CreateUndo): likewise
11556
11557 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11558
11559         * minibuffer.C (peek_event): temporarily reduce the functionality
11560         of the minibuffer (to allow args on lfuns)
11561
11562         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11563         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11564
11565         * buffer.C (readInset): add compability reading of old float
11566         lists, add reading of new style float list.
11567         (readInset): avoid reevaluation of inscmd.getCmdName()
11568         (getLists): reindent
11569
11570         * MenuBackend.C (MenuItem): implement parsing of
11571         md_floatlistinsert and md_floatinsert.
11572         (expand::LastFiles): move initalizaton of iterators out of loop,
11573         avoid reevaluation.
11574         (expand::Documents): introduce typdedef vector<string> Strings,
11575         and use it.
11576         (expand::ExportFormats): introduce typedef vector<Format const *>
11577         Formats, and use it.
11578         (expand): implement FloatListInsert and FloatInsert.
11579
11580         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11581         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11582         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11583
11584         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11585         handling.
11586         (Dispatch::LFUN_FLOAT_LIST): implement
11587
11588 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11589
11590         * LaTeX.C (run): Fix problem with --export code.
11591
11592 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11593
11594         * BufferView.[Ch] (workarea): removed.
11595         (getClipboard) new method; wrapper for workarea()->getClipboard()
11596
11597         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11598         bug.
11599
11600         * WorkArea.h (width, height, xpos, ypos): These methods all
11601         returned the dimensions of the work_area sub-area of WorkArea,
11602         resulting in a position error if the WorkArea were resized. Now
11603         return the dimensions of the entire WorkArea.
11604
11605         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11606
11607 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11608
11609         * LaTeX.C (deplog): correct the syntax of regex reg1
11610
11611 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11612
11613         * undo.C: remove !NEW_INSETS cruft
11614
11615 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11616
11617         * text2.C: remove !NEW_INSETS cruft
11618
11619         * text.C: remove !NEW_INSETS cruft
11620
11621         * tabular.C: remove !NEW_INSETS cruft
11622
11623         * spellchecker.C: remove !NEW_INSETS cruft
11624
11625         * lyxtext.h: remove !NEW_INSETS cruft
11626
11627         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11628
11629         * lyxfunc.C: remove !NEW_INSETS cruft
11630
11631         * lyxfind.C: remove !NEW_INSETS cruft
11632
11633         * lyx_cb.C: remove !NEW_INSETS cruft
11634
11635         * figureForm.C: remove  !NEW_INSETS cruft
11636
11637         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11638
11639         * buffer.[Ch]: remove !NEW_INSETS cruft
11640
11641         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11642
11643         * CutAndPaste.C: remove !NEW_INSETS cruft
11644
11645         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11646
11647         * BufferView2.C: remove !NEW_INSETS cruft
11648
11649         * BufferView.h: remove !NEW_INSETS cruft
11650
11651 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11652
11653         * Lsstream.h: include LString.h before the sstream headers to
11654         fix problem with gcc 2.95.3 and lyxstring
11655
11656 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11657
11658         * lyx_main.C: add using directives when needed for C functions
11659         declared in std:: namespace.
11660
11661 2001-04-27  Juergen Vigna  <jug@sad.it>
11662
11663         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11664         (SetHeightOfRow): comment out the update call should not be needed!
11665
11666 2001-04-13  Juergen Vigna  <jug@sad.it>
11667
11668         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11669         (LyXTabular): tried to minimize operator= operations (and realized
11670         hopfully Lars wish).
11671
11672 2001-04-27  Juergen Vigna  <jug@sad.it>
11673
11674         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11675
11676 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11677
11678         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11679
11680         * buffer.C (readInset): hack to make listof algorithm work
11681
11682         * BufferView_pimpl.C: hack to make listof algorithm work
11683
11684 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11685
11686         * LyXAction.C: removed all !NEW_INSETS cruft
11687         (init): moved lfun_item in method
11688
11689         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
11690
11691 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11692
11693         * BufferView2.C (theLockingInset): white space.
11694
11695 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11696
11697         * minibuffer.C: include <iostream>
11698
11699         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
11700
11701         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
11702
11703         * commandtags.h: add LFUN_TRANSPOSE_CHARS
11704
11705         * text.[Ch] (TransposeChars): new method
11706
11707 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11708
11709         * call message directly through LyXView instead of through LyXFunc
11710         * BufferView2.C: adjust
11711         * BufferView_pimpl.C: adjust
11712         * FontLoader.C: adjust
11713         * buffer.C: adjust
11714         * bufferview_funcs.C: adjust
11715         * converter.C: adjust
11716         * figureForm.C: adjust
11717         * importer.C: adjust
11718         * lyx_cb.C: adjust
11719         * lyx_gui_misc.C: adjust
11720         * lyxfunc.C: adjust
11721         * lyxvc.C: adjust
11722         * text2.C: adjust
11723         + more files in subdirs
11724
11725         * lyxparagraph.h (size): move up int file
11726         (GetLayout): ditto
11727
11728         * adjust all uses of Assert to lyx::Assert.
11729
11730         * BufferView2.C (ChangeCitationsIfUnique): adjust for
11731         lyxfunctional in namespace lyx
11732         * layout.C (hasLayout): ditto
11733         (GetLayout): ditto
11734         (GetLayout): ditto
11735         (delete_layout): ditto
11736         (NumberOfClass): ditto
11737         * converter.C (GetFormat): ditto
11738         (GetNumber): ditto
11739         (Add): ditto
11740         (Delete): ditto
11741         (SetViewer): ditto
11742         * bufferlist.C (getFileNames): ditto
11743         (emergencyWriteAll): ditto
11744         (exists): ditto
11745         (getBuffer): ditto
11746         * MenuBackend.C (hasSubmenu): ditto
11747         (hasMenu): ditto
11748         (getMenu): ditto
11749         * BufferView_pimpl.C (getInsetByCode): ditto
11750
11751 2001-04-18  Juergen Vigna  <jug@sad.it>
11752
11753         * vspace.C (asLatexString): fixed the 100% problem.
11754
11755 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11756
11757         * lyxfunc.C (Dispatch):
11758         * minibuffer.C:
11759         * minibuffer.h: add a few std:: qualifiers
11760
11761 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11762
11763         * minibuffer.[Ch]: reimplement so that commands is initiated and
11764         run from lyxfunc, simplified som handling, and made the completion
11765         and history code for complete. wip.
11766
11767         * lyxfunc.C (processKeySym): call message
11768         (miniDispatch): new temporary method
11769         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
11770         (LFUN_MESSAGE): implement
11771         (LFUN_MESSAGE_PUSH): implement
11772         (LFUN_MESSAGE_POP): implement
11773         (initMiniBuffer): the initial/defualt minibuffer message.
11774
11775         * lyxfont.[Ch]: inline some more getters
11776
11777         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
11778
11779         * lyx_gui_misc.[Ch] (WriteStatus): remove method
11780
11781         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
11782         (AutoSave): use LFUN_MESSAGE
11783         (Reconfigure): ditto
11784
11785         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
11786
11787         * figureForm.C: use LFUN_MESSAGE
11788
11789         * converter.C (runLaTeX): use LFUN_MESSAGE
11790
11791         * bufferview_funcs.C: use LFUN_MESSAGE
11792         (Melt): ditto
11793         (changeDepth): ditto
11794
11795         * bufferparams.h: use boost::
11796
11797         * bufferlist.h: inherit privately from noncopyable
11798
11799         * bufferlist.C (loadLyXFile): remove some commented code.
11800
11801         * buffer.C (runChktex): use LFUN_MESSAGE
11802
11803         * ShareContainer.h: inherit privately from noncopyable
11804
11805         * ParagraphParameters.[hC] (depth): inline it.
11806
11807         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
11808         methods.
11809         (message): new method
11810         (messagePush): ditto
11811         (messagePop): ditto
11812         (show): init minibuffer
11813         (showState): direct call
11814
11815         * LaTeX.[Ch]: inherit privately from noncopyable
11816         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
11817         instead of WriteStatus.
11818
11819         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
11820
11821         * BufferView_pimpl.C (buffer): don't init minibuffer
11822         (workAreaButtonPress): use LFUN_MESSAGE
11823         (workAreaButtonRelease): ditto
11824         (savePosition): ditto
11825         (restorePosition): ditto
11826         (MenuInsertLyXFile): ditto
11827         (workAreaExpose): don't init minibuffer
11828         (update): remove commented code, simplify
11829
11830         * BufferView2.C (openStuff): use LFUN_MESSAGE
11831         (toggleFloat): ditto
11832         (menuUndo): ditto
11833         (menuRedo): ditto
11834         (copyEnvironment): ditto
11835         (pasteEnvironment): ditto
11836         (copy): ditto
11837         (cut): ditto
11838         (paste): ditto
11839         (gotoInset): ditto
11840         (updateInset): remove some commented code
11841
11842         * lastfiles.h: inherit privately from noncopyable
11843         * layout.h: ditto
11844         * lyx_gui.h: ditto
11845         * lyx_main.h: ditto
11846         * lyxlex.h: ditto
11847         * lyxlex_pimpl.h: ditto
11848
11849         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
11850         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
11851         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11852
11853         * LyXAction.h: inherit privately from noncopyable, add methods
11854         func_begin, func_end, returning iterators to the func map.
11855
11856         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
11857         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11858         (func_begin): new method
11859         (func_end): new method
11860
11861         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
11862         and not)
11863         (copySelection): ditto
11864         (pasteSelection): ditto
11865
11866         * BufferView.C: whitespace change
11867         * BufferView.h: inherit privately from noncopyable
11868
11869 2001-04-16  Allan Rae  <rae@lyx.org>
11870
11871         * tabular-old.C (l_getline):
11872         * spellchecker.C (sc_check_word):
11873         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
11874         an unrecognised preprocessor directive.  So ensure they're wrapped.
11875
11876 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
11877
11878         * src/exporter.C (Export): Give an error message when path to file
11879         contains spaces.
11880
11881 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
11882
11883         * LaTeX.C (deplog): Always check that foundfile exists.
11884
11885 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11886
11887         * lyx_main.h:
11888         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
11889
11890 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11891
11892         * tabular.[Ch] (getLabelList): implement new method
11893
11894         * minibuffer.h: comment ouf setTiimer
11895
11896         * minibuffer.C (ExecutingCB): constify res
11897         (peek_event): constify s
11898         (Set): constify ntext
11899         (Init): constify nicename
11900
11901         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
11902
11903         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
11904         (savePosition): use two params to Minibuffer::Set
11905         (restorePosition): ditto
11906
11907 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11908
11909         * lyx_main.C: include language.h
11910
11911         * Makefile.am (lyx_main.o): add language.h
11912
11913 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11914
11915         * exporter.C:
11916         * paragraph.C:
11917         * screen.C:
11918         * tabular.C:
11919         * CutAndPaste.C: include gettext.h
11920
11921         * lyxfont.h: remove old hack with ON and OFF.
11922
11923         * lyxparagraph.h:
11924         * lyxfont.h: do not include language.h...
11925
11926         * BufferView2.C:
11927         * LaTeXFeatures.C:
11928         * Painter.C:
11929         * bufferview_funcs.C:
11930         * font.C:
11931         * lyxfont.C:
11932         * text.C:
11933         * text2.C:
11934         * trans_mgr.C:
11935         * paragraph.C: ... but do it here instead
11936
11937 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11938
11939         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
11940
11941         * tabular.C: small reformat
11942
11943         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
11944         NEW_INSETS version
11945         (GetChar): ditto
11946         (BreakParagraph): ditto
11947         (SetOnlyLayout): ditto
11948         (SetLayout): ditto
11949
11950         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
11951         with one arg less.
11952
11953         * lastfiles.C: removed most using decl, add std:: where needed
11954
11955         * buffer.C: ws changes
11956
11957         * MenuBackend.C (class compare_format): put into anon namespace
11958         (expand): constify label, names, action, action2
11959         (expand):
11960
11961         * text.C (SingleWidth): constify font
11962         (IsBoundary): constify rtl2
11963         (GetVisibleRow): constify ww
11964
11965         * LaTeX.C (deplog): constify logfile
11966
11967         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
11968         start_x, end_x
11969         (workAreaExpose): constify widthChange, heightChange
11970
11971         * lyxrow.C (par): moved
11972         (height): moved
11973         (next): moved
11974         * lyxrow.h: as inlines here
11975
11976         * lyxfont.h (shape): moved from lyxfont.C
11977         (emph): moved from lyxfont.C
11978
11979         * lyxfont.C (LyXFont): use initialization list for all
11980         constructors
11981         (shape): move to lyxfont.h as inline
11982         (emph): move to lyxfont.h as inline
11983
11984
11985 2001-04-04  Juergen Vigna  <jug@sad.it>
11986
11987         * vspace.C: had to include stdio.h for use of sscanf
11988
11989 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
11990
11991         * BufferView.h:
11992         * BufferView_pimpl.h: remove xforms cruft. Both classes are
11993         independent of xforms.
11994
11995 2001-04-02  Juergen Vigna  <jug@sad.it>
11996
11997         * spellchecker.C: fixed namespace placing!
11998
11999 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12000
12001         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12002         the LyXParagraph * is 0.
12003
12004 2001-03-29  Juergen Vigna  <jug@sad.it>
12005
12006         * vspace.C: added support for %, c%, p%, l%.
12007         (stringFromUnit): added helper function.
12008         (asLatexString): changed to give right results for the %-values.
12009
12010         * buffer.C: convert the widthp in a width%.
12011
12012 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12013
12014         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12015         figureForm.[Ch].
12016
12017         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12018         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12019
12020         * lyx_cb.[Ch]: see above.
12021
12022         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12023         form1.[Ch].
12024
12025         * form1.[Ch]:
12026         * lyx.[Ch]: replaced by figure_form.[Ch].
12027
12028         * lyx_gui.C:
12029         * lyx_gui_misc.C:
12030         * lyxfunc.C: changed headers associated with above changes.
12031
12032 2001-03-27  Juergen Vigna  <jug@sad.it>
12033
12034         * BufferView_pimpl.C: set the temporary cursor right!
12035
12036 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12037
12038         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12039
12040 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12041
12042         * LString.h: removed "using std::getline"!
12043
12044         * BufferView_pimpl.C (Dispatch): changes due to changes in
12045         InsetInclude::Params.
12046
12047         * buffer.C (tag_name): removed redundant break statements as they were
12048         producing lots of warnings with my compiler.
12049
12050 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12051
12052         * LString.h: add "using std::getline" when using the real <string>.
12053
12054 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12055
12056         * buffer.C: removed bitset usage.
12057         PAR_TAG moved to an anonymous name space.
12058         (tag_name): new funtion, also in the anonymous namespace.
12059         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12060         (makeDocBookFile): clean code. Completed transition from string arrays
12061         to string vectors.
12062         (SimpleDocBookOnePar): code clean.
12063
12064 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12065
12066         * tabular.C: add some comments.
12067
12068 2001-03-22  Juergen Vigna  <jug@sad.it>
12069
12070         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12071         compatibility read a bit and fixed bug with minipage in different
12072         depth.
12073
12074 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12075
12076         * buffer.C (pop_tag): removed.
12077         (push_tag): removed.
12078         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12079         array replaced with vector. Added support for CDATA sections.
12080         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12081         at any nest level.
12082         (makeDocBookFile): XML conformant declaration of CDATA section,
12083         fixed bug related to <emphasis> in the first paragraph char.
12084         (sgmlOpenTag): exclude empty tags.
12085         (sgmlCloseTag): ditto.
12086
12087         * buffer.h (pop_tag): removed.
12088         (push_tag): removed.
12089
12090 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12091
12092         * language.h (Languages): added size_type and size().
12093
12094 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12095
12096         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12097         response on compability reading of minipages. One probliem is that
12098         the old usage of minipages was «flertydig»
12099
12100         * several files here and in subdirs: don't use static at file
12101         scope use anon namespaces instead.
12102
12103 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12104
12105         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12106         LaTeX output. This is necessary for Literate document
12107         processing.
12108
12109 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12110
12111         * buffer.C: insert hfill when needed.
12112
12113         * tabular.C (l_getline): use string::erase, small whitespace change.
12114
12115         * BufferView_pimpl.C: try the anon namespace.
12116         * WorkArea.C: ditto
12117
12118 2001-03-16  Juergen Vigna  <jug@sad.it>
12119
12120         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12121         otherwise it won't open options-dialogs.
12122
12123         * buffer.C: honor pextraWidth(p) on converting minipages.
12124
12125         * tabular.C (l_getline): changed the functions to strip trailing \r.
12126
12127 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12128
12129         * BufferView_pimpl.C:
12130         * minibuffer..C: added "using SigC::slot" declaration.
12131
12132 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12133
12134         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12135
12136         * text2.C: ditto
12137
12138         * text.C: ditto
12139
12140         * paragraph.C: ditto
12141
12142         * lyxtext.h: NO_PEXTRA
12143
12144         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12145
12146         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12147         * ParameterStruct.h: ditto
12148         * ParagraphParameters.h: ditto
12149         * lyxparagraph.h: ditto
12150
12151 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12152
12153         * buffer.C: add compability for minipage alignment.
12154         (latexParagraphs): remove unwanted pextra check.
12155
12156         * several files: remove CXX_WORKING_NAMESPACES
12157
12158         * buffer.C (pop_tag): tie is in namespace boost
12159
12160         * BufferView.h: noncopyable is in namespace boost
12161         * lyxlex.h: ditto
12162         * lyx_main.h: ditto
12163         * lyx_gui.h: ditto
12164         * layout.h: ditto
12165         * lastfiles.h: ditto
12166         * bufferlist.h: ditto
12167         * ShareContainer.h: ditto
12168         * LyXView.h: ditto
12169         * LyXAction.h: ditto
12170         * LaTeX.h: ditto
12171
12172 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12173
12174         * Merging changes from BRANCH_MVC back into HEAD.
12175
12176         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12177
12178 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12179
12180         * BufferView_pimpl.C: change from intl.C
12181
12182         * combox.h:
12183         * combox.C:
12184         * Makefile.am: move combox.*
12185
12186         * form1.h:
12187         * form1.C:
12188         * lyx_gui.C:
12189         * intl.h:
12190         * intl.C: remove dialog (covered by prefs)
12191
12192 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12193
12194         * lyxfunc.C (Dispatch): removed redundant break statement.
12195
12196 2001-03-14  Juergen Vigna  <jug@sad.it>
12197
12198         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12199
12200 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12201
12202         * buffer.C: add hack to fix compability reading of minipages.
12203
12204 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12205
12206         * buffer.C (getLists): Cleanup.
12207
12208 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12209
12210         * lyxfont.C (update): don't honor toggleall on font size.
12211
12212 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12213
12214         * bmtable.c:
12215         * bmtable.h:
12216         * Makefile.am: moved to frontends/xforms/
12217
12218         * lyx_gui_misc.C:
12219         * lyxfunc.C:
12220         * BufferView_pimpl.C: changes for moved mathpanel
12221
12222 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12223
12224         * gettext.h: fix gettext_init() in --disable-nls
12225
12226 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12227
12228         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12229
12230 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12231
12232         * lyx.C:
12233         * lyx.h: strip external form
12234
12235 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12236
12237         * BufferView_pimpl.C: add comment, destroySplash()
12238
12239 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12240
12241         * BufferView_pimpl.C:
12242         * LyXAction.C:
12243         * buffer.C:
12244         * commandtags.h:
12245         * lyxfunc.C: use re-worked insetinclude
12246
12247 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12248
12249         * buffer.C: add using std::stringstream.
12250
12251         * lyx_cb.C: readd using std::ios.
12252
12253         * buffer.C: add using std::map.
12254
12255         * BufferView_pimpl.C: add using std::vector.
12256
12257         * ShareContainer.h: add std:: to swap.
12258
12259         * buffer.h: add some typedefs
12260         * buffer.C (getLists): use them
12261         (getLists): renamed from getTocList.
12262         add a counter for the different float types and use it in the
12263         generated string.
12264         (getLists): use the same counter for the NEW_INSETS and the "non"
12265         NEW_INSETS
12266
12267         * lyx_cb.h: remove unused items, includes, using etc.
12268
12269         * ShareContainer.h: remove some commented code, add more comments
12270         and "documentation".
12271
12272 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12273
12274         * buffer.C (getTocList): make the list also when NEW_INSETS is
12275         defined.
12276
12277         * buffer.h: remove TocType
12278
12279         * buffer.C (getTocList): change to return a map<string,
12280         vector<TocItem> >, implement for dynamic number of list.
12281
12282         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12283         * text2.C (PasteSelection): adjust
12284         * CutAndPaste.C (pasteSelection): adjust
12285
12286         * FloatList.C (FloatList): update from the new_insets branch.
12287         * Floating.[Ch]: ditto
12288         * LaTeXFeatures.C: ditto
12289         * buffer.C: ditto
12290         * lyxlex_pimpl.C: ditto
12291
12292         * paragraph.C (Last): remove when NEW_INSETS is defined.
12293
12294         * other file: changes because of the above.
12295
12296 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12297
12298         * lyxparagraph.h: rename next to next_, previous to previous_,
12299         make them private for NEW_INSETS. Rename Next() to next(),
12300         Previous() to previous().
12301
12302         * other files: changes because of the above.
12303
12304 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12305
12306         * BufferView.h:
12307         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12308         problem.
12309
12310 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12311
12312         * main.C (main): pass lyx_localedir to gettext_init().
12313
12314         * gettext.h: remove locale_init and gettext_init macros
12315
12316         * gettext.C (locale_init): new function
12317         (gettext_init): new function
12318
12319         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12320         setlocale().
12321
12322 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12323
12324         * Moved credits to frontends:
12325         * credits.[Ch]: removed
12326         * credits_form.[Ch]: removed
12327         * lyx_gui_misc.C: remove credits stuff
12328         * Makefile.am:
12329
12330 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12331
12332         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12333
12334         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12335         unneeded destructor.
12336
12337         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12338         a standalone pointer again.
12339
12340         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12341
12342 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12343
12344         * Makefile.am:
12345         * filedlg.h:
12346         * filedlg.C:
12347         * LyXAction.C:
12348         * ToolbarDefaults.C:
12349         * bufferlist.C:
12350         * commandtags.h:
12351         * form1.C:
12352         * form1.h:
12353         * lyx_cb.C:
12354         * lyx_cb.h:
12355         * lyxfunc.h:
12356         * lyxfunc.C:
12357         * BufferView_pimpl.C: use new file dialog in GUII
12358
12359         * lyx_cb.h:
12360         * lyx_cb.C: remove LayoutsCB to Toolbar
12361
12362 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12363
12364         * ShareContainer.h (get): add std:: qualifier
12365
12366 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12367
12368         * ShareContainer.h: define a proper ShareContainer::value_type
12369         type (and use typename to please compaq cxx)
12370
12371 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12372
12373         * lyxparagraph.h: move serveral local vars to
12374         ParameterStruct/ParagraphParameters., use ShareContainer in
12375         FontTable., make vars in FontTable private and add getter and
12376         setter.
12377
12378         * paragraph.C: changes because of the above.
12379
12380         * lyxfont.h: remove copy constructor and copy assignment. (the
12381         default ones is ok), move number inside FontBits. move inlines to
12382         lyxfont.C
12383
12384         * lyxfont.C: add number to initializaton of statics, move several
12385         inlines here. constify several local vars. some whitespace
12386         cleanup. Dont hide outerscope variables.
12387
12388         * Spacing.h: add two new constructors to match the set methods.
12389
12390         * ShareContainer.h: new file, will perhaps be moved to support
12391
12392         * ParameterStruct.h: new file
12393
12394         * ParagraphParameters.h: new file
12395
12396         * ParagraphParameters.C: new file
12397
12398         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12399         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12400
12401         * BufferView_pimpl.C: ParagraphParameter changes.
12402         * buffer.C: Likewise.
12403         * bufferview_funcs.C: Likewise.
12404         * text.C: Likewise.
12405         * text2.C: Likewise.
12406
12407 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12408
12409         * lyxfind.C (LyXReplace): do not redefine default argument in
12410         implementation.
12411         (IsStringInText): ditto
12412         (SearchForward): ditto
12413         (SearchBackward): ditto
12414
12415 2001-03-06  Juergen Vigna  <jug@sad.it>
12416
12417         * lyxfind.C (IsStringInText): put parentes around expressions.
12418
12419 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12420
12421         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12422
12423 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12424
12425         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12426
12427         * stl_string_fwd.h: add comment
12428
12429         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12430
12431         * tabular.h:
12432         * tabular.C: remove unused DocBook methods
12433
12434         * intl.C:
12435         * language.C:
12436         * paragraph.C:
12437         * buffer.C:
12438         killed DO_USE_DEFAULT_LANGUAGE
12439
12440 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12441
12442         * lyx_gui.C: do not include language.h.
12443
12444         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12445         arguments in function implementation.
12446
12447 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12448
12449         * BufferView_pimpl.C: add <ctime>
12450
12451 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12452
12453         * BufferView_pimpl.C: add using std::find_if
12454
12455 2001-02-27  José Matos  <jamatos@fep.up.pt>
12456
12457         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12458         by OnlyPath.
12459
12460 2001-02-11  José Matos  <jamatos@fep.up.pt>
12461
12462         * buffer.C (makeDocBookFile): command styles now have a parameter as
12463         "title" by default.
12464
12465 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12466
12467         * layout_forms.[Ch]: removed
12468         * lyx_cb.[Ch]: out character
12469         * lyx_gui.C: out character
12470         * lyx_gui_misc.C: out character
12471         * bufferview_funcs.C: : out character,
12472         added toggleall as parameter in ToggleAndShow
12473
12474 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12475
12476         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12477
12478         * text2.C (SetCurrentFont): Disable number property at boundary.
12479
12480 2001-02-26  Juergen Vigna  <jug@sad.it>
12481
12482         * lyxfunc.C (getStatus): added a string argument override function so
12483         that this is correctly called from LyXFunc::Dispatch if it contains a
12484         do_not_use_argument which is used!
12485         (Dispatch): added check for "custom" export and call appropriate func.
12486
12487 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12488
12489         * lyxrc.C: Add language_command_local, language_use_babel and
12490         language_global_options.
12491
12492         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12493
12494         * buffer.C (makeLaTeXFile): Use language_use_babel and
12495         language_global_options.
12496
12497 2001-02-23  Juergen Vigna  <jug@sad.it>
12498
12499         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12500         which works with LyXText and putted it inside BufferView. Here now we
12501         only call for that part the BufferView::Dispatch() function.
12502
12503         * BufferView.C (Dispatch): added.
12504
12505         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12506         functions which needs to use a LyXText over from LyXFunc.
12507         (MenuInsertLyXFile): added
12508         (getInsetByCode): added
12509         (moveCursorUpdate): added
12510         (static TEXT): added
12511
12512 2001-02-22  Juergen Vigna  <jug@sad.it>
12513
12514         * BufferView_pimpl.C (update): call a status update to see if LyXText
12515         needs it.
12516
12517 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12518
12519         * vc-backend.C (revert): implement for CVS
12520         (getLog): implement for CVS
12521
12522 2001-02-20  Juergen Vigna  <jug@sad.it>
12523
12524         * text2.C (ClearSelection): added BufferView param for inset_owner call
12525
12526         * lyxfunc.C (TEXT): added this function and use it instead of
12527         directly owner->view()-text of getLyXText().
12528
12529 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12530
12531         * src/layout_forms.C: out preamble
12532         * src/layout_forms.h: out preamble
12533         * src/lyx_cb.C: out preamble
12534         * src/lyx_cb.h: out preamble
12535         * src/lyx_gui.C: out preamble
12536         * src/lyx_gui_misc.C: out preamble
12537         * src/lyxfunc.C: connect with guii preamble
12538
12539 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12540
12541         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12542
12543 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12544
12545         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12546         whether to run bibtex.
12547
12548 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12549
12550         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12551
12552 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12553
12554         * Makefile.am (lyx_SOURCES): removed bibforms.h
12555
12556         * vspace.h: doxygen
12557
12558         * text.C (GetVisibleRow): make several local vars const
12559
12560         * tabular.C: small cleanup.
12561
12562         * lyxserver.C (callback): use compare instead of strncmp
12563
12564         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12565         inlines to after class or to paragraph.C
12566
12567         * lyxfont.h: remove friend operator!=
12568
12569         * converter.h: move friend bool operator< to non friend and after
12570         class def.
12571
12572         * combox.h: small cleanup
12573
12574         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12575         to inlines after class def.
12576
12577         * buffer.C (pop_tag): use string operations instead of strcmp
12578
12579         * bmtable.c: doxygen, small cleanup
12580
12581         * LaTeX.h: remove friend operator==
12582
12583 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12584
12585         * screen.C:
12586         * lyxrc.[Ch]:
12587         * lyxfunc.C:
12588         * lyxfont.[Ch]:
12589         * lyx_cb.C:
12590         * intl.[Ch]:
12591         * commandtags.h:
12592         * buffer.C:
12593         * WorkArea.[Ch]:
12594         * LyXAction.C:
12595         * BufferView_pimpl.C:
12596         * BufferView.[Ch]: remove cruft
12597
12598 2001-02-14  Juergen Vigna  <jug@sad.it>
12599
12600         * lyxfunc.C: removed #if 0 unused code
12601
12602         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12603
12604         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12605
12606         * text2.C (SetSelection): added a BufferView * parameter
12607
12608 2001-02-13  Juergen Vigna  <jug@sad.it>
12609
12610         * lyxfunc.C (Dispatch): fixed protected blank problem.
12611         * BufferView2.C (protectedBlank): added LyxText * parameter.
12612
12613         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12614         (AppendColumn): same as above for column_info.
12615
12616         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12617         (moveCursorUpdate): use a LyXText param for support of InsetText.
12618
12619         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12620         (tripleClick): ditto
12621
12622         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12623
12624         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12625
12626         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12627
12628         * text2.C (SetSelection): set correct update status if inset_owner
12629         (ToggleFree): ditto
12630
12631 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12632
12633         * tabular.C: remove some commented code.
12634
12635 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12636
12637         * BufferView_pimpl.C: call hideSplash()
12638
12639         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12640
12641         * include_form.h:
12642         * bibforms.h: remove
12643
12644         * lyxfunc.C:
12645         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12646           add LFUN_CHILD_CREATE
12647
12648         * counters.h: fix tiny typo
12649
12650         * lyx_cb.C:
12651         * lyx.h:
12652         * lyx_gui.C:
12653         * lyx.C: move splash to frontends/xforms/
12654
12655         * lyx_gui_misc.C: move Include and Bibform to frontends
12656
12657         * lyxvc.h: clarify comment
12658
12659         * vspace.C: tiny housekeeping
12660
12661 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12662
12663         * text.C (PrepareToPrint): RTL Fix.
12664
12665         * paragraph.C (GetUChar): New method.
12666         (String):  Use GetUChar.
12667
12668         * buffer.C (asciiParagraph): Use GetUChar.
12669
12670 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12671
12672         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12673
12674 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12675
12676         * buffer.h:
12677         * buffer.C: rename to getLogName(), handle
12678           build log / latex log nicely
12679
12680 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12681
12682         * MenuBackend.C:
12683         * MenuBackend.h: remove support for reference menuitem type.
12684
12685 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12686
12687         * BufferView_pimpl.C: housekeeping
12688         * BufferView_pimpl.h:
12689         * LyXView.h:
12690         * Makefile.am:
12691         * Timeout.C:
12692         * Timeout.h:
12693         * minibuffer.h: move Timeout GUI-I
12694
12695 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
12696
12697         * lyxrc.C (read): Update converters data-structures.
12698
12699 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12700
12701         * LaTeX.h (operator!=): add operator != for Aux_Info
12702
12703 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
12704
12705         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12706
12707         * LaTeXLog.C: deleted, useful code moved to Buffer
12708
12709         * buffer.h:
12710         * buffer.C: new function getLatexLogName()
12711
12712         * lyx_gui_misc.C:
12713         * lyx_gui.C:
12714         * lyxvc.C:
12715         * lyxvc.h:
12716         * lyxfunc.C: use frontends for LaTeX and VC logs
12717
12718 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12719
12720         * LaTeX.h: yet another std:: that Allan forgot.
12721
12722         * Variables.C (set): renamed from isset(), because this clashes
12723         with some HP-UX macros (grr).
12724
12725 2001-02-06  Allan Rae  <rae@lyx.org>
12726
12727         * LaTeX.h: Another bug fix.  Missing std:: this time.
12728
12729 2001-02-04  Allan Rae  <rae@lyx.org>
12730
12731         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
12732         floats problem. I've left it commented out because it's not quite
12733         correct.  It should also test that the current object is a table or
12734         figure inset.  But I haven't gotten around to figuring out how to do
12735         that.  I *think* it'll be something like: "table" == inset.type()
12736
12737         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
12738         bool.
12739
12740 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
12741
12742         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
12743         all the citation/databases/styles in the auxilary file.
12744         (run): Rerun latex if there was a babel language error.
12745
12746 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
12747
12748         * text.C (Backspace): Preserve the font when changing newline char
12749         with a space.
12750         (BreakParagraph): If the cursor is before a space, delete the space.
12751
12752         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
12753
12754 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
12755
12756         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
12757         new argument (code).
12758         (ChangeCitationsIfUnique): New method.
12759
12760         * paragraph.C (GetPositionOfInset): Handle bibkey.
12761
12762 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12763
12764         * BufferView_pimpl.h: change type of Position::par_pos to
12765         LyXParagraph::size_type.
12766
12767 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
12768
12769         * BufferView_pimpl.C (savePosition, restorePosition): Write
12770         messages to minibuffer.
12771
12772 2001-01-28  José Matos  <jamatos@fep.up.pt>
12773
12774         * buffer.C (makeDocBookFile): adds support for document language.
12775         A silly restriction on the name of LatexCommand types where removed.
12776         Added support for CDATA sections, allows to chars unescaped, used
12777         among others in code, to avoid escape < and >.
12778
12779 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12780
12781         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
12782         saved positions instrad of a stack. Furthermore, a position is
12783         stored using paragraph id/paragraph position.
12784
12785         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
12786         Remove LFUN_REF_BACK.
12787
12788 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12789
12790         * converter.C (dvipdfm_options): New method.
12791
12792 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12793
12794         * vspace.C (isValidLength): Fix for empty input string.
12795
12796 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12797
12798         * LyXAction.C (init): change description of LFUN_FIGURE to
12799         "Insert Graphics"
12800
12801 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12802
12803         * LaTeX.C: add using directive
12804
12805 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12806
12807         * MenuBackend.C (expand): Fix the sorting of the formats.
12808
12809 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
12810
12811         * lyx_main.C: tiny error message fix
12812
12813 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12814
12815         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
12816         calling fl_initialize(). This fixes the problem with ',' as
12817         decimal separator in text files.
12818
12819 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12820
12821         * trans.C (process): Fix the keymap bug.
12822
12823 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
12824
12825         * LaTeX.C (scanAuxFiles): New method. Provides support for
12826         multiple bibliographies (when using the bibtopic/bibunits pacakges).
12827         (scanLogFile) Scan for "run BibTeX" messages.
12828
12829         * buffer.C (makeLaTeXFile): Do not load the ae package when using
12830         OT1 font encoding. Also, load the aecompl package if the ae
12831         package is loaded.
12832
12833         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
12834
12835 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12836
12837         * texrow.C (increasePos): turn two error messages into debug
12838         messages.
12839
12840 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
12841
12842         * LaTeX.C (scanAux): Handle the \@input macro.
12843         (runBibTeX): Use scanAux().
12844
12845         * language.C (latex_options_): New field.
12846
12847         * LaTeXFeatures.C (getMacros): Add language macros.
12848
12849         * buffer.C (makeLaTeXFile): Small fix.
12850
12851 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12852
12853         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
12854
12855         * text2.C: add a using directive.
12856
12857 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
12858
12859         * BufferView2.C:
12860         * lyx_gui_misc.h:
12861         * lyxfr1.C:
12862         * lyxfunc.C: kill LyXBell.
12863
12864 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
12865
12866         * text.C (IsBoundary): Remove the error message
12867
12868         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
12869
12870         * lyxrc.C (setDefaults): Correct initialization value for
12871         font_norm_type.
12872
12873 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
12874
12875         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
12876         gotoError().
12877
12878         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
12879         and GotoNextNote().
12880
12881         * src/LyXAction.C: Added reference-next.
12882
12883         * text.C (InsertChar): Use contains instead of strchr.
12884
12885         * lyx_cb.C (MenuInsertLabel): Enable default value code.
12886
12887 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
12888
12889         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
12890         alignment commands (when needed).
12891
12892         * text.C (InsertChar): Add ':' to number separator chars.