]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
I had some excessively long lines in there...
[lyx.git] / src / ChangeLog
1 2003-09-18  Angus Leeming  <leeming@lyx.org>
2
3         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
4         variables.
5         (ctor): pass and store a 'Buffer const &'
6         (buffer): new member function.
7
8         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
9         '*this' to the LaTeXFeatures ctor.
10
11 2003-09-18  Angus Leeming  <leeming@lyx.org>
12         
13         * LColor.h:
14         * lyxfont.C:
15         * lyxfont.h:
16         * lyxtext.h:
17         * text.C: rename EnumLColor as LColor_color.
18
19 2003-09-18  Angus Leeming  <leeming@lyx.org>
20
21         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
22         remove #include "insets/insetbase.h" from cursor.h.
23
24 2003-09-18  Angus Leeming  <leeming@lyx.org>
25
26         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
27         InsetOld_code to remove #include "inset.h".
28
29         * iterators.C: add #include "insets/inset.h"
30
31 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
32
33         * BufferView.C: remove more locking stuff that apparently doesn't
34         do anything sensible.
35
36 2003-09-16  André Pönitz  <poenitz@gmx.net>
37
38         * paragraph.[Ch]:
39         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
40           performance boost.
41
42 2003-09-16  Angus Leeming  <leeming@lyx.org>
43
44         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
45
46         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
47         arg/return type.
48
49         * paragraph.h: remove #include "lyxfont.h". Forward declare
50         LyXFont_size.
51
52 2003-09-16  Angus Leeming  <leeming@lyx.org>
53
54         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
55         of support/textutils.h.
56         (isWord): move the contents of support/textutils.h's IsWordChar here.
57
58         * buffer.C:
59         * lyxfind.C:
60         * rowpainter.C:
61         * text.C:
62         * text2.C: add #include "paragraph.h".
63
64         * rowpainter.C:
65         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
66
67 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
68
69         * main.C: 
70         * lyx_main.C: 
71         * lyx_cb.C: 
72         * buffer.C: 
73         * LaTeX.C: use namespace alias for lyx::support::os
74
75 2003-09-16  Angus Leeming  <leeming@lyx.org>
76
77         * bufferparams.C:
78         * bufferview_funcs.C:
79         * factory.C:
80         * lyxfunc.C:
81         * paragraph_pimpl.C:
82         * rowpainter.C:
83         * text.C: add #include "LColor.h".
84
85 2003-09-16  Angus Leeming  <leeming@lyx.org>
86
87         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
88         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
89         return LyXFont &.
90         Store the FontBits::color variable as an int rather than as an
91         LColor::colorso that we can move LColor.h out of the lyxfont.h header
92         file.
93
94         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
95         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
96         string calls together.
97
98         * lyxrc.C: add #include "LColor.h".
99
100 2003-09-15  Angus Leeming  <leeming@lyx.org>
101
102         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
103         a cow_ptr.
104
105 2003-09-15  Angus Leeming  <leeming@lyx.org>
106
107         * LColor.h: add an EnumLColor wrapper for LColor::color.
108
109         * lyxfont.[Ch] (color, setColor, realColor):
110         * lyxtext.h, text.C (backgroundColor):
111         pass EnumLColor args to/from the functions, rather than LColor::color
112         ones.
113
114         * lyxfont.h:
115         * lyxtext.h: forward declare EnumLColor.
116
117         * lyx_main.C: add #include "LColor.h".
118
119 2003-09-15  Angus Leeming  <leeming@lyx.org>
120
121         * .cvsignore: add lyx-gtk.
122
123 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
124
125         * Chktex.C
126         * LaTeX.C
127         * LaTeXFeatures.C
128         * ParagraphParameters.C
129         * Spacing.C
130         * buffer.C
131         * bufferparams.C
132         * bufferview_funcs.C
133         * chset.C
134         * counters.C
135         * funcrequest.C
136         * lyxfont.C
137         * lyxgluelength.C
138         * lyxlength.C
139         * paragraph.C
140         * paragraph_funcs.C
141         * text3.C
142         * vc-backend.C: remove usage of STRCONV
143
144 2003-09-15  Angus Leeming  <leeming@lyx.org>
145
146         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
147         explicitly define the color passed to the painter.
148
149 2003-09-15  Angus Leeming  <leeming@lyx.org>
150
151         * bufferparams.C (BufferParams): reorder member initializers to avoid
152         compiler warning.
153
154 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
155
156         * CutAndPaste.C (pasteSelection): remove an outdated #warning
157         * text.C (updateRowPositions): remove an unusual nop
158
159 2003-09-12  André Pönitz  <poenitz@gmx.net>
160
161         * BufferView_pimpl.C:
162         * Bullet.C:
163         * layout.h:
164         * lyxfunc.C:
165         * lyxlayout.[Ch]:
166         * lyxtextclass.C:
167         * rowpainter.C:
168         * text.C:
169         * text2.C:
170         * Counters.[Ch]: finish the 'automatic counters' job
171
172 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
173
174         * aspell.C: include <boost/assert.cpp> (compile fix)
175
176 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
177
178         * boost.C (assertion_failed): use lyx::support::abort instead of
179         assert.
180
181 2003-09-10  Angus Leeming  <leeming@lyx.org>
182
183         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
184         with their _fwd progeny.
185
186 2003-09-09  Angus Leeming  <leeming@lyx.org>
187
188         134 files throughtout the source tree: replace 'using namespace abc;'
189         directives with the appropriate 'using abc::xyz;' declarations.
190
191 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
192
193         * boost.C (emergencyCleanup): moved here from LAssert.c
194         (assertion_failed): new function, called by BOOST_ASSERT
195
196         * several files: change Assert to BOOST_ASSERT
197
198 2003-09-09  Angus Leeming  <leeming@lyx.org>
199
200         * buffer.[Ch]: Add an Impl class and move Buffer's member
201         variables into it. As a result move several header files out of
202         buffer.h.
203
204         Add header files to lots of .C files all over the tree as a result.
205
206 2003-09-09  Angus Leeming  <leeming@lyx.org>
207
208         * buffer.[Ch]: make Buffer's member variables private. Add
209         accessor functions.
210
211         Lots of changes all over the tree as a result.
212
213 2003-09-08  Angus Leeming  <leeming@lyx.org>
214
215         * graph.C: #include <config.h>.
216
217 2003-09-08  Angus Leeming  <leeming@lyx.org>
218
219         * BranchList.C:
220         * BufferView.C:
221         * BufferView_pimpl.C:
222         * CutAndPaste.C:
223         * DepTable.C:
224         * LaTeX.C:
225         * LaTeXFeatures.C:
226         * LyXAction.C:
227         * MenuBackend.C:
228         * TextCache.C:
229         * aspell.C:
230         * buffer.C:
231         * bufferlist.C:
232         * changes.C:
233         * chset.C:
234         * converter.C:
235         * counters.C:
236         * debug.C:
237         * graph.C:
238         * ispell.C:
239         * lyx_cb.C:
240         * lyxfind.C:
241         * lyxfunc.C:
242         * lyxlex_pimpl.C:
243         * lyxrc.C:
244         * lyxrow.C:
245         * paragraph.C:
246         * rowpainter.C:
247         * texrow.C:
248         * text.C:
249         * text2.C:
250         * toc.C: remove redundant using directives.
251
252 2003-09-07  Angus Leeming  <leeming@lyx.org>
253
254         * LaTeXFeatures.h: remove #include "support/types.h".
255         * ToolbarBackend.h: remove #include <algorithm>.
256         * changes.h: remove #include <ctime>.
257         * debug.h: remove #include <iosfwd>.
258         * graph.h: remove #include "support/std_string.h".
259         * lyx_main.h: remove #include <csignal>.
260         * lyxlex_pimpl.h: remove #include <fstream>.
261         * sgml.h: remove #include <algorithm>, <utility>.
262         * toc.h: remove #include "support/std_ostream.h".
263         Add #include <iosfwd>.
264
265 2003-09-07  Angus Leeming  <leeming@lyx.org>
266
267         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
268
269         * converter.h: forward declare LatexRunParams.
270         * encoding.h: remove #include "lyxrc.h".
271         * lyxtext.h: remove #include "LColor.h".
272         * lyxtextclass.h: remove #include "support/types.h".
273         * trans.h: remove #include "tex-accent.h".
274         * trans_mgr.h: remove #include "tex-accent.h".
275         * insets/inset.h: remove #include "support/types.h", <vector>.
276         * insets/insetcollapsable.h: remove #include "LColor.h".
277         * insets/insetinclude.h: remove #include "dimension.h".
278         * insets/insetlatexaccent.h: remove #include "dimension.h".
279         * insets/insetoptarg.h:: remove #include "insettext.h".
280         * insets/insettext.h: remove #include "dimension.h",
281         <boost/shared_ptr.hpp>
282
283         * insets/renderers.h: add #include "dimension.h".
284         * insets/updatableinset.h: add #include "support/types.h".
285
286         * many .C files: Associated changes.
287
288 2003-09-06  Angus Leeming  <leeming@lyx.org>
289
290         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
291         one, inside testInvariant.
292
293         * PrinterParams.C: new file.
294         * PrinterParams.[Ch]: move the function bodies out of line.
295
296 2003-09-06  Angus Leeming  <leeming@lyx.org>
297
298         * ParagraphParameters.h: forward declare ParameterStruct rather than
299         including its header file.
300         (depth): moved out-of-line.
301
302 2003-09-06  Angus Leeming  <leeming@lyx.org>
303
304         * BufferView_pimpl.h:
305         * kbmap.h:
306         * kbsequence.h:
307         * lyxfunc.h: forward declare LyXKeySym rather than
308         #include "frontends/LyXKeySym.h".
309
310         * BufferView_pimpl.C:
311         * kbmap.C:
312         * kbsequence.C:
313         * lyxfunc.C: associated changes.
314
315 2003-09-06  Angus Leeming  <leeming@lyx.org>
316
317         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
318         As a result, can remove the #include "insets/inset.h" from BufferView.h
319
320 2003-09-06  Angus Leeming  <leeming@lyx.org>
321
322         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
323         As a result, can remove the #include "insets/inset.h" from BufferView.h
324
325 2003-09-06  Angus Leeming  <leeming@lyx.org>
326
327         * buffer_funcs.C:
328         * buffer.h:
329         * bufferlist.C:
330         * BufferView.C:
331         * bufferview_funcs.C:
332         * BufferView_pimpl.C:
333         * CutAndPaste.C:
334         * lyx_cb.C:
335         * lyxfunc.C:
336         * paragraph.h:
337         * ParagraphParameters.C:
338         * tabular.C:
339         * text3.C:
340         * toc.C:
341         * undo_funcs.C:
342         * frontends/controllers/ControlDocument.C:
343         * insets/insetcaption.C: rearrange the #includes into some sort of
344         coherent order.
345
346         * buffer.h: remove #includes ErrorList.h, undo.h
347
348 2003-09-06  Angus Leeming  <leeming@lyx.org>
349
350         * support/types.h: add a 'depth_type' typedef, used to store the
351         nesting depth of a paragraph.
352
353         * paragraph.h:
354         * ParameterStruct.h: use this lyx::depth_type typedef rather than
355         defining explicitly.
356
357         * buffer.h:
358         * paragraph_funcs.h:
359         * ParagraphParameters.h:
360         * sgml.h: use lyx::depth_type rather than Paragraph or
361         ParameterStruct's depth_type.
362
363         * buffer.h
364         * paragraph_funcs.h: no need to #include paragraph.h anymore.
365
366         * BufferView.C:
367         * BufferView_pimpl.C:
368         * CutAndPaste.C:
369         * ParagraphParameters.C:
370         * buffer_funcs.C:
371         * bufferlist.C:
372         * bufferview_funcs.C:
373         * lyx_cb.C:
374         * lyxfunc.C:
375         * tabular.C:
376         * text3.C:
377         * toc.C:
378         * undo_funcs.C:
379         * frontends/LyXView.C:
380         * frontends/controllers/ControlDocument.C:
381         * frontends/controllers/ControlErrorList.C:
382         * insets/insetbibitem.C:
383         * insets/insetbranch.C:
384         * insets/insetcaption.C:
385         * insets/insetcollapsable.C:
386         * insets/insetenv.C:
387         * insets/insetert.C:
388         * insets/insetfloat.C:
389         * insets/insetfoot.C:
390         * insets/insetfootlike.C:
391         * insets/insetnewline.C:
392         * insets/insetquotes.C:
393         * insets/insettabular.C:
394         * insets/insettext.C:
395         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
396
397         * frontends/controllers/ControlChanges.C: #include "changes.h".
398
399 2003-09-06  Angus Leeming  <leeming@lyx.org>
400
401         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
402         than #including paragraph.h.
403
404         * ParagraphList.h:
405         * RowList.h: deleted. Superfluous.
406
407         * CutAndPaste.h:
408         * iterators.h:
409         * lyxcursor.h:
410         * lyxtext.h:
411         * text_funcs.h:
412         * undo.h:
413         * undo_funcs.h:
414         * insets/inset.h:
415         * insets/insettext.h: use ParagraphList_fwd.h rather than
416         ParagraphList.h.
417
418         * paragraph.h: don't forward declare ParagraphList.
419
420         * buffer.h:
421         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
422         rather than ParagraphList.h. paragraph.h is still needed for the
423         Paragraph::depth_type parameters.
424
425         * textcursor.h: enable it to compile stand-alone in light of the
426         above changes.
427
428         * bufferview_funcs.C:
429         * iterators.C:
430         * lyxfunc.C:
431         * lyxrow_funcs.C:
432         * paragraph.C:
433         * rowpainter.C:
434         * text.C:
435         * text2.C:
436         * text3.C:
437         * text_funcs.C:
438         * textcursor.C:
439         * undo.C:
440         * frontends/controllers/ControlParagraph.C:
441         * frontends/controllers/ControlTabular.C:
442         * insets/insetmarginal.C:
443         * insets/insetminipage.C:
444         * insets/insetnote.C:
445         * insets/insetoptarg.C: add header files needed to compile again.
446
447 2003-09-06  Angus Leeming  <leeming@lyx.org>
448
449         * RowList_fwd.h: new file, forward-declaring Row rather than
450         #including lyxrow.h.
451
452         * lyxrow_funcs.h:
453         * lyxtext.h:
454         * paragraph.h:
455         * insets/insettext.h: use it instead of RowList.h
456
457         * bufferview_funcs.C:
458         * lyxfunc.C:
459         * lyxrow_funcs.C:
460         * paragraph.C:
461         * rowpainter.C:
462         * text.C:
463         * text2.C:
464         * text3.C: #include "RowList.h".
465
466 2003-09-05  Angus Leeming  <leeming@lyx.org>
467
468         * factory.C (createInset):
469         * vspace.C (c-tor): replace sscanf call with an istringstream.
470         * ispell.C: re-add missing HP/UX headers.
471         * lyxserver.C: re-add missing  os2 headers.
472
473 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
474
475         * BranchList.C:
476         * graph.C:
477         * ispell.C:
478         * lastfiles.C:
479         * lyx_cb.C:
480         * lyxserver.C:
481         * texrow.C:
482         * text3.C: re-add missing system headers, needed for 2.95.2.
483
484 2003-09-05  Angus Leeming  <leeming@lyx.org>
485
486         Changes most place everywhere due to the removal of using directives
487         from support/std_sstream.h.
488
489 2003-09-05  Angus Leeming  <leeming@lyx.org>
490
491         Replace LString.h with support/std_string.h,
492         Lsstream.h with support/std_sstream.h,
493         support/LIstream.h with support/std_istream.h,
494         support/LOstream.h with support/std_ostream.h.
495
496         Changes resulting throughout the tree.
497
498 2003-09-05  Angus Leeming  <leeming@lyx.org>
499
500         * sgml.h: ensure that the header file can be compiled stand-alone.
501         * *.C: strip out redundant #includes. (320 in total.)
502
503 2003-09-04  Angus Leeming  <leeming@lyx.org>
504
505         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
506         here (from getPackages).
507
508         * debug.[Ch]: add a new EXTERNAL tag.
509
510 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
511
512         * text2.C (cursorEnd): simplify
513         (setCursor): adjust
514         (getColumnNearX): adjust
515
516         * text.C (computeBidiTables): adjust
517         (fill): adjust
518
519         * rowpainter.C (paintChars): adjust
520         (paintSelection): adjust
521         (paintChangeBar): adjust
522         (paintText): adjust
523
524         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
525         lastPos instead.
526         (numberOfSeparators): adjust
527
528 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
529
530         * LyXAction.C:
531         * box.[Ch]:
532         * lfuns.h:
533         * lyxfunc.C:
534         * text3.C: Restricts the mouse click functionality
535         of insets like bibtex, include, toc and floatlist to the visible
536         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
537         up the dialogs. Cursor has to be in front of the inset (i.e.
538         start of row) for this to function.
539
540 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
541
542         * bufferview_funcs.C (currentState): output row information
543
544 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
545
546         * bufferview_funcs.C (currentState): output paragraph position
547
548 2003-09-04  Angus Leeming  <leeming@lyx.org>
549
550         * FloatList.h: move out #include "Floating.h".
551         * LaTeX.h: move out #include "DepTable.h".
552         * LyXAction.h: move out #include "funcrequest.h".
553         * buffer.h: move out #include "author.h", "iterators.h".
554         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
555         * lyx_main.h: move out #include "errorlist.h".
556         * lyxfunc.h: move out #include "FuncStatus.h".
557         * lyxtext: move out #include "lyxcursor.h".
558         * paragraph_pimpl.h: move out #include "counters.h".
559
560 2003-09-03  Angus Leeming  <leeming@lyx.org>
561
562         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
563         preamble_snippets list, enabling us to add snippets to the preamble
564         only if the snippet was not there already.
565
566 2003-09-04  Angus Leeming  <leeming@lyx.org>
567
568         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
569
570 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
571
572         * lyxfunc.C (dispatch): if fitCursor did something be sure to
573         update
574
575 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
576
577         * BranchList.C: point fix, earlier forgotten
578
579 2003-09-02  Angus Leeming  <leeming@lyx.org>
580
581         * box.C (contains): renamed from 'contained' after a fantastic
582         amount of hot air.
583
584 2003-09-02  John Levon  <levon@movementarian.org>
585
586         * BufferView.C:
587         * lyxcursor.h:
588         * lyxcursor.C:
589         * lyxfunc.C:
590         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
591
592 2003-09-02  John Levon  <levon@movementarian.org>
593
594         * text2.C: simplification of cursorEnd(), including partial
595         fix for bug 1376
596
597 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
598
599         * buffer.C (readFile): add a space
600
601 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
602
603         * BufferView_pimpl.C (update): remove bogus fitCursor() call
604
605 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
606
607         * buffer.C (readFile): new function, take a filename and a
608         ParagraphList::iterator
609         (readFile): adjust
610         (readFile): adjust, make it private. don't use setStream, make
611         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
612         always contain the filename.
613
614         * BufferView.C (insertLyXFile): simplify and make it work for
615         gzipped files.
616
617 2003-08-30  John Levon  <levon@movementarian.org>
618
619         * Makefile.am: fix dist (from Kayvan)
620
621 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
622
623         * most files: change to use const Buffer refs
624
625 2003-08-27  André Pönitz  <poenitz@gmx.net>
626
627         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
628         on top of ownerPar().
629
630 2003-08-27  John Levon  <levon@movementarian.org>
631
632         * funcrequest.C: properly initialise POD members
633
634 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
635
636         * lyxtext.h (top_y): move top_y from here
637         * text.C:
638         * text2.C:
639         * text3.C:
640         * BufferView.[Ch]:
641         * BufferView_pimpl.[Ch]: to here
642         * frontends/screen.C:
643         * insets/insettabular.C:
644         * insets/insettext.C: adjust
645         * rowpainter.[Ch] (paintRows): remove LyXText & argument
646
647 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
648
649         * BufferView.[Ch]:
650         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
651
652 2003-08-26  André Pönitz  <poenitz@gmx.net>
653
654         * paragraph_func.[Ch] (outerPar): new function
655
656         * paragraph.C:
657         * paragraph_funcs.C:
658         * paragraph_funcs.h:
659         * paragraph_pimpl.C:
660         * text2.C: remove Inset::par_owner
661
662 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
663
664         * lyxrow_funcs.C:
665         * lyxtext.h:
666         * text.C:
667         * text2.C: eliminates the needFullRow/display() stuff
668         altogether, putting the logic in metrics/draw in the insets.
669
670 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
671
672         * text2.C (redoParagraphInternal, redoParagraphs):
673         * text.C (redoParagraph): add a call to updateRowPositions at the
674         end of each 'metrics-like' call. Remove all others.
675         (getRow): remove the 'y-computing' version.
676         (getRowNearY): do not compute nor return the real y. Solve the
677         'y < 0' problem and simplify.
678
679 2003-08-22  Angus Leeming  <leeming@lyx.org>
680
681         * *.[Ch]: clean-up of licence and author blurbs.
682         Also move config.h out of a few .h files and into a few .C files.
683
684 2003-08-22  André Pönitz  <poenitz@gmx.net>
685
686         * lyxrow.[Ch]: add x_ and *fill_ members
687
688         * lyxtext.h:
689         * text.C:
690         * rowpainter.C:
691         * text2.C: adjust/remove prepareToPrint() calls
692
693 2003-08-22  André Pönitz  <poenitz@gmx.net>
694
695         * lyxrow.[Ch]: add  end_ member
696
697         * lyxrow_funcs.C: use LyXRow::end_
698
699         * lyxtext.h (singleWidth): add LyXFont parameter
700
701         * rowpainter.C:
702         * text2.C: adjust LyXText::singleWidth() calls
703
704         * text.C (redoParagraph): simplify row breaking logic
705
706
707 2003-08-19  André Pönitz  <poenitz@gmx.net>
708
709         * funcrequest.C: initialize button_ member
710
711         * text3.C:
712         * rowpainter.[Ch]: interface consolidation
713
714 2003-08-18  André Pönitz  <poenitz@gmx.net>
715
716         * BufferView.C:
717         * BufferView_pimpl.C:
718         * lyxfind.C:
719         * paragraph_funcs.C:
720         * rowpainter.C:
721         * text3.C: remove LyXScreen::draw() and fitCursor calls
722
723         * BranchList.h: remove spurious semicolons
724
725         * MenuBackend.C: fix branchlist related crash
726
727 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
728
729         * BranchList.[Ch]:
730         * InsetList.[Ch]:
731         * LColor.[Ch]:
732         * LyXAction.C:
733         * Makefile.am:
734         * MenuBackend.[Ch]:
735         * bufferparams.[Ch]:
736         * factory.C:
737         * lfuns.h:
738         * lyxfunc.C:
739         * text3.C: implements the 'branch inset'
740         idea. This allows the output of various versions of a document
741         from a single source version, selectively outputing or suppressing
742         output of parts of the text.
743         This implementation contains a 'branch list editor' in a separate
744         tab of the document settings dialog. Branches are user definable
745         and have a "display colour" to distinguish them on-screen.
746
747         ColorHandler was somewhat cleaned up.
748         (1) make possible a dynamically growing LColor list by allowing
749         the graphic context cache to grow along (vector);
750         (2) eliminate an IMHO unnecessary step in colour allocation.
751
752 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
753
754         * BufferView_pimpl.C: compile fix
755
756 2003-08-15  André Pönitz  <poenitz@gmx.net>
757
758         * rowpainter.C: remove extra metrics calls
759
760         * lyxtext.h: merge the two constructors into a single one,
761           pass reference to owner's par list
762
763         * BufferView_pimpl.C:
764         * text.C:
765         * text2.C: adjust
766
767 2003-08-15  André Pönitz  <poenitz@gmx.net>
768
769         * lyxrow_funcs.[Ch]:
770         * lyxtext.h:
771         * paragraph.h:
772         * paragraph_funcs.C:
773         * rowpainter.C:
774         * text.C:
775         * text2.C:
776         * text3.C:
777         * text_funcs.C: split LyXText::rowlist_ into individual
778         Paragraph::rows_ chunks
779
780         * BufferView.[Ch]:
781         * BufferView_pimpl.[Ch]:
782         * lyxfind.C:
783         * lyxtext.h:
784         * text3.C: remove toggleSelection()
785
786 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
787
788         * bufferlist.C: beautify two alerts (shorter text of buttons)
789         * buffer.C: Remove redundant ' ' from message
790         * tabular.h:
791         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
792         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
793         rename VALIGN_CENTER to VALIGN_MIDDLE
794
795 2003-08-11  André Pönitz  <poenitz@gmx.net>
796
797         * lyxtext.h (getPar):
798         * text.C: new function
799
800 2003-08-11  André Pönitz  <poenitz@gmx.net>
801
802         * Makefile.am:
803         * tracer.[Ch]: remove unneeded files
804
805         * InsetList.[Ch]: remove resizeInsetsLyXText()
806
807         * lyxtext.h:
808         * text.C:
809         * text2.C:
810         * text3.C: merge insertParagraphs() and appendParagraph()
811         remove breakAgain(), update()
812
813         * BufferView_pimpl.[Ch]:
814         * bufferview_funcs.[Ch]:
815         * lyxfunc.C:
816         * paragraph.[Ch]:
817         * rowpainter.C:
818         * tabular.C: adjust after text & InsetList changes.
819
820 2003-08-08  André Pönitz  <poenitz@gmx.net>
821
822         * text.C (insertChar, backspace): replace rowlist fiddling
823         with rebreak of full par
824
825         * lyxtext.h:
826         * text.C (breakAgainOneRow, redoHeightOfParagraph,
827         checkParagraph, updateInset): removed
828
829 2003-08-07  André Pönitz  <poenitz@gmx.net>
830
831         * paragraph.C:
832         * text3.C: merge some LFUN handlers, remove dead code
833
834 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
835
836         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
837
838 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
839
840         * text2.C (DEPM): fix part of bug 1255 and 1256
841
842 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
843
844         * BufferView_pimpl.C (workAreaDispatch): change to use
845         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
846         that are no mouse related.
847
848 2003-08-05  André Pönitz  <poenitz@gmx.net>
849
850         * BufferView.[Ch]:
851         * BufferView_pimpl.[Ch]:
852         * bufferview_funcs.C:
853         * text2.C:
854         * text3.C: rip out "deep update"
855
856         * textcursor.[Ch] (last_sel_cursor): remove unused member
857
858 2003-08-04  André Pönitz  <poenitz@gmx.net>
859
860         * BufferView.[Ch]:
861         * BufferView_pimpl.[Ch]:
862         * ParagraphParameters.C:
863         * bufferview_funcs.C:
864         * lyx_cb.C:
865         * lyxfind.C:
866         * lyxfunc.C:
867         * text.C:
868         * text2.C:
869         * text3.C: replace "complicated" BufferView::update(...) calls with
870         simpler ones.
871
872         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
873
874 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
875
876         * Makefile.am (lyx_SOURCES): add paper.h
877
878 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
879
880         * Makefile.am: move things around so that both lyx-qt and
881         lyx-xforms can be built (according to --with-frontend). Then lyx
882         is a symbolic link to lyx-[firstfrontend]
883
884 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
885
886         * Always use std::endl with lyxerr
887
888 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
889
890         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
891
892 2003-08-01  André Pönitz  <poenitz@gmx.net>
893
894         * BufferView.[Ch]:
895         * BufferView_pimpl.[Ch]:
896         * lyxfunc.C:
897         * text3.C: merge BufferView::repaint() and BufferView::update()
898
899 2003-08-01  José Matos  <jamatos@lyx.org>
900
901         * buffer.[Ch]: file_format is no longer a buffer data element.
902
903 2003-08-01  André Pönitz  <poenitz@gmx.net>
904
905         * BufferView.C:
906         * lyxtext.h:
907         * text.C:
908         * text2.C: make redoParagraph more independent of current cursor
909
910         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
911         * text.C:
912         * text2.C: remove unneeded members
913
914 2003-07-30  André Pönitz  <poenitz@gmx.net>
915
916         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
917
918         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
919           create a single function...
920
921         * paragraph_funcs.C (moveItem): ... here.
922
923         * text.C:
924           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
925
926 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
927
928         * LColor.[Ch]: Add comment and greyedout logical colors.
929
930 2003-07-30  André Pönitz  <poenitz@gmx.net>
931
932         * tabular.C: don't use Assert too heavily. This crashes where it
933           shouldn't
934
935 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
936
937         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
938         is disabled (bug 1232)
939
940 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
941
942         * factory.C: limited 'arg' scope
943
944 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
945
946         * factory.C: fixed Note submenu issues
947
948 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
949
950         * factory.C: submenu for Note/Comment/Greyedout
951
952 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
953
954         * lyx_main.C (LyX):
955         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
956
957 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
958
959         * LaTeXFeatures.C:
960         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
961         greyedout. Patch provided by Jürgen Spitzmüller.
962
963 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
964
965         * kbmap.C (read): fix error message when reading bind files
966
967 2003-07-29  Angus Leeming  <leeming@lyx.org>
968
969         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
970         certainly does not do what it purports to do. I am doing it, and
971         us, a favour by killing it.
972
973 2003-07-28  José Matos  <jamatos@lyx.org>
974
975         * buffer.C (readBody, do_writeFile):
976         * paragraph.C(readParagraph): \end_document replaces \the_end.
977
978 2003-07-29  André Pönitz  <poenitz@gmx.net>
979
980         * BufferView.[Ch]:
981         * BufferView_pimpl.[Ch]:
982         * lyxfunc.C:
983         * text2.C:
984         * text3.C:
985         * textcursor.[Ch]: remove toggleToggle & Co
986
987 2003-07-28  José Matos  <jamatos@fep.up.pt>
988
989         * buffer.C (readParagraph):
990         * params_func (readParToken, readParagraph):
991         * paragraph.C (write): \layout -> \begin_layout.
992
993 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
994
995         * lyxlex_pimpl.C (setFile): clean up slightly.
996
997         * bufferparams.h: add compressed var
998
999         * buffer_funcs.C (readFile): adjust for LyXLex change
1000         (newFile): ditto + simplify
1001
1002         * buffer.C (writeFile): handle writing of compressed files
1003
1004         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1005         Check if the file is compressed and set a bufferparm if so.
1006
1007         * Makefile.am (lyx_LDADD): remove explicit -lz
1008
1009 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1010
1011         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1012         makeDocBookFile): put the real LyX version in the first line of
1013         the file
1014
1015         * version.h:
1016         * version.C.in: remove lyx_docversion
1017
1018         * tabular.C (write_attribute): add a template-based version to
1019         write enums properly
1020
1021 2003-07-28  André Pönitz  <poenitz@gmx.net>
1022
1023         * lyxtext.h:
1024         * text.C:
1025         * text2.C:
1026         * text3.C: use doubles again for x-coordinates. They are needed.
1027
1028 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1029
1030         * messages.C (getLocaleDir): use lyx_localedir()
1031
1032         * lyxlex_pimpl.C (setFile): compress stuff
1033
1034         * buffer.C (writeFile): add some compression stuff
1035         (do_writeFile): new func, dont call expliti close... will this
1036         breake anything?
1037
1038         * Makefile.am (lyx_LDADD): add -lz
1039
1040 2003-07-28  José Matos  <jamatos@fep.up.pt>
1041
1042         * buffer.C: increment file format.
1043         * paragraph_funcs (readParagraph, readParToken):
1044         * paragraph.C (readParagraph): add \end_layout.
1045
1046 2003-07-27  Angus Leeming  <leeming@lyx.org>
1047
1048         * Makefile.am: remove special casing for configure-time setting of
1049         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1050
1051         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1052         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1053
1054 2003-07-26  André Pönitz  <poenitz@gmx.net>
1055
1056         * paragraph_func.[Ch]:
1057         * paragraph.C (realizeFont): inline it whereever it is used
1058
1059         * rowpainter.C:
1060         * text.C:
1061         * text2.C:
1062         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1063
1064
1065 2003-07-26  André Pönitz  <poenitz@gmx.net>
1066
1067         *       lyxtext.h:
1068         * text.C:
1069         * text2.C: get rid of LyXText::need_break_row
1070
1071 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1072
1073         * toc.[Ch]: put namespace toc inside namespace lyx
1074
1075         * MenuBackend.C (expandToc2): adjust for lyx::toc
1076         (expandToc): ditto
1077
1078         * lyxfunc.C (dispatch): adjust for lyx::find
1079
1080         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1081         lyx::find instead. Reorganize a bit.
1082         (LyXReplace): rename to replace
1083         (LyXFind): rename to find
1084
1085         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1086         (dispatch): ditto
1087
1088 2003-07-26  André Pönitz  <poenitz@gmx.net>
1089
1090         * text.C (setHeightOfRow): restrict scope of temporary variable
1091
1092         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1093           code (never has been used?)
1094
1095 2003-07-27  Asger Alstrup  <alstrup@local>
1096
1097         * text.C (fill): Optimise algorithm to exploit that we can reuse
1098         the LyXFont for many characters.
1099         (setHeightOfRow): Same thing.
1100         (rowBreakPoint): Same thing.
1101
1102 2003-07-26  Asger Alstrup  <alstrup@local>
1103
1104         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1105
1106         * text.C (singleWidth): Spurious font copying in hot-spot
1107         singleWidth avoided. Reorder tests for arabic for efficiency.
1108
1109         * text.C (fill): handle empty paragraphs better.
1110
1111 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1112
1113         * ispell.C:
1114         * encoding.h: add includes
1115
1116         * lyxrc.C: remove reading of bind files
1117
1118         * lyx_main.C (init): setup bindings and menus only if we have a
1119         gui.
1120
1121         * kbmap.C (read): new method. Do the actual reading of bind
1122         files.
1123
1124         * converter.C (dvipdfm_options):
1125         * bufferparams.C:
1126         * lyxrc.C (read):
1127         (output): adapt PAPER_* enums.
1128
1129         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1130
1131         * bufferparams.h: remove paper-related enums from there
1132
1133         * paper.h: New file. A trivial header file to hold paper-related
1134         enums. It should later expand to contain many paper-related
1135         horrors access.
1136
1137         * lyxrc.C: declare extern displayTranslator
1138
1139 2003-07-27  José Matos  <jamatos@fep.up.pt>
1140
1141         * tabular.[Ch] (linuxdoc): add support for tables and figures
1142         (linuxdoc).
1143
1144 2003-07-27  José Matos  <jamatos@fep.up.pt>
1145
1146         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1147         consistency in both functions.
1148         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1149
1150 2003-07-26  Asger Alstrup  <alstrup@local>
1151
1152         * rowpainter.C (paintRows): Change algorithm to work directly on
1153         the insets rather than asking every character in the document
1154         whether its an inset.
1155
1156 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1157
1158         * buffer.C (openFileWrite): factorize some code
1159
1160 2003-07-26  Angus Leeming  <leeming@lyx.org>
1161
1162         * lyx_cb.C:
1163         * lyx_main.[Ch]: replace occurances of system_tempdir with
1164         os::getTmpDir().
1165
1166 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1167
1168         * rename Inset to InsetOld
1169
1170 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1171
1172         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1173         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1174         which I think is a bit clearer. EDIT is gone, since it was
1175         premature optimisation, and broken for mathed anyway.
1176         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1177         with cursor positioning in insets as well (math insets still do not
1178         work, but that's a different story anyway.) It mysteriously
1179         crashes sometimes with undo in the first paragraph, but I'm fairly
1180         confident that this is a compiler bug.
1181
1182 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1183
1184         * paragraph.C (Paragraph): adjust for new clone return type
1185         (operator==): ditto
1186         (copyIntoMinibuffer): ditto
1187
1188 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1189
1190         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1191         by not having a special case, and always doing a full rebreak of
1192         the document after undo.
1193
1194 2003-07-23  Angus Leeming  <leeming@lyx.org>
1195
1196         * factory.C (createInset): InsetExternal::setParams now takes a
1197         Buffer const * arg.
1198
1199 2003-07-23  Angus Leeming  <leeming@lyx.org>
1200
1201         * factory.C (createInset): changed interface to the external and
1202         graphics mailers' string2params functions.
1203
1204 2003-07-23  Angus Leeming  <leeming@lyx.org>
1205
1206         * factory.C (createInset): pass a
1207         Buffer const * parameter to InsetExternalMailer's string2params.
1208
1209 2003-07-22  John Levon  <levon@movementarian.org>
1210
1211         * Thesaurus.h: include the right aiksaurus header
1212
1213 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1214
1215         * MenuBackend.C (expand): check menu shortcuts unconditionally
1216
1217 2003-07-21  Angus Leeming  <leeming@lyx.org>
1218
1219         * factory.C (createInset): pass a
1220         buffer_path parameter to InsetGraphicsMailer's string2params.
1221
1222 2003-07-21  Angus Leeming  <leeming@lyx.org>
1223
1224         * BufferView_pimpl.C (buffer):
1225         * buffer.C (d-tor):
1226         * lyx_main.C (LyX):
1227         * lyxfunc.C (dispatch):
1228         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1229         rather than the grfx shortcut.
1230
1231 2003-07-21  André Pönitz  <poenitz@gmx.net>
1232
1233         * rowpainter.C: remove unused variables
1234
1235         * tabular_funcs.C:
1236         * tabular_funcs.h: move to tabular.C
1237         * Makefile.am: adjust
1238
1239         * tabular.[Ch]: basic optical cleaning
1240
1241         * author.h: pass references, not values
1242
1243 2003-07-18  André Pönitz  <poenitz@gmx.net>
1244
1245         * lyxtext.h:
1246         * metricsinfo.C:
1247         * metricsinfo.h:
1248         * rowpainter.C:
1249         * text.C:
1250         * text2.C:
1251         * text3.C: two-phase drawing for InsetText and InsetTabular
1252         some float -> int changes.
1253
1254 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1255
1256         * lyx_main.C: fix the fix
1257
1258 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1259
1260         * lyx_main.C: fix a crash in batch mode if no files specified
1261         * converter.C: ws
1262
1263 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1264
1265         * format.[Ch] (papersize): moved to BufferParams
1266         * converter.[Ch] (dvips_options): moved to BufferParams
1267         (dvipdfm_options): moved to anon namespace
1268         * bufferparams.[Ch]: added above functions.
1269
1270 2003-07-17  André Pönitz  <poenitz@gmx.net>
1271
1272         * lyxtext.h:
1273         * rowpainter.C:
1274         * text2.C: don't call inset->update() anymore
1275
1276         * metricsinfo.[Ch]: add convenience constructor
1277
1278 2003-07-16  André Pönitz  <poenitz@gmx.net>
1279
1280         * lyxcursor.[Ch]:
1281         * lyxfunc.[Ch]:
1282         * text.C:
1283         * text2.C: replace the LyXCursor::irow_ member with
1284          on-demand computation of the value
1285
1286 2003-07-16  John Levon  <levon@movementarian.org>
1287
1288         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1289
1290 2003-07-15  André Pönitz  <poenitz@gmx.net>
1291
1292         * text.C:
1293         * text2.C: remove no more needed refresh_row
1294
1295 2003-07-15  André Pönitz  <poenitz@gmx.net>
1296
1297         * lyxtext.h:
1298         * rowpainter.C:
1299         * text2.C:
1300         * text3.C: refresh_status tristate -> need_update bool
1301
1302 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1303
1304         * lyxtext.h (init): remove reinit argument (act as if always true)
1305         * text2.C: adjust to that
1306
1307 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1308
1309         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1310         * text3.C: use it to delete selections in some cases
1311         (bugs 441, 673, 702, 954).
1312
1313 2003-07-14  André Pönitz  <poenitz@gmx.net>
1314
1315         * rowpainter.[Ch]: reduce interface
1316
1317 2003-07-14  André Pönitz  <poenitz@gmx.net>
1318
1319         * BufferView_pimpl.C:
1320         * text2.C: adjust after removing unused BufferView * argument
1321
1322 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1323
1324         * text2.C (init): fix a crash fired on resize
1325
1326 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1327
1328         * buffer.[Ch]: added new closing signal
1329         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1330         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1331         BufferView::Pimpl via the closing the signal
1332
1333 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1334
1335         * buffer.[Ch]: take out all bv-related from buffer
1336         * BufferView.C:
1337         * BufferView_pimpl.[Ch]: connect to new signals
1338         * CutAndPaste.C: removed useless asserts
1339         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1340         * lyxvc.[Ch]:
1341         * vc-backend.[Ch]:
1342         * lyxfunc.C: moved view-related funciontality from vc here
1343         * paragraph.C: removed outdated comments
1344         * text.C: ws
1345
1346 2003-07-10  André Pönitz  <poenitz@gmx.net>
1347
1348         * BufferView_pimpl.C:
1349         * tabular.h:
1350         * tabular_funcs.C:
1351         * text.C:
1352         * text2.C: remove InsetText::InnerCache, clean up consequences
1353
1354 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1355
1356         * ispell.C: fix two typos in error messages
1357
1358 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1359
1360         * Extend Note inset to other forms of annotation like Comment
1361         and Greyedout. Right button click gives dialog.
1362
1363         Files modified or added (+):
1364
1365         * insetnote.[Ch]
1366         * FormNote.[Ch]      +
1367         * ControlNote.[Ch]   +
1368         * form_note.fd       +
1369         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1370         frontends/controllers
1371         * xforms/Dialogs.C
1372         * factory.C
1373
1374 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1375
1376         * aspell.C: add missing namespace lyx::support
1377
1378 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1379
1380         * BufferView.[Ch] (newFile): Add
1381         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1382         * LaTeX.[Ch] (message): added this signal and use it
1383         * buffer.[Ch] (busy, message): added these signals and use them
1384         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1385         * converter.C:
1386         * exporter.C:
1387         * format.C:
1388         * importer.C: use buffer signals instead of direct bv calling
1389         * lyx_cb.[Ch] (ShowMessage): removed
1390         * lyx_main.C:
1391         * lyxfunc.C:
1392         * paragraph_funcs.C:
1393         * text2.C: use buffer signals
1394
1395 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1396
1397         * introduce namespace lyx::graphics
1398
1399 2003-07-02  André Pönitz  <poenitz@gmx.net>
1400
1401         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1402
1403 2003-07-01  André Pönitz  <poenitz@gmx.net>
1404
1405         * text.C:
1406         * text2.C:
1407         * text3.C:
1408         * text_funcs.[Ch]:
1409         * textcursor.h:
1410         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1411           text*.C to text_func.C
1412
1413 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1414
1415         * introduce namespace lyx::support
1416
1417 2003-06-30  André Pönitz  <poenitz@gmx.net>
1418
1419         * Chktex.C:
1420         * funcrequest.C:
1421         * lyxtext.h:
1422         * text.C: re-enable --with-included-string
1423
1424 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1425
1426         * textcursor.C: add <config.h>
1427
1428         * text.C (getWord): remove const from word_location arg
1429
1430         * lyxvc.C (getLogFile): fix const type order
1431
1432         * lyxtext.h: remove const from word_location arg, add arg name
1433
1434         * lyxlayout.h: currect type on labeltype.
1435
1436         * importer.C: correct \file
1437
1438         * converter.C (intToFormat): use std:: on ret val, ws changes
1439
1440         * bufferlist.h: correct \file
1441
1442         * buffer.C (makeLinuxDocFile): fix const type order
1443         (makeDocBookFile): ditto
1444         (fillWithBibKeys): use std:: on stdlib args.
1445
1446         * CutAndPaste.C: fix authors.
1447         (availableSelections): use std:: on return vector
1448
1449 2003-06-27  André Pönitz  <poenitz@gmx.net>
1450
1451         * BufferView_pimpl.C:
1452         * bufferview_funcs.C:
1453         * lyxcursor.C:
1454         * lyxcursor.h:
1455         * lyxfunc.C:
1456         * lyxtext.h:
1457         * rowpainter.C:
1458         * text.C:
1459         * text2.C:
1460         * text3.C: remove LyXCursor::row_ member
1461
1462         * lyxtext.h:
1463         * text.C: rename fullRebreak() to partialRebreak() and implement
1464           a fullRebreak() that really bereks fully
1465
1466         * textcursor.h: new struct for cursor-related data
1467
1468 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1469
1470         * lyx_main.C (LyX): get full path of document loaded on the
1471         command line
1472
1473 2003-06-26  André Pönitz  <poenitz@gmx.net>
1474
1475         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1476           remove unused/broken operator>,<,>=.
1477
1478         *       text.C: remove only use of broken operator<= in an Assert().
1479
1480 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1481
1482         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1483         moved errorlist_.clear to showErrorList
1484
1485 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1486
1487         * converter.C (scanLog, runLaTeX):
1488         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1489         move the bv->showErrorList call to the callers
1490         * lyxfunc.C: i.e. here...
1491         * text2.C: and here
1492         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1493         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1494         namespace, the second to...
1495         * buffer_funcs (BufferFormat, parseErrors): added
1496         * errorlist.C (ErrorList(TeXErrors const &)): removed
1497
1498 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1499
1500         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1501
1502 2003-06-24  "Garst R. Reese" <reese@isn.net>
1503
1504         * debug.C: fix typo
1505
1506 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1507
1508         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1509
1510         * version.C.in: change docversion to 1.4
1511
1512 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1513
1514         * buffer.C: fix a bug just introduced
1515
1516 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1517
1518         * buffer.[Ch]: added the parseError signal and use it, removed
1519         sgmlError
1520         * BufferView.[Ch] (addError): moved to ...
1521         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1522         to the Buffer::parseError signal to catch (guess what) parse errors
1523         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1524
1525 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1526
1527         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1528         ability to create a buffer and to return an existing one from
1529         the list. Moved these functions to...
1530         * buffer_funcs.[Ch]: added
1531         * BufferView.[Ch] (loadLyXFile): added
1532         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1533         job removed from bufferlist::loadLyXFile.
1534         * buffer.C (setReadOnly): make it work without view
1535         (i.e added an if (users))
1536
1537 2003-06-19  Angus Leeming  <leeming@lyx.org>
1538
1539         * lfuns.h:
1540         * LyXAction.C (init):
1541         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1542         with LFUN_DIALOG_SHOW <name> <data>.
1543
1544 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1545
1546         * CutAndPaste.C (availableSelections): small compilation fix for
1547         ancient (gcc 2.9x) compilers
1548
1549 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1550
1551         * text3.C (cursorNext): add tmp var
1552
1553         * text2.C (updateCounters): for function calling out of for clause
1554         (replaceSelectionWithString): ditto
1555         (insertStringAsParagraphs): ditto
1556         (getColumnNearX): add tmp var
1557         (setCursorFromCoordinates): add tmp var
1558         (cursorDownParagraph): add tmp var
1559         (deleteEmptyParagraphMechanism): add tmp var
1560
1561         * text.C (insertChar): add tmp var
1562
1563         * rowpainter.C (paintDepthBar): add tmp var
1564
1565         * CutAndPaste.C (availableSelections): potentially check all
1566         paragraphs in a cut to fill the shown strings.
1567
1568 2003-06-18  André Pönitz  <poenitz@gmx.net>
1569
1570         * kbmap.[Ch]: use vector<> instead of list<>
1571
1572 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1573
1574         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1575         pasteSelection with index
1576
1577         * text2.C (pasteSelection): modify, call pasteSelection with index
1578
1579         * paragraph.C (asString): reimplement version with no interval to
1580         call the one with interval.
1581
1582         * lyxtext.h: add index arg to pasteSelection
1583
1584         * MenuBackend.C (MenuItem): handle PasteRecent
1585         (Menu::read::Menutags): add md_pasterecent
1586         (read): handle it
1587         (expandPasteRecent): new function
1588         (expand): use it
1589
1590         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1591
1592         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1593         the limited stack
1594         (availableSelections): new function
1595
1596 2003-06-17  Angus Leeming  <leeming@lyx.org>
1597
1598         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1599
1600 2003-06-17  Angus Leeming  <leeming@lyx.org>
1601
1602         * lfuns.h:
1603         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1604
1605         * lyxfunc.C (dispatch): invoke it.
1606
1607 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1608
1609         * iterators.C (operator++, ParPosition): reintroduce some
1610         const_cast for the benefit of older compilers.
1611
1612 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1613
1614         * text3.C (dispatch): do not modify clipboard when doing
1615         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1616         LFUN_DELETE_SKIP on a selection selection
1617
1618 2003-06-16  André Pönitz  <poenitz@gmx.net>
1619
1620         * BufferView.C:
1621         * buffer.C:
1622         * buffer.h:
1623         * paragraph.C:
1624         * tabular.[Ch]: IU of clone() and getLabelList();
1625
1626 2003-06-13  André Pönitz  <poenitz@gmx.net>
1627
1628         * tabular.h: compactification
1629
1630 2003-06-12  André Pönitz  <poenitz@gmx.net>
1631
1632         * tabular.C:
1633         * tabular.h:
1634         * tabular_funcs.h: some renaming plus whitespace
1635
1636 2003-06-12  André Pönitz  <poenitz@gmx.net>
1637
1638         * BufferView.C:
1639         * BufferView_pimpl.C:
1640         * CutAndPaste.C:
1641         * buffer.C:
1642         * iterators.[Ch]:
1643         * lyxfunc.C:
1644         * text.C:
1645         * toc.C: Return a Paragraph & for ParIterator::operator*()
1646
1647 2003-06-11  John Levon  <levon@movementarian.org>
1648
1649         * lyx_main.C:
1650         * ToolbarBackend.h:
1651         * ToolbarBackend.C: add "Toolbars" section and
1652         put the flags there
1653
1654 2003-06-10  Angus Leeming  <leeming@lyx.org>
1655
1656         * lfuns.h:
1657         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1658
1659         * lyxfunc.C (dispatch): invoke it.
1660
1661 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1662
1663         * main.C: protect <ios> with HAVE_IOS
1664         (main): protect sync_with_stdio with HAVE_IOS
1665
1666 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1667
1668         * text2.C (cutSelection): adjust
1669         (pasteSelection): adjust
1670
1671         * messages.C: handle get of empty string
1672
1673         * main.C (main): use sync_with_stdio(false)
1674
1675         * lyxfunc.C (dispatch): adjust
1676
1677         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1678         (WriteAs): remove unneeded BufferView arg.
1679
1680         * bufferparams.h: use correct types on papersize, papersize2 and
1681         paperpackage.
1682
1683         * bufferparams.C (readToken): adjust for type
1684         (writeLaTeX): add missing cases to switch.
1685
1686         * bufferlist.C (quitWriteBuffer): adjust
1687         (close): adjust
1688
1689         * buffer.C (asciiParagraph): remove some commented code.
1690
1691         * CutAndPaste.C: remove current_view extern variable.
1692         (cutSelection): add BufferParams arg.
1693         (eraseSelection): add BufferParams arg.
1694         (pasteSelection): add Buffer const & arg
1695
1696 2003-06-07  John Levon  <levon@movementarian.org>
1697
1698         * buffer.C:
1699         * paragraph_funcs.C:
1700         * paragraph_pimpl.C:
1701         * text.C:
1702         * text2.C:
1703         * paragraph.h:
1704         * paragraph.C: allow InsetERT to freely space lines,
1705         and some consolidation of code
1706
1707 2003-06-06  José Matos  <jamatos@fep.up.pt>
1708
1709         * buffer.C (makeDocBookFile): fix bug #821
1710
1711 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1712
1713         * BufferView_pimpl.C (dispatch): use Dialogs::visible
1714
1715 2003-06-04  Angus Leeming  <leeming@lyx.org>
1716
1717         * buffer.C: bump format to 224.
1718
1719 2003-06-05  André Pönitz  <poenitz@gmx.net>
1720
1721         * text2.C (redoParagraphs): remove two const_cast<>
1722
1723 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1724
1725         * ParagraphList.h: remove last remnants of NO_STD_LIST
1726
1727 2003-06-03  Angus Leeming  <leeming@lyx.org>
1728
1729         * factory.C (createInset): small change to the way InsetExternal's params
1730         are set.
1731
1732 2003-06-04  André Pönitz  <poenitz@gmx.net>
1733
1734         * buffer.h: use Undo directly instead of shared_ptr<Undo>
1735
1736         * paragraph_pimpl.h:
1737         * paragraph.[Ch]: some Inset -> UpdatableInset changes
1738
1739         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
1740
1741         * undo_funcs.C: make some simple cases of undo work again
1742
1743 2003-06-03  John Levon  <levon@movementarian.org>
1744
1745         * ispell.C: HPUX doesn't have sys/select.h
1746         (from Albert Chin)
1747
1748 2003-06-03  John Levon  <levon@movementarian.org>
1749
1750         * CutAndPaste.C: update tabular and include inset
1751         buffer references
1752
1753         * buffer.h:
1754         * paragraph.h:
1755         * paragraph.C: remove owningBuffer(), don't pass Buffer
1756         to clone()
1757
1758         * factory.C: insetGraphicsParams changed
1759
1760 2003-06-02  John Levon  <levon@movementarian.org>
1761
1762         * LyXAction.C:
1763         * factory.C:
1764         * lfuns.h:
1765         * lyxfunc.C:
1766         * text3.C: remove insetparent
1767
1768 2003-06-02  John Levon  <levon@movementarian.org>
1769
1770         * buffer.h:
1771         * buffer.C: fix inset_iterator.end(), move out of line
1772         (bug 1149)
1773
1774 2003-06-01  John Levon  <levon@movementarian.org>
1775
1776         * text3.C: use a proper cut/paste when doing inset
1777         insert (from Jürgen Spitzmüller)
1778
1779 2003-06-01  John Levon  <levon@movementarian.org>
1780
1781         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
1782
1783 2003-05-30  André Pönitz  <poenitz@gmx.net>
1784
1785         * rowpainter.C: unify second drawing phase
1786
1787 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1788
1789         * trans_mgr.C: remove one case of current_view
1790
1791         * text2.C (cursorBottom): delete NO_STD_LIST stuff
1792
1793         * paragraph_funcs.h: remove paragraph.h include
1794
1795         * paragraph.h: delete NO_STD_LIST stuff
1796
1797         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
1798
1799         * buffer.h: remove paragraph.h include
1800
1801         * ParagraphList.C: delete file
1802
1803         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
1804
1805         * toc.C (getTocList): adjust
1806
1807         * paragraph_pimpl.C (validate): adjust
1808
1809         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
1810
1811         * paragraph.C (Paragraph): adjust
1812         (getPositionOfInset): use const_iterator, adjust
1813         (bibitem): use const_iterator, adjust
1814         (setInsetOwner): adjust
1815
1816         * iterators.C (operator++): adjust
1817
1818         * InsetList.[Ch]: Replace selfmade iterator with standard
1819         vector::iterator also introduce const_iterator. Remove getPos,
1820         getInset and setInset from InsetTable. Adjust accordingly.
1821
1822         * BufferView.C (lockInset): adjust
1823         (ChangeInsets): adjust
1824
1825         * tabular.[Ch]: delete commented same_id functions
1826
1827 2003-05-28  John Levon  <levon@movementarian.org>
1828
1829         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
1830
1831 2003-05-28  André Pönitz  <poenitz@gmx.net>
1832
1833         * metricsinfo.[Ch]: remove 'fullredraw' member
1834
1835 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1836
1837         * lyxtextclass.C (operator): remove caching.
1838
1839 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1840
1841         * text3.C: adjust
1842
1843         * text2.C (cursorBottom): adjust
1844         (setCounter): use ParagraphList::find, adjust
1845
1846         * text.C (workWidth): use ParagraphList::find, adjust
1847
1848         * lyxcursor.C (LyXCursor): adjust
1849
1850         * buffer.C (inset_iterator): adjust
1851
1852         * ParagraphList.h: make iterator(value_type) private, make
1853         ParagraphList a friend of iterator.
1854
1855         * ParagraphList.C (find): new function
1856
1857         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1858
1859 2003-05-27  André Pönitz  <poenitz@gmx.net>
1860
1861         * dimension.[Ch]: a -> asc, d -> des, w -> wid
1862
1863 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1864
1865         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
1866
1867 2003-05-26  John Levon  <levon@movementarian.org>
1868
1869         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
1870
1871 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1872
1873         * remove same_id from function signatures, adjust.
1874
1875 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1876
1877         * undo_funcs.C (createUndo): use the id functions directly, adjust.
1878
1879         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
1880
1881         * paragraph.C (Paragraph): get rid of same_ids parameter
1882
1883         * ParagraphList.C (insert): adjust
1884         (push_back): adjust
1885
1886 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1887
1888         * paragraph_funcs.C (breakParagraph): adjust
1889         (breakParagraphConservative): adjust
1890
1891         * buffer.C (readParagraph): adjust
1892
1893         * ParagraphList.C (insert): take a reference instead of a pointer
1894         (insert): adjust
1895
1896         * paragraph.[Ch] (id): new function
1897
1898         * bufferlist.C (newFile): adjust
1899
1900         * ParagraphList.C (ParagraphList): adjust
1901         (assign): adjust
1902         (push_back): take a reference instead of a pointer.
1903
1904         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
1905
1906         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
1907         instead.
1908
1909         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
1910         set else use old code.
1911
1912         * ParagraphList.C: remove all NO_NEXT code and only compile this
1913         code of NO_STD_LIST is set.
1914
1915 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1916
1917         * BufferView_pimpl.C:
1918         * TextCache.C:
1919         * TextCache.h:
1920         * bufferlist.C:
1921         * errorlist.h:
1922         * format.C:
1923         * format.h:
1924         * graph.C:
1925         * lyxfunc.C:
1926         * lyxrc.C:
1927         * graphics/GraphicsConverter.C:
1928         * graphics/PreviewLoader.C: header adjustment
1929
1930 2003-05-23  Angus Leeming  <leeming@lyx.org>
1931
1932         * LaTeXFeatures.[Ch] (useBabel): new method.
1933         * bufferparams.C (writeLaTeX): use it.
1934
1935 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1936
1937         * ParagraphList.h (set): remove unused function.
1938
1939 2003-05-23  André Pönitz  <poenitz@gmx.net>
1940
1941         * BufferView.C:
1942         * BufferView_pimpl.C:
1943         * buffer.C:
1944         * buffer.h:
1945         * lyxfunc.C:
1946         * undo_funcs.C: setUndo reworked
1947
1948         * iterators.[Ch]: add access to topmost ParagraphList
1949
1950         * lyxtext.[Ch] (workWidth): add a const
1951
1952 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1953
1954         * texrow.[Ch] (increasePos): remove function
1955         * exporter.C (export): removed unused var and outdated comment
1956
1957 2003-05-23  Angus Leeming  <leeming@lyx.org>
1958
1959         * latexrunparams.h: rename fragile as moving_arg.
1960         * paragraph.C (simpleTeXOnePar): ditto.
1961         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
1962
1963 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1964
1965         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
1966         (createUndo): ditto
1967         (textUndoOrRedo): comment out a currently unused var.
1968
1969         * paragraph.h (NO_NEXT): enable NO_NEXT
1970
1971         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
1972
1973         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
1974
1975         * exporter.C (Export): adjust for removeAutoInsets removal.
1976
1977         * buffer.C (runChktex): adjust for removeAutoInsets removal.
1978
1979         * LyXAction.C (init): remove LFUN_REMOVEERRORS
1980
1981         * BufferView.[Ch] (removeAutoInsets): delete function
1982
1983 2003-05-22  Angus Leeming  <leeming@lyx.org>
1984
1985         * latexrunparams.h: add a free_spacing variable.
1986
1987         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
1988         to pass moving_arg, as the data is stored in runparams.fragile.
1989
1990         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
1991         to Inset::latexOptional or to simpleTeXOnePar.
1992
1993         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
1994         free_spacing arg to Inset::latexOptional.
1995
1996         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
1997         free_spacing arg.
1998
1999 2003-05-22  Angus Leeming  <leeming@lyx.org>
2000
2001         * latexrunparams.h: add fragile and use_babel variables.
2002
2003         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2004         * buffer.C (makeLaTeXFile): store this returned value in
2005         runparams.use_babel, thus passing it to the inset::latex methods.
2006
2007         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2008         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2009
2010         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2011         longer has a fragile arg, as it is stored in runparams.fragile.
2012
2013         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2014         moving_arg parameter as the data is stored in runparams.fragile.
2015
2016         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2017         a fragile parameter as the data is stored in runparams.fragile.
2018
2019 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2020
2021         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2022
2023 2003-05-22  Angus Leeming  <leeming@lyx.org>
2024
2025         * latexrunparams.h: add a 'bool nice' which defaults to false.
2026
2027         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2028         now encapsulated within runparams.
2029
2030         * bufferlist.C (updateIncludedTeXfiles):
2031         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2032
2033 2003-05-22  Angus Leeming  <leeming@lyx.org>
2034
2035         * latexrunparams.h: new file containing struct LatexRunParams.
2036         * Makefile.am: add new file.
2037
2038         * LaTeX.[Ch] (c-tor, run):
2039         * buffer.[Ch] (makeLaTeXFile):
2040         * bufferlist.[Ch] (updateIncludedTeXfiles):
2041         * converter.C (convert, scanLog):
2042         * converter.[Ch] (runLaTeX):
2043         * exporter.C (Export):
2044         * paragraph.[Ch] (simpleTeXOnePar):
2045         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2046         * paragraph_funcs.[Ch] (latexParagraphs):
2047         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2048         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2049         pass around a LatexRunParams parameter.
2050
2051 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2052
2053         * paragraph.[Ch]: remove unused constructor
2054
2055         * ParagraphList.C (erase): new function, taking two iterators
2056
2057 2003-05-22  André Pönitz  <poenitz@gmx.net>
2058
2059         * undo_funcs.C: remove duplicated code
2060
2061         * iterator.[Ch]: operator=
2062
2063 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2064
2065         * tabular.C (SetMultiColumn): ws changes
2066
2067         * rowpainter.C (paintFirst): get rid of a ->previous
2068
2069         * lyx_cb.C (getPossibleLabel): parlist simplification
2070
2071         * BufferView.C (ChangeInsets): simplify slightly.
2072
2073 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2074
2075         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2076         * lfuns.h: new LFUN_SPACE
2077         * lyxfunc.C: protected space has a new lfun
2078         * paragraph_funcs.C: read new space insets
2079         * text3.C:
2080         * factory.C: handle new space insets
2081
2082 2003-05-22  André Pönitz  <poenitz@gmx.net>
2083
2084         * BufferView.C:
2085         * BufferView_pimpl.C:
2086         * buffer.[Ch]:
2087         * lyxfunc.C:
2088         * undo_funcs.C: return a ParIterator from getParFromID.
2089
2090         * iterators.[Ch]: add two const's
2091
2092 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2093
2094         * toc.C (getTocList): adjust
2095
2096         * iterators.[Ch]: rework for parlist
2097
2098         * buffer.C (par_iterator_begin): adjust
2099         (par_iterator_end): adjust
2100
2101         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2102
2103         * BufferView.C (removeAutoInsets): adjust
2104         (ChangeInsets): adjust
2105
2106 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2107
2108         * text.C (top_y): fix bug 1110
2109
2110 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2111
2112         * errorlist.[Ch]: added
2113         * buffer.C:
2114         * BufferView.[Ch]:
2115         * BufferView_pimpl.C:
2116         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2117         instead
2118
2119 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2120
2121         * Makefile.am: ensure that lyx is relinked upon changes to the
2122         various "convenience" libs.
2123
2124 2003-05-20  Angus Leeming  <leeming@lyx.org>
2125
2126         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2127         files are compiled in alphabetical order again.
2128
2129         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2130
2131 2003-05-19  Angus Leeming  <leeming@lyx.org>
2132
2133         * gettext.[Ch]: remove "char const * _(char const *)".
2134
2135 2003-05-19  André Pönitz  <poenitz@gmx.net>
2136
2137         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2138
2139         * Makefile.am:
2140         * BufferView.C:
2141         * DepTable.h:
2142         * LaTeXFeatures.C:
2143         * buffer.C:
2144         * lyxfont.C:
2145         * lyxlex.h:
2146         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2147
2148 2003-05-19  André Pönitz  <poenitz@gmx.net>
2149
2150         * buffer.C:
2151         * lyxlayout.[Ch]:
2152         * lyxtextclass.[Ch]:
2153         * paragraph.C:
2154         * paragraph_funcs.[Ch]:
2155         * text2.C:
2156         * text3.C: more insetenv work
2157
2158 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2159
2160         * ParagraphParameters.C (params2string): small bug fixed
2161
2162 2003-05-16  André Pönitz  <poenitz@gmx.net>
2163
2164         * debug.C:
2165         * bufferview_funcs.C: patch from Kornel Benko to prevent
2166           crash when _(...) is called twice in a statement
2167
2168 2003-05-16  André Pönitz  <poenitz@gmx.net>
2169
2170         * BufferView.C:
2171         * lyxfunc.C:
2172         * text.C:
2173         * text2.C:
2174         * text3.C:
2175         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2176
2177 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2178
2179         * lyx_main.C (init): remove spurious static_cast
2180
2181 2003-05-14  André Pönitz  <poenitz@gmx.net>
2182
2183         * BufferView.C: fix format string
2184
2185 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2186
2187         * BufferView.[Ch] (insertErrors): removed
2188         * BufferView.[Ch] (showErrorList): added
2189         * buffer.C (runChkTeX):
2190         * converter.C (scanLog): call showErrorList instead of inserterrors
2191
2192 2003-05-13  André Pönitz  <poenitz@gmx.net>
2193
2194         * BufferView_pimpl.C:
2195         * buffer.C:
2196         * bufferview_func.C:
2197         * MenuBackend.C:
2198         * lyxfunc.C:
2199         * lyxrc.C:
2200         * tex-accent.C:
2201         * text3.C:
2202         * toc.C:
2203         * tabular_funcs.h: tostr() from its own header
2204
2205         * ParagraphParameters.C:
2206         * ToolbarBackend.C:
2207         * bufferparams.C:
2208         * format.C:
2209         * lyxlex_pimpl.C:
2210         * text3.C: STRCONV()
2211
2212 2003-05-12  André Pönitz  <poenitz@gmx.net>
2213
2214         * BufferView.C:
2215         * BufferView_pimpl.C:
2216         * CutAndPaste.C:
2217         * LaTeX.C:
2218         * LaTeXFeatures.C:
2219         * ParagraphParameters.C:
2220         * buffer.C:
2221         * bufferlist.C:
2222         * bufferparams.C:
2223         * bufferview_funcs.C:
2224         * converter.C:
2225         * counters.C:
2226         * debug.C:
2227         * exporter.C:
2228         * format.C:
2229         * importer.C:
2230         * lyx_cb.C:
2231         * lyx_main.C:
2232         * lyxfont.C:
2233         * lyxfunc.C:
2234         * lyxvc.C:
2235         * paragraph.C:
2236         * paragraph_funcs.C:
2237         * tabular.C:
2238         * tabular_funcs.C:
2239         * text2.C:
2240         * text3.C:  boost::format -> bformat  all over the place
2241
2242
2243 2003-05-09  André Pönitz  <poenitz@gmx.net>
2244
2245         * LColor.[Ch]: Pimpl the #include <map> away
2246
2247 2003-05-09  John Levon  <levon@movementarian.org>
2248
2249         * bufferlist.C: never remove emergency saves
2250
2251 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2252
2253         * Makefile.am: better lib building
2254
2255 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2256
2257         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2258         instead.
2259         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2260         (simpleTeXSpecialChars): adjust
2261         (simpleTeXSpecialChars): adjust
2262         * paragraph.C (simpleTeXOnePar): adjust
2263         * buffer.C (makeLaTeXFile): adjust
2264
2265         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2266
2267         * text2.C (changeDepth): parlist cleanup
2268         (getColumnNearX): ditto
2269
2270         * rowpainter.C (getLabelFont): parlist cleanup
2271
2272         * bufferlist.C (newFile): parlist cleanup
2273
2274         * CutAndPaste.C (eraseSelection): parlist cleanup
2275
2276         * BufferView_pimpl.C (trackChanges): parlist cleanup
2277         (dispatch): ditto
2278
2279         * BufferView.C (lockInset): parlist cleanup.
2280         (ChangeInsets): ditto
2281
2282 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2283
2284         * CutAndPaste.h: Update file header.
2285
2286         * CutAndPaste.C: Update file header.
2287         Store the parts cut out of the Document in a limited_stack.
2288         (copySelection): adjust
2289         (pasteSelection): new function, takes the index in the limited stack.
2290         (nrOfParagraphs): adjust
2291         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2292         simplify error inset insertion.
2293         (checkPastePossible): adjust
2294
2295 2003-05-06  John Levon  <levon@movementarian.org>
2296
2297         * text2.C: don't cast wrap inset to float
2298
2299 2003-05-05  André Pönitz  <poenitz@gmx.net>
2300
2301         * iterator.C:
2302         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2303
2304         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2305           few naked Paragraph *.
2306
2307 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2308
2309         * bufferparams.C: Output warning if a document with missing
2310         TeX document class is loaded
2311         * exporter.C: Disable TeX exports if the document class is missing
2312         * lyxtextclass.C:
2313         * lyxtextclass.h:
2314         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2315         isTeXClassAvailable()
2316
2317 2003-05-03  John Levon  <levon@movementarian.org>
2318
2319         * BufferView.h:
2320         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2321         explicit cursor show/hide
2322
2323         * BufferView_pimpl.h:
2324         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2325         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2326
2327         * lyxfunc.C: hide cursor before dispatching.
2328
2329         * lyx_cb.C:
2330         * lyxfind.C:
2331         * text.C:
2332         * text3.C: remove explicit cursor hides
2333
2334 2003-05-02  André Pönitz  <poenitz@gmx.net>
2335
2336         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2337
2338         * undo_funcs.C:
2339         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2340           linked lists
2341
2342         * text2.C: tiny whitespace
2343
2344 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2345
2346         * undo_funcs.C: almost only ws changes.
2347
2348         * ParagraphList.C (splice): just return if pl is empty.
2349
2350 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2351
2352         * ParagraphList.C (splice): new function.
2353
2354         * CutAndPaste.C (pasteSelection): use it
2355
2356 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2357
2358         * CutAndPaste.C (pasteSelection): remove the last next and
2359         previous from this file.
2360
2361 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2362
2363         * CutAndPaste.C (pasteSelection): more clean up, user proper
2364         ParagraphList functions for pasteing.
2365
2366         * ParagraphList.C (insert): new function, three arg insert
2367
2368 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2369
2370         * ParagraphList.C (insert): new function, three arg insert
2371
2372         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2373         not on paragraphs.
2374
2375 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2376
2377         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2378
2379 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2380
2381         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2382
2383 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2384
2385         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2386         (copySelection): clean up a bit.
2387         (pasteSelection): use make_pair
2388
2389         * ParagraphList.C (ParagraphList): implement copy constructor
2390         (operator=): implement, base on copy constructor.
2391         (assign): new func
2392
2393         * paragraph.C (erase): return a bool
2394
2395         * paragraph_pimpl.C (erasePos): remove function, move contents...
2396         (erase): ... here. Return a bool.
2397         (erase): call erase instead of erasePos.
2398
2399 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2400
2401         * ParagraphList.h: define PitPosPair
2402         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2403         ParagraphList, fix a bug on pasting multiple pars
2404         * text2.C: change interface to C&P
2405
2406 2003-04-30  André Pönitz  <poenitz@gmx.net>
2407
2408         * undo_func.C: revert part of yesterday's patch 2
2409
2410 2003-04-30  John Levon  <levon@movementarian.org>
2411
2412         * LColor.C: s/tabular/table/
2413
2414 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2415
2416         * text3.C (dispatch): do not convert iterator -> pointer
2417         * undo_funcs.C (setCursorParUndo): ditto
2418         * text_funcs.C (transposeChars): ditto
2419
2420         * text2.C (setLayout): ws changes only
2421
2422         * text.C (breakParagraph): do not convert iterator -> pointer
2423         (insertChar): ditto
2424         (acceptChange): ditto
2425         (rejectChange): ditto
2426         (changeCase): ditto
2427         (Delete): ditto
2428         (backspace): ditto
2429
2430         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2431         pointer
2432
2433 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2434
2435         * text3.C (gotoInset): YABG (yet another bad getChar)
2436
2437 2003-04-29  André Pönitz  <poenitz@gmx.net>
2438
2439         * paragraph.h: make operator= private unimplemented as long as
2440           it is unusable
2441
2442         * ParagraphList.C: whitespace
2443
2444         * paragraph.[Ch]:
2445         * paragraph_pimpl.[Ch]:
2446         * paragraph_funcs.C:
2447         * CutAndPaste.C:
2448         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2449
2450         * text2.C:
2451           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2452
2453 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2454
2455         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2456         * paragraph.[Ch] (erase):
2457         * paragraph_pimpl.[Ch] (erase): change return type and value
2458         * text2.C (cutSelection): some rework
2459
2460 2003-04-28  John Levon  <levon@movementarian.org>
2461
2462         * bufferlist.C: changes for unsaved changes dialog
2463
2464 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2465
2466         * bufferlist.C (newFile): set language (messages_) for new
2467         documents also.
2468
2469         * buffer.C (readFile): ws changes only.
2470
2471 2003-04-28  André Pönitz  <poenitz@gmx.net>
2472
2473         * undo_funcs.C:
2474         * lyxfunc.C:
2475         * buffer.[Ch]:
2476         * BufferView_pimpl.C:
2477         * BufferView.C: getParFromID related ParagraphList::iterator changes
2478
2479 2003-04-28  André Pönitz  <poenitz@gmx.net>
2480
2481         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2482           Changes
2483
2484 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2485
2486         * messages.C: remove one more localedir class variable.
2487
2488 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2489
2490         * messages.C (getLocaleDir): singleton generation function
2491         (Pimpl): use it.
2492         (Messages): add a default constructor.
2493
2494         * main.C (main): do not setup localedir here, do not call
2495         gettext_init.
2496
2497         * gettext.C (_): use it.
2498         (gettext_init): delete funciton
2499
2500 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2501
2502         * gettext.C (getLyXMessages): new singleton generating function.
2503
2504         * buffer.C (updateDocLang): adjust
2505
2506         * Makefile.am (messages.o): add target
2507         (main.o): remove target
2508
2509 2003-04-27  John Levon  <levon@movementarian.org>
2510
2511         * bufferlist.C:
2512         * lyx_cb.C:
2513         * lyxfunc.C:
2514         * lyxvc.C: specify cancel button in Alert::prompt
2515
2516 2003-04-26  John Levon  <levon@movementarian.org>
2517
2518         * text3.C:
2519         * lyxfunc.C:
2520         * lfuns.h:
2521         * LyXAction.C: add LFUN_INSET_SETTINGS
2522
2523         * lyxfunc.C: don't enable tabular-feature when there's
2524         just any locking inset
2525
2526 2003-04-26  John Levon  <levon@movementarian.org>
2527
2528         * bufferlist.C: re-add Cancel to buffer close question
2529
2530         * lyxfunc.C: fix import UI a bit
2531
2532 2003-04-25  John Levon  <levon@movementarian.org>
2533
2534         * gettext.C: remove the broken asserts for now
2535
2536 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2537
2538         * messages.C: make case where setlocale cannot comply work better.
2539
2540         * buffer.C (updateDocLang): new function
2541         (changeLanguage): use it
2542         (readFile): use it
2543
2544         * text2.C (setCounter): use B_ a bit.
2545
2546         * lyxlayout.C (Read): be sure to trim the label strings.
2547
2548         * messages.C (Messages): fix typo in comment
2549
2550         * buffer.C (readFile): set message_ after file is loaded.
2551         (makeDocBookFile): remove double return
2552         (changeLanguage): reset message_ upon language change.
2553         (B_): new func, use this to get translated buffer strings.
2554
2555         * main.C: add myself and Jean Marc as authors.
2556
2557 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2558
2559         * messages.[hC]: pimplify Messages, and three different pimpls to be
2560         used in different circumstances.
2561
2562         * gettext.[Ch]: change for use with new message code.
2563
2564 2003-04-24 André Pönitz <poenitz@gmx.net>
2565
2566         * factory.C: support for eqref
2567
2568 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2569
2570         * messages.[Ch]: add missing char
2571
2572         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2573
2574         * messages.[Ch]: New files
2575
2576 2003-04-18  John Levon  <levon@movementarian.org>
2577
2578         * BufferView.h:
2579         * BufferView.C:
2580         * BufferView_pimpl.C:
2581         * lfuns.h:
2582         * LyXAction.C:
2583         * lyxtext.h:
2584         * text2.C: remove layout-copy/paste (bug 778)
2585
2586 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2587
2588         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2589
2590 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2591
2592         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2593         if they succeed. Act accordingly.
2594
2595 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2596
2597         * text2.C (setCharFont): adjust
2598         (setCounter): adjust
2599         (insertStringAsLines): adjust
2600
2601         * text.C (leftMargin): adjust
2602         (setHeightOfRow): adjust
2603
2604         * rowpainter.C (paintFirst): adjust
2605         (paintLast): adjust
2606
2607         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2608         (outerHook): ditto
2609         (isFirstInSequence): ditto
2610         (getEndLabel): ditto
2611         (outerFont): adjust
2612
2613         * paragraph.C (getParLanguage): comment out some hard stuff.
2614
2615         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2616         (sgmlError): ditto
2617         (simpleDocBookOnePar): ditto
2618         (makeDocBookFile): use ParagraphList::iterator
2619
2620         * CutAndPaste.C (pasteSelection): adjust
2621
2622 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2623
2624         * text2.C (getFont): adjust
2625         (getLayoutFont): adjust
2626         (getLabelFont): adjust
2627
2628         * paragraph_funcs.C (TeXOnePar): adjust
2629
2630         * buffer.C (simpleLinuxDocOnePar): adjust
2631         (simpleDocBookOnePar): adjust
2632
2633         * CutAndPaste.C (pasteSelection): adjust
2634
2635         * BufferView.C (getEncoding): adjust
2636
2637         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2638
2639 2003-04-16  John Levon  <levon@movementarian.org>
2640
2641         * lyxfind.C: use parlist stuff for search/changes
2642
2643 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2644
2645         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2646
2647         * text2.C (deleteEmptyParagraphMechanism): adjust
2648
2649         * text2.[Ch] (ownerParagraph): delete func (both of them
2650
2651 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2652
2653         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2654
2655 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2656
2657         * ParagraphList.C: prepare for NO_NEXT
2658
2659 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2660
2661         * text2.C (getFont): adjust
2662         (getLayoutFont): adjust
2663         (getLabelFont): adjust
2664
2665         * paragraph.C (getFont): adjust
2666         (getLabelFont): adjust
2667         (getLayoutFont): adjust
2668
2669         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2670
2671 2003-04-15  John Levon  <levon@movementarian.org>
2672
2673         From Angus Leeming
2674
2675         * lyx_main.C: handle Include in .ui files
2676
2677 2003-04-15  John Levon  <levon@movementarian.org>
2678
2679         * MenuBackend.C: make the doc files length shorter
2680
2681         * ToolbarBackend.h:
2682         * ToolbarBackend.C: handle toolbar placement flags,
2683         Minibuffer
2684
2685 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2686
2687         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
2688         adjust
2689
2690         * paragraph_funcs.C (TeXOnePar): adjust
2691
2692         * paragraph.C (getLabelFont): add outerfont arg, adjust
2693         (getLayoutFont): ditto
2694         (simpleTeXOnePar): adjust
2695
2696         * paragraph_pimpl.C (realizeFont): delete func
2697
2698 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
2699
2700         * text2.C (beforeFullRowInset): added a bad getchar check, removed
2701         row argument, constify cur argument.
2702
2703 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2704
2705         * text2.C (getFont): adjust
2706         (getLayoutFont): adjust
2707         (getLabelFont): adjust
2708
2709         * paragraph_funcs.C (TeXOnePar): adjust
2710         (outerFont): new func...
2711         (realizeFont): ...moved out from here, changed this to facilitate
2712         transition
2713
2714         * paragraph.C (getFont): take outerfont as arg, adjust
2715         (simpleTeXOnePar): add outerfont arg, adjust
2716
2717         * buffer.C (simpleLinuxDocOnePar): adjust
2718         (simpleDocBookOnePar): adjust
2719
2720         * CutAndPaste.C (pasteSelection): adjust
2721
2722         * BufferView.C (getEncoding): adjust
2723
2724 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2725
2726         * text2.C (setCharFont): adjust
2727         (setCounter): adjust
2728
2729         * text.C (leftMargin): adjust
2730         (setHeightOfRow): adjust
2731
2732         * rowpainter.C (paintFirst): adjust
2733         (paintLast): adjust
2734
2735         * paragraph_pimpl.C (realizeFont): adjust
2736
2737         * paragraph.C (isFirstInSequence): move from here...
2738         * paragraph_funcs.C (isFirstInSequence): ...to here
2739
2740         * paragraph.C (outerHook): move from here...
2741         * paragraph_funcs.C (outerHook): ...to here
2742
2743         * paragraph.C (depthHook): move from here...
2744         * paragraph_funcs.C (depthHook): ...to here
2745
2746         * paragraph.C (getEndLabel): move from here...
2747         * paragraph_funcs.C (getEndLabel): ...to here
2748
2749         * text2.C (realizeFont): move from here...
2750         * paragraph_funcs.C (realizeFont): ...to here
2751
2752 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2753
2754         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
2755
2756 2003-04-14  Angus Leeming  <leeming@lyx.org>
2757
2758         * LColor.[Ch]: scrap LColor mathcursor.
2759
2760 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2761
2762         * lyxlex.[Ch] (text): delete function
2763         * trans.C (Load): adjust
2764         * paragraph_funcs.C (readParToken): adjust
2765
2766 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2767
2768         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
2769         vector<char> instead of a char[].
2770
2771         * lyxlex_pimpl.C (getString): adjust
2772         (next): adjust
2773         (lex): use getString
2774         (eatLine): adjust
2775         (nextToken): adjust
2776
2777         * lyxlex.C (text): use pimpl_->getString()
2778         (getBool): ditto
2779         (findToken): ditto
2780
2781 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2782
2783         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
2784         (makeFontEntriesLayoutSpecific): temp var for par.size()
2785         (setLayout): temp var for ownerParagraphs().end()
2786         (fullRebreak): temp var for rows().end()
2787         (selectionAsString): temp var for boost::next(startpit), realize
2788         that the while really is a regular for loop.
2789         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
2790         setCursor in one place.
2791         (setParagraph): temp vr for ownerParagraphs().end()
2792         (updateCounters): make the while loop a for loop
2793         (cutSelection): temp var for ownerParagraphs().end()
2794         (updateInset): make the do {} while() a regular for loop
2795         (getCursorX): use temp vars
2796         (setCurrentFont): use temp vars
2797         (getColumnNearX): use temp vars
2798
2799 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2800
2801         * text.C (transformChar): use temp var for getChar
2802         (computeBidiTables): use temp var for row->par()
2803         (fill): move temp vars for row->par() and pit->layout() earlier in
2804         the function.
2805         (labelFill): use temp var for row->par()
2806         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
2807         asc and desc, realize that pit never changes and that firstpit is
2808         just a duplicate and not needed. Exchange rit->par() with pit in a
2809         lot of places.
2810         (breakAgain): use a temp var for boost::next(rit)
2811         (breakAgainOneRow): ditto
2812         (breakParagraph): use a temp var for rows().begin()
2813         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
2814         (cursorRightOneWord): use temp var for cursor.par() and
2815         cursor.pos(), remove usage of tmpcursor.
2816         (cursorLeftOneWord): use temp var for cursor.par() and
2817         cursor.pos() only set cur at end of function.
2818
2819 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2820
2821         * text.C, text2.C: exchange all usage of Paragraph::next with
2822         boost::next(ParagraphList::iterator)
2823
2824         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
2825
2826         * text2.C (cursorTop): simplify implementation
2827         (cursorBottom): ditto
2828         (setParagraph): use ParagraphList::iterator
2829         (setCurrentFont): adjust
2830         (getColumnNearX): adjust
2831         (cursorRight): adjust
2832         (cursorLeft): remove usage of Paragraph::previous
2833         (cursorUpParagraph): ditto
2834         (deleteEmptyParagraphMechanism): slight cleanup
2835
2836         * text.C (isBoundary): take a Paragraph const & instead of a
2837         pointer as arg.
2838         (addressBreakPoint): ditto
2839         (leftMargin): remove usage of Paragraph::previous.
2840         (setHeightOfRow): ditto
2841         (cursorLeftOneWord): ditto
2842         (selectNextWordToSpellcheck): ditto
2843         (Delete): ditto
2844         (backspace): ditto
2845         (breakParagraph): remove one usage of Paragraph::next
2846         (redoParagraph): ditto
2847         (acceptChange): ditto
2848         (insertChar): adjust
2849         (rowBreakPoint): adjust
2850
2851         * bufferview_funcs.C (toggleAndShow): adjust
2852
2853 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
2854
2855         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
2856         methods to access it.
2857         * lyxtext.h:
2858         * text.C: Added updateRowPositions to compute all row positions.
2859         Make top_y and getRowNearY() to use the cached y position
2860
2861 2003-04-11  John Levon  <levon@movementarian.org>
2862
2863         * text.C (rowBreakPoint): reintroduce the labelEnd
2864         checks, code copied from the row fill stuff. Deep voodoo.
2865
2866         * text.C (fill): add a comment and debugging for the
2867         next poor soul.
2868
2869 2003-04-11  John Levon  <levon@movementarian.org>
2870
2871         * text.C: make sure fullrow insets get wrapped to the next line,
2872         even when they're in a manual label
2873
2874 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
2875
2876         * text2.C (insertParagraph): make it take ParagraphList::iterator
2877         as arg.
2878         (setLayout): make it return ParagraphList::iterator
2879         (redoParagraphs): ditto
2880         (setCounter): ditto
2881         (checkParagraph): ditto
2882
2883         * text.C (getRow): make getrow take ParagraphList::iterator as arg
2884
2885         * text2.C: adjust several funcs.
2886         (realizeFont): take a ParagraphList::iterator as arg.
2887         (getLayoutFont): ditto
2888         (getLabelFont): ditto
2889         (setCharFont): ditto
2890
2891         * text.C: adjust several funcs.
2892
2893 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2894
2895         * text.C (selectNextWordToSpellcheck): don't accidentally
2896         skip insets
2897
2898 2003-04-10  John Levon  <levon@movementarian.org>
2899
2900         * ToolbarBackend.C (getIcon): special handling for
2901         LFUN_MATH_DELIM
2902
2903 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2904
2905         * text2.C (cursorRight): a getChar assert fixed
2906
2907 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2908
2909         * text2.C (getFont): change to take a ParagraphList::iterator
2910         instead of Paragraph*
2911         Adjust several functions.
2912
2913         * text.C (transformChar): change to take a ParagraphList::iterator
2914         instead of Paragraph*
2915         (singleWidth): ditto
2916         Adjust several functions.
2917
2918         * rowpainter.C: adjust several functions
2919         * rowpainter.h:store a ParagraphList::iterator and not a
2920         Paragraph&.
2921
2922
2923 2003-04-09  John Levon  <levon@movementarian.org>
2924
2925         * lyxfunc.C:
2926         * lfuns.h:
2927         * LyXAction.h:
2928         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
2929         and the "help" bits as well
2930
2931 2003-04-09  John Levon  <levon@movementarian.org>
2932
2933         * ToolbarBackend.h:
2934         * ToolbarBackend.C: allow multiple toolbars
2935
2936 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2937
2938         * undo_funcs.C (setCursorParUndo): adjust
2939
2940         * text_funcs.C (transposeChars): adjust
2941
2942         * text3.C (gotoNextInset): adjust
2943         (dispatch): adjust
2944
2945         * text2.C (setLayout): adjust
2946         (changeDepth): adjust
2947         (setFont): adjust
2948         (redoParagraphs): adjust
2949         (selectionAsString): adjust
2950         (setParagraph): adjust
2951         (insertInset): adjust
2952         (cutSelection): adjust
2953         (copySelection): adjust
2954         (pasteSelection): adjust
2955         (insertStringAsLines): adjust
2956         (updateInset): adjust
2957         (setCursor): change to take a ParagraphList::iterator parameter
2958         (setCursorIntern): change to take a ParagraphList::iterator parameter
2959         (setCurrentFont): adjust
2960         (cursorLeft): adjust
2961         (cursorRight): adjust
2962         (deleteEmptyParagraphMechanism): adjust
2963
2964         * text.C (breakParagraph): adjust
2965         (insertChar): adjust
2966         (acceptChange): adjust
2967         (rejectChange): adjust
2968         (selectNextWordToSpellcheck): adjust
2969         (changeCase): adjust
2970         (Delete): adjust
2971         (backspace): adjust
2972
2973         * lyxfind.C (SearchForward): adjust
2974         (SearchBackward): adjust
2975         (nextChange): adjust
2976
2977         * lyxcursor.C (par): adjust
2978
2979         * lyxcursor.h: store a ParagraphList::iterator instead of a
2980         Paragraph*
2981
2982         * lyx_cb.C (getPossibleLabel): adjust
2983
2984         * bufferview_funcs.C (toggleAndShow): adjust
2985
2986         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2987         (dispatch): adjust
2988
2989         * BufferView.C (removeAutoInsets): adjust
2990         (lockedInsetStoreUndo): adjust
2991
2992 2003-04-09  John Levon  <levon@movementarian.org>
2993
2994         * ToolbarBackend.C: try icon without argument
2995         if with argument fails
2996
2997 2003-04-08  John Levon  <levon@movementarian.org>
2998
2999         * ToolbarBackend.h:
3000         * ToolbarBackend.C: add getIcon(), handle tooltip,
3001         and change from "Icon" to "Item".
3002
3003 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3004
3005         * BufferView.C (lockInset): another bad getchar crunched
3006
3007 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3008
3009         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3010         again)
3011
3012 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3013
3014         * lyxfind.C (searchForward, searchBackwards): bug 782
3015
3016 2003-04-07  John Levon  <levon@movementarian.org>
3017
3018         * paragraph.C: remove dead comment
3019
3020         * text.C: remove troublesome depth-fiddling code
3021         in leftMargin() and rightMargin() (bug 1017)
3022
3023         * text.C: fix breaking of rows in nested lists
3024         (bug 1004)
3025
3026         * text2.C (updateCounters): fix up depth values
3027         (bug 1013)
3028
3029 2003-04-07  John Levon  <levon@movementarian.org>
3030
3031         * BufferView_pimpl.C: clear message when doc finishes resizing,
3032         and after a mouse event
3033
3034         * lyxfunc.C: clear message after exiting inset
3035
3036 2003-04-07  John Levon  <levon@movementarian.org>
3037
3038         * bufferview_funcs.C: show math status not outside
3039         status in the statusbar
3040
3041 2003-04-07  John Levon  <levon@movementarian.org>
3042
3043         * lyxfunc.C: note status changed after a depth change
3044
3045 2003-04-04  Angus Leeming  <leeming@lyx.org>
3046
3047         * LaTeX.h: move AuxInfo operator==, != out of line.
3048         Remove LaTeX virtual destructor; nothing derives from it.
3049         Move operator()() out of public area and rename it startscript().
3050         Change protected for private.
3051
3052 2003-04-04  Angus Leeming  <leeming@lyx.org>
3053
3054         * lyxfunc.C:
3055         * text2.C: remove unneeded #includes.
3056
3057 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3058
3059         * text2.C (dEPM): fix the heigth of the next row
3060
3061 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3062
3063         * text.C: squashed an invalid getChar requester + some ws changes
3064
3065 2003-04-03  John Levon  <levon@movementarian.org>
3066
3067         * bufferview_funcs.h:
3068         * bufferview_funcs.C:
3069         * lyxfunc.C:
3070         * lyxtext.h:
3071         * text2.C: make getStatus work for the env depth lfuns
3072
3073 2003-04-03  John Levon  <levon@movementarian.org>
3074
3075         * bufferview_funcs.h:
3076         * bufferview_funcs.C:
3077         * lyxfunc.C:
3078         * lyxtext.h:
3079         * text2.C: parlistize decDepth(), by merging it with incDepth()
3080
3081 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3082
3083         * lyxrow.h: store a ParagraphList::iterator instead of a
3084         Paragraph* and adjust other class functions to suit.
3085
3086         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3087         above.
3088
3089 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3090
3091         * text2.C (setCursor): do not anchor to cursor row for the time being
3092
3093 2003-04-02  John Levon  <levon@movementarian.org>
3094
3095         * LyXAction.C:
3096         * lfuns.h:
3097         * lyx_main.C:
3098         * lyxtext.h:
3099         * text.C:
3100         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3101
3102 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3103
3104         * paragraph.h: make ParagraphList and ParagraphList::iterator
3105         friends of Paragraph.
3106
3107         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3108
3109         * ParagraphList.C: Use the private next_ and previous_ from
3110         Paragraph.
3111
3112 2003-04-01  John Levon  <levon@movementarian.org>
3113
3114         * ToolbarBackend.h:
3115         * ToolbarBackend.C:
3116         * Makefile.am: rename, remove defaults gunk
3117
3118         * MenuBackend.h:
3119         * MenuBackend.C: remove defaults gunk
3120
3121         * Languages.h:
3122         * Languages.C: remove defaults gunk
3123
3124         * lyx_main.h:
3125         * lyx_main.C: error out if files couldn't be found.
3126
3127 2003-04-02  John Levon  <levon@movementarian.org>
3128
3129         * text2.C: make incDepth() use parlist
3130
3131 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3132
3133         * undo_funcs.C (firstUndoParagraph): adjust
3134
3135         * text3.C (gotoInset): adjust
3136         (dispatch): adjust, and rewrite loop.
3137
3138         * text2.C (init): adjust, and rewrite loop.
3139         (redoParagraphs): adjust
3140         (updateInset): adjust, and rewrite loop.
3141         (deleteEmptyParagraphMechanism): adjust
3142
3143         * tabular.C (LyXTabular): adjust
3144         (SetMultiColumn): adjust
3145         (TeXRow): adjust
3146
3147         * lyxtext.[Ch] (ownerParagraph): delete function
3148         (ownerParagraphs): new function returns a ParagraphList.
3149
3150         * BufferView.C (removeAutoInsets): adjust
3151         (insertErrors): adjust
3152         (setCursorFromRow): adjust
3153
3154 2003-04-01  Angus Leeming  <leeming@lyx.org>
3155
3156         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3157         in the frontends.
3158
3159 2003-04-02  John Levon  <levon@movementarian.org>
3160
3161         * lyxtext.h:
3162         * text.C:
3163         * Makefile.am:
3164         * text_funcs.h:
3165         * text_funcs.C: make transposeChars a free function
3166
3167         * lyxrow_funcs.C: remove wrong comment
3168
3169 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3170
3171         * lyxtext.h: adjust
3172         * rowpainter.C: adjust
3173         * text.C: adjust
3174         * text2.C: adjust
3175         * text3.C: adjust
3176
3177         * lyxrow_funcs. [Ch]: new files
3178
3179         * lyxrow.[Ch]: remove next and previous pointers
3180         (next,previous): remove accessor functions
3181         (isParEnd): move to lyxrow_funcs
3182         (lastPos): move to lyxrow_funcs
3183         (nextRowIsAllInset): move to lyxrow_funcs
3184         (lastPrintablePos): move to lyxrow_funcs
3185         (numberOfSeparators): move to lyxrow_funcs
3186         (numberOfHfills): move to lyxrow_funcs
3187         (numberOfLabelHfills): move to lyxrow_funcs
3188         (hfillExpansion): move to lyxrow_funcs
3189
3190         * lyxfunc.C: adjust
3191
3192         * bufferview_funcs.C (toggleAndShow): adjust
3193
3194         * RowList.h: Remove class RowList from file leave just a
3195         std::list<Row>.
3196
3197         * RowList.C: delete file
3198
3199         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3200         and lyxrow_funcs.h
3201
3202 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3203
3204         * text3.C (cursorPrevious): adjust
3205         (cursorNext): adjust
3206         (dispatch): adjust
3207
3208         * text2.C (redoHeightOfParagraph): adjust
3209         (redoDrawingOfParagraph): adjust
3210         (setCursor): adjust
3211
3212         * text.C (breakParagraph): adjust
3213         (insertChar): adjust
3214         (backspace): adjust
3215
3216         * rowpainter.C (RowPainter): adjust
3217         (leftMargin): simplify and adjust
3218         (most rowpainter functions): adjust.
3219
3220         * rowpainter.h: store the row as RowList::iterator not as Row*
3221
3222         * lyxcursor.C (row): taka RowList::iterator as arg
3223         (irow): ditto
3224
3225         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3226         of Row*.
3227
3228 2003-04-01  Angus Leeming  <leeming@lyx.org>
3229
3230         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3231         stuff like bool Bool.
3232
3233 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3234
3235         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3236         rewrite a loop
3237
3238 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3239
3240         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3241         RowList::iterator.
3242
3243         * lyxtext.h (rows): drop one version and leve a const variant that
3244         returns a RowList::iterator.
3245
3246 2003-03-31  Angus Leeming  <leeming@lyx.org>
3247
3248         * text.C (fill): ensure that the signature is the same as that in the
3249         header file.
3250
3251 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3252
3253         * text2.C (redoParagraphs): adjust
3254         (updateCounters): adjust
3255         (checkParagraph): adjust
3256         (getColumnNearX): adjust and reformat a bit.
3257
3258         * text.C (top_y): adjust
3259         (workWidth): adjust
3260         (leftMargin): adjust
3261         (prepareToPrint): adjust
3262         (getRow): adjust
3263         (getRowNearY): adjust
3264
3265         * lyxtext.h: make rowlist_ mutable.
3266
3267         * RowList.h: add const_iterator
3268         * RowList.C: adjust for RowList::const_iterator.
3269
3270         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3271         adjust.
3272
3273 2003-03-31  John Levon  <levon@movementarian.org>
3274
3275         * lyxrc.h:
3276         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3277
3278         * lyx_main.C: set default fonts from using lyx_gui funcs
3279
3280         * exporter.C: pdf_mode moved from lyxrc
3281
3282         * lyx_cb.C:
3283         * lyxfunc.C: changes from above
3284
3285 2003-03-31  John Levon  <levon@movementarian.org>
3286
3287         * lyx_main.C: fix to the last fix
3288
3289 2003-03-31  John Levon  <levon@movementarian.org>
3290
3291         * bufferlist.C: "Load original" -> "Load Original"
3292
3293         * converter.C:
3294         * exporter.C:
3295         * importer.C:
3296         * lyx_main.C:
3297         * format.C: more Alert cleanups
3298
3299 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3300
3301         * text2.C (removeParagraph): make it take a RowList::iterator as
3302         arg, adjust.
3303         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3304         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3305
3306         * text.C (anchor_row): make it take a RowList::iterator as arg,
3307         adjust.
3308         (computeBidiTables): make it take a const reference to Row instead
3309         of Row pointer, adjust.
3310         (leftMargin): make it take a RowList::iterator as arg, adjust.
3311         (rowBreakPoint): adjust
3312         (breakAgainOneRow): make it take a RowList::iterator as arg,
3313         adjust.
3314         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3315
3316         * bufferview_funcs.C (toggleAndShow): adjust
3317
3318 2003-03-30  John Levon  <levon@movementarian.org>
3319
3320         * Makefile.am:
3321         * BoostFormat.h:
3322         * boost-inst.C: moved to support
3323
3324         * several files: changes as a result
3325
3326 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3327
3328         * text2.C (LyXText): adjust.
3329         (init): adjust
3330         (removeRow): make it take a RowList::iterator as arg, adjust.
3331         (fullRebreak): adjust
3332         (deleteEmptyParagraphMechanism): adjust
3333         (clearPaint): adjust
3334         (postPaint): adjust
3335
3336         * text.C (top_y): adjust
3337         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3338         (breakAgain): make it take a RowList::iterator as arg, adjust.
3339         (breakParagraph): adjust
3340         (insertChar): adjust
3341         (backspace): adjust
3342
3343         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3344         need_break_row, and refresh_row.
3345
3346         * text3.C (dispatch): adjust
3347
3348         * text2.C (checkParagraph): adjust
3349         (setCursor): adjust
3350         (setCursorFromCoordinates): adjust
3351
3352         * text.C (top_y): adjust
3353         (workWidth): adjust
3354         (getRow): make it return a RowList::iterator, adjust
3355         (getRowNearY): make it return a RowList::iterator, adjust
3356
3357         * text2.C (init): adjust
3358         (insertRow): remove function
3359         (insertParagraph): adjust
3360         (redoParagraphs): adjust
3361         (fullRebreak): adjust
3362         (updateCounters): adjust
3363
3364         * text.C (top_y): rewrite to use RowList iterators.
3365         (top_y): adjust
3366         (setHeightOfRow): rewrite to sue RowList iterators.
3367         (appendParagraph): adjust
3368         (breakAgain): adjust
3369         (breakAgainOneRow): adjust
3370         (breakParagraph): adjust
3371         (getRow): adjust
3372         (getRowNearY): adjust, and remove commented code.
3373
3374         * lyxtext.h (firstRow): delete function
3375         (lastRow): delete function
3376         (rows): new function (const and non-const versions.)
3377         (insertRow): delete function
3378
3379         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3380
3381 2003-03-29  John Levon  <levon@movementarian.org>
3382
3383         * BufferView_pimpl.C: always update scrollbar top
3384         because pasting text when we're anchored could mean we
3385         miss an update altogether
3386
3387 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3388
3389         * text2.C (init): use rowlist_.end() and not 0.
3390         (insertRow): change to take a RowList::iterator as arg, adjust
3391         for this.
3392         (insertParagraph): change to take a RowList::iterator as arg,
3393         adjust for this.
3394         (redoParagraphs): remove some debug msgs.
3395
3396         * text.C (appendParagraph): change to take a RowList::iterator
3397         arg, adjust for this.
3398         (breakAgain): add an assert
3399         (breakAgainOneRow): ditto
3400
3401 2003-03-29  John Levon  <levon@movementarian.org>
3402
3403         * text2.C: do not clear selection after inc/decDepth
3404         (bug 550)
3405
3406 2003-03-29  John Levon  <levon@movementarian.org>
3407
3408         * BufferView.C:
3409         * buffer.C: fix broken strerrors according to Lars
3410
3411 2003-03-29  John Levon  <levon@movementarian.org>
3412
3413         * converters.C: more Alert cleanups
3414
3415 2003-03-29  John Levon  <levon@movementarian.org>
3416
3417         * bufferview_funcs.C: remove pointless Alert
3418
3419         * buffer.C: fix confusing error message when
3420         a template is chmoded 000
3421
3422 2003-03-29  John Levon  <levon@movementarian.org>
3423
3424         * BufferView.C:
3425         * BufferView.h:
3426         * BufferView_pimpl.C: Alert fixes
3427
3428         * Makefile.am:
3429         * tabular.C:
3430         * tabular-old.C: remove unused table compat reading
3431
3432 2003-03-29  John Levon  <levon@movementarian.org>
3433
3434         * BufferView.C:
3435         * buffer.C:
3436         * lyx_cb.h:
3437         * lyx_cb.C: more Alert cleanups
3438
3439         * lyxfunc.C: don't allow chktex if not latex document
3440
3441 2003-03-29  John Levon  <levon@movementarian.org>
3442
3443         * lyx_cb.C:
3444         * BufferView.C:
3445         * buffer.C: warnings pushed down from support/,
3446         kill err_alert
3447
3448 2003-03-29  John Levon  <levon@movementarian.org>
3449
3450         * lyxfunc.C: safety check for C-r (revert)
3451
3452 2003-03-29  John Levon  <levon@movementarian.org>
3453
3454         * bufferlist.h:
3455         * bufferlist.C: several UI fixes using Alert::prompt.
3456         Fix the pointless looping quit code. Fix stupid revert
3457         behaviour (bug 938)
3458
3459         * lyxvc.h:
3460         * lyxvc.C:
3461         * lyx_cb.C: use Alert::prompt
3462
3463         * lyx_main.C: remove a silly question
3464
3465         * lyxfunc.C: remove a couple of silly questions,
3466         use Alert::prompt
3467
3468 2003-03-28  John Levon  <levon@movementarian.org>
3469
3470         * text2.C: fix bug 974 (End on empty par)
3471
3472 2003-03-28  John Levon  <levon@movementarian.org>
3473
3474         * BufferView_pimpl.C:
3475         * LyXAction.C:
3476         * lfuns.h: remove do-nothing math greek lfuns
3477
3478 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3479
3480         * lyxgluelength.h (isValidGlueLength): add default arg on
3481         parameter 2. Remove default arg from friend in class.
3482
3483         * lyxlength.h (isValidLength): add default arg on parameter 2.
3484         Remove default arg from friend in class.
3485
3486         * text2.C (LyXText): adjust, initialize refresh_row.
3487         (init): adjust
3488         (removeRow): adjust
3489         (insertRow): adjust
3490         (insertParagraph): adjst
3491         (redoParagraphs): adjust
3492         (fullRebreak): adjust
3493         (updateCounters): adjust
3494         (deleteEmptyParagraphMechanism): first attempt at fixing a
3495         crashing bug.
3496
3497         * text.C (top_y): adjust
3498         (setHeightOfRow): adjust
3499         (getRow): adjust
3500         (getRowNearY): adjust
3501
3502         * lyxtext.h: include RowList.h
3503         (~LyXText): not needed anymore, deleted.
3504         (firstRow): modify for RowList
3505         (lastRow): new function
3506         Delete firstrow and lastrow class variables, add a Rowlist
3507         rowlist_ class variable.
3508
3509         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3510         paragraph is empty.
3511
3512         * RowList.C (insert): fix case where it == begin().
3513
3514 2003-03-26  Angus Leeming  <leeming@lyx.org>
3515
3516         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3517         the thesaurus dialog.
3518
3519 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3520
3521         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3522
3523         * RowList.[Ch]: new files
3524
3525         * ParagraphList.C (erase): handle the case where it == begin
3526         correctly.
3527
3528 2003-03-25  John Levon  <levon@movementarian.org>
3529
3530         * Makefile.am:
3531         * aspell_local.h:
3532         * aspell.C: add new aspell support
3533
3534         * lyxrc.h:
3535         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3536         have it accessible.
3537
3538 2003-03-25  Angus Leeming  <leeming@lyx.org>
3539
3540         * lfuns.h:
3541         * LyXAction.C (init): new LFUN_INSET_INSERT.
3542
3543         * BufferView_pimpl.C (dispatch): split out part of the
3544         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3545
3546         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3547         LFUN_INSET_APPLY.
3548
3549 2003-03-25  Angus Leeming  <leeming@lyx.org>
3550
3551         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3552
3553 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3554
3555         * text2.C:
3556         * text3.C: remove useless row->height(0)
3557
3558 2003-03-25  John Levon  <levon@movementarian.org>
3559
3560         * lyxtext.h:
3561         * text2.C:
3562         * text3.C: rename the refreshing stuff to better names
3563
3564 2003-03-24  John Levon  <levon@movementarian.org>
3565
3566         * BufferView_pimpl.h:
3567         * BufferView_pimpl.C: update layout choice on a mouse
3568         press/release
3569
3570 2003-03-23  John Levon  <levon@movementarian.org>
3571
3572         * Makefile.am: fix commandtags.h reference
3573
3574 2003-03-22  John Levon  <levon@movementarian.org>
3575
3576         * BufferView_pimpl.C:
3577         * lyxtext.h:
3578         * rowpainter.C:
3579         * rowpainter.h:
3580         * text.C:
3581         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3582
3583 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3584
3585         * lyxtext.h:
3586         * text.C: take the rtl methods out of line
3587
3588 2003-03-21 André Pönitz <poenitz@gmx.net>
3589
3590         * metricsinfo.[Ch]: new files containing structures to be passed around
3591         during the two-phase-drawing...
3592
3593 2003-03-21 André Pönitz <poenitz@gmx.net>
3594
3595         * lyxtextclass.C: read 'environment' tag.
3596
3597 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3598
3599         * text2.C (removeRow): fix bug 964
3600
3601 2003-03-20  John Levon  <levon@movementarian.org>
3602
3603         * rowpainter.C:
3604         * text.C:
3605         * text2.C: paint cleanups. Inset::update() dropped font
3606         parameter
3607
3608 2003-03-19  John Levon  <levon@movementarian.org>
3609
3610         * lyxfunc.C: only fitcursor/markDirty if available()
3611
3612 2003-03-19  John Levon  <levon@movementarian.org>
3613
3614         * commandtags.h: rename to ...
3615
3616         * lfuns.h: ... this, and renumber / cleanup
3617
3618 2003-03-19  John Levon  <levon@movementarian.org>
3619
3620         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3621         fit the cursor after an lfun
3622
3623         * BufferView.h:
3624         * BufferView.C:
3625         * BufferView_pimpl.h:
3626         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3627
3628         * LyXAction.C: layout-character should have ReadOnly
3629
3630         * ParagraphParameters.C:
3631         * buffer.C:
3632         * bufferview_funcs.C:
3633         * lyx_cb.C:
3634         * lyxfind.C:
3635         * lyxtext.h:
3636         * text.C:
3637         * text2.C:
3638         * text3.C:
3639         * undo_funcs.C: changes from above
3640
3641 2003-03-18  John Levon  <levon@movementarian.org>
3642
3643         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3644         remove it from update()
3645
3646         * lyxfunc.C: update layout choice after an lfun
3647
3648         * text3.C: remove extra updateLayoutChoice()s
3649
3650 2003-03-18  John Levon  <levon@movementarian.org>
3651
3652         * text.C: top_y change means full repaint, fix
3653         a drawing bug with cursor movement
3654
3655 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3656
3657         * lyxtext.h:
3658         * text.C:
3659         * text2.C: anchor row on setCursor
3660
3661 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3662
3663         * lyxtext.h: remove almost all mutable keywords
3664         * text.C:
3665         * text2.C:
3666         * text3.C: remove const keywords accordingly
3667
3668 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3669
3670         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3671         anon namespace
3672         (TeXEnvironment): ditto
3673         (TeXOnePar): ditto
3674
3675 2003-03-17  John Levon  <levon@movementarian.org>
3676
3677         * text.C (rowBreakPoint): remove attempt to fix displayed
3678         math insets inside a manual label
3679
3680 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3681
3682         * lyxtext.h: remove BufferView* as first arg from almost all class
3683         functions.
3684         * other files: adjust.
3685
3686 2003-03-17  John Levon  <levon@movementarian.org>
3687
3688         * lyxtext.h:
3689         * undo_funcs.C:
3690         * text2.C: more paint cleanups
3691
3692         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
3693
3694         * rowpainter.h:
3695         * rowpainter.C: remove "smart" background painting code
3696
3697 2003-03-16  John Levon  <levon@movementarian.org>
3698
3699         * lyxtext.h:
3700         * text.C:
3701         * text2.C:
3702         * text3.C: add helper functions for setting refresh_row/y
3703
3704 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
3705
3706         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
3707         newline inset which *can* get inserted in the pass_thru layouts.
3708         This is primarily for literate documents.
3709
3710 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
3711
3712         * buffer.C: increment LYX_FORMAT to 223
3713
3714 2003-03-14 André Pönitz <poenitz@gmx.net>
3715
3716         * textclass.h: prepare for environment handling, ws changes
3717         * lyxlayout.C: read latexheader and latexfooter tags
3718
3719 2003-03-14  John Levon  <levon@movementarian.org>
3720
3721         * text2.C: rewrite ::status() a bit
3722
3723 2003-03-13  John Levon  <levon@movementarian.org>
3724
3725         * lyxtext.h: add some docs
3726
3727 2003-03-13  John Levon  <levon@movementarian.org>
3728
3729         * lyxtext.h:
3730         * text.C:
3731         * text2.C:
3732         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
3733
3734 2003-03-13  John Levon  <levon@movementarian.org>
3735
3736         * text3.C: fix appendix redrawing
3737
3738 2003-03-13  John Levon  <levon@movementarian.org>
3739
3740         * text.C (setHeightOfRow):
3741         * rowpainter.h:
3742         * rowpainter.C: make appendix mark have the text
3743           "Appendix" so the user knows what it is
3744
3745         * LColor.h:
3746         * LColor.C: s/appendixline/appendix/ from above
3747
3748 2003-03-13  John Levon  <levon@movementarian.org>
3749
3750         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
3751
3752         * text.C: fix a getChar(pos) bug properly
3753
3754 2003-03-13  Angus Leeming  <leeming@lyx.org>
3755
3756         * commandtags.h:
3757         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
3758         Probably only temporary. Let's see how things pan out.
3759
3760         * BufferView.C (unlockInset):
3761         * BufferView_pimpl.C (fitCursor):
3762         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
3763
3764         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
3765         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
3766
3767         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
3768         new functions that convert ParagraphParameters to and from a string.
3769
3770         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
3771         BufferView::Pimpl's dispatch.
3772         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
3773
3774 2003-03-13 André Pönitz <poenitz@gmx.net>
3775
3776         * lyxfunc.C:
3777         * text3.C:
3778         * factory.C: make it aware of InsetEnv
3779
3780 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3781
3782         * text2.C (setCursor): never ask for one past last
3783         (setCursor): add some debugging messages.
3784
3785         * text.C (singleWidth): never ask for one past last
3786         (singleWidth): ditto
3787         (leftMargin): ditto
3788         (rightMargin): ditto
3789         (rowBreakPoint): ditto
3790         (setHeightOfRow): ditto
3791         (prepareToPrint): ditto
3792
3793         * rowpainter.C (paintBackground): never ask for one past last
3794         (paintText): never ask for one past last
3795
3796         * paragraph_pimpl.C (getChar): make the assert stricter, never
3797         allow the one past last pos to be taken
3798
3799         * paragraph.C (getChar): ws changes only
3800
3801         * lyxrow.C (nextRowIsAllInset): never ask for one past last
3802         (numberOfSeparators): ditto
3803         (numberOfHfills): ditto
3804
3805 2003-03-12  John Levon  <levon@movementarian.org>
3806
3807         * author.h:
3808         * author.C:
3809         * bufferparams.h:
3810         * bufferparams.C:
3811         * paragraph_funcs.C: fix per-buffer authorlists
3812
3813 2003-03-12  John Levon  <levon@movementarian.org>
3814
3815         * text.C: fix newline in right address
3816
3817 2003-03-12  Angus Leeming  <leeming@lyx.org>
3818
3819         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
3820         duplicate those in LyXFunc::dispatch.
3821
3822         * commandtags.h:
3823         * LyXAction.C:
3824         * ToolbarDefaults.C:
3825         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
3826         Add LFUN_FONTFREE_UPDATE.
3827
3828         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
3829         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
3830
3831         * bufferview_func.[Ch]: several new functions to facilliate
3832         transfer of data to and from the character dialog.
3833
3834 2003-03-12  John Levon  <levon@movementarian.org>
3835
3836         * buffer.C:
3837         * paragraph.h:
3838         * paragraph.C:
3839         * paragraph_funcs.C:
3840         * paragraph_pimpl.C:
3841         * sgml.C:
3842         * tabular.C:
3843         * text.C:
3844         * text3.C: remove META_NEWLINE in favour of an inset
3845
3846         * rowpainter.h:
3847         * rowpainter.C: remove paintNewline (done by inset)
3848
3849 2003-03-12  John Levon  <levon@movementarian.org>
3850
3851         * paragraph_pimpl.C: complain about bad getChar()s
3852         for a while at least
3853
3854 2003-03-12  John Levon  <levon@movementarian.org>
3855
3856         * buffer.h:
3857         * buffer.C: move paragraph read into a separate function,
3858         a little renaming to reflect that.
3859
3860         * bufferparams.h:
3861         * bufferparams.C: remove the author_ids map, not necessary now
3862
3863         * factory.h:
3864         * factory.C: moved Buffer::readInset to here
3865
3866         * paragraph_funcs.h:
3867         * paragraph_funcs.C: readParagraph free function moved from
3868         buffer.C
3869
3870         * tabular.C: name change
3871
3872 2003-03-12  John Levon  <levon@movementarian.org>
3873
3874         * buffer.C:
3875         * ParagraphParameters.C: move par params input to
3876         a read() method
3877
3878         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
3879         behave like a normal read from the stream wrt reading
3880         a line vs. a \\token
3881
3882 2003-03-12  John Levon  <levon@movementarian.org>
3883
3884         * paragraph.C:
3885         * ParagraphParameters.h:
3886         * ParagraphParameters.C: move output code to a
3887         ::write() method
3888
3889 2003-03-12  John Levon  <levon@movementarian.org>
3890
3891         * BufferView.C (insertLyXFile):
3892         * buffer.h:
3893         * buffer.C:
3894         * tabular.C: use a parlist iterator for creating the
3895           document.
3896
3897 2003-03-12  John Levon  <levon@movementarian.org>
3898
3899         * buffer.C: make current_change static local not
3900           static file-scope
3901
3902 2003-03-12  John Levon  <levon@movementarian.org>
3903
3904         * buffer.C: fix insertStringAsLines for change tracking
3905
3906 2003-03-12  John Levon  <levon@movementarian.org>
3907
3908         * BufferView.C:
3909         * tabular.C:
3910         * buffer.h:
3911         * buffer.C:
3912         * bufferparams.h:
3913         * bufferparams.C: move author list into params. Rename some
3914           functions. Move the header reading into a separate token
3915           loop. Move the header token reading into BufferParams.
3916
3917 2003-03-12  John Levon  <levon@movementarian.org>
3918
3919         * changes.C: put debug inside lyxerr.debugging() checks
3920
3921 2003-03-11 André Pönitz <poenitz@gmx.net>
3922
3923         * factory.C: make it aware of InsetHFill
3924
3925 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3926
3927         * buffer.C (latexParagraphs): move function from here...
3928         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
3929         args.
3930
3931 2003-03-10  Angus Leeming  <leeming@lyx.org>
3932
3933         * LyXAction.C (init): fix bug in poplating array with multiple entries
3934         with the same LFUN (spotted by JMarc).
3935
3936 2003-03-10  John Levon  <levon@movementarian.org>
3937
3938         * text.C:
3939         * text2.C: move getColumnNearX() near its
3940         only call site
3941
3942 2003-03-10  John Levon  <levon@movementarian.org>
3943
3944         * text.C: fix break before a minipage
3945
3946 2003-03-10  John Levon  <levon@movementarian.org>
3947
3948         * text.C: fix the last commit
3949
3950 2003-03-09  John Levon  <levon@movementarian.org>
3951
3952         * lyxtext.h:
3953         * text.C:
3954         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
3955         bug 365 (don't break before insets unless needed). Don't
3956         return a value > last under any circumstances.
3957
3958 2003-03-09  Angus Leeming  <leeming@lyx.org>
3959
3960         * BufferView_pimpl.C (trackChanges, dispatch): call
3961         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
3962
3963 2003-03-09  Angus Leeming  <leeming@lyx.org>
3964
3965         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
3966         than Dialogs::showAboutlyx().
3967
3968 2003-03-09  Angus Leeming  <leeming@lyx.org>
3969
3970         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
3971         than Dialogs::showTabularCreate().
3972
3973 2003-03-09  John Levon  <levon@movementarian.org>
3974
3975         * lyxtext.h:
3976         * text.C:
3977         * text2.C: 3rd arg to nextBreakPoint was always the same.
3978           Use references.
3979
3980 2003-03-08  John Levon  <levon@movementarian.org>
3981
3982         * lyxrow.C:
3983         * paragraph.C:
3984         * paragraph.h:
3985         * rowpainter.C:
3986         * text.C:
3987         * text2.C: Remove the "main" bit from the "main body"
3988           notion.
3989
3990 2003-03-08  John Levon  <levon@movementarian.org>
3991
3992         * text.C (leftMargin): The left margin of an empty
3993         manual label paragraph should not include the label width
3994         string length.
3995
3996         * text.C (prepareToPrint): don't attempt to measure hfills
3997         for empty manual label paragraphs - the answer should be 0
3998
3999 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4000
4001         * CutAndPaste.C: remove commented code and reindent.
4002
4003 2003-03-08  John Levon  <levon@movementarian.org>
4004
4005         * lyxfunc.h:
4006         * lyxfunc.C: move reloadBuffer()
4007
4008         * BufferView.h:
4009         * BufferView.C: to here
4010
4011         * lyxvc.C: add comment
4012
4013         * vc-backend.h:
4014         * vc-backend.C: call bv->reload() to avoid
4015           getStatus() check on MENURELOAD
4016
4017 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4018
4019         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4020         to an old format .dep file.
4021
4022 2003-03-07  Angus Leeming  <leeming@lyx.org>
4023
4024         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4025         when the LFUN_MOUSE_RELEASE should have been handled by
4026         inset->localDispatch.
4027
4028 2003-03-07  Angus Leeming  <leeming@lyx.org>
4029
4030         * BufferView_pimpl.C (dispatch):
4031         * LyXAction.C (init):
4032         * ToolbarDefaults.C (init):
4033         * commandtags.h:
4034         * lyxfunc.C (getStatus):
4035         remove LFUN_INSET_GRAPHICS.
4036
4037         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4038
4039 2003-03-07  Angus Leeming  <leeming@lyx.org>
4040
4041         * commandtags.h:
4042         * LyXAction.C (init):
4043         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4044
4045         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4046
4047         * commandtags.h:
4048         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4049
4050         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4051         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4052
4053 2003-03-07  Angus Leeming  <leeming@lyx.org>
4054
4055         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4056         remove "ert".
4057
4058 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4059
4060         * ParagraphList.C (front): new function
4061         (back): implement
4062
4063 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4064
4065         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4066         and top_row_offset_. removed var first_y.
4067         * text.C (top_y):
4068         * text2.C (LyXText, removeRow):
4069         * text3.C:
4070         * BufferView_pimpl.C:
4071         use these methods instead of using first_y
4072
4073 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4074
4075         * text2.C (pasteSelection): adjust for checkPastePossible
4076
4077         * CutAndPaste.C: remove Paragraph * buf and replace with
4078         ParagraphList paragraphs.
4079         (DeleteBuffer): delete
4080         (cutSelection): change the tc type to textclass_type
4081         (copySelection): change the tc type to textclass_type
4082         (copySelection): adjust for ParagraphList
4083         (pasteSelection): change the tc type to textclass_type
4084         (pasteSelection): adjust for Paragraphlist
4085         (nrOfParagraphs): simplify for ParagraphList
4086         (checkPastePossible): simplify for ParagraphList
4087         (checkPastePossible): remove unused arg
4088
4089         * ParagraphList.C (insert): handle the case where there are no
4090         paragraphs yet.
4091
4092         * CutAndPaste.h: make CutAndPaste a namespace.
4093
4094         * text3.C (dispatch): adjust
4095
4096         * text.C (breakParagraph): add a ParagraphList as arg
4097
4098         * paragraph_funcs.C (breakParagraph): change to take a
4099         BufferParams and a ParagraphList as args.
4100         (breakParagraphConservative): ditto
4101         (mergeParagraph): ditto
4102         (TeXDeeper): add a ParagraphList arg
4103         (TeXEnvironment): ditto
4104         (TeXOnePar): ditto
4105
4106         * buffer.C (readLyXformat2): adjust
4107         (insertStringAsLines): adjust
4108         (latexParagraphs): adjust
4109
4110         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4111         (cutSelection): adjust
4112         (pasteSelection): adjust
4113
4114         * BufferView_pimpl.C (insertInset): adjust
4115
4116 2003-03-05  Angus Leeming  <leeming@lyx.org>
4117
4118         * commandtags.h:
4119         * LyXAction.C (init):
4120         * BufferView_pimpl.C (dispatch):
4121         * lyxfunc.C (getStatus):
4122         remove LFUN_CHILD_INSERT.
4123
4124         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4125
4126 2003-03-05  Angus Leeming  <leeming@lyx.org>
4127
4128         * commandtags.h:
4129         * LyXAction.C (init):
4130         * src/factory.C (createInset):
4131         * lyxfunc.C (getStatus):
4132         * text3.C (dispatch):
4133         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4134
4135         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4136
4137 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4138
4139         * ParagraphList.C (insert): handle insert right before end()
4140         (erase): fix cases where it can be first or last paragraph.
4141
4142 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4143
4144         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4145         Paragraph::next and Paragraph::previous
4146         (TeXOnePar): ditto
4147
4148         * text.C (breakParagraph): adjust
4149
4150         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4151         BufferParams& as arg.
4152         (breakParagraph): use ParagraphList::insert
4153         (breakParagraphConservative): take a Buffer* instead of a
4154         BufferParams& as arg.
4155         (breakParagraphConservative): use ParagraphList::insert.
4156
4157         * buffer.C (insertStringAsLines): un-const it
4158         (insertStringAsLines): adjust
4159
4160         * ParagraphList.C (insert): new function
4161
4162         * CutAndPaste.C (pasteSelection): adjust
4163
4164         * text.C (backspace): adjust
4165
4166         * tabular.C (SetMultiColumn): adjust
4167
4168         * CutAndPaste.C (cutSelection): adjust
4169         (pasteSelection): adjust
4170
4171         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4172         Buffer const * as arg
4173
4174         * ParagraphList.C (erase): new function
4175         * paragraph_funcs.C (mergeParagraph): use it
4176         (mergeParagraph): make it take a Buffer* instead of a
4177         BufferParams* as arg
4178
4179         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4180         as arg
4181         (breakParagraphConservative): ditto
4182
4183         * paragraph.h: remove the breakParagraph friend
4184
4185         * paragraph.C (eraseIntern): new function
4186         (setChange): new function
4187
4188         * paragraph_funcs.C (mergeParagraph): make it take a
4189         ParagraphList::iterator instead of a Paragraph *, adjust
4190         accordingly.
4191
4192         * paragraph.h: move an #endif so that the change tracking stuff
4193         also works in the NO_NEXT case.
4194
4195 2003-03-04  Angus Leeming  <leeming@lyx.org>
4196
4197         * commandtags.h:
4198         * LyXAction.C: new LFUN_INSET_MODIFY.
4199
4200         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4201         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4202
4203 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4204
4205         * several files: ws changes only
4206
4207         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4208         (TeXEnvironment): ditto
4209         (TeXDeeper): ditto
4210
4211         * buffer.C (makeLaTeXFile): adjust
4212         (latexParagraphs): make it take ParagraphList::iterator as args
4213
4214 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4215
4216         * buffer.C (latexParagraphs): adjust
4217
4218         * paragraph.C (TeXOnePar): move function...
4219         (optArgInset): move function...
4220         (TeXEnvironment): move function...
4221         * paragraph_pimpl.C (TeXDeeper): move function...
4222         * paragraph_funcs.C: ...here
4223
4224         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4225
4226 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4227
4228         * buffer.C (readInset): remove compability code for old Figure and
4229         InsetInfo insets
4230
4231 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4232
4233         * buffer.C: ws changes
4234         (readInset):
4235
4236         * BufferView_pimpl.C: ditto
4237         * author.C: ditto
4238         * buffer.h: ditto
4239         * bufferlist.h: ditto
4240         * changes.h: ditto
4241         * lyxfunc.C: ditto
4242
4243 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4244
4245         * converter.[Ch]: split into itself +
4246         * graph.[Ch]
4247         * format.[Ch]
4248         * Makefile.am: += graph.[Ch] + format.[Ch]
4249         * MenuBackend.C
4250         * buffer.C
4251         * exporter.C
4252         * importer.C
4253         * lyx_main.C
4254         * lyxfunc.C
4255         * lyxrc.C: added #include "format.h"
4256
4257 2003-02-27  Angus Leeming  <leeming@lyx.org>
4258
4259         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4260           a label.
4261
4262         * factory.C (createInset): add "label" to the factory.
4263
4264         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4265           string and do no more.
4266
4267 2003-02-27  Angus Leeming  <leeming@lyx.org>
4268
4269         * commandtags.h:
4270         * LyXAction.C (init):
4271         * factory.C (createInset):
4272         * BufferView_pimpl.C (dispatch):
4273           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4274
4275         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4276
4277         * lyxfunc.C (dispatch):
4278         * text3.C (dispatch): pass name to params2string.
4279
4280 2003-02-26  Angus Leeming  <leeming@lyx.org>
4281
4282         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4283           blocks together.
4284           Rearrange the ~includes. Strip out the unnecessary ones.
4285
4286         * factory.C (createInset): reformat.
4287           create new insets for the various LFUN_XYZ_APPLY lfuns.
4288
4289 2003-02-26  John Levon  <levon@movementarian.org>
4290
4291         * lyxrow.h:
4292         * lyxrow.C: add isParStart,isParEnd helpers
4293
4294         * paragraph.h: make isInserted/DeletedText take refs
4295
4296         * paragraph_funcs.h:
4297         * paragraph_funcs.C: remove #if 0'd code
4298
4299         * lyxtext.h:
4300         * text3.C:
4301         * text2.C:
4302         * text.C: use lyxrow helpers above.
4303           Move draw and paint routines to RowPainter.
4304           Make several methods use refs not pointers.
4305           Make backgroundColor() const.
4306           Add markChangeInDraw(), isInInset().
4307           Merge changeRegionCase into changeCase.
4308           Make workWidth() shouldn't-happen code into an Assert.
4309
4310         * rowpainter.h:
4311         * rowpainter.C: new class for painting a row.
4312
4313         * vspace.h:
4314         * vspace.C: make inPixels take a ref
4315
4316 2003-02-26  Angus Leeming  <leeming@lyx.org>
4317
4318         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4319         LFUN_REF_APPLY.
4320
4321 2003-02-25  John Levon  <levon@movementarian.org>
4322
4323         * ispell.C: give the forked command a more accurate name
4324
4325 2003-02-22  John Levon  <levon@movementarian.org>
4326
4327         * toc.h:
4328         * toc.C: make TocItem store an id not a Paragraph *
4329           (bug #913)
4330
4331 2003-02-21  Angus Leeming  <leeming@lyx.org>
4332
4333         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4334           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4335           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4336           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4337           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4338           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4339
4340         * BufferView_pimpl.C (dispatch):
4341         * LyXAction.C (init):
4342         * factory.C (createInset):
4343         * lyxfunc.C (getStatus, dispatch):
4344         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4345
4346 2003-02-21  Angus Leeming  <leeming@lyx.org>
4347
4348         * BufferView_pimpl.C (MenuInsertLyXFile):
4349         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4350         * lyxfunc.C (menuNew, open, doImport):
4351           no longer pass a LyXView & to fileDlg.
4352
4353 2003-02-21  Angus Leeming  <leeming@lyx.org>
4354
4355         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4356         * LyXAction.C: change, BIBKEY to BIBITEM.
4357         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4358         Change InsetBibKey to InsetBibitem.
4359         Change BIBKEY_CODE to BIBITEM_CODE.
4360         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4361         * factory.C: replace insetbib.h with insetbibitem.h.
4362         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4363         * paragraph.C: replace insetbib.h with insetbibitem.h.
4364         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4365         Change bibkey() to bibitem().
4366         * text.C: remove insetbib.h.
4367         * text2.C: replace insetbib.h with insetbibitem.h.
4368         change bibkey() to bibitem().
4369         * text3.C: remove insetbib.h.
4370         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4371
4372 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4373
4374         * lyxrc.C (output): enclose user email in quotes (in case there are
4375         several words)
4376
4377 2003-02-18  John Levon  <levon@movementarian.org>
4378
4379         * buffer.h: add std::
4380
4381 2003-02-17  John Levon  <levon@movementarian.org>
4382
4383         * SpellBase.h:
4384         * ispell.h:
4385         * ispell.C:
4386         * pspell.h:
4387         * pspell.C: reworking. Especially in ispell, a large
4388           number of clean ups and bug fixes.
4389
4390         * lyxfunc.C: fix revert to behave sensibly
4391
4392 2003-02-17 André Pönitz <poenitz@gmx.net>
4393
4394         * LyXAction.C:
4395         * commandtags.h: new LFUN_INSERT_BIBKEY
4396
4397         * layout.h:
4398         * lyxlayout.C:
4399         * buffer.C:
4400         * factory.C:
4401         * text.C:
4402         * text2.C:
4403         * text3.C:
4404         * paragraph.[Ch]:
4405         * paragraph_func.C: remove special bibkey handling
4406
4407 2003-02-17  John Levon  <levon@movementarian.org>
4408
4409         * text.C (Delete): fix case where delete at the end of
4410           the very first paragraph would not merge the pars
4411
4412 2003-02-17  John Levon  <levon@movementarian.org>
4413
4414         * lyxrow.C: fix lastPrintablePos()
4415
4416 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4417
4418         * bufferparams.C (writeLaTeX): add a std:here
4419
4420         * buffer.C: and remove a using directive there
4421
4422 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4423
4424         * buffer.C (makeLaTeXFile): move the code that generates the
4425           preamble...
4426
4427         * bufferparams.C (writeLaTeX): ... in this new method
4428
4429         * LaTeXFeatures.C (getEncodingSet): make const
4430           (getLanguages): make const
4431
4432         * MenuBackend.C (binding): returns the binding associated to this
4433           action
4434           (add): sets the status of each item by calling getStatus. Adds
4435           some intelligence.
4436           (read): add support for OptSubMenu
4437           (expand): remove extra separator at the end of expanded menu
4438
4439 2003-02-15  John Levon  <levon@movementarian.org>
4440
4441         * BufferView.C:
4442         * BufferView_pimpl.C:
4443         * bufferlist.h:
4444         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4445           inset code that had no actual effect. Remove unneeded status
4446           code.
4447
4448 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4449
4450         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4451           in preamble
4452
4453 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4454
4455         * text.C (drawLengthMarker): also draw an arrow marker for
4456           symbolic lengths (medskip...)
4457
4458 2003-02-14  John Levon  <levon@movementarian.org>
4459
4460         * tabular.h:
4461         * tabular.C: better method names
4462
4463 2003-02-14  John Levon  <levon@movementarian.org>
4464
4465         * BufferView_pimpl.C:
4466         * bufferlist.C:
4467         * buffer.C:
4468         * converter.C:
4469         * lyx_cb.C:
4470         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4471           it's a more accurate name. Remove some pointless uses.
4472
4473 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4474
4475         * text2.C (LyXText): change order of initilizers to shut off
4476           warnings
4477
4478 2003-02-14  John Levon  <levon@movementarian.org>
4479
4480         * buffer.C: use ParIterator for getParFromID()
4481
4482         * paragraph.h:
4483         * paragraph.C:
4484         * paragraph_pimpl.h:
4485         * paragraph_pimpl.C: remove unused getParFromID()
4486
4487 2003-02-14  John Levon  <levon@movementarian.org>
4488
4489         * buffer.C: remove some very old #if 0'd parse code
4490
4491 2003-02-13  John Levon  <levon@movementarian.org>
4492
4493         * text.h:
4494         * text.C:
4495         * text2.C: move hfillExpansion(), numberOfSeparators(),
4496           rowLast(), rowLastPrintable(), numberofHfills(),
4497           numberOfLabelHfills() ...
4498
4499         * lyxrow.h:
4500         * lyxrow.C: ... to member functions here.
4501
4502         * paragraph.h:
4503         * paragraph.C:
4504         * lyxtext.h:
4505         * text.C: remove LyXText::beginningOfMainBody(), and call
4506           p->beginningOfMainBody() directly. Move the check for
4507           LABEL_MANUAL into the latter.
4508
4509         * text.h:
4510         * text.C:
4511         * text2.C:
4512         * vspace.C:
4513         * BufferView.h:
4514         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4515
4516         * text.h:
4517         * text.C:
4518         * text2.C:
4519         * text3.C:
4520         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4521           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4522
4523 2003-02-13  John Levon  <levon@movementarian.org>
4524
4525         * CutAndPaste.C: remove debug
4526
4527 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4528
4529         * paragraph.C (asString): remove two unused variables
4530
4531         * lyxtextclass.C (readTitleType):
4532           (Read):
4533           (LyXTextClass): handle new members titletype_ and titlename_
4534
4535         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4536
4537 2003-02-09  John Levon  <levon@movementarian.org>
4538
4539         * buffer.h:
4540         * buffer.C: replace hand-coded list with a map for the dep clean
4541
4542 2003-02-08  John Levon  <levon@movementarian.org>
4543
4544         * LaTeX.C: consolidate code into showRunMessage() helper
4545
4546 2003-02-08  John Levon  <levon@movementarian.org>
4547
4548         * lyxfind.C:
4549         * lyxtext.h:
4550         * text2.C:
4551         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4552           and pass the size in explicitly
4553
4554         * BufferView_pimpl.h:
4555         * BufferView_pimpl.C:
4556         * BufferView.h:
4557         * BufferView.C: add getCurrentChange()
4558
4559         * BufferView_pimpl.h:
4560         * BufferView_pimpl.C: handle change lfuns
4561
4562         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4563           for changes. Mark pasted paragraphs as new.
4564
4565         * support/lyxtime.h:
4566         * support/lyxtime.C:
4567         * DepTable.C: abstract time_t as lyx::time_type
4568
4569         * LColor.h:
4570         * LColor.C: add colours for new text, deleted text, changebars
4571
4572         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4573           package use "usenames" option.
4574
4575         * commandtags.h:
4576         * lyxfunc.C:
4577         * LyXAction.C: add change lfuns
4578
4579         * Makefile.am:
4580         * author.h:
4581         * author.C: author handling
4582
4583         * buffer.h:
4584         * buffer.C: add a per-buffer author list, with first entry as
4585           current author. Handle new .lyx tokens for change tracking. Output
4586           author list to .lyx file. Output dvipost stuff to .tex preamble.
4587           Bump lyx format to 222.
4588
4589         * bufferlist.h:
4590         * bufferlist.C: add setCurrentAuthor() to reset current author details
4591           in all buffers.
4592
4593         * bufferparams.h:
4594         * bufferparams.C: add param for tracking
4595
4596         * bufferview_funcs.C: output change info in minibuffer
4597
4598         * Makefile.am:
4599         * changes.h:
4600         * changes.C: add change-tracking structure
4601
4602         * debug.h:
4603         * debug.C: add CHANGES debug flag
4604
4605         * lyxfind.h:
4606         * lyxfind.C: add code for finding the next change piece
4607
4608         * lyxrc.h:
4609         * lyxrc.C: add user_name and user_email
4610
4611         * lyxrow.h:
4612         * lyxrow.C: add a metric for the top of the text line
4613
4614         * lyxtext.h:
4615         * text.C: implement accept/rejectChange()
4616
4617         * lyxtext.h:
4618         * text.C: paint changebars. Paint new/deleted text in the chosen
4619         colours. Strike through deleted text.
4620
4621         * paragraph.h:
4622         * paragraph.C:
4623         * paragraph_pimpl.h:
4624         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4625           in the current change to the insert functions. Rework erase to
4626           mark text as deleted, adding an eraseIntern() and a range-based
4627           erase(). Implement per-paragraph change lookup and
4628           accept/reject.
4629
4630         * paragraph_funcs.C: Fixup paste for change tracking.
4631
4632         * tabular.C: mark added row/columns as new.
4633
4634         * text.C: fix rowLast() to never return -1. Don't allow
4635           spellchecking of deleted text. Track transpose changes. Don't
4636           allow paragraph break or merge where appropriate.
4637
4638         * text2.C: leave cursor at end of selection after a cut.
4639
4640 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4641
4642         * text.C (getLengthMarkerHeight):
4643         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4644         visible on screen too.
4645
4646 2003-02-07  John Levon  <levon@movementarian.org>
4647
4648         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4649
4650 2003-02-05  Angus Leeming  <leeming@lyx.org>
4651
4652         * lyxserver.C (read_ready): revert my patch of 11 September last year
4653         as it sends PC cpu through the roof. Presumably this means that
4654         the lyxserver will no longer run on an Alpha...
4655
4656 2003-01-30  Angus Leeming  <leeming@lyx.org>
4657
4658         * factory.C (createInset): create an InsetCommandParam of type "index"
4659         and use it to 'do the right thing'.
4660
4661         * text2.C (getStringToIndex): ensure that cursor position is always
4662         reset to the reset_cursor position.
4663
4664 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4665
4666         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4667         disabled.
4668
4669 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4670
4671         * bufferview.C:
4672         * lyxcb.C:
4673         * lyxfunc.C: Output messages with identical spelling, punctuation,
4674         and spaces
4675
4676 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4677
4678         * MenuBackend.C (expandFormats): List only viewable export formats
4679         in "View" menu
4680
4681         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
4682         message
4683
4684         * lyxfunc.C (getStatus): Make sure that formats other than
4685         "fax" can also be disabled
4686
4687 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4688
4689         * text3.C (dispatch): put the lfuns that insert insets in 3
4690         groups, and call doInsertInset with appropriate arguments.
4691         (doInsertInset): new function, that creates an inset and inserts
4692         it according to some boolean parameters.
4693
4694 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4695
4696         * buffer.C (readFile): remember to pass on 'par' when calling
4697         readFile recursively.
4698
4699 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4700
4701         * MenuBackend.C (expandFormats): add "..." to import formats.
4702
4703 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4704
4705         * paragraph.C (asString): Remove XForms RTL hacks.
4706
4707 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
4708         * buffer.C: fix typo
4709
4710 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4711
4712         * Makefile.am (LIBS): delete var
4713         (lyx_LDADD): add @LIBS@ here instead.
4714
4715 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
4716
4717         * Clarify the meaning of "wheel mouse jump"
4718
4719 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4720
4721         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
4722         tabular in a float
4723
4724 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4725
4726         * importer.C (Loaders): do not preallocate 3 elements in the
4727         vector, since one ends up with 6 elements otherwise
4728
4729 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4730
4731         * DepTable.C (write): write the file name as last element of the
4732         .dep file (because it may contain spaces)
4733         (read): read info in the right order
4734
4735 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4736
4737         * paragraph_pimpl.C (simpleTeXBlanks):
4738         (simpleTeXSpecialChars):
4739         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
4740
4741         * tabular.C (latex): add some missing case statements. Reindent.
4742
4743         * MenuBackend.C (expandToc): remove unused variable.
4744
4745 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4746
4747         * LColor.C:
4748         * LaTeX.C:
4749         * LyXAction.C:
4750         * MenuBackend.C:
4751         * buffer.C:
4752         * exporter.C:
4753         * lyxfunc.C:
4754         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
4755         and the like.
4756
4757 2003-01-05  John Levon  <levon@movementarian.org>
4758
4759         * BufferView.h:
4760         * BufferView.C: add getEncoding()
4761
4762         * kbsequence.h:
4763         * kbsequence.C: do not store last keypress
4764
4765         * lyxfunc.h:
4766         * lyxfunc.C: store last keypress here instead. Pass encoding
4767           to getISOEncoded()
4768
4769 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4770
4771         * lyx_main.C (init): remove annoying error message when following
4772         symbolic links (bug #780)
4773
4774 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4775
4776         * text.C (insertChar):
4777         * lyxrc.C (getDescription): remove extra spaces
4778
4779 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4780
4781         * lyxrc.C (getDescription): remove extra spaces
4782
4783 2002-12-20  John Levon  <levon@movementarian.org>
4784
4785         * text3.C: hack fix for page up/down across tall rows
4786
4787 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4788
4789         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
4790         not been invoked
4791
4792 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4793
4794         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
4795         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
4796         thesaurus is not compiled in
4797
4798 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
4799
4800         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
4801
4802 2002-12-16  Angus Leeming  <leeming@lyx.org>
4803
4804         * lyxrc.[Ch]:
4805         * lyx_main.C (init): remove override_x_deadkeys stuff.
4806
4807 2002-12-12  John Levon  <levon@movementarian.org>
4808
4809         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
4810           insert. Only remove shift modifier under strict
4811           circumstances.
4812
4813 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4814
4815         * MenuBackend.C (expandToc): fix crash.
4816
4817 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4818
4819         * MenuBackend.C (expandToc): gettext on float names.
4820
4821 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4822
4823         * lyxlength.[Ch]: set default unit to UNIT_NONE,
4824         implement bool empty() [bug 490]
4825
4826 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4827
4828         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
4829
4830 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4831
4832         * several files: ws changes
4833
4834 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4835
4836         * text2.C (setCounter): clean up a bit, use boost.format.
4837         (updateCounters): initialize par upon declaration.
4838
4839         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
4840         if the layout exists. We do not just store the layout any more.
4841         (SwitchLayoutsBetweenClasses): use boost.format
4842
4843 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4844
4845         * converter.C (convert): if from and to files are the same, use a
4846         temporary files as intermediary
4847
4848 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4849
4850         * commandtags.h:
4851         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
4852
4853 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
4854
4855         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
4856
4857 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4858
4859         * tabular.C (asciiPrintCell): use string(size, char) instead of
4860         explicit loop.
4861
4862         * sgml.C (openTag): fix order of arguments to string constructor
4863         (closeTag): ditto
4864
4865         * lyxfunc.C (dispatch): use boost.format
4866
4867         * lots of files: change "c" -> 'c'
4868
4869 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
4870
4871         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
4872
4873 2002-11-25  Angus Leeming  <leeming@lyx.org>
4874
4875         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
4876
4877         * lyx_main.C (init): compile fix.
4878
4879 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4880
4881         * lyx_cb.C (start): boost.formatify
4882         do not include <iostream>
4883
4884         * lengthcommon.C: ws only
4885
4886         * boost-inst.C,BoostFormat.h: add more explict instantations
4887
4888 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4889
4890         * lots of files: handle USE_BOOST_FORMAT
4891
4892 2002-11-21  John Levon  <levon@movementarian.org>
4893
4894         * pspell.C: fix compile
4895
4896 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4897
4898         * lyxfunc.C (dispatch): use boost::format
4899         (open): ditto
4900         (doImport): ditto
4901
4902         * lyxfont.C (stateText): use boost::format
4903
4904         * lyx_main.C (LyX): use boost::format
4905         (init): ditto
4906         (queryUserLyXDir): ditto
4907         (readRcFile): ditto
4908         (parse_dbg): ditto
4909         (typedef boost::function): use the recommened syntax.
4910
4911         * importer.C (Import): use boost::format
4912
4913         * debug.C (showLevel): use boost::format
4914
4915         * converter.C (view): use boost::format
4916         (convert): ditto
4917         (move): ditto
4918         (scanLog): ditto
4919
4920         * bufferview_funcs.C (currentState): use boost::format
4921
4922         * bufferlist.C (emergencyWrite): use boost::format
4923
4924         * buffer.C (readLyXformat2): use boost::format
4925         (parseSingleLyXformat2Token): ditto
4926
4927         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
4928
4929         * LaTeX.C (run): use boost::format
4930
4931         * Chktex.C (scanLogFile): use boost::format
4932
4933         * BufferView_pimpl.C (savePosition): use boost::format
4934         (restorePosition): ditto
4935         (MenuInsertLyXFile): ditto
4936
4937         * BoostFormat.h: help file for explicit instation.
4938
4939 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
4940
4941         * tabular.C (latex): Support for block alignment in fixed width
4942         columns.
4943
4944 2002-11-17  John Levon  <levon@movementarian.org>
4945
4946         * BufferView_pimpl.C:
4947         * lyx_cb.C:
4948         * lyxfunc.C: split filedialog into open/save
4949
4950 2002-11-08  Juergen Vigna  <jug@sad.it>
4951
4952         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
4953         by my last patch (hopefully).
4954
4955 2002-11-08  John Levon  <levon@movementarian.org>
4956
4957         * iterators.h:
4958         * iterators.C:
4959         * buffer.h:
4960         * buffer.C:
4961         * paragraph.h:
4962         * paragraph.C:
4963         * toc.h:
4964         * toc.C: ParConstIterator, and use it (from Lars)
4965
4966 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
4967
4968         * lyxtextclass.[Ch]: revise and add doxygen comments
4969
4970 2002-11-07  John Levon  <levon@movementarian.org>
4971
4972         * text.C: fix progress value for spellchecker
4973
4974         * toc.C: fix navigate menu for insetwrap inside minipage
4975
4976         * paragraph_funcs.C: added FIXME for suspect code
4977
4978 2002-11-07  John Levon  <levon@movementarian.org>
4979
4980         * BufferView_pimpl.C: fix redrawing of insets
4981           on buffer switch
4982
4983 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4984
4985         * text2.C (updateCounters): fix bug 668
4986
4987 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
4988
4989         * text3.C (dispatch): Do not make the buffer dirty when moving the
4990         cursor.
4991
4992 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4993
4994         * vc-backend.C: STRCONV
4995         (scanMaster): ditto
4996
4997         * text2.C (setCounter): STRCONV
4998
4999         * paragraph.C (asString): STRCONV
5000
5001         * lyxlength.C (asString): STRCONV
5002         (asLatexString): ditto
5003
5004         * lyxgluelength.C (asString): STRCONV
5005         (asLatexString): ditto
5006
5007         * lyxfunc.C (dispatch): STRCONV
5008         (open): ditto
5009
5010         * lyxfont.C (stateText): STRCONV
5011
5012         * importer.C (Import): STRCONV
5013
5014         * counters.C (labelItem): STRCONV
5015         (numberLabel): ditto
5016         (numberLabel): remove unused ostringstream o
5017
5018         * chset.C: STRCONV
5019         (loadFile): ditto
5020
5021         * bufferview_funcs.C (currentState): STRCONV
5022
5023         * buffer.C (readFile): STRCONV
5024         (asciiParagraph): ditto
5025         (makeLaTeXFile): ditto
5026
5027         * Spacing.C (writeEnvirBegin): STRCONV
5028
5029         * LaTeXFeatures.C (getLanguages): STRCONV
5030         (getPackages): ditto
5031         (getMacros): ditto
5032         (getBabelOptions): ditto
5033         (getTClassPreamble): ditto
5034         (getLyXSGMLEntities): ditto
5035         (getIncludedFiles): ditto
5036
5037         * LaTeX.C: STRCONV
5038         (run): ditto
5039         (scanAuxFile): ditto
5040         (deplog): ditto
5041
5042         * LString.h: add the STRCONV macros
5043
5044         * BufferView_pimpl.C (savePosition): STRCONV
5045         (restorePosition): ditto
5046         (MenuInsertLyXFile): ditto
5047
5048         * vc-backend.C (scanMaster): change from submatch[...] to
5049         submatch.str(...)
5050
5051         * funcrequest.C: include config.h
5052
5053         * factory.C: include config.h
5054
5055         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5056
5057         * box.C: include config.h
5058
5059         * LaTeX.C (scanAuxFile): change from submatch[...] to
5060         submatch.str(...)
5061         (deplog): ditto
5062
5063 2002-10-25  Angus Leeming  <leeming@lyx.org>
5064
5065         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5066
5067         * ispell.[Ch] (setError): new method.
5068         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5069         Use setError() insetead of goto END.
5070
5071         * lyx_cb.C (AutoSave): move out child process into new class
5072         AutoSaveBuffer.
5073
5074 2002-10-30  John Levon  <levon@movementarian.org>
5075
5076         * text3.C: make start appendix undoable
5077
5078 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5079
5080         * lyxlength.C (inPixels): Fix returned value.
5081
5082         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5083         environment.
5084
5085 2002-10-24  Angus Leeming  <leeming@lyx.org>
5086
5087         * lyxgluelength.h: no need to forward declare BufferParams
5088         or BufferView, so don't.
5089
5090 2002-10-21  John Levon  <levon@movementarian.org>
5091
5092         * BufferView.C: menuUndo ->undo, redo
5093
5094         * BufferView.h: document, remove dead, make some methods private
5095
5096         * paragraph_funcs.h:
5097         * paragraph_funcs.C:
5098         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5099
5100         * buffer.h:
5101         * buffer.C:
5102         * sgml.h:
5103         * sgml.C: move sgml open/close tag into sgml.C
5104
5105         * bufferview_funcs.h: unused prototype
5106
5107         * lyxfunc.h:
5108         * lyxfunc.C: remove unused
5109
5110         * lyxtext.h:
5111         * text.C: remove unused
5112
5113 2002-10-21  John Levon  <levon@movementarian.org>
5114
5115         * BufferView.h:
5116         * BufferView.C:
5117         * BufferView_pimpl.h:
5118         * BufferView_pimpl.C: fix mouse wheel handling based on
5119           patch from Darren Freeman
5120
5121 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5122
5123         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5124
5125 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5126
5127         * lyxlength.C (inPixels): Fix hanfling of negative length.
5128         Fix LyXLength::MU case.
5129
5130 2002-10-16  John Levon  <levon@movementarian.org>
5131
5132         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5133
5134 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5135
5136         * converter.C (view): add support for $$i (file name) and $$p
5137         (file path) for the viewer command. If $$i is not specified, then
5138         it is appended to the command (for compatibility with old syntax)
5139
5140 2002-10-14  Juergen Vigna  <jug@sad.it>
5141
5142         * undo_funcs.C (textHandleUndo): alter the order in which the
5143         new undopar is added to the LyXText, as we have to set first
5144         the right prev/next and then add it as otherwise the rebuild of
5145         LyXText is not correct. Also reset the cursor to the right paragraph,
5146         with this IMO we could remove the hack in "redoParagraphs()".
5147
5148 2002-10-09  Angus Leeming  <leeming@lyx.org>
5149
5150         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5151         to turn off an optimisation if a new inset is to be inserted.
5152
5153 2002-10-11 André Pönitz <poenitz@gmx.net>
5154
5155         * lyxtext.h: make some functions public to allow access
5156         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5157
5158 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5159
5160         * text3.C (dispatch): when changing layout, avoid an infinite loop
5161         [bug #652]
5162
5163 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5164
5165         * lyxrc.C (read): treat a viewer or converter command of "none" as
5166         if it were empty.
5167
5168         * MenuBackend.C (expandFormats): for an update, also allow the
5169         formats that are not viewable
5170
5171         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5172         script if it is newer than the lyxrc.defaults in user directory
5173
5174 2002-10-07 André Pönitz <poenitz@gmx.net>
5175
5176         * text.C: Vitaly Lipatov's small i18n fix
5177
5178 2002-09-25  Angus Leeming  <leeming@lyx.org>
5179
5180         * ispell.h: doxygen fix.
5181
5182 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5183
5184         * buffer.h (readFile): Add a new argument to the method, to allow
5185         reading of old-format templates.
5186
5187 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5188
5189         * toc.C (getTocList): Get TOC from InsetWrap.
5190
5191 2002-09-16  John Levon  <levon@movementarian.org>
5192
5193         * lyxfunc.C: check tabular for cut/copy too
5194
5195 2002-09-12  John Levon  <levon@movementarian.org>
5196
5197         * LyXAction.C: tidy
5198
5199         * factory.h:
5200         * factory.C: add header
5201
5202         * paragraph_funcs.h:
5203         * paragraph_funcs.C: cleanup
5204
5205 2002-09-11  John Levon  <levon@movementarian.org>
5206
5207         * PrinterParams.h: odd/even default to true
5208
5209 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5210
5211         * PrinterParams.h: update printer parameters for new xforms dialog
5212
5213 2002-09-11  Angus Leeming  <leeming@lyx.org>
5214
5215         * lyxserver.C (read_ready): re-write to make it more transparent
5216         and to make it work in coherent fashion under Tru64 Unix.
5217
5218 2002-09-11  André Pönitz <poenitz@gmx.net>
5219
5220         * commandtags.h:
5221         * LyXAction.C:
5222         * text3.C: implement LFUN_WORDSEL
5223
5224 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5225
5226         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5227         make floatlist_ a boost::shared_ptr<FloatList>
5228
5229         * lyxtextclass.C: include FloatList.h
5230         (LyXTextClass): initialize floatlist_
5231         (TextClassTags): add TC_NOFLOAT
5232         (Read): match "nofloat" to TC_NOFLOAT and use it.
5233         (readFloat): modify call to floatlist_
5234         (floats): ditto
5235         (floats): ditto
5236
5237         * FloatList.[Ch] (FloatList): remove commented out float
5238         initialization.
5239         (erase): new function
5240
5241 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5242
5243         * MenuBackend.C (expandToc): fix crash when there is no document
5244         open
5245
5246 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5247
5248         * many files: Add insetwrap.
5249
5250 2002-09-09  John Levon  <levon@movementarian.org>
5251
5252         * text2.C: remove confusing and awkward depth wraparound
5253
5254 2002-09-09  John Levon  <levon@movementarian.org>
5255
5256         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5257
5258         * buffer.h:
5259         * buffer.C: remove getIncludeonlyList()
5260
5261         * paragraph.C:
5262         * lyxfunc.C: remove headers
5263
5264 2002-09-09  Juergen Vigna  <jug@sad.it>
5265
5266         * text.C (getColumnNearX): fix form Michael this is most
5267         probably a cut&paste bug.
5268
5269 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5270
5271         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5272
5273         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5274         references, ws changes.
5275
5276         * text2.C (init): update counters after init
5277         (insertParagraph): no need to set counter on idividual paragraphs.
5278         (setCounter): access the counters object in the textclass object
5279         on in the buffer object.
5280         (updateCounters): ditto
5281
5282         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5283         shared_ptr<Counters> to avoid loading counters.h in all
5284         compilation units.
5285         (LyXTextClass): initialize ctrs_
5286         (TextClassTags): add TC_COUNTER, and ...
5287         (Read): use it here.
5288         (CounterTags): new tags
5289         (readCounter): new function
5290         (counters): new funtion
5291         (defaultLayoutName): return a const reference
5292
5293         * counters.C (Counters): remove contructor
5294         (newCounter): remove a couple of unneeded statements.
5295         (newCounter): simplify a bit.
5296         (numberLabel): some small formatting changes.
5297
5298         * buffer.[Ch]: remove all traces of counters, move the Counters
5299         object to the LyXTextClass.
5300
5301 2002-09-06  Alain Castera  <castera@in2p3.fr>
5302
5303         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5304         package to set the horizontal alignment on fixed width columns.
5305
5306         * lyx_sty.C:
5307         * lyx_sty.h: added tabularnewline macro def.
5308
5309         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5310
5311 2002-09-06  John Levon  <levon@movementarian.org>
5312
5313         * LyXAction.C: tooltips for sub/superscript
5314
5315         * MenuBackend.C: a bit more verbose
5316
5317         * lyxfunc.C: tiny clean
5318
5319         * undo_funcs.C: document undo_frozen
5320
5321 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5322
5323         * counters.C (Counters): add missing algorithm counter.
5324
5325         * text2.C (setCounter): lookup the counter with layouts latexname
5326         instead of by section number.
5327         (setCounter): use a hackish way to lookup the correct enum
5328         counter.
5329         a float name->type change
5330         reset enum couners with counter name directly instead of depth value.
5331
5332         * counters.C (Counters): remove the push_backs, change to use the
5333         float type not the float name.
5334         (labelItem): remove unused string, float name->type change
5335
5336         * counters.h: don't include vector, loose the enums and sects vectors
5337
5338 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5339
5340         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5341         (Read): add float->TC_FLOAT to textclassTags
5342         (Read): and handle it in the switch
5343         (readFloat): new function
5344
5345         * FloatList.C (FloatList): comment out the hardcoded float
5346         definitions.
5347
5348         * lyxlayout.h: ws change.
5349
5350 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5351
5352         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5353
5354 2002-09-03  Angus Leeming  <leeming@lyx.org>
5355
5356         * BufferView_pimpl.h: qualified name is not allowed in member
5357         declaration: WorkArea & Pimpl::workarea() const;
5358
5359         * factory.C: added using std::endl directive.
5360
5361         * text3.C: added using std::find and std::vector directives.
5362
5363 2002-08-29  André Pönitz <poenitz@gmx.net>
5364
5365         * lyxtext.h:
5366         * text2.C: remove unused member number_of_rows
5367
5368         * Makefile.am:
5369         * BufferView2.C: remove file, move contents to...
5370         * BufferView.C: ... here
5371
5372         * BufferView_pimpl.C:
5373         * factory.C: move more inset creation to factory
5374
5375         * vspace.C: avoid direct usage of LyXText, ws changes
5376
5377         * BufferView.[Ch]:
5378                 don't provide direct access to WorkArea, use two simple
5379                 acessors haveSelction() and workHeight() instead
5380
5381
5382 2002-08-29  John Levon  <levon@movementarian.org>
5383
5384         * BufferView_pimpl.C (dispatch): do not continue when
5385           no buffer
5386
5387 2002-08-28  André Pönitz <poenitz@gmx.net>
5388
5389         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5390
5391         * BufferView.h:
5392         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5393
5394 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5395
5396         * buffer.C: increment LYX_FORMAT to 221
5397
5398         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5399         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5400
5401         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5402
5403         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5404
5405 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5406
5407         * factory.C (createInset): use LyXTextClass::floats
5408
5409         * MenuBackend.C (expandFloatListInsert):
5410         (expandFloatInsert):
5411         (expandToc):
5412
5413         * text2.C (setCounter):
5414
5415         * LaTeXFeatures.C (useFloat):
5416         (getFloatDefinitions):
5417
5418         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5419
5420         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5421         floatlist_, with accessor floats().
5422
5423         * FloatList.h: remove global FloatList
5424
5425 2002-08-26  André Pönitz <poenitz@gmx.net>
5426
5427         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5428
5429         * BufferView.h:
5430         * BufferView2.C:
5431         * BufferView_pimpl.C:
5432         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5433
5434 2002-08-25  John Levon  <levon@movementarian.org>
5435
5436         * LyXAction.C: fix margin note description
5437
5438 2002-08-24  John Levon  <levon@movementarian.org>
5439
5440         * buffer.C:
5441         * bufferlist.C:
5442         * bufferview_funcs.C:
5443         * lyxfont.C:
5444         * undo_funcs.C: cleanups
5445
5446         * lyxfunc.C: disable CUT/COPY when no selection
5447
5448 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5449
5450         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5451         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5452
5453         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5454         Add backward compatibility to "mono", "gray" and "no".
5455
5456 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5457
5458         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5459         (and file_format >= 200).
5460
5461 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5462
5463         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5464
5465 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5466
5467         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5468
5469 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5470
5471         * BufferView_pimpl.C:
5472         * LyXAction.C:
5473         * buffer.C:
5474         * commandtags.h:
5475         * lyxfunc.C:
5476         * paragraph.[Ch]:
5477         * text2.C:
5478         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5479         inset and code to make it  work with the paragraph code. The inset
5480         can be anywhere in the paragraph, but will only do the expected
5481         thing in LaTeX if the layout file contains the parameter line
5482                         OptionalArgs    1
5483         (or more generally, a nonzero value) for that layout.
5484
5485 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5486
5487         * paragraph.h: remove the declaration of undefined counters class
5488         function.
5489
5490 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5491
5492         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5493         Dr. Richard Hawkins.
5494
5495 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5496
5497         * paragraph_funcs.h: remove some unneeded includes
5498
5499         * text.C (backspace): pasteParagraph now in global scipe
5500
5501         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5502         (pasteSelection): ditto
5503
5504         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5505         * paragraph_funcs.C (pasteParagraph): ... here
5506
5507 2002-08-20  André Pönitz <poenitz@gmx.net>
5508
5509         * commandtags.h: new LFUNs for swapping/copying table row/colums
5510
5511         * LyXAction.C:
5512         * lyxfunc.C: support for new lfuns
5513
5514 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5515
5516         * tabular.C:
5517         * buffer.[Ch]: remove NO_COMPABILITY stuff
5518
5519 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5520
5521         * boost.C (throw_exception): new file, with helper function for
5522         boost compiled without exceptions.
5523
5524         * paragraph.h:
5525         * lyxlength.C:
5526         * buffer.C:
5527         * ParameterStruct.h:
5528         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5529
5530         * bufferlist.C (emergencyWriteAll): use boost bind
5531
5532         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5533
5534         * text.C: include paragraph_funcs.h
5535         (breakParagraph): breakParagraph is now in global scope
5536
5537         * paragraph_funcs.[Ch]: new files
5538
5539         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5540         global scope
5541
5542         * buffer.C: include paragraph_funcs.h
5543         (insertStringAsLines): breakParagraph is now in global scope
5544
5545         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5546         paragraph_funcs.C
5547
5548         * CutAndPaste.C: include paragraph_funcs.h
5549         (cutSelection): breakParagraphConservative is now in global scope
5550         (pasteSelection): ditto
5551
5552         * buffer.h: declare oprator== and operator!= for
5553         Buffer::inset_iterator
5554
5555         * bufferlist.C (emergencyWrite): don't use fmt(...)
5556
5557         * text3.C: add using std::endl
5558
5559         * BufferView.C (moveCursorUpdate): remove default arg
5560
5561 2002-08-20  André Pönitz <poenitz@gmx.net>
5562
5563         * buffer.[Ch]: move inline functions to .C
5564
5565         * BufferView2.C:
5566         * BufferView_pimpl.C:
5567         * text.C:
5568         * buffer.[Ch]: use improved inset_iterator
5569
5570         * buffer.C:
5571         * paragraph.[Ch]: write one paragraph at a time
5572
5573 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5574
5575         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5576         style if style is not specified.
5577
5578 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5579
5580         * text2.C (setCounter): when searching for right label for a
5581         caption, make sure to recurse to parent insets (so that a caption
5582         in a minipage in a figure float works) (bug #568)
5583
5584 2002-08-20  André Pönitz <poenitz@gmx.net>
5585
5586         * text3.C: new file for LyXText::dispatch() and helpers
5587
5588         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5589
5590         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5591
5592 2002-08-19  André Pönitz <poenitz@gmx.net>
5593
5594         * lyxtext.h:
5595         * text.C: new LyXText::dispatch()
5596
5597         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5598
5599 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5600
5601         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5602
5603         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5604         Hebrew text.
5605
5606 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5607
5608         * Makefile.am: use $(variables) instead of @substitutions@
5609
5610 2002-08-15  André Pönitz <poenitz@gmx.net>
5611
5612         * lyxfunc.C:
5613         * BufferView_pimpl.C: streamlining mathed <-> outer world
5614         interaction
5615
5616         * commandtags.h:
5617         * LyXAction.C: remove unused LFUN_MATH
5618
5619 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5620
5621         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5622
5623 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5624
5625         * paragraph.C (Paragraph): reformat a bit
5626         (cutIntoMinibuffer): use builtin InsetList function instad of
5627         doing it manually.
5628         (getInset): ditto
5629
5630         * buffer.C: include boost/bind.hpp, add using std::for_each
5631         (writeFileAscii): use ParagraphList iterators
5632         (validate): use for_each for validate traversal of paragraphs
5633         (getBibkeyList): use ParagraphList iterators
5634         (resizeInsets): use for_each to resizeInsetsLyXText for all
5635         paragraphs.
5636         (getParFromID): use ParagraphList iterators
5637
5638         * BufferView2.C (lockInset): use paragraph list and iterators
5639
5640 2002-08-14  John Levon  <levon@movementarian.org>
5641
5642         * lyxserver.C: remove spurious xforms include
5643
5644 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5645
5646         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5647
5648 2002-08-13  André Pönitz <poenitz@gmx.net>
5649
5650         * LyXAction.[Ch]:
5651         * lyxfunc.C: further cleaning
5652
5653 2002-08-13  André Pönitz <poenitz@gmx.net>
5654
5655         * funcrequest.h: new constructor
5656
5657         * funcrequest.C: move stuff here from .h
5658
5659         * Makefile.am:
5660         * BufferView_pimpl.C:
5661         * LyXAction.C:
5662         * toc.C:
5663         * lyxfunc.C: subsequent changes
5664
5665         * lyxfunc.h: new view() member function
5666
5667         * lyxfunc.C: subsequent changes
5668
5669 2002-08-13  Angus Leeming  <leeming@lyx.org>
5670
5671         * BufferView2.C:
5672         * BufferView_pimpl.C:
5673         * buffer.C:
5674         * converter.C:
5675         * importer.C:
5676         * lyxfunc.C:
5677         * lyxvc.C:
5678         * toc.C:
5679         * vc-backend.C:
5680         changes due to the changed LyXView interface that now returns references
5681         to member variables not pointers.
5682
5683 2002-08-13  Angus Leeming  <leeming@lyx.org>
5684
5685         * WordLangTuple (word, lang_code): return references to strings,
5686         not strings.
5687
5688         * BufferView.h:
5689         * SpellBase.h:
5690         * lyxtext.h: forward-declare WordLangTuple.
5691
5692         * BufferView2.C:
5693         * ispell.C:
5694         * pspell.C:
5695         * text.C: #include "WordLangTuple.h".
5696
5697         * lyxtext.h:
5698         * text.C: (selectNextWordToSpellcheck): constify return type.
5699
5700 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
5701
5702         * buffer.C:
5703         * buffer.h:
5704         * lyxtext.h:
5705         * paragraph.C:
5706         * paragraph_pimpl.h:
5707         * text.C:
5708         * text2.C:
5709         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
5710         suggested by Angus.
5711         Made updateCounter always count from start of buffer, and removed
5712         second argument (par).
5713         Reverted floats number display to '#'. Perhaps I'll try again when the
5714         code base is sanitized a bit.
5715
5716 2002-08-12  Angus Leeming  <leeming@lyx.org>
5717
5718         * buffer.[Ch] (getLabelList): constify.
5719
5720 2002-08-07  André Pönitz <poenitz@gmx.net>
5721
5722         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
5723
5724         * funcrequest.h: extension to keep mouse (x,y) position
5725
5726 2002-08-12  Juergen Vigna  <jug@sad.it>
5727
5728         * BufferView2.C (insertErrors): forbid undo when inserting error
5729         insets.
5730
5731         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
5732
5733 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5734
5735         * ParagraphList.[Ch]: new files
5736
5737         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
5738
5739         * BufferView2.C (lockInset): ParagraphList changes
5740         * toc.C: ditto
5741         * text2.C: ditto
5742         * bufferlist.C: ditto
5743         * buffer.h: ditto
5744         * buffer.C: ditto
5745
5746 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5747
5748         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
5749         unused class variable counter_,
5750
5751         * paragraph.[Ch] (getFirstCounter): delete unused function
5752
5753         * counters.C: include LAssert.h
5754         (reset): add a new function with no arg, change other version to
5755         not have def. arg and to not allow empty arg.
5756
5757         * text2.C (setCounter): remove empty arg from call to Counters::reset
5758
5759 2002-08-11  John Levon  <levon@movementarian.org>
5760
5761         * Makefile.am: add WordLangTuple.h
5762
5763 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5764
5765         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
5766         lyxfunc.C lyxlex_pimpl.C: ws changes only.
5767
5768         * insets/insettext.C: InsetList changes
5769
5770         * graphics/GraphicsSupport.C (operator()): InsetList changes
5771
5772         * toc.C (getTocList): InsetList changes
5773
5774         * paragraph_pimpl.[Ch]: InsetList changes
5775
5776         * paragraph.[Ch]: InsetList changes
5777
5778         * buffer.C (inset_iterator): InsetList changes
5779         (setParagraph): ditto
5780         * buffer.h (inset_iterator): ditto
5781         * iterators.C (operator++): ditto
5782         * iterators.h: ditto
5783
5784         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
5785
5786         * InsetList.[Ch]: new files, most InsetList handling moved out of
5787         paragraph.C.
5788
5789         * BufferView2.C (removeAutoInsets): InsetList changes
5790         (lockInset): ditto
5791         (ChangeInsets): ditto
5792
5793 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5794
5795         * paragraph_pimpl.h (empty): new function
5796
5797         * paragraph.[Ch] (empty): new function
5798
5799         * other files: use the new Paragraph::empty function
5800
5801 2002-08-09  John Levon  <levon@movementarian.org>
5802
5803         * lyxtext.h: remove unused refresh_height
5804
5805 2002-08-09  John Levon  <levon@movementarian.org>
5806
5807         * Makefile.am:
5808         * sgml.h:
5809         * sgml.C:
5810         * buffer.C:
5811         * paragraph.h:
5812         * paragraph.C: move sgml char escaping out of paragraph
5813
5814         * paragraph.h:
5815         * paragraph.C: remove id setter
5816
5817         * buffer.C:
5818         * paragraph.C:
5819         * paragraph_pimpl.C: remove dead tex_code_break_column
5820
5821         * bufferview_funcs.C: small cleanup
5822
5823         * lyxfunc.C: remove dead proto
5824
5825         * lyxtext.h: make some stuff private. Remove some dead stuff.
5826
5827         * lyxgluelength.C: make as[LyX]String() readable
5828
5829 2002-08-08  John Levon  <levon@movementarian.org>
5830
5831         * LyXAction.h:
5832         * LyXAction.C:
5833         * MenuBackend.C:
5834         * ToolbarDefaults.C:
5835         * lyxfunc.C:
5836         * lyxrc.C:
5837         * toc.C: lyxaction cleanup
5838
5839 2002-08-08  John Levon  <levon@movementarian.org>
5840
5841         * BufferView2.C: small cleanup
5842
5843         * lyxfind.h:
5844         * lyxfind.C: move unnecessary header into the .C
5845
5846 2002-08-08  John Levon  <levon@movementarian.org>
5847
5848         * funcrequest.h: just tedious nonsense
5849
5850         * lyx_main.h:
5851         * lyx_main.C: cleanups
5852
5853         * buffer.C:
5854         * vspace.C: remove dead header lyx_main.h
5855
5856 2002-08-07  Angus Leeming  <leeming@lyx.org>
5857
5858         * Paragraph.[Ch]:
5859         * paragraph_pimpl.h:
5860         Forward declare class Counters in paragraph.h by moving the ctrs member
5861         variable into Paragraph::Pimpl.
5862         (counters): new method, returning a reference to pimpl_->ctrs.
5863
5864         * text2.C: ensuing changes.
5865
5866 2002-08-07  John Levon  <levon@movementarian.org>
5867
5868         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
5869
5870         * BufferView_pimpl.C: announce X selection on double/triple
5871           click
5872
5873         * lyx_main.C: use correct bool in batch dispatch
5874
5875         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
5876
5877 2002-08-07  André Pönitz <poenitz@gmx.net>
5878
5879         * funcrequest.h: new class to wrap a kb_action and its argument
5880
5881         * BufferView.[Ch]:
5882         * BufferView_pimpl[Ch]:
5883         * LaTeX.C:
5884         * LyXAction.[Ch]:
5885         * lyxfunc.[Ch]:
5886         * lyxrc.C: subsequent changes
5887
5888
5889 2002-08-07  John Levon  <levon@movementarian.org>
5890
5891         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
5892           document options change.
5893
5894 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
5895
5896         * counters.[Ch]
5897         * text2.C
5898         * paragraph.[Ch]
5899         * makefile.am: move counters functionality over from
5900         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
5901
5902 2002-08-06  John Levon  <levon@movementarian.org>
5903
5904         * WordLangTuple.h: new file for word + language code tuple
5905
5906         * SpellBase.h:
5907         * pspell.h:
5908         * pspell.C:
5909         * ispell.h:
5910         * ispell.C:
5911         * lyxtext.h:
5912         * text.C:
5913         * text2.C:
5914         * BufferView.h:
5915         * BufferView2.C: use WordLangTuple
5916
5917         * layout.h:
5918         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
5919
5920 2002-08-06  John Levon  <levon@movementarian.org>
5921
5922         * lyx_main.C: fix cmdline batch handling
5923
5924 2002-08-06  André Pönitz <poenitz@gmx.net>
5925
5926         * lyxrc.C: set default for show_banner to true
5927
5928 2002-08-06  John Levon  <levon@movementarian.org>
5929
5930         * pspell.C: fix a crash, and allow new aspell to work
5931
5932 2002-08-06  John Levon  <levon@movementarian.org>
5933
5934         * lyxfunc.C:
5935         * kbmap.C: small cleanup
5936
5937         * vspace.h:
5938         * vspace.C: add const
5939
5940 2002-08-05  John Levon  <levon@movementarian.org>
5941
5942         * LyXAction.C: back to tabular-insert
5943
5944 2002-08-04  John Levon  <levon@movementarian.org>
5945
5946         * BufferView.h:
5947         * BufferView.C: cosmetic change
5948
5949         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
5950
5951         * bufferlist.C:
5952         * buffer.h:
5953         * buffer.C:
5954         * lyxcb.h:
5955         * lyxcb.C:
5956         * lyxserver.C:
5957         * lyxvc.C:
5958         * vc-backend.C:
5959         * BufferView2.C: purge all "Lyx" not "LyX" strings
5960
5961         * lyxcursor.h:
5962         * lyxcursor.C: attempt to add some documentation
5963
5964         * lyxfunc.C:
5965         * commandtags.h:
5966         * LyXAction.C:
5967         * ToolbarDefaults.C:
5968         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
5969           merge with LFUN_TABULAR_INSERT
5970
5971         * Makefile.am:
5972         * SpellBase.h:
5973         * ispell.h:
5974         * ispell.C:
5975         * pspell.h:
5976         * pspell.C: split up i/pspell implementations into separate
5977           files, many cleanups
5978
5979         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
5980
5981         * text2.C: some cleanup
5982
5983         * lyxfunc.C: don't check for isp_command == "none" any more, it
5984           didn't make any sense
5985
5986 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
5987
5988         * counters.[Ch]
5989         * text2.C
5990         * paragraph.[Ch]
5991         * makefile.am: move counters functionality over
5992         from text2.C/paragraph.[Ch] to counters.[Ch], and
5993         make proper C++.
5994 2002-08-02  John Levon  <levon@movementarian.org>
5995
5996         * buffer.C: s/lyxconvert/lyx2lyx/
5997
5998 2002-08-02  Angus Leeming  <leeming@lyx.org>
5999
6000         * lyxlex.C: revert John's change as it breaks reading of the user
6001         preamble.
6002
6003 2002-08-02  Angus Leeming  <leeming@lyx.org>
6004
6005         * importer.C (Import):
6006         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6007         changes due to LyXView::view() now returning a boost::shared_ptr.
6008
6009 2002-08-02  John Levon  <levon@movementarian.org>
6010
6011         * lyxlex.C: small cleanup
6012
6013 2002-08-02  John Levon  <levon@movementarian.org>
6014
6015         * text2.C (status): small cleanup, no logic change
6016
6017 2002-08-01  John Levon  <levon@movementarian.org>
6018
6019         * buffer.h:
6020         * buffer.C (writeFile): don't output alerts, caller
6021           handles this
6022
6023         * bufferlist.C:
6024         * lyx_cb.C: from above
6025
6026         * lyxfunc.C: allow to open non-existent files
6027
6028 2002-07-31  John Levon  <levon@movementarian.org>
6029
6030         * lyxserver.C: don't let incidental errors get
6031           in the way (errno)
6032
6033 2002-07-30  John Levon  <levon@movementarian.org>
6034
6035         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6036
6037 2002-07-30  John Levon  <levon@movementarian.org>
6038
6039         * lyxserver.h:
6040         * lyxserver.C: remove I/O callback too
6041
6042 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6043
6044         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6045         log.
6046
6047 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6048
6049         * many files: strip,frontStrip -> trim,ltrim,rtrim
6050
6051 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6052
6053         * PrinterParams.h: remove extern containsOnly, and include
6054         support/lstrings.h instead.
6055
6056         * LaTeX.C (scanAuxFile): modify because of strip changes
6057         (deplog): ditto
6058         * buffer.C (makeLaTeXFile): ditto
6059         * bufferparams.C (writeFile): ditt
6060         * lyxfont.C (stateText): ditto
6061         * lyxserver.C (read_ready): ditto
6062         * vc-backend.C (scanMaster): ditto
6063
6064         * BufferView_pimpl.h: ws changes
6065
6066         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6067
6068 2002-07-26  André Pönitz <poenitz@gmx.net>
6069
6070         * kb_sequence.C: remove unnedred usings
6071
6072 2002-07-26  Juergen Vigna  <jug@sad.it>
6073
6074         * lyxfind.C (LyXReplace): we have to check better if the returned
6075         text is not of theLockingInset()->getLockingInset().
6076
6077 2002-07-25  Juergen Vigna  <jug@sad.it>
6078
6079         * lyxfind.C (LyXReplace): don't replace if we don't get the
6080         right LyXText.
6081
6082         * undo_funcs.C (createUndo): remove debugging code.
6083
6084 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6085
6086         * buffer.C (parseSingleLyXformat2Token): Use default placement
6087         when reading old floats.
6088
6089         * FloatList.C (FloatList): Change the default placement of figure
6090         and tables to "tbp".
6091
6092 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6093
6094         * MenuBackend.C: using std::max
6095
6096 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6097
6098         * MenuBackend.C (expandToc):
6099         (expandToc2): code moved from xforms menu frontend. It is now
6100         generic and TOCs are transparent to menu frontends.
6101
6102 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6103
6104         * toc.C (getTocList): protect against buf=0
6105
6106         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6107         Menu as first parameter. Now, this calls itself recursively to
6108         expand a whole tree (this will be useful for TOC handling)
6109         (expandFloatInsert): remove 'wide' version of floats
6110
6111         * MenuBackend.h (submenuname): returns the name of the submenu.
6112         (submenu): returns the submenu itself, provided it has been
6113         created by MenuBackend::expand
6114
6115 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6116
6117         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6118         insets which have noFontChange == true. (bug #172)
6119
6120 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6121
6122         * BufferView_pimpl.C: add connection objects and use them...
6123         (Pimpl): here.
6124
6125 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6126
6127         * MenuBackend.C (expandLastfiles):
6128         (expandDocuments):
6129         (expandFormats):
6130         (expandFloatListInsert):
6131         (expandFloatInsert):
6132         (expand): split expand in parts
6133
6134 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6135
6136         * lyx_gui.C: use lyx_gui::exit()
6137
6138 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6139
6140         * LyXAction.C: show the failing pseudo action
6141
6142 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6143
6144         * buffer.C (readFile): Run the lyxconvert script in order to read
6145         old files.
6146
6147 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6148
6149         * LyXAction.C:
6150         * commandtags.h:
6151         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6152
6153 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6154
6155         * LyXAction.C:
6156         * commandtags.h:
6157         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6158
6159 2002-07-22  Herbert Voss  <voss@lyx.org>
6160
6161         * lengthcommon.C:
6162         * lyxlength.[Ch]: add support for the vertical lengths
6163
6164 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6165
6166         * toc.[Ch]: std:: fixes
6167
6168 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6169
6170         * lyxrc.C: do not include lyx_main.h
6171
6172         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6173         for layouts
6174
6175         * lyxrc.C:
6176         * encoding.C:
6177         * bufferlist.C:
6178         * BufferView2.C: include "lyxlex.h"
6179
6180         * tabular.h:
6181         * bufferparams.h: do not #include "lyxlex.h"
6182
6183         * lyxtextclasslist.C (Add): remove method
6184         (classlist): renamed to classlist_
6185
6186         * paragraph_pimpl.C:
6187         * paragraph.C:
6188         * text2.C:
6189         * CutAndPaste.C:
6190         * bufferview_funcs.C:
6191         * bufferlist.C:
6192         * text.C:
6193         * LaTeXFeatures.C:
6194         * buffer.C:
6195         * toc.C (getTocList): use BufferParams::getLyXTextClass
6196
6197         * toc.C (getTocList): use InsetFloat::addToToc
6198
6199         * toc.[Ch]: new files, containing helper functions to handle table
6200         of contents
6201
6202         * lyxfunc.C (dispatch): no need to remove spaces around command
6203         given as a string
6204         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6205         first command of the sequence; it is not very clever, but I do not
6206         have a better idea, actually
6207
6208         * LyXAction.C (LookupFunc): make sure to remove space at the
6209         beginning and end of the command
6210
6211 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6212
6213         * MenuBackend.C (getMenubar): new method: return the menubar of
6214         this menu set
6215         (read): treat differently reading of menu and menubar (in
6216         particular, the menubar has no name now)
6217         (Menu::menubar): remove
6218
6219         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6220         saving is finished
6221
6222 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6223
6224         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6225         a bibitem inset in a RTL paragraph.
6226
6227 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6228
6229         * paragraph_pimpl.C: constify
6230
6231         * BufferView_pimpl.C:
6232         * LaTeX.C:
6233         * lyxfunc.C: fix dispatch in a nicer way
6234
6235 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6236
6237         * lyxfunc.C (dispatch):
6238         * BufferView_pimpl.C:
6239         * BufferView_pimpl.h:
6240         * BufferView.C:
6241         * BufferView.h: rename Dispatch() to dispatch()
6242
6243         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6244
6245         * lyxlayout.C (Read): honor DependsOn tag
6246
6247         * lyxlayout.[Ch] (depends_on): new method
6248
6249         * version.C.in: update lyx_docversion
6250
6251         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6252
6253         * paragraph.C (validate): remove from here...
6254         * paragraph_pimpl.C (validate): ... and move here
6255         (isTextAt): make it const
6256
6257         * buffer.C (getLists): ws cleanup
6258
6259 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6260
6261         * language.C (read): Use iso8859-1 encoding in latex_lang
6262         (this prevents LyX from crashing when using iso10646-1 encoding).
6263
6264 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6265
6266         * text2.C (toggleInset): if cursor is inside an inset, close the
6267         inset and leave cursor _after_ it
6268
6269 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6270
6271         * lyxfunc.C: move minibuffer completion handling out of here
6272
6273 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6274
6275         * BufferView_pimpl.C:
6276         * LaTeX.C: fix dispatch calls
6277
6278 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6279
6280         * text.C (drawChars): Fix Arabic text rendering.
6281
6282 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6283
6284         * LyXAction.C:
6285         * commandtags.h:
6286         * lyxfunc.C: remove message-push/pop
6287
6288         * lyxserver.C:
6289         * lyxfunc.h:
6290         * lyxfunc.C: rationalise some code by removing verboseDispatch
6291           in favour of a bool argument to dispatch()
6292
6293 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6294
6295         * lyx_main.C (init): make sure to read symlinks as absolute paths
6296
6297 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6298
6299         * lyxfunc.h:
6300         * lyxfunc.C: no need for commandshortcut to be a member
6301
6302 2002-07-15  André Pönitz <poenitz@gmx.net>
6303
6304         * converter.C: add support for $$s (scripts from lib/scripts dir)
6305         * lyx_main.C: white space
6306
6307 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6308
6309         * bufferlist.C:
6310         * lyxrc.h:
6311         * lyxrc.C: remove second exit confirmation
6312
6313 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6314
6315         * BufferView.h:
6316         * BufferView.C:
6317         * BufferView2.C:
6318         * BufferView_pimpl.h:
6319         * BufferView_pimpl.C:
6320         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6321
6322 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6323
6324         * MenuBackend.C (expand): add numeric shortcuts to document menu
6325
6326         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6327
6328 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6329
6330         * lyxfont.C (setLyXFamily):
6331         (setLyXSeries):
6332         (setLyXShape):
6333         (setLyXSize):
6334         (setLyXMisc):
6335         (lyxRead):
6336         * debug.C (value):
6337         * buffer.C (asciiParagraph): use ascii_lowercase
6338
6339 2002-07-15  Mike Fabian  <mfabian@suse.de>
6340
6341         * lyxlex_pimpl.C (search_kw):
6342         * lyxlex.C (getLongString):
6343         * converter.h (operator<):
6344         * converter.C (operator<):
6345         * buffer.C (parseSingleLyXformat2Token):
6346         (asciiParagraph):
6347         * ToolbarDefaults.C (read):
6348         * MenuBackend.C (checkShortcuts):
6349         (read):
6350         * LColor.C (getFromGUIName):
6351         (getFromLyXName): use the compare_ascii_no_case instead of
6352         compare_no_case, because in turkish, 'i' is not the lowercase
6353         version of 'I', and thus turkish locale breaks parsing of tags.
6354
6355 2002-07-16  Angus Leeming  <leeming@lyx.org>
6356
6357         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6358         now takes a Buffer const & argument.
6359
6360 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6361
6362         * BufferView.C (resize): check there's a buffer to resize
6363
6364 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6365
6366         * lyxfunc.C: remove dead code
6367
6368         * lyxserver.h:
6369         * lyxserver.C: use lyx_guii::set_read_callback
6370
6371 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6372
6373         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6374         an inset in a RTL paragraph.
6375
6376 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6377
6378         * lyxfunc.C: repaint after a font size update
6379
6380 2002-07-15  André Pönitz <poenitz@gmx.net>
6381
6382         * lyxlength.C: inBP should be able to return negative values
6383
6384 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6385
6386         * lyxfunc.C: use lyx_gui::update_fonts()
6387
6388 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6389
6390         * lyxfunc.C: use lyx_gui::update_color()
6391
6392 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6393
6394         * bufferlist.C:
6395         * lyxfunc.h:
6396         * lyxfunc.C:
6397         * lyxrc.h:
6398         * lyxrc.C: remove file->new asks for name option, and let
6399           buffer-new take an argument
6400
6401 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6402
6403         * BufferView_pimpl.C: remove unneeded extra repaint()
6404
6405 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6406
6407         * LyXAction.C: allow command-sequence with NoBuffer
6408
6409         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6410
6411 2002-07-10  Angus Leeming  <leeming@lyx.org>
6412
6413         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6414
6415 2002-07-09  Angus Leeming  <leeming@lyx.org>
6416
6417         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6418
6419 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6420
6421         * lengthcommon.h: whitespace
6422
6423         * lyxfunc.C: update scrollbar after goto paragraph
6424
6425         * lyxtext.h: factor out page break drawing, and fix it so
6426           page break/added space paints as selected nicely
6427
6428 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6429
6430         * BufferView_pimpl.C: add FIXMEs, clean up a little
6431
6432 2002-07-09  André Pönitz <poenitz@gmx.net>
6433
6434         * lyxfont.[Ch]: support for wasy symbols
6435
6436 2002-07-08  André Pönitz <poenitz@gmx.net>
6437
6438         * BufferView_pimpl.C: apply John's patch for #93.
6439
6440 2002-07-05  Angus Leeming  <leeming@lyx.org>
6441
6442         * BufferView_pimpl.C (buffer): generate previews if desired.
6443
6444         * LColor.h: add "preview" to the color enum.
6445
6446         * LColor.C (LColor): add a corresponding entry to the items array.
6447
6448         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6449         with this buffer.
6450
6451 2002-07-05  Angus Leeming  <leeming@lyx.org>
6452
6453         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6454         The body of the code is now in the method that is passed an ostream &
6455         rather than a file name.
6456         Pass an additional only_preamble parameter, useful for the forthcoming
6457         preview stuff.
6458
6459 2002-07-03  André Pönitz <poenitz@gmx.net>
6460
6461         * lyxfunc.C: simplify getStatus() a bit for math stuff
6462
6463 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6464
6465         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6466
6467 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6468
6469         * text.C (changeRegionCase): do not change case of all the
6470         document when region ends at paragraph end (bug #461)
6471
6472 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6473
6474         * paragraph.C (startTeXParParams):
6475         (endTeXParParams): add \protect when necessary
6476
6477 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6478
6479         * BufferView_pimpl.C (workAreaExpose): remove warning
6480
6481 2002-06-27  Angus Leeming  <leeming@lyx.org>
6482
6483         * Makefile.am: add lyxlayout_ptr_fwd.h.
6484
6485 2002-06-26  André Pönitz <poenitz@gmx.net>
6486
6487         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6488
6489 2002-06-25  Angus Leeming  <leeming@lyx.org>
6490
6491         * lyxfunc.C (dispatch): Comment out the call to
6492         grfx::GCache::changeDisplay. The method no longer exists now that the
6493         pixmap generation part of the graphics loader has been moved into
6494         InsetGraphics.
6495
6496 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6497
6498         * text2.C: layout as layout
6499
6500         * text.C: layout as layout
6501
6502         * tabular.C (OldFormatRead): layout as layout
6503
6504         * paragraph_pimpl.C (TeXDeeper): layout as layout
6505         (realizeFont): layout as layout
6506
6507         * paragraph.C (writeFile): layout as layout
6508         (validate): layout as layout
6509         (getFont): layout as layout
6510         (getLabelFont): layout as layout
6511         (getLayoutFont): layout as layout
6512         (breakParagraph): layout as layout
6513         (stripLeadingSpaces): layout as layout
6514         (getEndLabel): layout as layout
6515         (getMaxDepthAfter): layout as layout
6516         (applyLayout): layout as layout
6517         (TeXOnePar): layout as layout
6518         (simpleTeXOnePar): layout as layout
6519         (TeXEnvironment): layout as layout
6520         (layout): layout as layout
6521         (layout): layout as layout
6522
6523         * lyxtextclass.C (compare_name): new functor to work with
6524         shared_ptr, layout as layout
6525         (Read): layout as layout
6526         (hasLayout): layout as layout
6527         (operator): layout as layout
6528         (delete_layout): layout as layout
6529         (defaultLayout): layout as layout
6530
6531         * lyxlayout_ptr_fwd.h: new file
6532
6533         * lyxlayout.C (Read): layout as layout
6534
6535         * lyx_cb.C (MenuInsertLabel): layout as layout
6536
6537         * bufferlist.C (newFile): layout as layout
6538
6539         * buffer.C (readLyXformat2): layout as layout
6540         (parseSingleLyXformat2Token): layout as layout
6541         (insertStringAsLines): layout as layout
6542         (asciiParagraph): layout as layout
6543         (latexParagraphs): layout as layout
6544         (makeLinuxDocFile): layout as layout
6545         (simpleLinuxDocOnePar): layout as layout
6546         (makeDocBookFile): layout as layout
6547         (simpleDocBookOnePar): layout as layout
6548         (getLists): layout as layout
6549
6550         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6551
6552         * CutAndPaste.C (cutSelection): layout as layout
6553         (pasteSelection): layout as layout
6554         (SwitchLayoutsBetweenClasses): layout as layout
6555
6556         * BufferView_pimpl.C (Dispatch): layout as layout
6557         (smartQuote): layout as layout
6558
6559         * BufferView2.C (unlockInset): layout as layout
6560
6561 2002-06-24  André Pönitz <poenitz@gmx.net>
6562
6563         * lyxfunc.C: fix #487
6564
6565 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6566
6567         * lyxrc.h:
6568         * lyxrc.C:
6569         * lyxfunc.C: remove display_shortcuts, show_banner
6570
6571 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6572
6573         * Buffer_pimpl.C: oops, update on resize
6574
6575 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6576
6577         * buffer.C:
6578         * converter.C:
6579         * exporter.C:
6580         * lyxfunc.C:
6581         * BufferView.h:
6582         * BufferView.C: use repaint()
6583
6584         * BufferView_pimpl.h:
6585         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6586           as it's a clearer description. Remove superfluous
6587           redraws.
6588
6589 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6590
6591         * text.C: fix bug 488. Not ideal, but getting
6592           getWord() to work properly for the insets that
6593           matter is more difficult ...
6594
6595 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6596
6597         * BufferView_pimpl.C:
6598         * LyXAction.C:
6599         * commandtags.h:
6600         * lyxfunc.C: remove the six million index lyxfuncs to just
6601           one, and DTRT (bug 458)
6602
6603 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6604
6605         * BufferView.h:
6606         * BufferView.C:
6607         * BufferView_pimpl.h:
6608         * BufferView_pimpl.C: clean up resize() stuff,
6609           and unnecessary updateScreen()s
6610
6611 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6612
6613         * BufferView.h:
6614         * BufferView.C:
6615         * BufferView_pimpl.h:
6616         * BufferView_pimpl.C:
6617         * lyxfind.h:
6618         * lyxfind.C:
6619         * minibuffer.C: remove focus management of workarea,
6620           not needed. Use screen's greyOut()
6621
6622 2002-06-17  Herbert Voss  <voss@lyx.org>
6623
6624         * converter.C: (convert) do not post a message, when converting
6625         fails, let the calling function decide what to do in this case
6626
6627 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6628
6629         * lyxfunc.C: tidy up a little
6630
6631 2002-06-16    <alstrup@diku.dk>
6632
6633         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6634         Got rid of FORMS_H_LOCATION include. Now we are
6635         GUII.
6636
6637 2002-06-15  LyX Development team  <lyx@rilke>
6638
6639         * buffer.[Ch] (sgmlOpenTag):
6640         (sgmlCloseTag): Added support for avoiding pernicious mixed
6641         content. Return number of lines written.
6642
6643         (makeLinuxDocFile):
6644         (makeDocBookFile): Fixed calls to sgml*Tag.
6645         Simple white space clean.
6646
6647         (simpleDocBookOnePar): Simple white space clean.
6648
6649         * tabular.[Ch] (docBook): Renamed to docbook and got another
6650         argument to related with the pernicious mixed content.
6651
6652         (docbookRow): Fixed calls for docbook inset method.
6653
6654 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6655
6656         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6657         so it's X11 independent.
6658
6659         * kb*.[Ch]: ditto.
6660
6661         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6662
6663 2002-06-15  Lyx Development team  <lyx@electronia>
6664
6665         * intl.h: Renamed getTrans to getTransManager.
6666
6667 2002-06-14  Angus Leeming  <leeming@lyx.org>
6668
6669         * Makefile.am: nuke forgotten stl_string_fwd.h.
6670
6671 2002-06-12  Angus Leeming  <leeming@lyx.org>
6672
6673         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6674
6675 2002-06-13  Angus Leeming  <leeming@lyx.org>
6676
6677         * LaTeX.C:
6678         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6679
6680 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
6681
6682         * kbmap.C (getiso): add support for cyrillic and greek
6683
6684 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6685
6686         * BufferView.h:
6687         * BufferView.C:
6688         * BufferView_pimpl.h:
6689         * BufferView_pimpl.C: move bogus scrolling logic
6690           to xforms
6691
6692 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6693
6694         * lyxfunc.C:
6695         * BufferView_pimpl.C: view->resize() change
6696
6697 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6698
6699         * BufferView_pimpl.C: topCursorVisible
6700           prototype change
6701
6702 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6703
6704         * Makefile.am:
6705         * lyx_gui.h:
6706         * lyx_gui.C: move to frontends/
6707
6708         * main.C:
6709         * lyx_main.h:
6710         * lyx_main.C: changes from above
6711
6712 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6713
6714         * intl.C:
6715         * intl.h:
6716         * kbmap.C:
6717         * kbsequence.C:
6718         * lyx_cb.C:
6719         * lyx_main.C: minor tidy
6720
6721 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6722
6723         * BufferView_pimpl.h:
6724         * BufferView_pimpl.C:
6725         * BufferView.h:
6726         * BufferView.C: make painter() const,
6727           remove dead code
6728
6729         * BufferView2.C: use screen() accessor
6730
6731         * lyx_main.h:
6732         * lyx_main.C: some minor cleanup
6733
6734 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6735
6736         * BufferView_pimpl.h:
6737         * BufferView_pimpl.C: remove enter/leaveView,
6738           use workHeight()
6739
6740 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6741
6742         * BufferView.h:
6743         * BufferView.C:
6744         * BufferView2.C:
6745         * BufferView_pimpl.h:
6746         * BufferView_pimpl.C: only construct screen once,
6747           rename
6748
6749         * lyxrc.C: remove pointless comment
6750
6751 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6752
6753         * BufferView.h:
6754         * BufferView.C: remove active() and belowMouse()
6755
6756         * BufferView_pimpl.h:
6757         * BufferView_pimpl.C: use workarea() not workarea_,
6758           and make it use a scoped_ptr instead
6759
6760 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6761
6762         * lyx_gui.C: add debug message on BadWindow
6763
6764 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6765
6766         * sp_spell.C: fdopen is not part of the C++ standard.
6767
6768         * paragraph.C (InsetIterator): use >= instead of ==
6769
6770 2002-06-07  Angus Leeming  <leeming@lyx.org>
6771
6772         Fixes needed to compile with Compaq cxx 6.5.
6773         * BufferView_pimpl.C:
6774         * DepTable.C:
6775         * buffer.C:
6776         * converter.C:
6777         * encoding.C:
6778         * lyx_gui.C:
6779         * lyx_main.C:
6780         * lyxtextclasslist.C:
6781         * minibuffer.C:
6782         * sp_spell.C:
6783         * tabular_funcs.C:
6784         * vc-backend.C:
6785         all c-library variables have been moved into namespace std. Wrap
6786         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
6787
6788         * lyxlength.C:
6789         * tabular-old.C:
6790         * tabular.C:
6791         Add a using std::abs declaration.
6792
6793         * kbmap.h (modifier_pair):
6794         * paragraph.h (InsetTable, InsetList):
6795         * lyxfont.h (FontBits):
6796         type definition made public.
6797
6798         * bufferlist.C (emergencyWriteAll): the compiler complains that
6799         there is more than one possible lyx::class_fun template to choose from.
6800         I re-named the void specialisation as lyx::void_class_fun.
6801
6802         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
6803
6804         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
6805         the compiler is is unable to find tostr in write_attribute.
6806
6807 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6808
6809         * buffer.C (sgmlError): hide #warning
6810
6811 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6812
6813         * xtl/*: get rid of xtl, which is not in use anyway
6814
6815         * LyXAction.C (init):
6816         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
6817         were unimplemented xtl experimentation
6818
6819 2002-06-04  André Pönitz <poenitz@gmx.net>
6820
6821         * lyxfunc.C: disable array operation on simple formulae
6822
6823 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
6824
6825         * converter.C: constify a bit
6826
6827 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
6828
6829         * lyx_gui.C: check xforms version correctly
6830
6831 2002-04-30  Herbert Voss  <voss@lyx.org>
6832
6833         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
6834         "keep" option
6835
6836 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
6837
6838         * lyxvc.C: fix bug 416 (make sure buffer is saved before
6839           attempt to register it with a VCS)
6840
6841 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6842
6843         * lyx_main.C (init): honor variables LYX_DIR_13x and
6844         LYX_USERDIR_13x
6845
6846 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6847
6848         * buffer.h:
6849         * buffer.C:
6850         * lyx_main.C: fix a crash on bad command line,
6851           and give a useful exit status on error
6852
6853         * lyxfunc.C (doImport): allow -i lyx to work
6854
6855 2002-03-30  André Pönitz <poenitz@gmx.net>
6856
6857         * lyxfunc.C: mathed font changes
6858
6859 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6860
6861         * LaTeX.C:
6862         * importer.h:
6863         * importer.C:
6864         * lyx_sty.h:
6865         * lyx_sty.C:
6866         * lyxlex.C:
6867         * lyxrow.h:
6868         * lyxtext.h:
6869         * paragraph.h:
6870         * paragraph.C:
6871         * texrow.h:
6872         * texrow.C:
6873         * text.C:
6874         * trans_mgr.h: srcdocs, and some minor cleanups
6875
6876 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6877
6878         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
6879         call getFont all the time)
6880
6881 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6882
6883         * switch from SigC signals to boost::signals
6884
6885 2002-05-29  André Pönitz <poenitz@gmx.net>
6886
6887         * paragraph_pimpl.C (getChar): don't call size() too often...
6888
6889 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6890
6891         * paragraph_pimpl.C (insertChar): do not try to update tables when
6892         appending (pos == size())
6893
6894         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
6895         in order to reduce drastically the number of comparisons needed to
6896         parse a large document
6897
6898 2002-05-29  André Pönitz <poenitz@gmx.net>
6899
6900         * text.C:
6901         * text2.C:
6902         * lyxtextclass.C:
6903         * sp_pspell.h:
6904         * textclasslist.[Ch]:
6905         * sp_ispell.h: whitespace change
6906
6907 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6908
6909         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
6910         lyxaction directly now.
6911
6912 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
6913
6914         * trans.C:
6915         * lyxfont.C:
6916         * lyxvc.C: remove unused headers
6917
6918 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6919
6920         * Makefile.am:
6921         * buffer.h:
6922         * undostack.h:
6923         * undostack.C:
6924         * undo_funcs.h:
6925         * undo_funcs.C: some cleanups. Use shared_ptr
6926           and a template for the undo stacks.
6927
6928 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6929
6930         * BufferView_pimpl.h:
6931         * BufferView_pimpl.C:
6932         * kbmap.h:
6933         * kbmap.C:
6934         * kbsequence.h:
6935         * kbsequence.C:
6936         * lyxfunc.h:
6937         * lyxfunc.C:
6938         * text2.C: use key_state/mouse_state
6939
6940 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6941
6942         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
6943         and LSubstring
6944
6945         * chset.C: change include order
6946         (loadFile): use boost regex and get rid of LRegex and LSubstring
6947
6948         * Makefile.am (BOOST_LIBS): new variable
6949         (lyx_LDADD): use it
6950
6951         * LaTeX.C: change include order.
6952         (scanAuxFile): use boost regex and get rid of LRegex and
6953         LSubstring
6954         (deplog): ditto
6955
6956 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6957
6958         * ColorHandler.h:
6959         * ColorHandler.C:
6960         * FontInfo.h:
6961         * FontInfo.C: moved to frontends/xforms/
6962
6963         * FontLoader.h:
6964         * FontLoader.C: moved into frontends for GUIIzation
6965
6966         * Makefile.am:
6967         * lyx_gui.C:
6968         * lyxfont.C:
6969         * lyxfunc.C: changes from above
6970
6971 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6972
6973         * LColor.C: remove spurious X include
6974
6975         * BufferView_pimpl.C:
6976         * Makefile.am:
6977         * font.h:
6978         * font.C:
6979         * text.C:
6980         * text2.C: move font metrics to frontends/
6981
6982 2002-05-24  Juergen Vigna  <jug@sad.it>
6983
6984         * undo_funcs.C (textHandleUndo): fix the cursor selection after
6985         setting the undo_cursor.
6986
6987         * ParagraphParameters.h: include local includes first.
6988
6989 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6990
6991         * BufferView_pimpl.C:
6992         * BufferView_pimpl.h:
6993         * Makefile.am:
6994         * WorkArea.h:
6995         * WorkArea.C:
6996         * screen.C: move WorkArea into frontends/
6997
6998         * lyxscreen.h:
6999         * screen.C:
7000         * text.C:
7001         * BufferView.C:
7002         * BufferView2.C: move LyXScreen into frontends/
7003
7004         * lyxlookup.h:
7005         * lyxlookup.C:
7006         * lyx_gui.C: move lyxlookup into frontends/xforms/
7007
7008 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7009
7010         * BufferView2.C:
7011         * BufferView_pimpl.C:
7012         * FontLoader.C:
7013         * LyXView.h:
7014         * LyXView.C:
7015         * Makefile.am:
7016         * WorkArea.C:
7017         * XFormsView.h:
7018         * XFormsView.C:
7019         * buffer.C:
7020         * bufferlist.C:
7021         * bufferview_funcs.C:
7022         * converter.C:
7023         * importer.C:
7024         * lyx_cb.C:
7025         * lyx_gui.C:
7026         * lyx_main.C:
7027         * lyx_find.C:
7028         * lyxfunc.C:
7029         * lyxvc.C:
7030         * minibuffer.C:
7031         * text.C:
7032         * text2.C:
7033         * trans.C:
7034         * vc-backend.C: move LyX/XFormsView into frontends/
7035
7036 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7037
7038         * Makefile.am:
7039         * PainterBase.C:
7040         * PainterBase.h:
7041         * Painter.C:
7042         * Painter.h:
7043         * WorkArea.C:
7044         * WorkArea.h:
7045         * screen.C:
7046         * tabular.C:
7047         * text.C:
7048         * text2.C: move Painter to frontends/
7049
7050 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7051
7052         * buffer.C: comment out some some code that depend upon lyx_format
7053         < 220
7054
7055         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7056         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7057
7058         * buffer.h (NO_COMPABILITY): turn off compability
7059
7060         * ColorHandler.C: include scoped_array.hpp
7061
7062         * font.C: Use more specific smart_ptr header.
7063         * Painter.C: ditto
7064         * gettext.C: ditto
7065         * ShareContainer.h: ditto
7066         * lyx_main.h: ditto
7067         * kbmap.h: ditto
7068         * FontInfo.h: ditto
7069         * BufferView_pimpl.h: ditto
7070         * ColorHandler.h: ditto
7071
7072         * kbmap.C (defkey): change call to shared_ptr::reset
7073
7074 2002-05-21  Juergen Vigna  <jug@sad.it>
7075
7076         * buffer.C (insertErtContents): fix to insert ert asis if it is
7077         non empty. Skip it completely if it contains only whitespaces.
7078
7079 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7080
7081         * BufferView_pimpl.C:
7082         * BufferView2.C: clear selection on paste (bug 393)
7083
7084 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7085
7086         * DepTable.C: include ctime
7087
7088 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7089
7090         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7091
7092 2002-05-14  Juergen Vigna  <jug@sad.it>
7093
7094         * text.C (breakParagraph): fixed function to honor the keepempty
7095         layout in the right maner and also to permit the right breaking
7096         algorithm on empty or non empyt keepempty paragraphs.
7097
7098         * paragraph.C (breakParagraph): we have to check also if the par
7099         is really empty (!size()) for isempty otherwise we do the wrong
7100         paragraph break.
7101
7102 2002-05-10  Juergen Vigna  <jug@sad.it>
7103
7104         * buffer.[Ch] : The following are only changes to the ert
7105         compatibility read reading old LaTeX layout and font stuff and
7106         convert it to ERTInsets.
7107
7108         * buffer.h: added isErtInset().
7109
7110         * buffer.C (struct ErtComp): add a fromlayout bool to check
7111         if we're inside a LaTeX layout.
7112         (isErtInset): new helper function.
7113         (insertErtContents): look for other ert insets before this one
7114         and insert the contents there, so that we don't have subsequent
7115         ERT insets with nothing between them. This way we create only one
7116         inset with multiple paragraphs. Also check if we don't insert only
7117         spaces ' ' as they are ignored anyway afterwards in the .tex file
7118         so if we have only spaces we will ignore this latex part in the
7119         new file.
7120         (parseSingleLyXformat2Token \\layout): better compatibility when
7121         reading layout-latex stuff.
7122         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7123         language tag.
7124         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7125         stuff after reading the inset only get the information back from
7126         the stack.
7127
7128 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7129
7130         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7131
7132         * LaTeXFeatures.C (getBabelOptions): New method.
7133
7134 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7135
7136         * BufferView_pimpl.C (Dispatch): work around missing argument for
7137         'layout'
7138
7139 2002-05-08  Juergen Vigna  <jug@sad.it>
7140
7141         * text.C (leftMargin): handle paragraph leftindent.
7142
7143         * paragraph.C (writeFile): write the new \\leftindent tag.
7144         (validate): handle leftindent code.
7145         (TeXEnvironment): handle paragraphleftindent code again.
7146
7147         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7148
7149         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7150         for paragrap_extra indent code and new token \\leftindent.
7151         (latexParagraphs): handle the leftindent as environment.
7152
7153         * ParameterStruct.h: added leftindent support.
7154
7155         * ParagraphParameters.C (leftIndent): added support functions for
7156         the paragraph left indent.
7157
7158         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7159         more appropriate.
7160
7161 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7162
7163         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7164         inside insetERT.
7165
7166         * text.C (computeBidiTables): No bidi in insetERT.
7167
7168         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7169         in RTL documents.
7170
7171 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7172
7173         * version.C.in: pre 5
7174
7175 2002-05-02  José Matos  <jamatos@fep.up.pt>
7176         * buffer.C (makeDocBookFile): white space changes, add newline to
7177         command styles.
7178         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7179
7180         * tabular.C (docBook): fix typo.
7181
7182 2002-05-03  Juergen Vigna  <jug@sad.it>
7183
7184         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7185         change in LyXText as we can not be sure it was not freed.
7186         (drawOneRow): remove unused code.
7187
7188         * text.C (drawInset): redo the calculation of the need_break_row as
7189         it could have a row which was already freed.
7190         (draw): look at the return value of drawInset and return false if
7191         it also returned false.
7192         (paintRowText): look at the return value of draw and return false if
7193         it also returned false.
7194
7195         * lyxtext.h: added bool return type to drawInset() and draw() so that
7196         if we have a change in the row so that the rowbreak has to be redone
7197         we abort drawing as it will be called again.
7198
7199 2002-05-02  Juergen Vigna  <jug@sad.it>
7200
7201         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7202         a change in the maintext also if we're inside an inset.
7203         (Dispatch): set the cursor again after a break line and after the
7204         screen has been updated as it could be we're in a different row.
7205
7206         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7207         to set the cursor behind the pargraph with > size().
7208         (setCursor): check also for the same paragraph when checking where
7209         to put the cursor if we have a NFR inset.
7210
7211         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7212         parts of layout read further up as it still was in the wrong
7213         position.
7214
7215 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7216
7217         * screen.C (drawFromTo): change sine fullRebreak always return
7218         true.
7219
7220         * buffer.C (parseSingleLyXformat2Token): reindent some
7221
7222         * BufferView_pimpl.C (update): change since fullRebreak always
7223         return true.
7224         (Dispatch): git rid of the last hardcoded "Standard"s.
7225
7226 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7227
7228         * text2.[Ch] (fullRebreak): make it return void now that we always
7229         returned true.
7230
7231 2002-04-30  Juergen Vigna  <jug@sad.it>
7232
7233         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7234         ert compatibility check for "latex" layout.
7235
7236 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7237
7238         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7239         minipages: use col% instead of p%, and also use the current font.
7240         (makeLaTeXFile): Fix use babel condition.
7241         (parseSingleLyXformat2Token): Correct font when reading old floats.
7242
7243 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7244
7245         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7246         inserting list of floats.
7247
7248 2002-04-25  Herbert Voss  <voss@lyx.org>
7249
7250         * MenuBackend.C (expand): don't add the graphics extensions to the
7251         export menu
7252
7253 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7254
7255         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7256         non-existing layout, do not complain if it was the default layout
7257         of the original class (bug #342)
7258
7259 2002-04-24  Juergen Vigna  <jug@sad.it>
7260
7261         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7262         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7263
7264 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7265
7266         * buffer.C (getBibkeyList): If using \bibliography, return the
7267         option field with the reference itself. Enables us to provide natbib
7268         support when using \bibliography.
7269
7270 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7271
7272         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7273
7274         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7275         natbib is provided by the LaTeX class.
7276
7277 2002-04-23  Juergen Vigna  <jug@sad.it>
7278
7279         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7280         Wakeup functions.
7281
7282         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7283
7284 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7285
7286         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7287
7288         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7289         ensuremath around textordmasculine, textordfeminine and
7290         textdegree.
7291
7292 2002-04-19  Juergen Vigna  <jug@sad.it>
7293
7294         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7295         reinitializing the buffer otherwise row-dimensions may be wrong.
7296         (update): reset also the selection cursors if they do exits otherwise
7297         their x/y positions may be wrong.
7298
7299         * text2.C (cursorDown): don't enter the inset if we came from a row
7300         above and are one row over the inset.
7301
7302         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7303         really leaving an inset.
7304
7305 2002-04-18  Juergen Vigna  <jug@sad.it>
7306
7307         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7308         of the selected paragraph does not have the selected layout also if
7309         the last one had!
7310
7311         * text2.C (setLayout): fixed bug which did not change last selected
7312         paragraph.
7313
7314         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7315         changed the read and substituted \\end_float with \\end_inset!
7316
7317         * BufferView_pimpl.C (cursorPrevious):
7318         (cursorNext): fixed to make it work with rows heigher than the work
7319         area without moving the cursor only the draw of the row.
7320         (workAreaMotionNotify): fix jumping over high rows.
7321
7322 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7323
7324         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7325         Ressler.
7326
7327 2002-04-16  Juergen Vigna  <jug@sad.it>
7328
7329         * text2.C (setCursor): set also the irow().
7330         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7331         (cursorUp):
7332         (cursorDown): support for locking an inset if the x_fix value goes
7333         inside it. That way I can transverse insets too with cursor up/down.
7334
7335         * lyxrow.h: added irow helper function same as other (i) functions.
7336
7337         * BufferView_pimpl.C (cursorPrevious):
7338         (cursorNext): fixed for insets!
7339
7340 2002-04-15  Juergen Vigna  <jug@sad.it>
7341
7342         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7343         position otherwise it is wrong in some cases.
7344
7345         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7346         inside the inset before the call.
7347
7348 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7349
7350         * buffer.[Ch] (getBibkeyList): make it const.
7351
7352 2002-04-12  Juergen Vigna  <jug@sad.it>
7353
7354         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7355
7356         * text2.C (getCursorX): new helper function
7357         (setCursor): compute also ix_
7358         (setCursorFromCoordinates): set also ix.
7359
7360         * lyxcursor.h: added ix_ and helper functions.
7361
7362         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7363
7364         * buffer.C (insertStringAsLines): dont break paragraph if the this
7365         paragraph is inside an inset which does not permit it!
7366
7367         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7368         also with no chars on this paragraph.
7369         (paintRowText): only paint stuff if it's inside the workarea!
7370
7371         * paragraph.C (breakParagraph): honor keepempty flag and break the
7372         paragraph always below not above.
7373
7374         * BufferView2.C (unlockInset): update the paragraph layout on inset
7375         unlock as we changed paragraph in such a case.
7376
7377         * lyxfind.C (LyXFind): clear the former selection if not found!
7378
7379         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7380         again called in insertChar().
7381
7382         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7383         an inset which uses the whole row!
7384         (rightMargin): ditto.
7385         (insertChar): force a rebreak if we inserted an inset!
7386
7387 2002-03-28  Herbert Voss  <voss@lyx.org>
7388
7389         * lyxlength.[Ch]: add inBP() to get the right PS-point
7390         units (BigPoint). With inPixels we have rounding errors
7391
7392 2002-04-11  Juergen Vigna  <jug@sad.it>
7393
7394         * text2.C (setCursorFromCoordinates): set iy to the right value.
7395         (setCursor): add check if row->previous exists!
7396
7397         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7398         an old float_type as this was the case in the old code!
7399
7400         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7401
7402         * BufferView2.C (showLockedInsetCursor): use iy
7403         (fitLockedInsetCursor): ditto
7404
7405         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7406         locked insets as there we have the right value now.
7407
7408         * lyxcursor.C: added iy_ variable and iy functions to set to the
7409         baseline of cursor-y of the locked inset.
7410
7411         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7412         (setCursor): fixed for insets which need a full row.
7413
7414         * text.C (rowLastPrintable): don't ignore the last space when before
7415         an inset which needs a full row.
7416         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7417         as last character of a row when before a inset which needs a full row.
7418
7419 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7420
7421         * version.C.in: update date
7422
7423         * text2.C (fullRebreak): try to always return true and see what
7424         happens...
7425
7426 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7427
7428         * MenuBackend.C (expand): use Floating::listName
7429
7430         * FloatList.C (FloatList): add listName argument to the built-in
7431         floats
7432
7433         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7434         text associated with the float.
7435
7436 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7437
7438         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7439
7440 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7441
7442         * ShareContainer.h: add a couple of missing typenames.
7443
7444 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7445
7446         * lyxrc.C (getDescription): use _() correctly rather than N_().
7447
7448 2002-03-28  Herbert Voss  <voss@lyx.org>
7449
7450         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7451         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7452
7453 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7454
7455         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7456         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7457
7458 2002-03-29  Juergen Vigna  <jug@sad.it>
7459
7460         * lyxfunc.C (dispatch): add a missing fitCursor call.
7461
7462         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7463         it was scrolled by a cursor move, so return the bool status.
7464
7465         * BufferView.C (fitCursor): return the bool flag also to the outside
7466         world as this is needed.
7467
7468         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7469
7470         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7471         call the edit() as it is not needed (and wrong) IMO.
7472         (workAreaButtonPress): set the screen_first variable before evt.
7473         unlock the inset as this may change screen_first and then we have
7474         a wrong y position for the click!
7475
7476 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7477
7478         * MenuBackend.C (expand): another translation that I missed
7479
7480 2002-03-28  Juergen Vigna  <jug@sad.it>
7481
7482         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7483
7484         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7485
7486 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7487
7488         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7489
7490         * MenuBackend.C (expand): fix export/view/update when there is no
7491         document open.
7492
7493 2002-03-27  Herbert Voss  <voss@lyx.org>
7494
7495         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7496         and text%
7497
7498 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7499
7500         * bufferview_funcs.C (currentState): only show paragraph number
7501         for is DEVEL_VERSION is set.
7502
7503         * lyxfunc.C (dispatch): put warning in INFO channel
7504
7505         * MenuBackend.C (expand): translate the name of floats
7506
7507         * FloatList.C (FloatList): mark the float names for translation
7508
7509         * converter.C (convert): use LibScriptSearch
7510
7511 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7512
7513         * MenuBackend.C (defaults): fix default menu (we might as well get
7514         rid of it...)
7515
7516 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7517
7518         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7519         directory.
7520
7521 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7522
7523         * lyxvc.C: reorder includes.
7524
7525 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7526
7527         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7528           properly
7529
7530 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7531
7532         * CutAndPaste.C: change layouts earlier on paste
7533           to avoid crashing when calling getFont()
7534
7535 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7536
7537         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7538         irritating #error.
7539
7540 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7541
7542         * WorkArea.C: remove 'Pending' debug message.
7543
7544         * most files: ws cleanup
7545
7546         * buffer.[Ch]: ws changes
7547
7548         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7549
7550 2002-03-21  Juergen Vigna  <jug@sad.it>
7551
7552         * tabular.C (SetMultiColumn): collapse also the contents of the
7553         cells and set the last border right. Added a Buffer const * param.
7554
7555 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7556
7557         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7558         linking or not.
7559
7560 2002-03-19  Juergen Vigna  <jug@sad.it>
7561
7562         * text2.C (clearSelection): reset also xsel_cache.
7563
7564         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7565         where it needs to be called (John tells us to do so too :)
7566         (selectionLost): reset sel_cache.
7567
7568         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7569
7570 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7571
7572         * text2.C (setCursorIntern): put debuging code in INSETS channel
7573
7574 2002-03-19  André Pönitz <poenitz@gmx.net>
7575
7576         * lyxfunc.C: tiny whitespace change
7577
7578 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7579
7580         * ToolbarDefaults.C (init):
7581         * LyXAction.C (init):
7582         * commandtags.h:
7583         * BufferView_pimpl.C (Dispatch):
7584         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7585
7586 2002-03-19  Allan Rae  <rae@lyx.org>
7587
7588         * exporter.C (Export): removeAutoInsets before doing anything else.
7589         While I've just introduced a dependency on BufferView this really is
7590         the best place to clean the buffer otherwise you need to cleanup in
7591         a dozen places before calling export or cleanup in a dozen functions
7592         that export calls.
7593
7594         * converter.C (runLaTeX):
7595         (scanLog): Better handling of removeAutoInsets and screen updates.
7596
7597         * lyxfunc.C (dispatch): small whitespace changes
7598
7599 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7600
7601         * WorkArea.C (C_WorkAreaEvent): return a value.
7602         (event_cb): return 1 if we handled the event, 0 otherwise.
7603
7604         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7605
7606 2002-03-18  Juergen Vigna  <jug@sad.it>
7607
7608         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7609         (GetAdditionalWidth): ditto.
7610         (RightLine): ditto.
7611         (LeftLine): ditto.
7612
7613         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7614         inset if we're there actually (probably not used right now but this
7615         is the direction to go for unifying code).
7616         (paste): disable code to clear the selection.
7617
7618         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7619         inside an InsetText and move the check further up as it is in the
7620         wrong place.
7621
7622         * text2.C (pasteSelection): set a selection over the pasted text.
7623
7624 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7625
7626         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7627         and libgraphics to build on Cygwin.
7628
7629 2002-03-15  Juergen Vigna  <jug@sad.it>
7630
7631         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7632         inserting an Inset into the paragraph. I know this is not the best
7633         fix but we already use current_view in CutAndPaste so we will remove
7634         all of it's using at the same time.
7635
7636         * buffer.C (sgmlError): deactivated function till it is rewritten in
7637         the right mode, now it can create problems.
7638
7639         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7640         before accessing it.
7641
7642 2002-03-14  Juergen Vigna  <jug@sad.it>
7643
7644         * undo_funcs.C (textHandleUndo): do the right thing when updating
7645         the inset after the undo/redo.
7646
7647         * text2.C (setCursor): just some testcode for #44 not ready yet.
7648
7649         * undo_funcs.C (textHandleUndo): set the next() and previous()
7650         pointers of the paragraph to 0 before deleting otherwise we have
7651         problems with the Paragraph::[destructor].
7652
7653         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7654         on a paragraph insertion.
7655
7656 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7657
7658         * buffer.C (asciiParagraph): use += operator for char append to
7659         string.
7660
7661         * paragraph.C (getFontSettings): compare >= not just >
7662         (highestFontInRange): ditto
7663         (setFont): ditto
7664
7665 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7666
7667         * paragraph.C: change several algorithm to be more appripriate for
7668         the problem domain. This is lookip in FontList and in the InsetList.
7669
7670 2002-03-13  André Pönitz <poenitz@gmx.net>
7671
7672         * commandtags.h:
7673         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7674
7675 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7676
7677         * commandtags.h:
7678         * LyXAction.C:
7679         * lyxfunc.C:
7680         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
7681
7682 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7683
7684         * Painter.C (display): anon helper function, adjust code for this
7685         change.
7686         (pixmap): remove function.
7687
7688         * Painter.h: remove private display variable.
7689
7690         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
7691
7692 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
7693
7694         * WorkArea.[Ch]: remove figinset_canvas cruft.
7695
7696 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7697
7698         * lyxtextclass.C (operator): add one item cache optimization.
7699
7700         * bufferlist.h: doxy changes
7701
7702         * bufferlist.C: ws changes
7703
7704         * DepTable.[Ch] (ext_exist): place const in the right spot.
7705
7706         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
7707         call resizeInsets.
7708         (workAreaExpose): call resizeInsets when the with BufferView changes.
7709         (Dispatch): adjust for protectedBlank removal
7710         (specialChar): call updateInset if the insert went ok.
7711
7712         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
7713         specialChar instead.
7714
7715         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
7716
7717         * BufferView.h: doxy change
7718
7719         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
7720
7721         * lyxtextclass.C (operator[]): remove non-const version
7722         (defaultLayout): remove non-const version
7723
7724 2002-03-12  Juergen Vigna  <jug@sad.it>
7725
7726         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
7727         did resize the LyXText too.
7728
7729         * buffer.C (readLyXformat2): set layout information on newly allocated
7730         paragraphs.
7731
7732         * tabular.C (OldFormatRead): set layout information on the paragraph.
7733
7734 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7735
7736         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
7737
7738 2002-03-11  Juergen Vigna  <jug@sad.it>
7739
7740         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
7741         plainly wrong.
7742         (resizeCurrentBuffer): force also the insets to resize themselfes.
7743         (moveCursorUpdate): fixed up for InsetText.
7744
7745 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
7746
7747         * commandtags.h:
7748         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
7749         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
7750         value of Dialogs::tooltipsEnabled().
7751         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
7752
7753 2002-03-08  Juergen Vigna  <jug@sad.it>
7754
7755         * BufferView_pimpl.C (updateInset): update inset inside inset also
7756         if it isn't inside theLockingInset().
7757
7758 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7759
7760         * buffer.C (asciiParagraph): redo some of the word and line length
7761         handling.
7762         (getLists): look for Caption instead of caption.
7763
7764 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7765
7766         * buffer.C (Buffer): initialize niceFile to true
7767         (makeLaTeXFile):
7768         (makeLinuxDocFile):
7769         (makeDocBookFile): make sure niceFile is true on exit
7770
7771 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7772
7773         * buffer.C (makeLaTeXFile): escape ~ in \input@path
7774
7775 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
7776
7777         * LyXSendto.C: remove.
7778         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
7779         * lyx_gui.C: remove now-redundant comment.
7780         * ColorHandler.h: remove forward declaration of class WorkArea.
7781         * lyxfunc.C: remove #include "WorkArea.h".
7782
7783 2002-03-07  Juergen Vigna  <jug@sad.it>
7784
7785         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
7786         got moved away with the DEPM and also set the inset_owner always
7787         right which before could have been omitted.
7788
7789 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7790
7791         * buffer.C (parseSingleLyXformat2Token): use default layout is the
7792         wanted layout is not found.
7793
7794 2002-03-07  Juergen Vigna  <jug@sad.it>
7795
7796         * CutAndPaste.C (cutSelection): another layout settings forgotten.
7797
7798 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7799
7800         * paragraph.C (breakParagraph): use default layout not layout of
7801         prev paragraph.
7802         (Paragraph): clear ParagraphParameters.
7803
7804 2002-03-06  Juergen Vigna  <jug@sad.it>
7805
7806         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
7807         otherwise it would not be a valid lenght. Fixed a special case in
7808         the minipage compatibility read where we end the document with a
7809         minipage.
7810
7811         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
7812         was set as it could be 0 for InsetTexts first entry.
7813
7814 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7815
7816         * paragraph.C (writeFile): if layout is empty write out
7817         defaultLayoutName().
7818
7819         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
7820         file without named layout we set layout to defaultLayoutName().
7821
7822 2002-03-06  Juergen Vigna  <jug@sad.it>
7823
7824         * CutAndPaste.C (copySelection): set layout for new paragraph.
7825
7826         * text.C (prepareToPrint): leave ERT inset left aligned
7827         (leftMargin): don't indent paragraphs inside ERT insets
7828
7829 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7830
7831         * paragraph.C (breakParagraph): dont call clear do the work manually
7832
7833         * paragraph.[Ch] (clear): remove function
7834
7835 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7836
7837         * paragraph.C (Paragraph): dont call clear, the work has already
7838         been done.
7839
7840         * lyxtextclass.C (operator): assert if n is empty
7841
7842         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
7843         work manually instead.
7844
7845 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7846
7847         * BufferView_pimpl.C: protect selectionLost against text == 0
7848
7849 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7850
7851         * text.C (breakParagraph): fix a setting layout to '0' problem.
7852
7853 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7854
7855         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
7856         final location of file, for the included files, and graphics.
7857
7858 2002-03-05  Juergen Vigna  <jug@sad.it>
7859
7860         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
7861
7862 2002-03-04  Juergen Vigna  <jug@sad.it>
7863
7864         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
7865
7866         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
7867         last column of multicolumn cells.
7868         (SetWidthOfMulticolCell): recalculate NMC and real columns.
7869
7870 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7871
7872         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
7873         file if it doesn't go to a temporary file.
7874
7875         * buffer.C (sgmlOpenTag):
7876         (sgmlCloseTag):  remove extra newline insertion.
7877
7878 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7879
7880         * text.C (getRowNearY): comment out debug msg
7881
7882 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7883
7884         * text2.C: first -> first_y
7885
7886         * text.C (getRowNearY): add some attemts at a possible
7887         optimization, not working.
7888
7889         * tabular.[Ch]: add BufferParams to several function so that newly
7890         created paragraph can be initialized to he default layotu for the
7891         buffers textclass.
7892
7893         * tabular-old.C (ReadOld): add buf->params to call of Init
7894
7895         * screen.C: rename text->first to text->first_y
7896
7897         * paragraph.C (breakParagraph): always set layout in the broken
7898         paragraph
7899
7900         * lyxtextclass.C (Read): remove lowercase
7901         (hasLayout): ditto
7902         (operator): ditto
7903         (delete_layout): ditto
7904
7905         * lyxtext.h: rename first -> first_y
7906
7907         * lyxlayout.C (Read): remove lowercase
7908         (name): ditto
7909         (setName): ditto
7910         (obsoleted_by): ditto
7911
7912         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
7913
7914         * buffer.C (insertErtContents): add params are to InsetERT
7915         (parseSingleLyXformat2Token): add code to check if a paragraphs
7916         layout really exist.
7917         (parseSingleLyXformat2Token): add params to several inset
7918         constructors
7919         (asciiParagraph): remove lowercase, do the layout comparisons with
7920         no_case
7921
7922         * BufferView_pimpl.C (cursorNext): first -> first_y
7923         (resizeCurrentBuffer): first -> first_y
7924         (updateScrollbar): first -> first_y
7925         (scrollCB): first -> first_y
7926         (workAreaMotionNotify): first -> first_y
7927         (workAreaButtonPress): first -> first_y
7928         (checkInsetHit): first -> first_y
7929         (cursorPrevious): first -> first_y
7930         (cursorNext): first -> first_y
7931         (Dispatch): add buffer_->params to severl inset contructors
7932
7933 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7934
7935         * lyxlayout.C (Read): remove some debug info that I forgot.
7936
7937         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
7938         clean up the code slightly.
7939         (makeLinuxDocFile): ditto
7940         (makeDocBookFile): ditto
7941
7942         * text2.C: layout as string
7943
7944         * text.C: layout as string
7945
7946         * paragraph_pimpl.C: layout as string
7947
7948         * paragraph.[Ch]: layout as string
7949
7950         * lyxtextclasslist.[Ch]: layout as string
7951
7952         * lyxtextclass.[Ch]: layout as string
7953
7954         * lyxtext.h: layout as string
7955
7956         * lyxlayout.[Ch]: layout as string
7957
7958         * lyx_cb.C: layout as string
7959
7960         * bufferview_funcs.C: layout as string
7961
7962         * bufferparams.C: layout as string
7963
7964         * buffer.C: layout as string
7965
7966         * LyXView.[Ch]: layout as string
7967
7968         * LaTeXFeatures.[Ch]: layout as string
7969
7970         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
7971
7972         * BufferView_pimpl.C: change current_layout to string, remove
7973         lyx::layout_type.
7974         (Dispatch):
7975         (smartQuote):
7976         (insertInset):
7977         (workAreaButtonRelease): layout as string
7978
7979         * BufferView2.C (unlockInset): adjust
7980
7981         * vspace.C (asLatexCommand): use an explict temp variable.
7982
7983 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7984
7985         * Makefile.am: use FRONTEND_*
7986
7987 2002-03-01  Juergen Vigna  <jug@sad.it>
7988
7989         * tabular.C (SetWidthOfMulticolCell): changed to something better
7990         I hope but still work in progress.
7991         (recalculateMulticolumnsOfColumn): renamed function from
7992         recalculateMulticolCells as it is more appropriate now.
7993         (SetWidthOfCell): calculate multicols better.
7994
7995 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7996
7997         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
7998
7999         * lyxfunc.C (processKeySym): print sequence also if it is
8000         `deleted' (complete)
8001
8002         * kbsequence.C (print): print sequence even if it is deleted
8003         (complete would be a better word, actually).
8004
8005         * lyxfunc.C (dispatch): print complete options after a prefix key
8006
8007         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8008
8009 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8010
8011         * text2.C (setCharFont): eliminate setCharFont code duplication.
8012
8013 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8014
8015         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8016         LFUN_TABULAR_FEATURE (bug #177)
8017
8018 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8019
8020         * Makefile.am: remove figure.h
8021
8022 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8023
8024         * Bufferview_pimpl.C:
8025         * CutAndPasteC:
8026         * LaTeX.C:
8027         * LyXSendto.C:
8028         * buffer.C:
8029         * bufferlist.C:
8030         * converter.C:
8031         * language.C:
8032         * lyxfunc.C:
8033         * lyxvc.C:
8034         * paragraph.C:
8035         * text.C:
8036         * text2.C: remove #include "lyx_gui_misc.h".
8037
8038         * LaTeX.C: added #include <cstdio>
8039
8040 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8041
8042         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8043         that the paragraph following this one can have.
8044
8045         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8046
8047         * vspace.C (asLatexCommand): fix bogus gcc warning
8048
8049         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8050
8051 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8052
8053         * text2.C (setLayout): get rid of redundant code
8054
8055 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8056
8057         * text2.C (incDepth): make sure depth cannot be increased beyond
8058         reasonable values.
8059
8060 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8061
8062         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8063         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8064
8065         * PainterBase.h (image):
8066         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8067         a LyXImage const *.
8068
8069 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8070
8071         * BufferView.C:
8072         * BufferView.h:
8073         * BufferView_pimpl.C:
8074         * BufferView_pimpl.h:
8075         * LaTeXFeatures.C:
8076         * LyXAction.C:
8077         * LyXView.C:
8078         * Makefile.am:
8079         * UpdateList.h:
8080         * UpdateList.C:
8081         * buffer.C:
8082         * figure.h:
8083         * figureForm.C:
8084         * figureForm.h:
8085         * figure_form.C:
8086         * figure_form.h:
8087         * lyx_cb.C:
8088         * lyx_gui.C:
8089         * lyx_gui_misc.C:
8090         * lyxfunc.C:
8091         * sp_base.h:
8092         * sp_ispell.h:
8093         * sp_pspell.h:
8094         * sp_spell.C: remove fig inset, and the crap house of
8095           cards that follows it
8096
8097 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8098
8099         * Makefile.am:
8100         * lyxserver.C:
8101         * os2_defines.h:
8102         * os2_errortable.h:
8103         * nt_defines.h: move .h into support/
8104
8105         * vms_defines.h: remove
8106
8107         * WorkArea.C: add space in debug output
8108
8109         * text2.C:
8110         * paragraph.C:
8111         * buffer.C: add WITH_WARNINGS
8112
8113         * vc-backend.h:
8114         * vc-backend.C:
8115         * bufferlist.C: s/retrive/retrieve/, add docs
8116
8117         * vspace.h:
8118         * vspace.C:
8119         * kbmap.h:
8120         * lyxlength.h:
8121         * lyxgluelength.h:
8122         * length_common.h:
8123         * chset.h:
8124         * chset.C: add docs
8125
8126         * lyxgui.C: add ID to X error handler
8127
8128         * lyxtestclass.c: fix typo
8129
8130 2002-02-26  Juergen Vigna  <jug@sad.it>
8131
8132         * tabular_funcs.C (write_attribute): changed so that some default
8133         attributes are not written at all.
8134         (getTokenValue): set default values before trying to read the
8135         value so we have the return value always set as default if we don't
8136         find the token we search for.
8137
8138         * tabular.C (Write): write bools as bools not as strings!
8139
8140 2002-02-22  Juergen Vigna  <jug@sad.it>
8141
8142         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8143         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8144
8145         * text.C (leftMargin): don't add an indent for paragraphs inside
8146         tabular cells (fix #208).
8147
8148 2002-02-21  José Matos  <jamatos@fep.up.pt>
8149
8150         * tabular.C (docBook): fixed support for long tables.
8151
8152 2002-02-20  Juergen Vigna  <jug@sad.it>
8153
8154         * text2.C (getFont): get the drawing font of the Inset if this
8155         paragraph is inside an inset (only important for InsetERT for now).
8156
8157         * buffer.C (insertErtContents): use new lanugage params in ERT
8158         constructor.
8159
8160         * CutAndPaste.C: commenting out seemingly uneeded code.
8161
8162 2002-02-19  Allan Rae  <rae@lyx.org>
8163
8164         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8165         Iterators might be simple to use but they also get invalidated.
8166         (removeAutoInsets): renamed saved cursor tracking variables and added
8167         some comments to clarify what everything does.
8168
8169 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8170
8171         * Chktex.C:
8172         * LaTeX.C:
8173         * LyXSendto.C:
8174         * converter.C:
8175         * lyx_cb.C:
8176         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8177         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8178
8179         * lyxfunc.C:
8180         * vc-backend.h: remove #include "support/syscall.h"
8181
8182         * LaTeX.C:
8183         * LyXSendto.C:
8184         * converter.C: rearrange #includes in Lars' approved fashion.
8185
8186         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8187         forward declare class Timeout in the header file.
8188
8189         * XFormsView.C: changes due to the above.
8190
8191         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8192         similar to LyXView.
8193
8194         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8195         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8196
8197 2002-02-18  José Matos  <jamatos@fep.up.pt>
8198
8199         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8200         insets contents.
8201
8202 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8203
8204         * a lot of small ws changes
8205         * add a lot of using std::XXX
8206         * use std construcs some places where approp.
8207         * use some exisint stuff from lyxfunctional where approp.
8208         * Make file changes to use partial linking (lets test this now...)
8209
8210 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8211
8212         * Chktex.C:
8213         * buffer.C:
8214         remove #include "support/syscontr.h" as it's redundant. Always has been.
8215
8216         * Chktex.C:
8217         * LaTeX.C:
8218         * LyXSendto.C:
8219         * converter.C:
8220         * lyx_cb.C:
8221         * vc-backend.C:
8222         change Systemcalls::System to Systemcalls::Wait and
8223         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8224         No change of functionality, just reflects the stripped down Systemcalls
8225         class.
8226
8227 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8228
8229         * debug.[Ch]: add a GRAPHICS type to the enum.
8230
8231 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8232
8233         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8234
8235         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8236         there is an inset.
8237
8238 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8239
8240         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8241         match the changes below.
8242
8243         * text2.C (toggleInset): if there is not editable inset at cursor
8244         position, try to see if cursor is _inside_ a collapsable inset
8245         and close it.
8246
8247 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8248
8249         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8250         document menu has a nice checkbox
8251
8252 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8253
8254         * lyxlength.C (asLatexString): change PW to output as percent of
8255         \textwidth.
8256
8257         * lengthcommon.C: change '%' to 't%'
8258
8259         * lyxfunc.C (dispatch): a few comments from Martin
8260
8261 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8262
8263         * WorkArea.h:
8264         * WorkArea.C:
8265         * BufferView_pimpl.h:
8266         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8267           the X selection.
8268
8269 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8270
8271         * vspace.C (inPixels): fix compiler warning
8272
8273 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8274
8275         * lyxfunc.C (getStatus): fix status message for disabled commands.
8276
8277 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8278
8279         * BufferView_pimpl.C: fix crash on close buffer
8280         during selection (#227)
8281
8282 2002-01-27  Herbert Voss  <voss@lyx.org>
8283
8284         * buffer.C: link old Figure to new graphic inset
8285
8286 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8287
8288         * FontLoader.C (getFontinfo): Change the latex font names in order
8289         to match the names of type1inst.
8290
8291 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8292
8293         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8294
8295         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8296         (extchanged): ditto
8297         (ext_exist): ditto
8298         (remove_files_with_extension): ditto
8299         (remove_file): ditto
8300         (write): ditto
8301
8302         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8303         document is smaller than the work area height. Do not initialize
8304         static variables to 0.
8305
8306 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8307
8308         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8309
8310         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8311         LFUN_LAYOUT_PARAGRAPHS.
8312
8313         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8314         tabular. It is possible to provide a possible cell, which will
8315         typically be the actcell from the corresponding insettabular
8316
8317         * lyxfunc.C (getStatus): small cleanup; disable
8318         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8319         true
8320
8321 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8322
8323         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8324
8325         * paragraph.C (startTeXParParams):
8326         (endTeXParParams): new methods. The LaTeX code to
8327         start/end paragraph formatting
8328         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8329         empty (fixes bug #200)
8330
8331         * vspace.C (inPixels): adapt to the change below
8332         (inPixels): [later] more cleanups (remove unused variables)
8333
8334         * lyxlength.C (inPixels): change to use a width and a height as
8335         parameter.
8336
8337 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8338
8339         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8340         Replaced with \paperwidth
8341
8342         * DepTable.C (insert): add std:: qualifier
8343
8344 2002-01-18  Allan Rae  <rae@lyx.org>
8345
8346         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8347         updated also?
8348
8349         * text.C (drawInset): Turned out I didn't know enough about how
8350         rebreaking worked.  This fixes most of the redraw problems.  I see
8351         an occasional cursor trail when a line is broken now and the cursor
8352         placement can seem out by a few pixels also after a rebreak.
8353
8354 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8355
8356         * buffer.C (parseSingleLyXformat2Token): update because minipage
8357         width is now a LyXLength
8358
8359         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8360
8361         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8362         math insets
8363
8364 2002-01-17  Juergen Vigna  <jug@sad.it>
8365
8366         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8367
8368         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8369         is set correctly and the inset is updated correctly.
8370
8371 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8372
8373         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8374         the beginning of the loop.
8375
8376 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8377
8378         * lyxrc.C: improve help for use_scalable_fonts
8379
8380 2002-01-17  Allan Rae  <rae@lyx.org>
8381
8382         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8383
8384 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8385
8386         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8387         make sure to set their inset_owner to the right value (bug #171)
8388
8389 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8390
8391         * DepTable.h
8392         * DepTable.C: Implement mtime checking to reduce time spent doing
8393         CRCs.
8394
8395 2002-01-16  Juergen Vigna  <jug@sad.it>
8396
8397         * tabular.C (GetAdditionalHeight): one of error fixed.
8398
8399         * lyxrc.C (output): small fix in writing use_pspell.
8400
8401 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8402
8403         * sp_base.h: #include LString.h
8404
8405 2002-01-16  Allan Rae  <rae@lyx.org>
8406
8407         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8408         Can someone check this please?
8409
8410         * text.C (drawInset): It was possible that p.row would be removed by
8411         breakAgainOneRow upsetting a few other settings.  There may be another
8412         small tweak possible by setting need_break_row = 0 when p.row has been
8413         removed but I don't know enough about the logic here.
8414
8415 2002-01-15  Allan Rae  <rae@lyx.org>
8416
8417         * text.C (insertChar): removed conditional truism.
8418
8419         * BufferView2.C (removeAutoInsets): More tweaks.
8420         cur_par_prev could be a stray pointer.  Check for trailing empty line
8421         in case last line was cur_par and only had an error inset on it.
8422
8423 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8424
8425         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8426         absolute
8427
8428         * vc-backend.C (most methods):
8429         * exporter.C (Export):
8430         * converter.C (convert):
8431         (runLaTeX):
8432         * LyXSendto.C (SendtoApplyCB):
8433         * lyxfunc.C (dispatch):
8434         (menuNew):
8435         (open):
8436         (doImport):
8437         * lyx_cb.C (AutoSave):
8438         (InsertAsciiFile):
8439         * BufferView_pimpl.C (MenuInsertLyXFile):
8440         * buffer.C (runChktex): use Buffer::filePath().
8441
8442         * buffer.h: rename filename to filename_; rename filepath to
8443         filepath_ and make it private
8444         (filePath): new method
8445
8446         * buffer.C (writeFile): use fileName()
8447         (getLatexName):
8448
8449         * lyx_main.C (init): fix starting  of LyX when the binary is a
8450         link from so,ewhere else.
8451
8452         * minibuffer.C: include <cctype> for isprint
8453
8454 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8455
8456         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8457         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8458         name clash with InsetCollapsable's width function.
8459
8460 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8461
8462         * lastfiles.C: include <iterator>
8463
8464 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8465
8466         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8467         std::count.
8468
8469         * buffer.C (makeLaTeXFile): ditto.
8470         Also make loop operation more transparent.
8471
8472 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8473
8474         * ToolbarDefaults.C: remove trailing comma closing namespace.
8475
8476         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8477
8478         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8479         as in WorkArea.
8480
8481         * trans.C (Load): comment out unused variable, allowed.
8482
8483 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8484
8485         * minibuffer.[Ch] (append_char): new method to recieve input from the
8486         drop-down completion browser. If a key was pressed, then recieve this
8487         char and append it to the existing string.
8488         (peek_event): modify the positioning data passed to the completion
8489         browser so that it can be placed above the minibuffer rather than below.
8490 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8491
8492         * LyXAction.C (init): alloe error-next for readonly documents.
8493
8494         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8495         count.
8496
8497 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8498
8499         * bufferlist.C (readFile): create the buffer _after_ checking that
8500         the file exists.
8501
8502         * lyxfunc.C (verboseDispatch): fix handling of arguments
8503
8504         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8505
8506         * lyxrc.C: use string::erase() instead of initializing to "".
8507
8508
8509 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8510
8511         * BufferView_pimpl.h:
8512         * BufferView_pimpl.C:
8513         * WorkArea.h:
8514         * WorkArea.C:
8515         * text2.C: tell X when we have made a selection for copying
8516
8517 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8518
8519         * BufferView_pimpl.C (MenuInsertLyXFile):
8520         * lyxfunc.C (menuNew):
8521         (open):
8522         (doImport): add shortcuts to directory buttons
8523
8524         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8525         open a float)
8526
8527         * lyxfunc.C (setStatusMessage):
8528         (getStatusMessage): new methods
8529         (getStatus):use setStatusMessage instead of setErrorMessage
8530         (dispatch): when function is disabled, set error message here
8531         [instead of in getStatus previously]
8532
8533         * BufferView_pimpl.C (workAreaButtonRelease): update
8534         toolbar/menubar here too.
8535
8536 2002-01-13  Allan Rae  <rae@lyx.org>
8537
8538         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8539         Now seems indestructible.  Remaining task is to audit all other
8540         code affected by deleteEmptyParagraphMechanism.  One small quirk
8541         left is that an empty document with an error in the preamble can
8542         be made to report an error but no error box appears.  I don't know
8543         where it goes.
8544         (removeAutoInsets): Improved comments.
8545
8546 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8547
8548         * Thesaurus.h:
8549         * Thesaurus.C: update for Aiksaurus 0.14
8550
8551 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8552
8553         * text2.C (firstParagraph): removed member function, all uses
8554         replaces with ownerParagraph
8555         (redoParagraphs): here
8556         (updateInset): here
8557         (toggleAppendix): here
8558         * BufferView2.C (insertErrors): here
8559         (setCursorFromRow): here
8560
8561 2002-01-13  Allan Rae  <rae@lyx.org>
8562
8563         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8564         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8565         There is still a way to segfault this although you may have to do this
8566         multiple times: Have an InsetERT with an unknown command in it.
8567         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8568         <down-arrow>, <Enter> again, View->DVI, BANG!
8569
8570         * text2.C (setCursor):
8571         (deleteEmptyParagraphMechanism):
8572         * lyxtext.h (setCursor):
8573         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8574         Making use of the return value may help fix other bugs.
8575
8576 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8577
8578         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8579
8580         * LyXView.C (updateMenubar): call MenuBar::update here
8581         (updateToolbar): but not here
8582         (showState): do not update toolbar/menubar
8583
8584         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8585         should need to care about that.
8586
8587         * lyxfunc.C (verboseDispatch): simplify a bit
8588         (getStatus): have a version which takes a pseudoaction, and
8589         another which requires a (kb_action,string).
8590
8591         * LyXAction.C (retrieveActionArg): make it work also when action
8592         is not a pseudo-action.
8593         (getActionName): simplify a bit
8594         (helpText):
8595
8596 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8597
8598         * lyxfunc.C (verboseDispatch): new families of methods with
8599         several ways to specify a command and a bool to indicate whether
8600         the command name and shortcut should be displayed in minibuffer
8601         (eventually, we could extend that to a finer bitmask like
8602         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8603         (dispatch): the pristine dispatch command which just, well,
8604         dispatchs! Note it still sets its result to minibuffer; I'm not
8605         sure we want that.
8606
8607         * lyxfunc.h: remove setHintMessage
8608
8609         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8610
8611 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8612
8613         * BufferView_pimpl.C (specialChar): delete new inset if we have
8614         not been able to insert it.
8615
8616         * kbmap.C: revert to using int instead of kb_action, since all we
8617         are dealing with is pseudo-actions.
8618
8619         * LyXAction.C (searchActionArg): change to return int instead of
8620         kb_action, since the result is a pseudoaction.
8621
8622 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8623
8624         * buffer.C (insertErtContents): Fix (partially) the font bug.
8625
8626 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8627
8628         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8629         as the other one is broken on my machine!
8630
8631 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8632
8633         * commandtags.h:
8634         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8635
8636 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8637
8638         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8639         reflect their actual use. Provide compatibility code for older lyxrc
8640         files.
8641
8642         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8643         FL_NORMAL_STYLE.
8644         change names of popup font variables in line with the changes to lyxrc.C
8645
8646 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8647
8648         * buffer.C (asciiParagraph): avoid outputing a word twice after
8649         an inset.
8650
8651         * lyxrc.C (getDescription): document that document_path and
8652         template_path can be empty.
8653
8654 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8655
8656         * LaTeXFeatures.C (getMacros):
8657         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8658
8659         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8660
8661         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8662         getPackages.
8663         (getPackages): rename feature "floats" to "float". Use an array to
8664         iterate over 'simple' features (i.e. just a \usepackage). Add
8665         handling of "amsmath" (renamed from "amsstyle").
8666
8667 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8668
8669         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8670         features list.
8671
8672 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8673
8674         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8675         FuncStaus::FuncStatus & FuncStaus::some_method().
8676
8677 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8678
8679         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8680         of the func_satus stuff. Edited and massaged in various ways by
8681         JMarc.
8682
8683         * lyxfunc.C (getStatus): use FuncStatus
8684
8685 2002-01-08  Juergen Vigna  <jug@sad.it>
8686
8687         * text.C (nextBreakPoint): use function Inset::isChar().
8688
8689         * paragraph.C (TeXOnePar): use function
8690         Inset::forceDefaultParagraphs.
8691
8692         * buffer.C (latexParagraphs): use function
8693         Inset::forceDefaultParagraphs.
8694
8695 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8696
8697         * lyx_gui.C (init): set the style of the menu popups to
8698         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
8699
8700 2002-01-07  Juergen Vigna  <jug@sad.it>
8701
8702         * text.C (setHeightOfRow): small fix
8703         (prepareToPrint): don't look at alignment if we don't have the place
8704         for doing it.
8705
8706 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8707
8708         * box.C: New file. Move the Box methods and functions out of box.h,
8709         following Lars' suggestion.
8710
8711 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8712
8713         * box.h: #include "support/LOstream.h", needed for inlined function.
8714
8715         * lyxtextclass.C:
8716         * lyxtextclasslist.C: added some using std declarations.
8717
8718 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
8719
8720         * box.h: make signed dimensions to allow insets wider than
8721           the screen (bug #162)
8722
8723         * BufferView_pimpl.C: add some insetHit debug
8724
8725 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
8726
8727         * vc-backend.C: add FIXME
8728
8729 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8730
8731         * lyxfunc.C (getStatus): enable code for showing math font status
8732         in toolbar/menu.
8733
8734 2002-01-07  Juergen Vigna  <jug@sad.it>
8735
8736         * text.C (nextBreakPoint): removed debug output not needed anymore.
8737
8738 2002-01-06  Juergen Vigna  <jug@sad.it>
8739
8740         * text.C (nextBreakPoint): fixed up this function we had this bug
8741         since ever but now hopefully we break row better.
8742         (insertChar): we have to check if an inset is the next char as it
8743         could now happen that a large inset is causing a break.
8744
8745 2002-01-05  Juergen Vigna  <jug@sad.it>
8746
8747         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
8748         if it doesn't like to be drawed.
8749
8750 2002-01-04  Juergen Vigna  <jug@sad.it>
8751
8752         * BufferView2.C (lockInset): forgot to set a cursor.
8753
8754         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
8755
8756 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
8757
8758         * FormMathsPanel.C:
8759         * FormMathsPanel.h
8760         * MathsSymbols.C:
8761         * form_maths_panel.C:
8762         * form_maths_panel.h:
8763         * form_maths_panel.fd: implemented sub- and super- buttons in math
8764         panel.
8765
8766         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
8767         (or ^ space) to be used as in TeX (req'd by André).
8768
8769         * lyxfunc.C: Allow ^ and _ again to be used both as
8770         super/subscript (mathed) and as themselves (in text).
8771
8772 2002-01-03  Allan Rae  <rae@lyx.org>
8773
8774         * LyXView.C (updateWindowTitle): Setup a short icon title of either
8775         "LyX" or the filename of the current buffer if it has one.  This is a
8776         modified form of John Levon's patch.
8777
8778         * XFormsView.C (setWindowTitle): also set icon title.
8779
8780         * LyXView.h (setWindowTitle): signature changed.
8781         * XFormsView.h (setWindowTitle): ditto.
8782
8783 2002-01-02  Juergen Vigna  <jug@sad.it>
8784
8785         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
8786
8787 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8788
8789         * screen.C (topCursorVisible): introduce a temp var for
8790         text->cursor.row(), handle the case where this row is null. (kindo
8791         hachish)
8792
8793         * text2.C (setCursor): add a couple of asserts.
8794
8795         * paragraph.h (inset_iterator): add -> operator
8796
8797         * paragraph.[Ch] (autoDeleteInsets): remove member function
8798
8799         * BufferView2.C (removeAutoInsets): rewrite to handle the old
8800         cursor pos correctly and handle inset deletion by itself.
8801         (insertErrors): move iterator declaration out of for expression
8802
8803         * lyxtextclass.C: add <algorithm>
8804
8805         * Makefile.am: added the new files to sources, removed layout.C
8806
8807         * layout.C: removed file
8808
8809         * layout.h: remove LYX_DUMMY_LAYOUT
8810
8811         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
8812         layout.
8813
8814         * lyxlayout.[Ch]:
8815         * lyxtextclass.[Ch]:
8816         * lyxtextclasslist.[Ch]: new files
8817
8818         * include order changes to a lot of files, also changes because of
8819         the six new files.
8820
8821 2001-12-27  Juergen Vigna  <jug@sad.it>
8822
8823         * buffer.C (asciiParagraph): more fixes.
8824
8825         * tabular.C (ascii): make ascii export support export of only the
8826         data separated by a column-delimiter.
8827         (ascii): better support for ascii export.
8828
8829         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
8830
8831 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8832
8833         * tabular_funcs.C: use a "using std::getline" instead of the
8834         previous fix from Angus (necessary for cxx + lyxstring)
8835
8836 2001-12-24  Juergen Vigna  <jug@sad.it>
8837
8838         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
8839
8840         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
8841         problems. First check a minipage also if we have some ert-contents
8842         (not only on par->size(), second set the right depth of the paragraph
8843         on the relink to the root-paragraph-list!
8844
8845         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
8846         which then did not anymore update the main paragraphs on undo/redo!
8847
8848 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8849
8850         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
8851         code. Support all font-changing funcs (even those which are not in
8852         menu currently). Support for reporting font settings in
8853         mathed (disabled until Andre provides a function on mathed's side).
8854
8855         * func_status.h (toggle): small helper function to set toggle
8856         state on a flag.
8857
8858 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
8859
8860         * tabular_funcs.C: getline -> std::getline
8861
8862 2001-12-21  Juergen Vigna  <jug@sad.it>
8863
8864         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
8865         accessed and could be 0 (I couldn't generate this but it seems
8866         Michael could!).
8867
8868 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8869
8870         * tabular_funcs.C: add LIstream.h, move write_attribute to..
8871         * tabular_funcs.h: here and include iosfwd
8872
8873 2001-12-20  Juergen Vigna  <jug@sad.it>
8874
8875         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
8876         inside inset but undo_par was.
8877
8878 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8879
8880         * Thesaurus.C: always include <config.h> in sources.
8881
8882         * Painter.h:
8883         * lyxlookup.h:
8884         * box.h: do not include <config.h> in header files
8885
8886         * text.C (paintLastRow): remove unused variable
8887
8888         * text.C (transformChar):
8889         (insertChar):
8890         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
8891
8892         * Painter.C (text):
8893         * font.C (width): rewrite to use uppercase() instead of
8894         islower/toupper.
8895
8896         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
8897
8898 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
8899
8900         * lyxfind.C: clean up of find failure position change
8901
8902 2001-12-20  Juergen Vigna  <jug@sad.it>
8903
8904         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
8905
8906         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
8907         (TeXRow): added to LaTeX a single tabular row.
8908         (TeXLongtableHeaderFooter): added to output LT-h/f data.
8909         (Latex): simplified and finally good LT-h/f support.
8910         (various_functions): just small adaptions for LT-h/f support.
8911
8912         * tabular_funcs.[hC]: added and moved here all not classfunctions
8913         of LyXTabular.
8914
8915 2001-12-19  Juergen Vigna  <jug@sad.it>
8916
8917         * tabular.[Ch]: better support for longtabular options (not finished
8918         yet!)
8919
8920 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8921
8922         * text.C (paintLastRow): use the label font instead of the font of
8923         the last character to compute the size of *_BOX. This makes more
8924         sense and avoids a crash with empty paragraphs.
8925         Use Painter::rectangle to draw EMPTY_BOX.
8926
8927 2001-12-19  Juergen Vigna  <jug@sad.it>
8928
8929         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
8930         the paragraphs if the replaced paragraph is not the first one!
8931         Tried to delete not used paragraphs but does not work yet so for
8932         now it's inside #ifdef's and by default off!
8933
8934 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8935
8936         * MenuBackend.C: include "lyx_main.h" instead of declaring
8937         lastfiles (actually was declared as LastFiles* instead of a
8938         scoped_ptr).
8939
8940 2001-12-17  Juergen Vigna  <jug@sad.it>
8941
8942         * tabular.C (AppendColumn): applied John's fix
8943
8944 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
8945
8946         * BufferView.h:
8947         * BufferView.C:
8948         * BufferView_pimpl.h:
8949         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
8950
8951         * Makefile.am:
8952         * box.h: new start of class for above
8953
8954         * lyxfunc.C: ignore space-only minibuffer dispatches.
8955           Show the command name when it doesn't exist
8956
8957         * minibuffer.C: don't add empty lines to the history
8958
8959         * minibuffer.C: add a space on dropdown completion
8960
8961 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
8962
8963         * text.C: fix line above/below drawing in insets
8964
8965 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8966
8967         * lyxlength.C (LyXLength): Initialize private variables.
8968
8969 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
8970
8971         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
8972         when inserting error insets.
8973
8974 2001-12-13  Juergen Vigna  <jug@sad.it>
8975
8976         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
8977         actually sometimes the before-paragraph.
8978         (setUndo): don't clear the redostack if we're not actually undoing!
8979
8980 2001-12-06  Juergen Vigna  <jug@sad.it>
8981
8982         * undo_funcs.C (textHandleUndo): well after John's hint I got here
8983         and fixed redoing of main paragraph, so we can use it now ;)
8984
8985         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
8986
8987 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8988
8989         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
8990         Juergen's request
8991
8992 2001-12-13  André Pönitz <poenitz@gmx.net>
8993
8994         * undostack.[Ch]:
8995         * undo_func.C: minor cleanup
8996
8997 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8998
8999         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9000         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9001         font in urw-fonts package which is marked as -urw-fontspecific and
9002         does not work (incidentally, changing the encoding in the
9003         fonts.dir of this package to -adobe-fontspecific fixes the
9004         problem).
9005
9006         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9007         is a crash when undoing first paragraph (Juergen, please take a
9008         look). THis does not mean the undo fix is wrong, just that it
9009         uncovers problems.
9010
9011         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9012         the (Paragraph*) version when needed instead of duplicating the
9013         code.
9014
9015         * text.C (workWidth): use Inset::parOwner to find out where the
9016         inset has been inserted. This is a huge performance gain for large
9017         documents with lots of insets. If Inset::parOwner is not set, fall
9018         back on the brute force method
9019
9020         * paragraph_pimpl.C (insertInset):
9021         * paragraph.C (Paragraph):
9022         (cutIntoMinibuffer): set parOwner of insets when
9023         inserting/removing them
9024
9025         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9026
9027 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9028
9029         * commandtags.h:
9030         * LyXAction.C:
9031         * lyx_main.C:
9032         * lyxfunc.C:
9033         * mathed/formulabase.C:
9034         * mathed/math_cursor.[Ch]:
9035         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9036
9037
9038 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9039
9040         * lyxlength.[Ch] (operator!=): new function
9041
9042 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9043
9044         * text.C (workWidth): use Inset::parOwner to find out where the
9045         inset has been inserted. This is a huge performance gain for large
9046         documents with lots of insets. If Inset::parOwner is not set, fall
9047         back on the brute force method
9048
9049         * paragraph_pimpl.C (insertInset):
9050         * paragraph.C (Paragraph):
9051         (cutIntoMinibuffer): set parOwner of insets when
9052         inserting/removing them
9053
9054         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9055
9056 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9057
9058         * tabular-old.C (getTokenValue):
9059         * tabular.C (getTokenValue):
9060         (write_attribute): new versions for LyXLength
9061         (everywhere): adjust the use of widths
9062
9063         * tabular.h: change the type of widths from string to LyXLength
9064
9065 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9066
9067         * paragraph.C: fixed missing line number count when exporting
9068         Environments to LaTeX file
9069
9070         * buffer.C: added informational message for checking line numbers.
9071
9072 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9073
9074         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9075         paragraph, do the 'double space' part, but not the 'empty
9076         paragraph' one.
9077
9078         * text.C (workWidth): small optimization
9079         (getLengthMarkerHeight): use minimal size for negative lengths.
9080
9081 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9082
9083         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9084
9085         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9086
9087 2001-12-11  André Pönitz <poenitz@gmx.net>
9088
9089         * FontLoader.C:
9090         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9091
9092 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9093
9094         * text2.C: keep selection on a setFont()
9095
9096 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9097
9098         * lyx_cb.C: another bv->text misuse, from insert label
9099
9100 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9101
9102         * kbsequence.h:
9103         * kbsequence.C: re-instate nmodifier mask
9104
9105 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9106
9107         * lyx_main.h: make lyxGUI private.
9108
9109 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9110
9111         * lyxfind.C: place the cursor correctly on failed search
9112
9113 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9114
9115         * text.C (getLengthMarkerHeight): for small heights, the arrows
9116         are not always on top/bottom of the text
9117         (drawLengthMarker): smaller arrows; take the left margin in
9118         account; draw also vfills.
9119         (paintFirstRow):
9120         (paintLastRow): remove special code for vfill and standard spaces,
9121         since everything is handled in drawLengthMarker now.
9122
9123 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9124
9125         * buffer.C (insertErtContents): try to handle font and language
9126         interaction a bit better.g
9127
9128         * ColorHandler.C (updateColor): change the hash to cover the whole
9129         LColor enum, ws cleanup
9130         (getGCLinepars): ditto
9131         (getGCLinepars): only lookup in the linecache once.
9132
9133 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9134
9135         * iterators.C (operator++): Make the iterator more robust
9136
9137         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9138         (John's patch)
9139         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9140
9141 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9142
9143         * lyxtext.h:
9144         * text.C: better added space drawing
9145
9146 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9147
9148         * LyXView.C:
9149         * BufferView2.C: fix layout combo update on inset unlock
9150
9151 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9152
9153         * Makefile.am: don't compile unused files
9154
9155 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9156
9157         * lyxfunc.C:
9158         * commandtags.h:
9159         * LyXAction.C: remove old LFUN_LAYOUTNO
9160
9161 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9162
9163         * paragraph_pimpl.h:
9164         * paragraph_pimpl.C: isTextAt() doesn't need font param
9165
9166 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9167
9168         * lyxlex.h:
9169         * lyxlex.C: little cleanup
9170
9171 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9172
9173         * BufferView_pimpl.C: fix insertAscii for insets
9174
9175 2001-12-05  Juergen Vigna  <jug@sad.it>
9176
9177         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9178         set the right font on the "multi" paragraph paste!
9179
9180 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9181
9182         * trans_decl.h:
9183         * trans_mgr.[Ch]:
9184         * trans.[Ch]:
9185         * lyxgluelength.C:
9186         * lyxlength.C: remove out-commented code.
9187
9188         * BufferView_pimpl:
9189         * CutAndPaste.C:
9190         * DepTable.C:
9191         * buffer.C:
9192         * chset.C:
9193         * lastfiles.C:
9194         * lyxlex.C:
9195         * lyxlex_pimpl.C:
9196         * lyxserver.C:
9197         * screen.C:
9198         * tabular-old.C:
9199         * tabular.C:
9200         * text.C:
9201         * trans_mgr.C:
9202         * vc-backend.C: change "while(" to "while ("
9203
9204         * lyxlength.[Ch]: add zero function to check if length is zero or
9205         not
9206         * lyxgluelength.C: use it
9207
9208 2001-12-05  Allan Rae  <rae@lyx.org>
9209
9210         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9211         Works for 2.95.3, from what I understand of Garst's reports this should
9212         work for other g++ versions.  We're screwed if the abs(int) definition
9213         changed between bugfix releases of gcc.
9214
9215 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9216
9217         * text.C: fix chapter label offset !
9218
9219 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9220
9221         * lyxtext.h:
9222         * text.C: fix hfill at end of line, clean up
9223
9224 2001-12-04  Juergen Vigna  <jug@sad.it>
9225
9226         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9227         that we force an update of the inset and it's owners if neccessary.
9228
9229 2001-12-03  Juergen Vigna  <jug@sad.it>
9230
9231         * text.C (rowLast): simplified code
9232
9233 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9234
9235         * lyxfunc.C: fix show options on timeout
9236
9237 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9238
9239         * screen.C (topCursorVisible): scroll half a page when the cursor
9240         reached top of bottom of screen
9241
9242 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9243
9244         * minibuffer.C: deactivate on loss of focus
9245
9246 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9247
9248         * vspace.[Ch] (operator!=): add operator.
9249
9250 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9251
9252         * BufferView_pimpl.C: refuse to open an inset when
9253         there's a selection.
9254
9255 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9256
9257         * BufferView_pimpl.C: allow to click on RHS of full row insets
9258
9259 2001-11-30  Juergen Vigna  <jug@sad.it>
9260
9261         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9262         insets for undo reasons.
9263
9264 2001-11-28  André Pönitz <poenitz@gmx.net>
9265
9266         * vspace.[Ch]: cosmetical changes
9267
9268 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9269
9270         * LyXAction.h:
9271         * LyXAction.C:
9272         * lyxfunc.h:
9273         * lyxfunc.C:
9274         * kbmap.h:
9275         * kbmap.C:
9276         * lyxrc.C:
9277         * kbsequence.h:
9278         * kbsequence.C: part re-write of old kb code
9279
9280         * Painter.C:
9281         * WorkArea.C: remove Lgb_bug_find_hack
9282
9283 2001-11-30  José Matos <jamatos@fep.up.pt>
9284
9285         * buffer.C (makeDocBookFile): add a comment to point a hack.
9286         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9287         Fixed a double write of labels.
9288
9289 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9290
9291         * LaTeX.C:
9292         * LaTeX.h Fixed bug in LaTeX class where it would not
9293         re-run latex if no depfiles were changed, but the .dvi was removed.
9294
9295 2001-11-28  André Pönitz <poenitz@gmx.net>
9296
9297         * all the files from the change on 2001/11/26:
9298         use lyx::layout_type instead of LyXTextClass::size_type
9299         use lyx::textclass_type instead of LyXTextClassList::size_type
9300
9301 2001-11-29  Juergen Vigna  <jug@sad.it>
9302
9303         * text.C: added support for paragraph::isFreeSpacing()
9304
9305         * buffer.C: same as above
9306
9307         * paragraph.h: inserted isFreeSpacing() function to enable
9308         FreeSpacing inside InsetERT.
9309
9310         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9311         of the paragraph's in the cut/copy buffer to 0!
9312
9313         * text2.C (removeRow): remove the assert as it can!
9314
9315         * lyxtext.h: added helper function firstRow returning firstrow and
9316         made firstrow private again.
9317
9318         * BufferView2.C (lockInset): don't relock if we're already locked!
9319
9320         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9321         the only paragraph.
9322         (removeRow): added Assert::(firstrow)
9323
9324         * debug.C: forgot to add INSETTEXT here.
9325
9326 2001-11-28  Juergen Vigna  <jug@sad.it>
9327
9328         * sp_spell.C (initialize): changed error text to more general
9329         spellchecker command use (not only ispell!)
9330
9331         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9332
9333         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9334
9335 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9336
9337         * vspace.C: initialise lyxgluelength on failure
9338
9339 2001-11-28  Allan Rae  <rae@lyx.org>
9340
9341         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9342         declaration & definition that looks like a function declaration.
9343
9344 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9345
9346         * BufferView2.C (copy):
9347         (copyEnvironment): do not clear the selection when doing a copy.
9348
9349         * text.C (paintFirstRow): compilation fix
9350
9351 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9352
9353         * tabular.C (Latex): correct line count when writing latex.
9354
9355 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9356
9357         * paragraph_pimpl.h:
9358         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9359           bug a bit
9360
9361 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9362
9363         * text.C:
9364         * LColor.h:
9365         * LColor.C: change vfillline->added_space
9366
9367         * text.C: add markers and text for added space
9368
9369         * vspace.C: fix comment
9370
9371 2001-11-28  André Pönitz <poenitz@gmx.net>
9372
9373         * paragraph.C: whitespace changes
9374         * all the other files from the change on 2001/11/26:
9375         change *::pos_type into lyx::pos_type
9376
9377 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9378
9379         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9380         language of the document when inserting error insets.
9381
9382 2001-11-26  André Pönitz <poenitz@gmx.net>
9383
9384         * BufferView_pimpl.[Ch]:
9385         *       CutAndPaste.C:
9386         * buffer.[Ch]:
9387         * lyxcursor.[Ch]:
9388         * lyxfind.C:
9389         * lyxfunc.C:
9390         * lyxrow.[Ch]:
9391         * paragraph.[Ch]:
9392         * paragraph_pimpl.[Ch]:
9393         * sp_spell.C:
9394         * text.C:
9395         * text2.C: reduce header dependencies, introduce type for positions
9396
9397 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9398
9399         * <various>: change to use Alert.h
9400
9401 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9402
9403         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9404         when encountering an unknown token.
9405         (readLyXformat2): Show an error message if there were unknown tokens.
9406
9407 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9408
9409         * BufferView2.C:
9410         * BufferView_pimpl.C:
9411         * buffer.C:
9412         * paragraph.h:
9413         * text.C:
9414         * text2.C: use par->isInset()
9415
9416 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9417
9418         * paragraph_pimpl.h:
9419         * paragraph_pimpl.C: cleanup
9420
9421 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9422
9423         * text2.C (removeRow):
9424         * text.C (setHeightOfRow): remove useless (and costly) call to
9425         getRow.
9426
9427 2001-11-20  Allan Rae  <rae@lyx.org>
9428
9429         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9430         Now need Inset*::checkInsertChar() to return true for appropriate
9431         cases so that the characters in the minibuffer will actually be
9432         inserted.
9433
9434 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9435
9436         * text.C: change the order of the includes.
9437         (workWidth): initialize it at once.
9438         (workWidth): make maxw unsigned
9439         (setHeightOfRow): remove unused variable (inset)
9440         (selectSelectedWord): remove unused variable (inset)
9441         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9442
9443 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9444
9445         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9446         server is not running.
9447         (openConnection):
9448         (closeConnection): add debug info when server is disabled.
9449
9450         * ColorHandler.C (getGCForeground): send debug message to GUI
9451         channel.
9452
9453         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9454
9455         * kbmap.C (bind): modify because return conventions of
9456         kb_sequence::parse have changed.
9457
9458         * kbsequence.C (parse): only ignore spaces and not any stupid
9459         control character. This avoids tests like s[i] <= ' ', which are
9460         guaranteed to fail with 8bit characters and signed chars.
9461         Change return code to string::npos when there have been no error
9462         (0 was a bad idea when error is at first character)
9463
9464 2001-11-14  José Matos  <jamatos@fep.up.pt>
9465
9466         * buffer.h:
9467         * buffer.C (simpleDocBookOnePar): removed unused argument.
9468
9469 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9470
9471         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9472         insets which are part of a word. Paragraph::isLetter takes care of
9473         that now. Use Paragraph::isInset to identify insets.
9474         (selectSelectedWord): do not test for hyphenation break.
9475
9476         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9477         that protected spaces are considered as spaces.
9478
9479         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9480         Inset::isLetter.
9481
9482 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9483
9484         * lyxserver.h:
9485         * lyxserver.C: fix it. and small cleanup.
9486
9487 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9488
9489         * BufferView_pimpl.C: use inline helpers
9490
9491         * LaTeXFeatures.h:
9492         * LaTeXFeatures.C: fix typos
9493
9494         * Spacing.h:
9495         * Spacing.C: move spacing_string into class
9496
9497         * ToolbarDefaults.C: move stuff into namespace anon
9498
9499         * layout.h: update enum
9500
9501         * lyxfunc.C: use better debug
9502
9503         * minibuffer.h: fix typo
9504
9505         * debug.h:
9506         * debug.C:
9507         * WorkArea.C: add and use Debug::WORKAREA
9508
9509         * lyxtext.h:
9510         * text.C:
9511         * text2.C: code re-organisation, inline helpers
9512
9513 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9514
9515         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9516         std::vector.empty().
9517
9518 2001-11-09  Allan Rae  <rae@lyx.org>
9519
9520         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9521         '\n's after tables.  Tabular and ERT inset work now makes this no
9522         longer necessary.
9523
9524 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9525
9526         * minibuffer.h:
9527         * minibuffer.C: fix crash, improve drop-down completion
9528
9529 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9530
9531         * lyxserver.h:
9532         * lyxserver.C: invalidate fd's when doing endPipe()
9533
9534 2001-11-08  José Matos  <jamatos@fep.up.pt>
9535
9536         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9537         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9538
9539         * paragraph.h:
9540         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9541
9542 2001-11-07  José Matos  <jamatos@fep.up.pt>
9543
9544         * buffer.h:
9545         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9546         const qualifier.
9547
9548         * buffer.C (sgmlOpenTag):
9549         * buffer.C (sgmlCloseTag): removed debug info.
9550
9551         * buffer.h (sgmlOpenTag):
9552         * buffer.h (sgmlCloseTag): made public.
9553
9554 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9555
9556         * buffer.C (saveParamsAsDefaults):
9557         * lyx_cb.C (MenuLayoutSave): remove
9558
9559         * LyXAction.C (init):
9560         * commandtags.h:
9561         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9562
9563 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9564
9565         * buffer.C (setPaperStuff): removed from here...
9566
9567         * bufferparams.C (setPaperStuff): ... and moved there.
9568
9569 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9570
9571         * minibuffer.h:
9572         * minibuffer.C:
9573         * XFormsView.C: add support for drop-down completion
9574
9575 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9576
9577         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9578         commands.
9579
9580 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9581
9582         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9583         disabled.
9584
9585 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9586
9587         * lyx_main.C: change ref to known bugs
9588
9589 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9590
9591         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9592         to work around older babel problems.
9593
9594 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9595
9596         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9597
9598 2001-10-24  Juergen Vigna  <jug@sad.it>
9599
9600         * tabular-old.C (ReadOld): below variable changes reflected.
9601
9602         * tabular.[Ch]: added ltType struct for longtable header/footer
9603         defines and changed all instances where they are used. Added
9604         future support for double top/bottom rows.
9605
9606 2001-10-24  José Matos  <jamatos@fep.up.pt>
9607
9608         * buffer.h (docbookHandleCaption):
9609         * buffer.C (docbookHandleCaption): removed unused function.
9610         (makeDocBookFile): moved docbook supported version to v4.1.
9611
9612 2001-10-24  José Matos  <jamatos@fep.up.pt>
9613
9614         * tabular.h:
9615         * tabular.C (docbookRow): new function to export docbook code of a row.
9616         (DocBook): now honors the longtable flags.
9617
9618 2001-10-23  José Matos  <jamatos@fep.up.pt>
9619
9620         * LaTeXFeatures.h:
9621         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9622         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9623
9624         * buffer.C (makeLinuxDocFile):
9625         (makeDocBookFile): reworked the preamble, more clean, and with
9626         support for lyx defined entities. Changed the document declaration
9627         to be more XML friendly.
9628
9629         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9630         if we need to output XML that should be done with a filter.
9631
9632 2001-10-22  Juergen Vigna  <jug@sad.it>
9633
9634         * sp_pspell.h (class PSpell): add alive function needed in the
9635         controller to see if the spellchecker could be started.
9636
9637 2001-10-22  Juergen Vigna  <jug@sad.it>
9638
9639         * buffer.C (insertStringAsLines): modify the font for inserting
9640         chars in certain conditions by calling checkInsertChar(font).
9641
9642 2001-10-19  Juergen Vigna  <jug@sad.it>
9643
9644         * text.C (workWidth): use getRow instead of wrong algorithm.
9645         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9646
9647 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9648
9649         * lyxserver.h:
9650         * lyxserver.C:
9651         * lyx_main.h:
9652         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9653
9654 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9655
9656         * text.C (workWidth): do not search for the exact row when
9657         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9658         optimization for big documents.
9659
9660 2001-10-18  Juergen Vigna  <jug@sad.it>
9661
9662         * text.C (workWidth): new function with added Inset * parameter.
9663
9664 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9665
9666         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9667
9668         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9669         change return type of getColumnNearX.
9670
9671
9672         * text.C (changeRegionCase): use uppercase/lowercase instead of
9673         toupper/tolower.
9674         (leftMargin):
9675         (rightMargin): simplify code by factoring out the uses of
9676         textclasslist.
9677         (labelFill):
9678         (numberOfHfills):
9679         (setHeightOfRow):
9680         (appendParagraph): use Paragraph::size_type
9681
9682 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9683
9684         * vspace.C (asLatexString): add a missing break
9685
9686 2001-10-15  Herbert Voss  <voss@perce.de>
9687
9688         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
9689
9690 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9691
9692         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
9693         is not available.
9694
9695 2001-10-10  André Pönitz <poenitz@gmx.net>
9696
9697         * lyxfunc.C: removed greek_kb_flag.
9698
9699 2001-10-10  Herbert Voss  <voss@perce.de>
9700
9701         * lyx_main.C: delete global string help_lyxdir.
9702
9703 2001-10-09  Herbert Voss  <voss@perce.de>
9704
9705         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
9706
9707         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
9708
9709         * lyx_main.C: added global string help_lyxdir.
9710
9711         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
9712
9713 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9714
9715         * lyxrc.C (set_font_norm_type): support iso8859-4
9716
9717 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
9718
9719         * LaTeX.C (deplog): add another regex for MikTeX
9720
9721 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9722
9723         * lyxrc.C (set_font_norm_type): support iso8859-3
9724
9725 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9726
9727         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
9728
9729         * LaTeXFeatures.C: remove special case of french and index
9730
9731         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
9732         before \begin{document}). This solves several incompatibilities.
9733
9734 2001-10-03  Garst Reese  <reese@isn.net>
9735
9736         * lyx_cb.C: change CheckTex error msg.
9737
9738 2001-10-03  José Matos  <jamatos@fep.up.pt>
9739
9740         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
9741
9742 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9743
9744         * .cvsignore: update
9745
9746         * lyx_main.C (commandLineVersionInfo): use new style version info.
9747
9748         * buffer.C (writeFile):
9749         (makeLaTeXFile):
9750         (makeLinuxDocFile):
9751         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
9752
9753         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
9754
9755         * version.h: update to use stuff in version.C
9756
9757         * version.C.in: new file. Contains version information determined
9758         at compile time. This is a merging of version.h and
9759         version_info.h.in.
9760
9761 2001-10-03  Juergen Vigna  <jug@sad.it>
9762
9763         * BufferView_pimpl.C (update): don't change "dirty" status in
9764         updateInset call.
9765
9766 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
9767
9768         * WorkArea.C (c-tor): re-position version string slightly.
9769
9770 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
9771
9772         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
9773         revert to previous code.
9774
9775         WorkArea.[Ch]: (show, destroySplash): methods removed.
9776
9777         WorkArea.C: rework code so that it's an amalgam of the codes before and
9778         after the splash screen was moved to WorkArea.
9779
9780 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9781
9782         * lyxrc.C (read):
9783         * vspace.C (inPixels):
9784         (lyx_advance):
9785         * kbmap.C (bind):
9786         * buffer.C (insertStringAsLines):
9787         (asciiParagraph): fix types to be large enough
9788
9789         * lyxlex_pimpl.h: change member status from short to int
9790
9791         * layout.h: fix type of endlabeltype
9792
9793         * kbmap.C (bind):
9794         * kbsequence.C (parse): change return type to string::size_type
9795
9796         * LaTeX.C (updateBibtexDependencies): comment out unneeded
9797         variable
9798
9799         * Bullet.C (bulletSize):
9800         (bulletEntry): do not use short ints as parameters
9801
9802         * BufferView2.C (insertLyXFile): change a char to an int.
9803
9804         * WorkArea.C (WorkArea): remove unneeded floats in computation
9805
9806 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
9807
9808         * buffer.C (asciiParagraph): Treat '\\' as other chars.
9809
9810         * paragraph.C (asString): Do not ignore newline/hfill chars when
9811         copying to the clipboard.
9812
9813 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
9814
9815         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
9816         after a multi-line inset.
9817
9818 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
9819
9820         * paragraph.C (validate): Set NeedLyXFootnoteCode
9821
9822 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9823
9824         * lyxfont.C (LyXSizeNames): changed increase-error to increase
9825         and decrease-error to decrease.
9826
9827 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9828
9829         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
9830         it more readable (should be equivalent)
9831
9832 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9833
9834         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
9835
9836 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9837
9838         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
9839         of a cursor (row, etc.) after a character has been deleted
9840         (deleteEmptyParagraphMechanism): call the method above on _all_
9841         cursors held by the LyXText when a double space has been
9842         detected/deleted.
9843
9844 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9845
9846         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
9847         pixmap.
9848         (resizeCurrentBuff): remove code to destroy the old splash dialog.
9849
9850         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
9851         background. Use greyOut() and the new show() methods to toggle between
9852         the foreground and background. Add code to remove the splash after
9853         its initial showing.
9854
9855         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
9856         (create_forms): no longer call Dialogs::showSplash.
9857
9858 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9859
9860         * .cvsignore: add version_info.h
9861
9862 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9863
9864         * version_info.h.in: new file
9865
9866         * Makefile.am: add version_info.h.in
9867
9868         * lyx_main.C (commandLineVersionInfo): use version_info defined in
9869         version_info.h instead of VERSION_INFO
9870
9871 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
9872
9873         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
9874         The ERT inset now returns string().
9875
9876 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
9877
9878         * lyxtext.h, text.C (selectNextWord): renamed as
9879         selectNextWordToSpellcheck.
9880
9881         * text.C (selectNextWordToSpellcheck): Modified to not select
9882         words inside an ERT inset.
9883
9884 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9885
9886         * lyx_cb.C (MenuLayoutSave): change a bit the question
9887
9888         * sp_base.h: include <sys/types.h>
9889
9890 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
9891
9892         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
9893
9894 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
9895
9896         * several files: fix typos in user-visible strings
9897
9898 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9899
9900         * text2.C (pasteSelection): do not set the selection, since it
9901         will be cleared later. Actually, the intent was to fix the way the
9902         selection was set, but I figured rmoving the code was just as good.
9903
9904 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
9905
9906         * FontLoader.C (available): Check if font is available without
9907         loading the font.
9908
9909 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
9910
9911         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
9912
9913 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
9914
9915         * lyxrc.[Ch]: added display_graphics variable and associated code.
9916
9917 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9918
9919         * bufferparams.C (hasClassDefaults): new method. Returns true if
9920         the buffer parameters correspond to known class defaults
9921
9922 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
9923
9924         * XFormsView.C (show): set minimum size to the main window.
9925
9926 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9927
9928         * text2.C (copySelection):
9929         (cutSelection):
9930         * lyxfind.C (LyXReplace):
9931         * BufferView_pimpl.C (Dispatch): pass the correct flag to
9932         LyXText::selectionAsString.
9933
9934         * paragraph.C (asString): add "label" argument to the second form
9935
9936         * text2.C (selectionAsString): add "label" argument and pass it to
9937         Paragraph::asString.
9938
9939 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9940
9941         * lyx_main.C (commandLineHelp): remove version information
9942
9943 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
9944
9945         * lyx_main.C: add -version commandline option
9946
9947 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9948
9949         * paragraph.h: make the optional constructor arg required instead.
9950         some modifications to other files because of this.
9951
9952         * minibuffer.C (C_MiniBuffer_peek_event): make it static
9953
9954         * lyxserver.C (C_LyXComm_callback): make it static
9955
9956         * lyx_main.C (error_handler): make it static
9957
9958         * lyx_gui.C (LyX_XErrHandler): make it static
9959
9960         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
9961
9962         * WorkArea.C: make the extern "C" methods static.
9963
9964         * Makefile.am (lyx_LDADD): simplify
9965
9966 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9967
9968         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
9969         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
9970
9971         * LyXAction.C (init):
9972         * lyxfunc.C (dispatch): associated code removal.
9973
9974 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9975
9976         * lyxfont.h (isSymbolFont): shut off warning
9977
9978         * text.C (setHeightOfRow):
9979         (getVisibleRow): fix crash with empty paragraphs which have a
9980         bottom line
9981
9982 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
9983
9984         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
9985         code.
9986
9987 2001-09-04  José Matos  <jamatos@fep.up.pt>
9988         * buffer.C
9989         * buffer.h
9990         * tabular.C (docbook): rename docBook method to docbook.
9991
9992 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9993
9994         * Makefile.am: add dependencies to main.o.
9995
9996 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
9997
9998         * FontLoader.C (available): Return false if !lyxrc.use_gui
9999
10000 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10001
10002         * FontInfo.C (query):
10003         * converter.C (view):
10004         * importer.C (Import):
10005         * exporter.C (Export): Can not -> cannot.
10006
10007 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10008
10009         * BufferView_pimpl.C: allow to create index inset even if
10010           string is empty
10011
10012 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10013
10014         * buffer.C (getLists): replace boost::tie code with an explicit pair
10015         as boost::tie can break some compilers.
10016
10017         * iterators.h: Added a std:: declaration to the return type of
10018         ParIterator::size.
10019
10020 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10021
10022         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10023           case.
10024
10025 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10026
10027         * iterators.[Ch]: New files. Provide paragraph iterators.
10028
10029         * buffer.C (changeLanguage): Use paragraph iterators.
10030         (isMultiLingual): ditto
10031
10032         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10033
10034 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10035
10036         * FontLoader.C: Support for cmr font.
10037
10038 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10039
10040         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10041         (available): New method.
10042
10043         * FontInfo.C (getFontname): Use scalable fonts even when
10044         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10045         found.
10046
10047 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10048
10049         * converter.C (Formats::view): reverted! Incorrect fix.
10050
10051 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10052
10053         * converter.C (Formats::view): only output the -paper option
10054         if the dvi viewer is xdvi, thereby fixing bug #233429.
10055
10056 2001-08-23  Herbert Voss  <voss@perce>
10057
10058         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10059
10060 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10061
10062         * Spacing.h (Spacing): Set space to Default on in the default
10063         constructor.
10064
10065 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10066
10067         * vc-backend.h (RCS::versionString): add RCS to version
10068         (CVS::versionString): add CVS to version
10069
10070         * vc-backend.C (scanMaster): do not add CVS to version.
10071         (scanMaster): do not add RCS to version
10072
10073         * lyxvc.C (versionString): new method
10074
10075         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10076
10077 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10078
10079         * Spacing.C (set): initialize fval
10080
10081 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10082
10083         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10084         " or \.
10085
10086 2001-08-16  Juergen Vigna  <jug@sad.it>
10087
10088         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10089
10090 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10091
10092         * BufferView_pimpl.C:
10093         * figureForm.C:
10094         * lyxtext.h:
10095         * text2.C: setParagraph takes linespacing now
10096
10097 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10098
10099         * LyxAction.C: add internal LFUN_CITATION_INSERT
10100
10101         * LyXView.C: actually apply fix
10102
10103         * bufferlist.C: fix open non-existent file
10104
10105         * lyxfind.C: fix indentation
10106
10107         * lyxfunc.C: remove unneeded assert, fix typo
10108
10109 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10110
10111         * MenuBackend.C: use "Floatname List"
10112
10113 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10114
10115         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10116         when converting LaTeX layout to insetERT.
10117         Generate a non-collapsed float when reading old float
10118
10119 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10120
10121         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10122         ERT insets.
10123
10124 2001-08-13  Juergen Vigna  <jug@sad.it>
10125
10126         * text.C (fill): return 0 instead of 20 as this seems to be the more
10127         correct value.
10128
10129 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10130
10131         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10132         lyxrc.font_norm.
10133
10134 2001-08-13  Juergen Vigna  <jug@sad.it>
10135
10136         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10137         casesensitive off.
10138         (SearchBackward): comment out the unlocking of the inset_owner this
10139         should not be needed!
10140
10141 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10142
10143         * Many files: Remove inherit_language, and add latex_language
10144
10145         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10146         collapsible insets.
10147
10148 2001-08-10  Juergen Vigna  <jug@sad.it>
10149
10150         * text.C (prepareToPrint): fixed hfill-width in draw!
10151
10152         * BufferView2.C (selectLastWord): save the selection cursor as this
10153         now is cleared in the function LyXText::clearSelection!
10154
10155 2001-08-08  Juergen Vigna  <jug@sad.it>
10156
10157         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10158         BACKSPACE type functions.
10159
10160         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10161         is only cutted from the document but not put in the cut-buffer, where
10162         still the old stuff should be.
10163
10164         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10165
10166         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10167
10168         * tabular.C (SetWidthOfCell): fixed special case where the width
10169         was not updated!
10170         (LeftLine): handle '|' in align_special.
10171         (RightLine): ditto
10172         (LeftAlreadyDrawed): ditto
10173         (SetWidthOfCell): ditto
10174
10175 2001-08-07  Juergen Vigna  <jug@sad.it>
10176
10177         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10178
10179 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10180
10181         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10182         * lyxlex.[hC]: ditto
10183
10184 2001-08-06  Juergen Vigna  <jug@sad.it>
10185
10186         * text.C (getVisibleRow): fix up row clearing a bit.
10187
10188 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10189
10190         * minibuffer.C: make sure the X server sees the changes in the input.
10191
10192 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10193
10194         * paragraph.C (getFont): split into...
10195         (getLabelFont): this
10196         (getLayoutFont): and this
10197         * paragraph_pimpl.C (realizeFont): calling this
10198
10199         * text2.C (getFont): split into...
10200         (getLayoutFont): this
10201         (getLabelFont): and this
10202         (realizeFont): all three calling this
10203
10204         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10205         files where used.
10206
10207 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10208
10209         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10210
10211 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10212
10213         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10214         layouts from the Quote inset insertion.
10215
10216 2001-08-03  Juergen Vigna  <jug@sad.it>
10217
10218         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10219
10220         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10221         only if status not is already CHANGED_IN_DRAW (second level).
10222
10223         * text.C (draw): don't set the need_break_row when inside an
10224         InsetText LyXText.
10225
10226 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10227
10228         * buffer.C (parseSingleLyXformat2Token): handle more latex
10229         conversion cases.
10230
10231         * bufferview_funcs.[hC]: change function names to
10232         begin with small char, adjust other files.
10233
10234 2001-08-02  André Pönitz <poenitz@gmx.net>
10235
10236         * lyxfunc.C:
10237         BufferView_pimpl.C: remove broken special code for math-greek
10238
10239 2001-08-02  Juergen Vigna  <jug@sad.it>
10240
10241         * BufferView_pimpl.C (update): redone this function so that we
10242         update the text again if there was a CHANGE_IN_DRAW.
10243
10244         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10245         (drawFromTo): added a new internal bool which is used by draw() and
10246         redraw() function.
10247         (general): some cursor drawing problems fixed.
10248
10249 2001-08-01  Juergen Vigna  <jug@sad.it>
10250
10251         * lyxfind.C (LyXFind): fixed
10252         (SearchForward): ditto
10253         (SearchBackward): ditto
10254
10255         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10256         spurius drawing of the cursor in the main area.
10257
10258         * text2.C (status): small fix which could lead to a segfault!
10259         (clearSelection): remove unneeded BufferView param.
10260
10261 2001-08-01  André Pönitz <poenitz@gmx.net>
10262
10263         * lyxfunc.C: small change due to changed mathed interface
10264
10265 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10266
10267         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10268
10269 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10270
10271         * lyxfunc.c: fail gracefully if file doesn't exist
10272
10273         * LyXSendto.C:
10274         * buffer.C:
10275         * lyxfunc.C:
10276         * BufferView_pimpl.C: IsDirWriteable() proto changed
10277
10278         * LyXView.C: fix updateWindowTitle() to store the last title
10279
10280 2001-07-31  Juergen Vigna  <jug@sad.it>
10281
10282         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10283         the font (wrong since using of Paragraph::highestFontInRange).
10284
10285         * paragraph.C (highestFontInRange): added a default_size parameter.
10286
10287         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10288         (setHeightOfRow): reformat
10289
10290 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10291
10292         * converter.[hC] + affected files: move to (inital-char)lowercase
10293         function names.
10294
10295         * ParagraphParameters.C (ParagraphParameters): remove commented code
10296
10297         * PainterBase.[Ch]: remove commented code
10298
10299         * LaTeXFeatures.h: add "bool floats" for float.sty
10300
10301         * LaTeXFeatures.C (LaTeXFeatures): init floats
10302         (require): handle float
10303         (getPackages): do it with floats
10304
10305 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10306
10307         * BufferView_pimpl.C (Dispatch): improve handling of
10308         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10309
10310         * commandtags.h: #include lyxfont.h here temporarily to avoid
10311         keybinding bug.
10312
10313         * bufferlist.h: include LString.h here.
10314
10315 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10316
10317         * text2.C (getStringToIndex): new method.
10318
10319 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10320
10321         * *: Reduced header file dependencies all over.
10322
10323 2001-07-30  Baruch Even  <baruch@lyx.org>
10324
10325         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10326
10327 2001-07-29  Baruch Even  <baruch@lyx.org>
10328
10329         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10330
10331 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10332
10333         * ParameterStruct.h (endif): add a default constructor to make
10334         sure that all variables is initialized.
10335
10336         * ParagraphParameters.C (ParagraphParameters): adjust
10337
10338 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10339
10340         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10341         index; also, check that there is something to index, and that it
10342         does not span over several paragraphs.
10343         (doubleClick): use WHOLE_WORD_STRICT for double click.
10344
10345         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10346
10347         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10348         scheme.
10349
10350 2001-07-26  Baruch Even  <baruch@lyx.org>
10351
10352         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10353         an InsetFig figure, backwards compatible reading of old figure code.
10354
10355 2001-07-27  Juergen Vigna  <jug@sad.it>
10356
10357         * text2.C: font.realize function adaption.
10358
10359         * text.C (draw): add a warnings lyxerr text if needed.
10360
10361         * layout.C: font.realize function adaption.
10362
10363         * language.C: add inherit_language and implement it's handlings
10364
10365         * bufferview_funcs.C (StyleReset): remove language parameter from
10366         font creation (should be language_inherit now).
10367
10368         * bufferparams.C (writeFile): handle ignore_language.
10369
10370         * paragraph.C (getFontSettings): the language has to be resolved
10371         otherwise we have problems in LyXFont!
10372
10373         * lyxfont.C (lyxWriteChanges): added document_language parameter
10374         (update): removed unneeded language parameter
10375
10376         * paragraph.C (validate): fixed wrong output of color-package when
10377         using interface colors for certain fonts in certain environments,
10378         which should not seen as that on the final output.
10379
10380 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10381
10382         * BufferView_pimpl.C:
10383         * Thesaurus.h:
10384         * Thesaurus.C:
10385         * Makefile.am:
10386         * commandtags.h:
10387         * LyXAction.C: add thesaurus support
10388
10389         * lyxfind.h:
10390         * lyxfind.C: add "once" parameter, for thesaurus, to not
10391           move to the next match
10392
10393 2001-07-26  Juergen Vigna  <jug@sad.it>
10394
10395         * lyxfont.C (realize): honor ignore_language too!
10396         (resolved): ditto.
10397
10398         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10399
10400         * text.C (draw): one place more for ignore_language to not draw
10401         itself!
10402
10403 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10404
10405         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10406
10407 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10408
10409         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10410         the minipage conversion problem.
10411
10412 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10413
10414         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10415         insert an inset.
10416
10417 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10418
10419         * BufferView.h: don't forward declare WorkArea
10420
10421         * BufferView.C: don't include WorkArea.h
10422
10423 2001-07-25  André Pönitz <poenitz@gmx.net>
10424
10425         * commandtags.h:
10426         * LyXAction.C:
10427         * lyxfunc.C:  new LFUN 'math-space'
10428
10429         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10430
10431 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10432
10433         * text2.C (toggleInset): call open/close
10434
10435 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10436
10437         * lyxfunc.C (dispatch): add debug for the disabled case
10438
10439         * font.C (buttonText): make similar to rectText
10440
10441         * buffer.C (readInset): comment out parsing of insetlist and
10442         insttheorem
10443
10444         * PainterBase.C (rectText): small correction
10445
10446         * BufferView_pimpl.C: comment out insettheorem and insetlist
10447         * LyXAction.C: ditto
10448         * commandtags.h: ditto
10449
10450 2001-07-24  Juergen Vigna  <jug@sad.it>
10451
10452         * text.C (draw): honor the ignore_language.
10453
10454         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10455
10456 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10457
10458         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10459         char inset.
10460
10461 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10462
10463         * lyxtext.h: remove unused (and unimplemented) methods
10464
10465 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10466
10467         * text.C (getVisibleRow): honor background color
10468
10469         * PainterBase.h:
10470         * Painter.h: remove default color argument for fillRectangle
10471
10472         * text.C (backgroundColor): new method
10473
10474 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10475
10476         * text.C (getVisibleRow): adjust
10477
10478         * font.[Ch] (rectText): new method, metrics
10479         (buttonText): new method, metrics
10480
10481         * PainterBase.[hC]: make rectText and buttonText always draw and take
10482         fewer paramteres.
10483
10484 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10485
10486         * ToolbarDefaults.C (read):
10487         * MenuBackend.C (read): allow escaping in all strings
10488
10489         * BufferView_pimpl.C (insertAndEditInset): new method.
10490         (Dispatch): use insertAndEditInset whenever appropriate.
10491
10492         * BufferView_pimpl.C (insertNote): removed
10493
10494         * BufferView_pimpl.C (smartQuote): new method, moved from
10495         BufferView; if an insetquote cannot be inserted, insert a '"'
10496         character instead.
10497
10498         * BufferView2.C: remove insertCorrectQuote();
10499
10500         * lyxfunc.C (getStatus): Add support for all remaingin
10501         inset-insert lfuns.
10502
10503         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10504
10505         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10506         command (necessary to pass " as parameter of self-insert.
10507
10508         * text.C (selectWordWhenUnderCursor):
10509         (selectWord): add word_location parameter
10510         (selectWordWhenUnderCursor): same + remove special code for word
10511         boundary.
10512         (selectNextWord): use kind() to guess type of insetspecialchar,
10513         not latex().
10514
10515         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10516         (insertErtContents): create ert insets as collapsed.
10517         (readInset): better compatibility code for Info inset.
10518
10519 2001-07-20  Juergen Vigna  <jug@sad.it>
10520
10521         * lyxfunc.C (dispatch): use always LyXFind now!
10522
10523         * text2.C (init): add a reinit flag so that the LyXText can be
10524         reinited instead of deleted and reallocated (used in InsetText).
10525
10526         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10527
10528         * text.C: ditto
10529
10530         * text2.C: ditto
10531
10532 2001-07-18  Juergen Vigna  <jug@sad.it>
10533
10534         * text.C (selectNextWord): handle insets inside inset by calling
10535         always the bv->text functions so that we can go up the_locking_inset!
10536
10537         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10538         in strange locations when inside an inset!
10539
10540         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10541         handling to include insets.
10542
10543         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10544
10545 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10546
10547         * LyXAction.C (init):
10548         * commandtags.h:
10549         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10550         LIGATURE_BREAK, since the name is so stupid.
10551
10552 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10553
10554         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10555         InsetInfos.
10556
10557         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10558
10559         * sp_form.[Ch]: remove.
10560
10561         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10562
10563         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10564         InsetInfo.
10565
10566         * src/buffer.C (readInset): ditto.
10567
10568 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10569
10570         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10571         menuSeparator(), endOfSentenceDot(), ldots() and
10572         hyphenationPoint(), which are therefore removed.
10573         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10574
10575         * LyXAction.C (init):
10576         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10577
10578         * paragraph.C (getWord): removed.
10579
10580         * BufferView_pimpl.C (Dispatch): use last word or selection for
10581         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10582
10583         * lyx_main.C (queryUserLyXDir): do not ask before creating
10584         user_dir, except if it has been named explicitely.
10585
10586 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10587
10588         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10589         a document of zero size.
10590
10591 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10592
10593         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10594         approriately in the c-tor and in require().
10595         (getPackages): output the appropriate LaTeX for natbib support.
10596
10597         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10598         variables "use_natbib" and "use_numerical_citations" when reading the
10599         LyX file.
10600         (readInset): read the various natbib cite commands.
10601         (validate): white-space change.
10602
10603         * bufferparams.[Ch]: new variables "bool use_natbib" and
10604         "bool use_numerical_citations".
10605         (writeFile): output them in the LyX file.
10606
10607 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10608
10609         * lyxfunc.C (getStatus): add support for all the inset insertion
10610         commands.
10611
10612         * text2.C (insertInset):
10613         * paragraph.C (insetAllowed):
10614         * BufferView_pimpl.C (insertInset): update to take in account the
10615         renaming of insertInsetAllowed
10616
10617         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10618
10619         * text2.C (getInset): new method. returns inset at cursor position.
10620
10621         * BufferView_pimpl.C (Dispatch): changes because of this.
10622
10623         * LyXAction.C (init): rename open-stuff to inset-toggle.
10624
10625         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10626
10627         * text2.C (toggleInset): renamed from openStuff; use
10628         Inset::open().
10629
10630 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10631
10632         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10633
10634         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10635
10636 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10637
10638         * buffer.C (readLyXformat2): Add filename to the error dialog
10639
10640 2001-07-18  Juergen Vigna  <jug@sad.it>
10641
10642         * tabular.C (GetCellNumber): put an assert here instead of the check!
10643
10644 2001-07-17  Juergen Vigna  <jug@sad.it>
10645
10646         * BufferView_pimpl.C (toggleSelection): adapted too.
10647
10648         * text.C (selectNextWord): adapted for use with insets.
10649         (selectSelectedWord): ditto
10650
10651 2001-07-17  Juergen Vigna  <jug@sad.it>
10652
10653         * sp_spell.C (PSpell): fix initialitation order.
10654
10655 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10656
10657         * paragraph.C: spacing
10658
10659 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10660
10661         * sp_spell.C: repair language selection for pspell
10662
10663 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10664
10665         * lyxfunc.h: change more methods to begin with lower char.
10666
10667 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10668
10669         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10670         for unknown layouts.
10671
10672 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10673
10674         * buffer.C (readLyXformat2): Generate an error dialog if there are
10675         unknown layouts.
10676
10677 2001-07-16  Juergen Vigna  <jug@sad.it>
10678
10679         * sp_spell.C: always compile ISpell part.
10680
10681         * lyxrc.C: added use_pspell entry and it's handling.
10682
10683 2001-07-13  Juergen Vigna  <jug@sad.it>
10684
10685         * sp_spell.C: removed double includes.
10686
10687 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
10688
10689         Consistent use of Lsstream.h:
10690         * Lsstream.h: added using std::stringstream for consistencies sake.
10691
10692         * buffer.C: removed using std::stringstream
10693
10694         * lyxfont.C (stateText):
10695         * paragraph.C (asString):
10696         * text.C (selectNextWord, selectSelectedWord):
10697         * text2.C (setCounter):
10698         * vspace.C (asString, asLatexString):
10699         std::ostringstream -> ostringstream.
10700
10701 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10702
10703         * LyXAction.C: add LFUN_HELP_ABOUTLYX
10704         * commandtags.h: add LFUN_HELP_ABOUTLYX
10705         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
10706
10707 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10708
10709         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
10710         cursorToggle()
10711         * lyx_gui_misc.C: remove spellchecker
10712         * lyxfunc.C: showSpellchecker
10713         * sp_base.h: added
10714         * sp_ispell.h: added
10715         * sp_pspell.h: added
10716         * sp_spell.C: added
10717         * sp_form.[Ch]: removed
10718         * spellchecker.[Ch]: removed
10719
10720 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
10721
10722         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
10723         is set.
10724         (simpleTeXSpecialChars): Simply print the input character without
10725         any special translation if pass_thru is set.
10726
10727         * layout.h: Added bool pass_thru to layout class for being able to
10728         implement pass through of a paragraph for Literate Programming.
10729
10730         * layout.C: add LT_PASS_THRU to LayoutTags enum.
10731         * layout.C (LyXLayout): set pass_thru to flase in constructor.
10732         * layout.C (Read): add "passthru" to list of layout tags and add
10733         code to set the pass_thru boolean when it is read.
10734
10735 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10736
10737         * trans_decl.h: remove allowed from KmodInfo
10738
10739         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
10740         remove allowed code
10741         (Load): adjust
10742
10743         * paragraph_pimpl.C (erase): use boost::prior
10744
10745         * Painter.C (text): use data() instead of c_str() when length is
10746         also provided.
10747         * WorkArea.C (putClipboard): ditto
10748         * font.h (width): ditto
10749
10750         * BufferView2.C: use it-> instead of (*it). for iterators
10751         * texrow.C: ditto
10752         * paragraph_pimpl.C: ditto
10753         * paragraph.C: ditto
10754         * minibuffer.C: ditto
10755         * language.C: ditto
10756         * kbmap.C: ditto
10757         * encoding.C: ditto
10758         * counters.C: ditto
10759         * converter.C: ditto
10760         * chset.C: ditto
10761         * Variables.C: ditto
10762         * TextCache.C: ditto
10763         * MenuBackend.C: ditto
10764         * LyXAction.C: ditto
10765         * LColor.C: ditto
10766         * FloatList.C: ditto
10767         * DepTable.C: ditto
10768         * ColorHandler.C (LyXColorHandler): ditto
10769
10770 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10771
10772         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
10773
10774         * text2.C (openStuff): reintroduce this method (which had been
10775         nuked in NEW_INSETS frenzy).
10776
10777         * lyxfunc.C (Dispatch): when an action has not been handled, use
10778         its name in the error message, not its number.
10779
10780         * paragraph.C (inInset): change method name to begin with lowercase.
10781
10782         * undo_funcs.C:
10783         * text2.C: updates because of this.
10784
10785 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10786
10787         * ToolbarDefaults.C (add): add spaces in error message
10788
10789 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10790
10791         * buffer.C (readLyXformat2): initialize the ert comp. variables.
10792         (readLyXformat2): rename return_par to first_par, use lyxlex's
10793         pushToken and remove the manual push handling.
10794         (parseSingleLyXformat2Token): add another ert comp. variable:
10795         in_tabular, rename return_par to first_par. handle newlines better
10796
10797 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10798
10799         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
10800
10801 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10802
10803         * text2.C (getParFromID): removed
10804
10805         * buffer.C (getParFromID): new method moved form lyxtext.
10806         * BufferView2.C (insertErrors): adjust
10807         (setCursorFromRow): adjust
10808         * BufferView_pimpl.C (restorePosition): adjust
10809         * lyxfunc.C (Dispatch): adjust
10810         * undo_funcs.C (textUndo): adjust
10811         (textRedo): adjust
10812         (textHandleUndo): adjust
10813         (textHandleUndo): adjust
10814
10815 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10816
10817         * buffer.C: up' the LYX_FORMAT
10818
10819         * lyxfont.h: turn NO_LATEX on as default
10820
10821         * buffer.C (insertErtContents): new methods of tex style compability.
10822         (parseSingleLyXformat2Token): use it several places.
10823         * tabular.C (OldFormatRead): and here
10824
10825 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10826
10827         * text2.C: remove some commented code.
10828         reindent file.
10829
10830         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
10831         * trans.C: changes because of the above.
10832
10833 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
10834
10835         * text2.C (setCounter): Fix counters bug with bibliography layout.
10836
10837 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10838
10839         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
10840         own member functions
10841         (simpleTeXSpecialChars): ditto
10842
10843 2001-07-06  Juergen Vigna  <jug@sad.it>
10844
10845         * a lot of files: changed the access to LyXText::status and the
10846         call of undo-functions.
10847
10848         * undo.[Ch]: added a inset_id to the undo informations.
10849
10850         * undo_funcs.[Ch]: added and moved here all undo functions.
10851
10852         * lyxtext.h: give the status enum a weight, made status_ a private
10853         variable and made accessor functions for it, removed the whole bunch
10854         of undo-functions as they are now in their own file, make some
10855         functions publically available. Added function ownerParagraph with
10856         int parameter.
10857
10858         * paragraph.[Ch]: added "bool same_ids" to the constructor,
10859         made InInset() a const function, added getParFromID() function.
10860
10861         * buffer.[Ch]: added const version for inset_iterator functions,
10862         added getInsetFromID() function.
10863
10864         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
10865         changed undo functions for new version.
10866
10867 2001-07-05  Juergen Vigna  <jug@sad.it>
10868
10869         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
10870         unknow mechanism does not call the proper constructor but only this
10871         one also if I request the other!?
10872
10873 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10874
10875         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
10876
10877         * text2.C (LyXText): use initialization lists.
10878
10879         * lyxtext.h (Selection): initialize set_ and mark_
10880         (init): remove method
10881
10882 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
10883
10884         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
10885
10886 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10887
10888         * screen.[Ch]: change method names to begin with lowercase
10889
10890         * BufferView_pimpl.C (updateScrollbar): simplify further and
10891         hopefully make it a bit faster.
10892
10893 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10894
10895         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
10896         calling directly xforms functions.
10897
10898         * Painter.C (Painter):
10899         * lyx_cb.C (MenuWrite):
10900         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
10901         fl_display.
10902
10903         * lyx_gui.C: remove bogus guiruntime extern declaration.
10904
10905 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10906
10907         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
10908         in NEW_INSETS
10909         (redoDrawingOfParagraph): ditto
10910         (redoParagraphs): ditto
10911         (cutSelection): don't create a object for CutAndPaste use the
10912         static method directly
10913         (pasteSelection): ditto
10914
10915         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
10916         LyXview (+ rename)
10917
10918 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10919
10920         * modifications to some other files because of this.
10921
10922         * Makefile.am (lyx_SOURCES): add XFormsView
10923
10924         * XFormsView.[Ch]: new files
10925
10926         * LyXView.[Ch]: make LyXView a base class for the gui handling for
10927         the main window. Move the gui dependent stuff to XFormsView
10928
10929 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10930
10931         * tabular.C (GetCellInset): update cur_cell also in the row/col
10932         version of this function.
10933
10934         * lyxfunc.C: no need to include figure_form.h here.
10935
10936         * FontLoader.h:
10937         * lyxfunc.h:
10938         * lyxscreen.h:
10939         * text2.C:
10940         * lyxvc.C: no need to include forms.h here.
10941
10942 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10943
10944         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
10945
10946         * lyxfunc.C (Dispatch):
10947         * Spacing.C (set):
10948         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
10949         constructor argument.
10950
10951 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10952
10953         * paragraph.C (Paragraph): dont't clear, and just set layout.
10954         (makeSameLayout): use params's copy contructor.
10955
10956         * ParagraphParameters.[Ch] (makeSame): delete method
10957
10958 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
10959
10960         * Variables.[Ch]: fix indentation, rename set to isSet
10961
10962 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10963
10964         * lyxfunc.C (Dispatch): fix typo
10965
10966 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10967
10968         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
10969         upper_bound.
10970
10971         * bufferlist.C: include assert.h for emergencyWrite().
10972
10973 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10974
10975         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
10976           give up at last (bug #425202) !
10977
10978 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
10979
10980         * lyx_gui_misc.C:
10981         * sp_form.h:
10982         * sp_form.C:
10983         * spellchecker.h:
10984         * spellchecker.C: strip spellchecker options and bring up
10985           preferences tab instead
10986
10987 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10988
10989         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
10990         the istringstream constructor
10991
10992 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10993
10994         * paragraph.C (getLayout): fix return value
10995
10996         * paragraph.h: do not declare getLayout as inline.
10997
10998         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
10999
11000 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11001
11002         * lyxcursor.h (operator<): new func
11003         (operator>): new func
11004         (operator>=): new func
11005         (operator<=): new func
11006
11007         * text.C (changeCase): use selection.start and selection.end
11008         (changeRegionCase): require from to be <= to. Require par to be a
11009         valid paragraph.
11010
11011         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11012
11013 2001-06-27  Juergen Vigna  <jug@sad.it>
11014
11015         * text.C (cursorLeftOneWord): changed to return the cursor and added
11016         overlay with BufferView * parameter which calls this one.
11017         (getWord): added
11018         (selectWord): use new getWord function.
11019         (changeCase): renamed from changeWordCase as and extended to work
11020         also on selections.
11021
11022         * lyxtext.h: added enum word_location
11023
11024         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11025         changeCase as this operates now also on selections.
11026
11027 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11028
11029         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11030
11031         * many files: send debug output to Debug::INFO instead of
11032         Debug::ANY.
11033
11034         * converter.C (View):
11035         (Convert):
11036         (Move): send debug output to Debug::FILES instead of console.
11037
11038 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11039
11040         * lyxfunc.C (getStatus): use func_status
11041
11042         * func_status.h: new header, describing the results of
11043         LyXFunc::getStatus;
11044
11045         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11046         LFUN_MATH_HALIGN.
11047
11048 2001-06-25  The LyX Project  <jug@sad.it>
11049
11050         * buffer.C (sgmlOpenTag):
11051         (sgmlCloseTag):
11052         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11053
11054 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11055
11056         * text2.C: remove some dead code
11057
11058         * tabular.C (GetCellInset): store the last cell checked (gotten)
11059
11060         * tabular.h: add the helper for the speedup
11061
11062         * lyxtext.h: remove some dead code
11063
11064 2001-06-26  The LyX Project  <Asger>
11065
11066         * paragraph.C: Change export to LaTeX of alignment to
11067         \begin{center} and family for better roundtrip work with reLyX.
11068
11069         * Tune the math drawing a bit.
11070
11071 2001-06-25  The LyX Project  <Asger>
11072
11073         * LColor.C (LColor): New color for math background. New color
11074         for buttons.
11075
11076 2001-06-25  The LyX Project  <jug@sad.it>
11077
11078         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11079
11080         * lyxfunc.C (Open):
11081         * bufferlist.C (newFile): do not restrict to files ending with
11082         .lyx
11083
11084         * BufferView_pimpl.C (MenuInsertLyXFile):
11085
11086 2001-06-24  The LyX Project  <jug@sad.it>
11087
11088         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11089         of compare_no_case
11090
11091 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11092
11093         * lyxtext.h: rename most methods to begin with a small char.
11094         Lots of changes because of this.
11095
11096         * paragraph.C (Paragraph): do not call fitToSize
11097         (erase): call Pimpl::erase
11098         (insertChar): call Pimpl::insertChar
11099         (insertInset): call Pipl::insertInset
11100         (breakParagraph): do not call fitToSize
11101         (breakParagraphConservative): do not call fitToSize
11102         (fitToSize): remove method
11103
11104         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11105
11106 2001-06-24  The LyX Project  <Asger>
11107
11108         * Fix Qt compilation^2
11109
11110 2001-06-24  The LyX Project  <jug@sad.it>
11111
11112         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11113         depthHook(getDepth()-1).
11114
11115         * paragraph.h:
11116         * ParagraphParameters.h:
11117         * ParameterStruct.h: change type of depth to unsigned int ==
11118         depth_type. Many adaptations to other files before of that.
11119
11120 2001-06-24  The LyX Project  <Asger>
11121
11122         * Fix Qt compilation.
11123
11124 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11125
11126         * paragraph.h: renamed several methods to begin with small letter.
11127         several changes to many parts of the code because of this.
11128
11129 2001-06-23  The LyX Project  <jug@sad.it>
11130
11131         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11132         rewritten to discard all double spaces when KeepEmpty is off
11133         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11134         to only handle newlines but not fiddle with spaces and friends.
11135
11136         * lyxfunc.C (MenuNew): when doing 'new from template', use
11137         template_path as default directory
11138
11139 2001-06-23  The LyX Project  <Asger>
11140
11141         * Clean-up of header file includes all over
11142         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11143
11144 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11145
11146         * paragraph.h: renamed from lyxparagraph.h
11147
11148 2001-06-23  Asger  <lyx@violet.home.sad.it>
11149
11150         * Buffer.h: Removed Buffer::resize
11151         * BufferList.h: Removed BufferList::resize
11152         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11153         the document lazily when we change the width, or the font settings.
11154
11155 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11156
11157         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11158
11159 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11160
11161         * buffer.h: remove out of date comment
11162
11163 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11164
11165         * lyxscreen.h:
11166         * screen.C: fix "theoretical" GC leak
11167
11168 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11169
11170         * LaTeX.C (scanAuxFile):
11171         (deplog): remove trailing \r when reading stream (useful under
11172         win32)
11173
11174 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11175
11176         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11177         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11178         and BufferView::theLockingInset(Inset*), so should use them and not
11179         access bv_->text->the_locking_inset directly.
11180
11181         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11182
11183 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11184
11185         * Makefile.am:
11186         * tex-defs.h: remove old unused file
11187
11188 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11189
11190         * BufferView_pimpl.C: fix typo, remove minibuffer message
11191           when buffer has loaded
11192
11193 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11194
11195         * lyxfunc.C (Dispatch): use stringstream
11196         (MenuNew): use stringstream
11197         (Open): use stringstream
11198
11199         * importer.C (Import): use stringstream
11200
11201         * bufferview_funcs.C (CurrentState): use stringstream
11202
11203         * LaTeX.C (run): use stringstream
11204
11205         * BufferView_pimpl.C (savePosition): use stringstream
11206         (restorePosition): use stringstream
11207         (MenuInsertLyXFile): use stringstream
11208
11209 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11210
11211         * BufferView.C:
11212         * Bullet.C:
11213         * ColorHandler.C:
11214         * FontInfo.C:
11215         * FontLoader.C:
11216         * LColor.C:
11217         * LaTeXFeatures.C:
11218         * Painter.C:
11219         * gettext.C:
11220         * lyx_gui_misc.C:
11221         * lyxserver.C:
11222         * vspace.C: removed // -*- C++ -*- as first line.
11223
11224         * lyxfind.h:
11225         * version.h: added // -*- C++ -*- as first line.
11226
11227 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11228
11229         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11230
11231         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11232         of string
11233
11234 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11235
11236         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11237         of floats.
11238
11239 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11240
11241         * gettext.C: include LString.h even when --disable-nls is on.
11242
11243 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11244
11245         * converter.h (Get): changed argument type from int to
11246         FormatList::size_type to avoid unnecessary conversion.
11247
11248         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11249         before using it.
11250
11251 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11252
11253         * gettext.h: include LString.h even when --disable-nls is on.
11254
11255 2001-06-07  Juergen Vigna  <jug@sad.it>
11256
11257         * text.C (BreakAgain): subst spaces with tabs.
11258
11259         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11260         (resizeInsetsLyXText): set force on resizeLyXText.
11261
11262 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11263
11264         * gettext.h (gettext_init):
11265         (locale_init): use a real definition instead of a macro
11266
11267 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11268
11269         * Bufferview_pimpl.C:
11270         * LColor.h:
11271         * LColor.C: further lcolor tidies
11272
11273 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11274
11275         * BufferView_pimpl.C (updateScrollbar): simplify.
11276
11277         * BufferView2.C: don't include insets/insetinfo.h, change
11278         prototype for insertInset and call the Pimpl version. let
11279         updateInset call Pimpl version.
11280
11281         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11282         gotoInset to BufferView::Pimpl
11283
11284 2001-06-01  Juergen Vigna  <jug@sad.it>
11285
11286         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11287         inside a LockingInset (is the update needed at all?).
11288
11289 2001-05-31  Juergen Vigna  <jug@sad.it>
11290
11291         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11292         here not the old one otherwise how should we compare it afterwards
11293         if it's the same!
11294
11295 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11296
11297         * lyxfont.C:
11298         * tabular.C:
11299         * tabular-old.C:
11300         * FontInfo.C: bring C functions into global namespace when
11301         necessary
11302
11303 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11304
11305         * LString.h: make sure config.h has been loaded before LString.h.
11306
11307         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11308         (one for each char read by EatLine!).
11309
11310         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11311         variables.
11312
11313 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11314
11315         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11316         to the same as the par we break from
11317
11318 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11319
11320         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11321
11322         * MenuBackend.C (expand): also create menu entries for wide
11323         versions of the floats.
11324
11325         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11326
11327         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11328
11329         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11330         frontends/Makefile.am
11331
11332         * text2.C: adjust
11333         * text.C: adjust
11334
11335
11336         * tabular.C (getTokenValue): add std::
11337
11338         * tabular-old.C (getTokenValue): add std::
11339         (getTokenValue): ditto
11340         (getTokenValue): ditto
11341
11342         * screen.C (ToggleSelection): adjust
11343
11344         * lyxtext.h: put selection cursors inside a Selection struct.
11345
11346         * lyxfunc.C (moveCursorUpdate): adjust
11347
11348         * lyxfont.C (latexWriteStartChanges): add std::
11349
11350         * lyxfind.C: adjust
11351
11352         * font.h: delete with(char const *, LyXFont const &)
11353
11354         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11355
11356         * FontInfo.C (getFontname): add std::
11357
11358         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11359         (workAreaButtonPress): adjust
11360         (tripleClick): adjust
11361         (update): adjust
11362         (moveCursorUpdate): adjust
11363         (Dispatch): adjust
11364
11365         * BufferView2.C (gotoInset): adjust
11366
11367 2001-05-30  Juergen Vigna  <jug@sad.it>
11368
11369         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11370         to check pspell I add this as default as I now have new pspell
11371         libraries and they seem to use this.
11372
11373 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11374
11375         * text2.C (CutSelection): make the cursor valid before the call to
11376         ClearSelection.
11377
11378 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11379
11380         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11381         relied on 0 terminated strings and other horrors. Bug found due to
11382         the new assert in lyxstring!
11383
11384         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11385         KP_ keys.
11386
11387 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11388
11389         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11390         to latinkeys.bind.
11391
11392         * lyxfunc.C (processKeySym): change method of getting to the
11393         self-insert char.
11394
11395         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11396         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11397         * BufferView_pimpl.[Ch]: here as private methods.
11398
11399 2001-05-28  Juergen Vigna  <jug@sad.it>
11400
11401         * text.C (SetHeightOfRow): added the update() call again as it is
11402         needed to initialize inset dimensions!
11403
11404 2001-05-16  Juergen Vigna  <jug@sad.it>
11405
11406         * text2.C (SetCharFont): Add new function with BufferView * and
11407         bool toggleall parameters for setting insets internal fonts.
11408         (SetFont): Freeze the undo as we may change fonts in Insets and
11409         all this change should be inside only one Undo!
11410
11411         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11412         setting font's in insets as for them we have the SetFont function!
11413
11414 2001-05-15  Juergen Vigna  <jug@sad.it>
11415
11416         * text2.C (ClearSelection): to be sure we REALLY don't have any
11417         selection anymore!
11418
11419         * tabular.C (TeXCellPreamble): fixed the left border problem for
11420         multicolumn cells.
11421
11422 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11423
11424         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11425         dependancy file
11426
11427 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11428
11429         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11430         LFUN_BREAKPARAGRAPH.
11431
11432         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11433         help test to "internal only", similar for LFUN_INSERT_URL
11434
11435         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11436         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11437         auto_region_delete and deadkeys.
11438
11439 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11440
11441         * LColor.h:
11442         * LColor.C: remove some dead entries, tidy a little
11443
11444 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11445
11446         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11447         commented code.
11448         (Dispatch): implement LFUN_ESCAPE
11449
11450         * commandtags.h: add LFUN_ESCAPE
11451
11452         * LyXAction.C (init): add entry for LFUN_ESCAPE
11453
11454         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11455         Remove commented code.
11456         (insertNote): moved here
11457         (open_new_inset): moved here
11458
11459         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11460         BufferView_pimpl
11461
11462 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11463
11464         * kbmap.C (findbinding): clean it up and make it work correctly.
11465
11466         * lyx_main.C (init): do not pass argc and argv as parameters
11467
11468 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11469
11470         * buffer.C: fix path for OS/2 & Win32
11471
11472         * lyx_gui.C:
11473         * lyx_main:
11474         * lyx_main.C: Added os:: class.
11475
11476         * os2_defines.h: update
11477
11478 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11479
11480         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11481         better by trying again with reduced state.
11482
11483 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11484
11485         * lyxrc.C (read): print error about invalid key sequence only when
11486         debugging (because not all latinX keysyms are known to some X
11487         servers)
11488
11489         * kbsequence.C (getiso): add a few std:: qualifiers
11490         (getiso): comment out extra return statement.
11491
11492 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11493
11494         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11495         handling.
11496         (Dispatch): enhance the accent inset a bit. (not perfect)
11497
11498 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11499
11500         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11501
11502 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11503
11504         * bufferlist.C (emergencyWrite): fix assert() call
11505
11506 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11507
11508         * text.C (InsertChar): Added trivial patch to only send the "you
11509         can not do multiple spaces this way" message once during a
11510         session.
11511
11512 2001-05-08  Baruch Even  <baruch@lyx.org>
11513
11514         * Makefile.am: Changed order of libraries to get LyX to link properly
11515         with the gnome frontend.
11516
11517 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11518
11519         * LaTeXFeatures.h: add a std:: qualifier
11520
11521 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11522
11523         * paragraph.C (String): use stringstream
11524
11525 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11526
11527         * paragraph.C (writeFile): remove footflag arg
11528
11529         * buffer.C (makeLaTeXFile): use stringstream
11530         (latexParagraphs): remove footnot gurba
11531
11532         * LaTeXFeatures.C (getPackages): use stringstream
11533         (getMacros): likewise
11534         (getTClassPreamble): likewise
11535         (getFloatDefinitions): new method
11536
11537         * paragraph.C (writeFile): reindent
11538         (Erase): reindent
11539
11540         * WorkArea.h: revert the xpos + etc changes.
11541
11542         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11543
11544         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11545
11546         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11547         (pasteSelection): likewise
11548         * text2.C (CreateUndo): likewise
11549
11550 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11551
11552         * minibuffer.C (peek_event): temporarily reduce the functionality
11553         of the minibuffer (to allow args on lfuns)
11554
11555         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11556         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11557
11558         * buffer.C (readInset): add compability reading of old float
11559         lists, add reading of new style float list.
11560         (readInset): avoid reevaluation of inscmd.getCmdName()
11561         (getLists): reindent
11562
11563         * MenuBackend.C (MenuItem): implement parsing of
11564         md_floatlistinsert and md_floatinsert.
11565         (expand::LastFiles): move initalizaton of iterators out of loop,
11566         avoid reevaluation.
11567         (expand::Documents): introduce typdedef vector<string> Strings,
11568         and use it.
11569         (expand::ExportFormats): introduce typedef vector<Format const *>
11570         Formats, and use it.
11571         (expand): implement FloatListInsert and FloatInsert.
11572
11573         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11574         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11575         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11576
11577         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11578         handling.
11579         (Dispatch::LFUN_FLOAT_LIST): implement
11580
11581 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11582
11583         * LaTeX.C (run): Fix problem with --export code.
11584
11585 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11586
11587         * BufferView.[Ch] (workarea): removed.
11588         (getClipboard) new method; wrapper for workarea()->getClipboard()
11589
11590         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11591         bug.
11592
11593         * WorkArea.h (width, height, xpos, ypos): These methods all
11594         returned the dimensions of the work_area sub-area of WorkArea,
11595         resulting in a position error if the WorkArea were resized. Now
11596         return the dimensions of the entire WorkArea.
11597
11598         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11599
11600 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11601
11602         * LaTeX.C (deplog): correct the syntax of regex reg1
11603
11604 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11605
11606         * undo.C: remove !NEW_INSETS cruft
11607
11608 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11609
11610         * text2.C: remove !NEW_INSETS cruft
11611
11612         * text.C: remove !NEW_INSETS cruft
11613
11614         * tabular.C: remove !NEW_INSETS cruft
11615
11616         * spellchecker.C: remove !NEW_INSETS cruft
11617
11618         * lyxtext.h: remove !NEW_INSETS cruft
11619
11620         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11621
11622         * lyxfunc.C: remove !NEW_INSETS cruft
11623
11624         * lyxfind.C: remove !NEW_INSETS cruft
11625
11626         * lyx_cb.C: remove !NEW_INSETS cruft
11627
11628         * figureForm.C: remove  !NEW_INSETS cruft
11629
11630         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11631
11632         * buffer.[Ch]: remove !NEW_INSETS cruft
11633
11634         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11635
11636         * CutAndPaste.C: remove !NEW_INSETS cruft
11637
11638         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11639
11640         * BufferView2.C: remove !NEW_INSETS cruft
11641
11642         * BufferView.h: remove !NEW_INSETS cruft
11643
11644 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11645
11646         * Lsstream.h: include LString.h before the sstream headers to
11647         fix problem with gcc 2.95.3 and lyxstring
11648
11649 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11650
11651         * lyx_main.C: add using directives when needed for C functions
11652         declared in std:: namespace.
11653
11654 2001-04-27  Juergen Vigna  <jug@sad.it>
11655
11656         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11657         (SetHeightOfRow): comment out the update call should not be needed!
11658
11659 2001-04-13  Juergen Vigna  <jug@sad.it>
11660
11661         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11662         (LyXTabular): tried to minimize operator= operations (and realized
11663         hopfully Lars wish).
11664
11665 2001-04-27  Juergen Vigna  <jug@sad.it>
11666
11667         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11668
11669 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11670
11671         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11672
11673         * buffer.C (readInset): hack to make listof algorithm work
11674
11675         * BufferView_pimpl.C: hack to make listof algorithm work
11676
11677 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11678
11679         * LyXAction.C: removed all !NEW_INSETS cruft
11680         (init): moved lfun_item in method
11681
11682         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
11683
11684 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11685
11686         * BufferView2.C (theLockingInset): white space.
11687
11688 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11689
11690         * minibuffer.C: include <iostream>
11691
11692         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
11693
11694         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
11695
11696         * commandtags.h: add LFUN_TRANSPOSE_CHARS
11697
11698         * text.[Ch] (TransposeChars): new method
11699
11700 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11701
11702         * call message directly through LyXView instead of through LyXFunc
11703         * BufferView2.C: adjust
11704         * BufferView_pimpl.C: adjust
11705         * FontLoader.C: adjust
11706         * buffer.C: adjust
11707         * bufferview_funcs.C: adjust
11708         * converter.C: adjust
11709         * figureForm.C: adjust
11710         * importer.C: adjust
11711         * lyx_cb.C: adjust
11712         * lyx_gui_misc.C: adjust
11713         * lyxfunc.C: adjust
11714         * lyxvc.C: adjust
11715         * text2.C: adjust
11716         + more files in subdirs
11717
11718         * lyxparagraph.h (size): move up int file
11719         (GetLayout): ditto
11720
11721         * adjust all uses of Assert to lyx::Assert.
11722
11723         * BufferView2.C (ChangeCitationsIfUnique): adjust for
11724         lyxfunctional in namespace lyx
11725         * layout.C (hasLayout): ditto
11726         (GetLayout): ditto
11727         (GetLayout): ditto
11728         (delete_layout): ditto
11729         (NumberOfClass): ditto
11730         * converter.C (GetFormat): ditto
11731         (GetNumber): ditto
11732         (Add): ditto
11733         (Delete): ditto
11734         (SetViewer): ditto
11735         * bufferlist.C (getFileNames): ditto
11736         (emergencyWriteAll): ditto
11737         (exists): ditto
11738         (getBuffer): ditto
11739         * MenuBackend.C (hasSubmenu): ditto
11740         (hasMenu): ditto
11741         (getMenu): ditto
11742         * BufferView_pimpl.C (getInsetByCode): ditto
11743
11744 2001-04-18  Juergen Vigna  <jug@sad.it>
11745
11746         * vspace.C (asLatexString): fixed the 100% problem.
11747
11748 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11749
11750         * lyxfunc.C (Dispatch):
11751         * minibuffer.C:
11752         * minibuffer.h: add a few std:: qualifiers
11753
11754 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11755
11756         * minibuffer.[Ch]: reimplement so that commands is initiated and
11757         run from lyxfunc, simplified som handling, and made the completion
11758         and history code for complete. wip.
11759
11760         * lyxfunc.C (processKeySym): call message
11761         (miniDispatch): new temporary method
11762         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
11763         (LFUN_MESSAGE): implement
11764         (LFUN_MESSAGE_PUSH): implement
11765         (LFUN_MESSAGE_POP): implement
11766         (initMiniBuffer): the initial/defualt minibuffer message.
11767
11768         * lyxfont.[Ch]: inline some more getters
11769
11770         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
11771
11772         * lyx_gui_misc.[Ch] (WriteStatus): remove method
11773
11774         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
11775         (AutoSave): use LFUN_MESSAGE
11776         (Reconfigure): ditto
11777
11778         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
11779
11780         * figureForm.C: use LFUN_MESSAGE
11781
11782         * converter.C (runLaTeX): use LFUN_MESSAGE
11783
11784         * bufferview_funcs.C: use LFUN_MESSAGE
11785         (Melt): ditto
11786         (changeDepth): ditto
11787
11788         * bufferparams.h: use boost::
11789
11790         * bufferlist.h: inherit privately from noncopyable
11791
11792         * bufferlist.C (loadLyXFile): remove some commented code.
11793
11794         * buffer.C (runChktex): use LFUN_MESSAGE
11795
11796         * ShareContainer.h: inherit privately from noncopyable
11797
11798         * ParagraphParameters.[hC] (depth): inline it.
11799
11800         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
11801         methods.
11802         (message): new method
11803         (messagePush): ditto
11804         (messagePop): ditto
11805         (show): init minibuffer
11806         (showState): direct call
11807
11808         * LaTeX.[Ch]: inherit privately from noncopyable
11809         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
11810         instead of WriteStatus.
11811
11812         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
11813
11814         * BufferView_pimpl.C (buffer): don't init minibuffer
11815         (workAreaButtonPress): use LFUN_MESSAGE
11816         (workAreaButtonRelease): ditto
11817         (savePosition): ditto
11818         (restorePosition): ditto
11819         (MenuInsertLyXFile): ditto
11820         (workAreaExpose): don't init minibuffer
11821         (update): remove commented code, simplify
11822
11823         * BufferView2.C (openStuff): use LFUN_MESSAGE
11824         (toggleFloat): ditto
11825         (menuUndo): ditto
11826         (menuRedo): ditto
11827         (copyEnvironment): ditto
11828         (pasteEnvironment): ditto
11829         (copy): ditto
11830         (cut): ditto
11831         (paste): ditto
11832         (gotoInset): ditto
11833         (updateInset): remove some commented code
11834
11835         * lastfiles.h: inherit privately from noncopyable
11836         * layout.h: ditto
11837         * lyx_gui.h: ditto
11838         * lyx_main.h: ditto
11839         * lyxlex.h: ditto
11840         * lyxlex_pimpl.h: ditto
11841
11842         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
11843         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
11844         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11845
11846         * LyXAction.h: inherit privately from noncopyable, add methods
11847         func_begin, func_end, returning iterators to the func map.
11848
11849         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
11850         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11851         (func_begin): new method
11852         (func_end): new method
11853
11854         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
11855         and not)
11856         (copySelection): ditto
11857         (pasteSelection): ditto
11858
11859         * BufferView.C: whitespace change
11860         * BufferView.h: inherit privately from noncopyable
11861
11862 2001-04-16  Allan Rae  <rae@lyx.org>
11863
11864         * tabular-old.C (l_getline):
11865         * spellchecker.C (sc_check_word):
11866         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
11867         an unrecognised preprocessor directive.  So ensure they're wrapped.
11868
11869 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
11870
11871         * src/exporter.C (Export): Give an error message when path to file
11872         contains spaces.
11873
11874 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
11875
11876         * LaTeX.C (deplog): Always check that foundfile exists.
11877
11878 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11879
11880         * lyx_main.h:
11881         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
11882
11883 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11884
11885         * tabular.[Ch] (getLabelList): implement new method
11886
11887         * minibuffer.h: comment ouf setTiimer
11888
11889         * minibuffer.C (ExecutingCB): constify res
11890         (peek_event): constify s
11891         (Set): constify ntext
11892         (Init): constify nicename
11893
11894         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
11895
11896         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
11897         (savePosition): use two params to Minibuffer::Set
11898         (restorePosition): ditto
11899
11900 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11901
11902         * lyx_main.C: include language.h
11903
11904         * Makefile.am (lyx_main.o): add language.h
11905
11906 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11907
11908         * exporter.C:
11909         * paragraph.C:
11910         * screen.C:
11911         * tabular.C:
11912         * CutAndPaste.C: include gettext.h
11913
11914         * lyxfont.h: remove old hack with ON and OFF.
11915
11916         * lyxparagraph.h:
11917         * lyxfont.h: do not include language.h...
11918
11919         * BufferView2.C:
11920         * LaTeXFeatures.C:
11921         * Painter.C:
11922         * bufferview_funcs.C:
11923         * font.C:
11924         * lyxfont.C:
11925         * text.C:
11926         * text2.C:
11927         * trans_mgr.C:
11928         * paragraph.C: ... but do it here instead
11929
11930 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11931
11932         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
11933
11934         * tabular.C: small reformat
11935
11936         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
11937         NEW_INSETS version
11938         (GetChar): ditto
11939         (BreakParagraph): ditto
11940         (SetOnlyLayout): ditto
11941         (SetLayout): ditto
11942
11943         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
11944         with one arg less.
11945
11946         * lastfiles.C: removed most using decl, add std:: where needed
11947
11948         * buffer.C: ws changes
11949
11950         * MenuBackend.C (class compare_format): put into anon namespace
11951         (expand): constify label, names, action, action2
11952         (expand):
11953
11954         * text.C (SingleWidth): constify font
11955         (IsBoundary): constify rtl2
11956         (GetVisibleRow): constify ww
11957
11958         * LaTeX.C (deplog): constify logfile
11959
11960         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
11961         start_x, end_x
11962         (workAreaExpose): constify widthChange, heightChange
11963
11964         * lyxrow.C (par): moved
11965         (height): moved
11966         (next): moved
11967         * lyxrow.h: as inlines here
11968
11969         * lyxfont.h (shape): moved from lyxfont.C
11970         (emph): moved from lyxfont.C
11971
11972         * lyxfont.C (LyXFont): use initialization list for all
11973         constructors
11974         (shape): move to lyxfont.h as inline
11975         (emph): move to lyxfont.h as inline
11976
11977
11978 2001-04-04  Juergen Vigna  <jug@sad.it>
11979
11980         * vspace.C: had to include stdio.h for use of sscanf
11981
11982 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
11983
11984         * BufferView.h:
11985         * BufferView_pimpl.h: remove xforms cruft. Both classes are
11986         independent of xforms.
11987
11988 2001-04-02  Juergen Vigna  <jug@sad.it>
11989
11990         * spellchecker.C: fixed namespace placing!
11991
11992 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
11993
11994         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
11995         the LyXParagraph * is 0.
11996
11997 2001-03-29  Juergen Vigna  <jug@sad.it>
11998
11999         * vspace.C: added support for %, c%, p%, l%.
12000         (stringFromUnit): added helper function.
12001         (asLatexString): changed to give right results for the %-values.
12002
12003         * buffer.C: convert the widthp in a width%.
12004
12005 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12006
12007         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12008         figureForm.[Ch].
12009
12010         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12011         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12012
12013         * lyx_cb.[Ch]: see above.
12014
12015         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12016         form1.[Ch].
12017
12018         * form1.[Ch]:
12019         * lyx.[Ch]: replaced by figure_form.[Ch].
12020
12021         * lyx_gui.C:
12022         * lyx_gui_misc.C:
12023         * lyxfunc.C: changed headers associated with above changes.
12024
12025 2001-03-27  Juergen Vigna  <jug@sad.it>
12026
12027         * BufferView_pimpl.C: set the temporary cursor right!
12028
12029 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12030
12031         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12032
12033 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12034
12035         * LString.h: removed "using std::getline"!
12036
12037         * BufferView_pimpl.C (Dispatch): changes due to changes in
12038         InsetInclude::Params.
12039
12040         * buffer.C (tag_name): removed redundant break statements as they were
12041         producing lots of warnings with my compiler.
12042
12043 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12044
12045         * LString.h: add "using std::getline" when using the real <string>.
12046
12047 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12048
12049         * buffer.C: removed bitset usage.
12050         PAR_TAG moved to an anonymous name space.
12051         (tag_name): new funtion, also in the anonymous namespace.
12052         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12053         (makeDocBookFile): clean code. Completed transition from string arrays
12054         to string vectors.
12055         (SimpleDocBookOnePar): code clean.
12056
12057 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12058
12059         * tabular.C: add some comments.
12060
12061 2001-03-22  Juergen Vigna  <jug@sad.it>
12062
12063         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12064         compatibility read a bit and fixed bug with minipage in different
12065         depth.
12066
12067 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12068
12069         * buffer.C (pop_tag): removed.
12070         (push_tag): removed.
12071         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12072         array replaced with vector. Added support for CDATA sections.
12073         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12074         at any nest level.
12075         (makeDocBookFile): XML conformant declaration of CDATA section,
12076         fixed bug related to <emphasis> in the first paragraph char.
12077         (sgmlOpenTag): exclude empty tags.
12078         (sgmlCloseTag): ditto.
12079
12080         * buffer.h (pop_tag): removed.
12081         (push_tag): removed.
12082
12083 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12084
12085         * language.h (Languages): added size_type and size().
12086
12087 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12088
12089         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12090         response on compability reading of minipages. One probliem is that
12091         the old usage of minipages was «flertydig»
12092
12093         * several files here and in subdirs: don't use static at file
12094         scope use anon namespaces instead.
12095
12096 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12097
12098         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12099         LaTeX output. This is necessary for Literate document
12100         processing.
12101
12102 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12103
12104         * buffer.C: insert hfill when needed.
12105
12106         * tabular.C (l_getline): use string::erase, small whitespace change.
12107
12108         * BufferView_pimpl.C: try the anon namespace.
12109         * WorkArea.C: ditto
12110
12111 2001-03-16  Juergen Vigna  <jug@sad.it>
12112
12113         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12114         otherwise it won't open options-dialogs.
12115
12116         * buffer.C: honor pextraWidth(p) on converting minipages.
12117
12118         * tabular.C (l_getline): changed the functions to strip trailing \r.
12119
12120 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12121
12122         * BufferView_pimpl.C:
12123         * minibuffer..C: added "using SigC::slot" declaration.
12124
12125 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12126
12127         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12128
12129         * text2.C: ditto
12130
12131         * text.C: ditto
12132
12133         * paragraph.C: ditto
12134
12135         * lyxtext.h: NO_PEXTRA
12136
12137         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12138
12139         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12140         * ParameterStruct.h: ditto
12141         * ParagraphParameters.h: ditto
12142         * lyxparagraph.h: ditto
12143
12144 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12145
12146         * buffer.C: add compability for minipage alignment.
12147         (latexParagraphs): remove unwanted pextra check.
12148
12149         * several files: remove CXX_WORKING_NAMESPACES
12150
12151         * buffer.C (pop_tag): tie is in namespace boost
12152
12153         * BufferView.h: noncopyable is in namespace boost
12154         * lyxlex.h: ditto
12155         * lyx_main.h: ditto
12156         * lyx_gui.h: ditto
12157         * layout.h: ditto
12158         * lastfiles.h: ditto
12159         * bufferlist.h: ditto
12160         * ShareContainer.h: ditto
12161         * LyXView.h: ditto
12162         * LyXAction.h: ditto
12163         * LaTeX.h: ditto
12164
12165 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12166
12167         * Merging changes from BRANCH_MVC back into HEAD.
12168
12169         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12170
12171 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12172
12173         * BufferView_pimpl.C: change from intl.C
12174
12175         * combox.h:
12176         * combox.C:
12177         * Makefile.am: move combox.*
12178
12179         * form1.h:
12180         * form1.C:
12181         * lyx_gui.C:
12182         * intl.h:
12183         * intl.C: remove dialog (covered by prefs)
12184
12185 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12186
12187         * lyxfunc.C (Dispatch): removed redundant break statement.
12188
12189 2001-03-14  Juergen Vigna  <jug@sad.it>
12190
12191         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12192
12193 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12194
12195         * buffer.C: add hack to fix compability reading of minipages.
12196
12197 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12198
12199         * buffer.C (getLists): Cleanup.
12200
12201 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12202
12203         * lyxfont.C (update): don't honor toggleall on font size.
12204
12205 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12206
12207         * bmtable.c:
12208         * bmtable.h:
12209         * Makefile.am: moved to frontends/xforms/
12210
12211         * lyx_gui_misc.C:
12212         * lyxfunc.C:
12213         * BufferView_pimpl.C: changes for moved mathpanel
12214
12215 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12216
12217         * gettext.h: fix gettext_init() in --disable-nls
12218
12219 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12220
12221         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12222
12223 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12224
12225         * lyx.C:
12226         * lyx.h: strip external form
12227
12228 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12229
12230         * BufferView_pimpl.C: add comment, destroySplash()
12231
12232 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12233
12234         * BufferView_pimpl.C:
12235         * LyXAction.C:
12236         * buffer.C:
12237         * commandtags.h:
12238         * lyxfunc.C: use re-worked insetinclude
12239
12240 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12241
12242         * buffer.C: add using std::stringstream.
12243
12244         * lyx_cb.C: readd using std::ios.
12245
12246         * buffer.C: add using std::map.
12247
12248         * BufferView_pimpl.C: add using std::vector.
12249
12250         * ShareContainer.h: add std:: to swap.
12251
12252         * buffer.h: add some typedefs
12253         * buffer.C (getLists): use them
12254         (getLists): renamed from getTocList.
12255         add a counter for the different float types and use it in the
12256         generated string.
12257         (getLists): use the same counter for the NEW_INSETS and the "non"
12258         NEW_INSETS
12259
12260         * lyx_cb.h: remove unused items, includes, using etc.
12261
12262         * ShareContainer.h: remove some commented code, add more comments
12263         and "documentation".
12264
12265 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12266
12267         * buffer.C (getTocList): make the list also when NEW_INSETS is
12268         defined.
12269
12270         * buffer.h: remove TocType
12271
12272         * buffer.C (getTocList): change to return a map<string,
12273         vector<TocItem> >, implement for dynamic number of list.
12274
12275         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12276         * text2.C (PasteSelection): adjust
12277         * CutAndPaste.C (pasteSelection): adjust
12278
12279         * FloatList.C (FloatList): update from the new_insets branch.
12280         * Floating.[Ch]: ditto
12281         * LaTeXFeatures.C: ditto
12282         * buffer.C: ditto
12283         * lyxlex_pimpl.C: ditto
12284
12285         * paragraph.C (Last): remove when NEW_INSETS is defined.
12286
12287         * other file: changes because of the above.
12288
12289 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12290
12291         * lyxparagraph.h: rename next to next_, previous to previous_,
12292         make them private for NEW_INSETS. Rename Next() to next(),
12293         Previous() to previous().
12294
12295         * other files: changes because of the above.
12296
12297 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12298
12299         * BufferView.h:
12300         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12301         problem.
12302
12303 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12304
12305         * main.C (main): pass lyx_localedir to gettext_init().
12306
12307         * gettext.h: remove locale_init and gettext_init macros
12308
12309         * gettext.C (locale_init): new function
12310         (gettext_init): new function
12311
12312         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12313         setlocale().
12314
12315 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12316
12317         * Moved credits to frontends:
12318         * credits.[Ch]: removed
12319         * credits_form.[Ch]: removed
12320         * lyx_gui_misc.C: remove credits stuff
12321         * Makefile.am:
12322
12323 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12324
12325         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12326
12327         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12328         unneeded destructor.
12329
12330         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12331         a standalone pointer again.
12332
12333         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12334
12335 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12336
12337         * Makefile.am:
12338         * filedlg.h:
12339         * filedlg.C:
12340         * LyXAction.C:
12341         * ToolbarDefaults.C:
12342         * bufferlist.C:
12343         * commandtags.h:
12344         * form1.C:
12345         * form1.h:
12346         * lyx_cb.C:
12347         * lyx_cb.h:
12348         * lyxfunc.h:
12349         * lyxfunc.C:
12350         * BufferView_pimpl.C: use new file dialog in GUII
12351
12352         * lyx_cb.h:
12353         * lyx_cb.C: remove LayoutsCB to Toolbar
12354
12355 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12356
12357         * ShareContainer.h (get): add std:: qualifier
12358
12359 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12360
12361         * ShareContainer.h: define a proper ShareContainer::value_type
12362         type (and use typename to please compaq cxx)
12363
12364 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12365
12366         * lyxparagraph.h: move serveral local vars to
12367         ParameterStruct/ParagraphParameters., use ShareContainer in
12368         FontTable., make vars in FontTable private and add getter and
12369         setter.
12370
12371         * paragraph.C: changes because of the above.
12372
12373         * lyxfont.h: remove copy constructor and copy assignment. (the
12374         default ones is ok), move number inside FontBits. move inlines to
12375         lyxfont.C
12376
12377         * lyxfont.C: add number to initializaton of statics, move several
12378         inlines here. constify several local vars. some whitespace
12379         cleanup. Dont hide outerscope variables.
12380
12381         * Spacing.h: add two new constructors to match the set methods.
12382
12383         * ShareContainer.h: new file, will perhaps be moved to support
12384
12385         * ParameterStruct.h: new file
12386
12387         * ParagraphParameters.h: new file
12388
12389         * ParagraphParameters.C: new file
12390
12391         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12392         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12393
12394         * BufferView_pimpl.C: ParagraphParameter changes.
12395         * buffer.C: Likewise.
12396         * bufferview_funcs.C: Likewise.
12397         * text.C: Likewise.
12398         * text2.C: Likewise.
12399
12400 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12401
12402         * lyxfind.C (LyXReplace): do not redefine default argument in
12403         implementation.
12404         (IsStringInText): ditto
12405         (SearchForward): ditto
12406         (SearchBackward): ditto
12407
12408 2001-03-06  Juergen Vigna  <jug@sad.it>
12409
12410         * lyxfind.C (IsStringInText): put parentes around expressions.
12411
12412 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12413
12414         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12415
12416 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12417
12418         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12419
12420         * stl_string_fwd.h: add comment
12421
12422         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12423
12424         * tabular.h:
12425         * tabular.C: remove unused DocBook methods
12426
12427         * intl.C:
12428         * language.C:
12429         * paragraph.C:
12430         * buffer.C:
12431         killed DO_USE_DEFAULT_LANGUAGE
12432
12433 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12434
12435         * lyx_gui.C: do not include language.h.
12436
12437         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12438         arguments in function implementation.
12439
12440 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12441
12442         * BufferView_pimpl.C: add <ctime>
12443
12444 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12445
12446         * BufferView_pimpl.C: add using std::find_if
12447
12448 2001-02-27  José Matos  <jamatos@fep.up.pt>
12449
12450         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12451         by OnlyPath.
12452
12453 2001-02-11  José Matos  <jamatos@fep.up.pt>
12454
12455         * buffer.C (makeDocBookFile): command styles now have a parameter as
12456         "title" by default.
12457
12458 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12459
12460         * layout_forms.[Ch]: removed
12461         * lyx_cb.[Ch]: out character
12462         * lyx_gui.C: out character
12463         * lyx_gui_misc.C: out character
12464         * bufferview_funcs.C: : out character,
12465         added toggleall as parameter in ToggleAndShow
12466
12467 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12468
12469         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12470
12471         * text2.C (SetCurrentFont): Disable number property at boundary.
12472
12473 2001-02-26  Juergen Vigna  <jug@sad.it>
12474
12475         * lyxfunc.C (getStatus): added a string argument override function so
12476         that this is correctly called from LyXFunc::Dispatch if it contains a
12477         do_not_use_argument which is used!
12478         (Dispatch): added check for "custom" export and call appropriate func.
12479
12480 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12481
12482         * lyxrc.C: Add language_command_local, language_use_babel and
12483         language_global_options.
12484
12485         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12486
12487         * buffer.C (makeLaTeXFile): Use language_use_babel and
12488         language_global_options.
12489
12490 2001-02-23  Juergen Vigna  <jug@sad.it>
12491
12492         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12493         which works with LyXText and putted it inside BufferView. Here now we
12494         only call for that part the BufferView::Dispatch() function.
12495
12496         * BufferView.C (Dispatch): added.
12497
12498         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12499         functions which needs to use a LyXText over from LyXFunc.
12500         (MenuInsertLyXFile): added
12501         (getInsetByCode): added
12502         (moveCursorUpdate): added
12503         (static TEXT): added
12504
12505 2001-02-22  Juergen Vigna  <jug@sad.it>
12506
12507         * BufferView_pimpl.C (update): call a status update to see if LyXText
12508         needs it.
12509
12510 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12511
12512         * vc-backend.C (revert): implement for CVS
12513         (getLog): implement for CVS
12514
12515 2001-02-20  Juergen Vigna  <jug@sad.it>
12516
12517         * text2.C (ClearSelection): added BufferView param for inset_owner call
12518
12519         * lyxfunc.C (TEXT): added this function and use it instead of
12520         directly owner->view()-text of getLyXText().
12521
12522 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12523
12524         * src/layout_forms.C: out preamble
12525         * src/layout_forms.h: out preamble
12526         * src/lyx_cb.C: out preamble
12527         * src/lyx_cb.h: out preamble
12528         * src/lyx_gui.C: out preamble
12529         * src/lyx_gui_misc.C: out preamble
12530         * src/lyxfunc.C: connect with guii preamble
12531
12532 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12533
12534         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12535
12536 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12537
12538         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12539         whether to run bibtex.
12540
12541 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12542
12543         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12544
12545 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12546
12547         * Makefile.am (lyx_SOURCES): removed bibforms.h
12548
12549         * vspace.h: doxygen
12550
12551         * text.C (GetVisibleRow): make several local vars const
12552
12553         * tabular.C: small cleanup.
12554
12555         * lyxserver.C (callback): use compare instead of strncmp
12556
12557         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12558         inlines to after class or to paragraph.C
12559
12560         * lyxfont.h: remove friend operator!=
12561
12562         * converter.h: move friend bool operator< to non friend and after
12563         class def.
12564
12565         * combox.h: small cleanup
12566
12567         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12568         to inlines after class def.
12569
12570         * buffer.C (pop_tag): use string operations instead of strcmp
12571
12572         * bmtable.c: doxygen, small cleanup
12573
12574         * LaTeX.h: remove friend operator==
12575
12576 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12577
12578         * screen.C:
12579         * lyxrc.[Ch]:
12580         * lyxfunc.C:
12581         * lyxfont.[Ch]:
12582         * lyx_cb.C:
12583         * intl.[Ch]:
12584         * commandtags.h:
12585         * buffer.C:
12586         * WorkArea.[Ch]:
12587         * LyXAction.C:
12588         * BufferView_pimpl.C:
12589         * BufferView.[Ch]: remove cruft
12590
12591 2001-02-14  Juergen Vigna  <jug@sad.it>
12592
12593         * lyxfunc.C: removed #if 0 unused code
12594
12595         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12596
12597         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12598
12599         * text2.C (SetSelection): added a BufferView * parameter
12600
12601 2001-02-13  Juergen Vigna  <jug@sad.it>
12602
12603         * lyxfunc.C (Dispatch): fixed protected blank problem.
12604         * BufferView2.C (protectedBlank): added LyxText * parameter.
12605
12606         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12607         (AppendColumn): same as above for column_info.
12608
12609         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12610         (moveCursorUpdate): use a LyXText param for support of InsetText.
12611
12612         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12613         (tripleClick): ditto
12614
12615         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12616
12617         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12618
12619         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12620
12621         * text2.C (SetSelection): set correct update status if inset_owner
12622         (ToggleFree): ditto
12623
12624 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12625
12626         * tabular.C: remove some commented code.
12627
12628 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12629
12630         * BufferView_pimpl.C: call hideSplash()
12631
12632         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12633
12634         * include_form.h:
12635         * bibforms.h: remove
12636
12637         * lyxfunc.C:
12638         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12639           add LFUN_CHILD_CREATE
12640
12641         * counters.h: fix tiny typo
12642
12643         * lyx_cb.C:
12644         * lyx.h:
12645         * lyx_gui.C:
12646         * lyx.C: move splash to frontends/xforms/
12647
12648         * lyx_gui_misc.C: move Include and Bibform to frontends
12649
12650         * lyxvc.h: clarify comment
12651
12652         * vspace.C: tiny housekeeping
12653
12654 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12655
12656         * text.C (PrepareToPrint): RTL Fix.
12657
12658         * paragraph.C (GetUChar): New method.
12659         (String):  Use GetUChar.
12660
12661         * buffer.C (asciiParagraph): Use GetUChar.
12662
12663 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12664
12665         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12666
12667 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12668
12669         * buffer.h:
12670         * buffer.C: rename to getLogName(), handle
12671           build log / latex log nicely
12672
12673 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12674
12675         * MenuBackend.C:
12676         * MenuBackend.h: remove support for reference menuitem type.
12677
12678 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12679
12680         * BufferView_pimpl.C: housekeeping
12681         * BufferView_pimpl.h:
12682         * LyXView.h:
12683         * Makefile.am:
12684         * Timeout.C:
12685         * Timeout.h:
12686         * minibuffer.h: move Timeout GUI-I
12687
12688 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
12689
12690         * lyxrc.C (read): Update converters data-structures.
12691
12692 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12693
12694         * LaTeX.h (operator!=): add operator != for Aux_Info
12695
12696 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
12697
12698         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12699
12700         * LaTeXLog.C: deleted, useful code moved to Buffer
12701
12702         * buffer.h:
12703         * buffer.C: new function getLatexLogName()
12704
12705         * lyx_gui_misc.C:
12706         * lyx_gui.C:
12707         * lyxvc.C:
12708         * lyxvc.h:
12709         * lyxfunc.C: use frontends for LaTeX and VC logs
12710
12711 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12712
12713         * LaTeX.h: yet another std:: that Allan forgot.
12714
12715         * Variables.C (set): renamed from isset(), because this clashes
12716         with some HP-UX macros (grr).
12717
12718 2001-02-06  Allan Rae  <rae@lyx.org>
12719
12720         * LaTeX.h: Another bug fix.  Missing std:: this time.
12721
12722 2001-02-04  Allan Rae  <rae@lyx.org>
12723
12724         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
12725         floats problem. I've left it commented out because it's not quite
12726         correct.  It should also test that the current object is a table or
12727         figure inset.  But I haven't gotten around to figuring out how to do
12728         that.  I *think* it'll be something like: "table" == inset.type()
12729
12730         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
12731         bool.
12732
12733 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
12734
12735         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
12736         all the citation/databases/styles in the auxilary file.
12737         (run): Rerun latex if there was a babel language error.
12738
12739 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
12740
12741         * text.C (Backspace): Preserve the font when changing newline char
12742         with a space.
12743         (BreakParagraph): If the cursor is before a space, delete the space.
12744
12745         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
12746
12747 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
12748
12749         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
12750         new argument (code).
12751         (ChangeCitationsIfUnique): New method.
12752
12753         * paragraph.C (GetPositionOfInset): Handle bibkey.
12754
12755 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12756
12757         * BufferView_pimpl.h: change type of Position::par_pos to
12758         LyXParagraph::size_type.
12759
12760 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
12761
12762         * BufferView_pimpl.C (savePosition, restorePosition): Write
12763         messages to minibuffer.
12764
12765 2001-01-28  José Matos  <jamatos@fep.up.pt>
12766
12767         * buffer.C (makeDocBookFile): adds support for document language.
12768         A silly restriction on the name of LatexCommand types where removed.
12769         Added support for CDATA sections, allows to chars unescaped, used
12770         among others in code, to avoid escape < and >.
12771
12772 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12773
12774         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
12775         saved positions instrad of a stack. Furthermore, a position is
12776         stored using paragraph id/paragraph position.
12777
12778         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
12779         Remove LFUN_REF_BACK.
12780
12781 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12782
12783         * converter.C (dvipdfm_options): New method.
12784
12785 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12786
12787         * vspace.C (isValidLength): Fix for empty input string.
12788
12789 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12790
12791         * LyXAction.C (init): change description of LFUN_FIGURE to
12792         "Insert Graphics"
12793
12794 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12795
12796         * LaTeX.C: add using directive
12797
12798 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12799
12800         * MenuBackend.C (expand): Fix the sorting of the formats.
12801
12802 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
12803
12804         * lyx_main.C: tiny error message fix
12805
12806 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12807
12808         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
12809         calling fl_initialize(). This fixes the problem with ',' as
12810         decimal separator in text files.
12811
12812 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12813
12814         * trans.C (process): Fix the keymap bug.
12815
12816 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
12817
12818         * LaTeX.C (scanAuxFiles): New method. Provides support for
12819         multiple bibliographies (when using the bibtopic/bibunits pacakges).
12820         (scanLogFile) Scan for "run BibTeX" messages.
12821
12822         * buffer.C (makeLaTeXFile): Do not load the ae package when using
12823         OT1 font encoding. Also, load the aecompl package if the ae
12824         package is loaded.
12825
12826         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
12827
12828 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12829
12830         * texrow.C (increasePos): turn two error messages into debug
12831         messages.
12832
12833 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
12834
12835         * LaTeX.C (scanAux): Handle the \@input macro.
12836         (runBibTeX): Use scanAux().
12837
12838         * language.C (latex_options_): New field.
12839
12840         * LaTeXFeatures.C (getMacros): Add language macros.
12841
12842         * buffer.C (makeLaTeXFile): Small fix.
12843
12844 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12845
12846         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
12847
12848         * text2.C: add a using directive.
12849
12850 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
12851
12852         * BufferView2.C:
12853         * lyx_gui_misc.h:
12854         * lyxfr1.C:
12855         * lyxfunc.C: kill LyXBell.
12856
12857 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
12858
12859         * text.C (IsBoundary): Remove the error message
12860
12861         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
12862
12863         * lyxrc.C (setDefaults): Correct initialization value for
12864         font_norm_type.
12865
12866 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
12867
12868         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
12869         gotoError().
12870
12871         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
12872         and GotoNextNote().
12873
12874         * src/LyXAction.C: Added reference-next.
12875
12876         * text.C (InsertChar): Use contains instead of strchr.
12877
12878         * lyx_cb.C (MenuInsertLabel): Enable default value code.
12879
12880 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
12881
12882         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
12883         alignment commands (when needed).
12884
12885         * text.C (InsertChar): Add ':' to number separator chars.