]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Enable previewing of Include insets within insets within insets...
[lyx.git] / src / ChangeLog
1 2003-09-18  Angus Leeming  <leeming@lyx.org>
2         
3         * LColor.h:
4         * lyxfont.C:
5         * lyxfont.h:
6         * lyxtext.h:
7         * text.C: rename EnumLColor as LColor_color.
8
9 2003-09-18  Angus Leeming  <leeming@lyx.org>
10
11         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to remove
12         #include "insets/insetbase.h" from cursor.h.
13
14 2003-09-18  Angus Leeming  <leeming@lyx.org>
15
16         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
17         InsetOld_code to remove #include "inset.h".
18
19         * iterators.C: add #include "insets/inset.h"
20
21 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
22
23         * BufferView.C: remove more locking stuff that apparently doesn't
24         do anything sensible.
25
26 2003-09-16  André Pönitz  <poenitz@gmx.net>
27
28         * paragraph.[Ch]:
29         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
30           performance boost.
31
32 2003-09-16  Angus Leeming  <leeming@lyx.org>
33
34         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
35
36         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
37         arg/return type.
38
39         * paragraph.h: remove #include "lyxfont.h". Forward declare LyXFont_size.
40
41 2003-09-16  Angus Leeming  <leeming@lyx.org>
42
43         * paragraph.C (IsInsetChar): new function in namespace anon, moved out of
44         support/textutils.h.
45         (isWord): move the contents of support/textutils.h's IsWordChar here.
46
47         * buffer.C:
48         * lyxfind.C:
49         * rowpainter.C:
50         * text.C:
51         * text2.C: add #include "paragraph.h".
52
53         * rowpainter.C:
54         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
55
56 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
57
58         * main.C: 
59         * lyx_main.C: 
60         * lyx_cb.C: 
61         * buffer.C: 
62         * LaTeX.C: use namespace alias for lyx::support::os
63
64 2003-09-16  Angus Leeming  <leeming@lyx.org>
65
66         * bufferparams.C:
67         * bufferview_funcs.C:
68         * factory.C:
69         * lyxfunc.C:
70         * paragraph_pimpl.C:
71         * rowpainter.C:
72         * text.C: add #include "LColor.h".
73
74 2003-09-16  Angus Leeming  <leeming@lyx.org>
75
76         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph, setUnderbar,
77         setNoun, setNumber, setColor, setLanguage): no longer return LyXFont &.
78         Store the FontBits::color variable as an int rather than as an LColor::color
79         so that we can move LColor.h out of the lyxfont.h header file.
80
81         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
82         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot string
83         calls together.
84
85         * lyxrc.C: add #include "LColor.h".
86
87 2003-09-15  Angus Leeming  <leeming@lyx.org>
88
89         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as a cow_ptr.
90
91 2003-09-15  Angus Leeming  <leeming@lyx.org>
92
93         * LColor.h: add an EnumLColor wrapper for LColor::color.
94
95         * lyxfont.[Ch] (color, setColor, realColor):
96         * lyxtext.h, text.C (backgroundColor):
97         pass EnumLColor args to/from the functions, rather than LColor::color ones.
98
99         * lyxfont.h:
100         * lyxtext.h: forward declare EnumLColor.
101
102         * lyx_main.C: add #include "LColor.h".
103
104 2003-09-15  Angus Leeming  <leeming@lyx.org>
105
106         * .cvsignore: add lyx-gtk.
107
108 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
109
110         * Chktex.C
111         * LaTeX.C
112         * LaTeXFeatures.C
113         * ParagraphParameters.C
114         * Spacing.C
115         * buffer.C
116         * bufferparams.C
117         * bufferview_funcs.C
118         * chset.C
119         * counters.C
120         * funcrequest.C
121         * lyxfont.C
122         * lyxgluelength.C
123         * lyxlength.C
124         * paragraph.C
125         * paragraph_funcs.C
126         * text3.C
127         * vc-backend.C: remove usage of STRCONV
128
129 2003-09-15  Angus Leeming  <leeming@lyx.org>
130
131         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
132         explicitly define the color passed to the painter.
133
134 2003-09-15  Angus Leeming  <leeming@lyx.org>
135
136         * bufferparams.C (BufferParams): reorder member initializers to avoid
137         compiler warning.
138
139 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
140
141         * CutAndPaste.C (pasteSelection): remove an outdated #warning
142         * text.C (updateRowPositions): remove an unusual nop
143
144 2003-09-12  André Pönitz  <poenitz@gmx.net>
145
146         * BufferView_pimpl.C:
147         * Bullet.C:
148         * layout.h:
149         * lyxfunc.C:
150         * lyxlayout.[Ch]:
151         * lyxtextclass.C:
152         * rowpainter.C:
153         * text.C:
154         * text2.C:
155         * Counters.[Ch]: finish the 'automatic counters' job
156
157 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
158
159         * aspell.C: include <boost/assert.cpp> (compile fix)
160
161 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
162
163         * boost.C (assertion_failed): use lyx::support::abort instead of
164         assert.
165
166 2003-09-10  Angus Leeming  <leeming@lyx.org>
167
168         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h with their
169         _fwd progeny.
170
171 2003-09-09  Angus Leeming  <leeming@lyx.org>
172
173         134 files throughtout the source tree: replace 'using namespace abc;'
174         directives with the appropriate 'using abc::xyz;' declarations.
175
176 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
177
178         * boost.C (emergencyCleanup): moved here from LAssert.c
179         (assertion_failed): new function, called by BOOST_ASSERT
180
181         * several files: change Assert to BOOST_ASSERT
182
183 2003-09-09  Angus Leeming  <leeming@lyx.org>
184
185         * buffer.[Ch]: Add an Impl class and move Buffer's member
186         variables into it. As a result move several header files out of
187         buffer.h.
188
189         Add header files to lots of .C files all over the tree as a result.
190
191 2003-09-09  Angus Leeming  <leeming@lyx.org>
192
193         * buffer.[Ch]: make Buffer's member variables private. Add
194         accessor functions.
195
196         Lots of changes all over the tree as a result.
197
198 2003-09-08  Angus Leeming  <leeming@lyx.org>
199
200         * graph.C: #include <config.h>.
201
202 2003-09-08  Angus Leeming  <leeming@lyx.org>
203
204         * BranchList.C:
205         * BufferView.C:
206         * BufferView_pimpl.C:
207         * CutAndPaste.C:
208         * DepTable.C:
209         * LaTeX.C:
210         * LaTeXFeatures.C:
211         * LyXAction.C:
212         * MenuBackend.C:
213         * TextCache.C:
214         * aspell.C:
215         * buffer.C:
216         * bufferlist.C:
217         * changes.C:
218         * chset.C:
219         * converter.C:
220         * counters.C:
221         * debug.C:
222         * graph.C:
223         * ispell.C:
224         * lyx_cb.C:
225         * lyxfind.C:
226         * lyxfunc.C:
227         * lyxlex_pimpl.C:
228         * lyxrc.C:
229         * lyxrow.C:
230         * paragraph.C:
231         * rowpainter.C:
232         * texrow.C:
233         * text.C:
234         * text2.C:
235         * toc.C: remove redundant using directives.
236
237 2003-09-07  Angus Leeming  <leeming@lyx.org>
238
239         * LaTeXFeatures.h: remove #include "support/types.h".
240         * ToolbarBackend.h: remove #include <algorithm>.
241         * changes.h: remove #include <ctime>.
242         * debug.h: remove #include <iosfwd>.
243         * graph.h: remove #include "support/std_string.h".
244         * lyx_main.h: remove #include <csignal>.
245         * lyxlex_pimpl.h: remove #include <fstream>.
246         * sgml.h: remove #include <algorithm>, <utility>.
247         * toc.h: remove #include "support/std_ostream.h". Add #include <iosfwd>.
248
249 2003-09-07  Angus Leeming  <leeming@lyx.org>
250
251         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
252
253         * converter.h: forward declare LatexRunParams.
254         * encoding.h: remove #include "lyxrc.h".
255         * lyxtext.h: remove #include "LColor.h".
256         * lyxtextclass.h: remove #include "support/types.h".
257         * trans.h: remove #include "tex-accent.h".
258         * trans_mgr.h: remove #include "tex-accent.h".
259         * insets/inset.h: remove #include "support/types.h", <vector>.
260         * insets/insetcollapsable.h: remove #include "LColor.h".
261         * insets/insetinclude.h: remove #include "dimension.h".
262         * insets/insetlatexaccent.h: remove #include "dimension.h".
263         * insets/insetoptarg.h:: remove #include "insettext.h".
264         * insets/insettext.h: remove #include "dimension.h", <boost/shared_ptr.hpp>
265
266         * insets/renderers.h: add #include "dimension.h".
267         * insets/updatableinset.h: add #include "support/types.h".
268
269         * many .C files: Associated changes.
270
271 2003-09-06  Angus Leeming  <leeming@lyx.org>
272
273         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just one,
274         inside testInvariant.
275
276         * PrinterParams.C: new file.
277         * PrinterParams.[Ch]: move the function bodies out of line.
278
279 2003-09-06  Angus Leeming  <leeming@lyx.org>
280
281         * ParagraphParameters.h: forward declare ParameterStruct rather than
282         including its header file.
283         (depth): moved out-of-line.
284
285 2003-09-06  Angus Leeming  <leeming@lyx.org>
286
287         * BufferView_pimpl.h:
288         * kbmap.h:
289         * kbsequence.h:
290         * lyxfunc.h: forward declare LyXKeySym rather than
291         #include "frontends/LyXKeySym.h".
292
293         * BufferView_pimpl.C:
294         * kbmap.C:
295         * kbsequence.C:
296         * lyxfunc.C: associated changes.
297
298 2003-09-06  Angus Leeming  <leeming@lyx.org>
299
300         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
301         As a result, can remove the #include "insets/inset.h" from BufferView.h
302
303 2003-09-06  Angus Leeming  <leeming@lyx.org>
304
305         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
306         As a result, can remove the #include "insets/inset.h" from BufferView.h
307
308 2003-09-06  Angus Leeming  <leeming@lyx.org>
309
310         * buffer_funcs.C:
311         * buffer.h:
312         * bufferlist.C:
313         * BufferView.C:
314         * bufferview_funcs.C:
315         * BufferView_pimpl.C:
316         * CutAndPaste.C:
317         * lyx_cb.C:
318         * lyxfunc.C:
319         * paragraph.h:
320         * ParagraphParameters.C:
321         * tabular.C:
322         * text3.C:
323         * toc.C:
324         * undo_funcs.C:
325         * frontends/controllers/ControlDocument.C:
326         * insets/insetcaption.C: rearrange the #includes into some sort of
327         coherent order.
328
329         * buffer.h: remove #includes ErrorList.h, undo.h
330
331 2003-09-06  Angus Leeming  <leeming@lyx.org>
332
333         * support/types.h: add a 'depth_type' typedef, used to store the
334         nesting depth of a paragraph.
335
336         * paragraph.h:
337         * ParameterStruct.h: use this lyx::depth_type typedef rather than
338         defining explicitly.
339
340         * buffer.h:
341         * paragraph_funcs.h:
342         * ParagraphParameters.h:
343         * sgml.h: use lyx::depth_type rather than Paragraph or
344         ParameterStruct's depth_type.
345
346         * buffer.h
347         * paragraph_funcs.h: no need to #include paragraph.h anymore.
348
349         * BufferView.C:
350         * BufferView_pimpl.C:
351         * CutAndPaste.C:
352         * ParagraphParameters.C:
353         * buffer_funcs.C:
354         * bufferlist.C:
355         * bufferview_funcs.C:
356         * lyx_cb.C:
357         * lyxfunc.C:
358         * tabular.C:
359         * text3.C:
360         * toc.C:
361         * undo_funcs.C:
362         * frontends/LyXView.C:
363         * frontends/controllers/ControlDocument.C:
364         * frontends/controllers/ControlErrorList.C:
365         * insets/insetbibitem.C:
366         * insets/insetbranch.C:
367         * insets/insetcaption.C:
368         * insets/insetcollapsable.C:
369         * insets/insetenv.C:
370         * insets/insetert.C:
371         * insets/insetfloat.C:
372         * insets/insetfoot.C:
373         * insets/insetfootlike.C:
374         * insets/insetnewline.C:
375         * insets/insetquotes.C:
376         * insets/insettabular.C:
377         * insets/insettext.C:
378         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
379
380         * frontends/controllers/ControlChanges.C: #include "changes.h".
381
382 2003-09-06  Angus Leeming  <leeming@lyx.org>
383
384         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather than
385         #including paragraph.h.
386
387         * ParagraphList.h:
388         * RowList.h: deleted. Superfluous.
389
390         * CutAndPaste.h:
391         * iterators.h:
392         * lyxcursor.h:
393         * lyxtext.h:
394         * text_funcs.h:
395         * undo.h:
396         * undo_funcs.h:
397         * insets/inset.h:
398         * insets/insettext.h: use ParagraphList_fwd.h rather than ParagraphList.h.
399
400         * paragraph.h: don't forward declare ParagraphList.
401
402         * buffer.h:
403         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
404         rather than ParagraphList.h. paragraph.h is still needed for the
405         Paragraph::depth_type parameters.
406
407         * textcursor.h: enable it to compile stand-alone in light of the
408         above changes.
409
410         * bufferview_funcs.C:
411         * iterators.C:
412         * lyxfunc.C:
413         * lyxrow_funcs.C:
414         * paragraph.C:
415         * rowpainter.C:
416         * text.C:
417         * text2.C:
418         * text3.C:
419         * text_funcs.C:
420         * textcursor.C:
421         * undo.C:
422         * frontends/controllers/ControlParagraph.C:
423         * frontends/controllers/ControlTabular.C:
424         * insets/insetmarginal.C:
425         * insets/insetminipage.C:
426         * insets/insetnote.C:
427         * insets/insetoptarg.C: add header files needed to compile again.
428
429 2003-09-06  Angus Leeming  <leeming@lyx.org>
430
431         * RowList_fwd.h: new file, forward-declaring Row rather than
432         #including lyxrow.h.
433
434         * lyxrow_funcs.h:
435         * lyxtext.h:
436         * paragraph.h:
437         * insets/insettext.h: use it instead of RowList.h
438
439         * bufferview_funcs.C:
440         * lyxfunc.C:
441         * lyxrow_funcs.C:
442         * paragraph.C:
443         * rowpainter.C:
444         * text.C:
445         * text2.C:
446         * text3.C: #include "RowList.h".
447
448 2003-09-05  Angus Leeming  <leeming@lyx.org>
449
450         * factory.C (createInset):
451         * vspace.C (c-tor): replace sscanf call with an istringstream.
452         * ispell.C: re-add missing HP/UX headers.
453         * lyxserver.C: re-add missing  os2 headers.
454
455 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
456
457         * BranchList.C:
458         * graph.C:
459         * ispell.C:
460         * lastfiles.C:
461         * lyx_cb.C:
462         * lyxserver.C:
463         * texrow.C:
464         * text3.C: re-add missing system headers, needed for 2.95.2.
465
466 2003-09-05  Angus Leeming  <leeming@lyx.org>
467
468         Changes most place everywhere due to the removal of using directives
469         from support/std_sstream.h.
470
471 2003-09-05  Angus Leeming  <leeming@lyx.org>
472
473         Replace LString.h with support/std_string.h,
474         Lsstream.h with support/std_sstream.h,
475         support/LIstream.h with support/std_istream.h,
476         support/LOstream.h with support/std_ostream.h.
477
478         Changes resulting throughout the tree.
479
480 2003-09-05  Angus Leeming  <leeming@lyx.org>
481
482         * sgml.h: ensure that the header file can be compiled stand-alone.
483         * *.C: strip out redundant #includes. (320 in total.)
484
485 2003-09-04  Angus Leeming  <leeming@lyx.org>
486
487         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
488         here (from getPackages).
489
490         * debug.[Ch]: add a new EXTERNAL tag.
491
492 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
493
494         * text2.C (cursorEnd): simplify
495         (setCursor): adjust
496         (getColumnNearX): adjust
497
498         * text.C (computeBidiTables): adjust
499         (fill): adjust
500
501         * rowpainter.C (paintChars): adjust
502         (paintSelection): adjust
503         (paintChangeBar): adjust
504         (paintText): adjust
505
506         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
507         lastPos instead.
508         (numberOfSeparators): adjust
509
510 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
511
512         * LyXAction.C:
513         * box.[Ch]:
514         * lfuns.h:
515         * lyxfunc.C:
516         * text3.C: Restricts the mouse click functionality
517         of insets like bibtex, include, toc and floatlist to the visible
518         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
519         up the dialogs. Cursor has to be in front of the inset (i.e.
520         start of row) for this to function.
521
522 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
523
524         * bufferview_funcs.C (currentState): output row information
525
526 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
527
528         * bufferview_funcs.C (currentState): output paragraph position
529
530 2003-09-04  Angus Leeming  <leeming@lyx.org>
531
532         * FloatList.h: move out #include "Floating.h".
533         * LaTeX.h: move out #include "DepTable.h".
534         * LyXAction.h: move out #include "funcrequest.h".
535         * buffer.h: move out #include "author.h", "iterators.h".
536         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
537         * lyx_main.h: move out #include "errorlist.h".
538         * lyxfunc.h: move out #include "FuncStatus.h".
539         * lyxtext: move out #include "lyxcursor.h".
540         * paragraph_pimpl.h: move out #include "counters.h".
541
542 2003-09-03  Angus Leeming  <leeming@lyx.org>
543
544         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
545         preamble_snippets list, enabling us to add snippets to the preamble only
546         if the snippet was not there already.
547
548 2003-09-04  Angus Leeming  <leeming@lyx.org>
549
550         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
551
552 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
553
554         * lyxfunc.C (dispatch): if fitCursor did something be sure to
555         update
556
557 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
558
559         * BranchList.C: point fix, earlier forgotten
560
561 2003-09-02  Angus Leeming  <leeming@lyx.org>
562
563         * box.C (contains): renamed from 'contained' after a fantastic
564         amount of hot air.
565
566 2003-09-02  John Levon  <levon@movementarian.org>
567
568         * BufferView.C:
569         * lyxcursor.h:
570         * lyxcursor.C:
571         * lyxfunc.C:
572         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
573
574 2003-09-02  John Levon  <levon@movementarian.org>
575
576         * text2.C: simplification of cursorEnd(), including partial
577         fix for bug 1376
578
579 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
580
581         * buffer.C (readFile): add a space
582
583 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
584
585         * BufferView_pimpl.C (update): remove bogus fitCursor() call
586
587 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
588
589         * buffer.C (readFile): new function, take a filename and a
590         ParagraphList::iterator
591         (readFile): adjust
592         (readFile): adjust, make it private. don't use setStream, make
593         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
594         always contain the filename.
595
596         * BufferView.C (insertLyXFile): simplify and make it work for
597         gzipped files.
598
599 2003-08-30  John Levon  <levon@movementarian.org>
600
601         * Makefile.am: fix dist (from Kayvan)
602
603 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
604
605         * most files: change to use const Buffer refs
606
607 2003-08-27  André Pönitz  <poenitz@gmx.net>
608
609         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
610         on top of ownerPar().
611
612 2003-08-27  John Levon  <levon@movementarian.org>
613
614         * funcrequest.C: properly initialise POD members
615
616 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
617
618         * lyxtext.h (top_y): move top_y from here
619         * text.C:
620         * text2.C:
621         * text3.C:
622         * BufferView.[Ch]:
623         * BufferView_pimpl.[Ch]: to here
624         * frontends/screen.C:
625         * insets/insettabular.C:
626         * insets/insettext.C: adjust
627         * rowpainter.[Ch] (paintRows): remove LyXText & argument
628
629 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
630
631         * BufferView.[Ch]:
632         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
633
634 2003-08-26  André Pönitz  <poenitz@gmx.net>
635
636         * paragraph_func.[Ch] (outerPar): new function
637
638         * paragraph.C:
639         * paragraph_funcs.C:
640         * paragraph_funcs.h:
641         * paragraph_pimpl.C:
642         * text2.C: remove Inset::par_owner
643
644 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
645
646         * lyxrow_funcs.C:
647         * lyxtext.h:
648         * text.C:
649         * text2.C: eliminates the needFullRow/display() stuff
650         altogether, putting the logic in metrics/draw in the insets.
651
652 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
653
654         * text2.C (redoParagraphInternal, redoParagraphs):
655         * text.C (redoParagraph): add a call to updateRowPositions at the
656         end of each 'metrics-like' call. Remove all others.
657         (getRow): remove the 'y-computing' version.
658         (getRowNearY): do not compute nor return the real y. Solve the
659         'y < 0' problem and simplify.
660
661 2003-08-22  Angus Leeming  <leeming@lyx.org>
662
663         * *.[Ch]: clean-up of licence and author blurbs.
664         Also move config.h out of a few .h files and into a few .C files.
665
666 2003-08-22  André Pönitz  <poenitz@gmx.net>
667
668         * lyxrow.[Ch]: add x_ and *fill_ members
669
670         * lyxtext.h:
671         * text.C:
672         * rowpainter.C:
673         * text2.C: adjust/remove prepareToPrint() calls
674
675 2003-08-22  André Pönitz  <poenitz@gmx.net>
676
677         * lyxrow.[Ch]: add  end_ member
678
679         * lyxrow_funcs.C: use LyXRow::end_
680
681         * lyxtext.h (singleWidth): add LyXFont parameter
682
683         * rowpainter.C:
684         * text2.C: adjust LyXText::singleWidth() calls
685
686         * text.C (redoParagraph): simplify row breaking logic
687
688
689 2003-08-19  André Pönitz  <poenitz@gmx.net>
690
691         * funcrequest.C: initialize button_ member
692
693         * text3.C:
694         * rowpainter.[Ch]: interface consolidation
695
696 2003-08-18  André Pönitz  <poenitz@gmx.net>
697
698         * BufferView.C:
699         * BufferView_pimpl.C:
700         * lyxfind.C:
701         * paragraph_funcs.C:
702         * rowpainter.C:
703         * text3.C: remove LyXScreen::draw() and fitCursor calls
704
705         * BranchList.h: remove spurious semicolons
706
707         * MenuBackend.C: fix branchlist related crash
708
709 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
710
711         * BranchList.[Ch]:
712         * InsetList.[Ch]:
713         * LColor.[Ch]:
714         * LyXAction.C:
715         * Makefile.am:
716         * MenuBackend.[Ch]:
717         * bufferparams.[Ch]:
718         * factory.C:
719         * lfuns.h:
720         * lyxfunc.C:
721         * text3.C: implements the 'branch inset'
722         idea. This allows the output of various versions of a document
723         from a single source version, selectively outputing or suppressing
724         output of parts of the text.
725         This implementation contains a 'branch list editor' in a separate
726         tab of the document settings dialog. Branches are user definable
727         and have a "display colour" to distinguish them on-screen.
728
729         ColorHandler was somewhat cleaned up.
730         (1) make possible a dynamically growing LColor list by allowing
731         the graphic context cache to grow along (vector);
732         (2) eliminate an IMHO unnecessary step in colour allocation.
733
734 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
735
736         * BufferView_pimpl.C: compile fix
737
738 2003-08-15  André Pönitz  <poenitz@gmx.net>
739
740         * rowpainter.C: remove extra metrics calls
741
742         * lyxtext.h: merge the two constructors into a single one,
743           pass reference to owner's par list
744
745         * BufferView_pimpl.C:
746         * text.C:
747         * text2.C: adjust
748
749 2003-08-15  André Pönitz  <poenitz@gmx.net>
750
751         * lyxrow_funcs.[Ch]:
752         * lyxtext.h:
753         * paragraph.h:
754         * paragraph_funcs.C:
755         * rowpainter.C:
756         * text.C:
757         * text2.C:
758         * text3.C:
759         * text_funcs.C: split LyXText::rowlist_ into individual
760         Paragraph::rows_ chunks
761
762         * BufferView.[Ch]:
763         * BufferView_pimpl.[Ch]:
764         * lyxfind.C:
765         * lyxtext.h:
766         * text3.C: remove toggleSelection()
767
768 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
769
770         * bufferlist.C: beautify two alerts (shorter text of buttons)
771         * buffer.C: Remove redundant ' ' from message
772         * tabular.h:
773         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
774         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
775         rename VALIGN_CENTER to VALIGN_MIDDLE
776
777 2003-08-11  André Pönitz  <poenitz@gmx.net>
778
779         * lyxtext.h (getPar):
780         * text.C: new function
781
782 2003-08-11  André Pönitz  <poenitz@gmx.net>
783
784         * Makefile.am:
785         * tracer.[Ch]: remove unneeded files
786
787         * InsetList.[Ch]: remove resizeInsetsLyXText()
788
789         * lyxtext.h:
790         * text.C:
791         * text2.C:
792         * text3.C: merge insertParagraphs() and appendParagraph()
793         remove breakAgain(), update()
794
795         * BufferView_pimpl.[Ch]:
796         * bufferview_funcs.[Ch]:
797         * lyxfunc.C:
798         * paragraph.[Ch]:
799         * rowpainter.C:
800         * tabular.C: adjust after text & InsetList changes.
801
802 2003-08-08  André Pönitz  <poenitz@gmx.net>
803
804         * text.C (insertChar, backspace): replace rowlist fiddling
805         with rebreak of full par
806
807         * lyxtext.h:
808         * text.C (breakAgainOneRow, redoHeightOfParagraph,
809         checkParagraph, updateInset): removed
810
811 2003-08-07  André Pönitz  <poenitz@gmx.net>
812
813         * paragraph.C:
814         * text3.C: merge some LFUN handlers, remove dead code
815
816 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
817
818         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
819
820 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
821
822         * text2.C (DEPM): fix part of bug 1255 and 1256
823
824 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
825
826         * BufferView_pimpl.C (workAreaDispatch): change to use
827         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
828         that are no mouse related.
829
830 2003-08-05  André Pönitz  <poenitz@gmx.net>
831
832         * BufferView.[Ch]:
833         * BufferView_pimpl.[Ch]:
834         * bufferview_funcs.C:
835         * text2.C:
836         * text3.C: rip out "deep update"
837
838         * textcursor.[Ch] (last_sel_cursor): remove unused member
839
840 2003-08-04  André Pönitz  <poenitz@gmx.net>
841
842         * BufferView.[Ch]:
843         * BufferView_pimpl.[Ch]:
844         * ParagraphParameters.C:
845         * bufferview_funcs.C:
846         * lyx_cb.C:
847         * lyxfind.C:
848         * lyxfunc.C:
849         * text.C:
850         * text2.C:
851         * text3.C: replace "complicated" BufferView::update(...) calls with
852         simpler ones.
853
854         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
855
856 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
857
858         * Makefile.am (lyx_SOURCES): add paper.h
859
860 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
861
862         * Makefile.am: move things around so that both lyx-qt and
863         lyx-xforms can be built (according to --with-frontend). Then lyx
864         is a symbolic link to lyx-[firstfrontend]
865
866 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
867
868         * Always use std::endl with lyxerr
869
870 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
871
872         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
873
874 2003-08-01  André Pönitz  <poenitz@gmx.net>
875
876         * BufferView.[Ch]:
877         * BufferView_pimpl.[Ch]:
878         * lyxfunc.C:
879         * text3.C: merge BufferView::repaint() and BufferView::update()
880
881 2003-08-01  José Matos  <jamatos@lyx.org>
882
883         * buffer.[Ch]: file_format is no longer a buffer data element.
884
885 2003-08-01  André Pönitz  <poenitz@gmx.net>
886
887         * BufferView.C:
888         * lyxtext.h:
889         * text.C:
890         * text2.C: make redoParagraph more independent of current cursor
891
892         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
893         * text.C:
894         * text2.C: remove unneeded members
895
896 2003-07-30  André Pönitz  <poenitz@gmx.net>
897
898         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
899
900         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
901           create a single function...
902
903         * paragraph_funcs.C (moveItem): ... here.
904
905         * text.C:
906           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
907
908 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
909
910         * LColor.[Ch]: Add comment and greyedout logical colors.
911
912 2003-07-30  André Pönitz  <poenitz@gmx.net>
913
914         * tabular.C: don't use Assert too heavily. This crashes where it
915           shouldn't
916
917 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
918
919         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
920         is disabled (bug 1232)
921
922 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
923
924         * factory.C: limited 'arg' scope
925
926 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
927
928         * factory.C: fixed Note submenu issues
929
930 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
931
932         * factory.C: submenu for Note/Comment/Greyedout
933
934 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
935
936         * lyx_main.C (LyX):
937         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
938
939 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
940
941         * LaTeXFeatures.C:
942         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
943         greyedout. Patch provided by Jürgen Spitzmüller.
944
945 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
946
947         * kbmap.C (read): fix error message when reading bind files
948
949 2003-07-29  Angus Leeming  <leeming@lyx.org>
950
951         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
952         certainly does not do what it purports to do. I am doing it, and
953         us, a favour by killing it.
954
955 2003-07-28  José Matos  <jamatos@lyx.org>
956
957         * buffer.C (readBody, do_writeFile):
958         * paragraph.C(readParagraph): \end_document replaces \the_end.
959
960 2003-07-29  André Pönitz  <poenitz@gmx.net>
961
962         * BufferView.[Ch]:
963         * BufferView_pimpl.[Ch]:
964         * lyxfunc.C:
965         * text2.C:
966         * text3.C:
967         * textcursor.[Ch]: remove toggleToggle & Co
968
969 2003-07-28  José Matos  <jamatos@fep.up.pt>
970
971         * buffer.C (readParagraph):
972         * params_func (readParToken, readParagraph):
973         * paragraph.C (write): \layout -> \begin_layout.
974
975 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
976
977         * lyxlex_pimpl.C (setFile): clean up slightly.
978
979         * bufferparams.h: add compressed var
980
981         * buffer_funcs.C (readFile): adjust for LyXLex change
982         (newFile): ditto + simplify
983
984         * buffer.C (writeFile): handle writing of compressed files
985
986         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
987         Check if the file is compressed and set a bufferparm if so.
988
989         * Makefile.am (lyx_LDADD): remove explicit -lz
990
991 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
992
993         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
994         makeDocBookFile): put the real LyX version in the first line of
995         the file
996
997         * version.h:
998         * version.C.in: remove lyx_docversion
999
1000         * tabular.C (write_attribute): add a template-based version to
1001         write enums properly
1002
1003 2003-07-28  André Pönitz  <poenitz@gmx.net>
1004
1005         * lyxtext.h:
1006         * text.C:
1007         * text2.C:
1008         * text3.C: use doubles again for x-coordinates. They are needed.
1009
1010 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1011
1012         * messages.C (getLocaleDir): use lyx_localedir()
1013
1014         * lyxlex_pimpl.C (setFile): compress stuff
1015
1016         * buffer.C (writeFile): add some compression stuff
1017         (do_writeFile): new func, dont call expliti close... will this
1018         breake anything?
1019
1020         * Makefile.am (lyx_LDADD): add -lz
1021
1022 2003-07-28  José Matos  <jamatos@fep.up.pt>
1023
1024         * buffer.C: increment file format.
1025         * paragraph_funcs (readParagraph, readParToken):
1026         * paragraph.C (readParagraph): add \end_layout.
1027
1028 2003-07-27  Angus Leeming  <leeming@lyx.org>
1029
1030         * Makefile.am: remove special casing for configure-time setting of
1031         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1032
1033         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1034         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1035
1036 2003-07-26  André Pönitz  <poenitz@gmx.net>
1037
1038         * paragraph_func.[Ch]:
1039         * paragraph.C (realizeFont): inline it whereever it is used
1040
1041         * rowpainter.C:
1042         * text.C:
1043         * text2.C:
1044         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1045
1046
1047 2003-07-26  André Pönitz  <poenitz@gmx.net>
1048
1049         *       lyxtext.h:
1050         * text.C:
1051         * text2.C: get rid of LyXText::need_break_row
1052
1053 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1054
1055         * toc.[Ch]: put namespace toc inside namespace lyx
1056
1057         * MenuBackend.C (expandToc2): adjust for lyx::toc
1058         (expandToc): ditto
1059
1060         * lyxfunc.C (dispatch): adjust for lyx::find
1061
1062         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1063         lyx::find instead. Reorganize a bit.
1064         (LyXReplace): rename to replace
1065         (LyXFind): rename to find
1066
1067         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1068         (dispatch): ditto
1069
1070 2003-07-26  André Pönitz  <poenitz@gmx.net>
1071
1072         * text.C (setHeightOfRow): restrict scope of temporary variable
1073
1074         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1075           code (never has been used?)
1076
1077 2003-07-27  Asger Alstrup  <alstrup@local>
1078
1079         * text.C (fill): Optimise algorithm to exploit that we can reuse
1080         the LyXFont for many characters.
1081         (setHeightOfRow): Same thing.
1082         (rowBreakPoint): Same thing.
1083
1084 2003-07-26  Asger Alstrup  <alstrup@local>
1085
1086         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1087
1088         * text.C (singleWidth): Spurious font copying in hot-spot
1089         singleWidth avoided. Reorder tests for arabic for efficiency.
1090
1091         * text.C (fill): handle empty paragraphs better.
1092
1093 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1094
1095         * ispell.C:
1096         * encoding.h: add includes
1097
1098         * lyxrc.C: remove reading of bind files
1099
1100         * lyx_main.C (init): setup bindings and menus only if we have a
1101         gui.
1102
1103         * kbmap.C (read): new method. Do the actual reading of bind
1104         files.
1105
1106         * converter.C (dvipdfm_options):
1107         * bufferparams.C:
1108         * lyxrc.C (read):
1109         (output): adapt PAPER_* enums.
1110
1111         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1112
1113         * bufferparams.h: remove paper-related enums from there
1114
1115         * paper.h: New file. A trivial header file to hold paper-related
1116         enums. It should later expand to contain many paper-related
1117         horrors access.
1118
1119         * lyxrc.C: declare extern displayTranslator
1120
1121 2003-07-27  José Matos  <jamatos@fep.up.pt>
1122
1123         * tabular.[Ch] (linuxdoc): add support for tables and figures
1124         (linuxdoc).
1125
1126 2003-07-27  José Matos  <jamatos@fep.up.pt>
1127
1128         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1129         consistency in both functions.
1130         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1131
1132 2003-07-26  Asger Alstrup  <alstrup@local>
1133
1134         * rowpainter.C (paintRows): Change algorithm to work directly on
1135         the insets rather than asking every character in the document
1136         whether its an inset.
1137
1138 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1139
1140         * buffer.C (openFileWrite): factorize some code
1141
1142 2003-07-26  Angus Leeming  <leeming@lyx.org>
1143
1144         * lyx_cb.C:
1145         * lyx_main.[Ch]: replace occurances of system_tempdir with
1146         os::getTmpDir().
1147
1148 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1149
1150         * rename Inset to InsetOld
1151
1152 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1153
1154         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1155         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1156         which I think is a bit clearer. EDIT is gone, since it was
1157         premature optimisation, and broken for mathed anyway.
1158         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1159         with cursor positioning in insets as well (math insets still do not
1160         work, but that's a different story anyway.) It mysteriously
1161         crashes sometimes with undo in the first paragraph, but I'm fairly
1162         confident that this is a compiler bug.
1163
1164 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1165
1166         * paragraph.C (Paragraph): adjust for new clone return type
1167         (operator==): ditto
1168         (copyIntoMinibuffer): ditto
1169
1170 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1171
1172         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1173         by not having a special case, and always doing a full rebreak of
1174         the document after undo.
1175
1176 2003-07-23  Angus Leeming  <leeming@lyx.org>
1177
1178         * factory.C (createInset): InsetExternal::setParams now takes a
1179         Buffer const * arg.
1180
1181 2003-07-23  Angus Leeming  <leeming@lyx.org>
1182
1183         * factory.C (createInset): changed interface to the external and
1184         graphics mailers' string2params functions.
1185
1186 2003-07-23  Angus Leeming  <leeming@lyx.org>
1187
1188         * factory.C (createInset): pass a
1189         Buffer const * parameter to InsetExternalMailer's string2params.
1190
1191 2003-07-22  John Levon  <levon@movementarian.org>
1192
1193         * Thesaurus.h: include the right aiksaurus header
1194
1195 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1196
1197         * MenuBackend.C (expand): check menu shortcuts unconditionally
1198
1199 2003-07-21  Angus Leeming  <leeming@lyx.org>
1200
1201         * factory.C (createInset): pass a
1202         buffer_path parameter to InsetGraphicsMailer's string2params.
1203
1204 2003-07-21  Angus Leeming  <leeming@lyx.org>
1205
1206         * BufferView_pimpl.C (buffer):
1207         * buffer.C (d-tor):
1208         * lyx_main.C (LyX):
1209         * lyxfunc.C (dispatch):
1210         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1211         rather than the grfx shortcut.
1212
1213 2003-07-21  André Pönitz  <poenitz@gmx.net>
1214
1215         * rowpainter.C: remove unused variables
1216
1217         * tabular_funcs.C:
1218         * tabular_funcs.h: move to tabular.C
1219         * Makefile.am: adjust
1220
1221         * tabular.[Ch]: basic optical cleaning
1222
1223         * author.h: pass references, not values
1224
1225 2003-07-18  André Pönitz  <poenitz@gmx.net>
1226
1227         * lyxtext.h:
1228         * metricsinfo.C:
1229         * metricsinfo.h:
1230         * rowpainter.C:
1231         * text.C:
1232         * text2.C:
1233         * text3.C: two-phase drawing for InsetText and InsetTabular
1234         some float -> int changes.
1235
1236 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1237
1238         * lyx_main.C: fix the fix
1239
1240 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1241
1242         * lyx_main.C: fix a crash in batch mode if no files specified
1243         * converter.C: ws
1244
1245 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1246
1247         * format.[Ch] (papersize): moved to BufferParams
1248         * converter.[Ch] (dvips_options): moved to BufferParams
1249         (dvipdfm_options): moved to anon namespace
1250         * bufferparams.[Ch]: added above functions.
1251
1252 2003-07-17  André Pönitz  <poenitz@gmx.net>
1253
1254         * lyxtext.h:
1255         * rowpainter.C:
1256         * text2.C: don't call inset->update() anymore
1257
1258         * metricsinfo.[Ch]: add convenience constructor
1259
1260 2003-07-16  André Pönitz  <poenitz@gmx.net>
1261
1262         * lyxcursor.[Ch]:
1263         * lyxfunc.[Ch]:
1264         * text.C:
1265         * text2.C: replace the LyXCursor::irow_ member with
1266          on-demand computation of the value
1267
1268 2003-07-16  John Levon  <levon@movementarian.org>
1269
1270         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1271
1272 2003-07-15  André Pönitz  <poenitz@gmx.net>
1273
1274         * text.C:
1275         * text2.C: remove no more needed refresh_row
1276
1277 2003-07-15  André Pönitz  <poenitz@gmx.net>
1278
1279         * lyxtext.h:
1280         * rowpainter.C:
1281         * text2.C:
1282         * text3.C: refresh_status tristate -> need_update bool
1283
1284 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1285
1286         * lyxtext.h (init): remove reinit argument (act as if always true)
1287         * text2.C: adjust to that
1288
1289 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1290
1291         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1292         * text3.C: use it to delete selections in some cases
1293         (bugs 441, 673, 702, 954).
1294
1295 2003-07-14  André Pönitz  <poenitz@gmx.net>
1296
1297         * rowpainter.[Ch]: reduce interface
1298
1299 2003-07-14  André Pönitz  <poenitz@gmx.net>
1300
1301         * BufferView_pimpl.C:
1302         * text2.C: adjust after removing unused BufferView * argument
1303
1304 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1305
1306         * text2.C (init): fix a crash fired on resize
1307
1308 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1309
1310         * buffer.[Ch]: added new closing signal
1311         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1312         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1313         BufferView::Pimpl via the closing the signal
1314
1315 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1316
1317         * buffer.[Ch]: take out all bv-related from buffer
1318         * BufferView.C:
1319         * BufferView_pimpl.[Ch]: connect to new signals
1320         * CutAndPaste.C: removed useless asserts
1321         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1322         * lyxvc.[Ch]:
1323         * vc-backend.[Ch]:
1324         * lyxfunc.C: moved view-related funciontality from vc here
1325         * paragraph.C: removed outdated comments
1326         * text.C: ws
1327
1328 2003-07-10  André Pönitz  <poenitz@gmx.net>
1329
1330         * BufferView_pimpl.C:
1331         * tabular.h:
1332         * tabular_funcs.C:
1333         * text.C:
1334         * text2.C: remove InsetText::InnerCache, clean up consequences
1335
1336 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1337
1338         * ispell.C: fix two typos in error messages
1339
1340 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1341
1342         * Extend Note inset to other forms of annotation like Comment
1343         and Greyedout. Right button click gives dialog.
1344
1345         Files modified or added (+):
1346
1347         * insetnote.[Ch]
1348         * FormNote.[Ch]      +
1349         * ControlNote.[Ch]   +
1350         * form_note.fd       +
1351         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1352         frontends/controllers
1353         * xforms/Dialogs.C
1354         * factory.C
1355
1356 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1357
1358         * aspell.C: add missing namespace lyx::support
1359
1360 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1361
1362         * BufferView.[Ch] (newFile): Add
1363         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1364         * LaTeX.[Ch] (message): added this signal and use it
1365         * buffer.[Ch] (busy, message): added these signals and use them
1366         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1367         * converter.C:
1368         * exporter.C:
1369         * format.C:
1370         * importer.C: use buffer signals instead of direct bv calling
1371         * lyx_cb.[Ch] (ShowMessage): removed
1372         * lyx_main.C:
1373         * lyxfunc.C:
1374         * paragraph_funcs.C:
1375         * text2.C: use buffer signals
1376
1377 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1378
1379         * introduce namespace lyx::graphics
1380
1381 2003-07-02  André Pönitz  <poenitz@gmx.net>
1382
1383         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1384
1385 2003-07-01  André Pönitz  <poenitz@gmx.net>
1386
1387         * text.C:
1388         * text2.C:
1389         * text3.C:
1390         * text_funcs.[Ch]:
1391         * textcursor.h:
1392         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1393           text*.C to text_func.C
1394
1395 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1396
1397         * introduce namespace lyx::support
1398
1399 2003-06-30  André Pönitz  <poenitz@gmx.net>
1400
1401         * Chktex.C:
1402         * funcrequest.C:
1403         * lyxtext.h:
1404         * text.C: re-enable --with-included-string
1405
1406 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1407
1408         * textcursor.C: add <config.h>
1409
1410         * text.C (getWord): remove const from word_location arg
1411
1412         * lyxvc.C (getLogFile): fix const type order
1413
1414         * lyxtext.h: remove const from word_location arg, add arg name
1415
1416         * lyxlayout.h: currect type on labeltype.
1417
1418         * importer.C: correct \file
1419
1420         * converter.C (intToFormat): use std:: on ret val, ws changes
1421
1422         * bufferlist.h: correct \file
1423
1424         * buffer.C (makeLinuxDocFile): fix const type order
1425         (makeDocBookFile): ditto
1426         (fillWithBibKeys): use std:: on stdlib args.
1427
1428         * CutAndPaste.C: fix authors.
1429         (availableSelections): use std:: on return vector
1430
1431 2003-06-27  André Pönitz  <poenitz@gmx.net>
1432
1433         * BufferView_pimpl.C:
1434         * bufferview_funcs.C:
1435         * lyxcursor.C:
1436         * lyxcursor.h:
1437         * lyxfunc.C:
1438         * lyxtext.h:
1439         * rowpainter.C:
1440         * text.C:
1441         * text2.C:
1442         * text3.C: remove LyXCursor::row_ member
1443
1444         * lyxtext.h:
1445         * text.C: rename fullRebreak() to partialRebreak() and implement
1446           a fullRebreak() that really bereks fully
1447
1448         * textcursor.h: new struct for cursor-related data
1449
1450 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1451
1452         * lyx_main.C (LyX): get full path of document loaded on the
1453         command line
1454
1455 2003-06-26  André Pönitz  <poenitz@gmx.net>
1456
1457         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1458           remove unused/broken operator>,<,>=.
1459
1460         *       text.C: remove only use of broken operator<= in an Assert().
1461
1462 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1463
1464         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1465         moved errorlist_.clear to showErrorList
1466
1467 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1468
1469         * converter.C (scanLog, runLaTeX):
1470         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1471         move the bv->showErrorList call to the callers
1472         * lyxfunc.C: i.e. here...
1473         * text2.C: and here
1474         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1475         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1476         namespace, the second to...
1477         * buffer_funcs (BufferFormat, parseErrors): added
1478         * errorlist.C (ErrorList(TeXErrors const &)): removed
1479
1480 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1481
1482         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1483
1484 2003-06-24  "Garst R. Reese" <reese@isn.net>
1485
1486         * debug.C: fix typo
1487
1488 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1489
1490         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1491
1492         * version.C.in: change docversion to 1.4
1493
1494 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1495
1496         * buffer.C: fix a bug just introduced
1497
1498 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1499
1500         * buffer.[Ch]: added the parseError signal and use it, removed
1501         sgmlError
1502         * BufferView.[Ch] (addError): moved to ...
1503         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1504         to the Buffer::parseError signal to catch (guess what) parse errors
1505         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1506
1507 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1508
1509         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1510         ability to create a buffer and to return an existing one from
1511         the list. Moved these functions to...
1512         * buffer_funcs.[Ch]: added
1513         * BufferView.[Ch] (loadLyXFile): added
1514         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1515         job removed from bufferlist::loadLyXFile.
1516         * buffer.C (setReadOnly): make it work without view
1517         (i.e added an if (users))
1518
1519 2003-06-19  Angus Leeming  <leeming@lyx.org>
1520
1521         * lfuns.h:
1522         * LyXAction.C (init):
1523         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1524         with LFUN_DIALOG_SHOW <name> <data>.
1525
1526 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1527
1528         * CutAndPaste.C (availableSelections): small compilation fix for
1529         ancient (gcc 2.9x) compilers
1530
1531 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1532
1533         * text3.C (cursorNext): add tmp var
1534
1535         * text2.C (updateCounters): for function calling out of for clause
1536         (replaceSelectionWithString): ditto
1537         (insertStringAsParagraphs): ditto
1538         (getColumnNearX): add tmp var
1539         (setCursorFromCoordinates): add tmp var
1540         (cursorDownParagraph): add tmp var
1541         (deleteEmptyParagraphMechanism): add tmp var
1542
1543         * text.C (insertChar): add tmp var
1544
1545         * rowpainter.C (paintDepthBar): add tmp var
1546
1547         * CutAndPaste.C (availableSelections): potentially check all
1548         paragraphs in a cut to fill the shown strings.
1549
1550 2003-06-18  André Pönitz  <poenitz@gmx.net>
1551
1552         * kbmap.[Ch]: use vector<> instead of list<>
1553
1554 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1555
1556         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1557         pasteSelection with index
1558
1559         * text2.C (pasteSelection): modify, call pasteSelection with index
1560
1561         * paragraph.C (asString): reimplement version with no interval to
1562         call the one with interval.
1563
1564         * lyxtext.h: add index arg to pasteSelection
1565
1566         * MenuBackend.C (MenuItem): handle PasteRecent
1567         (Menu::read::Menutags): add md_pasterecent
1568         (read): handle it
1569         (expandPasteRecent): new function
1570         (expand): use it
1571
1572         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1573
1574         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1575         the limited stack
1576         (availableSelections): new function
1577
1578 2003-06-17  Angus Leeming  <leeming@lyx.org>
1579
1580         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1581
1582 2003-06-17  Angus Leeming  <leeming@lyx.org>
1583
1584         * lfuns.h:
1585         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1586
1587         * lyxfunc.C (dispatch): invoke it.
1588
1589 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1590
1591         * iterators.C (operator++, ParPosition): reintroduce some
1592         const_cast for the benefit of older compilers.
1593
1594 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1595
1596         * text3.C (dispatch): do not modify clipboard when doing
1597         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1598         LFUN_DELETE_SKIP on a selection selection
1599
1600 2003-06-16  André Pönitz  <poenitz@gmx.net>
1601
1602         * BufferView.C:
1603         * buffer.C:
1604         * buffer.h:
1605         * paragraph.C:
1606         * tabular.[Ch]: IU of clone() and getLabelList();
1607
1608 2003-06-13  André Pönitz  <poenitz@gmx.net>
1609
1610         * tabular.h: compactification
1611
1612 2003-06-12  André Pönitz  <poenitz@gmx.net>
1613
1614         * tabular.C:
1615         * tabular.h:
1616         * tabular_funcs.h: some renaming plus whitespace
1617
1618 2003-06-12  André Pönitz  <poenitz@gmx.net>
1619
1620         * BufferView.C:
1621         * BufferView_pimpl.C:
1622         * CutAndPaste.C:
1623         * buffer.C:
1624         * iterators.[Ch]:
1625         * lyxfunc.C:
1626         * text.C:
1627         * toc.C: Return a Paragraph & for ParIterator::operator*()
1628
1629 2003-06-11  John Levon  <levon@movementarian.org>
1630
1631         * lyx_main.C:
1632         * ToolbarBackend.h:
1633         * ToolbarBackend.C: add "Toolbars" section and
1634         put the flags there
1635
1636 2003-06-10  Angus Leeming  <leeming@lyx.org>
1637
1638         * lfuns.h:
1639         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1640
1641         * lyxfunc.C (dispatch): invoke it.
1642
1643 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1644
1645         * main.C: protect <ios> with HAVE_IOS
1646         (main): protect sync_with_stdio with HAVE_IOS
1647
1648 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1649
1650         * text2.C (cutSelection): adjust
1651         (pasteSelection): adjust
1652
1653         * messages.C: handle get of empty string
1654
1655         * main.C (main): use sync_with_stdio(false)
1656
1657         * lyxfunc.C (dispatch): adjust
1658
1659         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1660         (WriteAs): remove unneeded BufferView arg.
1661
1662         * bufferparams.h: use correct types on papersize, papersize2 and
1663         paperpackage.
1664
1665         * bufferparams.C (readToken): adjust for type
1666         (writeLaTeX): add missing cases to switch.
1667
1668         * bufferlist.C (quitWriteBuffer): adjust
1669         (close): adjust
1670
1671         * buffer.C (asciiParagraph): remove some commented code.
1672
1673         * CutAndPaste.C: remove current_view extern variable.
1674         (cutSelection): add BufferParams arg.
1675         (eraseSelection): add BufferParams arg.
1676         (pasteSelection): add Buffer const & arg
1677
1678 2003-06-07  John Levon  <levon@movementarian.org>
1679
1680         * buffer.C:
1681         * paragraph_funcs.C:
1682         * paragraph_pimpl.C:
1683         * text.C:
1684         * text2.C:
1685         * paragraph.h:
1686         * paragraph.C: allow InsetERT to freely space lines,
1687         and some consolidation of code
1688
1689 2003-06-06  José Matos  <jamatos@fep.up.pt>
1690
1691         * buffer.C (makeDocBookFile): fix bug #821
1692
1693 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1694
1695         * BufferView_pimpl.C (dispatch): use Dialogs::visible
1696
1697 2003-06-04  Angus Leeming  <leeming@lyx.org>
1698
1699         * buffer.C: bump format to 224.
1700
1701 2003-06-05  André Pönitz  <poenitz@gmx.net>
1702
1703         * text2.C (redoParagraphs): remove two const_cast<>
1704
1705 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1706
1707         * ParagraphList.h: remove last remnants of NO_STD_LIST
1708
1709 2003-06-03  Angus Leeming  <leeming@lyx.org>
1710
1711         * factory.C (createInset): small change to the way InsetExternal's params
1712         are set.
1713
1714 2003-06-04  André Pönitz  <poenitz@gmx.net>
1715
1716         * buffer.h: use Undo directly instead of shared_ptr<Undo>
1717
1718         * paragraph_pimpl.h:
1719         * paragraph.[Ch]: some Inset -> UpdatableInset changes
1720
1721         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
1722
1723         * undo_funcs.C: make some simple cases of undo work again
1724
1725 2003-06-03  John Levon  <levon@movementarian.org>
1726
1727         * ispell.C: HPUX doesn't have sys/select.h
1728         (from Albert Chin)
1729
1730 2003-06-03  John Levon  <levon@movementarian.org>
1731
1732         * CutAndPaste.C: update tabular and include inset
1733         buffer references
1734
1735         * buffer.h:
1736         * paragraph.h:
1737         * paragraph.C: remove owningBuffer(), don't pass Buffer
1738         to clone()
1739
1740         * factory.C: insetGraphicsParams changed
1741
1742 2003-06-02  John Levon  <levon@movementarian.org>
1743
1744         * LyXAction.C:
1745         * factory.C:
1746         * lfuns.h:
1747         * lyxfunc.C:
1748         * text3.C: remove insetparent
1749
1750 2003-06-02  John Levon  <levon@movementarian.org>
1751
1752         * buffer.h:
1753         * buffer.C: fix inset_iterator.end(), move out of line
1754         (bug 1149)
1755
1756 2003-06-01  John Levon  <levon@movementarian.org>
1757
1758         * text3.C: use a proper cut/paste when doing inset
1759         insert (from Jürgen Spitzmüller)
1760
1761 2003-06-01  John Levon  <levon@movementarian.org>
1762
1763         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
1764
1765 2003-05-30  André Pönitz  <poenitz@gmx.net>
1766
1767         * rowpainter.C: unify second drawing phase
1768
1769 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1770
1771         * trans_mgr.C: remove one case of current_view
1772
1773         * text2.C (cursorBottom): delete NO_STD_LIST stuff
1774
1775         * paragraph_funcs.h: remove paragraph.h include
1776
1777         * paragraph.h: delete NO_STD_LIST stuff
1778
1779         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
1780
1781         * buffer.h: remove paragraph.h include
1782
1783         * ParagraphList.C: delete file
1784
1785         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
1786
1787         * toc.C (getTocList): adjust
1788
1789         * paragraph_pimpl.C (validate): adjust
1790
1791         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
1792
1793         * paragraph.C (Paragraph): adjust
1794         (getPositionOfInset): use const_iterator, adjust
1795         (bibitem): use const_iterator, adjust
1796         (setInsetOwner): adjust
1797
1798         * iterators.C (operator++): adjust
1799
1800         * InsetList.[Ch]: Replace selfmade iterator with standard
1801         vector::iterator also introduce const_iterator. Remove getPos,
1802         getInset and setInset from InsetTable. Adjust accordingly.
1803
1804         * BufferView.C (lockInset): adjust
1805         (ChangeInsets): adjust
1806
1807         * tabular.[Ch]: delete commented same_id functions
1808
1809 2003-05-28  John Levon  <levon@movementarian.org>
1810
1811         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
1812
1813 2003-05-28  André Pönitz  <poenitz@gmx.net>
1814
1815         * metricsinfo.[Ch]: remove 'fullredraw' member
1816
1817 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1818
1819         * lyxtextclass.C (operator): remove caching.
1820
1821 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1822
1823         * text3.C: adjust
1824
1825         * text2.C (cursorBottom): adjust
1826         (setCounter): use ParagraphList::find, adjust
1827
1828         * text.C (workWidth): use ParagraphList::find, adjust
1829
1830         * lyxcursor.C (LyXCursor): adjust
1831
1832         * buffer.C (inset_iterator): adjust
1833
1834         * ParagraphList.h: make iterator(value_type) private, make
1835         ParagraphList a friend of iterator.
1836
1837         * ParagraphList.C (find): new function
1838
1839         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1840
1841 2003-05-27  André Pönitz  <poenitz@gmx.net>
1842
1843         * dimension.[Ch]: a -> asc, d -> des, w -> wid
1844
1845 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1846
1847         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
1848
1849 2003-05-26  John Levon  <levon@movementarian.org>
1850
1851         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
1852
1853 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1854
1855         * remove same_id from function signatures, adjust.
1856
1857 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1858
1859         * undo_funcs.C (createUndo): use the id functions directly, adjust.
1860
1861         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
1862
1863         * paragraph.C (Paragraph): get rid of same_ids parameter
1864
1865         * ParagraphList.C (insert): adjust
1866         (push_back): adjust
1867
1868 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1869
1870         * paragraph_funcs.C (breakParagraph): adjust
1871         (breakParagraphConservative): adjust
1872
1873         * buffer.C (readParagraph): adjust
1874
1875         * ParagraphList.C (insert): take a reference instead of a pointer
1876         (insert): adjust
1877
1878         * paragraph.[Ch] (id): new function
1879
1880         * bufferlist.C (newFile): adjust
1881
1882         * ParagraphList.C (ParagraphList): adjust
1883         (assign): adjust
1884         (push_back): take a reference instead of a pointer.
1885
1886         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
1887
1888         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
1889         instead.
1890
1891         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
1892         set else use old code.
1893
1894         * ParagraphList.C: remove all NO_NEXT code and only compile this
1895         code of NO_STD_LIST is set.
1896
1897 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1898
1899         * BufferView_pimpl.C:
1900         * TextCache.C:
1901         * TextCache.h:
1902         * bufferlist.C:
1903         * errorlist.h:
1904         * format.C:
1905         * format.h:
1906         * graph.C:
1907         * lyxfunc.C:
1908         * lyxrc.C:
1909         * graphics/GraphicsConverter.C:
1910         * graphics/PreviewLoader.C: header adjustment
1911
1912 2003-05-23  Angus Leeming  <leeming@lyx.org>
1913
1914         * LaTeXFeatures.[Ch] (useBabel): new method.
1915         * bufferparams.C (writeLaTeX): use it.
1916
1917 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1918
1919         * ParagraphList.h (set): remove unused function.
1920
1921 2003-05-23  André Pönitz  <poenitz@gmx.net>
1922
1923         * BufferView.C:
1924         * BufferView_pimpl.C:
1925         * buffer.C:
1926         * buffer.h:
1927         * lyxfunc.C:
1928         * undo_funcs.C: setUndo reworked
1929
1930         * iterators.[Ch]: add access to topmost ParagraphList
1931
1932         * lyxtext.[Ch] (workWidth): add a const
1933
1934 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1935
1936         * texrow.[Ch] (increasePos): remove function
1937         * exporter.C (export): removed unused var and outdated comment
1938
1939 2003-05-23  Angus Leeming  <leeming@lyx.org>
1940
1941         * latexrunparams.h: rename fragile as moving_arg.
1942         * paragraph.C (simpleTeXOnePar): ditto.
1943         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
1944
1945 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1946
1947         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
1948         (createUndo): ditto
1949         (textUndoOrRedo): comment out a currently unused var.
1950
1951         * paragraph.h (NO_NEXT): enable NO_NEXT
1952
1953         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
1954
1955         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
1956
1957         * exporter.C (Export): adjust for removeAutoInsets removal.
1958
1959         * buffer.C (runChktex): adjust for removeAutoInsets removal.
1960
1961         * LyXAction.C (init): remove LFUN_REMOVEERRORS
1962
1963         * BufferView.[Ch] (removeAutoInsets): delete function
1964
1965 2003-05-22  Angus Leeming  <leeming@lyx.org>
1966
1967         * latexrunparams.h: add a free_spacing variable.
1968
1969         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
1970         to pass moving_arg, as the data is stored in runparams.fragile.
1971
1972         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
1973         to Inset::latexOptional or to simpleTeXOnePar.
1974
1975         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
1976         free_spacing arg to Inset::latexOptional.
1977
1978         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
1979         free_spacing arg.
1980
1981 2003-05-22  Angus Leeming  <leeming@lyx.org>
1982
1983         * latexrunparams.h: add fragile and use_babel variables.
1984
1985         * bufferparams.[Ch] (writeLaTeX): return use_babel.
1986         * buffer.C (makeLaTeXFile): store this returned value in
1987         runparams.use_babel, thus passing it to the inset::latex methods.
1988
1989         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
1990         simpleTeXSpecialChars as it is now stored in runparams.fragile.
1991
1992         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
1993         longer has a fragile arg, as it is stored in runparams.fragile.
1994
1995         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
1996         moving_arg parameter as the data is stored in runparams.fragile.
1997
1998         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
1999         a fragile parameter as the data is stored in runparams.fragile.
2000
2001 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2002
2003         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2004
2005 2003-05-22  Angus Leeming  <leeming@lyx.org>
2006
2007         * latexrunparams.h: add a 'bool nice' which defaults to false.
2008
2009         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2010         now encapsulated within runparams.
2011
2012         * bufferlist.C (updateIncludedTeXfiles):
2013         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2014
2015 2003-05-22  Angus Leeming  <leeming@lyx.org>
2016
2017         * latexrunparams.h: new file containing struct LatexRunParams.
2018         * Makefile.am: add new file.
2019
2020         * LaTeX.[Ch] (c-tor, run):
2021         * buffer.[Ch] (makeLaTeXFile):
2022         * bufferlist.[Ch] (updateIncludedTeXfiles):
2023         * converter.C (convert, scanLog):
2024         * converter.[Ch] (runLaTeX):
2025         * exporter.C (Export):
2026         * paragraph.[Ch] (simpleTeXOnePar):
2027         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2028         * paragraph_funcs.[Ch] (latexParagraphs):
2029         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2030         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2031         pass around a LatexRunParams parameter.
2032
2033 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2034
2035         * paragraph.[Ch]: remove unused constructor
2036
2037         * ParagraphList.C (erase): new function, taking two iterators
2038
2039 2003-05-22  André Pönitz  <poenitz@gmx.net>
2040
2041         * undo_funcs.C: remove duplicated code
2042
2043         * iterator.[Ch]: operator=
2044
2045 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2046
2047         * tabular.C (SetMultiColumn): ws changes
2048
2049         * rowpainter.C (paintFirst): get rid of a ->previous
2050
2051         * lyx_cb.C (getPossibleLabel): parlist simplification
2052
2053         * BufferView.C (ChangeInsets): simplify slightly.
2054
2055 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2056
2057         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2058         * lfuns.h: new LFUN_SPACE
2059         * lyxfunc.C: protected space has a new lfun
2060         * paragraph_funcs.C: read new space insets
2061         * text3.C:
2062         * factory.C: handle new space insets
2063
2064 2003-05-22  André Pönitz  <poenitz@gmx.net>
2065
2066         * BufferView.C:
2067         * BufferView_pimpl.C:
2068         * buffer.[Ch]:
2069         * lyxfunc.C:
2070         * undo_funcs.C: return a ParIterator from getParFromID.
2071
2072         * iterators.[Ch]: add two const's
2073
2074 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2075
2076         * toc.C (getTocList): adjust
2077
2078         * iterators.[Ch]: rework for parlist
2079
2080         * buffer.C (par_iterator_begin): adjust
2081         (par_iterator_end): adjust
2082
2083         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2084
2085         * BufferView.C (removeAutoInsets): adjust
2086         (ChangeInsets): adjust
2087
2088 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2089
2090         * text.C (top_y): fix bug 1110
2091
2092 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2093
2094         * errorlist.[Ch]: added
2095         * buffer.C:
2096         * BufferView.[Ch]:
2097         * BufferView_pimpl.C:
2098         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2099         instead
2100
2101 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2102
2103         * Makefile.am: ensure that lyx is relinked upon changes to the
2104         various "convenience" libs.
2105
2106 2003-05-20  Angus Leeming  <leeming@lyx.org>
2107
2108         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2109         files are compiled in alphabetical order again.
2110
2111         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2112
2113 2003-05-19  Angus Leeming  <leeming@lyx.org>
2114
2115         * gettext.[Ch]: remove "char const * _(char const *)".
2116
2117 2003-05-19  André Pönitz  <poenitz@gmx.net>
2118
2119         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2120
2121         * Makefile.am:
2122         * BufferView.C:
2123         * DepTable.h:
2124         * LaTeXFeatures.C:
2125         * buffer.C:
2126         * lyxfont.C:
2127         * lyxlex.h:
2128         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2129
2130 2003-05-19  André Pönitz  <poenitz@gmx.net>
2131
2132         * buffer.C:
2133         * lyxlayout.[Ch]:
2134         * lyxtextclass.[Ch]:
2135         * paragraph.C:
2136         * paragraph_funcs.[Ch]:
2137         * text2.C:
2138         * text3.C: more insetenv work
2139
2140 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2141
2142         * ParagraphParameters.C (params2string): small bug fixed
2143
2144 2003-05-16  André Pönitz  <poenitz@gmx.net>
2145
2146         * debug.C:
2147         * bufferview_funcs.C: patch from Kornel Benko to prevent
2148           crash when _(...) is called twice in a statement
2149
2150 2003-05-16  André Pönitz  <poenitz@gmx.net>
2151
2152         * BufferView.C:
2153         * lyxfunc.C:
2154         * text.C:
2155         * text2.C:
2156         * text3.C:
2157         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2158
2159 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2160
2161         * lyx_main.C (init): remove spurious static_cast
2162
2163 2003-05-14  André Pönitz  <poenitz@gmx.net>
2164
2165         * BufferView.C: fix format string
2166
2167 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2168
2169         * BufferView.[Ch] (insertErrors): removed
2170         * BufferView.[Ch] (showErrorList): added
2171         * buffer.C (runChkTeX):
2172         * converter.C (scanLog): call showErrorList instead of inserterrors
2173
2174 2003-05-13  André Pönitz  <poenitz@gmx.net>
2175
2176         * BufferView_pimpl.C:
2177         * buffer.C:
2178         * bufferview_func.C:
2179         * MenuBackend.C:
2180         * lyxfunc.C:
2181         * lyxrc.C:
2182         * tex-accent.C:
2183         * text3.C:
2184         * toc.C:
2185         * tabular_funcs.h: tostr() from its own header
2186
2187         * ParagraphParameters.C:
2188         * ToolbarBackend.C:
2189         * bufferparams.C:
2190         * format.C:
2191         * lyxlex_pimpl.C:
2192         * text3.C: STRCONV()
2193
2194 2003-05-12  André Pönitz  <poenitz@gmx.net>
2195
2196         * BufferView.C:
2197         * BufferView_pimpl.C:
2198         * CutAndPaste.C:
2199         * LaTeX.C:
2200         * LaTeXFeatures.C:
2201         * ParagraphParameters.C:
2202         * buffer.C:
2203         * bufferlist.C:
2204         * bufferparams.C:
2205         * bufferview_funcs.C:
2206         * converter.C:
2207         * counters.C:
2208         * debug.C:
2209         * exporter.C:
2210         * format.C:
2211         * importer.C:
2212         * lyx_cb.C:
2213         * lyx_main.C:
2214         * lyxfont.C:
2215         * lyxfunc.C:
2216         * lyxvc.C:
2217         * paragraph.C:
2218         * paragraph_funcs.C:
2219         * tabular.C:
2220         * tabular_funcs.C:
2221         * text2.C:
2222         * text3.C:  boost::format -> bformat  all over the place
2223
2224
2225 2003-05-09  André Pönitz  <poenitz@gmx.net>
2226
2227         * LColor.[Ch]: Pimpl the #include <map> away
2228
2229 2003-05-09  John Levon  <levon@movementarian.org>
2230
2231         * bufferlist.C: never remove emergency saves
2232
2233 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2234
2235         * Makefile.am: better lib building
2236
2237 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2238
2239         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2240         instead.
2241         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2242         (simpleTeXSpecialChars): adjust
2243         (simpleTeXSpecialChars): adjust
2244         * paragraph.C (simpleTeXOnePar): adjust
2245         * buffer.C (makeLaTeXFile): adjust
2246
2247         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2248
2249         * text2.C (changeDepth): parlist cleanup
2250         (getColumnNearX): ditto
2251
2252         * rowpainter.C (getLabelFont): parlist cleanup
2253
2254         * bufferlist.C (newFile): parlist cleanup
2255
2256         * CutAndPaste.C (eraseSelection): parlist cleanup
2257
2258         * BufferView_pimpl.C (trackChanges): parlist cleanup
2259         (dispatch): ditto
2260
2261         * BufferView.C (lockInset): parlist cleanup.
2262         (ChangeInsets): ditto
2263
2264 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2265
2266         * CutAndPaste.h: Update file header.
2267
2268         * CutAndPaste.C: Update file header.
2269         Store the parts cut out of the Document in a limited_stack.
2270         (copySelection): adjust
2271         (pasteSelection): new function, takes the index in the limited stack.
2272         (nrOfParagraphs): adjust
2273         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2274         simplify error inset insertion.
2275         (checkPastePossible): adjust
2276
2277 2003-05-06  John Levon  <levon@movementarian.org>
2278
2279         * text2.C: don't cast wrap inset to float
2280
2281 2003-05-05  André Pönitz  <poenitz@gmx.net>
2282
2283         * iterator.C:
2284         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2285
2286         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2287           few naked Paragraph *.
2288
2289 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2290
2291         * bufferparams.C: Output warning if a document with missing
2292         TeX document class is loaded
2293         * exporter.C: Disable TeX exports if the document class is missing
2294         * lyxtextclass.C:
2295         * lyxtextclass.h:
2296         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2297         isTeXClassAvailable()
2298
2299 2003-05-03  John Levon  <levon@movementarian.org>
2300
2301         * BufferView.h:
2302         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2303         explicit cursor show/hide
2304
2305         * BufferView_pimpl.h:
2306         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2307         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2308
2309         * lyxfunc.C: hide cursor before dispatching.
2310
2311         * lyx_cb.C:
2312         * lyxfind.C:
2313         * text.C:
2314         * text3.C: remove explicit cursor hides
2315
2316 2003-05-02  André Pönitz  <poenitz@gmx.net>
2317
2318         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2319
2320         * undo_funcs.C:
2321         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2322           linked lists
2323
2324         * text2.C: tiny whitespace
2325
2326 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2327
2328         * undo_funcs.C: almost only ws changes.
2329
2330         * ParagraphList.C (splice): just return if pl is empty.
2331
2332 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2333
2334         * ParagraphList.C (splice): new function.
2335
2336         * CutAndPaste.C (pasteSelection): use it
2337
2338 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2339
2340         * CutAndPaste.C (pasteSelection): remove the last next and
2341         previous from this file.
2342
2343 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2344
2345         * CutAndPaste.C (pasteSelection): more clean up, user proper
2346         ParagraphList functions for pasteing.
2347
2348         * ParagraphList.C (insert): new function, three arg insert
2349
2350 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2351
2352         * ParagraphList.C (insert): new function, three arg insert
2353
2354         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2355         not on paragraphs.
2356
2357 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2358
2359         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2360
2361 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2362
2363         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2364
2365 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2366
2367         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2368         (copySelection): clean up a bit.
2369         (pasteSelection): use make_pair
2370
2371         * ParagraphList.C (ParagraphList): implement copy constructor
2372         (operator=): implement, base on copy constructor.
2373         (assign): new func
2374
2375         * paragraph.C (erase): return a bool
2376
2377         * paragraph_pimpl.C (erasePos): remove function, move contents...
2378         (erase): ... here. Return a bool.
2379         (erase): call erase instead of erasePos.
2380
2381 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2382
2383         * ParagraphList.h: define PitPosPair
2384         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2385         ParagraphList, fix a bug on pasting multiple pars
2386         * text2.C: change interface to C&P
2387
2388 2003-04-30  André Pönitz  <poenitz@gmx.net>
2389
2390         * undo_func.C: revert part of yesterday's patch 2
2391
2392 2003-04-30  John Levon  <levon@movementarian.org>
2393
2394         * LColor.C: s/tabular/table/
2395
2396 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2397
2398         * text3.C (dispatch): do not convert iterator -> pointer
2399         * undo_funcs.C (setCursorParUndo): ditto
2400         * text_funcs.C (transposeChars): ditto
2401
2402         * text2.C (setLayout): ws changes only
2403
2404         * text.C (breakParagraph): do not convert iterator -> pointer
2405         (insertChar): ditto
2406         (acceptChange): ditto
2407         (rejectChange): ditto
2408         (changeCase): ditto
2409         (Delete): ditto
2410         (backspace): ditto
2411
2412         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2413         pointer
2414
2415 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2416
2417         * text3.C (gotoInset): YABG (yet another bad getChar)
2418
2419 2003-04-29  André Pönitz  <poenitz@gmx.net>
2420
2421         * paragraph.h: make operator= private unimplemented as long as
2422           it is unusable
2423
2424         * ParagraphList.C: whitespace
2425
2426         * paragraph.[Ch]:
2427         * paragraph_pimpl.[Ch]:
2428         * paragraph_funcs.C:
2429         * CutAndPaste.C:
2430         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2431
2432         * text2.C:
2433           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2434
2435 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2436
2437         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2438         * paragraph.[Ch] (erase):
2439         * paragraph_pimpl.[Ch] (erase): change return type and value
2440         * text2.C (cutSelection): some rework
2441
2442 2003-04-28  John Levon  <levon@movementarian.org>
2443
2444         * bufferlist.C: changes for unsaved changes dialog
2445
2446 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2447
2448         * bufferlist.C (newFile): set language (messages_) for new
2449         documents also.
2450
2451         * buffer.C (readFile): ws changes only.
2452
2453 2003-04-28  André Pönitz  <poenitz@gmx.net>
2454
2455         * undo_funcs.C:
2456         * lyxfunc.C:
2457         * buffer.[Ch]:
2458         * BufferView_pimpl.C:
2459         * BufferView.C: getParFromID related ParagraphList::iterator changes
2460
2461 2003-04-28  André Pönitz  <poenitz@gmx.net>
2462
2463         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2464           Changes
2465
2466 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2467
2468         * messages.C: remove one more localedir class variable.
2469
2470 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2471
2472         * messages.C (getLocaleDir): singleton generation function
2473         (Pimpl): use it.
2474         (Messages): add a default constructor.
2475
2476         * main.C (main): do not setup localedir here, do not call
2477         gettext_init.
2478
2479         * gettext.C (_): use it.
2480         (gettext_init): delete funciton
2481
2482 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2483
2484         * gettext.C (getLyXMessages): new singleton generating function.
2485
2486         * buffer.C (updateDocLang): adjust
2487
2488         * Makefile.am (messages.o): add target
2489         (main.o): remove target
2490
2491 2003-04-27  John Levon  <levon@movementarian.org>
2492
2493         * bufferlist.C:
2494         * lyx_cb.C:
2495         * lyxfunc.C:
2496         * lyxvc.C: specify cancel button in Alert::prompt
2497
2498 2003-04-26  John Levon  <levon@movementarian.org>
2499
2500         * text3.C:
2501         * lyxfunc.C:
2502         * lfuns.h:
2503         * LyXAction.C: add LFUN_INSET_SETTINGS
2504
2505         * lyxfunc.C: don't enable tabular-feature when there's
2506         just any locking inset
2507
2508 2003-04-26  John Levon  <levon@movementarian.org>
2509
2510         * bufferlist.C: re-add Cancel to buffer close question
2511
2512         * lyxfunc.C: fix import UI a bit
2513
2514 2003-04-25  John Levon  <levon@movementarian.org>
2515
2516         * gettext.C: remove the broken asserts for now
2517
2518 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2519
2520         * messages.C: make case where setlocale cannot comply work better.
2521
2522         * buffer.C (updateDocLang): new function
2523         (changeLanguage): use it
2524         (readFile): use it
2525
2526         * text2.C (setCounter): use B_ a bit.
2527
2528         * lyxlayout.C (Read): be sure to trim the label strings.
2529
2530         * messages.C (Messages): fix typo in comment
2531
2532         * buffer.C (readFile): set message_ after file is loaded.
2533         (makeDocBookFile): remove double return
2534         (changeLanguage): reset message_ upon language change.
2535         (B_): new func, use this to get translated buffer strings.
2536
2537         * main.C: add myself and Jean Marc as authors.
2538
2539 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2540
2541         * messages.[hC]: pimplify Messages, and three different pimpls to be
2542         used in different circumstances.
2543
2544         * gettext.[Ch]: change for use with new message code.
2545
2546 2003-04-24 André Pönitz <poenitz@gmx.net>
2547
2548         * factory.C: support for eqref
2549
2550 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2551
2552         * messages.[Ch]: add missing char
2553
2554         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2555
2556         * messages.[Ch]: New files
2557
2558 2003-04-18  John Levon  <levon@movementarian.org>
2559
2560         * BufferView.h:
2561         * BufferView.C:
2562         * BufferView_pimpl.C:
2563         * lfuns.h:
2564         * LyXAction.C:
2565         * lyxtext.h:
2566         * text2.C: remove layout-copy/paste (bug 778)
2567
2568 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2569
2570         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2571
2572 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2573
2574         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2575         if they succeed. Act accordingly.
2576
2577 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2578
2579         * text2.C (setCharFont): adjust
2580         (setCounter): adjust
2581         (insertStringAsLines): adjust
2582
2583         * text.C (leftMargin): adjust
2584         (setHeightOfRow): adjust
2585
2586         * rowpainter.C (paintFirst): adjust
2587         (paintLast): adjust
2588
2589         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2590         (outerHook): ditto
2591         (isFirstInSequence): ditto
2592         (getEndLabel): ditto
2593         (outerFont): adjust
2594
2595         * paragraph.C (getParLanguage): comment out some hard stuff.
2596
2597         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2598         (sgmlError): ditto
2599         (simpleDocBookOnePar): ditto
2600         (makeDocBookFile): use ParagraphList::iterator
2601
2602         * CutAndPaste.C (pasteSelection): adjust
2603
2604 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2605
2606         * text2.C (getFont): adjust
2607         (getLayoutFont): adjust
2608         (getLabelFont): adjust
2609
2610         * paragraph_funcs.C (TeXOnePar): adjust
2611
2612         * buffer.C (simpleLinuxDocOnePar): adjust
2613         (simpleDocBookOnePar): adjust
2614
2615         * CutAndPaste.C (pasteSelection): adjust
2616
2617         * BufferView.C (getEncoding): adjust
2618
2619         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2620
2621 2003-04-16  John Levon  <levon@movementarian.org>
2622
2623         * lyxfind.C: use parlist stuff for search/changes
2624
2625 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2626
2627         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2628
2629         * text2.C (deleteEmptyParagraphMechanism): adjust
2630
2631         * text2.[Ch] (ownerParagraph): delete func (both of them
2632
2633 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2634
2635         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2636
2637 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2638
2639         * ParagraphList.C: prepare for NO_NEXT
2640
2641 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2642
2643         * text2.C (getFont): adjust
2644         (getLayoutFont): adjust
2645         (getLabelFont): adjust
2646
2647         * paragraph.C (getFont): adjust
2648         (getLabelFont): adjust
2649         (getLayoutFont): adjust
2650
2651         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2652
2653 2003-04-15  John Levon  <levon@movementarian.org>
2654
2655         From Angus Leeming
2656
2657         * lyx_main.C: handle Include in .ui files
2658
2659 2003-04-15  John Levon  <levon@movementarian.org>
2660
2661         * MenuBackend.C: make the doc files length shorter
2662
2663         * ToolbarBackend.h:
2664         * ToolbarBackend.C: handle toolbar placement flags,
2665         Minibuffer
2666
2667 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2668
2669         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
2670         adjust
2671
2672         * paragraph_funcs.C (TeXOnePar): adjust
2673
2674         * paragraph.C (getLabelFont): add outerfont arg, adjust
2675         (getLayoutFont): ditto
2676         (simpleTeXOnePar): adjust
2677
2678         * paragraph_pimpl.C (realizeFont): delete func
2679
2680 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
2681
2682         * text2.C (beforeFullRowInset): added a bad getchar check, removed
2683         row argument, constify cur argument.
2684
2685 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2686
2687         * text2.C (getFont): adjust
2688         (getLayoutFont): adjust
2689         (getLabelFont): adjust
2690
2691         * paragraph_funcs.C (TeXOnePar): adjust
2692         (outerFont): new func...
2693         (realizeFont): ...moved out from here, changed this to facilitate
2694         transition
2695
2696         * paragraph.C (getFont): take outerfont as arg, adjust
2697         (simpleTeXOnePar): add outerfont arg, adjust
2698
2699         * buffer.C (simpleLinuxDocOnePar): adjust
2700         (simpleDocBookOnePar): adjust
2701
2702         * CutAndPaste.C (pasteSelection): adjust
2703
2704         * BufferView.C (getEncoding): adjust
2705
2706 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2707
2708         * text2.C (setCharFont): adjust
2709         (setCounter): adjust
2710
2711         * text.C (leftMargin): adjust
2712         (setHeightOfRow): adjust
2713
2714         * rowpainter.C (paintFirst): adjust
2715         (paintLast): adjust
2716
2717         * paragraph_pimpl.C (realizeFont): adjust
2718
2719         * paragraph.C (isFirstInSequence): move from here...
2720         * paragraph_funcs.C (isFirstInSequence): ...to here
2721
2722         * paragraph.C (outerHook): move from here...
2723         * paragraph_funcs.C (outerHook): ...to here
2724
2725         * paragraph.C (depthHook): move from here...
2726         * paragraph_funcs.C (depthHook): ...to here
2727
2728         * paragraph.C (getEndLabel): move from here...
2729         * paragraph_funcs.C (getEndLabel): ...to here
2730
2731         * text2.C (realizeFont): move from here...
2732         * paragraph_funcs.C (realizeFont): ...to here
2733
2734 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2735
2736         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
2737
2738 2003-04-14  Angus Leeming  <leeming@lyx.org>
2739
2740         * LColor.[Ch]: scrap LColor mathcursor.
2741
2742 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2743
2744         * lyxlex.[Ch] (text): delete function
2745         * trans.C (Load): adjust
2746         * paragraph_funcs.C (readParToken): adjust
2747
2748 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2749
2750         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
2751         vector<char> instead of a char[].
2752
2753         * lyxlex_pimpl.C (getString): adjust
2754         (next): adjust
2755         (lex): use getString
2756         (eatLine): adjust
2757         (nextToken): adjust
2758
2759         * lyxlex.C (text): use pimpl_->getString()
2760         (getBool): ditto
2761         (findToken): ditto
2762
2763 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2764
2765         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
2766         (makeFontEntriesLayoutSpecific): temp var for par.size()
2767         (setLayout): temp var for ownerParagraphs().end()
2768         (fullRebreak): temp var for rows().end()
2769         (selectionAsString): temp var for boost::next(startpit), realize
2770         that the while really is a regular for loop.
2771         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
2772         setCursor in one place.
2773         (setParagraph): temp vr for ownerParagraphs().end()
2774         (updateCounters): make the while loop a for loop
2775         (cutSelection): temp var for ownerParagraphs().end()
2776         (updateInset): make the do {} while() a regular for loop
2777         (getCursorX): use temp vars
2778         (setCurrentFont): use temp vars
2779         (getColumnNearX): use temp vars
2780
2781 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2782
2783         * text.C (transformChar): use temp var for getChar
2784         (computeBidiTables): use temp var for row->par()
2785         (fill): move temp vars for row->par() and pit->layout() earlier in
2786         the function.
2787         (labelFill): use temp var for row->par()
2788         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
2789         asc and desc, realize that pit never changes and that firstpit is
2790         just a duplicate and not needed. Exchange rit->par() with pit in a
2791         lot of places.
2792         (breakAgain): use a temp var for boost::next(rit)
2793         (breakAgainOneRow): ditto
2794         (breakParagraph): use a temp var for rows().begin()
2795         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
2796         (cursorRightOneWord): use temp var for cursor.par() and
2797         cursor.pos(), remove usage of tmpcursor.
2798         (cursorLeftOneWord): use temp var for cursor.par() and
2799         cursor.pos() only set cur at end of function.
2800
2801 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2802
2803         * text.C, text2.C: exchange all usage of Paragraph::next with
2804         boost::next(ParagraphList::iterator)
2805
2806         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
2807
2808         * text2.C (cursorTop): simplify implementation
2809         (cursorBottom): ditto
2810         (setParagraph): use ParagraphList::iterator
2811         (setCurrentFont): adjust
2812         (getColumnNearX): adjust
2813         (cursorRight): adjust
2814         (cursorLeft): remove usage of Paragraph::previous
2815         (cursorUpParagraph): ditto
2816         (deleteEmptyParagraphMechanism): slight cleanup
2817
2818         * text.C (isBoundary): take a Paragraph const & instead of a
2819         pointer as arg.
2820         (addressBreakPoint): ditto
2821         (leftMargin): remove usage of Paragraph::previous.
2822         (setHeightOfRow): ditto
2823         (cursorLeftOneWord): ditto
2824         (selectNextWordToSpellcheck): ditto
2825         (Delete): ditto
2826         (backspace): ditto
2827         (breakParagraph): remove one usage of Paragraph::next
2828         (redoParagraph): ditto
2829         (acceptChange): ditto
2830         (insertChar): adjust
2831         (rowBreakPoint): adjust
2832
2833         * bufferview_funcs.C (toggleAndShow): adjust
2834
2835 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
2836
2837         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
2838         methods to access it.
2839         * lyxtext.h:
2840         * text.C: Added updateRowPositions to compute all row positions.
2841         Make top_y and getRowNearY() to use the cached y position
2842
2843 2003-04-11  John Levon  <levon@movementarian.org>
2844
2845         * text.C (rowBreakPoint): reintroduce the labelEnd
2846         checks, code copied from the row fill stuff. Deep voodoo.
2847
2848         * text.C (fill): add a comment and debugging for the
2849         next poor soul.
2850
2851 2003-04-11  John Levon  <levon@movementarian.org>
2852
2853         * text.C: make sure fullrow insets get wrapped to the next line,
2854         even when they're in a manual label
2855
2856 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
2857
2858         * text2.C (insertParagraph): make it take ParagraphList::iterator
2859         as arg.
2860         (setLayout): make it return ParagraphList::iterator
2861         (redoParagraphs): ditto
2862         (setCounter): ditto
2863         (checkParagraph): ditto
2864
2865         * text.C (getRow): make getrow take ParagraphList::iterator as arg
2866
2867         * text2.C: adjust several funcs.
2868         (realizeFont): take a ParagraphList::iterator as arg.
2869         (getLayoutFont): ditto
2870         (getLabelFont): ditto
2871         (setCharFont): ditto
2872
2873         * text.C: adjust several funcs.
2874
2875 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2876
2877         * text.C (selectNextWordToSpellcheck): don't accidentally
2878         skip insets
2879
2880 2003-04-10  John Levon  <levon@movementarian.org>
2881
2882         * ToolbarBackend.C (getIcon): special handling for
2883         LFUN_MATH_DELIM
2884
2885 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2886
2887         * text2.C (cursorRight): a getChar assert fixed
2888
2889 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2890
2891         * text2.C (getFont): change to take a ParagraphList::iterator
2892         instead of Paragraph*
2893         Adjust several functions.
2894
2895         * text.C (transformChar): change to take a ParagraphList::iterator
2896         instead of Paragraph*
2897         (singleWidth): ditto
2898         Adjust several functions.
2899
2900         * rowpainter.C: adjust several functions
2901         * rowpainter.h:store a ParagraphList::iterator and not a
2902         Paragraph&.
2903
2904
2905 2003-04-09  John Levon  <levon@movementarian.org>
2906
2907         * lyxfunc.C:
2908         * lfuns.h:
2909         * LyXAction.h:
2910         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
2911         and the "help" bits as well
2912
2913 2003-04-09  John Levon  <levon@movementarian.org>
2914
2915         * ToolbarBackend.h:
2916         * ToolbarBackend.C: allow multiple toolbars
2917
2918 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2919
2920         * undo_funcs.C (setCursorParUndo): adjust
2921
2922         * text_funcs.C (transposeChars): adjust
2923
2924         * text3.C (gotoNextInset): adjust
2925         (dispatch): adjust
2926
2927         * text2.C (setLayout): adjust
2928         (changeDepth): adjust
2929         (setFont): adjust
2930         (redoParagraphs): adjust
2931         (selectionAsString): adjust
2932         (setParagraph): adjust
2933         (insertInset): adjust
2934         (cutSelection): adjust
2935         (copySelection): adjust
2936         (pasteSelection): adjust
2937         (insertStringAsLines): adjust
2938         (updateInset): adjust
2939         (setCursor): change to take a ParagraphList::iterator parameter
2940         (setCursorIntern): change to take a ParagraphList::iterator parameter
2941         (setCurrentFont): adjust
2942         (cursorLeft): adjust
2943         (cursorRight): adjust
2944         (deleteEmptyParagraphMechanism): adjust
2945
2946         * text.C (breakParagraph): adjust
2947         (insertChar): adjust
2948         (acceptChange): adjust
2949         (rejectChange): adjust
2950         (selectNextWordToSpellcheck): adjust
2951         (changeCase): adjust
2952         (Delete): adjust
2953         (backspace): adjust
2954
2955         * lyxfind.C (SearchForward): adjust
2956         (SearchBackward): adjust
2957         (nextChange): adjust
2958
2959         * lyxcursor.C (par): adjust
2960
2961         * lyxcursor.h: store a ParagraphList::iterator instead of a
2962         Paragraph*
2963
2964         * lyx_cb.C (getPossibleLabel): adjust
2965
2966         * bufferview_funcs.C (toggleAndShow): adjust
2967
2968         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2969         (dispatch): adjust
2970
2971         * BufferView.C (removeAutoInsets): adjust
2972         (lockedInsetStoreUndo): adjust
2973
2974 2003-04-09  John Levon  <levon@movementarian.org>
2975
2976         * ToolbarBackend.C: try icon without argument
2977         if with argument fails
2978
2979 2003-04-08  John Levon  <levon@movementarian.org>
2980
2981         * ToolbarBackend.h:
2982         * ToolbarBackend.C: add getIcon(), handle tooltip,
2983         and change from "Icon" to "Item".
2984
2985 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2986
2987         * BufferView.C (lockInset): another bad getchar crunched
2988
2989 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2990
2991         * text2.C (changeDepth): do not setUndo on test_only (make undo work
2992         again)
2993
2994 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
2995
2996         * lyxfind.C (searchForward, searchBackwards): bug 782
2997
2998 2003-04-07  John Levon  <levon@movementarian.org>
2999
3000         * paragraph.C: remove dead comment
3001
3002         * text.C: remove troublesome depth-fiddling code
3003         in leftMargin() and rightMargin() (bug 1017)
3004
3005         * text.C: fix breaking of rows in nested lists
3006         (bug 1004)
3007
3008         * text2.C (updateCounters): fix up depth values
3009         (bug 1013)
3010
3011 2003-04-07  John Levon  <levon@movementarian.org>
3012
3013         * BufferView_pimpl.C: clear message when doc finishes resizing,
3014         and after a mouse event
3015
3016         * lyxfunc.C: clear message after exiting inset
3017
3018 2003-04-07  John Levon  <levon@movementarian.org>
3019
3020         * bufferview_funcs.C: show math status not outside
3021         status in the statusbar
3022
3023 2003-04-07  John Levon  <levon@movementarian.org>
3024
3025         * lyxfunc.C: note status changed after a depth change
3026
3027 2003-04-04  Angus Leeming  <leeming@lyx.org>
3028
3029         * LaTeX.h: move AuxInfo operator==, != out of line.
3030         Remove LaTeX virtual destructor; nothing derives from it.
3031         Move operator()() out of public area and rename it startscript().
3032         Change protected for private.
3033
3034 2003-04-04  Angus Leeming  <leeming@lyx.org>
3035
3036         * lyxfunc.C:
3037         * text2.C: remove unneeded #includes.
3038
3039 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3040
3041         * text2.C (dEPM): fix the heigth of the next row
3042
3043 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3044
3045         * text.C: squashed an invalid getChar requester + some ws changes
3046
3047 2003-04-03  John Levon  <levon@movementarian.org>
3048
3049         * bufferview_funcs.h:
3050         * bufferview_funcs.C:
3051         * lyxfunc.C:
3052         * lyxtext.h:
3053         * text2.C: make getStatus work for the env depth lfuns
3054
3055 2003-04-03  John Levon  <levon@movementarian.org>
3056
3057         * bufferview_funcs.h:
3058         * bufferview_funcs.C:
3059         * lyxfunc.C:
3060         * lyxtext.h:
3061         * text2.C: parlistize decDepth(), by merging it with incDepth()
3062
3063 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3064
3065         * lyxrow.h: store a ParagraphList::iterator instead of a
3066         Paragraph* and adjust other class functions to suit.
3067
3068         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3069         above.
3070
3071 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3072
3073         * text2.C (setCursor): do not anchor to cursor row for the time being
3074
3075 2003-04-02  John Levon  <levon@movementarian.org>
3076
3077         * LyXAction.C:
3078         * lfuns.h:
3079         * lyx_main.C:
3080         * lyxtext.h:
3081         * text.C:
3082         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3083
3084 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3085
3086         * paragraph.h: make ParagraphList and ParagraphList::iterator
3087         friends of Paragraph.
3088
3089         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3090
3091         * ParagraphList.C: Use the private next_ and previous_ from
3092         Paragraph.
3093
3094 2003-04-01  John Levon  <levon@movementarian.org>
3095
3096         * ToolbarBackend.h:
3097         * ToolbarBackend.C:
3098         * Makefile.am: rename, remove defaults gunk
3099
3100         * MenuBackend.h:
3101         * MenuBackend.C: remove defaults gunk
3102
3103         * Languages.h:
3104         * Languages.C: remove defaults gunk
3105
3106         * lyx_main.h:
3107         * lyx_main.C: error out if files couldn't be found.
3108
3109 2003-04-02  John Levon  <levon@movementarian.org>
3110
3111         * text2.C: make incDepth() use parlist
3112
3113 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3114
3115         * undo_funcs.C (firstUndoParagraph): adjust
3116
3117         * text3.C (gotoInset): adjust
3118         (dispatch): adjust, and rewrite loop.
3119
3120         * text2.C (init): adjust, and rewrite loop.
3121         (redoParagraphs): adjust
3122         (updateInset): adjust, and rewrite loop.
3123         (deleteEmptyParagraphMechanism): adjust
3124
3125         * tabular.C (LyXTabular): adjust
3126         (SetMultiColumn): adjust
3127         (TeXRow): adjust
3128
3129         * lyxtext.[Ch] (ownerParagraph): delete function
3130         (ownerParagraphs): new function returns a ParagraphList.
3131
3132         * BufferView.C (removeAutoInsets): adjust
3133         (insertErrors): adjust
3134         (setCursorFromRow): adjust
3135
3136 2003-04-01  Angus Leeming  <leeming@lyx.org>
3137
3138         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3139         in the frontends.
3140
3141 2003-04-02  John Levon  <levon@movementarian.org>
3142
3143         * lyxtext.h:
3144         * text.C:
3145         * Makefile.am:
3146         * text_funcs.h:
3147         * text_funcs.C: make transposeChars a free function
3148
3149         * lyxrow_funcs.C: remove wrong comment
3150
3151 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3152
3153         * lyxtext.h: adjust
3154         * rowpainter.C: adjust
3155         * text.C: adjust
3156         * text2.C: adjust
3157         * text3.C: adjust
3158
3159         * lyxrow_funcs. [Ch]: new files
3160
3161         * lyxrow.[Ch]: remove next and previous pointers
3162         (next,previous): remove accessor functions
3163         (isParEnd): move to lyxrow_funcs
3164         (lastPos): move to lyxrow_funcs
3165         (nextRowIsAllInset): move to lyxrow_funcs
3166         (lastPrintablePos): move to lyxrow_funcs
3167         (numberOfSeparators): move to lyxrow_funcs
3168         (numberOfHfills): move to lyxrow_funcs
3169         (numberOfLabelHfills): move to lyxrow_funcs
3170         (hfillExpansion): move to lyxrow_funcs
3171
3172         * lyxfunc.C: adjust
3173
3174         * bufferview_funcs.C (toggleAndShow): adjust
3175
3176         * RowList.h: Remove class RowList from file leave just a
3177         std::list<Row>.
3178
3179         * RowList.C: delete file
3180
3181         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3182         and lyxrow_funcs.h
3183
3184 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3185
3186         * text3.C (cursorPrevious): adjust
3187         (cursorNext): adjust
3188         (dispatch): adjust
3189
3190         * text2.C (redoHeightOfParagraph): adjust
3191         (redoDrawingOfParagraph): adjust
3192         (setCursor): adjust
3193
3194         * text.C (breakParagraph): adjust
3195         (insertChar): adjust
3196         (backspace): adjust
3197
3198         * rowpainter.C (RowPainter): adjust
3199         (leftMargin): simplify and adjust
3200         (most rowpainter functions): adjust.
3201
3202         * rowpainter.h: store the row as RowList::iterator not as Row*
3203
3204         * lyxcursor.C (row): taka RowList::iterator as arg
3205         (irow): ditto
3206
3207         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3208         of Row*.
3209
3210 2003-04-01  Angus Leeming  <leeming@lyx.org>
3211
3212         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3213         stuff like bool Bool.
3214
3215 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3216
3217         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3218         rewrite a loop
3219
3220 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3221
3222         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3223         RowList::iterator.
3224
3225         * lyxtext.h (rows): drop one version and leve a const variant that
3226         returns a RowList::iterator.
3227
3228 2003-03-31  Angus Leeming  <leeming@lyx.org>
3229
3230         * text.C (fill): ensure that the signature is the same as that in the
3231         header file.
3232
3233 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3234
3235         * text2.C (redoParagraphs): adjust
3236         (updateCounters): adjust
3237         (checkParagraph): adjust
3238         (getColumnNearX): adjust and reformat a bit.
3239
3240         * text.C (top_y): adjust
3241         (workWidth): adjust
3242         (leftMargin): adjust
3243         (prepareToPrint): adjust
3244         (getRow): adjust
3245         (getRowNearY): adjust
3246
3247         * lyxtext.h: make rowlist_ mutable.
3248
3249         * RowList.h: add const_iterator
3250         * RowList.C: adjust for RowList::const_iterator.
3251
3252         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3253         adjust.
3254
3255 2003-03-31  John Levon  <levon@movementarian.org>
3256
3257         * lyxrc.h:
3258         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3259
3260         * lyx_main.C: set default fonts from using lyx_gui funcs
3261
3262         * exporter.C: pdf_mode moved from lyxrc
3263
3264         * lyx_cb.C:
3265         * lyxfunc.C: changes from above
3266
3267 2003-03-31  John Levon  <levon@movementarian.org>
3268
3269         * lyx_main.C: fix to the last fix
3270
3271 2003-03-31  John Levon  <levon@movementarian.org>
3272
3273         * bufferlist.C: "Load original" -> "Load Original"
3274
3275         * converter.C:
3276         * exporter.C:
3277         * importer.C:
3278         * lyx_main.C:
3279         * format.C: more Alert cleanups
3280
3281 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3282
3283         * text2.C (removeParagraph): make it take a RowList::iterator as
3284         arg, adjust.
3285         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3286         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3287
3288         * text.C (anchor_row): make it take a RowList::iterator as arg,
3289         adjust.
3290         (computeBidiTables): make it take a const reference to Row instead
3291         of Row pointer, adjust.
3292         (leftMargin): make it take a RowList::iterator as arg, adjust.
3293         (rowBreakPoint): adjust
3294         (breakAgainOneRow): make it take a RowList::iterator as arg,
3295         adjust.
3296         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3297
3298         * bufferview_funcs.C (toggleAndShow): adjust
3299
3300 2003-03-30  John Levon  <levon@movementarian.org>
3301
3302         * Makefile.am:
3303         * BoostFormat.h:
3304         * boost-inst.C: moved to support
3305
3306         * several files: changes as a result
3307
3308 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3309
3310         * text2.C (LyXText): adjust.
3311         (init): adjust
3312         (removeRow): make it take a RowList::iterator as arg, adjust.
3313         (fullRebreak): adjust
3314         (deleteEmptyParagraphMechanism): adjust
3315         (clearPaint): adjust
3316         (postPaint): adjust
3317
3318         * text.C (top_y): adjust
3319         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3320         (breakAgain): make it take a RowList::iterator as arg, adjust.
3321         (breakParagraph): adjust
3322         (insertChar): adjust
3323         (backspace): adjust
3324
3325         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3326         need_break_row, and refresh_row.
3327
3328         * text3.C (dispatch): adjust
3329
3330         * text2.C (checkParagraph): adjust
3331         (setCursor): adjust
3332         (setCursorFromCoordinates): adjust
3333
3334         * text.C (top_y): adjust
3335         (workWidth): adjust
3336         (getRow): make it return a RowList::iterator, adjust
3337         (getRowNearY): make it return a RowList::iterator, adjust
3338
3339         * text2.C (init): adjust
3340         (insertRow): remove function
3341         (insertParagraph): adjust
3342         (redoParagraphs): adjust
3343         (fullRebreak): adjust
3344         (updateCounters): adjust
3345
3346         * text.C (top_y): rewrite to use RowList iterators.
3347         (top_y): adjust
3348         (setHeightOfRow): rewrite to sue RowList iterators.
3349         (appendParagraph): adjust
3350         (breakAgain): adjust
3351         (breakAgainOneRow): adjust
3352         (breakParagraph): adjust
3353         (getRow): adjust
3354         (getRowNearY): adjust, and remove commented code.
3355
3356         * lyxtext.h (firstRow): delete function
3357         (lastRow): delete function
3358         (rows): new function (const and non-const versions.)
3359         (insertRow): delete function
3360
3361         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3362
3363 2003-03-29  John Levon  <levon@movementarian.org>
3364
3365         * BufferView_pimpl.C: always update scrollbar top
3366         because pasting text when we're anchored could mean we
3367         miss an update altogether
3368
3369 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3370
3371         * text2.C (init): use rowlist_.end() and not 0.
3372         (insertRow): change to take a RowList::iterator as arg, adjust
3373         for this.
3374         (insertParagraph): change to take a RowList::iterator as arg,
3375         adjust for this.
3376         (redoParagraphs): remove some debug msgs.
3377
3378         * text.C (appendParagraph): change to take a RowList::iterator
3379         arg, adjust for this.
3380         (breakAgain): add an assert
3381         (breakAgainOneRow): ditto
3382
3383 2003-03-29  John Levon  <levon@movementarian.org>
3384
3385         * text2.C: do not clear selection after inc/decDepth
3386         (bug 550)
3387
3388 2003-03-29  John Levon  <levon@movementarian.org>
3389
3390         * BufferView.C:
3391         * buffer.C: fix broken strerrors according to Lars
3392
3393 2003-03-29  John Levon  <levon@movementarian.org>
3394
3395         * converters.C: more Alert cleanups
3396
3397 2003-03-29  John Levon  <levon@movementarian.org>
3398
3399         * bufferview_funcs.C: remove pointless Alert
3400
3401         * buffer.C: fix confusing error message when
3402         a template is chmoded 000
3403
3404 2003-03-29  John Levon  <levon@movementarian.org>
3405
3406         * BufferView.C:
3407         * BufferView.h:
3408         * BufferView_pimpl.C: Alert fixes
3409
3410         * Makefile.am:
3411         * tabular.C:
3412         * tabular-old.C: remove unused table compat reading
3413
3414 2003-03-29  John Levon  <levon@movementarian.org>
3415
3416         * BufferView.C:
3417         * buffer.C:
3418         * lyx_cb.h:
3419         * lyx_cb.C: more Alert cleanups
3420
3421         * lyxfunc.C: don't allow chktex if not latex document
3422
3423 2003-03-29  John Levon  <levon@movementarian.org>
3424
3425         * lyx_cb.C:
3426         * BufferView.C:
3427         * buffer.C: warnings pushed down from support/,
3428         kill err_alert
3429
3430 2003-03-29  John Levon  <levon@movementarian.org>
3431
3432         * lyxfunc.C: safety check for C-r (revert)
3433
3434 2003-03-29  John Levon  <levon@movementarian.org>
3435
3436         * bufferlist.h:
3437         * bufferlist.C: several UI fixes using Alert::prompt.
3438         Fix the pointless looping quit code. Fix stupid revert
3439         behaviour (bug 938)
3440
3441         * lyxvc.h:
3442         * lyxvc.C:
3443         * lyx_cb.C: use Alert::prompt
3444
3445         * lyx_main.C: remove a silly question
3446
3447         * lyxfunc.C: remove a couple of silly questions,
3448         use Alert::prompt
3449
3450 2003-03-28  John Levon  <levon@movementarian.org>
3451
3452         * text2.C: fix bug 974 (End on empty par)
3453
3454 2003-03-28  John Levon  <levon@movementarian.org>
3455
3456         * BufferView_pimpl.C:
3457         * LyXAction.C:
3458         * lfuns.h: remove do-nothing math greek lfuns
3459
3460 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3461
3462         * lyxgluelength.h (isValidGlueLength): add default arg on
3463         parameter 2. Remove default arg from friend in class.
3464
3465         * lyxlength.h (isValidLength): add default arg on parameter 2.
3466         Remove default arg from friend in class.
3467
3468         * text2.C (LyXText): adjust, initialize refresh_row.
3469         (init): adjust
3470         (removeRow): adjust
3471         (insertRow): adjust
3472         (insertParagraph): adjst
3473         (redoParagraphs): adjust
3474         (fullRebreak): adjust
3475         (updateCounters): adjust
3476         (deleteEmptyParagraphMechanism): first attempt at fixing a
3477         crashing bug.
3478
3479         * text.C (top_y): adjust
3480         (setHeightOfRow): adjust
3481         (getRow): adjust
3482         (getRowNearY): adjust
3483
3484         * lyxtext.h: include RowList.h
3485         (~LyXText): not needed anymore, deleted.
3486         (firstRow): modify for RowList
3487         (lastRow): new function
3488         Delete firstrow and lastrow class variables, add a Rowlist
3489         rowlist_ class variable.
3490
3491         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3492         paragraph is empty.
3493
3494         * RowList.C (insert): fix case where it == begin().
3495
3496 2003-03-26  Angus Leeming  <leeming@lyx.org>
3497
3498         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3499         the thesaurus dialog.
3500
3501 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3502
3503         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3504
3505         * RowList.[Ch]: new files
3506
3507         * ParagraphList.C (erase): handle the case where it == begin
3508         correctly.
3509
3510 2003-03-25  John Levon  <levon@movementarian.org>
3511
3512         * Makefile.am:
3513         * aspell_local.h:
3514         * aspell.C: add new aspell support
3515
3516         * lyxrc.h:
3517         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3518         have it accessible.
3519
3520 2003-03-25  Angus Leeming  <leeming@lyx.org>
3521
3522         * lfuns.h:
3523         * LyXAction.C (init): new LFUN_INSET_INSERT.
3524
3525         * BufferView_pimpl.C (dispatch): split out part of the
3526         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3527
3528         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3529         LFUN_INSET_APPLY.
3530
3531 2003-03-25  Angus Leeming  <leeming@lyx.org>
3532
3533         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3534
3535 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3536
3537         * text2.C:
3538         * text3.C: remove useless row->height(0)
3539
3540 2003-03-25  John Levon  <levon@movementarian.org>
3541
3542         * lyxtext.h:
3543         * text2.C:
3544         * text3.C: rename the refreshing stuff to better names
3545
3546 2003-03-24  John Levon  <levon@movementarian.org>
3547
3548         * BufferView_pimpl.h:
3549         * BufferView_pimpl.C: update layout choice on a mouse
3550         press/release
3551
3552 2003-03-23  John Levon  <levon@movementarian.org>
3553
3554         * Makefile.am: fix commandtags.h reference
3555
3556 2003-03-22  John Levon  <levon@movementarian.org>
3557
3558         * BufferView_pimpl.C:
3559         * lyxtext.h:
3560         * rowpainter.C:
3561         * rowpainter.h:
3562         * text.C:
3563         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3564
3565 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3566
3567         * lyxtext.h:
3568         * text.C: take the rtl methods out of line
3569
3570 2003-03-21 André Pönitz <poenitz@gmx.net>
3571
3572         * metricsinfo.[Ch]: new files containing structures to be passed around
3573         during the two-phase-drawing...
3574
3575 2003-03-21 André Pönitz <poenitz@gmx.net>
3576
3577         * lyxtextclass.C: read 'environment' tag.
3578
3579 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3580
3581         * text2.C (removeRow): fix bug 964
3582
3583 2003-03-20  John Levon  <levon@movementarian.org>
3584
3585         * rowpainter.C:
3586         * text.C:
3587         * text2.C: paint cleanups. Inset::update() dropped font
3588         parameter
3589
3590 2003-03-19  John Levon  <levon@movementarian.org>
3591
3592         * lyxfunc.C: only fitcursor/markDirty if available()
3593
3594 2003-03-19  John Levon  <levon@movementarian.org>
3595
3596         * commandtags.h: rename to ...
3597
3598         * lfuns.h: ... this, and renumber / cleanup
3599
3600 2003-03-19  John Levon  <levon@movementarian.org>
3601
3602         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3603         fit the cursor after an lfun
3604
3605         * BufferView.h:
3606         * BufferView.C:
3607         * BufferView_pimpl.h:
3608         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3609
3610         * LyXAction.C: layout-character should have ReadOnly
3611
3612         * ParagraphParameters.C:
3613         * buffer.C:
3614         * bufferview_funcs.C:
3615         * lyx_cb.C:
3616         * lyxfind.C:
3617         * lyxtext.h:
3618         * text.C:
3619         * text2.C:
3620         * text3.C:
3621         * undo_funcs.C: changes from above
3622
3623 2003-03-18  John Levon  <levon@movementarian.org>
3624
3625         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3626         remove it from update()
3627
3628         * lyxfunc.C: update layout choice after an lfun
3629
3630         * text3.C: remove extra updateLayoutChoice()s
3631
3632 2003-03-18  John Levon  <levon@movementarian.org>
3633
3634         * text.C: top_y change means full repaint, fix
3635         a drawing bug with cursor movement
3636
3637 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3638
3639         * lyxtext.h:
3640         * text.C:
3641         * text2.C: anchor row on setCursor
3642
3643 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3644
3645         * lyxtext.h: remove almost all mutable keywords
3646         * text.C:
3647         * text2.C:
3648         * text3.C: remove const keywords accordingly
3649
3650 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3651
3652         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3653         anon namespace
3654         (TeXEnvironment): ditto
3655         (TeXOnePar): ditto
3656
3657 2003-03-17  John Levon  <levon@movementarian.org>
3658
3659         * text.C (rowBreakPoint): remove attempt to fix displayed
3660         math insets inside a manual label
3661
3662 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3663
3664         * lyxtext.h: remove BufferView* as first arg from almost all class
3665         functions.
3666         * other files: adjust.
3667
3668 2003-03-17  John Levon  <levon@movementarian.org>
3669
3670         * lyxtext.h:
3671         * undo_funcs.C:
3672         * text2.C: more paint cleanups
3673
3674         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
3675
3676         * rowpainter.h:
3677         * rowpainter.C: remove "smart" background painting code
3678
3679 2003-03-16  John Levon  <levon@movementarian.org>
3680
3681         * lyxtext.h:
3682         * text.C:
3683         * text2.C:
3684         * text3.C: add helper functions for setting refresh_row/y
3685
3686 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
3687
3688         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
3689         newline inset which *can* get inserted in the pass_thru layouts.
3690         This is primarily for literate documents.
3691
3692 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
3693
3694         * buffer.C: increment LYX_FORMAT to 223
3695
3696 2003-03-14 André Pönitz <poenitz@gmx.net>
3697
3698         * textclass.h: prepare for environment handling, ws changes
3699         * lyxlayout.C: read latexheader and latexfooter tags
3700
3701 2003-03-14  John Levon  <levon@movementarian.org>
3702
3703         * text2.C: rewrite ::status() a bit
3704
3705 2003-03-13  John Levon  <levon@movementarian.org>
3706
3707         * lyxtext.h: add some docs
3708
3709 2003-03-13  John Levon  <levon@movementarian.org>
3710
3711         * lyxtext.h:
3712         * text.C:
3713         * text2.C:
3714         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
3715
3716 2003-03-13  John Levon  <levon@movementarian.org>
3717
3718         * text3.C: fix appendix redrawing
3719
3720 2003-03-13  John Levon  <levon@movementarian.org>
3721
3722         * text.C (setHeightOfRow):
3723         * rowpainter.h:
3724         * rowpainter.C: make appendix mark have the text
3725           "Appendix" so the user knows what it is
3726
3727         * LColor.h:
3728         * LColor.C: s/appendixline/appendix/ from above
3729
3730 2003-03-13  John Levon  <levon@movementarian.org>
3731
3732         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
3733
3734         * text.C: fix a getChar(pos) bug properly
3735
3736 2003-03-13  Angus Leeming  <leeming@lyx.org>
3737
3738         * commandtags.h:
3739         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
3740         Probably only temporary. Let's see how things pan out.
3741
3742         * BufferView.C (unlockInset):
3743         * BufferView_pimpl.C (fitCursor):
3744         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
3745
3746         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
3747         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
3748
3749         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
3750         new functions that convert ParagraphParameters to and from a string.
3751
3752         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
3753         BufferView::Pimpl's dispatch.
3754         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
3755
3756 2003-03-13 André Pönitz <poenitz@gmx.net>
3757
3758         * lyxfunc.C:
3759         * text3.C:
3760         * factory.C: make it aware of InsetEnv
3761
3762 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3763
3764         * text2.C (setCursor): never ask for one past last
3765         (setCursor): add some debugging messages.
3766
3767         * text.C (singleWidth): never ask for one past last
3768         (singleWidth): ditto
3769         (leftMargin): ditto
3770         (rightMargin): ditto
3771         (rowBreakPoint): ditto
3772         (setHeightOfRow): ditto
3773         (prepareToPrint): ditto
3774
3775         * rowpainter.C (paintBackground): never ask for one past last
3776         (paintText): never ask for one past last
3777
3778         * paragraph_pimpl.C (getChar): make the assert stricter, never
3779         allow the one past last pos to be taken
3780
3781         * paragraph.C (getChar): ws changes only
3782
3783         * lyxrow.C (nextRowIsAllInset): never ask for one past last
3784         (numberOfSeparators): ditto
3785         (numberOfHfills): ditto
3786
3787 2003-03-12  John Levon  <levon@movementarian.org>
3788
3789         * author.h:
3790         * author.C:
3791         * bufferparams.h:
3792         * bufferparams.C:
3793         * paragraph_funcs.C: fix per-buffer authorlists
3794
3795 2003-03-12  John Levon  <levon@movementarian.org>
3796
3797         * text.C: fix newline in right address
3798
3799 2003-03-12  Angus Leeming  <leeming@lyx.org>
3800
3801         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
3802         duplicate those in LyXFunc::dispatch.
3803
3804         * commandtags.h:
3805         * LyXAction.C:
3806         * ToolbarDefaults.C:
3807         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
3808         Add LFUN_FONTFREE_UPDATE.
3809
3810         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
3811         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
3812
3813         * bufferview_func.[Ch]: several new functions to facilliate
3814         transfer of data to and from the character dialog.
3815
3816 2003-03-12  John Levon  <levon@movementarian.org>
3817
3818         * buffer.C:
3819         * paragraph.h:
3820         * paragraph.C:
3821         * paragraph_funcs.C:
3822         * paragraph_pimpl.C:
3823         * sgml.C:
3824         * tabular.C:
3825         * text.C:
3826         * text3.C: remove META_NEWLINE in favour of an inset
3827
3828         * rowpainter.h:
3829         * rowpainter.C: remove paintNewline (done by inset)
3830
3831 2003-03-12  John Levon  <levon@movementarian.org>
3832
3833         * paragraph_pimpl.C: complain about bad getChar()s
3834         for a while at least
3835
3836 2003-03-12  John Levon  <levon@movementarian.org>
3837
3838         * buffer.h:
3839         * buffer.C: move paragraph read into a separate function,
3840         a little renaming to reflect that.
3841
3842         * bufferparams.h:
3843         * bufferparams.C: remove the author_ids map, not necessary now
3844
3845         * factory.h:
3846         * factory.C: moved Buffer::readInset to here
3847
3848         * paragraph_funcs.h:
3849         * paragraph_funcs.C: readParagraph free function moved from
3850         buffer.C
3851
3852         * tabular.C: name change
3853
3854 2003-03-12  John Levon  <levon@movementarian.org>
3855
3856         * buffer.C:
3857         * ParagraphParameters.C: move par params input to
3858         a read() method
3859
3860         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
3861         behave like a normal read from the stream wrt reading
3862         a line vs. a \\token
3863
3864 2003-03-12  John Levon  <levon@movementarian.org>
3865
3866         * paragraph.C:
3867         * ParagraphParameters.h:
3868         * ParagraphParameters.C: move output code to a
3869         ::write() method
3870
3871 2003-03-12  John Levon  <levon@movementarian.org>
3872
3873         * BufferView.C (insertLyXFile):
3874         * buffer.h:
3875         * buffer.C:
3876         * tabular.C: use a parlist iterator for creating the
3877           document.
3878
3879 2003-03-12  John Levon  <levon@movementarian.org>
3880
3881         * buffer.C: make current_change static local not
3882           static file-scope
3883
3884 2003-03-12  John Levon  <levon@movementarian.org>
3885
3886         * buffer.C: fix insertStringAsLines for change tracking
3887
3888 2003-03-12  John Levon  <levon@movementarian.org>
3889
3890         * BufferView.C:
3891         * tabular.C:
3892         * buffer.h:
3893         * buffer.C:
3894         * bufferparams.h:
3895         * bufferparams.C: move author list into params. Rename some
3896           functions. Move the header reading into a separate token
3897           loop. Move the header token reading into BufferParams.
3898
3899 2003-03-12  John Levon  <levon@movementarian.org>
3900
3901         * changes.C: put debug inside lyxerr.debugging() checks
3902
3903 2003-03-11 André Pönitz <poenitz@gmx.net>
3904
3905         * factory.C: make it aware of InsetHFill
3906
3907 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3908
3909         * buffer.C (latexParagraphs): move function from here...
3910         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
3911         args.
3912
3913 2003-03-10  Angus Leeming  <leeming@lyx.org>
3914
3915         * LyXAction.C (init): fix bug in poplating array with multiple entries
3916         with the same LFUN (spotted by JMarc).
3917
3918 2003-03-10  John Levon  <levon@movementarian.org>
3919
3920         * text.C:
3921         * text2.C: move getColumnNearX() near its
3922         only call site
3923
3924 2003-03-10  John Levon  <levon@movementarian.org>
3925
3926         * text.C: fix break before a minipage
3927
3928 2003-03-10  John Levon  <levon@movementarian.org>
3929
3930         * text.C: fix the last commit
3931
3932 2003-03-09  John Levon  <levon@movementarian.org>
3933
3934         * lyxtext.h:
3935         * text.C:
3936         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
3937         bug 365 (don't break before insets unless needed). Don't
3938         return a value > last under any circumstances.
3939
3940 2003-03-09  Angus Leeming  <leeming@lyx.org>
3941
3942         * BufferView_pimpl.C (trackChanges, dispatch): call
3943         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
3944
3945 2003-03-09  Angus Leeming  <leeming@lyx.org>
3946
3947         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
3948         than Dialogs::showAboutlyx().
3949
3950 2003-03-09  Angus Leeming  <leeming@lyx.org>
3951
3952         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
3953         than Dialogs::showTabularCreate().
3954
3955 2003-03-09  John Levon  <levon@movementarian.org>
3956
3957         * lyxtext.h:
3958         * text.C:
3959         * text2.C: 3rd arg to nextBreakPoint was always the same.
3960           Use references.
3961
3962 2003-03-08  John Levon  <levon@movementarian.org>
3963
3964         * lyxrow.C:
3965         * paragraph.C:
3966         * paragraph.h:
3967         * rowpainter.C:
3968         * text.C:
3969         * text2.C: Remove the "main" bit from the "main body"
3970           notion.
3971
3972 2003-03-08  John Levon  <levon@movementarian.org>
3973
3974         * text.C (leftMargin): The left margin of an empty
3975         manual label paragraph should not include the label width
3976         string length.
3977
3978         * text.C (prepareToPrint): don't attempt to measure hfills
3979         for empty manual label paragraphs - the answer should be 0
3980
3981 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3982
3983         * CutAndPaste.C: remove commented code and reindent.
3984
3985 2003-03-08  John Levon  <levon@movementarian.org>
3986
3987         * lyxfunc.h:
3988         * lyxfunc.C: move reloadBuffer()
3989
3990         * BufferView.h:
3991         * BufferView.C: to here
3992
3993         * lyxvc.C: add comment
3994
3995         * vc-backend.h:
3996         * vc-backend.C: call bv->reload() to avoid
3997           getStatus() check on MENURELOAD
3998
3999 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4000
4001         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4002         to an old format .dep file.
4003
4004 2003-03-07  Angus Leeming  <leeming@lyx.org>
4005
4006         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4007         when the LFUN_MOUSE_RELEASE should have been handled by
4008         inset->localDispatch.
4009
4010 2003-03-07  Angus Leeming  <leeming@lyx.org>
4011
4012         * BufferView_pimpl.C (dispatch):
4013         * LyXAction.C (init):
4014         * ToolbarDefaults.C (init):
4015         * commandtags.h:
4016         * lyxfunc.C (getStatus):
4017         remove LFUN_INSET_GRAPHICS.
4018
4019         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4020
4021 2003-03-07  Angus Leeming  <leeming@lyx.org>
4022
4023         * commandtags.h:
4024         * LyXAction.C (init):
4025         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4026
4027         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4028
4029         * commandtags.h:
4030         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4031
4032         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4033         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4034
4035 2003-03-07  Angus Leeming  <leeming@lyx.org>
4036
4037         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4038         remove "ert".
4039
4040 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4041
4042         * ParagraphList.C (front): new function
4043         (back): implement
4044
4045 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4046
4047         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4048         and top_row_offset_. removed var first_y.
4049         * text.C (top_y):
4050         * text2.C (LyXText, removeRow):
4051         * text3.C:
4052         * BufferView_pimpl.C:
4053         use these methods instead of using first_y
4054
4055 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4056
4057         * text2.C (pasteSelection): adjust for checkPastePossible
4058
4059         * CutAndPaste.C: remove Paragraph * buf and replace with
4060         ParagraphList paragraphs.
4061         (DeleteBuffer): delete
4062         (cutSelection): change the tc type to textclass_type
4063         (copySelection): change the tc type to textclass_type
4064         (copySelection): adjust for ParagraphList
4065         (pasteSelection): change the tc type to textclass_type
4066         (pasteSelection): adjust for Paragraphlist
4067         (nrOfParagraphs): simplify for ParagraphList
4068         (checkPastePossible): simplify for ParagraphList
4069         (checkPastePossible): remove unused arg
4070
4071         * ParagraphList.C (insert): handle the case where there are no
4072         paragraphs yet.
4073
4074         * CutAndPaste.h: make CutAndPaste a namespace.
4075
4076         * text3.C (dispatch): adjust
4077
4078         * text.C (breakParagraph): add a ParagraphList as arg
4079
4080         * paragraph_funcs.C (breakParagraph): change to take a
4081         BufferParams and a ParagraphList as args.
4082         (breakParagraphConservative): ditto
4083         (mergeParagraph): ditto
4084         (TeXDeeper): add a ParagraphList arg
4085         (TeXEnvironment): ditto
4086         (TeXOnePar): ditto
4087
4088         * buffer.C (readLyXformat2): adjust
4089         (insertStringAsLines): adjust
4090         (latexParagraphs): adjust
4091
4092         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4093         (cutSelection): adjust
4094         (pasteSelection): adjust
4095
4096         * BufferView_pimpl.C (insertInset): adjust
4097
4098 2003-03-05  Angus Leeming  <leeming@lyx.org>
4099
4100         * commandtags.h:
4101         * LyXAction.C (init):
4102         * BufferView_pimpl.C (dispatch):
4103         * lyxfunc.C (getStatus):
4104         remove LFUN_CHILD_INSERT.
4105
4106         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4107
4108 2003-03-05  Angus Leeming  <leeming@lyx.org>
4109
4110         * commandtags.h:
4111         * LyXAction.C (init):
4112         * src/factory.C (createInset):
4113         * lyxfunc.C (getStatus):
4114         * text3.C (dispatch):
4115         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4116
4117         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4118
4119 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4120
4121         * ParagraphList.C (insert): handle insert right before end()
4122         (erase): fix cases where it can be first or last paragraph.
4123
4124 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4125
4126         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4127         Paragraph::next and Paragraph::previous
4128         (TeXOnePar): ditto
4129
4130         * text.C (breakParagraph): adjust
4131
4132         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4133         BufferParams& as arg.
4134         (breakParagraph): use ParagraphList::insert
4135         (breakParagraphConservative): take a Buffer* instead of a
4136         BufferParams& as arg.
4137         (breakParagraphConservative): use ParagraphList::insert.
4138
4139         * buffer.C (insertStringAsLines): un-const it
4140         (insertStringAsLines): adjust
4141
4142         * ParagraphList.C (insert): new function
4143
4144         * CutAndPaste.C (pasteSelection): adjust
4145
4146         * text.C (backspace): adjust
4147
4148         * tabular.C (SetMultiColumn): adjust
4149
4150         * CutAndPaste.C (cutSelection): adjust
4151         (pasteSelection): adjust
4152
4153         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4154         Buffer const * as arg
4155
4156         * ParagraphList.C (erase): new function
4157         * paragraph_funcs.C (mergeParagraph): use it
4158         (mergeParagraph): make it take a Buffer* instead of a
4159         BufferParams* as arg
4160
4161         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4162         as arg
4163         (breakParagraphConservative): ditto
4164
4165         * paragraph.h: remove the breakParagraph friend
4166
4167         * paragraph.C (eraseIntern): new function
4168         (setChange): new function
4169
4170         * paragraph_funcs.C (mergeParagraph): make it take a
4171         ParagraphList::iterator instead of a Paragraph *, adjust
4172         accordingly.
4173
4174         * paragraph.h: move an #endif so that the change tracking stuff
4175         also works in the NO_NEXT case.
4176
4177 2003-03-04  Angus Leeming  <leeming@lyx.org>
4178
4179         * commandtags.h:
4180         * LyXAction.C: new LFUN_INSET_MODIFY.
4181
4182         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4183         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4184
4185 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4186
4187         * several files: ws changes only
4188
4189         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4190         (TeXEnvironment): ditto
4191         (TeXDeeper): ditto
4192
4193         * buffer.C (makeLaTeXFile): adjust
4194         (latexParagraphs): make it take ParagraphList::iterator as args
4195
4196 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4197
4198         * buffer.C (latexParagraphs): adjust
4199
4200         * paragraph.C (TeXOnePar): move function...
4201         (optArgInset): move function...
4202         (TeXEnvironment): move function...
4203         * paragraph_pimpl.C (TeXDeeper): move function...
4204         * paragraph_funcs.C: ...here
4205
4206         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4207
4208 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4209
4210         * buffer.C (readInset): remove compability code for old Figure and
4211         InsetInfo insets
4212
4213 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4214
4215         * buffer.C: ws changes
4216         (readInset):
4217
4218         * BufferView_pimpl.C: ditto
4219         * author.C: ditto
4220         * buffer.h: ditto
4221         * bufferlist.h: ditto
4222         * changes.h: ditto
4223         * lyxfunc.C: ditto
4224
4225 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4226
4227         * converter.[Ch]: split into itself +
4228         * graph.[Ch]
4229         * format.[Ch]
4230         * Makefile.am: += graph.[Ch] + format.[Ch]
4231         * MenuBackend.C
4232         * buffer.C
4233         * exporter.C
4234         * importer.C
4235         * lyx_main.C
4236         * lyxfunc.C
4237         * lyxrc.C: added #include "format.h"
4238
4239 2003-02-27  Angus Leeming  <leeming@lyx.org>
4240
4241         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4242           a label.
4243
4244         * factory.C (createInset): add "label" to the factory.
4245
4246         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4247           string and do no more.
4248
4249 2003-02-27  Angus Leeming  <leeming@lyx.org>
4250
4251         * commandtags.h:
4252         * LyXAction.C (init):
4253         * factory.C (createInset):
4254         * BufferView_pimpl.C (dispatch):
4255           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4256
4257         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4258
4259         * lyxfunc.C (dispatch):
4260         * text3.C (dispatch): pass name to params2string.
4261
4262 2003-02-26  Angus Leeming  <leeming@lyx.org>
4263
4264         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4265           blocks together.
4266           Rearrange the ~includes. Strip out the unnecessary ones.
4267
4268         * factory.C (createInset): reformat.
4269           create new insets for the various LFUN_XYZ_APPLY lfuns.
4270
4271 2003-02-26  John Levon  <levon@movementarian.org>
4272
4273         * lyxrow.h:
4274         * lyxrow.C: add isParStart,isParEnd helpers
4275
4276         * paragraph.h: make isInserted/DeletedText take refs
4277
4278         * paragraph_funcs.h:
4279         * paragraph_funcs.C: remove #if 0'd code
4280
4281         * lyxtext.h:
4282         * text3.C:
4283         * text2.C:
4284         * text.C: use lyxrow helpers above.
4285           Move draw and paint routines to RowPainter.
4286           Make several methods use refs not pointers.
4287           Make backgroundColor() const.
4288           Add markChangeInDraw(), isInInset().
4289           Merge changeRegionCase into changeCase.
4290           Make workWidth() shouldn't-happen code into an Assert.
4291
4292         * rowpainter.h:
4293         * rowpainter.C: new class for painting a row.
4294
4295         * vspace.h:
4296         * vspace.C: make inPixels take a ref
4297
4298 2003-02-26  Angus Leeming  <leeming@lyx.org>
4299
4300         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4301         LFUN_REF_APPLY.
4302
4303 2003-02-25  John Levon  <levon@movementarian.org>
4304
4305         * ispell.C: give the forked command a more accurate name
4306
4307 2003-02-22  John Levon  <levon@movementarian.org>
4308
4309         * toc.h:
4310         * toc.C: make TocItem store an id not a Paragraph *
4311           (bug #913)
4312
4313 2003-02-21  Angus Leeming  <leeming@lyx.org>
4314
4315         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4316           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4317           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4318           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4319           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4320           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4321
4322         * BufferView_pimpl.C (dispatch):
4323         * LyXAction.C (init):
4324         * factory.C (createInset):
4325         * lyxfunc.C (getStatus, dispatch):
4326         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4327
4328 2003-02-21  Angus Leeming  <leeming@lyx.org>
4329
4330         * BufferView_pimpl.C (MenuInsertLyXFile):
4331         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4332         * lyxfunc.C (menuNew, open, doImport):
4333           no longer pass a LyXView & to fileDlg.
4334
4335 2003-02-21  Angus Leeming  <leeming@lyx.org>
4336
4337         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4338         * LyXAction.C: change, BIBKEY to BIBITEM.
4339         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4340         Change InsetBibKey to InsetBibitem.
4341         Change BIBKEY_CODE to BIBITEM_CODE.
4342         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4343         * factory.C: replace insetbib.h with insetbibitem.h.
4344         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4345         * paragraph.C: replace insetbib.h with insetbibitem.h.
4346         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4347         Change bibkey() to bibitem().
4348         * text.C: remove insetbib.h.
4349         * text2.C: replace insetbib.h with insetbibitem.h.
4350         change bibkey() to bibitem().
4351         * text3.C: remove insetbib.h.
4352         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4353
4354 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4355
4356         * lyxrc.C (output): enclose user email in quotes (in case there are
4357         several words)
4358
4359 2003-02-18  John Levon  <levon@movementarian.org>
4360
4361         * buffer.h: add std::
4362
4363 2003-02-17  John Levon  <levon@movementarian.org>
4364
4365         * SpellBase.h:
4366         * ispell.h:
4367         * ispell.C:
4368         * pspell.h:
4369         * pspell.C: reworking. Especially in ispell, a large
4370           number of clean ups and bug fixes.
4371
4372         * lyxfunc.C: fix revert to behave sensibly
4373
4374 2003-02-17 André Pönitz <poenitz@gmx.net>
4375
4376         * LyXAction.C:
4377         * commandtags.h: new LFUN_INSERT_BIBKEY
4378
4379         * layout.h:
4380         * lyxlayout.C:
4381         * buffer.C:
4382         * factory.C:
4383         * text.C:
4384         * text2.C:
4385         * text3.C:
4386         * paragraph.[Ch]:
4387         * paragraph_func.C: remove special bibkey handling
4388
4389 2003-02-17  John Levon  <levon@movementarian.org>
4390
4391         * text.C (Delete): fix case where delete at the end of
4392           the very first paragraph would not merge the pars
4393
4394 2003-02-17  John Levon  <levon@movementarian.org>
4395
4396         * lyxrow.C: fix lastPrintablePos()
4397
4398 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4399
4400         * bufferparams.C (writeLaTeX): add a std:here
4401
4402         * buffer.C: and remove a using directive there
4403
4404 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4405
4406         * buffer.C (makeLaTeXFile): move the code that generates the
4407           preamble...
4408
4409         * bufferparams.C (writeLaTeX): ... in this new method
4410
4411         * LaTeXFeatures.C (getEncodingSet): make const
4412           (getLanguages): make const
4413
4414         * MenuBackend.C (binding): returns the binding associated to this
4415           action
4416           (add): sets the status of each item by calling getStatus. Adds
4417           some intelligence.
4418           (read): add support for OptSubMenu
4419           (expand): remove extra separator at the end of expanded menu
4420
4421 2003-02-15  John Levon  <levon@movementarian.org>
4422
4423         * BufferView.C:
4424         * BufferView_pimpl.C:
4425         * bufferlist.h:
4426         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4427           inset code that had no actual effect. Remove unneeded status
4428           code.
4429
4430 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4431
4432         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4433           in preamble
4434
4435 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4436
4437         * text.C (drawLengthMarker): also draw an arrow marker for
4438           symbolic lengths (medskip...)
4439
4440 2003-02-14  John Levon  <levon@movementarian.org>
4441
4442         * tabular.h:
4443         * tabular.C: better method names
4444
4445 2003-02-14  John Levon  <levon@movementarian.org>
4446
4447         * BufferView_pimpl.C:
4448         * bufferlist.C:
4449         * buffer.C:
4450         * converter.C:
4451         * lyx_cb.C:
4452         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4453           it's a more accurate name. Remove some pointless uses.
4454
4455 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4456
4457         * text2.C (LyXText): change order of initilizers to shut off
4458           warnings
4459
4460 2003-02-14  John Levon  <levon@movementarian.org>
4461
4462         * buffer.C: use ParIterator for getParFromID()
4463
4464         * paragraph.h:
4465         * paragraph.C:
4466         * paragraph_pimpl.h:
4467         * paragraph_pimpl.C: remove unused getParFromID()
4468
4469 2003-02-14  John Levon  <levon@movementarian.org>
4470
4471         * buffer.C: remove some very old #if 0'd parse code
4472
4473 2003-02-13  John Levon  <levon@movementarian.org>
4474
4475         * text.h:
4476         * text.C:
4477         * text2.C: move hfillExpansion(), numberOfSeparators(),
4478           rowLast(), rowLastPrintable(), numberofHfills(),
4479           numberOfLabelHfills() ...
4480
4481         * lyxrow.h:
4482         * lyxrow.C: ... to member functions here.
4483
4484         * paragraph.h:
4485         * paragraph.C:
4486         * lyxtext.h:
4487         * text.C: remove LyXText::beginningOfMainBody(), and call
4488           p->beginningOfMainBody() directly. Move the check for
4489           LABEL_MANUAL into the latter.
4490
4491         * text.h:
4492         * text.C:
4493         * text2.C:
4494         * vspace.C:
4495         * BufferView.h:
4496         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4497
4498         * text.h:
4499         * text.C:
4500         * text2.C:
4501         * text3.C:
4502         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4503           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4504
4505 2003-02-13  John Levon  <levon@movementarian.org>
4506
4507         * CutAndPaste.C: remove debug
4508
4509 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4510
4511         * paragraph.C (asString): remove two unused variables
4512
4513         * lyxtextclass.C (readTitleType):
4514           (Read):
4515           (LyXTextClass): handle new members titletype_ and titlename_
4516
4517         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4518
4519 2003-02-09  John Levon  <levon@movementarian.org>
4520
4521         * buffer.h:
4522         * buffer.C: replace hand-coded list with a map for the dep clean
4523
4524 2003-02-08  John Levon  <levon@movementarian.org>
4525
4526         * LaTeX.C: consolidate code into showRunMessage() helper
4527
4528 2003-02-08  John Levon  <levon@movementarian.org>
4529
4530         * lyxfind.C:
4531         * lyxtext.h:
4532         * text2.C:
4533         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4534           and pass the size in explicitly
4535
4536         * BufferView_pimpl.h:
4537         * BufferView_pimpl.C:
4538         * BufferView.h:
4539         * BufferView.C: add getCurrentChange()
4540
4541         * BufferView_pimpl.h:
4542         * BufferView_pimpl.C: handle change lfuns
4543
4544         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4545           for changes. Mark pasted paragraphs as new.
4546
4547         * support/lyxtime.h:
4548         * support/lyxtime.C:
4549         * DepTable.C: abstract time_t as lyx::time_type
4550
4551         * LColor.h:
4552         * LColor.C: add colours for new text, deleted text, changebars
4553
4554         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4555           package use "usenames" option.
4556
4557         * commandtags.h:
4558         * lyxfunc.C:
4559         * LyXAction.C: add change lfuns
4560
4561         * Makefile.am:
4562         * author.h:
4563         * author.C: author handling
4564
4565         * buffer.h:
4566         * buffer.C: add a per-buffer author list, with first entry as
4567           current author. Handle new .lyx tokens for change tracking. Output
4568           author list to .lyx file. Output dvipost stuff to .tex preamble.
4569           Bump lyx format to 222.
4570
4571         * bufferlist.h:
4572         * bufferlist.C: add setCurrentAuthor() to reset current author details
4573           in all buffers.
4574
4575         * bufferparams.h:
4576         * bufferparams.C: add param for tracking
4577
4578         * bufferview_funcs.C: output change info in minibuffer
4579
4580         * Makefile.am:
4581         * changes.h:
4582         * changes.C: add change-tracking structure
4583
4584         * debug.h:
4585         * debug.C: add CHANGES debug flag
4586
4587         * lyxfind.h:
4588         * lyxfind.C: add code for finding the next change piece
4589
4590         * lyxrc.h:
4591         * lyxrc.C: add user_name and user_email
4592
4593         * lyxrow.h:
4594         * lyxrow.C: add a metric for the top of the text line
4595
4596         * lyxtext.h:
4597         * text.C: implement accept/rejectChange()
4598
4599         * lyxtext.h:
4600         * text.C: paint changebars. Paint new/deleted text in the chosen
4601         colours. Strike through deleted text.
4602
4603         * paragraph.h:
4604         * paragraph.C:
4605         * paragraph_pimpl.h:
4606         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4607           in the current change to the insert functions. Rework erase to
4608           mark text as deleted, adding an eraseIntern() and a range-based
4609           erase(). Implement per-paragraph change lookup and
4610           accept/reject.
4611
4612         * paragraph_funcs.C: Fixup paste for change tracking.
4613
4614         * tabular.C: mark added row/columns as new.
4615
4616         * text.C: fix rowLast() to never return -1. Don't allow
4617           spellchecking of deleted text. Track transpose changes. Don't
4618           allow paragraph break or merge where appropriate.
4619
4620         * text2.C: leave cursor at end of selection after a cut.
4621
4622 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4623
4624         * text.C (getLengthMarkerHeight):
4625         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4626         visible on screen too.
4627
4628 2003-02-07  John Levon  <levon@movementarian.org>
4629
4630         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4631
4632 2003-02-05  Angus Leeming  <leeming@lyx.org>
4633
4634         * lyxserver.C (read_ready): revert my patch of 11 September last year
4635         as it sends PC cpu through the roof. Presumably this means that
4636         the lyxserver will no longer run on an Alpha...
4637
4638 2003-01-30  Angus Leeming  <leeming@lyx.org>
4639
4640         * factory.C (createInset): create an InsetCommandParam of type "index"
4641         and use it to 'do the right thing'.
4642
4643         * text2.C (getStringToIndex): ensure that cursor position is always
4644         reset to the reset_cursor position.
4645
4646 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4647
4648         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4649         disabled.
4650
4651 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4652
4653         * bufferview.C:
4654         * lyxcb.C:
4655         * lyxfunc.C: Output messages with identical spelling, punctuation,
4656         and spaces
4657
4658 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4659
4660         * MenuBackend.C (expandFormats): List only viewable export formats
4661         in "View" menu
4662
4663         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
4664         message
4665
4666         * lyxfunc.C (getStatus): Make sure that formats other than
4667         "fax" can also be disabled
4668
4669 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4670
4671         * text3.C (dispatch): put the lfuns that insert insets in 3
4672         groups, and call doInsertInset with appropriate arguments.
4673         (doInsertInset): new function, that creates an inset and inserts
4674         it according to some boolean parameters.
4675
4676 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4677
4678         * buffer.C (readFile): remember to pass on 'par' when calling
4679         readFile recursively.
4680
4681 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4682
4683         * MenuBackend.C (expandFormats): add "..." to import formats.
4684
4685 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4686
4687         * paragraph.C (asString): Remove XForms RTL hacks.
4688
4689 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
4690         * buffer.C: fix typo
4691
4692 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4693
4694         * Makefile.am (LIBS): delete var
4695         (lyx_LDADD): add @LIBS@ here instead.
4696
4697 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
4698
4699         * Clarify the meaning of "wheel mouse jump"
4700
4701 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4702
4703         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
4704         tabular in a float
4705
4706 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4707
4708         * importer.C (Loaders): do not preallocate 3 elements in the
4709         vector, since one ends up with 6 elements otherwise
4710
4711 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4712
4713         * DepTable.C (write): write the file name as last element of the
4714         .dep file (because it may contain spaces)
4715         (read): read info in the right order
4716
4717 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4718
4719         * paragraph_pimpl.C (simpleTeXBlanks):
4720         (simpleTeXSpecialChars):
4721         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
4722
4723         * tabular.C (latex): add some missing case statements. Reindent.
4724
4725         * MenuBackend.C (expandToc): remove unused variable.
4726
4727 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4728
4729         * LColor.C:
4730         * LaTeX.C:
4731         * LyXAction.C:
4732         * MenuBackend.C:
4733         * buffer.C:
4734         * exporter.C:
4735         * lyxfunc.C:
4736         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
4737         and the like.
4738
4739 2003-01-05  John Levon  <levon@movementarian.org>
4740
4741         * BufferView.h:
4742         * BufferView.C: add getEncoding()
4743
4744         * kbsequence.h:
4745         * kbsequence.C: do not store last keypress
4746
4747         * lyxfunc.h:
4748         * lyxfunc.C: store last keypress here instead. Pass encoding
4749           to getISOEncoded()
4750
4751 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4752
4753         * lyx_main.C (init): remove annoying error message when following
4754         symbolic links (bug #780)
4755
4756 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4757
4758         * text.C (insertChar):
4759         * lyxrc.C (getDescription): remove extra spaces
4760
4761 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4762
4763         * lyxrc.C (getDescription): remove extra spaces
4764
4765 2002-12-20  John Levon  <levon@movementarian.org>
4766
4767         * text3.C: hack fix for page up/down across tall rows
4768
4769 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4770
4771         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
4772         not been invoked
4773
4774 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4775
4776         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
4777         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
4778         thesaurus is not compiled in
4779
4780 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
4781
4782         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
4783
4784 2002-12-16  Angus Leeming  <leeming@lyx.org>
4785
4786         * lyxrc.[Ch]:
4787         * lyx_main.C (init): remove override_x_deadkeys stuff.
4788
4789 2002-12-12  John Levon  <levon@movementarian.org>
4790
4791         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
4792           insert. Only remove shift modifier under strict
4793           circumstances.
4794
4795 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4796
4797         * MenuBackend.C (expandToc): fix crash.
4798
4799 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4800
4801         * MenuBackend.C (expandToc): gettext on float names.
4802
4803 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4804
4805         * lyxlength.[Ch]: set default unit to UNIT_NONE,
4806         implement bool empty() [bug 490]
4807
4808 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4809
4810         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
4811
4812 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4813
4814         * several files: ws changes
4815
4816 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4817
4818         * text2.C (setCounter): clean up a bit, use boost.format.
4819         (updateCounters): initialize par upon declaration.
4820
4821         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
4822         if the layout exists. We do not just store the layout any more.
4823         (SwitchLayoutsBetweenClasses): use boost.format
4824
4825 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4826
4827         * converter.C (convert): if from and to files are the same, use a
4828         temporary files as intermediary
4829
4830 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4831
4832         * commandtags.h:
4833         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
4834
4835 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
4836
4837         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
4838
4839 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4840
4841         * tabular.C (asciiPrintCell): use string(size, char) instead of
4842         explicit loop.
4843
4844         * sgml.C (openTag): fix order of arguments to string constructor
4845         (closeTag): ditto
4846
4847         * lyxfunc.C (dispatch): use boost.format
4848
4849         * lots of files: change "c" -> 'c'
4850
4851 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
4852
4853         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
4854
4855 2002-11-25  Angus Leeming  <leeming@lyx.org>
4856
4857         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
4858
4859         * lyx_main.C (init): compile fix.
4860
4861 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4862
4863         * lyx_cb.C (start): boost.formatify
4864         do not include <iostream>
4865
4866         * lengthcommon.C: ws only
4867
4868         * boost-inst.C,BoostFormat.h: add more explict instantations
4869
4870 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4871
4872         * lots of files: handle USE_BOOST_FORMAT
4873
4874 2002-11-21  John Levon  <levon@movementarian.org>
4875
4876         * pspell.C: fix compile
4877
4878 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4879
4880         * lyxfunc.C (dispatch): use boost::format
4881         (open): ditto
4882         (doImport): ditto
4883
4884         * lyxfont.C (stateText): use boost::format
4885
4886         * lyx_main.C (LyX): use boost::format
4887         (init): ditto
4888         (queryUserLyXDir): ditto
4889         (readRcFile): ditto
4890         (parse_dbg): ditto
4891         (typedef boost::function): use the recommened syntax.
4892
4893         * importer.C (Import): use boost::format
4894
4895         * debug.C (showLevel): use boost::format
4896
4897         * converter.C (view): use boost::format
4898         (convert): ditto
4899         (move): ditto
4900         (scanLog): ditto
4901
4902         * bufferview_funcs.C (currentState): use boost::format
4903
4904         * bufferlist.C (emergencyWrite): use boost::format
4905
4906         * buffer.C (readLyXformat2): use boost::format
4907         (parseSingleLyXformat2Token): ditto
4908
4909         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
4910
4911         * LaTeX.C (run): use boost::format
4912
4913         * Chktex.C (scanLogFile): use boost::format
4914
4915         * BufferView_pimpl.C (savePosition): use boost::format
4916         (restorePosition): ditto
4917         (MenuInsertLyXFile): ditto
4918
4919         * BoostFormat.h: help file for explicit instation.
4920
4921 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
4922
4923         * tabular.C (latex): Support for block alignment in fixed width
4924         columns.
4925
4926 2002-11-17  John Levon  <levon@movementarian.org>
4927
4928         * BufferView_pimpl.C:
4929         * lyx_cb.C:
4930         * lyxfunc.C: split filedialog into open/save
4931
4932 2002-11-08  Juergen Vigna  <jug@sad.it>
4933
4934         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
4935         by my last patch (hopefully).
4936
4937 2002-11-08  John Levon  <levon@movementarian.org>
4938
4939         * iterators.h:
4940         * iterators.C:
4941         * buffer.h:
4942         * buffer.C:
4943         * paragraph.h:
4944         * paragraph.C:
4945         * toc.h:
4946         * toc.C: ParConstIterator, and use it (from Lars)
4947
4948 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
4949
4950         * lyxtextclass.[Ch]: revise and add doxygen comments
4951
4952 2002-11-07  John Levon  <levon@movementarian.org>
4953
4954         * text.C: fix progress value for spellchecker
4955
4956         * toc.C: fix navigate menu for insetwrap inside minipage
4957
4958         * paragraph_funcs.C: added FIXME for suspect code
4959
4960 2002-11-07  John Levon  <levon@movementarian.org>
4961
4962         * BufferView_pimpl.C: fix redrawing of insets
4963           on buffer switch
4964
4965 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4966
4967         * text2.C (updateCounters): fix bug 668
4968
4969 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
4970
4971         * text3.C (dispatch): Do not make the buffer dirty when moving the
4972         cursor.
4973
4974 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4975
4976         * vc-backend.C: STRCONV
4977         (scanMaster): ditto
4978
4979         * text2.C (setCounter): STRCONV
4980
4981         * paragraph.C (asString): STRCONV
4982
4983         * lyxlength.C (asString): STRCONV
4984         (asLatexString): ditto
4985
4986         * lyxgluelength.C (asString): STRCONV
4987         (asLatexString): ditto
4988
4989         * lyxfunc.C (dispatch): STRCONV
4990         (open): ditto
4991
4992         * lyxfont.C (stateText): STRCONV
4993
4994         * importer.C (Import): STRCONV
4995
4996         * counters.C (labelItem): STRCONV
4997         (numberLabel): ditto
4998         (numberLabel): remove unused ostringstream o
4999
5000         * chset.C: STRCONV
5001         (loadFile): ditto
5002
5003         * bufferview_funcs.C (currentState): STRCONV
5004
5005         * buffer.C (readFile): STRCONV
5006         (asciiParagraph): ditto
5007         (makeLaTeXFile): ditto
5008
5009         * Spacing.C (writeEnvirBegin): STRCONV
5010
5011         * LaTeXFeatures.C (getLanguages): STRCONV
5012         (getPackages): ditto
5013         (getMacros): ditto
5014         (getBabelOptions): ditto
5015         (getTClassPreamble): ditto
5016         (getLyXSGMLEntities): ditto
5017         (getIncludedFiles): ditto
5018
5019         * LaTeX.C: STRCONV
5020         (run): ditto
5021         (scanAuxFile): ditto
5022         (deplog): ditto
5023
5024         * LString.h: add the STRCONV macros
5025
5026         * BufferView_pimpl.C (savePosition): STRCONV
5027         (restorePosition): ditto
5028         (MenuInsertLyXFile): ditto
5029
5030         * vc-backend.C (scanMaster): change from submatch[...] to
5031         submatch.str(...)
5032
5033         * funcrequest.C: include config.h
5034
5035         * factory.C: include config.h
5036
5037         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5038
5039         * box.C: include config.h
5040
5041         * LaTeX.C (scanAuxFile): change from submatch[...] to
5042         submatch.str(...)
5043         (deplog): ditto
5044
5045 2002-10-25  Angus Leeming  <leeming@lyx.org>
5046
5047         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5048
5049         * ispell.[Ch] (setError): new method.
5050         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5051         Use setError() insetead of goto END.
5052
5053         * lyx_cb.C (AutoSave): move out child process into new class
5054         AutoSaveBuffer.
5055
5056 2002-10-30  John Levon  <levon@movementarian.org>
5057
5058         * text3.C: make start appendix undoable
5059
5060 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5061
5062         * lyxlength.C (inPixels): Fix returned value.
5063
5064         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5065         environment.
5066
5067 2002-10-24  Angus Leeming  <leeming@lyx.org>
5068
5069         * lyxgluelength.h: no need to forward declare BufferParams
5070         or BufferView, so don't.
5071
5072 2002-10-21  John Levon  <levon@movementarian.org>
5073
5074         * BufferView.C: menuUndo ->undo, redo
5075
5076         * BufferView.h: document, remove dead, make some methods private
5077
5078         * paragraph_funcs.h:
5079         * paragraph_funcs.C:
5080         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5081
5082         * buffer.h:
5083         * buffer.C:
5084         * sgml.h:
5085         * sgml.C: move sgml open/close tag into sgml.C
5086
5087         * bufferview_funcs.h: unused prototype
5088
5089         * lyxfunc.h:
5090         * lyxfunc.C: remove unused
5091
5092         * lyxtext.h:
5093         * text.C: remove unused
5094
5095 2002-10-21  John Levon  <levon@movementarian.org>
5096
5097         * BufferView.h:
5098         * BufferView.C:
5099         * BufferView_pimpl.h:
5100         * BufferView_pimpl.C: fix mouse wheel handling based on
5101           patch from Darren Freeman
5102
5103 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5104
5105         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5106
5107 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5108
5109         * lyxlength.C (inPixels): Fix hanfling of negative length.
5110         Fix LyXLength::MU case.
5111
5112 2002-10-16  John Levon  <levon@movementarian.org>
5113
5114         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5115
5116 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5117
5118         * converter.C (view): add support for $$i (file name) and $$p
5119         (file path) for the viewer command. If $$i is not specified, then
5120         it is appended to the command (for compatibility with old syntax)
5121
5122 2002-10-14  Juergen Vigna  <jug@sad.it>
5123
5124         * undo_funcs.C (textHandleUndo): alter the order in which the
5125         new undopar is added to the LyXText, as we have to set first
5126         the right prev/next and then add it as otherwise the rebuild of
5127         LyXText is not correct. Also reset the cursor to the right paragraph,
5128         with this IMO we could remove the hack in "redoParagraphs()".
5129
5130 2002-10-09  Angus Leeming  <leeming@lyx.org>
5131
5132         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5133         to turn off an optimisation if a new inset is to be inserted.
5134
5135 2002-10-11 André Pönitz <poenitz@gmx.net>
5136
5137         * lyxtext.h: make some functions public to allow access
5138         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5139
5140 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5141
5142         * text3.C (dispatch): when changing layout, avoid an infinite loop
5143         [bug #652]
5144
5145 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5146
5147         * lyxrc.C (read): treat a viewer or converter command of "none" as
5148         if it were empty.
5149
5150         * MenuBackend.C (expandFormats): for an update, also allow the
5151         formats that are not viewable
5152
5153         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5154         script if it is newer than the lyxrc.defaults in user directory
5155
5156 2002-10-07 André Pönitz <poenitz@gmx.net>
5157
5158         * text.C: Vitaly Lipatov's small i18n fix
5159
5160 2002-09-25  Angus Leeming  <leeming@lyx.org>
5161
5162         * ispell.h: doxygen fix.
5163
5164 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5165
5166         * buffer.h (readFile): Add a new argument to the method, to allow
5167         reading of old-format templates.
5168
5169 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5170
5171         * toc.C (getTocList): Get TOC from InsetWrap.
5172
5173 2002-09-16  John Levon  <levon@movementarian.org>
5174
5175         * lyxfunc.C: check tabular for cut/copy too
5176
5177 2002-09-12  John Levon  <levon@movementarian.org>
5178
5179         * LyXAction.C: tidy
5180
5181         * factory.h:
5182         * factory.C: add header
5183
5184         * paragraph_funcs.h:
5185         * paragraph_funcs.C: cleanup
5186
5187 2002-09-11  John Levon  <levon@movementarian.org>
5188
5189         * PrinterParams.h: odd/even default to true
5190
5191 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5192
5193         * PrinterParams.h: update printer parameters for new xforms dialog
5194
5195 2002-09-11  Angus Leeming  <leeming@lyx.org>
5196
5197         * lyxserver.C (read_ready): re-write to make it more transparent
5198         and to make it work in coherent fashion under Tru64 Unix.
5199
5200 2002-09-11  André Pönitz <poenitz@gmx.net>
5201
5202         * commandtags.h:
5203         * LyXAction.C:
5204         * text3.C: implement LFUN_WORDSEL
5205
5206 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5207
5208         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5209         make floatlist_ a boost::shared_ptr<FloatList>
5210
5211         * lyxtextclass.C: include FloatList.h
5212         (LyXTextClass): initialize floatlist_
5213         (TextClassTags): add TC_NOFLOAT
5214         (Read): match "nofloat" to TC_NOFLOAT and use it.
5215         (readFloat): modify call to floatlist_
5216         (floats): ditto
5217         (floats): ditto
5218
5219         * FloatList.[Ch] (FloatList): remove commented out float
5220         initialization.
5221         (erase): new function
5222
5223 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5224
5225         * MenuBackend.C (expandToc): fix crash when there is no document
5226         open
5227
5228 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5229
5230         * many files: Add insetwrap.
5231
5232 2002-09-09  John Levon  <levon@movementarian.org>
5233
5234         * text2.C: remove confusing and awkward depth wraparound
5235
5236 2002-09-09  John Levon  <levon@movementarian.org>
5237
5238         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5239
5240         * buffer.h:
5241         * buffer.C: remove getIncludeonlyList()
5242
5243         * paragraph.C:
5244         * lyxfunc.C: remove headers
5245
5246 2002-09-09  Juergen Vigna  <jug@sad.it>
5247
5248         * text.C (getColumnNearX): fix form Michael this is most
5249         probably a cut&paste bug.
5250
5251 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5252
5253         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5254
5255         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5256         references, ws changes.
5257
5258         * text2.C (init): update counters after init
5259         (insertParagraph): no need to set counter on idividual paragraphs.
5260         (setCounter): access the counters object in the textclass object
5261         on in the buffer object.
5262         (updateCounters): ditto
5263
5264         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5265         shared_ptr<Counters> to avoid loading counters.h in all
5266         compilation units.
5267         (LyXTextClass): initialize ctrs_
5268         (TextClassTags): add TC_COUNTER, and ...
5269         (Read): use it here.
5270         (CounterTags): new tags
5271         (readCounter): new function
5272         (counters): new funtion
5273         (defaultLayoutName): return a const reference
5274
5275         * counters.C (Counters): remove contructor
5276         (newCounter): remove a couple of unneeded statements.
5277         (newCounter): simplify a bit.
5278         (numberLabel): some small formatting changes.
5279
5280         * buffer.[Ch]: remove all traces of counters, move the Counters
5281         object to the LyXTextClass.
5282
5283 2002-09-06  Alain Castera  <castera@in2p3.fr>
5284
5285         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5286         package to set the horizontal alignment on fixed width columns.
5287
5288         * lyx_sty.C:
5289         * lyx_sty.h: added tabularnewline macro def.
5290
5291         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5292
5293 2002-09-06  John Levon  <levon@movementarian.org>
5294
5295         * LyXAction.C: tooltips for sub/superscript
5296
5297         * MenuBackend.C: a bit more verbose
5298
5299         * lyxfunc.C: tiny clean
5300
5301         * undo_funcs.C: document undo_frozen
5302
5303 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5304
5305         * counters.C (Counters): add missing algorithm counter.
5306
5307         * text2.C (setCounter): lookup the counter with layouts latexname
5308         instead of by section number.
5309         (setCounter): use a hackish way to lookup the correct enum
5310         counter.
5311         a float name->type change
5312         reset enum couners with counter name directly instead of depth value.
5313
5314         * counters.C (Counters): remove the push_backs, change to use the
5315         float type not the float name.
5316         (labelItem): remove unused string, float name->type change
5317
5318         * counters.h: don't include vector, loose the enums and sects vectors
5319
5320 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5321
5322         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5323         (Read): add float->TC_FLOAT to textclassTags
5324         (Read): and handle it in the switch
5325         (readFloat): new function
5326
5327         * FloatList.C (FloatList): comment out the hardcoded float
5328         definitions.
5329
5330         * lyxlayout.h: ws change.
5331
5332 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5333
5334         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5335
5336 2002-09-03  Angus Leeming  <leeming@lyx.org>
5337
5338         * BufferView_pimpl.h: qualified name is not allowed in member
5339         declaration: WorkArea & Pimpl::workarea() const;
5340
5341         * factory.C: added using std::endl directive.
5342
5343         * text3.C: added using std::find and std::vector directives.
5344
5345 2002-08-29  André Pönitz <poenitz@gmx.net>
5346
5347         * lyxtext.h:
5348         * text2.C: remove unused member number_of_rows
5349
5350         * Makefile.am:
5351         * BufferView2.C: remove file, move contents to...
5352         * BufferView.C: ... here
5353
5354         * BufferView_pimpl.C:
5355         * factory.C: move more inset creation to factory
5356
5357         * vspace.C: avoid direct usage of LyXText, ws changes
5358
5359         * BufferView.[Ch]:
5360                 don't provide direct access to WorkArea, use two simple
5361                 acessors haveSelction() and workHeight() instead
5362
5363
5364 2002-08-29  John Levon  <levon@movementarian.org>
5365
5366         * BufferView_pimpl.C (dispatch): do not continue when
5367           no buffer
5368
5369 2002-08-28  André Pönitz <poenitz@gmx.net>
5370
5371         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5372
5373         * BufferView.h:
5374         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5375
5376 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5377
5378         * buffer.C: increment LYX_FORMAT to 221
5379
5380         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5381         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5382
5383         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5384
5385         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5386
5387 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5388
5389         * factory.C (createInset): use LyXTextClass::floats
5390
5391         * MenuBackend.C (expandFloatListInsert):
5392         (expandFloatInsert):
5393         (expandToc):
5394
5395         * text2.C (setCounter):
5396
5397         * LaTeXFeatures.C (useFloat):
5398         (getFloatDefinitions):
5399
5400         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5401
5402         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5403         floatlist_, with accessor floats().
5404
5405         * FloatList.h: remove global FloatList
5406
5407 2002-08-26  André Pönitz <poenitz@gmx.net>
5408
5409         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5410
5411         * BufferView.h:
5412         * BufferView2.C:
5413         * BufferView_pimpl.C:
5414         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5415
5416 2002-08-25  John Levon  <levon@movementarian.org>
5417
5418         * LyXAction.C: fix margin note description
5419
5420 2002-08-24  John Levon  <levon@movementarian.org>
5421
5422         * buffer.C:
5423         * bufferlist.C:
5424         * bufferview_funcs.C:
5425         * lyxfont.C:
5426         * undo_funcs.C: cleanups
5427
5428         * lyxfunc.C: disable CUT/COPY when no selection
5429
5430 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5431
5432         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5433         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5434
5435         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5436         Add backward compatibility to "mono", "gray" and "no".
5437
5438 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5439
5440         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5441         (and file_format >= 200).
5442
5443 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5444
5445         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5446
5447 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5448
5449         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5450
5451 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5452
5453         * BufferView_pimpl.C:
5454         * LyXAction.C:
5455         * buffer.C:
5456         * commandtags.h:
5457         * lyxfunc.C:
5458         * paragraph.[Ch]:
5459         * text2.C:
5460         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5461         inset and code to make it  work with the paragraph code. The inset
5462         can be anywhere in the paragraph, but will only do the expected
5463         thing in LaTeX if the layout file contains the parameter line
5464                         OptionalArgs    1
5465         (or more generally, a nonzero value) for that layout.
5466
5467 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5468
5469         * paragraph.h: remove the declaration of undefined counters class
5470         function.
5471
5472 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5473
5474         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5475         Dr. Richard Hawkins.
5476
5477 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5478
5479         * paragraph_funcs.h: remove some unneeded includes
5480
5481         * text.C (backspace): pasteParagraph now in global scipe
5482
5483         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5484         (pasteSelection): ditto
5485
5486         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5487         * paragraph_funcs.C (pasteParagraph): ... here
5488
5489 2002-08-20  André Pönitz <poenitz@gmx.net>
5490
5491         * commandtags.h: new LFUNs for swapping/copying table row/colums
5492
5493         * LyXAction.C:
5494         * lyxfunc.C: support for new lfuns
5495
5496 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5497
5498         * tabular.C:
5499         * buffer.[Ch]: remove NO_COMPABILITY stuff
5500
5501 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5502
5503         * boost.C (throw_exception): new file, with helper function for
5504         boost compiled without exceptions.
5505
5506         * paragraph.h:
5507         * lyxlength.C:
5508         * buffer.C:
5509         * ParameterStruct.h:
5510         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5511
5512         * bufferlist.C (emergencyWriteAll): use boost bind
5513
5514         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5515
5516         * text.C: include paragraph_funcs.h
5517         (breakParagraph): breakParagraph is now in global scope
5518
5519         * paragraph_funcs.[Ch]: new files
5520
5521         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5522         global scope
5523
5524         * buffer.C: include paragraph_funcs.h
5525         (insertStringAsLines): breakParagraph is now in global scope
5526
5527         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5528         paragraph_funcs.C
5529
5530         * CutAndPaste.C: include paragraph_funcs.h
5531         (cutSelection): breakParagraphConservative is now in global scope
5532         (pasteSelection): ditto
5533
5534         * buffer.h: declare oprator== and operator!= for
5535         Buffer::inset_iterator
5536
5537         * bufferlist.C (emergencyWrite): don't use fmt(...)
5538
5539         * text3.C: add using std::endl
5540
5541         * BufferView.C (moveCursorUpdate): remove default arg
5542
5543 2002-08-20  André Pönitz <poenitz@gmx.net>
5544
5545         * buffer.[Ch]: move inline functions to .C
5546
5547         * BufferView2.C:
5548         * BufferView_pimpl.C:
5549         * text.C:
5550         * buffer.[Ch]: use improved inset_iterator
5551
5552         * buffer.C:
5553         * paragraph.[Ch]: write one paragraph at a time
5554
5555 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5556
5557         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5558         style if style is not specified.
5559
5560 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5561
5562         * text2.C (setCounter): when searching for right label for a
5563         caption, make sure to recurse to parent insets (so that a caption
5564         in a minipage in a figure float works) (bug #568)
5565
5566 2002-08-20  André Pönitz <poenitz@gmx.net>
5567
5568         * text3.C: new file for LyXText::dispatch() and helpers
5569
5570         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5571
5572         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5573
5574 2002-08-19  André Pönitz <poenitz@gmx.net>
5575
5576         * lyxtext.h:
5577         * text.C: new LyXText::dispatch()
5578
5579         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5580
5581 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5582
5583         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5584
5585         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5586         Hebrew text.
5587
5588 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5589
5590         * Makefile.am: use $(variables) instead of @substitutions@
5591
5592 2002-08-15  André Pönitz <poenitz@gmx.net>
5593
5594         * lyxfunc.C:
5595         * BufferView_pimpl.C: streamlining mathed <-> outer world
5596         interaction
5597
5598         * commandtags.h:
5599         * LyXAction.C: remove unused LFUN_MATH
5600
5601 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5602
5603         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5604
5605 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5606
5607         * paragraph.C (Paragraph): reformat a bit
5608         (cutIntoMinibuffer): use builtin InsetList function instad of
5609         doing it manually.
5610         (getInset): ditto
5611
5612         * buffer.C: include boost/bind.hpp, add using std::for_each
5613         (writeFileAscii): use ParagraphList iterators
5614         (validate): use for_each for validate traversal of paragraphs
5615         (getBibkeyList): use ParagraphList iterators
5616         (resizeInsets): use for_each to resizeInsetsLyXText for all
5617         paragraphs.
5618         (getParFromID): use ParagraphList iterators
5619
5620         * BufferView2.C (lockInset): use paragraph list and iterators
5621
5622 2002-08-14  John Levon  <levon@movementarian.org>
5623
5624         * lyxserver.C: remove spurious xforms include
5625
5626 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5627
5628         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5629
5630 2002-08-13  André Pönitz <poenitz@gmx.net>
5631
5632         * LyXAction.[Ch]:
5633         * lyxfunc.C: further cleaning
5634
5635 2002-08-13  André Pönitz <poenitz@gmx.net>
5636
5637         * funcrequest.h: new constructor
5638
5639         * funcrequest.C: move stuff here from .h
5640
5641         * Makefile.am:
5642         * BufferView_pimpl.C:
5643         * LyXAction.C:
5644         * toc.C:
5645         * lyxfunc.C: subsequent changes
5646
5647         * lyxfunc.h: new view() member function
5648
5649         * lyxfunc.C: subsequent changes
5650
5651 2002-08-13  Angus Leeming  <leeming@lyx.org>
5652
5653         * BufferView2.C:
5654         * BufferView_pimpl.C:
5655         * buffer.C:
5656         * converter.C:
5657         * importer.C:
5658         * lyxfunc.C:
5659         * lyxvc.C:
5660         * toc.C:
5661         * vc-backend.C:
5662         changes due to the changed LyXView interface that now returns references
5663         to member variables not pointers.
5664
5665 2002-08-13  Angus Leeming  <leeming@lyx.org>
5666
5667         * WordLangTuple (word, lang_code): return references to strings,
5668         not strings.
5669
5670         * BufferView.h:
5671         * SpellBase.h:
5672         * lyxtext.h: forward-declare WordLangTuple.
5673
5674         * BufferView2.C:
5675         * ispell.C:
5676         * pspell.C:
5677         * text.C: #include "WordLangTuple.h".
5678
5679         * lyxtext.h:
5680         * text.C: (selectNextWordToSpellcheck): constify return type.
5681
5682 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
5683
5684         * buffer.C:
5685         * buffer.h:
5686         * lyxtext.h:
5687         * paragraph.C:
5688         * paragraph_pimpl.h:
5689         * text.C:
5690         * text2.C:
5691         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
5692         suggested by Angus.
5693         Made updateCounter always count from start of buffer, and removed
5694         second argument (par).
5695         Reverted floats number display to '#'. Perhaps I'll try again when the
5696         code base is sanitized a bit.
5697
5698 2002-08-12  Angus Leeming  <leeming@lyx.org>
5699
5700         * buffer.[Ch] (getLabelList): constify.
5701
5702 2002-08-07  André Pönitz <poenitz@gmx.net>
5703
5704         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
5705
5706         * funcrequest.h: extension to keep mouse (x,y) position
5707
5708 2002-08-12  Juergen Vigna  <jug@sad.it>
5709
5710         * BufferView2.C (insertErrors): forbid undo when inserting error
5711         insets.
5712
5713         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
5714
5715 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5716
5717         * ParagraphList.[Ch]: new files
5718
5719         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
5720
5721         * BufferView2.C (lockInset): ParagraphList changes
5722         * toc.C: ditto
5723         * text2.C: ditto
5724         * bufferlist.C: ditto
5725         * buffer.h: ditto
5726         * buffer.C: ditto
5727
5728 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5729
5730         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
5731         unused class variable counter_,
5732
5733         * paragraph.[Ch] (getFirstCounter): delete unused function
5734
5735         * counters.C: include LAssert.h
5736         (reset): add a new function with no arg, change other version to
5737         not have def. arg and to not allow empty arg.
5738
5739         * text2.C (setCounter): remove empty arg from call to Counters::reset
5740
5741 2002-08-11  John Levon  <levon@movementarian.org>
5742
5743         * Makefile.am: add WordLangTuple.h
5744
5745 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5746
5747         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
5748         lyxfunc.C lyxlex_pimpl.C: ws changes only.
5749
5750         * insets/insettext.C: InsetList changes
5751
5752         * graphics/GraphicsSupport.C (operator()): InsetList changes
5753
5754         * toc.C (getTocList): InsetList changes
5755
5756         * paragraph_pimpl.[Ch]: InsetList changes
5757
5758         * paragraph.[Ch]: InsetList changes
5759
5760         * buffer.C (inset_iterator): InsetList changes
5761         (setParagraph): ditto
5762         * buffer.h (inset_iterator): ditto
5763         * iterators.C (operator++): ditto
5764         * iterators.h: ditto
5765
5766         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
5767
5768         * InsetList.[Ch]: new files, most InsetList handling moved out of
5769         paragraph.C.
5770
5771         * BufferView2.C (removeAutoInsets): InsetList changes
5772         (lockInset): ditto
5773         (ChangeInsets): ditto
5774
5775 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5776
5777         * paragraph_pimpl.h (empty): new function
5778
5779         * paragraph.[Ch] (empty): new function
5780
5781         * other files: use the new Paragraph::empty function
5782
5783 2002-08-09  John Levon  <levon@movementarian.org>
5784
5785         * lyxtext.h: remove unused refresh_height
5786
5787 2002-08-09  John Levon  <levon@movementarian.org>
5788
5789         * Makefile.am:
5790         * sgml.h:
5791         * sgml.C:
5792         * buffer.C:
5793         * paragraph.h:
5794         * paragraph.C: move sgml char escaping out of paragraph
5795
5796         * paragraph.h:
5797         * paragraph.C: remove id setter
5798
5799         * buffer.C:
5800         * paragraph.C:
5801         * paragraph_pimpl.C: remove dead tex_code_break_column
5802
5803         * bufferview_funcs.C: small cleanup
5804
5805         * lyxfunc.C: remove dead proto
5806
5807         * lyxtext.h: make some stuff private. Remove some dead stuff.
5808
5809         * lyxgluelength.C: make as[LyX]String() readable
5810
5811 2002-08-08  John Levon  <levon@movementarian.org>
5812
5813         * LyXAction.h:
5814         * LyXAction.C:
5815         * MenuBackend.C:
5816         * ToolbarDefaults.C:
5817         * lyxfunc.C:
5818         * lyxrc.C:
5819         * toc.C: lyxaction cleanup
5820
5821 2002-08-08  John Levon  <levon@movementarian.org>
5822
5823         * BufferView2.C: small cleanup
5824
5825         * lyxfind.h:
5826         * lyxfind.C: move unnecessary header into the .C
5827
5828 2002-08-08  John Levon  <levon@movementarian.org>
5829
5830         * funcrequest.h: just tedious nonsense
5831
5832         * lyx_main.h:
5833         * lyx_main.C: cleanups
5834
5835         * buffer.C:
5836         * vspace.C: remove dead header lyx_main.h
5837
5838 2002-08-07  Angus Leeming  <leeming@lyx.org>
5839
5840         * Paragraph.[Ch]:
5841         * paragraph_pimpl.h:
5842         Forward declare class Counters in paragraph.h by moving the ctrs member
5843         variable into Paragraph::Pimpl.
5844         (counters): new method, returning a reference to pimpl_->ctrs.
5845
5846         * text2.C: ensuing changes.
5847
5848 2002-08-07  John Levon  <levon@movementarian.org>
5849
5850         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
5851
5852         * BufferView_pimpl.C: announce X selection on double/triple
5853           click
5854
5855         * lyx_main.C: use correct bool in batch dispatch
5856
5857         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
5858
5859 2002-08-07  André Pönitz <poenitz@gmx.net>
5860
5861         * funcrequest.h: new class to wrap a kb_action and its argument
5862
5863         * BufferView.[Ch]:
5864         * BufferView_pimpl[Ch]:
5865         * LaTeX.C:
5866         * LyXAction.[Ch]:
5867         * lyxfunc.[Ch]:
5868         * lyxrc.C: subsequent changes
5869
5870
5871 2002-08-07  John Levon  <levon@movementarian.org>
5872
5873         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
5874           document options change.
5875
5876 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
5877
5878         * counters.[Ch]
5879         * text2.C
5880         * paragraph.[Ch]
5881         * makefile.am: move counters functionality over from
5882         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
5883
5884 2002-08-06  John Levon  <levon@movementarian.org>
5885
5886         * WordLangTuple.h: new file for word + language code tuple
5887
5888         * SpellBase.h:
5889         * pspell.h:
5890         * pspell.C:
5891         * ispell.h:
5892         * ispell.C:
5893         * lyxtext.h:
5894         * text.C:
5895         * text2.C:
5896         * BufferView.h:
5897         * BufferView2.C: use WordLangTuple
5898
5899         * layout.h:
5900         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
5901
5902 2002-08-06  John Levon  <levon@movementarian.org>
5903
5904         * lyx_main.C: fix cmdline batch handling
5905
5906 2002-08-06  André Pönitz <poenitz@gmx.net>
5907
5908         * lyxrc.C: set default for show_banner to true
5909
5910 2002-08-06  John Levon  <levon@movementarian.org>
5911
5912         * pspell.C: fix a crash, and allow new aspell to work
5913
5914 2002-08-06  John Levon  <levon@movementarian.org>
5915
5916         * lyxfunc.C:
5917         * kbmap.C: small cleanup
5918
5919         * vspace.h:
5920         * vspace.C: add const
5921
5922 2002-08-05  John Levon  <levon@movementarian.org>
5923
5924         * LyXAction.C: back to tabular-insert
5925
5926 2002-08-04  John Levon  <levon@movementarian.org>
5927
5928         * BufferView.h:
5929         * BufferView.C: cosmetic change
5930
5931         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
5932
5933         * bufferlist.C:
5934         * buffer.h:
5935         * buffer.C:
5936         * lyxcb.h:
5937         * lyxcb.C:
5938         * lyxserver.C:
5939         * lyxvc.C:
5940         * vc-backend.C:
5941         * BufferView2.C: purge all "Lyx" not "LyX" strings
5942
5943         * lyxcursor.h:
5944         * lyxcursor.C: attempt to add some documentation
5945
5946         * lyxfunc.C:
5947         * commandtags.h:
5948         * LyXAction.C:
5949         * ToolbarDefaults.C:
5950         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
5951           merge with LFUN_TABULAR_INSERT
5952
5953         * Makefile.am:
5954         * SpellBase.h:
5955         * ispell.h:
5956         * ispell.C:
5957         * pspell.h:
5958         * pspell.C: split up i/pspell implementations into separate
5959           files, many cleanups
5960
5961         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
5962
5963         * text2.C: some cleanup
5964
5965         * lyxfunc.C: don't check for isp_command == "none" any more, it
5966           didn't make any sense
5967
5968 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
5969
5970         * counters.[Ch]
5971         * text2.C
5972         * paragraph.[Ch]
5973         * makefile.am: move counters functionality over
5974         from text2.C/paragraph.[Ch] to counters.[Ch], and
5975         make proper C++.
5976 2002-08-02  John Levon  <levon@movementarian.org>
5977
5978         * buffer.C: s/lyxconvert/lyx2lyx/
5979
5980 2002-08-02  Angus Leeming  <leeming@lyx.org>
5981
5982         * lyxlex.C: revert John's change as it breaks reading of the user
5983         preamble.
5984
5985 2002-08-02  Angus Leeming  <leeming@lyx.org>
5986
5987         * importer.C (Import):
5988         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
5989         changes due to LyXView::view() now returning a boost::shared_ptr.
5990
5991 2002-08-02  John Levon  <levon@movementarian.org>
5992
5993         * lyxlex.C: small cleanup
5994
5995 2002-08-02  John Levon  <levon@movementarian.org>
5996
5997         * text2.C (status): small cleanup, no logic change
5998
5999 2002-08-01  John Levon  <levon@movementarian.org>
6000
6001         * buffer.h:
6002         * buffer.C (writeFile): don't output alerts, caller
6003           handles this
6004
6005         * bufferlist.C:
6006         * lyx_cb.C: from above
6007
6008         * lyxfunc.C: allow to open non-existent files
6009
6010 2002-07-31  John Levon  <levon@movementarian.org>
6011
6012         * lyxserver.C: don't let incidental errors get
6013           in the way (errno)
6014
6015 2002-07-30  John Levon  <levon@movementarian.org>
6016
6017         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6018
6019 2002-07-30  John Levon  <levon@movementarian.org>
6020
6021         * lyxserver.h:
6022         * lyxserver.C: remove I/O callback too
6023
6024 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6025
6026         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6027         log.
6028
6029 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6030
6031         * many files: strip,frontStrip -> trim,ltrim,rtrim
6032
6033 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6034
6035         * PrinterParams.h: remove extern containsOnly, and include
6036         support/lstrings.h instead.
6037
6038         * LaTeX.C (scanAuxFile): modify because of strip changes
6039         (deplog): ditto
6040         * buffer.C (makeLaTeXFile): ditto
6041         * bufferparams.C (writeFile): ditt
6042         * lyxfont.C (stateText): ditto
6043         * lyxserver.C (read_ready): ditto
6044         * vc-backend.C (scanMaster): ditto
6045
6046         * BufferView_pimpl.h: ws changes
6047
6048         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6049
6050 2002-07-26  André Pönitz <poenitz@gmx.net>
6051
6052         * kb_sequence.C: remove unnedred usings
6053
6054 2002-07-26  Juergen Vigna  <jug@sad.it>
6055
6056         * lyxfind.C (LyXReplace): we have to check better if the returned
6057         text is not of theLockingInset()->getLockingInset().
6058
6059 2002-07-25  Juergen Vigna  <jug@sad.it>
6060
6061         * lyxfind.C (LyXReplace): don't replace if we don't get the
6062         right LyXText.
6063
6064         * undo_funcs.C (createUndo): remove debugging code.
6065
6066 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6067
6068         * buffer.C (parseSingleLyXformat2Token): Use default placement
6069         when reading old floats.
6070
6071         * FloatList.C (FloatList): Change the default placement of figure
6072         and tables to "tbp".
6073
6074 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6075
6076         * MenuBackend.C: using std::max
6077
6078 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6079
6080         * MenuBackend.C (expandToc):
6081         (expandToc2): code moved from xforms menu frontend. It is now
6082         generic and TOCs are transparent to menu frontends.
6083
6084 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6085
6086         * toc.C (getTocList): protect against buf=0
6087
6088         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6089         Menu as first parameter. Now, this calls itself recursively to
6090         expand a whole tree (this will be useful for TOC handling)
6091         (expandFloatInsert): remove 'wide' version of floats
6092
6093         * MenuBackend.h (submenuname): returns the name of the submenu.
6094         (submenu): returns the submenu itself, provided it has been
6095         created by MenuBackend::expand
6096
6097 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6098
6099         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6100         insets which have noFontChange == true. (bug #172)
6101
6102 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6103
6104         * BufferView_pimpl.C: add connection objects and use them...
6105         (Pimpl): here.
6106
6107 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6108
6109         * MenuBackend.C (expandLastfiles):
6110         (expandDocuments):
6111         (expandFormats):
6112         (expandFloatListInsert):
6113         (expandFloatInsert):
6114         (expand): split expand in parts
6115
6116 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6117
6118         * lyx_gui.C: use lyx_gui::exit()
6119
6120 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6121
6122         * LyXAction.C: show the failing pseudo action
6123
6124 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6125
6126         * buffer.C (readFile): Run the lyxconvert script in order to read
6127         old files.
6128
6129 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6130
6131         * LyXAction.C:
6132         * commandtags.h:
6133         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6134
6135 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6136
6137         * LyXAction.C:
6138         * commandtags.h:
6139         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6140
6141 2002-07-22  Herbert Voss  <voss@lyx.org>
6142
6143         * lengthcommon.C:
6144         * lyxlength.[Ch]: add support for the vertical lengths
6145
6146 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6147
6148         * toc.[Ch]: std:: fixes
6149
6150 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6151
6152         * lyxrc.C: do not include lyx_main.h
6153
6154         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6155         for layouts
6156
6157         * lyxrc.C:
6158         * encoding.C:
6159         * bufferlist.C:
6160         * BufferView2.C: include "lyxlex.h"
6161
6162         * tabular.h:
6163         * bufferparams.h: do not #include "lyxlex.h"
6164
6165         * lyxtextclasslist.C (Add): remove method
6166         (classlist): renamed to classlist_
6167
6168         * paragraph_pimpl.C:
6169         * paragraph.C:
6170         * text2.C:
6171         * CutAndPaste.C:
6172         * bufferview_funcs.C:
6173         * bufferlist.C:
6174         * text.C:
6175         * LaTeXFeatures.C:
6176         * buffer.C:
6177         * toc.C (getTocList): use BufferParams::getLyXTextClass
6178
6179         * toc.C (getTocList): use InsetFloat::addToToc
6180
6181         * toc.[Ch]: new files, containing helper functions to handle table
6182         of contents
6183
6184         * lyxfunc.C (dispatch): no need to remove spaces around command
6185         given as a string
6186         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6187         first command of the sequence; it is not very clever, but I do not
6188         have a better idea, actually
6189
6190         * LyXAction.C (LookupFunc): make sure to remove space at the
6191         beginning and end of the command
6192
6193 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6194
6195         * MenuBackend.C (getMenubar): new method: return the menubar of
6196         this menu set
6197         (read): treat differently reading of menu and menubar (in
6198         particular, the menubar has no name now)
6199         (Menu::menubar): remove
6200
6201         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6202         saving is finished
6203
6204 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6205
6206         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6207         a bibitem inset in a RTL paragraph.
6208
6209 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6210
6211         * paragraph_pimpl.C: constify
6212
6213         * BufferView_pimpl.C:
6214         * LaTeX.C:
6215         * lyxfunc.C: fix dispatch in a nicer way
6216
6217 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6218
6219         * lyxfunc.C (dispatch):
6220         * BufferView_pimpl.C:
6221         * BufferView_pimpl.h:
6222         * BufferView.C:
6223         * BufferView.h: rename Dispatch() to dispatch()
6224
6225         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6226
6227         * lyxlayout.C (Read): honor DependsOn tag
6228
6229         * lyxlayout.[Ch] (depends_on): new method
6230
6231         * version.C.in: update lyx_docversion
6232
6233         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6234
6235         * paragraph.C (validate): remove from here...
6236         * paragraph_pimpl.C (validate): ... and move here
6237         (isTextAt): make it const
6238
6239         * buffer.C (getLists): ws cleanup
6240
6241 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6242
6243         * language.C (read): Use iso8859-1 encoding in latex_lang
6244         (this prevents LyX from crashing when using iso10646-1 encoding).
6245
6246 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6247
6248         * text2.C (toggleInset): if cursor is inside an inset, close the
6249         inset and leave cursor _after_ it
6250
6251 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6252
6253         * lyxfunc.C: move minibuffer completion handling out of here
6254
6255 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6256
6257         * BufferView_pimpl.C:
6258         * LaTeX.C: fix dispatch calls
6259
6260 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6261
6262         * text.C (drawChars): Fix Arabic text rendering.
6263
6264 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6265
6266         * LyXAction.C:
6267         * commandtags.h:
6268         * lyxfunc.C: remove message-push/pop
6269
6270         * lyxserver.C:
6271         * lyxfunc.h:
6272         * lyxfunc.C: rationalise some code by removing verboseDispatch
6273           in favour of a bool argument to dispatch()
6274
6275 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6276
6277         * lyx_main.C (init): make sure to read symlinks as absolute paths
6278
6279 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6280
6281         * lyxfunc.h:
6282         * lyxfunc.C: no need for commandshortcut to be a member
6283
6284 2002-07-15  André Pönitz <poenitz@gmx.net>
6285
6286         * converter.C: add support for $$s (scripts from lib/scripts dir)
6287         * lyx_main.C: white space
6288
6289 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6290
6291         * bufferlist.C:
6292         * lyxrc.h:
6293         * lyxrc.C: remove second exit confirmation
6294
6295 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6296
6297         * BufferView.h:
6298         * BufferView.C:
6299         * BufferView2.C:
6300         * BufferView_pimpl.h:
6301         * BufferView_pimpl.C:
6302         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6303
6304 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6305
6306         * MenuBackend.C (expand): add numeric shortcuts to document menu
6307
6308         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6309
6310 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6311
6312         * lyxfont.C (setLyXFamily):
6313         (setLyXSeries):
6314         (setLyXShape):
6315         (setLyXSize):
6316         (setLyXMisc):
6317         (lyxRead):
6318         * debug.C (value):
6319         * buffer.C (asciiParagraph): use ascii_lowercase
6320
6321 2002-07-15  Mike Fabian  <mfabian@suse.de>
6322
6323         * lyxlex_pimpl.C (search_kw):
6324         * lyxlex.C (getLongString):
6325         * converter.h (operator<):
6326         * converter.C (operator<):
6327         * buffer.C (parseSingleLyXformat2Token):
6328         (asciiParagraph):
6329         * ToolbarDefaults.C (read):
6330         * MenuBackend.C (checkShortcuts):
6331         (read):
6332         * LColor.C (getFromGUIName):
6333         (getFromLyXName): use the compare_ascii_no_case instead of
6334         compare_no_case, because in turkish, 'i' is not the lowercase
6335         version of 'I', and thus turkish locale breaks parsing of tags.
6336
6337 2002-07-16  Angus Leeming  <leeming@lyx.org>
6338
6339         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6340         now takes a Buffer const & argument.
6341
6342 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6343
6344         * BufferView.C (resize): check there's a buffer to resize
6345
6346 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6347
6348         * lyxfunc.C: remove dead code
6349
6350         * lyxserver.h:
6351         * lyxserver.C: use lyx_guii::set_read_callback
6352
6353 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6354
6355         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6356         an inset in a RTL paragraph.
6357
6358 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6359
6360         * lyxfunc.C: repaint after a font size update
6361
6362 2002-07-15  André Pönitz <poenitz@gmx.net>
6363
6364         * lyxlength.C: inBP should be able to return negative values
6365
6366 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6367
6368         * lyxfunc.C: use lyx_gui::update_fonts()
6369
6370 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6371
6372         * lyxfunc.C: use lyx_gui::update_color()
6373
6374 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6375
6376         * bufferlist.C:
6377         * lyxfunc.h:
6378         * lyxfunc.C:
6379         * lyxrc.h:
6380         * lyxrc.C: remove file->new asks for name option, and let
6381           buffer-new take an argument
6382
6383 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6384
6385         * BufferView_pimpl.C: remove unneeded extra repaint()
6386
6387 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6388
6389         * LyXAction.C: allow command-sequence with NoBuffer
6390
6391         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6392
6393 2002-07-10  Angus Leeming  <leeming@lyx.org>
6394
6395         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6396
6397 2002-07-09  Angus Leeming  <leeming@lyx.org>
6398
6399         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6400
6401 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6402
6403         * lengthcommon.h: whitespace
6404
6405         * lyxfunc.C: update scrollbar after goto paragraph
6406
6407         * lyxtext.h: factor out page break drawing, and fix it so
6408           page break/added space paints as selected nicely
6409
6410 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6411
6412         * BufferView_pimpl.C: add FIXMEs, clean up a little
6413
6414 2002-07-09  André Pönitz <poenitz@gmx.net>
6415
6416         * lyxfont.[Ch]: support for wasy symbols
6417
6418 2002-07-08  André Pönitz <poenitz@gmx.net>
6419
6420         * BufferView_pimpl.C: apply John's patch for #93.
6421
6422 2002-07-05  Angus Leeming  <leeming@lyx.org>
6423
6424         * BufferView_pimpl.C (buffer): generate previews if desired.
6425
6426         * LColor.h: add "preview" to the color enum.
6427
6428         * LColor.C (LColor): add a corresponding entry to the items array.
6429
6430         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6431         with this buffer.
6432
6433 2002-07-05  Angus Leeming  <leeming@lyx.org>
6434
6435         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6436         The body of the code is now in the method that is passed an ostream &
6437         rather than a file name.
6438         Pass an additional only_preamble parameter, useful for the forthcoming
6439         preview stuff.
6440
6441 2002-07-03  André Pönitz <poenitz@gmx.net>
6442
6443         * lyxfunc.C: simplify getStatus() a bit for math stuff
6444
6445 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6446
6447         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6448
6449 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6450
6451         * text.C (changeRegionCase): do not change case of all the
6452         document when region ends at paragraph end (bug #461)
6453
6454 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6455
6456         * paragraph.C (startTeXParParams):
6457         (endTeXParParams): add \protect when necessary
6458
6459 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6460
6461         * BufferView_pimpl.C (workAreaExpose): remove warning
6462
6463 2002-06-27  Angus Leeming  <leeming@lyx.org>
6464
6465         * Makefile.am: add lyxlayout_ptr_fwd.h.
6466
6467 2002-06-26  André Pönitz <poenitz@gmx.net>
6468
6469         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6470
6471 2002-06-25  Angus Leeming  <leeming@lyx.org>
6472
6473         * lyxfunc.C (dispatch): Comment out the call to
6474         grfx::GCache::changeDisplay. The method no longer exists now that the
6475         pixmap generation part of the graphics loader has been moved into
6476         InsetGraphics.
6477
6478 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6479
6480         * text2.C: layout as layout
6481
6482         * text.C: layout as layout
6483
6484         * tabular.C (OldFormatRead): layout as layout
6485
6486         * paragraph_pimpl.C (TeXDeeper): layout as layout
6487         (realizeFont): layout as layout
6488
6489         * paragraph.C (writeFile): layout as layout
6490         (validate): layout as layout
6491         (getFont): layout as layout
6492         (getLabelFont): layout as layout
6493         (getLayoutFont): layout as layout
6494         (breakParagraph): layout as layout
6495         (stripLeadingSpaces): layout as layout
6496         (getEndLabel): layout as layout
6497         (getMaxDepthAfter): layout as layout
6498         (applyLayout): layout as layout
6499         (TeXOnePar): layout as layout
6500         (simpleTeXOnePar): layout as layout
6501         (TeXEnvironment): layout as layout
6502         (layout): layout as layout
6503         (layout): layout as layout
6504
6505         * lyxtextclass.C (compare_name): new functor to work with
6506         shared_ptr, layout as layout
6507         (Read): layout as layout
6508         (hasLayout): layout as layout
6509         (operator): layout as layout
6510         (delete_layout): layout as layout
6511         (defaultLayout): layout as layout
6512
6513         * lyxlayout_ptr_fwd.h: new file
6514
6515         * lyxlayout.C (Read): layout as layout
6516
6517         * lyx_cb.C (MenuInsertLabel): layout as layout
6518
6519         * bufferlist.C (newFile): layout as layout
6520
6521         * buffer.C (readLyXformat2): layout as layout
6522         (parseSingleLyXformat2Token): layout as layout
6523         (insertStringAsLines): layout as layout
6524         (asciiParagraph): layout as layout
6525         (latexParagraphs): layout as layout
6526         (makeLinuxDocFile): layout as layout
6527         (simpleLinuxDocOnePar): layout as layout
6528         (makeDocBookFile): layout as layout
6529         (simpleDocBookOnePar): layout as layout
6530         (getLists): layout as layout
6531
6532         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6533
6534         * CutAndPaste.C (cutSelection): layout as layout
6535         (pasteSelection): layout as layout
6536         (SwitchLayoutsBetweenClasses): layout as layout
6537
6538         * BufferView_pimpl.C (Dispatch): layout as layout
6539         (smartQuote): layout as layout
6540
6541         * BufferView2.C (unlockInset): layout as layout
6542
6543 2002-06-24  André Pönitz <poenitz@gmx.net>
6544
6545         * lyxfunc.C: fix #487
6546
6547 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6548
6549         * lyxrc.h:
6550         * lyxrc.C:
6551         * lyxfunc.C: remove display_shortcuts, show_banner
6552
6553 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6554
6555         * Buffer_pimpl.C: oops, update on resize
6556
6557 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6558
6559         * buffer.C:
6560         * converter.C:
6561         * exporter.C:
6562         * lyxfunc.C:
6563         * BufferView.h:
6564         * BufferView.C: use repaint()
6565
6566         * BufferView_pimpl.h:
6567         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6568           as it's a clearer description. Remove superfluous
6569           redraws.
6570
6571 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6572
6573         * text.C: fix bug 488. Not ideal, but getting
6574           getWord() to work properly for the insets that
6575           matter is more difficult ...
6576
6577 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6578
6579         * BufferView_pimpl.C:
6580         * LyXAction.C:
6581         * commandtags.h:
6582         * lyxfunc.C: remove the six million index lyxfuncs to just
6583           one, and DTRT (bug 458)
6584
6585 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6586
6587         * BufferView.h:
6588         * BufferView.C:
6589         * BufferView_pimpl.h:
6590         * BufferView_pimpl.C: clean up resize() stuff,
6591           and unnecessary updateScreen()s
6592
6593 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6594
6595         * BufferView.h:
6596         * BufferView.C:
6597         * BufferView_pimpl.h:
6598         * BufferView_pimpl.C:
6599         * lyxfind.h:
6600         * lyxfind.C:
6601         * minibuffer.C: remove focus management of workarea,
6602           not needed. Use screen's greyOut()
6603
6604 2002-06-17  Herbert Voss  <voss@lyx.org>
6605
6606         * converter.C: (convert) do not post a message, when converting
6607         fails, let the calling function decide what to do in this case
6608
6609 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6610
6611         * lyxfunc.C: tidy up a little
6612
6613 2002-06-16    <alstrup@diku.dk>
6614
6615         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6616         Got rid of FORMS_H_LOCATION include. Now we are
6617         GUII.
6618
6619 2002-06-15  LyX Development team  <lyx@rilke>
6620
6621         * buffer.[Ch] (sgmlOpenTag):
6622         (sgmlCloseTag): Added support for avoiding pernicious mixed
6623         content. Return number of lines written.
6624
6625         (makeLinuxDocFile):
6626         (makeDocBookFile): Fixed calls to sgml*Tag.
6627         Simple white space clean.
6628
6629         (simpleDocBookOnePar): Simple white space clean.
6630
6631         * tabular.[Ch] (docBook): Renamed to docbook and got another
6632         argument to related with the pernicious mixed content.
6633
6634         (docbookRow): Fixed calls for docbook inset method.
6635
6636 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6637
6638         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6639         so it's X11 independent.
6640
6641         * kb*.[Ch]: ditto.
6642
6643         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6644
6645 2002-06-15  Lyx Development team  <lyx@electronia>
6646
6647         * intl.h: Renamed getTrans to getTransManager.
6648
6649 2002-06-14  Angus Leeming  <leeming@lyx.org>
6650
6651         * Makefile.am: nuke forgotten stl_string_fwd.h.
6652
6653 2002-06-12  Angus Leeming  <leeming@lyx.org>
6654
6655         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6656
6657 2002-06-13  Angus Leeming  <leeming@lyx.org>
6658
6659         * LaTeX.C:
6660         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6661
6662 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
6663
6664         * kbmap.C (getiso): add support for cyrillic and greek
6665
6666 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6667
6668         * BufferView.h:
6669         * BufferView.C:
6670         * BufferView_pimpl.h:
6671         * BufferView_pimpl.C: move bogus scrolling logic
6672           to xforms
6673
6674 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6675
6676         * lyxfunc.C:
6677         * BufferView_pimpl.C: view->resize() change
6678
6679 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6680
6681         * BufferView_pimpl.C: topCursorVisible
6682           prototype change
6683
6684 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6685
6686         * Makefile.am:
6687         * lyx_gui.h:
6688         * lyx_gui.C: move to frontends/
6689
6690         * main.C:
6691         * lyx_main.h:
6692         * lyx_main.C: changes from above
6693
6694 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6695
6696         * intl.C:
6697         * intl.h:
6698         * kbmap.C:
6699         * kbsequence.C:
6700         * lyx_cb.C:
6701         * lyx_main.C: minor tidy
6702
6703 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6704
6705         * BufferView_pimpl.h:
6706         * BufferView_pimpl.C:
6707         * BufferView.h:
6708         * BufferView.C: make painter() const,
6709           remove dead code
6710
6711         * BufferView2.C: use screen() accessor
6712
6713         * lyx_main.h:
6714         * lyx_main.C: some minor cleanup
6715
6716 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6717
6718         * BufferView_pimpl.h:
6719         * BufferView_pimpl.C: remove enter/leaveView,
6720           use workHeight()
6721
6722 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6723
6724         * BufferView.h:
6725         * BufferView.C:
6726         * BufferView2.C:
6727         * BufferView_pimpl.h:
6728         * BufferView_pimpl.C: only construct screen once,
6729           rename
6730
6731         * lyxrc.C: remove pointless comment
6732
6733 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6734
6735         * BufferView.h:
6736         * BufferView.C: remove active() and belowMouse()
6737
6738         * BufferView_pimpl.h:
6739         * BufferView_pimpl.C: use workarea() not workarea_,
6740           and make it use a scoped_ptr instead
6741
6742 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6743
6744         * lyx_gui.C: add debug message on BadWindow
6745
6746 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6747
6748         * sp_spell.C: fdopen is not part of the C++ standard.
6749
6750         * paragraph.C (InsetIterator): use >= instead of ==
6751
6752 2002-06-07  Angus Leeming  <leeming@lyx.org>
6753
6754         Fixes needed to compile with Compaq cxx 6.5.
6755         * BufferView_pimpl.C:
6756         * DepTable.C:
6757         * buffer.C:
6758         * converter.C:
6759         * encoding.C:
6760         * lyx_gui.C:
6761         * lyx_main.C:
6762         * lyxtextclasslist.C:
6763         * minibuffer.C:
6764         * sp_spell.C:
6765         * tabular_funcs.C:
6766         * vc-backend.C:
6767         all c-library variables have been moved into namespace std. Wrap
6768         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
6769
6770         * lyxlength.C:
6771         * tabular-old.C:
6772         * tabular.C:
6773         Add a using std::abs declaration.
6774
6775         * kbmap.h (modifier_pair):
6776         * paragraph.h (InsetTable, InsetList):
6777         * lyxfont.h (FontBits):
6778         type definition made public.
6779
6780         * bufferlist.C (emergencyWriteAll): the compiler complains that
6781         there is more than one possible lyx::class_fun template to choose from.
6782         I re-named the void specialisation as lyx::void_class_fun.
6783
6784         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
6785
6786         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
6787         the compiler is is unable to find tostr in write_attribute.
6788
6789 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6790
6791         * buffer.C (sgmlError): hide #warning
6792
6793 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6794
6795         * xtl/*: get rid of xtl, which is not in use anyway
6796
6797         * LyXAction.C (init):
6798         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
6799         were unimplemented xtl experimentation
6800
6801 2002-06-04  André Pönitz <poenitz@gmx.net>
6802
6803         * lyxfunc.C: disable array operation on simple formulae
6804
6805 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
6806
6807         * converter.C: constify a bit
6808
6809 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
6810
6811         * lyx_gui.C: check xforms version correctly
6812
6813 2002-04-30  Herbert Voss  <voss@lyx.org>
6814
6815         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
6816         "keep" option
6817
6818 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
6819
6820         * lyxvc.C: fix bug 416 (make sure buffer is saved before
6821           attempt to register it with a VCS)
6822
6823 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6824
6825         * lyx_main.C (init): honor variables LYX_DIR_13x and
6826         LYX_USERDIR_13x
6827
6828 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6829
6830         * buffer.h:
6831         * buffer.C:
6832         * lyx_main.C: fix a crash on bad command line,
6833           and give a useful exit status on error
6834
6835         * lyxfunc.C (doImport): allow -i lyx to work
6836
6837 2002-03-30  André Pönitz <poenitz@gmx.net>
6838
6839         * lyxfunc.C: mathed font changes
6840
6841 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6842
6843         * LaTeX.C:
6844         * importer.h:
6845         * importer.C:
6846         * lyx_sty.h:
6847         * lyx_sty.C:
6848         * lyxlex.C:
6849         * lyxrow.h:
6850         * lyxtext.h:
6851         * paragraph.h:
6852         * paragraph.C:
6853         * texrow.h:
6854         * texrow.C:
6855         * text.C:
6856         * trans_mgr.h: srcdocs, and some minor cleanups
6857
6858 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6859
6860         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
6861         call getFont all the time)
6862
6863 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6864
6865         * switch from SigC signals to boost::signals
6866
6867 2002-05-29  André Pönitz <poenitz@gmx.net>
6868
6869         * paragraph_pimpl.C (getChar): don't call size() too often...
6870
6871 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6872
6873         * paragraph_pimpl.C (insertChar): do not try to update tables when
6874         appending (pos == size())
6875
6876         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
6877         in order to reduce drastically the number of comparisons needed to
6878         parse a large document
6879
6880 2002-05-29  André Pönitz <poenitz@gmx.net>
6881
6882         * text.C:
6883         * text2.C:
6884         * lyxtextclass.C:
6885         * sp_pspell.h:
6886         * textclasslist.[Ch]:
6887         * sp_ispell.h: whitespace change
6888
6889 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6890
6891         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
6892         lyxaction directly now.
6893
6894 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
6895
6896         * trans.C:
6897         * lyxfont.C:
6898         * lyxvc.C: remove unused headers
6899
6900 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6901
6902         * Makefile.am:
6903         * buffer.h:
6904         * undostack.h:
6905         * undostack.C:
6906         * undo_funcs.h:
6907         * undo_funcs.C: some cleanups. Use shared_ptr
6908           and a template for the undo stacks.
6909
6910 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6911
6912         * BufferView_pimpl.h:
6913         * BufferView_pimpl.C:
6914         * kbmap.h:
6915         * kbmap.C:
6916         * kbsequence.h:
6917         * kbsequence.C:
6918         * lyxfunc.h:
6919         * lyxfunc.C:
6920         * text2.C: use key_state/mouse_state
6921
6922 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6923
6924         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
6925         and LSubstring
6926
6927         * chset.C: change include order
6928         (loadFile): use boost regex and get rid of LRegex and LSubstring
6929
6930         * Makefile.am (BOOST_LIBS): new variable
6931         (lyx_LDADD): use it
6932
6933         * LaTeX.C: change include order.
6934         (scanAuxFile): use boost regex and get rid of LRegex and
6935         LSubstring
6936         (deplog): ditto
6937
6938 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6939
6940         * ColorHandler.h:
6941         * ColorHandler.C:
6942         * FontInfo.h:
6943         * FontInfo.C: moved to frontends/xforms/
6944
6945         * FontLoader.h:
6946         * FontLoader.C: moved into frontends for GUIIzation
6947
6948         * Makefile.am:
6949         * lyx_gui.C:
6950         * lyxfont.C:
6951         * lyxfunc.C: changes from above
6952
6953 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6954
6955         * LColor.C: remove spurious X include
6956
6957         * BufferView_pimpl.C:
6958         * Makefile.am:
6959         * font.h:
6960         * font.C:
6961         * text.C:
6962         * text2.C: move font metrics to frontends/
6963
6964 2002-05-24  Juergen Vigna  <jug@sad.it>
6965
6966         * undo_funcs.C (textHandleUndo): fix the cursor selection after
6967         setting the undo_cursor.
6968
6969         * ParagraphParameters.h: include local includes first.
6970
6971 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6972
6973         * BufferView_pimpl.C:
6974         * BufferView_pimpl.h:
6975         * Makefile.am:
6976         * WorkArea.h:
6977         * WorkArea.C:
6978         * screen.C: move WorkArea into frontends/
6979
6980         * lyxscreen.h:
6981         * screen.C:
6982         * text.C:
6983         * BufferView.C:
6984         * BufferView2.C: move LyXScreen into frontends/
6985
6986         * lyxlookup.h:
6987         * lyxlookup.C:
6988         * lyx_gui.C: move lyxlookup into frontends/xforms/
6989
6990 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6991
6992         * BufferView2.C:
6993         * BufferView_pimpl.C:
6994         * FontLoader.C:
6995         * LyXView.h:
6996         * LyXView.C:
6997         * Makefile.am:
6998         * WorkArea.C:
6999         * XFormsView.h:
7000         * XFormsView.C:
7001         * buffer.C:
7002         * bufferlist.C:
7003         * bufferview_funcs.C:
7004         * converter.C:
7005         * importer.C:
7006         * lyx_cb.C:
7007         * lyx_gui.C:
7008         * lyx_main.C:
7009         * lyx_find.C:
7010         * lyxfunc.C:
7011         * lyxvc.C:
7012         * minibuffer.C:
7013         * text.C:
7014         * text2.C:
7015         * trans.C:
7016         * vc-backend.C: move LyX/XFormsView into frontends/
7017
7018 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7019
7020         * Makefile.am:
7021         * PainterBase.C:
7022         * PainterBase.h:
7023         * Painter.C:
7024         * Painter.h:
7025         * WorkArea.C:
7026         * WorkArea.h:
7027         * screen.C:
7028         * tabular.C:
7029         * text.C:
7030         * text2.C: move Painter to frontends/
7031
7032 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7033
7034         * buffer.C: comment out some some code that depend upon lyx_format
7035         < 220
7036
7037         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7038         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7039
7040         * buffer.h (NO_COMPABILITY): turn off compability
7041
7042         * ColorHandler.C: include scoped_array.hpp
7043
7044         * font.C: Use more specific smart_ptr header.
7045         * Painter.C: ditto
7046         * gettext.C: ditto
7047         * ShareContainer.h: ditto
7048         * lyx_main.h: ditto
7049         * kbmap.h: ditto
7050         * FontInfo.h: ditto
7051         * BufferView_pimpl.h: ditto
7052         * ColorHandler.h: ditto
7053
7054         * kbmap.C (defkey): change call to shared_ptr::reset
7055
7056 2002-05-21  Juergen Vigna  <jug@sad.it>
7057
7058         * buffer.C (insertErtContents): fix to insert ert asis if it is
7059         non empty. Skip it completely if it contains only whitespaces.
7060
7061 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7062
7063         * BufferView_pimpl.C:
7064         * BufferView2.C: clear selection on paste (bug 393)
7065
7066 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7067
7068         * DepTable.C: include ctime
7069
7070 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7071
7072         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7073
7074 2002-05-14  Juergen Vigna  <jug@sad.it>
7075
7076         * text.C (breakParagraph): fixed function to honor the keepempty
7077         layout in the right maner and also to permit the right breaking
7078         algorithm on empty or non empyt keepempty paragraphs.
7079
7080         * paragraph.C (breakParagraph): we have to check also if the par
7081         is really empty (!size()) for isempty otherwise we do the wrong
7082         paragraph break.
7083
7084 2002-05-10  Juergen Vigna  <jug@sad.it>
7085
7086         * buffer.[Ch] : The following are only changes to the ert
7087         compatibility read reading old LaTeX layout and font stuff and
7088         convert it to ERTInsets.
7089
7090         * buffer.h: added isErtInset().
7091
7092         * buffer.C (struct ErtComp): add a fromlayout bool to check
7093         if we're inside a LaTeX layout.
7094         (isErtInset): new helper function.
7095         (insertErtContents): look for other ert insets before this one
7096         and insert the contents there, so that we don't have subsequent
7097         ERT insets with nothing between them. This way we create only one
7098         inset with multiple paragraphs. Also check if we don't insert only
7099         spaces ' ' as they are ignored anyway afterwards in the .tex file
7100         so if we have only spaces we will ignore this latex part in the
7101         new file.
7102         (parseSingleLyXformat2Token \\layout): better compatibility when
7103         reading layout-latex stuff.
7104         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7105         language tag.
7106         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7107         stuff after reading the inset only get the information back from
7108         the stack.
7109
7110 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7111
7112         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7113
7114         * LaTeXFeatures.C (getBabelOptions): New method.
7115
7116 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7117
7118         * BufferView_pimpl.C (Dispatch): work around missing argument for
7119         'layout'
7120
7121 2002-05-08  Juergen Vigna  <jug@sad.it>
7122
7123         * text.C (leftMargin): handle paragraph leftindent.
7124
7125         * paragraph.C (writeFile): write the new \\leftindent tag.
7126         (validate): handle leftindent code.
7127         (TeXEnvironment): handle paragraphleftindent code again.
7128
7129         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7130
7131         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7132         for paragrap_extra indent code and new token \\leftindent.
7133         (latexParagraphs): handle the leftindent as environment.
7134
7135         * ParameterStruct.h: added leftindent support.
7136
7137         * ParagraphParameters.C (leftIndent): added support functions for
7138         the paragraph left indent.
7139
7140         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7141         more appropriate.
7142
7143 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7144
7145         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7146         inside insetERT.
7147
7148         * text.C (computeBidiTables): No bidi in insetERT.
7149
7150         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7151         in RTL documents.
7152
7153 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7154
7155         * version.C.in: pre 5
7156
7157 2002-05-02  José Matos  <jamatos@fep.up.pt>
7158         * buffer.C (makeDocBookFile): white space changes, add newline to
7159         command styles.
7160         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7161
7162         * tabular.C (docBook): fix typo.
7163
7164 2002-05-03  Juergen Vigna  <jug@sad.it>
7165
7166         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7167         change in LyXText as we can not be sure it was not freed.
7168         (drawOneRow): remove unused code.
7169
7170         * text.C (drawInset): redo the calculation of the need_break_row as
7171         it could have a row which was already freed.
7172         (draw): look at the return value of drawInset and return false if
7173         it also returned false.
7174         (paintRowText): look at the return value of draw and return false if
7175         it also returned false.
7176
7177         * lyxtext.h: added bool return type to drawInset() and draw() so that
7178         if we have a change in the row so that the rowbreak has to be redone
7179         we abort drawing as it will be called again.
7180
7181 2002-05-02  Juergen Vigna  <jug@sad.it>
7182
7183         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7184         a change in the maintext also if we're inside an inset.
7185         (Dispatch): set the cursor again after a break line and after the
7186         screen has been updated as it could be we're in a different row.
7187
7188         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7189         to set the cursor behind the pargraph with > size().
7190         (setCursor): check also for the same paragraph when checking where
7191         to put the cursor if we have a NFR inset.
7192
7193         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7194         parts of layout read further up as it still was in the wrong
7195         position.
7196
7197 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7198
7199         * screen.C (drawFromTo): change sine fullRebreak always return
7200         true.
7201
7202         * buffer.C (parseSingleLyXformat2Token): reindent some
7203
7204         * BufferView_pimpl.C (update): change since fullRebreak always
7205         return true.
7206         (Dispatch): git rid of the last hardcoded "Standard"s.
7207
7208 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7209
7210         * text2.[Ch] (fullRebreak): make it return void now that we always
7211         returned true.
7212
7213 2002-04-30  Juergen Vigna  <jug@sad.it>
7214
7215         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7216         ert compatibility check for "latex" layout.
7217
7218 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7219
7220         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7221         minipages: use col% instead of p%, and also use the current font.
7222         (makeLaTeXFile): Fix use babel condition.
7223         (parseSingleLyXformat2Token): Correct font when reading old floats.
7224
7225 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7226
7227         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7228         inserting list of floats.
7229
7230 2002-04-25  Herbert Voss  <voss@lyx.org>
7231
7232         * MenuBackend.C (expand): don't add the graphics extensions to the
7233         export menu
7234
7235 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7236
7237         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7238         non-existing layout, do not complain if it was the default layout
7239         of the original class (bug #342)
7240
7241 2002-04-24  Juergen Vigna  <jug@sad.it>
7242
7243         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7244         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7245
7246 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7247
7248         * buffer.C (getBibkeyList): If using \bibliography, return the
7249         option field with the reference itself. Enables us to provide natbib
7250         support when using \bibliography.
7251
7252 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7253
7254         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7255
7256         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7257         natbib is provided by the LaTeX class.
7258
7259 2002-04-23  Juergen Vigna  <jug@sad.it>
7260
7261         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7262         Wakeup functions.
7263
7264         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7265
7266 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7267
7268         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7269
7270         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7271         ensuremath around textordmasculine, textordfeminine and
7272         textdegree.
7273
7274 2002-04-19  Juergen Vigna  <jug@sad.it>
7275
7276         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7277         reinitializing the buffer otherwise row-dimensions may be wrong.
7278         (update): reset also the selection cursors if they do exits otherwise
7279         their x/y positions may be wrong.
7280
7281         * text2.C (cursorDown): don't enter the inset if we came from a row
7282         above and are one row over the inset.
7283
7284         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7285         really leaving an inset.
7286
7287 2002-04-18  Juergen Vigna  <jug@sad.it>
7288
7289         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7290         of the selected paragraph does not have the selected layout also if
7291         the last one had!
7292
7293         * text2.C (setLayout): fixed bug which did not change last selected
7294         paragraph.
7295
7296         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7297         changed the read and substituted \\end_float with \\end_inset!
7298
7299         * BufferView_pimpl.C (cursorPrevious):
7300         (cursorNext): fixed to make it work with rows heigher than the work
7301         area without moving the cursor only the draw of the row.
7302         (workAreaMotionNotify): fix jumping over high rows.
7303
7304 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7305
7306         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7307         Ressler.
7308
7309 2002-04-16  Juergen Vigna  <jug@sad.it>
7310
7311         * text2.C (setCursor): set also the irow().
7312         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7313         (cursorUp):
7314         (cursorDown): support for locking an inset if the x_fix value goes
7315         inside it. That way I can transverse insets too with cursor up/down.
7316
7317         * lyxrow.h: added irow helper function same as other (i) functions.
7318
7319         * BufferView_pimpl.C (cursorPrevious):
7320         (cursorNext): fixed for insets!
7321
7322 2002-04-15  Juergen Vigna  <jug@sad.it>
7323
7324         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7325         position otherwise it is wrong in some cases.
7326
7327         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7328         inside the inset before the call.
7329
7330 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7331
7332         * buffer.[Ch] (getBibkeyList): make it const.
7333
7334 2002-04-12  Juergen Vigna  <jug@sad.it>
7335
7336         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7337
7338         * text2.C (getCursorX): new helper function
7339         (setCursor): compute also ix_
7340         (setCursorFromCoordinates): set also ix.
7341
7342         * lyxcursor.h: added ix_ and helper functions.
7343
7344         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7345
7346         * buffer.C (insertStringAsLines): dont break paragraph if the this
7347         paragraph is inside an inset which does not permit it!
7348
7349         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7350         also with no chars on this paragraph.
7351         (paintRowText): only paint stuff if it's inside the workarea!
7352
7353         * paragraph.C (breakParagraph): honor keepempty flag and break the
7354         paragraph always below not above.
7355
7356         * BufferView2.C (unlockInset): update the paragraph layout on inset
7357         unlock as we changed paragraph in such a case.
7358
7359         * lyxfind.C (LyXFind): clear the former selection if not found!
7360
7361         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7362         again called in insertChar().
7363
7364         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7365         an inset which uses the whole row!
7366         (rightMargin): ditto.
7367         (insertChar): force a rebreak if we inserted an inset!
7368
7369 2002-03-28  Herbert Voss  <voss@lyx.org>
7370
7371         * lyxlength.[Ch]: add inBP() to get the right PS-point
7372         units (BigPoint). With inPixels we have rounding errors
7373
7374 2002-04-11  Juergen Vigna  <jug@sad.it>
7375
7376         * text2.C (setCursorFromCoordinates): set iy to the right value.
7377         (setCursor): add check if row->previous exists!
7378
7379         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7380         an old float_type as this was the case in the old code!
7381
7382         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7383
7384         * BufferView2.C (showLockedInsetCursor): use iy
7385         (fitLockedInsetCursor): ditto
7386
7387         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7388         locked insets as there we have the right value now.
7389
7390         * lyxcursor.C: added iy_ variable and iy functions to set to the
7391         baseline of cursor-y of the locked inset.
7392
7393         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7394         (setCursor): fixed for insets which need a full row.
7395
7396         * text.C (rowLastPrintable): don't ignore the last space when before
7397         an inset which needs a full row.
7398         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7399         as last character of a row when before a inset which needs a full row.
7400
7401 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7402
7403         * version.C.in: update date
7404
7405         * text2.C (fullRebreak): try to always return true and see what
7406         happens...
7407
7408 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7409
7410         * MenuBackend.C (expand): use Floating::listName
7411
7412         * FloatList.C (FloatList): add listName argument to the built-in
7413         floats
7414
7415         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7416         text associated with the float.
7417
7418 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7419
7420         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7421
7422 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7423
7424         * ShareContainer.h: add a couple of missing typenames.
7425
7426 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7427
7428         * lyxrc.C (getDescription): use _() correctly rather than N_().
7429
7430 2002-03-28  Herbert Voss  <voss@lyx.org>
7431
7432         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7433         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7434
7435 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7436
7437         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7438         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7439
7440 2002-03-29  Juergen Vigna  <jug@sad.it>
7441
7442         * lyxfunc.C (dispatch): add a missing fitCursor call.
7443
7444         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7445         it was scrolled by a cursor move, so return the bool status.
7446
7447         * BufferView.C (fitCursor): return the bool flag also to the outside
7448         world as this is needed.
7449
7450         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7451
7452         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7453         call the edit() as it is not needed (and wrong) IMO.
7454         (workAreaButtonPress): set the screen_first variable before evt.
7455         unlock the inset as this may change screen_first and then we have
7456         a wrong y position for the click!
7457
7458 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7459
7460         * MenuBackend.C (expand): another translation that I missed
7461
7462 2002-03-28  Juergen Vigna  <jug@sad.it>
7463
7464         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7465
7466         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7467
7468 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7469
7470         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7471
7472         * MenuBackend.C (expand): fix export/view/update when there is no
7473         document open.
7474
7475 2002-03-27  Herbert Voss  <voss@lyx.org>
7476
7477         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7478         and text%
7479
7480 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7481
7482         * bufferview_funcs.C (currentState): only show paragraph number
7483         for is DEVEL_VERSION is set.
7484
7485         * lyxfunc.C (dispatch): put warning in INFO channel
7486
7487         * MenuBackend.C (expand): translate the name of floats
7488
7489         * FloatList.C (FloatList): mark the float names for translation
7490
7491         * converter.C (convert): use LibScriptSearch
7492
7493 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7494
7495         * MenuBackend.C (defaults): fix default menu (we might as well get
7496         rid of it...)
7497
7498 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7499
7500         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7501         directory.
7502
7503 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7504
7505         * lyxvc.C: reorder includes.
7506
7507 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7508
7509         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7510           properly
7511
7512 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7513
7514         * CutAndPaste.C: change layouts earlier on paste
7515           to avoid crashing when calling getFont()
7516
7517 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7518
7519         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7520         irritating #error.
7521
7522 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7523
7524         * WorkArea.C: remove 'Pending' debug message.
7525
7526         * most files: ws cleanup
7527
7528         * buffer.[Ch]: ws changes
7529
7530         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7531
7532 2002-03-21  Juergen Vigna  <jug@sad.it>
7533
7534         * tabular.C (SetMultiColumn): collapse also the contents of the
7535         cells and set the last border right. Added a Buffer const * param.
7536
7537 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7538
7539         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7540         linking or not.
7541
7542 2002-03-19  Juergen Vigna  <jug@sad.it>
7543
7544         * text2.C (clearSelection): reset also xsel_cache.
7545
7546         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7547         where it needs to be called (John tells us to do so too :)
7548         (selectionLost): reset sel_cache.
7549
7550         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7551
7552 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7553
7554         * text2.C (setCursorIntern): put debuging code in INSETS channel
7555
7556 2002-03-19  André Pönitz <poenitz@gmx.net>
7557
7558         * lyxfunc.C: tiny whitespace change
7559
7560 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7561
7562         * ToolbarDefaults.C (init):
7563         * LyXAction.C (init):
7564         * commandtags.h:
7565         * BufferView_pimpl.C (Dispatch):
7566         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7567
7568 2002-03-19  Allan Rae  <rae@lyx.org>
7569
7570         * exporter.C (Export): removeAutoInsets before doing anything else.
7571         While I've just introduced a dependency on BufferView this really is
7572         the best place to clean the buffer otherwise you need to cleanup in
7573         a dozen places before calling export or cleanup in a dozen functions
7574         that export calls.
7575
7576         * converter.C (runLaTeX):
7577         (scanLog): Better handling of removeAutoInsets and screen updates.
7578
7579         * lyxfunc.C (dispatch): small whitespace changes
7580
7581 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7582
7583         * WorkArea.C (C_WorkAreaEvent): return a value.
7584         (event_cb): return 1 if we handled the event, 0 otherwise.
7585
7586         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7587
7588 2002-03-18  Juergen Vigna  <jug@sad.it>
7589
7590         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7591         (GetAdditionalWidth): ditto.
7592         (RightLine): ditto.
7593         (LeftLine): ditto.
7594
7595         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7596         inset if we're there actually (probably not used right now but this
7597         is the direction to go for unifying code).
7598         (paste): disable code to clear the selection.
7599
7600         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7601         inside an InsetText and move the check further up as it is in the
7602         wrong place.
7603
7604         * text2.C (pasteSelection): set a selection over the pasted text.
7605
7606 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7607
7608         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7609         and libgraphics to build on Cygwin.
7610
7611 2002-03-15  Juergen Vigna  <jug@sad.it>
7612
7613         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7614         inserting an Inset into the paragraph. I know this is not the best
7615         fix but we already use current_view in CutAndPaste so we will remove
7616         all of it's using at the same time.
7617
7618         * buffer.C (sgmlError): deactivated function till it is rewritten in
7619         the right mode, now it can create problems.
7620
7621         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7622         before accessing it.
7623
7624 2002-03-14  Juergen Vigna  <jug@sad.it>
7625
7626         * undo_funcs.C (textHandleUndo): do the right thing when updating
7627         the inset after the undo/redo.
7628
7629         * text2.C (setCursor): just some testcode for #44 not ready yet.
7630
7631         * undo_funcs.C (textHandleUndo): set the next() and previous()
7632         pointers of the paragraph to 0 before deleting otherwise we have
7633         problems with the Paragraph::[destructor].
7634
7635         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7636         on a paragraph insertion.
7637
7638 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7639
7640         * buffer.C (asciiParagraph): use += operator for char append to
7641         string.
7642
7643         * paragraph.C (getFontSettings): compare >= not just >
7644         (highestFontInRange): ditto
7645         (setFont): ditto
7646
7647 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7648
7649         * paragraph.C: change several algorithm to be more appripriate for
7650         the problem domain. This is lookip in FontList and in the InsetList.
7651
7652 2002-03-13  André Pönitz <poenitz@gmx.net>
7653
7654         * commandtags.h:
7655         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7656
7657 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7658
7659         * commandtags.h:
7660         * LyXAction.C:
7661         * lyxfunc.C:
7662         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
7663
7664 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7665
7666         * Painter.C (display): anon helper function, adjust code for this
7667         change.
7668         (pixmap): remove function.
7669
7670         * Painter.h: remove private display variable.
7671
7672         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
7673
7674 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
7675
7676         * WorkArea.[Ch]: remove figinset_canvas cruft.
7677
7678 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7679
7680         * lyxtextclass.C (operator): add one item cache optimization.
7681
7682         * bufferlist.h: doxy changes
7683
7684         * bufferlist.C: ws changes
7685
7686         * DepTable.[Ch] (ext_exist): place const in the right spot.
7687
7688         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
7689         call resizeInsets.
7690         (workAreaExpose): call resizeInsets when the with BufferView changes.
7691         (Dispatch): adjust for protectedBlank removal
7692         (specialChar): call updateInset if the insert went ok.
7693
7694         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
7695         specialChar instead.
7696
7697         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
7698
7699         * BufferView.h: doxy change
7700
7701         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
7702
7703         * lyxtextclass.C (operator[]): remove non-const version
7704         (defaultLayout): remove non-const version
7705
7706 2002-03-12  Juergen Vigna  <jug@sad.it>
7707
7708         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
7709         did resize the LyXText too.
7710
7711         * buffer.C (readLyXformat2): set layout information on newly allocated
7712         paragraphs.
7713
7714         * tabular.C (OldFormatRead): set layout information on the paragraph.
7715
7716 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7717
7718         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
7719
7720 2002-03-11  Juergen Vigna  <jug@sad.it>
7721
7722         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
7723         plainly wrong.
7724         (resizeCurrentBuffer): force also the insets to resize themselfes.
7725         (moveCursorUpdate): fixed up for InsetText.
7726
7727 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
7728
7729         * commandtags.h:
7730         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
7731         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
7732         value of Dialogs::tooltipsEnabled().
7733         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
7734
7735 2002-03-08  Juergen Vigna  <jug@sad.it>
7736
7737         * BufferView_pimpl.C (updateInset): update inset inside inset also
7738         if it isn't inside theLockingInset().
7739
7740 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7741
7742         * buffer.C (asciiParagraph): redo some of the word and line length
7743         handling.
7744         (getLists): look for Caption instead of caption.
7745
7746 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7747
7748         * buffer.C (Buffer): initialize niceFile to true
7749         (makeLaTeXFile):
7750         (makeLinuxDocFile):
7751         (makeDocBookFile): make sure niceFile is true on exit
7752
7753 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7754
7755         * buffer.C (makeLaTeXFile): escape ~ in \input@path
7756
7757 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
7758
7759         * LyXSendto.C: remove.
7760         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
7761         * lyx_gui.C: remove now-redundant comment.
7762         * ColorHandler.h: remove forward declaration of class WorkArea.
7763         * lyxfunc.C: remove #include "WorkArea.h".
7764
7765 2002-03-07  Juergen Vigna  <jug@sad.it>
7766
7767         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
7768         got moved away with the DEPM and also set the inset_owner always
7769         right which before could have been omitted.
7770
7771 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7772
7773         * buffer.C (parseSingleLyXformat2Token): use default layout is the
7774         wanted layout is not found.
7775
7776 2002-03-07  Juergen Vigna  <jug@sad.it>
7777
7778         * CutAndPaste.C (cutSelection): another layout settings forgotten.
7779
7780 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7781
7782         * paragraph.C (breakParagraph): use default layout not layout of
7783         prev paragraph.
7784         (Paragraph): clear ParagraphParameters.
7785
7786 2002-03-06  Juergen Vigna  <jug@sad.it>
7787
7788         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
7789         otherwise it would not be a valid lenght. Fixed a special case in
7790         the minipage compatibility read where we end the document with a
7791         minipage.
7792
7793         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
7794         was set as it could be 0 for InsetTexts first entry.
7795
7796 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7797
7798         * paragraph.C (writeFile): if layout is empty write out
7799         defaultLayoutName().
7800
7801         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
7802         file without named layout we set layout to defaultLayoutName().
7803
7804 2002-03-06  Juergen Vigna  <jug@sad.it>
7805
7806         * CutAndPaste.C (copySelection): set layout for new paragraph.
7807
7808         * text.C (prepareToPrint): leave ERT inset left aligned
7809         (leftMargin): don't indent paragraphs inside ERT insets
7810
7811 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7812
7813         * paragraph.C (breakParagraph): dont call clear do the work manually
7814
7815         * paragraph.[Ch] (clear): remove function
7816
7817 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7818
7819         * paragraph.C (Paragraph): dont call clear, the work has already
7820         been done.
7821
7822         * lyxtextclass.C (operator): assert if n is empty
7823
7824         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
7825         work manually instead.
7826
7827 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7828
7829         * BufferView_pimpl.C: protect selectionLost against text == 0
7830
7831 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7832
7833         * text.C (breakParagraph): fix a setting layout to '0' problem.
7834
7835 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7836
7837         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
7838         final location of file, for the included files, and graphics.
7839
7840 2002-03-05  Juergen Vigna  <jug@sad.it>
7841
7842         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
7843
7844 2002-03-04  Juergen Vigna  <jug@sad.it>
7845
7846         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
7847
7848         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
7849         last column of multicolumn cells.
7850         (SetWidthOfMulticolCell): recalculate NMC and real columns.
7851
7852 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7853
7854         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
7855         file if it doesn't go to a temporary file.
7856
7857         * buffer.C (sgmlOpenTag):
7858         (sgmlCloseTag):  remove extra newline insertion.
7859
7860 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7861
7862         * text.C (getRowNearY): comment out debug msg
7863
7864 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7865
7866         * text2.C: first -> first_y
7867
7868         * text.C (getRowNearY): add some attemts at a possible
7869         optimization, not working.
7870
7871         * tabular.[Ch]: add BufferParams to several function so that newly
7872         created paragraph can be initialized to he default layotu for the
7873         buffers textclass.
7874
7875         * tabular-old.C (ReadOld): add buf->params to call of Init
7876
7877         * screen.C: rename text->first to text->first_y
7878
7879         * paragraph.C (breakParagraph): always set layout in the broken
7880         paragraph
7881
7882         * lyxtextclass.C (Read): remove lowercase
7883         (hasLayout): ditto
7884         (operator): ditto
7885         (delete_layout): ditto
7886
7887         * lyxtext.h: rename first -> first_y
7888
7889         * lyxlayout.C (Read): remove lowercase
7890         (name): ditto
7891         (setName): ditto
7892         (obsoleted_by): ditto
7893
7894         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
7895
7896         * buffer.C (insertErtContents): add params are to InsetERT
7897         (parseSingleLyXformat2Token): add code to check if a paragraphs
7898         layout really exist.
7899         (parseSingleLyXformat2Token): add params to several inset
7900         constructors
7901         (asciiParagraph): remove lowercase, do the layout comparisons with
7902         no_case
7903
7904         * BufferView_pimpl.C (cursorNext): first -> first_y
7905         (resizeCurrentBuffer): first -> first_y
7906         (updateScrollbar): first -> first_y
7907         (scrollCB): first -> first_y
7908         (workAreaMotionNotify): first -> first_y
7909         (workAreaButtonPress): first -> first_y
7910         (checkInsetHit): first -> first_y
7911         (cursorPrevious): first -> first_y
7912         (cursorNext): first -> first_y
7913         (Dispatch): add buffer_->params to severl inset contructors
7914
7915 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7916
7917         * lyxlayout.C (Read): remove some debug info that I forgot.
7918
7919         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
7920         clean up the code slightly.
7921         (makeLinuxDocFile): ditto
7922         (makeDocBookFile): ditto
7923
7924         * text2.C: layout as string
7925
7926         * text.C: layout as string
7927
7928         * paragraph_pimpl.C: layout as string
7929
7930         * paragraph.[Ch]: layout as string
7931
7932         * lyxtextclasslist.[Ch]: layout as string
7933
7934         * lyxtextclass.[Ch]: layout as string
7935
7936         * lyxtext.h: layout as string
7937
7938         * lyxlayout.[Ch]: layout as string
7939
7940         * lyx_cb.C: layout as string
7941
7942         * bufferview_funcs.C: layout as string
7943
7944         * bufferparams.C: layout as string
7945
7946         * buffer.C: layout as string
7947
7948         * LyXView.[Ch]: layout as string
7949
7950         * LaTeXFeatures.[Ch]: layout as string
7951
7952         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
7953
7954         * BufferView_pimpl.C: change current_layout to string, remove
7955         lyx::layout_type.
7956         (Dispatch):
7957         (smartQuote):
7958         (insertInset):
7959         (workAreaButtonRelease): layout as string
7960
7961         * BufferView2.C (unlockInset): adjust
7962
7963         * vspace.C (asLatexCommand): use an explict temp variable.
7964
7965 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7966
7967         * Makefile.am: use FRONTEND_*
7968
7969 2002-03-01  Juergen Vigna  <jug@sad.it>
7970
7971         * tabular.C (SetWidthOfMulticolCell): changed to something better
7972         I hope but still work in progress.
7973         (recalculateMulticolumnsOfColumn): renamed function from
7974         recalculateMulticolCells as it is more appropriate now.
7975         (SetWidthOfCell): calculate multicols better.
7976
7977 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7978
7979         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
7980
7981         * lyxfunc.C (processKeySym): print sequence also if it is
7982         `deleted' (complete)
7983
7984         * kbsequence.C (print): print sequence even if it is deleted
7985         (complete would be a better word, actually).
7986
7987         * lyxfunc.C (dispatch): print complete options after a prefix key
7988
7989         * vspace.C (asLatexCommand): rewrite in a slightly different form.
7990
7991 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
7992
7993         * text2.C (setCharFont): eliminate setCharFont code duplication.
7994
7995 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7996
7997         * BufferView_pimpl.C (Dispatch): remove bogus handling of
7998         LFUN_TABULAR_FEATURE (bug #177)
7999
8000 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8001
8002         * Makefile.am: remove figure.h
8003
8004 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8005
8006         * Bufferview_pimpl.C:
8007         * CutAndPasteC:
8008         * LaTeX.C:
8009         * LyXSendto.C:
8010         * buffer.C:
8011         * bufferlist.C:
8012         * converter.C:
8013         * language.C:
8014         * lyxfunc.C:
8015         * lyxvc.C:
8016         * paragraph.C:
8017         * text.C:
8018         * text2.C: remove #include "lyx_gui_misc.h".
8019
8020         * LaTeX.C: added #include <cstdio>
8021
8022 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8023
8024         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8025         that the paragraph following this one can have.
8026
8027         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8028
8029         * vspace.C (asLatexCommand): fix bogus gcc warning
8030
8031         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8032
8033 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8034
8035         * text2.C (setLayout): get rid of redundant code
8036
8037 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8038
8039         * text2.C (incDepth): make sure depth cannot be increased beyond
8040         reasonable values.
8041
8042 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8043
8044         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8045         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8046
8047         * PainterBase.h (image):
8048         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8049         a LyXImage const *.
8050
8051 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8052
8053         * BufferView.C:
8054         * BufferView.h:
8055         * BufferView_pimpl.C:
8056         * BufferView_pimpl.h:
8057         * LaTeXFeatures.C:
8058         * LyXAction.C:
8059         * LyXView.C:
8060         * Makefile.am:
8061         * UpdateList.h:
8062         * UpdateList.C:
8063         * buffer.C:
8064         * figure.h:
8065         * figureForm.C:
8066         * figureForm.h:
8067         * figure_form.C:
8068         * figure_form.h:
8069         * lyx_cb.C:
8070         * lyx_gui.C:
8071         * lyx_gui_misc.C:
8072         * lyxfunc.C:
8073         * sp_base.h:
8074         * sp_ispell.h:
8075         * sp_pspell.h:
8076         * sp_spell.C: remove fig inset, and the crap house of
8077           cards that follows it
8078
8079 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8080
8081         * Makefile.am:
8082         * lyxserver.C:
8083         * os2_defines.h:
8084         * os2_errortable.h:
8085         * nt_defines.h: move .h into support/
8086
8087         * vms_defines.h: remove
8088
8089         * WorkArea.C: add space in debug output
8090
8091         * text2.C:
8092         * paragraph.C:
8093         * buffer.C: add WITH_WARNINGS
8094
8095         * vc-backend.h:
8096         * vc-backend.C:
8097         * bufferlist.C: s/retrive/retrieve/, add docs
8098
8099         * vspace.h:
8100         * vspace.C:
8101         * kbmap.h:
8102         * lyxlength.h:
8103         * lyxgluelength.h:
8104         * length_common.h:
8105         * chset.h:
8106         * chset.C: add docs
8107
8108         * lyxgui.C: add ID to X error handler
8109
8110         * lyxtestclass.c: fix typo
8111
8112 2002-02-26  Juergen Vigna  <jug@sad.it>
8113
8114         * tabular_funcs.C (write_attribute): changed so that some default
8115         attributes are not written at all.
8116         (getTokenValue): set default values before trying to read the
8117         value so we have the return value always set as default if we don't
8118         find the token we search for.
8119
8120         * tabular.C (Write): write bools as bools not as strings!
8121
8122 2002-02-22  Juergen Vigna  <jug@sad.it>
8123
8124         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8125         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8126
8127         * text.C (leftMargin): don't add an indent for paragraphs inside
8128         tabular cells (fix #208).
8129
8130 2002-02-21  José Matos  <jamatos@fep.up.pt>
8131
8132         * tabular.C (docBook): fixed support for long tables.
8133
8134 2002-02-20  Juergen Vigna  <jug@sad.it>
8135
8136         * text2.C (getFont): get the drawing font of the Inset if this
8137         paragraph is inside an inset (only important for InsetERT for now).
8138
8139         * buffer.C (insertErtContents): use new lanugage params in ERT
8140         constructor.
8141
8142         * CutAndPaste.C: commenting out seemingly uneeded code.
8143
8144 2002-02-19  Allan Rae  <rae@lyx.org>
8145
8146         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8147         Iterators might be simple to use but they also get invalidated.
8148         (removeAutoInsets): renamed saved cursor tracking variables and added
8149         some comments to clarify what everything does.
8150
8151 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8152
8153         * Chktex.C:
8154         * LaTeX.C:
8155         * LyXSendto.C:
8156         * converter.C:
8157         * lyx_cb.C:
8158         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8159         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8160
8161         * lyxfunc.C:
8162         * vc-backend.h: remove #include "support/syscall.h"
8163
8164         * LaTeX.C:
8165         * LyXSendto.C:
8166         * converter.C: rearrange #includes in Lars' approved fashion.
8167
8168         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8169         forward declare class Timeout in the header file.
8170
8171         * XFormsView.C: changes due to the above.
8172
8173         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8174         similar to LyXView.
8175
8176         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8177         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8178
8179 2002-02-18  José Matos  <jamatos@fep.up.pt>
8180
8181         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8182         insets contents.
8183
8184 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8185
8186         * a lot of small ws changes
8187         * add a lot of using std::XXX
8188         * use std construcs some places where approp.
8189         * use some exisint stuff from lyxfunctional where approp.
8190         * Make file changes to use partial linking (lets test this now...)
8191
8192 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8193
8194         * Chktex.C:
8195         * buffer.C:
8196         remove #include "support/syscontr.h" as it's redundant. Always has been.
8197
8198         * Chktex.C:
8199         * LaTeX.C:
8200         * LyXSendto.C:
8201         * converter.C:
8202         * lyx_cb.C:
8203         * vc-backend.C:
8204         change Systemcalls::System to Systemcalls::Wait and
8205         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8206         No change of functionality, just reflects the stripped down Systemcalls
8207         class.
8208
8209 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8210
8211         * debug.[Ch]: add a GRAPHICS type to the enum.
8212
8213 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8214
8215         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8216
8217         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8218         there is an inset.
8219
8220 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8221
8222         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8223         match the changes below.
8224
8225         * text2.C (toggleInset): if there is not editable inset at cursor
8226         position, try to see if cursor is _inside_ a collapsable inset
8227         and close it.
8228
8229 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8230
8231         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8232         document menu has a nice checkbox
8233
8234 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8235
8236         * lyxlength.C (asLatexString): change PW to output as percent of
8237         \textwidth.
8238
8239         * lengthcommon.C: change '%' to 't%'
8240
8241         * lyxfunc.C (dispatch): a few comments from Martin
8242
8243 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8244
8245         * WorkArea.h:
8246         * WorkArea.C:
8247         * BufferView_pimpl.h:
8248         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8249           the X selection.
8250
8251 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8252
8253         * vspace.C (inPixels): fix compiler warning
8254
8255 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8256
8257         * lyxfunc.C (getStatus): fix status message for disabled commands.
8258
8259 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8260
8261         * BufferView_pimpl.C: fix crash on close buffer
8262         during selection (#227)
8263
8264 2002-01-27  Herbert Voss  <voss@lyx.org>
8265
8266         * buffer.C: link old Figure to new graphic inset
8267
8268 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8269
8270         * FontLoader.C (getFontinfo): Change the latex font names in order
8271         to match the names of type1inst.
8272
8273 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8274
8275         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8276
8277         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8278         (extchanged): ditto
8279         (ext_exist): ditto
8280         (remove_files_with_extension): ditto
8281         (remove_file): ditto
8282         (write): ditto
8283
8284         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8285         document is smaller than the work area height. Do not initialize
8286         static variables to 0.
8287
8288 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8289
8290         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8291
8292         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8293         LFUN_LAYOUT_PARAGRAPHS.
8294
8295         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8296         tabular. It is possible to provide a possible cell, which will
8297         typically be the actcell from the corresponding insettabular
8298
8299         * lyxfunc.C (getStatus): small cleanup; disable
8300         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8301         true
8302
8303 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8304
8305         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8306
8307         * paragraph.C (startTeXParParams):
8308         (endTeXParParams): new methods. The LaTeX code to
8309         start/end paragraph formatting
8310         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8311         empty (fixes bug #200)
8312
8313         * vspace.C (inPixels): adapt to the change below
8314         (inPixels): [later] more cleanups (remove unused variables)
8315
8316         * lyxlength.C (inPixels): change to use a width and a height as
8317         parameter.
8318
8319 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8320
8321         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8322         Replaced with \paperwidth
8323
8324         * DepTable.C (insert): add std:: qualifier
8325
8326 2002-01-18  Allan Rae  <rae@lyx.org>
8327
8328         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8329         updated also?
8330
8331         * text.C (drawInset): Turned out I didn't know enough about how
8332         rebreaking worked.  This fixes most of the redraw problems.  I see
8333         an occasional cursor trail when a line is broken now and the cursor
8334         placement can seem out by a few pixels also after a rebreak.
8335
8336 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8337
8338         * buffer.C (parseSingleLyXformat2Token): update because minipage
8339         width is now a LyXLength
8340
8341         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8342
8343         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8344         math insets
8345
8346 2002-01-17  Juergen Vigna  <jug@sad.it>
8347
8348         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8349
8350         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8351         is set correctly and the inset is updated correctly.
8352
8353 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8354
8355         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8356         the beginning of the loop.
8357
8358 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8359
8360         * lyxrc.C: improve help for use_scalable_fonts
8361
8362 2002-01-17  Allan Rae  <rae@lyx.org>
8363
8364         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8365
8366 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8367
8368         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8369         make sure to set their inset_owner to the right value (bug #171)
8370
8371 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8372
8373         * DepTable.h
8374         * DepTable.C: Implement mtime checking to reduce time spent doing
8375         CRCs.
8376
8377 2002-01-16  Juergen Vigna  <jug@sad.it>
8378
8379         * tabular.C (GetAdditionalHeight): one of error fixed.
8380
8381         * lyxrc.C (output): small fix in writing use_pspell.
8382
8383 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8384
8385         * sp_base.h: #include LString.h
8386
8387 2002-01-16  Allan Rae  <rae@lyx.org>
8388
8389         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8390         Can someone check this please?
8391
8392         * text.C (drawInset): It was possible that p.row would be removed by
8393         breakAgainOneRow upsetting a few other settings.  There may be another
8394         small tweak possible by setting need_break_row = 0 when p.row has been
8395         removed but I don't know enough about the logic here.
8396
8397 2002-01-15  Allan Rae  <rae@lyx.org>
8398
8399         * text.C (insertChar): removed conditional truism.
8400
8401         * BufferView2.C (removeAutoInsets): More tweaks.
8402         cur_par_prev could be a stray pointer.  Check for trailing empty line
8403         in case last line was cur_par and only had an error inset on it.
8404
8405 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8406
8407         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8408         absolute
8409
8410         * vc-backend.C (most methods):
8411         * exporter.C (Export):
8412         * converter.C (convert):
8413         (runLaTeX):
8414         * LyXSendto.C (SendtoApplyCB):
8415         * lyxfunc.C (dispatch):
8416         (menuNew):
8417         (open):
8418         (doImport):
8419         * lyx_cb.C (AutoSave):
8420         (InsertAsciiFile):
8421         * BufferView_pimpl.C (MenuInsertLyXFile):
8422         * buffer.C (runChktex): use Buffer::filePath().
8423
8424         * buffer.h: rename filename to filename_; rename filepath to
8425         filepath_ and make it private
8426         (filePath): new method
8427
8428         * buffer.C (writeFile): use fileName()
8429         (getLatexName):
8430
8431         * lyx_main.C (init): fix starting  of LyX when the binary is a
8432         link from so,ewhere else.
8433
8434         * minibuffer.C: include <cctype> for isprint
8435
8436 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8437
8438         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8439         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8440         name clash with InsetCollapsable's width function.
8441
8442 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8443
8444         * lastfiles.C: include <iterator>
8445
8446 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8447
8448         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8449         std::count.
8450
8451         * buffer.C (makeLaTeXFile): ditto.
8452         Also make loop operation more transparent.
8453
8454 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8455
8456         * ToolbarDefaults.C: remove trailing comma closing namespace.
8457
8458         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8459
8460         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8461         as in WorkArea.
8462
8463         * trans.C (Load): comment out unused variable, allowed.
8464
8465 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8466
8467         * minibuffer.[Ch] (append_char): new method to recieve input from the
8468         drop-down completion browser. If a key was pressed, then recieve this
8469         char and append it to the existing string.
8470         (peek_event): modify the positioning data passed to the completion
8471         browser so that it can be placed above the minibuffer rather than below.
8472 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8473
8474         * LyXAction.C (init): alloe error-next for readonly documents.
8475
8476         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8477         count.
8478
8479 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8480
8481         * bufferlist.C (readFile): create the buffer _after_ checking that
8482         the file exists.
8483
8484         * lyxfunc.C (verboseDispatch): fix handling of arguments
8485
8486         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8487
8488         * lyxrc.C: use string::erase() instead of initializing to "".
8489
8490
8491 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8492
8493         * BufferView_pimpl.h:
8494         * BufferView_pimpl.C:
8495         * WorkArea.h:
8496         * WorkArea.C:
8497         * text2.C: tell X when we have made a selection for copying
8498
8499 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8500
8501         * BufferView_pimpl.C (MenuInsertLyXFile):
8502         * lyxfunc.C (menuNew):
8503         (open):
8504         (doImport): add shortcuts to directory buttons
8505
8506         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8507         open a float)
8508
8509         * lyxfunc.C (setStatusMessage):
8510         (getStatusMessage): new methods
8511         (getStatus):use setStatusMessage instead of setErrorMessage
8512         (dispatch): when function is disabled, set error message here
8513         [instead of in getStatus previously]
8514
8515         * BufferView_pimpl.C (workAreaButtonRelease): update
8516         toolbar/menubar here too.
8517
8518 2002-01-13  Allan Rae  <rae@lyx.org>
8519
8520         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8521         Now seems indestructible.  Remaining task is to audit all other
8522         code affected by deleteEmptyParagraphMechanism.  One small quirk
8523         left is that an empty document with an error in the preamble can
8524         be made to report an error but no error box appears.  I don't know
8525         where it goes.
8526         (removeAutoInsets): Improved comments.
8527
8528 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8529
8530         * Thesaurus.h:
8531         * Thesaurus.C: update for Aiksaurus 0.14
8532
8533 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8534
8535         * text2.C (firstParagraph): removed member function, all uses
8536         replaces with ownerParagraph
8537         (redoParagraphs): here
8538         (updateInset): here
8539         (toggleAppendix): here
8540         * BufferView2.C (insertErrors): here
8541         (setCursorFromRow): here
8542
8543 2002-01-13  Allan Rae  <rae@lyx.org>
8544
8545         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8546         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8547         There is still a way to segfault this although you may have to do this
8548         multiple times: Have an InsetERT with an unknown command in it.
8549         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8550         <down-arrow>, <Enter> again, View->DVI, BANG!
8551
8552         * text2.C (setCursor):
8553         (deleteEmptyParagraphMechanism):
8554         * lyxtext.h (setCursor):
8555         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8556         Making use of the return value may help fix other bugs.
8557
8558 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8559
8560         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8561
8562         * LyXView.C (updateMenubar): call MenuBar::update here
8563         (updateToolbar): but not here
8564         (showState): do not update toolbar/menubar
8565
8566         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8567         should need to care about that.
8568
8569         * lyxfunc.C (verboseDispatch): simplify a bit
8570         (getStatus): have a version which takes a pseudoaction, and
8571         another which requires a (kb_action,string).
8572
8573         * LyXAction.C (retrieveActionArg): make it work also when action
8574         is not a pseudo-action.
8575         (getActionName): simplify a bit
8576         (helpText):
8577
8578 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8579
8580         * lyxfunc.C (verboseDispatch): new families of methods with
8581         several ways to specify a command and a bool to indicate whether
8582         the command name and shortcut should be displayed in minibuffer
8583         (eventually, we could extend that to a finer bitmask like
8584         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8585         (dispatch): the pristine dispatch command which just, well,
8586         dispatchs! Note it still sets its result to minibuffer; I'm not
8587         sure we want that.
8588
8589         * lyxfunc.h: remove setHintMessage
8590
8591         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8592
8593 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8594
8595         * BufferView_pimpl.C (specialChar): delete new inset if we have
8596         not been able to insert it.
8597
8598         * kbmap.C: revert to using int instead of kb_action, since all we
8599         are dealing with is pseudo-actions.
8600
8601         * LyXAction.C (searchActionArg): change to return int instead of
8602         kb_action, since the result is a pseudoaction.
8603
8604 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8605
8606         * buffer.C (insertErtContents): Fix (partially) the font bug.
8607
8608 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8609
8610         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8611         as the other one is broken on my machine!
8612
8613 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8614
8615         * commandtags.h:
8616         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8617
8618 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8619
8620         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8621         reflect their actual use. Provide compatibility code for older lyxrc
8622         files.
8623
8624         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8625         FL_NORMAL_STYLE.
8626         change names of popup font variables in line with the changes to lyxrc.C
8627
8628 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8629
8630         * buffer.C (asciiParagraph): avoid outputing a word twice after
8631         an inset.
8632
8633         * lyxrc.C (getDescription): document that document_path and
8634         template_path can be empty.
8635
8636 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8637
8638         * LaTeXFeatures.C (getMacros):
8639         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8640
8641         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8642
8643         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8644         getPackages.
8645         (getPackages): rename feature "floats" to "float". Use an array to
8646         iterate over 'simple' features (i.e. just a \usepackage). Add
8647         handling of "amsmath" (renamed from "amsstyle").
8648
8649 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8650
8651         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8652         features list.
8653
8654 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8655
8656         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8657         FuncStaus::FuncStatus & FuncStaus::some_method().
8658
8659 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8660
8661         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8662         of the func_satus stuff. Edited and massaged in various ways by
8663         JMarc.
8664
8665         * lyxfunc.C (getStatus): use FuncStatus
8666
8667 2002-01-08  Juergen Vigna  <jug@sad.it>
8668
8669         * text.C (nextBreakPoint): use function Inset::isChar().
8670
8671         * paragraph.C (TeXOnePar): use function
8672         Inset::forceDefaultParagraphs.
8673
8674         * buffer.C (latexParagraphs): use function
8675         Inset::forceDefaultParagraphs.
8676
8677 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8678
8679         * lyx_gui.C (init): set the style of the menu popups to
8680         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
8681
8682 2002-01-07  Juergen Vigna  <jug@sad.it>
8683
8684         * text.C (setHeightOfRow): small fix
8685         (prepareToPrint): don't look at alignment if we don't have the place
8686         for doing it.
8687
8688 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8689
8690         * box.C: New file. Move the Box methods and functions out of box.h,
8691         following Lars' suggestion.
8692
8693 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8694
8695         * box.h: #include "support/LOstream.h", needed for inlined function.
8696
8697         * lyxtextclass.C:
8698         * lyxtextclasslist.C: added some using std declarations.
8699
8700 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
8701
8702         * box.h: make signed dimensions to allow insets wider than
8703           the screen (bug #162)
8704
8705         * BufferView_pimpl.C: add some insetHit debug
8706
8707 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
8708
8709         * vc-backend.C: add FIXME
8710
8711 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8712
8713         * lyxfunc.C (getStatus): enable code for showing math font status
8714         in toolbar/menu.
8715
8716 2002-01-07  Juergen Vigna  <jug@sad.it>
8717
8718         * text.C (nextBreakPoint): removed debug output not needed anymore.
8719
8720 2002-01-06  Juergen Vigna  <jug@sad.it>
8721
8722         * text.C (nextBreakPoint): fixed up this function we had this bug
8723         since ever but now hopefully we break row better.
8724         (insertChar): we have to check if an inset is the next char as it
8725         could now happen that a large inset is causing a break.
8726
8727 2002-01-05  Juergen Vigna  <jug@sad.it>
8728
8729         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
8730         if it doesn't like to be drawed.
8731
8732 2002-01-04  Juergen Vigna  <jug@sad.it>
8733
8734         * BufferView2.C (lockInset): forgot to set a cursor.
8735
8736         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
8737
8738 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
8739
8740         * FormMathsPanel.C:
8741         * FormMathsPanel.h
8742         * MathsSymbols.C:
8743         * form_maths_panel.C:
8744         * form_maths_panel.h:
8745         * form_maths_panel.fd: implemented sub- and super- buttons in math
8746         panel.
8747
8748         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
8749         (or ^ space) to be used as in TeX (req'd by André).
8750
8751         * lyxfunc.C: Allow ^ and _ again to be used both as
8752         super/subscript (mathed) and as themselves (in text).
8753
8754 2002-01-03  Allan Rae  <rae@lyx.org>
8755
8756         * LyXView.C (updateWindowTitle): Setup a short icon title of either
8757         "LyX" or the filename of the current buffer if it has one.  This is a
8758         modified form of John Levon's patch.
8759
8760         * XFormsView.C (setWindowTitle): also set icon title.
8761
8762         * LyXView.h (setWindowTitle): signature changed.
8763         * XFormsView.h (setWindowTitle): ditto.
8764
8765 2002-01-02  Juergen Vigna  <jug@sad.it>
8766
8767         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
8768
8769 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8770
8771         * screen.C (topCursorVisible): introduce a temp var for
8772         text->cursor.row(), handle the case where this row is null. (kindo
8773         hachish)
8774
8775         * text2.C (setCursor): add a couple of asserts.
8776
8777         * paragraph.h (inset_iterator): add -> operator
8778
8779         * paragraph.[Ch] (autoDeleteInsets): remove member function
8780
8781         * BufferView2.C (removeAutoInsets): rewrite to handle the old
8782         cursor pos correctly and handle inset deletion by itself.
8783         (insertErrors): move iterator declaration out of for expression
8784
8785         * lyxtextclass.C: add <algorithm>
8786
8787         * Makefile.am: added the new files to sources, removed layout.C
8788
8789         * layout.C: removed file
8790
8791         * layout.h: remove LYX_DUMMY_LAYOUT
8792
8793         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
8794         layout.
8795
8796         * lyxlayout.[Ch]:
8797         * lyxtextclass.[Ch]:
8798         * lyxtextclasslist.[Ch]: new files
8799
8800         * include order changes to a lot of files, also changes because of
8801         the six new files.
8802
8803 2001-12-27  Juergen Vigna  <jug@sad.it>
8804
8805         * buffer.C (asciiParagraph): more fixes.
8806
8807         * tabular.C (ascii): make ascii export support export of only the
8808         data separated by a column-delimiter.
8809         (ascii): better support for ascii export.
8810
8811         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
8812
8813 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8814
8815         * tabular_funcs.C: use a "using std::getline" instead of the
8816         previous fix from Angus (necessary for cxx + lyxstring)
8817
8818 2001-12-24  Juergen Vigna  <jug@sad.it>
8819
8820         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
8821
8822         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
8823         problems. First check a minipage also if we have some ert-contents
8824         (not only on par->size(), second set the right depth of the paragraph
8825         on the relink to the root-paragraph-list!
8826
8827         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
8828         which then did not anymore update the main paragraphs on undo/redo!
8829
8830 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8831
8832         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
8833         code. Support all font-changing funcs (even those which are not in
8834         menu currently). Support for reporting font settings in
8835         mathed (disabled until Andre provides a function on mathed's side).
8836
8837         * func_status.h (toggle): small helper function to set toggle
8838         state on a flag.
8839
8840 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
8841
8842         * tabular_funcs.C: getline -> std::getline
8843
8844 2001-12-21  Juergen Vigna  <jug@sad.it>
8845
8846         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
8847         accessed and could be 0 (I couldn't generate this but it seems
8848         Michael could!).
8849
8850 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8851
8852         * tabular_funcs.C: add LIstream.h, move write_attribute to..
8853         * tabular_funcs.h: here and include iosfwd
8854
8855 2001-12-20  Juergen Vigna  <jug@sad.it>
8856
8857         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
8858         inside inset but undo_par was.
8859
8860 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8861
8862         * Thesaurus.C: always include <config.h> in sources.
8863
8864         * Painter.h:
8865         * lyxlookup.h:
8866         * box.h: do not include <config.h> in header files
8867
8868         * text.C (paintLastRow): remove unused variable
8869
8870         * text.C (transformChar):
8871         (insertChar):
8872         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
8873
8874         * Painter.C (text):
8875         * font.C (width): rewrite to use uppercase() instead of
8876         islower/toupper.
8877
8878         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
8879
8880 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
8881
8882         * lyxfind.C: clean up of find failure position change
8883
8884 2001-12-20  Juergen Vigna  <jug@sad.it>
8885
8886         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
8887
8888         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
8889         (TeXRow): added to LaTeX a single tabular row.
8890         (TeXLongtableHeaderFooter): added to output LT-h/f data.
8891         (Latex): simplified and finally good LT-h/f support.
8892         (various_functions): just small adaptions for LT-h/f support.
8893
8894         * tabular_funcs.[hC]: added and moved here all not classfunctions
8895         of LyXTabular.
8896
8897 2001-12-19  Juergen Vigna  <jug@sad.it>
8898
8899         * tabular.[Ch]: better support for longtabular options (not finished
8900         yet!)
8901
8902 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8903
8904         * text.C (paintLastRow): use the label font instead of the font of
8905         the last character to compute the size of *_BOX. This makes more
8906         sense and avoids a crash with empty paragraphs.
8907         Use Painter::rectangle to draw EMPTY_BOX.
8908
8909 2001-12-19  Juergen Vigna  <jug@sad.it>
8910
8911         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
8912         the paragraphs if the replaced paragraph is not the first one!
8913         Tried to delete not used paragraphs but does not work yet so for
8914         now it's inside #ifdef's and by default off!
8915
8916 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8917
8918         * MenuBackend.C: include "lyx_main.h" instead of declaring
8919         lastfiles (actually was declared as LastFiles* instead of a
8920         scoped_ptr).
8921
8922 2001-12-17  Juergen Vigna  <jug@sad.it>
8923
8924         * tabular.C (AppendColumn): applied John's fix
8925
8926 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
8927
8928         * BufferView.h:
8929         * BufferView.C:
8930         * BufferView_pimpl.h:
8931         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
8932
8933         * Makefile.am:
8934         * box.h: new start of class for above
8935
8936         * lyxfunc.C: ignore space-only minibuffer dispatches.
8937           Show the command name when it doesn't exist
8938
8939         * minibuffer.C: don't add empty lines to the history
8940
8941         * minibuffer.C: add a space on dropdown completion
8942
8943 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
8944
8945         * text.C: fix line above/below drawing in insets
8946
8947 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8948
8949         * lyxlength.C (LyXLength): Initialize private variables.
8950
8951 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
8952
8953         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
8954         when inserting error insets.
8955
8956 2001-12-13  Juergen Vigna  <jug@sad.it>
8957
8958         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
8959         actually sometimes the before-paragraph.
8960         (setUndo): don't clear the redostack if we're not actually undoing!
8961
8962 2001-12-06  Juergen Vigna  <jug@sad.it>
8963
8964         * undo_funcs.C (textHandleUndo): well after John's hint I got here
8965         and fixed redoing of main paragraph, so we can use it now ;)
8966
8967         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
8968
8969 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8970
8971         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
8972         Juergen's request
8973
8974 2001-12-13  André Pönitz <poenitz@gmx.net>
8975
8976         * undostack.[Ch]:
8977         * undo_func.C: minor cleanup
8978
8979 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8980
8981         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
8982         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
8983         font in urw-fonts package which is marked as -urw-fontspecific and
8984         does not work (incidentally, changing the encoding in the
8985         fonts.dir of this package to -adobe-fontspecific fixes the
8986         problem).
8987
8988         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
8989         is a crash when undoing first paragraph (Juergen, please take a
8990         look). THis does not mean the undo fix is wrong, just that it
8991         uncovers problems.
8992
8993         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
8994         the (Paragraph*) version when needed instead of duplicating the
8995         code.
8996
8997         * text.C (workWidth): use Inset::parOwner to find out where the
8998         inset has been inserted. This is a huge performance gain for large
8999         documents with lots of insets. If Inset::parOwner is not set, fall
9000         back on the brute force method
9001
9002         * paragraph_pimpl.C (insertInset):
9003         * paragraph.C (Paragraph):
9004         (cutIntoMinibuffer): set parOwner of insets when
9005         inserting/removing them
9006
9007         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9008
9009 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9010
9011         * commandtags.h:
9012         * LyXAction.C:
9013         * lyx_main.C:
9014         * lyxfunc.C:
9015         * mathed/formulabase.C:
9016         * mathed/math_cursor.[Ch]:
9017         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9018
9019
9020 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9021
9022         * lyxlength.[Ch] (operator!=): new function
9023
9024 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9025
9026         * text.C (workWidth): use Inset::parOwner to find out where the
9027         inset has been inserted. This is a huge performance gain for large
9028         documents with lots of insets. If Inset::parOwner is not set, fall
9029         back on the brute force method
9030
9031         * paragraph_pimpl.C (insertInset):
9032         * paragraph.C (Paragraph):
9033         (cutIntoMinibuffer): set parOwner of insets when
9034         inserting/removing them
9035
9036         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9037
9038 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9039
9040         * tabular-old.C (getTokenValue):
9041         * tabular.C (getTokenValue):
9042         (write_attribute): new versions for LyXLength
9043         (everywhere): adjust the use of widths
9044
9045         * tabular.h: change the type of widths from string to LyXLength
9046
9047 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9048
9049         * paragraph.C: fixed missing line number count when exporting
9050         Environments to LaTeX file
9051
9052         * buffer.C: added informational message for checking line numbers.
9053
9054 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9055
9056         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9057         paragraph, do the 'double space' part, but not the 'empty
9058         paragraph' one.
9059
9060         * text.C (workWidth): small optimization
9061         (getLengthMarkerHeight): use minimal size for negative lengths.
9062
9063 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9064
9065         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9066
9067         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9068
9069 2001-12-11  André Pönitz <poenitz@gmx.net>
9070
9071         * FontLoader.C:
9072         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9073
9074 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9075
9076         * text2.C: keep selection on a setFont()
9077
9078 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9079
9080         * lyx_cb.C: another bv->text misuse, from insert label
9081
9082 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9083
9084         * kbsequence.h:
9085         * kbsequence.C: re-instate nmodifier mask
9086
9087 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9088
9089         * lyx_main.h: make lyxGUI private.
9090
9091 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9092
9093         * lyxfind.C: place the cursor correctly on failed search
9094
9095 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9096
9097         * text.C (getLengthMarkerHeight): for small heights, the arrows
9098         are not always on top/bottom of the text
9099         (drawLengthMarker): smaller arrows; take the left margin in
9100         account; draw also vfills.
9101         (paintFirstRow):
9102         (paintLastRow): remove special code for vfill and standard spaces,
9103         since everything is handled in drawLengthMarker now.
9104
9105 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9106
9107         * buffer.C (insertErtContents): try to handle font and language
9108         interaction a bit better.g
9109
9110         * ColorHandler.C (updateColor): change the hash to cover the whole
9111         LColor enum, ws cleanup
9112         (getGCLinepars): ditto
9113         (getGCLinepars): only lookup in the linecache once.
9114
9115 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9116
9117         * iterators.C (operator++): Make the iterator more robust
9118
9119         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9120         (John's patch)
9121         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9122
9123 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9124
9125         * lyxtext.h:
9126         * text.C: better added space drawing
9127
9128 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9129
9130         * LyXView.C:
9131         * BufferView2.C: fix layout combo update on inset unlock
9132
9133 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9134
9135         * Makefile.am: don't compile unused files
9136
9137 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9138
9139         * lyxfunc.C:
9140         * commandtags.h:
9141         * LyXAction.C: remove old LFUN_LAYOUTNO
9142
9143 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9144
9145         * paragraph_pimpl.h:
9146         * paragraph_pimpl.C: isTextAt() doesn't need font param
9147
9148 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9149
9150         * lyxlex.h:
9151         * lyxlex.C: little cleanup
9152
9153 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9154
9155         * BufferView_pimpl.C: fix insertAscii for insets
9156
9157 2001-12-05  Juergen Vigna  <jug@sad.it>
9158
9159         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9160         set the right font on the "multi" paragraph paste!
9161
9162 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9163
9164         * trans_decl.h:
9165         * trans_mgr.[Ch]:
9166         * trans.[Ch]:
9167         * lyxgluelength.C:
9168         * lyxlength.C: remove out-commented code.
9169
9170         * BufferView_pimpl:
9171         * CutAndPaste.C:
9172         * DepTable.C:
9173         * buffer.C:
9174         * chset.C:
9175         * lastfiles.C:
9176         * lyxlex.C:
9177         * lyxlex_pimpl.C:
9178         * lyxserver.C:
9179         * screen.C:
9180         * tabular-old.C:
9181         * tabular.C:
9182         * text.C:
9183         * trans_mgr.C:
9184         * vc-backend.C: change "while(" to "while ("
9185
9186         * lyxlength.[Ch]: add zero function to check if length is zero or
9187         not
9188         * lyxgluelength.C: use it
9189
9190 2001-12-05  Allan Rae  <rae@lyx.org>
9191
9192         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9193         Works for 2.95.3, from what I understand of Garst's reports this should
9194         work for other g++ versions.  We're screwed if the abs(int) definition
9195         changed between bugfix releases of gcc.
9196
9197 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9198
9199         * text.C: fix chapter label offset !
9200
9201 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9202
9203         * lyxtext.h:
9204         * text.C: fix hfill at end of line, clean up
9205
9206 2001-12-04  Juergen Vigna  <jug@sad.it>
9207
9208         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9209         that we force an update of the inset and it's owners if neccessary.
9210
9211 2001-12-03  Juergen Vigna  <jug@sad.it>
9212
9213         * text.C (rowLast): simplified code
9214
9215 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9216
9217         * lyxfunc.C: fix show options on timeout
9218
9219 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9220
9221         * screen.C (topCursorVisible): scroll half a page when the cursor
9222         reached top of bottom of screen
9223
9224 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9225
9226         * minibuffer.C: deactivate on loss of focus
9227
9228 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9229
9230         * vspace.[Ch] (operator!=): add operator.
9231
9232 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9233
9234         * BufferView_pimpl.C: refuse to open an inset when
9235         there's a selection.
9236
9237 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9238
9239         * BufferView_pimpl.C: allow to click on RHS of full row insets
9240
9241 2001-11-30  Juergen Vigna  <jug@sad.it>
9242
9243         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9244         insets for undo reasons.
9245
9246 2001-11-28  André Pönitz <poenitz@gmx.net>
9247
9248         * vspace.[Ch]: cosmetical changes
9249
9250 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9251
9252         * LyXAction.h:
9253         * LyXAction.C:
9254         * lyxfunc.h:
9255         * lyxfunc.C:
9256         * kbmap.h:
9257         * kbmap.C:
9258         * lyxrc.C:
9259         * kbsequence.h:
9260         * kbsequence.C: part re-write of old kb code
9261
9262         * Painter.C:
9263         * WorkArea.C: remove Lgb_bug_find_hack
9264
9265 2001-11-30  José Matos <jamatos@fep.up.pt>
9266
9267         * buffer.C (makeDocBookFile): add a comment to point a hack.
9268         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9269         Fixed a double write of labels.
9270
9271 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9272
9273         * LaTeX.C:
9274         * LaTeX.h Fixed bug in LaTeX class where it would not
9275         re-run latex if no depfiles were changed, but the .dvi was removed.
9276
9277 2001-11-28  André Pönitz <poenitz@gmx.net>
9278
9279         * all the files from the change on 2001/11/26:
9280         use lyx::layout_type instead of LyXTextClass::size_type
9281         use lyx::textclass_type instead of LyXTextClassList::size_type
9282
9283 2001-11-29  Juergen Vigna  <jug@sad.it>
9284
9285         * text.C: added support for paragraph::isFreeSpacing()
9286
9287         * buffer.C: same as above
9288
9289         * paragraph.h: inserted isFreeSpacing() function to enable
9290         FreeSpacing inside InsetERT.
9291
9292         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9293         of the paragraph's in the cut/copy buffer to 0!
9294
9295         * text2.C (removeRow): remove the assert as it can!
9296
9297         * lyxtext.h: added helper function firstRow returning firstrow and
9298         made firstrow private again.
9299
9300         * BufferView2.C (lockInset): don't relock if we're already locked!
9301
9302         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9303         the only paragraph.
9304         (removeRow): added Assert::(firstrow)
9305
9306         * debug.C: forgot to add INSETTEXT here.
9307
9308 2001-11-28  Juergen Vigna  <jug@sad.it>
9309
9310         * sp_spell.C (initialize): changed error text to more general
9311         spellchecker command use (not only ispell!)
9312
9313         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9314
9315         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9316
9317 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9318
9319         * vspace.C: initialise lyxgluelength on failure
9320
9321 2001-11-28  Allan Rae  <rae@lyx.org>
9322
9323         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9324         declaration & definition that looks like a function declaration.
9325
9326 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9327
9328         * BufferView2.C (copy):
9329         (copyEnvironment): do not clear the selection when doing a copy.
9330
9331         * text.C (paintFirstRow): compilation fix
9332
9333 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9334
9335         * tabular.C (Latex): correct line count when writing latex.
9336
9337 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9338
9339         * paragraph_pimpl.h:
9340         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9341           bug a bit
9342
9343 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9344
9345         * text.C:
9346         * LColor.h:
9347         * LColor.C: change vfillline->added_space
9348
9349         * text.C: add markers and text for added space
9350
9351         * vspace.C: fix comment
9352
9353 2001-11-28  André Pönitz <poenitz@gmx.net>
9354
9355         * paragraph.C: whitespace changes
9356         * all the other files from the change on 2001/11/26:
9357         change *::pos_type into lyx::pos_type
9358
9359 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9360
9361         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9362         language of the document when inserting error insets.
9363
9364 2001-11-26  André Pönitz <poenitz@gmx.net>
9365
9366         * BufferView_pimpl.[Ch]:
9367         *       CutAndPaste.C:
9368         * buffer.[Ch]:
9369         * lyxcursor.[Ch]:
9370         * lyxfind.C:
9371         * lyxfunc.C:
9372         * lyxrow.[Ch]:
9373         * paragraph.[Ch]:
9374         * paragraph_pimpl.[Ch]:
9375         * sp_spell.C:
9376         * text.C:
9377         * text2.C: reduce header dependencies, introduce type for positions
9378
9379 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9380
9381         * <various>: change to use Alert.h
9382
9383 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9384
9385         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9386         when encountering an unknown token.
9387         (readLyXformat2): Show an error message if there were unknown tokens.
9388
9389 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9390
9391         * BufferView2.C:
9392         * BufferView_pimpl.C:
9393         * buffer.C:
9394         * paragraph.h:
9395         * text.C:
9396         * text2.C: use par->isInset()
9397
9398 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9399
9400         * paragraph_pimpl.h:
9401         * paragraph_pimpl.C: cleanup
9402
9403 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9404
9405         * text2.C (removeRow):
9406         * text.C (setHeightOfRow): remove useless (and costly) call to
9407         getRow.
9408
9409 2001-11-20  Allan Rae  <rae@lyx.org>
9410
9411         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9412         Now need Inset*::checkInsertChar() to return true for appropriate
9413         cases so that the characters in the minibuffer will actually be
9414         inserted.
9415
9416 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9417
9418         * text.C: change the order of the includes.
9419         (workWidth): initialize it at once.
9420         (workWidth): make maxw unsigned
9421         (setHeightOfRow): remove unused variable (inset)
9422         (selectSelectedWord): remove unused variable (inset)
9423         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9424
9425 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9426
9427         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9428         server is not running.
9429         (openConnection):
9430         (closeConnection): add debug info when server is disabled.
9431
9432         * ColorHandler.C (getGCForeground): send debug message to GUI
9433         channel.
9434
9435         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9436
9437         * kbmap.C (bind): modify because return conventions of
9438         kb_sequence::parse have changed.
9439
9440         * kbsequence.C (parse): only ignore spaces and not any stupid
9441         control character. This avoids tests like s[i] <= ' ', which are
9442         guaranteed to fail with 8bit characters and signed chars.
9443         Change return code to string::npos when there have been no error
9444         (0 was a bad idea when error is at first character)
9445
9446 2001-11-14  José Matos  <jamatos@fep.up.pt>
9447
9448         * buffer.h:
9449         * buffer.C (simpleDocBookOnePar): removed unused argument.
9450
9451 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9452
9453         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9454         insets which are part of a word. Paragraph::isLetter takes care of
9455         that now. Use Paragraph::isInset to identify insets.
9456         (selectSelectedWord): do not test for hyphenation break.
9457
9458         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9459         that protected spaces are considered as spaces.
9460
9461         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9462         Inset::isLetter.
9463
9464 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9465
9466         * lyxserver.h:
9467         * lyxserver.C: fix it. and small cleanup.
9468
9469 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9470
9471         * BufferView_pimpl.C: use inline helpers
9472
9473         * LaTeXFeatures.h:
9474         * LaTeXFeatures.C: fix typos
9475
9476         * Spacing.h:
9477         * Spacing.C: move spacing_string into class
9478
9479         * ToolbarDefaults.C: move stuff into namespace anon
9480
9481         * layout.h: update enum
9482
9483         * lyxfunc.C: use better debug
9484
9485         * minibuffer.h: fix typo
9486
9487         * debug.h:
9488         * debug.C:
9489         * WorkArea.C: add and use Debug::WORKAREA
9490
9491         * lyxtext.h:
9492         * text.C:
9493         * text2.C: code re-organisation, inline helpers
9494
9495 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9496
9497         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9498         std::vector.empty().
9499
9500 2001-11-09  Allan Rae  <rae@lyx.org>
9501
9502         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9503         '\n's after tables.  Tabular and ERT inset work now makes this no
9504         longer necessary.
9505
9506 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9507
9508         * minibuffer.h:
9509         * minibuffer.C: fix crash, improve drop-down completion
9510
9511 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9512
9513         * lyxserver.h:
9514         * lyxserver.C: invalidate fd's when doing endPipe()
9515
9516 2001-11-08  José Matos  <jamatos@fep.up.pt>
9517
9518         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9519         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9520
9521         * paragraph.h:
9522         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9523
9524 2001-11-07  José Matos  <jamatos@fep.up.pt>
9525
9526         * buffer.h:
9527         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9528         const qualifier.
9529
9530         * buffer.C (sgmlOpenTag):
9531         * buffer.C (sgmlCloseTag): removed debug info.
9532
9533         * buffer.h (sgmlOpenTag):
9534         * buffer.h (sgmlCloseTag): made public.
9535
9536 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9537
9538         * buffer.C (saveParamsAsDefaults):
9539         * lyx_cb.C (MenuLayoutSave): remove
9540
9541         * LyXAction.C (init):
9542         * commandtags.h:
9543         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9544
9545 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9546
9547         * buffer.C (setPaperStuff): removed from here...
9548
9549         * bufferparams.C (setPaperStuff): ... and moved there.
9550
9551 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9552
9553         * minibuffer.h:
9554         * minibuffer.C:
9555         * XFormsView.C: add support for drop-down completion
9556
9557 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9558
9559         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9560         commands.
9561
9562 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9563
9564         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9565         disabled.
9566
9567 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9568
9569         * lyx_main.C: change ref to known bugs
9570
9571 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9572
9573         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9574         to work around older babel problems.
9575
9576 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9577
9578         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9579
9580 2001-10-24  Juergen Vigna  <jug@sad.it>
9581
9582         * tabular-old.C (ReadOld): below variable changes reflected.
9583
9584         * tabular.[Ch]: added ltType struct for longtable header/footer
9585         defines and changed all instances where they are used. Added
9586         future support for double top/bottom rows.
9587
9588 2001-10-24  José Matos  <jamatos@fep.up.pt>
9589
9590         * buffer.h (docbookHandleCaption):
9591         * buffer.C (docbookHandleCaption): removed unused function.
9592         (makeDocBookFile): moved docbook supported version to v4.1.
9593
9594 2001-10-24  José Matos  <jamatos@fep.up.pt>
9595
9596         * tabular.h:
9597         * tabular.C (docbookRow): new function to export docbook code of a row.
9598         (DocBook): now honors the longtable flags.
9599
9600 2001-10-23  José Matos  <jamatos@fep.up.pt>
9601
9602         * LaTeXFeatures.h:
9603         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9604         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9605
9606         * buffer.C (makeLinuxDocFile):
9607         (makeDocBookFile): reworked the preamble, more clean, and with
9608         support for lyx defined entities. Changed the document declaration
9609         to be more XML friendly.
9610
9611         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9612         if we need to output XML that should be done with a filter.
9613
9614 2001-10-22  Juergen Vigna  <jug@sad.it>
9615
9616         * sp_pspell.h (class PSpell): add alive function needed in the
9617         controller to see if the spellchecker could be started.
9618
9619 2001-10-22  Juergen Vigna  <jug@sad.it>
9620
9621         * buffer.C (insertStringAsLines): modify the font for inserting
9622         chars in certain conditions by calling checkInsertChar(font).
9623
9624 2001-10-19  Juergen Vigna  <jug@sad.it>
9625
9626         * text.C (workWidth): use getRow instead of wrong algorithm.
9627         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9628
9629 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9630
9631         * lyxserver.h:
9632         * lyxserver.C:
9633         * lyx_main.h:
9634         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9635
9636 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9637
9638         * text.C (workWidth): do not search for the exact row when
9639         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9640         optimization for big documents.
9641
9642 2001-10-18  Juergen Vigna  <jug@sad.it>
9643
9644         * text.C (workWidth): new function with added Inset * parameter.
9645
9646 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9647
9648         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9649
9650         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9651         change return type of getColumnNearX.
9652
9653
9654         * text.C (changeRegionCase): use uppercase/lowercase instead of
9655         toupper/tolower.
9656         (leftMargin):
9657         (rightMargin): simplify code by factoring out the uses of
9658         textclasslist.
9659         (labelFill):
9660         (numberOfHfills):
9661         (setHeightOfRow):
9662         (appendParagraph): use Paragraph::size_type
9663
9664 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9665
9666         * vspace.C (asLatexString): add a missing break
9667
9668 2001-10-15  Herbert Voss  <voss@perce.de>
9669
9670         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
9671
9672 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9673
9674         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
9675         is not available.
9676
9677 2001-10-10  André Pönitz <poenitz@gmx.net>
9678
9679         * lyxfunc.C: removed greek_kb_flag.
9680
9681 2001-10-10  Herbert Voss  <voss@perce.de>
9682
9683         * lyx_main.C: delete global string help_lyxdir.
9684
9685 2001-10-09  Herbert Voss  <voss@perce.de>
9686
9687         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
9688
9689         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
9690
9691         * lyx_main.C: added global string help_lyxdir.
9692
9693         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
9694
9695 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9696
9697         * lyxrc.C (set_font_norm_type): support iso8859-4
9698
9699 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
9700
9701         * LaTeX.C (deplog): add another regex for MikTeX
9702
9703 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9704
9705         * lyxrc.C (set_font_norm_type): support iso8859-3
9706
9707 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9708
9709         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
9710
9711         * LaTeXFeatures.C: remove special case of french and index
9712
9713         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
9714         before \begin{document}). This solves several incompatibilities.
9715
9716 2001-10-03  Garst Reese  <reese@isn.net>
9717
9718         * lyx_cb.C: change CheckTex error msg.
9719
9720 2001-10-03  José Matos  <jamatos@fep.up.pt>
9721
9722         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
9723
9724 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9725
9726         * .cvsignore: update
9727
9728         * lyx_main.C (commandLineVersionInfo): use new style version info.
9729
9730         * buffer.C (writeFile):
9731         (makeLaTeXFile):
9732         (makeLinuxDocFile):
9733         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
9734
9735         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
9736
9737         * version.h: update to use stuff in version.C
9738
9739         * version.C.in: new file. Contains version information determined
9740         at compile time. This is a merging of version.h and
9741         version_info.h.in.
9742
9743 2001-10-03  Juergen Vigna  <jug@sad.it>
9744
9745         * BufferView_pimpl.C (update): don't change "dirty" status in
9746         updateInset call.
9747
9748 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
9749
9750         * WorkArea.C (c-tor): re-position version string slightly.
9751
9752 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
9753
9754         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
9755         revert to previous code.
9756
9757         WorkArea.[Ch]: (show, destroySplash): methods removed.
9758
9759         WorkArea.C: rework code so that it's an amalgam of the codes before and
9760         after the splash screen was moved to WorkArea.
9761
9762 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9763
9764         * lyxrc.C (read):
9765         * vspace.C (inPixels):
9766         (lyx_advance):
9767         * kbmap.C (bind):
9768         * buffer.C (insertStringAsLines):
9769         (asciiParagraph): fix types to be large enough
9770
9771         * lyxlex_pimpl.h: change member status from short to int
9772
9773         * layout.h: fix type of endlabeltype
9774
9775         * kbmap.C (bind):
9776         * kbsequence.C (parse): change return type to string::size_type
9777
9778         * LaTeX.C (updateBibtexDependencies): comment out unneeded
9779         variable
9780
9781         * Bullet.C (bulletSize):
9782         (bulletEntry): do not use short ints as parameters
9783
9784         * BufferView2.C (insertLyXFile): change a char to an int.
9785
9786         * WorkArea.C (WorkArea): remove unneeded floats in computation
9787
9788 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
9789
9790         * buffer.C (asciiParagraph): Treat '\\' as other chars.
9791
9792         * paragraph.C (asString): Do not ignore newline/hfill chars when
9793         copying to the clipboard.
9794
9795 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
9796
9797         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
9798         after a multi-line inset.
9799
9800 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
9801
9802         * paragraph.C (validate): Set NeedLyXFootnoteCode
9803
9804 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9805
9806         * lyxfont.C (LyXSizeNames): changed increase-error to increase
9807         and decrease-error to decrease.
9808
9809 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9810
9811         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
9812         it more readable (should be equivalent)
9813
9814 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9815
9816         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
9817
9818 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9819
9820         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
9821         of a cursor (row, etc.) after a character has been deleted
9822         (deleteEmptyParagraphMechanism): call the method above on _all_
9823         cursors held by the LyXText when a double space has been
9824         detected/deleted.
9825
9826 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9827
9828         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
9829         pixmap.
9830         (resizeCurrentBuff): remove code to destroy the old splash dialog.
9831
9832         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
9833         background. Use greyOut() and the new show() methods to toggle between
9834         the foreground and background. Add code to remove the splash after
9835         its initial showing.
9836
9837         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
9838         (create_forms): no longer call Dialogs::showSplash.
9839
9840 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9841
9842         * .cvsignore: add version_info.h
9843
9844 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9845
9846         * version_info.h.in: new file
9847
9848         * Makefile.am: add version_info.h.in
9849
9850         * lyx_main.C (commandLineVersionInfo): use version_info defined in
9851         version_info.h instead of VERSION_INFO
9852
9853 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
9854
9855         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
9856         The ERT inset now returns string().
9857
9858 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
9859
9860         * lyxtext.h, text.C (selectNextWord): renamed as
9861         selectNextWordToSpellcheck.
9862
9863         * text.C (selectNextWordToSpellcheck): Modified to not select
9864         words inside an ERT inset.
9865
9866 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9867
9868         * lyx_cb.C (MenuLayoutSave): change a bit the question
9869
9870         * sp_base.h: include <sys/types.h>
9871
9872 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
9873
9874         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
9875
9876 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
9877
9878         * several files: fix typos in user-visible strings
9879
9880 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9881
9882         * text2.C (pasteSelection): do not set the selection, since it
9883         will be cleared later. Actually, the intent was to fix the way the
9884         selection was set, but I figured rmoving the code was just as good.
9885
9886 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
9887
9888         * FontLoader.C (available): Check if font is available without
9889         loading the font.
9890
9891 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
9892
9893         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
9894
9895 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
9896
9897         * lyxrc.[Ch]: added display_graphics variable and associated code.
9898
9899 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9900
9901         * bufferparams.C (hasClassDefaults): new method. Returns true if
9902         the buffer parameters correspond to known class defaults
9903
9904 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
9905
9906         * XFormsView.C (show): set minimum size to the main window.
9907
9908 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9909
9910         * text2.C (copySelection):
9911         (cutSelection):
9912         * lyxfind.C (LyXReplace):
9913         * BufferView_pimpl.C (Dispatch): pass the correct flag to
9914         LyXText::selectionAsString.
9915
9916         * paragraph.C (asString): add "label" argument to the second form
9917
9918         * text2.C (selectionAsString): add "label" argument and pass it to
9919         Paragraph::asString.
9920
9921 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9922
9923         * lyx_main.C (commandLineHelp): remove version information
9924
9925 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
9926
9927         * lyx_main.C: add -version commandline option
9928
9929 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9930
9931         * paragraph.h: make the optional constructor arg required instead.
9932         some modifications to other files because of this.
9933
9934         * minibuffer.C (C_MiniBuffer_peek_event): make it static
9935
9936         * lyxserver.C (C_LyXComm_callback): make it static
9937
9938         * lyx_main.C (error_handler): make it static
9939
9940         * lyx_gui.C (LyX_XErrHandler): make it static
9941
9942         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
9943
9944         * WorkArea.C: make the extern "C" methods static.
9945
9946         * Makefile.am (lyx_LDADD): simplify
9947
9948 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9949
9950         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
9951         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
9952
9953         * LyXAction.C (init):
9954         * lyxfunc.C (dispatch): associated code removal.
9955
9956 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9957
9958         * lyxfont.h (isSymbolFont): shut off warning
9959
9960         * text.C (setHeightOfRow):
9961         (getVisibleRow): fix crash with empty paragraphs which have a
9962         bottom line
9963
9964 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
9965
9966         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
9967         code.
9968
9969 2001-09-04  José Matos  <jamatos@fep.up.pt>
9970         * buffer.C
9971         * buffer.h
9972         * tabular.C (docbook): rename docBook method to docbook.
9973
9974 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9975
9976         * Makefile.am: add dependencies to main.o.
9977
9978 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
9979
9980         * FontLoader.C (available): Return false if !lyxrc.use_gui
9981
9982 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
9983
9984         * FontInfo.C (query):
9985         * converter.C (view):
9986         * importer.C (Import):
9987         * exporter.C (Export): Can not -> cannot.
9988
9989 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
9990
9991         * BufferView_pimpl.C: allow to create index inset even if
9992           string is empty
9993
9994 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9995
9996         * buffer.C (getLists): replace boost::tie code with an explicit pair
9997         as boost::tie can break some compilers.
9998
9999         * iterators.h: Added a std:: declaration to the return type of
10000         ParIterator::size.
10001
10002 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10003
10004         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10005           case.
10006
10007 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10008
10009         * iterators.[Ch]: New files. Provide paragraph iterators.
10010
10011         * buffer.C (changeLanguage): Use paragraph iterators.
10012         (isMultiLingual): ditto
10013
10014         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10015
10016 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10017
10018         * FontLoader.C: Support for cmr font.
10019
10020 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10021
10022         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10023         (available): New method.
10024
10025         * FontInfo.C (getFontname): Use scalable fonts even when
10026         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10027         found.
10028
10029 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10030
10031         * converter.C (Formats::view): reverted! Incorrect fix.
10032
10033 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10034
10035         * converter.C (Formats::view): only output the -paper option
10036         if the dvi viewer is xdvi, thereby fixing bug #233429.
10037
10038 2001-08-23  Herbert Voss  <voss@perce>
10039
10040         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10041
10042 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10043
10044         * Spacing.h (Spacing): Set space to Default on in the default
10045         constructor.
10046
10047 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10048
10049         * vc-backend.h (RCS::versionString): add RCS to version
10050         (CVS::versionString): add CVS to version
10051
10052         * vc-backend.C (scanMaster): do not add CVS to version.
10053         (scanMaster): do not add RCS to version
10054
10055         * lyxvc.C (versionString): new method
10056
10057         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10058
10059 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10060
10061         * Spacing.C (set): initialize fval
10062
10063 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10064
10065         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10066         " or \.
10067
10068 2001-08-16  Juergen Vigna  <jug@sad.it>
10069
10070         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10071
10072 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10073
10074         * BufferView_pimpl.C:
10075         * figureForm.C:
10076         * lyxtext.h:
10077         * text2.C: setParagraph takes linespacing now
10078
10079 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10080
10081         * LyxAction.C: add internal LFUN_CITATION_INSERT
10082
10083         * LyXView.C: actually apply fix
10084
10085         * bufferlist.C: fix open non-existent file
10086
10087         * lyxfind.C: fix indentation
10088
10089         * lyxfunc.C: remove unneeded assert, fix typo
10090
10091 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10092
10093         * MenuBackend.C: use "Floatname List"
10094
10095 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10096
10097         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10098         when converting LaTeX layout to insetERT.
10099         Generate a non-collapsed float when reading old float
10100
10101 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10102
10103         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10104         ERT insets.
10105
10106 2001-08-13  Juergen Vigna  <jug@sad.it>
10107
10108         * text.C (fill): return 0 instead of 20 as this seems to be the more
10109         correct value.
10110
10111 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10112
10113         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10114         lyxrc.font_norm.
10115
10116 2001-08-13  Juergen Vigna  <jug@sad.it>
10117
10118         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10119         casesensitive off.
10120         (SearchBackward): comment out the unlocking of the inset_owner this
10121         should not be needed!
10122
10123 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10124
10125         * Many files: Remove inherit_language, and add latex_language
10126
10127         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10128         collapsible insets.
10129
10130 2001-08-10  Juergen Vigna  <jug@sad.it>
10131
10132         * text.C (prepareToPrint): fixed hfill-width in draw!
10133
10134         * BufferView2.C (selectLastWord): save the selection cursor as this
10135         now is cleared in the function LyXText::clearSelection!
10136
10137 2001-08-08  Juergen Vigna  <jug@sad.it>
10138
10139         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10140         BACKSPACE type functions.
10141
10142         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10143         is only cutted from the document but not put in the cut-buffer, where
10144         still the old stuff should be.
10145
10146         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10147
10148         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10149
10150         * tabular.C (SetWidthOfCell): fixed special case where the width
10151         was not updated!
10152         (LeftLine): handle '|' in align_special.
10153         (RightLine): ditto
10154         (LeftAlreadyDrawed): ditto
10155         (SetWidthOfCell): ditto
10156
10157 2001-08-07  Juergen Vigna  <jug@sad.it>
10158
10159         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10160
10161 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10162
10163         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10164         * lyxlex.[hC]: ditto
10165
10166 2001-08-06  Juergen Vigna  <jug@sad.it>
10167
10168         * text.C (getVisibleRow): fix up row clearing a bit.
10169
10170 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10171
10172         * minibuffer.C: make sure the X server sees the changes in the input.
10173
10174 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10175
10176         * paragraph.C (getFont): split into...
10177         (getLabelFont): this
10178         (getLayoutFont): and this
10179         * paragraph_pimpl.C (realizeFont): calling this
10180
10181         * text2.C (getFont): split into...
10182         (getLayoutFont): this
10183         (getLabelFont): and this
10184         (realizeFont): all three calling this
10185
10186         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10187         files where used.
10188
10189 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10190
10191         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10192
10193 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10194
10195         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10196         layouts from the Quote inset insertion.
10197
10198 2001-08-03  Juergen Vigna  <jug@sad.it>
10199
10200         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10201
10202         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10203         only if status not is already CHANGED_IN_DRAW (second level).
10204
10205         * text.C (draw): don't set the need_break_row when inside an
10206         InsetText LyXText.
10207
10208 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10209
10210         * buffer.C (parseSingleLyXformat2Token): handle more latex
10211         conversion cases.
10212
10213         * bufferview_funcs.[hC]: change function names to
10214         begin with small char, adjust other files.
10215
10216 2001-08-02  André Pönitz <poenitz@gmx.net>
10217
10218         * lyxfunc.C:
10219         BufferView_pimpl.C: remove broken special code for math-greek
10220
10221 2001-08-02  Juergen Vigna  <jug@sad.it>
10222
10223         * BufferView_pimpl.C (update): redone this function so that we
10224         update the text again if there was a CHANGE_IN_DRAW.
10225
10226         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10227         (drawFromTo): added a new internal bool which is used by draw() and
10228         redraw() function.
10229         (general): some cursor drawing problems fixed.
10230
10231 2001-08-01  Juergen Vigna  <jug@sad.it>
10232
10233         * lyxfind.C (LyXFind): fixed
10234         (SearchForward): ditto
10235         (SearchBackward): ditto
10236
10237         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10238         spurius drawing of the cursor in the main area.
10239
10240         * text2.C (status): small fix which could lead to a segfault!
10241         (clearSelection): remove unneeded BufferView param.
10242
10243 2001-08-01  André Pönitz <poenitz@gmx.net>
10244
10245         * lyxfunc.C: small change due to changed mathed interface
10246
10247 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10248
10249         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10250
10251 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10252
10253         * lyxfunc.c: fail gracefully if file doesn't exist
10254
10255         * LyXSendto.C:
10256         * buffer.C:
10257         * lyxfunc.C:
10258         * BufferView_pimpl.C: IsDirWriteable() proto changed
10259
10260         * LyXView.C: fix updateWindowTitle() to store the last title
10261
10262 2001-07-31  Juergen Vigna  <jug@sad.it>
10263
10264         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10265         the font (wrong since using of Paragraph::highestFontInRange).
10266
10267         * paragraph.C (highestFontInRange): added a default_size parameter.
10268
10269         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10270         (setHeightOfRow): reformat
10271
10272 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10273
10274         * converter.[hC] + affected files: move to (inital-char)lowercase
10275         function names.
10276
10277         * ParagraphParameters.C (ParagraphParameters): remove commented code
10278
10279         * PainterBase.[Ch]: remove commented code
10280
10281         * LaTeXFeatures.h: add "bool floats" for float.sty
10282
10283         * LaTeXFeatures.C (LaTeXFeatures): init floats
10284         (require): handle float
10285         (getPackages): do it with floats
10286
10287 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10288
10289         * BufferView_pimpl.C (Dispatch): improve handling of
10290         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10291
10292         * commandtags.h: #include lyxfont.h here temporarily to avoid
10293         keybinding bug.
10294
10295         * bufferlist.h: include LString.h here.
10296
10297 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10298
10299         * text2.C (getStringToIndex): new method.
10300
10301 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10302
10303         * *: Reduced header file dependencies all over.
10304
10305 2001-07-30  Baruch Even  <baruch@lyx.org>
10306
10307         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10308
10309 2001-07-29  Baruch Even  <baruch@lyx.org>
10310
10311         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10312
10313 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10314
10315         * ParameterStruct.h (endif): add a default constructor to make
10316         sure that all variables is initialized.
10317
10318         * ParagraphParameters.C (ParagraphParameters): adjust
10319
10320 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10321
10322         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10323         index; also, check that there is something to index, and that it
10324         does not span over several paragraphs.
10325         (doubleClick): use WHOLE_WORD_STRICT for double click.
10326
10327         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10328
10329         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10330         scheme.
10331
10332 2001-07-26  Baruch Even  <baruch@lyx.org>
10333
10334         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10335         an InsetFig figure, backwards compatible reading of old figure code.
10336
10337 2001-07-27  Juergen Vigna  <jug@sad.it>
10338
10339         * text2.C: font.realize function adaption.
10340
10341         * text.C (draw): add a warnings lyxerr text if needed.
10342
10343         * layout.C: font.realize function adaption.
10344
10345         * language.C: add inherit_language and implement it's handlings
10346
10347         * bufferview_funcs.C (StyleReset): remove language parameter from
10348         font creation (should be language_inherit now).
10349
10350         * bufferparams.C (writeFile): handle ignore_language.
10351
10352         * paragraph.C (getFontSettings): the language has to be resolved
10353         otherwise we have problems in LyXFont!
10354
10355         * lyxfont.C (lyxWriteChanges): added document_language parameter
10356         (update): removed unneeded language parameter
10357
10358         * paragraph.C (validate): fixed wrong output of color-package when
10359         using interface colors for certain fonts in certain environments,
10360         which should not seen as that on the final output.
10361
10362 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10363
10364         * BufferView_pimpl.C:
10365         * Thesaurus.h:
10366         * Thesaurus.C:
10367         * Makefile.am:
10368         * commandtags.h:
10369         * LyXAction.C: add thesaurus support
10370
10371         * lyxfind.h:
10372         * lyxfind.C: add "once" parameter, for thesaurus, to not
10373           move to the next match
10374
10375 2001-07-26  Juergen Vigna  <jug@sad.it>
10376
10377         * lyxfont.C (realize): honor ignore_language too!
10378         (resolved): ditto.
10379
10380         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10381
10382         * text.C (draw): one place more for ignore_language to not draw
10383         itself!
10384
10385 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10386
10387         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10388
10389 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10390
10391         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10392         the minipage conversion problem.
10393
10394 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10395
10396         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10397         insert an inset.
10398
10399 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10400
10401         * BufferView.h: don't forward declare WorkArea
10402
10403         * BufferView.C: don't include WorkArea.h
10404
10405 2001-07-25  André Pönitz <poenitz@gmx.net>
10406
10407         * commandtags.h:
10408         * LyXAction.C:
10409         * lyxfunc.C:  new LFUN 'math-space'
10410
10411         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10412
10413 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10414
10415         * text2.C (toggleInset): call open/close
10416
10417 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10418
10419         * lyxfunc.C (dispatch): add debug for the disabled case
10420
10421         * font.C (buttonText): make similar to rectText
10422
10423         * buffer.C (readInset): comment out parsing of insetlist and
10424         insttheorem
10425
10426         * PainterBase.C (rectText): small correction
10427
10428         * BufferView_pimpl.C: comment out insettheorem and insetlist
10429         * LyXAction.C: ditto
10430         * commandtags.h: ditto
10431
10432 2001-07-24  Juergen Vigna  <jug@sad.it>
10433
10434         * text.C (draw): honor the ignore_language.
10435
10436         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10437
10438 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10439
10440         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10441         char inset.
10442
10443 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10444
10445         * lyxtext.h: remove unused (and unimplemented) methods
10446
10447 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10448
10449         * text.C (getVisibleRow): honor background color
10450
10451         * PainterBase.h:
10452         * Painter.h: remove default color argument for fillRectangle
10453
10454         * text.C (backgroundColor): new method
10455
10456 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10457
10458         * text.C (getVisibleRow): adjust
10459
10460         * font.[Ch] (rectText): new method, metrics
10461         (buttonText): new method, metrics
10462
10463         * PainterBase.[hC]: make rectText and buttonText always draw and take
10464         fewer paramteres.
10465
10466 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10467
10468         * ToolbarDefaults.C (read):
10469         * MenuBackend.C (read): allow escaping in all strings
10470
10471         * BufferView_pimpl.C (insertAndEditInset): new method.
10472         (Dispatch): use insertAndEditInset whenever appropriate.
10473
10474         * BufferView_pimpl.C (insertNote): removed
10475
10476         * BufferView_pimpl.C (smartQuote): new method, moved from
10477         BufferView; if an insetquote cannot be inserted, insert a '"'
10478         character instead.
10479
10480         * BufferView2.C: remove insertCorrectQuote();
10481
10482         * lyxfunc.C (getStatus): Add support for all remaingin
10483         inset-insert lfuns.
10484
10485         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10486
10487         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10488         command (necessary to pass " as parameter of self-insert.
10489
10490         * text.C (selectWordWhenUnderCursor):
10491         (selectWord): add word_location parameter
10492         (selectWordWhenUnderCursor): same + remove special code for word
10493         boundary.
10494         (selectNextWord): use kind() to guess type of insetspecialchar,
10495         not latex().
10496
10497         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10498         (insertErtContents): create ert insets as collapsed.
10499         (readInset): better compatibility code for Info inset.
10500
10501 2001-07-20  Juergen Vigna  <jug@sad.it>
10502
10503         * lyxfunc.C (dispatch): use always LyXFind now!
10504
10505         * text2.C (init): add a reinit flag so that the LyXText can be
10506         reinited instead of deleted and reallocated (used in InsetText).
10507
10508         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10509
10510         * text.C: ditto
10511
10512         * text2.C: ditto
10513
10514 2001-07-18  Juergen Vigna  <jug@sad.it>
10515
10516         * text.C (selectNextWord): handle insets inside inset by calling
10517         always the bv->text functions so that we can go up the_locking_inset!
10518
10519         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10520         in strange locations when inside an inset!
10521
10522         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10523         handling to include insets.
10524
10525         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10526
10527 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10528
10529         * LyXAction.C (init):
10530         * commandtags.h:
10531         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10532         LIGATURE_BREAK, since the name is so stupid.
10533
10534 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10535
10536         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10537         InsetInfos.
10538
10539         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10540
10541         * sp_form.[Ch]: remove.
10542
10543         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10544
10545         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10546         InsetInfo.
10547
10548         * src/buffer.C (readInset): ditto.
10549
10550 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10551
10552         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10553         menuSeparator(), endOfSentenceDot(), ldots() and
10554         hyphenationPoint(), which are therefore removed.
10555         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10556
10557         * LyXAction.C (init):
10558         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10559
10560         * paragraph.C (getWord): removed.
10561
10562         * BufferView_pimpl.C (Dispatch): use last word or selection for
10563         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10564
10565         * lyx_main.C (queryUserLyXDir): do not ask before creating
10566         user_dir, except if it has been named explicitely.
10567
10568 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10569
10570         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10571         a document of zero size.
10572
10573 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10574
10575         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10576         approriately in the c-tor and in require().
10577         (getPackages): output the appropriate LaTeX for natbib support.
10578
10579         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10580         variables "use_natbib" and "use_numerical_citations" when reading the
10581         LyX file.
10582         (readInset): read the various natbib cite commands.
10583         (validate): white-space change.
10584
10585         * bufferparams.[Ch]: new variables "bool use_natbib" and
10586         "bool use_numerical_citations".
10587         (writeFile): output them in the LyX file.
10588
10589 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10590
10591         * lyxfunc.C (getStatus): add support for all the inset insertion
10592         commands.
10593
10594         * text2.C (insertInset):
10595         * paragraph.C (insetAllowed):
10596         * BufferView_pimpl.C (insertInset): update to take in account the
10597         renaming of insertInsetAllowed
10598
10599         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10600
10601         * text2.C (getInset): new method. returns inset at cursor position.
10602
10603         * BufferView_pimpl.C (Dispatch): changes because of this.
10604
10605         * LyXAction.C (init): rename open-stuff to inset-toggle.
10606
10607         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10608
10609         * text2.C (toggleInset): renamed from openStuff; use
10610         Inset::open().
10611
10612 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10613
10614         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10615
10616         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10617
10618 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10619
10620         * buffer.C (readLyXformat2): Add filename to the error dialog
10621
10622 2001-07-18  Juergen Vigna  <jug@sad.it>
10623
10624         * tabular.C (GetCellNumber): put an assert here instead of the check!
10625
10626 2001-07-17  Juergen Vigna  <jug@sad.it>
10627
10628         * BufferView_pimpl.C (toggleSelection): adapted too.
10629
10630         * text.C (selectNextWord): adapted for use with insets.
10631         (selectSelectedWord): ditto
10632
10633 2001-07-17  Juergen Vigna  <jug@sad.it>
10634
10635         * sp_spell.C (PSpell): fix initialitation order.
10636
10637 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10638
10639         * paragraph.C: spacing
10640
10641 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10642
10643         * sp_spell.C: repair language selection for pspell
10644
10645 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10646
10647         * lyxfunc.h: change more methods to begin with lower char.
10648
10649 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10650
10651         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10652         for unknown layouts.
10653
10654 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10655
10656         * buffer.C (readLyXformat2): Generate an error dialog if there are
10657         unknown layouts.
10658
10659 2001-07-16  Juergen Vigna  <jug@sad.it>
10660
10661         * sp_spell.C: always compile ISpell part.
10662
10663         * lyxrc.C: added use_pspell entry and it's handling.
10664
10665 2001-07-13  Juergen Vigna  <jug@sad.it>
10666
10667         * sp_spell.C: removed double includes.
10668
10669 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
10670
10671         Consistent use of Lsstream.h:
10672         * Lsstream.h: added using std::stringstream for consistencies sake.
10673
10674         * buffer.C: removed using std::stringstream
10675
10676         * lyxfont.C (stateText):
10677         * paragraph.C (asString):
10678         * text.C (selectNextWord, selectSelectedWord):
10679         * text2.C (setCounter):
10680         * vspace.C (asString, asLatexString):
10681         std::ostringstream -> ostringstream.
10682
10683 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10684
10685         * LyXAction.C: add LFUN_HELP_ABOUTLYX
10686         * commandtags.h: add LFUN_HELP_ABOUTLYX
10687         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
10688
10689 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10690
10691         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
10692         cursorToggle()
10693         * lyx_gui_misc.C: remove spellchecker
10694         * lyxfunc.C: showSpellchecker
10695         * sp_base.h: added
10696         * sp_ispell.h: added
10697         * sp_pspell.h: added
10698         * sp_spell.C: added
10699         * sp_form.[Ch]: removed
10700         * spellchecker.[Ch]: removed
10701
10702 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
10703
10704         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
10705         is set.
10706         (simpleTeXSpecialChars): Simply print the input character without
10707         any special translation if pass_thru is set.
10708
10709         * layout.h: Added bool pass_thru to layout class for being able to
10710         implement pass through of a paragraph for Literate Programming.
10711
10712         * layout.C: add LT_PASS_THRU to LayoutTags enum.
10713         * layout.C (LyXLayout): set pass_thru to flase in constructor.
10714         * layout.C (Read): add "passthru" to list of layout tags and add
10715         code to set the pass_thru boolean when it is read.
10716
10717 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10718
10719         * trans_decl.h: remove allowed from KmodInfo
10720
10721         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
10722         remove allowed code
10723         (Load): adjust
10724
10725         * paragraph_pimpl.C (erase): use boost::prior
10726
10727         * Painter.C (text): use data() instead of c_str() when length is
10728         also provided.
10729         * WorkArea.C (putClipboard): ditto
10730         * font.h (width): ditto
10731
10732         * BufferView2.C: use it-> instead of (*it). for iterators
10733         * texrow.C: ditto
10734         * paragraph_pimpl.C: ditto
10735         * paragraph.C: ditto
10736         * minibuffer.C: ditto
10737         * language.C: ditto
10738         * kbmap.C: ditto
10739         * encoding.C: ditto
10740         * counters.C: ditto
10741         * converter.C: ditto
10742         * chset.C: ditto
10743         * Variables.C: ditto
10744         * TextCache.C: ditto
10745         * MenuBackend.C: ditto
10746         * LyXAction.C: ditto
10747         * LColor.C: ditto
10748         * FloatList.C: ditto
10749         * DepTable.C: ditto
10750         * ColorHandler.C (LyXColorHandler): ditto
10751
10752 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10753
10754         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
10755
10756         * text2.C (openStuff): reintroduce this method (which had been
10757         nuked in NEW_INSETS frenzy).
10758
10759         * lyxfunc.C (Dispatch): when an action has not been handled, use
10760         its name in the error message, not its number.
10761
10762         * paragraph.C (inInset): change method name to begin with lowercase.
10763
10764         * undo_funcs.C:
10765         * text2.C: updates because of this.
10766
10767 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10768
10769         * ToolbarDefaults.C (add): add spaces in error message
10770
10771 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10772
10773         * buffer.C (readLyXformat2): initialize the ert comp. variables.
10774         (readLyXformat2): rename return_par to first_par, use lyxlex's
10775         pushToken and remove the manual push handling.
10776         (parseSingleLyXformat2Token): add another ert comp. variable:
10777         in_tabular, rename return_par to first_par. handle newlines better
10778
10779 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10780
10781         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
10782
10783 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10784
10785         * text2.C (getParFromID): removed
10786
10787         * buffer.C (getParFromID): new method moved form lyxtext.
10788         * BufferView2.C (insertErrors): adjust
10789         (setCursorFromRow): adjust
10790         * BufferView_pimpl.C (restorePosition): adjust
10791         * lyxfunc.C (Dispatch): adjust
10792         * undo_funcs.C (textUndo): adjust
10793         (textRedo): adjust
10794         (textHandleUndo): adjust
10795         (textHandleUndo): adjust
10796
10797 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10798
10799         * buffer.C: up' the LYX_FORMAT
10800
10801         * lyxfont.h: turn NO_LATEX on as default
10802
10803         * buffer.C (insertErtContents): new methods of tex style compability.
10804         (parseSingleLyXformat2Token): use it several places.
10805         * tabular.C (OldFormatRead): and here
10806
10807 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10808
10809         * text2.C: remove some commented code.
10810         reindent file.
10811
10812         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
10813         * trans.C: changes because of the above.
10814
10815 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
10816
10817         * text2.C (setCounter): Fix counters bug with bibliography layout.
10818
10819 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10820
10821         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
10822         own member functions
10823         (simpleTeXSpecialChars): ditto
10824
10825 2001-07-06  Juergen Vigna  <jug@sad.it>
10826
10827         * a lot of files: changed the access to LyXText::status and the
10828         call of undo-functions.
10829
10830         * undo.[Ch]: added a inset_id to the undo informations.
10831
10832         * undo_funcs.[Ch]: added and moved here all undo functions.
10833
10834         * lyxtext.h: give the status enum a weight, made status_ a private
10835         variable and made accessor functions for it, removed the whole bunch
10836         of undo-functions as they are now in their own file, make some
10837         functions publically available. Added function ownerParagraph with
10838         int parameter.
10839
10840         * paragraph.[Ch]: added "bool same_ids" to the constructor,
10841         made InInset() a const function, added getParFromID() function.
10842
10843         * buffer.[Ch]: added const version for inset_iterator functions,
10844         added getInsetFromID() function.
10845
10846         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
10847         changed undo functions for new version.
10848
10849 2001-07-05  Juergen Vigna  <jug@sad.it>
10850
10851         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
10852         unknow mechanism does not call the proper constructor but only this
10853         one also if I request the other!?
10854
10855 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10856
10857         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
10858
10859         * text2.C (LyXText): use initialization lists.
10860
10861         * lyxtext.h (Selection): initialize set_ and mark_
10862         (init): remove method
10863
10864 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
10865
10866         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
10867
10868 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10869
10870         * screen.[Ch]: change method names to begin with lowercase
10871
10872         * BufferView_pimpl.C (updateScrollbar): simplify further and
10873         hopefully make it a bit faster.
10874
10875 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10876
10877         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
10878         calling directly xforms functions.
10879
10880         * Painter.C (Painter):
10881         * lyx_cb.C (MenuWrite):
10882         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
10883         fl_display.
10884
10885         * lyx_gui.C: remove bogus guiruntime extern declaration.
10886
10887 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10888
10889         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
10890         in NEW_INSETS
10891         (redoDrawingOfParagraph): ditto
10892         (redoParagraphs): ditto
10893         (cutSelection): don't create a object for CutAndPaste use the
10894         static method directly
10895         (pasteSelection): ditto
10896
10897         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
10898         LyXview (+ rename)
10899
10900 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10901
10902         * modifications to some other files because of this.
10903
10904         * Makefile.am (lyx_SOURCES): add XFormsView
10905
10906         * XFormsView.[Ch]: new files
10907
10908         * LyXView.[Ch]: make LyXView a base class for the gui handling for
10909         the main window. Move the gui dependent stuff to XFormsView
10910
10911 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10912
10913         * tabular.C (GetCellInset): update cur_cell also in the row/col
10914         version of this function.
10915
10916         * lyxfunc.C: no need to include figure_form.h here.
10917
10918         * FontLoader.h:
10919         * lyxfunc.h:
10920         * lyxscreen.h:
10921         * text2.C:
10922         * lyxvc.C: no need to include forms.h here.
10923
10924 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10925
10926         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
10927
10928         * lyxfunc.C (Dispatch):
10929         * Spacing.C (set):
10930         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
10931         constructor argument.
10932
10933 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10934
10935         * paragraph.C (Paragraph): dont't clear, and just set layout.
10936         (makeSameLayout): use params's copy contructor.
10937
10938         * ParagraphParameters.[Ch] (makeSame): delete method
10939
10940 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
10941
10942         * Variables.[Ch]: fix indentation, rename set to isSet
10943
10944 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10945
10946         * lyxfunc.C (Dispatch): fix typo
10947
10948 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10949
10950         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
10951         upper_bound.
10952
10953         * bufferlist.C: include assert.h for emergencyWrite().
10954
10955 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10956
10957         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
10958           give up at last (bug #425202) !
10959
10960 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
10961
10962         * lyx_gui_misc.C:
10963         * sp_form.h:
10964         * sp_form.C:
10965         * spellchecker.h:
10966         * spellchecker.C: strip spellchecker options and bring up
10967           preferences tab instead
10968
10969 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10970
10971         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
10972         the istringstream constructor
10973
10974 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10975
10976         * paragraph.C (getLayout): fix return value
10977
10978         * paragraph.h: do not declare getLayout as inline.
10979
10980         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
10981
10982 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10983
10984         * lyxcursor.h (operator<): new func
10985         (operator>): new func
10986         (operator>=): new func
10987         (operator<=): new func
10988
10989         * text.C (changeCase): use selection.start and selection.end
10990         (changeRegionCase): require from to be <= to. Require par to be a
10991         valid paragraph.
10992
10993         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
10994
10995 2001-06-27  Juergen Vigna  <jug@sad.it>
10996
10997         * text.C (cursorLeftOneWord): changed to return the cursor and added
10998         overlay with BufferView * parameter which calls this one.
10999         (getWord): added
11000         (selectWord): use new getWord function.
11001         (changeCase): renamed from changeWordCase as and extended to work
11002         also on selections.
11003
11004         * lyxtext.h: added enum word_location
11005
11006         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11007         changeCase as this operates now also on selections.
11008
11009 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11010
11011         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11012
11013         * many files: send debug output to Debug::INFO instead of
11014         Debug::ANY.
11015
11016         * converter.C (View):
11017         (Convert):
11018         (Move): send debug output to Debug::FILES instead of console.
11019
11020 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11021
11022         * lyxfunc.C (getStatus): use func_status
11023
11024         * func_status.h: new header, describing the results of
11025         LyXFunc::getStatus;
11026
11027         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11028         LFUN_MATH_HALIGN.
11029
11030 2001-06-25  The LyX Project  <jug@sad.it>
11031
11032         * buffer.C (sgmlOpenTag):
11033         (sgmlCloseTag):
11034         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11035
11036 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11037
11038         * text2.C: remove some dead code
11039
11040         * tabular.C (GetCellInset): store the last cell checked (gotten)
11041
11042         * tabular.h: add the helper for the speedup
11043
11044         * lyxtext.h: remove some dead code
11045
11046 2001-06-26  The LyX Project  <Asger>
11047
11048         * paragraph.C: Change export to LaTeX of alignment to
11049         \begin{center} and family for better roundtrip work with reLyX.
11050
11051         * Tune the math drawing a bit.
11052
11053 2001-06-25  The LyX Project  <Asger>
11054
11055         * LColor.C (LColor): New color for math background. New color
11056         for buttons.
11057
11058 2001-06-25  The LyX Project  <jug@sad.it>
11059
11060         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11061
11062         * lyxfunc.C (Open):
11063         * bufferlist.C (newFile): do not restrict to files ending with
11064         .lyx
11065
11066         * BufferView_pimpl.C (MenuInsertLyXFile):
11067
11068 2001-06-24  The LyX Project  <jug@sad.it>
11069
11070         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11071         of compare_no_case
11072
11073 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11074
11075         * lyxtext.h: rename most methods to begin with a small char.
11076         Lots of changes because of this.
11077
11078         * paragraph.C (Paragraph): do not call fitToSize
11079         (erase): call Pimpl::erase
11080         (insertChar): call Pimpl::insertChar
11081         (insertInset): call Pipl::insertInset
11082         (breakParagraph): do not call fitToSize
11083         (breakParagraphConservative): do not call fitToSize
11084         (fitToSize): remove method
11085
11086         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11087
11088 2001-06-24  The LyX Project  <Asger>
11089
11090         * Fix Qt compilation^2
11091
11092 2001-06-24  The LyX Project  <jug@sad.it>
11093
11094         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11095         depthHook(getDepth()-1).
11096
11097         * paragraph.h:
11098         * ParagraphParameters.h:
11099         * ParameterStruct.h: change type of depth to unsigned int ==
11100         depth_type. Many adaptations to other files before of that.
11101
11102 2001-06-24  The LyX Project  <Asger>
11103
11104         * Fix Qt compilation.
11105
11106 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11107
11108         * paragraph.h: renamed several methods to begin with small letter.
11109         several changes to many parts of the code because of this.
11110
11111 2001-06-23  The LyX Project  <jug@sad.it>
11112
11113         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11114         rewritten to discard all double spaces when KeepEmpty is off
11115         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11116         to only handle newlines but not fiddle with spaces and friends.
11117
11118         * lyxfunc.C (MenuNew): when doing 'new from template', use
11119         template_path as default directory
11120
11121 2001-06-23  The LyX Project  <Asger>
11122
11123         * Clean-up of header file includes all over
11124         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11125
11126 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11127
11128         * paragraph.h: renamed from lyxparagraph.h
11129
11130 2001-06-23  Asger  <lyx@violet.home.sad.it>
11131
11132         * Buffer.h: Removed Buffer::resize
11133         * BufferList.h: Removed BufferList::resize
11134         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11135         the document lazily when we change the width, or the font settings.
11136
11137 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11138
11139         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11140
11141 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11142
11143         * buffer.h: remove out of date comment
11144
11145 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11146
11147         * lyxscreen.h:
11148         * screen.C: fix "theoretical" GC leak
11149
11150 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11151
11152         * LaTeX.C (scanAuxFile):
11153         (deplog): remove trailing \r when reading stream (useful under
11154         win32)
11155
11156 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11157
11158         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11159         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11160         and BufferView::theLockingInset(Inset*), so should use them and not
11161         access bv_->text->the_locking_inset directly.
11162
11163         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11164
11165 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11166
11167         * Makefile.am:
11168         * tex-defs.h: remove old unused file
11169
11170 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11171
11172         * BufferView_pimpl.C: fix typo, remove minibuffer message
11173           when buffer has loaded
11174
11175 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11176
11177         * lyxfunc.C (Dispatch): use stringstream
11178         (MenuNew): use stringstream
11179         (Open): use stringstream
11180
11181         * importer.C (Import): use stringstream
11182
11183         * bufferview_funcs.C (CurrentState): use stringstream
11184
11185         * LaTeX.C (run): use stringstream
11186
11187         * BufferView_pimpl.C (savePosition): use stringstream
11188         (restorePosition): use stringstream
11189         (MenuInsertLyXFile): use stringstream
11190
11191 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11192
11193         * BufferView.C:
11194         * Bullet.C:
11195         * ColorHandler.C:
11196         * FontInfo.C:
11197         * FontLoader.C:
11198         * LColor.C:
11199         * LaTeXFeatures.C:
11200         * Painter.C:
11201         * gettext.C:
11202         * lyx_gui_misc.C:
11203         * lyxserver.C:
11204         * vspace.C: removed // -*- C++ -*- as first line.
11205
11206         * lyxfind.h:
11207         * version.h: added // -*- C++ -*- as first line.
11208
11209 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11210
11211         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11212
11213         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11214         of string
11215
11216 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11217
11218         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11219         of floats.
11220
11221 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11222
11223         * gettext.C: include LString.h even when --disable-nls is on.
11224
11225 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11226
11227         * converter.h (Get): changed argument type from int to
11228         FormatList::size_type to avoid unnecessary conversion.
11229
11230         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11231         before using it.
11232
11233 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11234
11235         * gettext.h: include LString.h even when --disable-nls is on.
11236
11237 2001-06-07  Juergen Vigna  <jug@sad.it>
11238
11239         * text.C (BreakAgain): subst spaces with tabs.
11240
11241         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11242         (resizeInsetsLyXText): set force on resizeLyXText.
11243
11244 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11245
11246         * gettext.h (gettext_init):
11247         (locale_init): use a real definition instead of a macro
11248
11249 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11250
11251         * Bufferview_pimpl.C:
11252         * LColor.h:
11253         * LColor.C: further lcolor tidies
11254
11255 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11256
11257         * BufferView_pimpl.C (updateScrollbar): simplify.
11258
11259         * BufferView2.C: don't include insets/insetinfo.h, change
11260         prototype for insertInset and call the Pimpl version. let
11261         updateInset call Pimpl version.
11262
11263         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11264         gotoInset to BufferView::Pimpl
11265
11266 2001-06-01  Juergen Vigna  <jug@sad.it>
11267
11268         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11269         inside a LockingInset (is the update needed at all?).
11270
11271 2001-05-31  Juergen Vigna  <jug@sad.it>
11272
11273         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11274         here not the old one otherwise how should we compare it afterwards
11275         if it's the same!
11276
11277 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11278
11279         * lyxfont.C:
11280         * tabular.C:
11281         * tabular-old.C:
11282         * FontInfo.C: bring C functions into global namespace when
11283         necessary
11284
11285 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11286
11287         * LString.h: make sure config.h has been loaded before LString.h.
11288
11289         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11290         (one for each char read by EatLine!).
11291
11292         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11293         variables.
11294
11295 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11296
11297         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11298         to the same as the par we break from
11299
11300 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11301
11302         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11303
11304         * MenuBackend.C (expand): also create menu entries for wide
11305         versions of the floats.
11306
11307         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11308
11309         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11310
11311         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11312         frontends/Makefile.am
11313
11314         * text2.C: adjust
11315         * text.C: adjust
11316
11317
11318         * tabular.C (getTokenValue): add std::
11319
11320         * tabular-old.C (getTokenValue): add std::
11321         (getTokenValue): ditto
11322         (getTokenValue): ditto
11323
11324         * screen.C (ToggleSelection): adjust
11325
11326         * lyxtext.h: put selection cursors inside a Selection struct.
11327
11328         * lyxfunc.C (moveCursorUpdate): adjust
11329
11330         * lyxfont.C (latexWriteStartChanges): add std::
11331
11332         * lyxfind.C: adjust
11333
11334         * font.h: delete with(char const *, LyXFont const &)
11335
11336         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11337
11338         * FontInfo.C (getFontname): add std::
11339
11340         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11341         (workAreaButtonPress): adjust
11342         (tripleClick): adjust
11343         (update): adjust
11344         (moveCursorUpdate): adjust
11345         (Dispatch): adjust
11346
11347         * BufferView2.C (gotoInset): adjust
11348
11349 2001-05-30  Juergen Vigna  <jug@sad.it>
11350
11351         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11352         to check pspell I add this as default as I now have new pspell
11353         libraries and they seem to use this.
11354
11355 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11356
11357         * text2.C (CutSelection): make the cursor valid before the call to
11358         ClearSelection.
11359
11360 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11361
11362         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11363         relied on 0 terminated strings and other horrors. Bug found due to
11364         the new assert in lyxstring!
11365
11366         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11367         KP_ keys.
11368
11369 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11370
11371         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11372         to latinkeys.bind.
11373
11374         * lyxfunc.C (processKeySym): change method of getting to the
11375         self-insert char.
11376
11377         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11378         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11379         * BufferView_pimpl.[Ch]: here as private methods.
11380
11381 2001-05-28  Juergen Vigna  <jug@sad.it>
11382
11383         * text.C (SetHeightOfRow): added the update() call again as it is
11384         needed to initialize inset dimensions!
11385
11386 2001-05-16  Juergen Vigna  <jug@sad.it>
11387
11388         * text2.C (SetCharFont): Add new function with BufferView * and
11389         bool toggleall parameters for setting insets internal fonts.
11390         (SetFont): Freeze the undo as we may change fonts in Insets and
11391         all this change should be inside only one Undo!
11392
11393         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11394         setting font's in insets as for them we have the SetFont function!
11395
11396 2001-05-15  Juergen Vigna  <jug@sad.it>
11397
11398         * text2.C (ClearSelection): to be sure we REALLY don't have any
11399         selection anymore!
11400
11401         * tabular.C (TeXCellPreamble): fixed the left border problem for
11402         multicolumn cells.
11403
11404 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11405
11406         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11407         dependancy file
11408
11409 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11410
11411         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11412         LFUN_BREAKPARAGRAPH.
11413
11414         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11415         help test to "internal only", similar for LFUN_INSERT_URL
11416
11417         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11418         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11419         auto_region_delete and deadkeys.
11420
11421 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11422
11423         * LColor.h:
11424         * LColor.C: remove some dead entries, tidy a little
11425
11426 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11427
11428         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11429         commented code.
11430         (Dispatch): implement LFUN_ESCAPE
11431
11432         * commandtags.h: add LFUN_ESCAPE
11433
11434         * LyXAction.C (init): add entry for LFUN_ESCAPE
11435
11436         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11437         Remove commented code.
11438         (insertNote): moved here
11439         (open_new_inset): moved here
11440
11441         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11442         BufferView_pimpl
11443
11444 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11445
11446         * kbmap.C (findbinding): clean it up and make it work correctly.
11447
11448         * lyx_main.C (init): do not pass argc and argv as parameters
11449
11450 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11451
11452         * buffer.C: fix path for OS/2 & Win32
11453
11454         * lyx_gui.C:
11455         * lyx_main:
11456         * lyx_main.C: Added os:: class.
11457
11458         * os2_defines.h: update
11459
11460 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11461
11462         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11463         better by trying again with reduced state.
11464
11465 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11466
11467         * lyxrc.C (read): print error about invalid key sequence only when
11468         debugging (because not all latinX keysyms are known to some X
11469         servers)
11470
11471         * kbsequence.C (getiso): add a few std:: qualifiers
11472         (getiso): comment out extra return statement.
11473
11474 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11475
11476         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11477         handling.
11478         (Dispatch): enhance the accent inset a bit. (not perfect)
11479
11480 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11481
11482         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11483
11484 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11485
11486         * bufferlist.C (emergencyWrite): fix assert() call
11487
11488 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11489
11490         * text.C (InsertChar): Added trivial patch to only send the "you
11491         can not do multiple spaces this way" message once during a
11492         session.
11493
11494 2001-05-08  Baruch Even  <baruch@lyx.org>
11495
11496         * Makefile.am: Changed order of libraries to get LyX to link properly
11497         with the gnome frontend.
11498
11499 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11500
11501         * LaTeXFeatures.h: add a std:: qualifier
11502
11503 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11504
11505         * paragraph.C (String): use stringstream
11506
11507 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11508
11509         * paragraph.C (writeFile): remove footflag arg
11510
11511         * buffer.C (makeLaTeXFile): use stringstream
11512         (latexParagraphs): remove footnot gurba
11513
11514         * LaTeXFeatures.C (getPackages): use stringstream
11515         (getMacros): likewise
11516         (getTClassPreamble): likewise
11517         (getFloatDefinitions): new method
11518
11519         * paragraph.C (writeFile): reindent
11520         (Erase): reindent
11521
11522         * WorkArea.h: revert the xpos + etc changes.
11523
11524         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11525
11526         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11527
11528         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11529         (pasteSelection): likewise
11530         * text2.C (CreateUndo): likewise
11531
11532 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11533
11534         * minibuffer.C (peek_event): temporarily reduce the functionality
11535         of the minibuffer (to allow args on lfuns)
11536
11537         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11538         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11539
11540         * buffer.C (readInset): add compability reading of old float
11541         lists, add reading of new style float list.
11542         (readInset): avoid reevaluation of inscmd.getCmdName()
11543         (getLists): reindent
11544
11545         * MenuBackend.C (MenuItem): implement parsing of
11546         md_floatlistinsert and md_floatinsert.
11547         (expand::LastFiles): move initalizaton of iterators out of loop,
11548         avoid reevaluation.
11549         (expand::Documents): introduce typdedef vector<string> Strings,
11550         and use it.
11551         (expand::ExportFormats): introduce typedef vector<Format const *>
11552         Formats, and use it.
11553         (expand): implement FloatListInsert and FloatInsert.
11554
11555         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11556         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11557         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11558
11559         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11560         handling.
11561         (Dispatch::LFUN_FLOAT_LIST): implement
11562
11563 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11564
11565         * LaTeX.C (run): Fix problem with --export code.
11566
11567 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11568
11569         * BufferView.[Ch] (workarea): removed.
11570         (getClipboard) new method; wrapper for workarea()->getClipboard()
11571
11572         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11573         bug.
11574
11575         * WorkArea.h (width, height, xpos, ypos): These methods all
11576         returned the dimensions of the work_area sub-area of WorkArea,
11577         resulting in a position error if the WorkArea were resized. Now
11578         return the dimensions of the entire WorkArea.
11579
11580         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11581
11582 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11583
11584         * LaTeX.C (deplog): correct the syntax of regex reg1
11585
11586 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11587
11588         * undo.C: remove !NEW_INSETS cruft
11589
11590 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11591
11592         * text2.C: remove !NEW_INSETS cruft
11593
11594         * text.C: remove !NEW_INSETS cruft
11595
11596         * tabular.C: remove !NEW_INSETS cruft
11597
11598         * spellchecker.C: remove !NEW_INSETS cruft
11599
11600         * lyxtext.h: remove !NEW_INSETS cruft
11601
11602         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11603
11604         * lyxfunc.C: remove !NEW_INSETS cruft
11605
11606         * lyxfind.C: remove !NEW_INSETS cruft
11607
11608         * lyx_cb.C: remove !NEW_INSETS cruft
11609
11610         * figureForm.C: remove  !NEW_INSETS cruft
11611
11612         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11613
11614         * buffer.[Ch]: remove !NEW_INSETS cruft
11615
11616         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11617
11618         * CutAndPaste.C: remove !NEW_INSETS cruft
11619
11620         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11621
11622         * BufferView2.C: remove !NEW_INSETS cruft
11623
11624         * BufferView.h: remove !NEW_INSETS cruft
11625
11626 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11627
11628         * Lsstream.h: include LString.h before the sstream headers to
11629         fix problem with gcc 2.95.3 and lyxstring
11630
11631 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11632
11633         * lyx_main.C: add using directives when needed for C functions
11634         declared in std:: namespace.
11635
11636 2001-04-27  Juergen Vigna  <jug@sad.it>
11637
11638         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11639         (SetHeightOfRow): comment out the update call should not be needed!
11640
11641 2001-04-13  Juergen Vigna  <jug@sad.it>
11642
11643         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11644         (LyXTabular): tried to minimize operator= operations (and realized
11645         hopfully Lars wish).
11646
11647 2001-04-27  Juergen Vigna  <jug@sad.it>
11648
11649         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11650
11651 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11652
11653         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11654
11655         * buffer.C (readInset): hack to make listof algorithm work
11656
11657         * BufferView_pimpl.C: hack to make listof algorithm work
11658
11659 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11660
11661         * LyXAction.C: removed all !NEW_INSETS cruft
11662         (init): moved lfun_item in method
11663
11664         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
11665
11666 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11667
11668         * BufferView2.C (theLockingInset): white space.
11669
11670 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11671
11672         * minibuffer.C: include <iostream>
11673
11674         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
11675
11676         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
11677
11678         * commandtags.h: add LFUN_TRANSPOSE_CHARS
11679
11680         * text.[Ch] (TransposeChars): new method
11681
11682 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11683
11684         * call message directly through LyXView instead of through LyXFunc
11685         * BufferView2.C: adjust
11686         * BufferView_pimpl.C: adjust
11687         * FontLoader.C: adjust
11688         * buffer.C: adjust
11689         * bufferview_funcs.C: adjust
11690         * converter.C: adjust
11691         * figureForm.C: adjust
11692         * importer.C: adjust
11693         * lyx_cb.C: adjust
11694         * lyx_gui_misc.C: adjust
11695         * lyxfunc.C: adjust
11696         * lyxvc.C: adjust
11697         * text2.C: adjust
11698         + more files in subdirs
11699
11700         * lyxparagraph.h (size): move up int file
11701         (GetLayout): ditto
11702
11703         * adjust all uses of Assert to lyx::Assert.
11704
11705         * BufferView2.C (ChangeCitationsIfUnique): adjust for
11706         lyxfunctional in namespace lyx
11707         * layout.C (hasLayout): ditto
11708         (GetLayout): ditto
11709         (GetLayout): ditto
11710         (delete_layout): ditto
11711         (NumberOfClass): ditto
11712         * converter.C (GetFormat): ditto
11713         (GetNumber): ditto
11714         (Add): ditto
11715         (Delete): ditto
11716         (SetViewer): ditto
11717         * bufferlist.C (getFileNames): ditto
11718         (emergencyWriteAll): ditto
11719         (exists): ditto
11720         (getBuffer): ditto
11721         * MenuBackend.C (hasSubmenu): ditto
11722         (hasMenu): ditto
11723         (getMenu): ditto
11724         * BufferView_pimpl.C (getInsetByCode): ditto
11725
11726 2001-04-18  Juergen Vigna  <jug@sad.it>
11727
11728         * vspace.C (asLatexString): fixed the 100% problem.
11729
11730 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11731
11732         * lyxfunc.C (Dispatch):
11733         * minibuffer.C:
11734         * minibuffer.h: add a few std:: qualifiers
11735
11736 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11737
11738         * minibuffer.[Ch]: reimplement so that commands is initiated and
11739         run from lyxfunc, simplified som handling, and made the completion
11740         and history code for complete. wip.
11741
11742         * lyxfunc.C (processKeySym): call message
11743         (miniDispatch): new temporary method
11744         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
11745         (LFUN_MESSAGE): implement
11746         (LFUN_MESSAGE_PUSH): implement
11747         (LFUN_MESSAGE_POP): implement
11748         (initMiniBuffer): the initial/defualt minibuffer message.
11749
11750         * lyxfont.[Ch]: inline some more getters
11751
11752         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
11753
11754         * lyx_gui_misc.[Ch] (WriteStatus): remove method
11755
11756         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
11757         (AutoSave): use LFUN_MESSAGE
11758         (Reconfigure): ditto
11759
11760         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
11761
11762         * figureForm.C: use LFUN_MESSAGE
11763
11764         * converter.C (runLaTeX): use LFUN_MESSAGE
11765
11766         * bufferview_funcs.C: use LFUN_MESSAGE
11767         (Melt): ditto
11768         (changeDepth): ditto
11769
11770         * bufferparams.h: use boost::
11771
11772         * bufferlist.h: inherit privately from noncopyable
11773
11774         * bufferlist.C (loadLyXFile): remove some commented code.
11775
11776         * buffer.C (runChktex): use LFUN_MESSAGE
11777
11778         * ShareContainer.h: inherit privately from noncopyable
11779
11780         * ParagraphParameters.[hC] (depth): inline it.
11781
11782         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
11783         methods.
11784         (message): new method
11785         (messagePush): ditto
11786         (messagePop): ditto
11787         (show): init minibuffer
11788         (showState): direct call
11789
11790         * LaTeX.[Ch]: inherit privately from noncopyable
11791         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
11792         instead of WriteStatus.
11793
11794         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
11795
11796         * BufferView_pimpl.C (buffer): don't init minibuffer
11797         (workAreaButtonPress): use LFUN_MESSAGE
11798         (workAreaButtonRelease): ditto
11799         (savePosition): ditto
11800         (restorePosition): ditto
11801         (MenuInsertLyXFile): ditto
11802         (workAreaExpose): don't init minibuffer
11803         (update): remove commented code, simplify
11804
11805         * BufferView2.C (openStuff): use LFUN_MESSAGE
11806         (toggleFloat): ditto
11807         (menuUndo): ditto
11808         (menuRedo): ditto
11809         (copyEnvironment): ditto
11810         (pasteEnvironment): ditto
11811         (copy): ditto
11812         (cut): ditto
11813         (paste): ditto
11814         (gotoInset): ditto
11815         (updateInset): remove some commented code
11816
11817         * lastfiles.h: inherit privately from noncopyable
11818         * layout.h: ditto
11819         * lyx_gui.h: ditto
11820         * lyx_main.h: ditto
11821         * lyxlex.h: ditto
11822         * lyxlex_pimpl.h: ditto
11823
11824         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
11825         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
11826         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11827
11828         * LyXAction.h: inherit privately from noncopyable, add methods
11829         func_begin, func_end, returning iterators to the func map.
11830
11831         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
11832         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11833         (func_begin): new method
11834         (func_end): new method
11835
11836         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
11837         and not)
11838         (copySelection): ditto
11839         (pasteSelection): ditto
11840
11841         * BufferView.C: whitespace change
11842         * BufferView.h: inherit privately from noncopyable
11843
11844 2001-04-16  Allan Rae  <rae@lyx.org>
11845
11846         * tabular-old.C (l_getline):
11847         * spellchecker.C (sc_check_word):
11848         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
11849         an unrecognised preprocessor directive.  So ensure they're wrapped.
11850
11851 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
11852
11853         * src/exporter.C (Export): Give an error message when path to file
11854         contains spaces.
11855
11856 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
11857
11858         * LaTeX.C (deplog): Always check that foundfile exists.
11859
11860 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11861
11862         * lyx_main.h:
11863         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
11864
11865 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11866
11867         * tabular.[Ch] (getLabelList): implement new method
11868
11869         * minibuffer.h: comment ouf setTiimer
11870
11871         * minibuffer.C (ExecutingCB): constify res
11872         (peek_event): constify s
11873         (Set): constify ntext
11874         (Init): constify nicename
11875
11876         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
11877
11878         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
11879         (savePosition): use two params to Minibuffer::Set
11880         (restorePosition): ditto
11881
11882 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11883
11884         * lyx_main.C: include language.h
11885
11886         * Makefile.am (lyx_main.o): add language.h
11887
11888 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11889
11890         * exporter.C:
11891         * paragraph.C:
11892         * screen.C:
11893         * tabular.C:
11894         * CutAndPaste.C: include gettext.h
11895
11896         * lyxfont.h: remove old hack with ON and OFF.
11897
11898         * lyxparagraph.h:
11899         * lyxfont.h: do not include language.h...
11900
11901         * BufferView2.C:
11902         * LaTeXFeatures.C:
11903         * Painter.C:
11904         * bufferview_funcs.C:
11905         * font.C:
11906         * lyxfont.C:
11907         * text.C:
11908         * text2.C:
11909         * trans_mgr.C:
11910         * paragraph.C: ... but do it here instead
11911
11912 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11913
11914         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
11915
11916         * tabular.C: small reformat
11917
11918         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
11919         NEW_INSETS version
11920         (GetChar): ditto
11921         (BreakParagraph): ditto
11922         (SetOnlyLayout): ditto
11923         (SetLayout): ditto
11924
11925         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
11926         with one arg less.
11927
11928         * lastfiles.C: removed most using decl, add std:: where needed
11929
11930         * buffer.C: ws changes
11931
11932         * MenuBackend.C (class compare_format): put into anon namespace
11933         (expand): constify label, names, action, action2
11934         (expand):
11935
11936         * text.C (SingleWidth): constify font
11937         (IsBoundary): constify rtl2
11938         (GetVisibleRow): constify ww
11939
11940         * LaTeX.C (deplog): constify logfile
11941
11942         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
11943         start_x, end_x
11944         (workAreaExpose): constify widthChange, heightChange
11945
11946         * lyxrow.C (par): moved
11947         (height): moved
11948         (next): moved
11949         * lyxrow.h: as inlines here
11950
11951         * lyxfont.h (shape): moved from lyxfont.C
11952         (emph): moved from lyxfont.C
11953
11954         * lyxfont.C (LyXFont): use initialization list for all
11955         constructors
11956         (shape): move to lyxfont.h as inline
11957         (emph): move to lyxfont.h as inline
11958
11959
11960 2001-04-04  Juergen Vigna  <jug@sad.it>
11961
11962         * vspace.C: had to include stdio.h for use of sscanf
11963
11964 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
11965
11966         * BufferView.h:
11967         * BufferView_pimpl.h: remove xforms cruft. Both classes are
11968         independent of xforms.
11969
11970 2001-04-02  Juergen Vigna  <jug@sad.it>
11971
11972         * spellchecker.C: fixed namespace placing!
11973
11974 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
11975
11976         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
11977         the LyXParagraph * is 0.
11978
11979 2001-03-29  Juergen Vigna  <jug@sad.it>
11980
11981         * vspace.C: added support for %, c%, p%, l%.
11982         (stringFromUnit): added helper function.
11983         (asLatexString): changed to give right results for the %-values.
11984
11985         * buffer.C: convert the widthp in a width%.
11986
11987 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
11988
11989         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
11990         figureForm.[Ch].
11991
11992         * figureForm.[Ch]: stripped the FD_from_figure manipulation
11993         code out of lux_cb.[Ch], ready for its (imminent?) removal.
11994
11995         * lyx_cb.[Ch]: see above.
11996
11997         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
11998         form1.[Ch].
11999
12000         * form1.[Ch]:
12001         * lyx.[Ch]: replaced by figure_form.[Ch].
12002
12003         * lyx_gui.C:
12004         * lyx_gui_misc.C:
12005         * lyxfunc.C: changed headers associated with above changes.
12006
12007 2001-03-27  Juergen Vigna  <jug@sad.it>
12008
12009         * BufferView_pimpl.C: set the temporary cursor right!
12010
12011 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12012
12013         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12014
12015 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12016
12017         * LString.h: removed "using std::getline"!
12018
12019         * BufferView_pimpl.C (Dispatch): changes due to changes in
12020         InsetInclude::Params.
12021
12022         * buffer.C (tag_name): removed redundant break statements as they were
12023         producing lots of warnings with my compiler.
12024
12025 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12026
12027         * LString.h: add "using std::getline" when using the real <string>.
12028
12029 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12030
12031         * buffer.C: removed bitset usage.
12032         PAR_TAG moved to an anonymous name space.
12033         (tag_name): new funtion, also in the anonymous namespace.
12034         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12035         (makeDocBookFile): clean code. Completed transition from string arrays
12036         to string vectors.
12037         (SimpleDocBookOnePar): code clean.
12038
12039 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12040
12041         * tabular.C: add some comments.
12042
12043 2001-03-22  Juergen Vigna  <jug@sad.it>
12044
12045         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12046         compatibility read a bit and fixed bug with minipage in different
12047         depth.
12048
12049 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12050
12051         * buffer.C (pop_tag): removed.
12052         (push_tag): removed.
12053         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12054         array replaced with vector. Added support for CDATA sections.
12055         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12056         at any nest level.
12057         (makeDocBookFile): XML conformant declaration of CDATA section,
12058         fixed bug related to <emphasis> in the first paragraph char.
12059         (sgmlOpenTag): exclude empty tags.
12060         (sgmlCloseTag): ditto.
12061
12062         * buffer.h (pop_tag): removed.
12063         (push_tag): removed.
12064
12065 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12066
12067         * language.h (Languages): added size_type and size().
12068
12069 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12070
12071         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12072         response on compability reading of minipages. One probliem is that
12073         the old usage of minipages was «flertydig»
12074
12075         * several files here and in subdirs: don't use static at file
12076         scope use anon namespaces instead.
12077
12078 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12079
12080         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12081         LaTeX output. This is necessary for Literate document
12082         processing.
12083
12084 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12085
12086         * buffer.C: insert hfill when needed.
12087
12088         * tabular.C (l_getline): use string::erase, small whitespace change.
12089
12090         * BufferView_pimpl.C: try the anon namespace.
12091         * WorkArea.C: ditto
12092
12093 2001-03-16  Juergen Vigna  <jug@sad.it>
12094
12095         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12096         otherwise it won't open options-dialogs.
12097
12098         * buffer.C: honor pextraWidth(p) on converting minipages.
12099
12100         * tabular.C (l_getline): changed the functions to strip trailing \r.
12101
12102 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12103
12104         * BufferView_pimpl.C:
12105         * minibuffer..C: added "using SigC::slot" declaration.
12106
12107 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12108
12109         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12110
12111         * text2.C: ditto
12112
12113         * text.C: ditto
12114
12115         * paragraph.C: ditto
12116
12117         * lyxtext.h: NO_PEXTRA
12118
12119         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12120
12121         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12122         * ParameterStruct.h: ditto
12123         * ParagraphParameters.h: ditto
12124         * lyxparagraph.h: ditto
12125
12126 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12127
12128         * buffer.C: add compability for minipage alignment.
12129         (latexParagraphs): remove unwanted pextra check.
12130
12131         * several files: remove CXX_WORKING_NAMESPACES
12132
12133         * buffer.C (pop_tag): tie is in namespace boost
12134
12135         * BufferView.h: noncopyable is in namespace boost
12136         * lyxlex.h: ditto
12137         * lyx_main.h: ditto
12138         * lyx_gui.h: ditto
12139         * layout.h: ditto
12140         * lastfiles.h: ditto
12141         * bufferlist.h: ditto
12142         * ShareContainer.h: ditto
12143         * LyXView.h: ditto
12144         * LyXAction.h: ditto
12145         * LaTeX.h: ditto
12146
12147 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12148
12149         * Merging changes from BRANCH_MVC back into HEAD.
12150
12151         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12152
12153 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12154
12155         * BufferView_pimpl.C: change from intl.C
12156
12157         * combox.h:
12158         * combox.C:
12159         * Makefile.am: move combox.*
12160
12161         * form1.h:
12162         * form1.C:
12163         * lyx_gui.C:
12164         * intl.h:
12165         * intl.C: remove dialog (covered by prefs)
12166
12167 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12168
12169         * lyxfunc.C (Dispatch): removed redundant break statement.
12170
12171 2001-03-14  Juergen Vigna  <jug@sad.it>
12172
12173         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12174
12175 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12176
12177         * buffer.C: add hack to fix compability reading of minipages.
12178
12179 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12180
12181         * buffer.C (getLists): Cleanup.
12182
12183 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12184
12185         * lyxfont.C (update): don't honor toggleall on font size.
12186
12187 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12188
12189         * bmtable.c:
12190         * bmtable.h:
12191         * Makefile.am: moved to frontends/xforms/
12192
12193         * lyx_gui_misc.C:
12194         * lyxfunc.C:
12195         * BufferView_pimpl.C: changes for moved mathpanel
12196
12197 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12198
12199         * gettext.h: fix gettext_init() in --disable-nls
12200
12201 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12202
12203         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12204
12205 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12206
12207         * lyx.C:
12208         * lyx.h: strip external form
12209
12210 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12211
12212         * BufferView_pimpl.C: add comment, destroySplash()
12213
12214 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12215
12216         * BufferView_pimpl.C:
12217         * LyXAction.C:
12218         * buffer.C:
12219         * commandtags.h:
12220         * lyxfunc.C: use re-worked insetinclude
12221
12222 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12223
12224         * buffer.C: add using std::stringstream.
12225
12226         * lyx_cb.C: readd using std::ios.
12227
12228         * buffer.C: add using std::map.
12229
12230         * BufferView_pimpl.C: add using std::vector.
12231
12232         * ShareContainer.h: add std:: to swap.
12233
12234         * buffer.h: add some typedefs
12235         * buffer.C (getLists): use them
12236         (getLists): renamed from getTocList.
12237         add a counter for the different float types and use it in the
12238         generated string.
12239         (getLists): use the same counter for the NEW_INSETS and the "non"
12240         NEW_INSETS
12241
12242         * lyx_cb.h: remove unused items, includes, using etc.
12243
12244         * ShareContainer.h: remove some commented code, add more comments
12245         and "documentation".
12246
12247 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12248
12249         * buffer.C (getTocList): make the list also when NEW_INSETS is
12250         defined.
12251
12252         * buffer.h: remove TocType
12253
12254         * buffer.C (getTocList): change to return a map<string,
12255         vector<TocItem> >, implement for dynamic number of list.
12256
12257         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12258         * text2.C (PasteSelection): adjust
12259         * CutAndPaste.C (pasteSelection): adjust
12260
12261         * FloatList.C (FloatList): update from the new_insets branch.
12262         * Floating.[Ch]: ditto
12263         * LaTeXFeatures.C: ditto
12264         * buffer.C: ditto
12265         * lyxlex_pimpl.C: ditto
12266
12267         * paragraph.C (Last): remove when NEW_INSETS is defined.
12268
12269         * other file: changes because of the above.
12270
12271 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12272
12273         * lyxparagraph.h: rename next to next_, previous to previous_,
12274         make them private for NEW_INSETS. Rename Next() to next(),
12275         Previous() to previous().
12276
12277         * other files: changes because of the above.
12278
12279 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12280
12281         * BufferView.h:
12282         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12283         problem.
12284
12285 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12286
12287         * main.C (main): pass lyx_localedir to gettext_init().
12288
12289         * gettext.h: remove locale_init and gettext_init macros
12290
12291         * gettext.C (locale_init): new function
12292         (gettext_init): new function
12293
12294         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12295         setlocale().
12296
12297 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12298
12299         * Moved credits to frontends:
12300         * credits.[Ch]: removed
12301         * credits_form.[Ch]: removed
12302         * lyx_gui_misc.C: remove credits stuff
12303         * Makefile.am:
12304
12305 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12306
12307         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12308
12309         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12310         unneeded destructor.
12311
12312         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12313         a standalone pointer again.
12314
12315         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12316
12317 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12318
12319         * Makefile.am:
12320         * filedlg.h:
12321         * filedlg.C:
12322         * LyXAction.C:
12323         * ToolbarDefaults.C:
12324         * bufferlist.C:
12325         * commandtags.h:
12326         * form1.C:
12327         * form1.h:
12328         * lyx_cb.C:
12329         * lyx_cb.h:
12330         * lyxfunc.h:
12331         * lyxfunc.C:
12332         * BufferView_pimpl.C: use new file dialog in GUII
12333
12334         * lyx_cb.h:
12335         * lyx_cb.C: remove LayoutsCB to Toolbar
12336
12337 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12338
12339         * ShareContainer.h (get): add std:: qualifier
12340
12341 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12342
12343         * ShareContainer.h: define a proper ShareContainer::value_type
12344         type (and use typename to please compaq cxx)
12345
12346 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12347
12348         * lyxparagraph.h: move serveral local vars to
12349         ParameterStruct/ParagraphParameters., use ShareContainer in
12350         FontTable., make vars in FontTable private and add getter and
12351         setter.
12352
12353         * paragraph.C: changes because of the above.
12354
12355         * lyxfont.h: remove copy constructor and copy assignment. (the
12356         default ones is ok), move number inside FontBits. move inlines to
12357         lyxfont.C
12358
12359         * lyxfont.C: add number to initializaton of statics, move several
12360         inlines here. constify several local vars. some whitespace
12361         cleanup. Dont hide outerscope variables.
12362
12363         * Spacing.h: add two new constructors to match the set methods.
12364
12365         * ShareContainer.h: new file, will perhaps be moved to support
12366
12367         * ParameterStruct.h: new file
12368
12369         * ParagraphParameters.h: new file
12370
12371         * ParagraphParameters.C: new file
12372
12373         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12374         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12375
12376         * BufferView_pimpl.C: ParagraphParameter changes.
12377         * buffer.C: Likewise.
12378         * bufferview_funcs.C: Likewise.
12379         * text.C: Likewise.
12380         * text2.C: Likewise.
12381
12382 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12383
12384         * lyxfind.C (LyXReplace): do not redefine default argument in
12385         implementation.
12386         (IsStringInText): ditto
12387         (SearchForward): ditto
12388         (SearchBackward): ditto
12389
12390 2001-03-06  Juergen Vigna  <jug@sad.it>
12391
12392         * lyxfind.C (IsStringInText): put parentes around expressions.
12393
12394 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12395
12396         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12397
12398 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12399
12400         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12401
12402         * stl_string_fwd.h: add comment
12403
12404         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12405
12406         * tabular.h:
12407         * tabular.C: remove unused DocBook methods
12408
12409         * intl.C:
12410         * language.C:
12411         * paragraph.C:
12412         * buffer.C:
12413         killed DO_USE_DEFAULT_LANGUAGE
12414
12415 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12416
12417         * lyx_gui.C: do not include language.h.
12418
12419         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12420         arguments in function implementation.
12421
12422 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12423
12424         * BufferView_pimpl.C: add <ctime>
12425
12426 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12427
12428         * BufferView_pimpl.C: add using std::find_if
12429
12430 2001-02-27  José Matos  <jamatos@fep.up.pt>
12431
12432         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12433         by OnlyPath.
12434
12435 2001-02-11  José Matos  <jamatos@fep.up.pt>
12436
12437         * buffer.C (makeDocBookFile): command styles now have a parameter as
12438         "title" by default.
12439
12440 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12441
12442         * layout_forms.[Ch]: removed
12443         * lyx_cb.[Ch]: out character
12444         * lyx_gui.C: out character
12445         * lyx_gui_misc.C: out character
12446         * bufferview_funcs.C: : out character,
12447         added toggleall as parameter in ToggleAndShow
12448
12449 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12450
12451         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12452
12453         * text2.C (SetCurrentFont): Disable number property at boundary.
12454
12455 2001-02-26  Juergen Vigna  <jug@sad.it>
12456
12457         * lyxfunc.C (getStatus): added a string argument override function so
12458         that this is correctly called from LyXFunc::Dispatch if it contains a
12459         do_not_use_argument which is used!
12460         (Dispatch): added check for "custom" export and call appropriate func.
12461
12462 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12463
12464         * lyxrc.C: Add language_command_local, language_use_babel and
12465         language_global_options.
12466
12467         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12468
12469         * buffer.C (makeLaTeXFile): Use language_use_babel and
12470         language_global_options.
12471
12472 2001-02-23  Juergen Vigna  <jug@sad.it>
12473
12474         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12475         which works with LyXText and putted it inside BufferView. Here now we
12476         only call for that part the BufferView::Dispatch() function.
12477
12478         * BufferView.C (Dispatch): added.
12479
12480         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12481         functions which needs to use a LyXText over from LyXFunc.
12482         (MenuInsertLyXFile): added
12483         (getInsetByCode): added
12484         (moveCursorUpdate): added
12485         (static TEXT): added
12486
12487 2001-02-22  Juergen Vigna  <jug@sad.it>
12488
12489         * BufferView_pimpl.C (update): call a status update to see if LyXText
12490         needs it.
12491
12492 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12493
12494         * vc-backend.C (revert): implement for CVS
12495         (getLog): implement for CVS
12496
12497 2001-02-20  Juergen Vigna  <jug@sad.it>
12498
12499         * text2.C (ClearSelection): added BufferView param for inset_owner call
12500
12501         * lyxfunc.C (TEXT): added this function and use it instead of
12502         directly owner->view()-text of getLyXText().
12503
12504 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12505
12506         * src/layout_forms.C: out preamble
12507         * src/layout_forms.h: out preamble
12508         * src/lyx_cb.C: out preamble
12509         * src/lyx_cb.h: out preamble
12510         * src/lyx_gui.C: out preamble
12511         * src/lyx_gui_misc.C: out preamble
12512         * src/lyxfunc.C: connect with guii preamble
12513
12514 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12515
12516         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12517
12518 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12519
12520         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12521         whether to run bibtex.
12522
12523 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12524
12525         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12526
12527 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12528
12529         * Makefile.am (lyx_SOURCES): removed bibforms.h
12530
12531         * vspace.h: doxygen
12532
12533         * text.C (GetVisibleRow): make several local vars const
12534
12535         * tabular.C: small cleanup.
12536
12537         * lyxserver.C (callback): use compare instead of strncmp
12538
12539         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12540         inlines to after class or to paragraph.C
12541
12542         * lyxfont.h: remove friend operator!=
12543
12544         * converter.h: move friend bool operator< to non friend and after
12545         class def.
12546
12547         * combox.h: small cleanup
12548
12549         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12550         to inlines after class def.
12551
12552         * buffer.C (pop_tag): use string operations instead of strcmp
12553
12554         * bmtable.c: doxygen, small cleanup
12555
12556         * LaTeX.h: remove friend operator==
12557
12558 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12559
12560         * screen.C:
12561         * lyxrc.[Ch]:
12562         * lyxfunc.C:
12563         * lyxfont.[Ch]:
12564         * lyx_cb.C:
12565         * intl.[Ch]:
12566         * commandtags.h:
12567         * buffer.C:
12568         * WorkArea.[Ch]:
12569         * LyXAction.C:
12570         * BufferView_pimpl.C:
12571         * BufferView.[Ch]: remove cruft
12572
12573 2001-02-14  Juergen Vigna  <jug@sad.it>
12574
12575         * lyxfunc.C: removed #if 0 unused code
12576
12577         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12578
12579         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12580
12581         * text2.C (SetSelection): added a BufferView * parameter
12582
12583 2001-02-13  Juergen Vigna  <jug@sad.it>
12584
12585         * lyxfunc.C (Dispatch): fixed protected blank problem.
12586         * BufferView2.C (protectedBlank): added LyxText * parameter.
12587
12588         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12589         (AppendColumn): same as above for column_info.
12590
12591         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12592         (moveCursorUpdate): use a LyXText param for support of InsetText.
12593
12594         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12595         (tripleClick): ditto
12596
12597         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12598
12599         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12600
12601         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12602
12603         * text2.C (SetSelection): set correct update status if inset_owner
12604         (ToggleFree): ditto
12605
12606 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12607
12608         * tabular.C: remove some commented code.
12609
12610 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12611
12612         * BufferView_pimpl.C: call hideSplash()
12613
12614         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12615
12616         * include_form.h:
12617         * bibforms.h: remove
12618
12619         * lyxfunc.C:
12620         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12621           add LFUN_CHILD_CREATE
12622
12623         * counters.h: fix tiny typo
12624
12625         * lyx_cb.C:
12626         * lyx.h:
12627         * lyx_gui.C:
12628         * lyx.C: move splash to frontends/xforms/
12629
12630         * lyx_gui_misc.C: move Include and Bibform to frontends
12631
12632         * lyxvc.h: clarify comment
12633
12634         * vspace.C: tiny housekeeping
12635
12636 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12637
12638         * text.C (PrepareToPrint): RTL Fix.
12639
12640         * paragraph.C (GetUChar): New method.
12641         (String):  Use GetUChar.
12642
12643         * buffer.C (asciiParagraph): Use GetUChar.
12644
12645 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12646
12647         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12648
12649 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12650
12651         * buffer.h:
12652         * buffer.C: rename to getLogName(), handle
12653           build log / latex log nicely
12654
12655 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12656
12657         * MenuBackend.C:
12658         * MenuBackend.h: remove support for reference menuitem type.
12659
12660 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12661
12662         * BufferView_pimpl.C: housekeeping
12663         * BufferView_pimpl.h:
12664         * LyXView.h:
12665         * Makefile.am:
12666         * Timeout.C:
12667         * Timeout.h:
12668         * minibuffer.h: move Timeout GUI-I
12669
12670 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
12671
12672         * lyxrc.C (read): Update converters data-structures.
12673
12674 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12675
12676         * LaTeX.h (operator!=): add operator != for Aux_Info
12677
12678 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
12679
12680         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12681
12682         * LaTeXLog.C: deleted, useful code moved to Buffer
12683
12684         * buffer.h:
12685         * buffer.C: new function getLatexLogName()
12686
12687         * lyx_gui_misc.C:
12688         * lyx_gui.C:
12689         * lyxvc.C:
12690         * lyxvc.h:
12691         * lyxfunc.C: use frontends for LaTeX and VC logs
12692
12693 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12694
12695         * LaTeX.h: yet another std:: that Allan forgot.
12696
12697         * Variables.C (set): renamed from isset(), because this clashes
12698         with some HP-UX macros (grr).
12699
12700 2001-02-06  Allan Rae  <rae@lyx.org>
12701
12702         * LaTeX.h: Another bug fix.  Missing std:: this time.
12703
12704 2001-02-04  Allan Rae  <rae@lyx.org>
12705
12706         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
12707         floats problem. I've left it commented out because it's not quite
12708         correct.  It should also test that the current object is a table or
12709         figure inset.  But I haven't gotten around to figuring out how to do
12710         that.  I *think* it'll be something like: "table" == inset.type()
12711
12712         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
12713         bool.
12714
12715 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
12716
12717         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
12718         all the citation/databases/styles in the auxilary file.
12719         (run): Rerun latex if there was a babel language error.
12720
12721 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
12722
12723         * text.C (Backspace): Preserve the font when changing newline char
12724         with a space.
12725         (BreakParagraph): If the cursor is before a space, delete the space.
12726
12727         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
12728
12729 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
12730
12731         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
12732         new argument (code).
12733         (ChangeCitationsIfUnique): New method.
12734
12735         * paragraph.C (GetPositionOfInset): Handle bibkey.
12736
12737 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12738
12739         * BufferView_pimpl.h: change type of Position::par_pos to
12740         LyXParagraph::size_type.
12741
12742 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
12743
12744         * BufferView_pimpl.C (savePosition, restorePosition): Write
12745         messages to minibuffer.
12746
12747 2001-01-28  José Matos  <jamatos@fep.up.pt>
12748
12749         * buffer.C (makeDocBookFile): adds support for document language.
12750         A silly restriction on the name of LatexCommand types where removed.
12751         Added support for CDATA sections, allows to chars unescaped, used
12752         among others in code, to avoid escape < and >.
12753
12754 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12755
12756         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
12757         saved positions instrad of a stack. Furthermore, a position is
12758         stored using paragraph id/paragraph position.
12759
12760         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
12761         Remove LFUN_REF_BACK.
12762
12763 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12764
12765         * converter.C (dvipdfm_options): New method.
12766
12767 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12768
12769         * vspace.C (isValidLength): Fix for empty input string.
12770
12771 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12772
12773         * LyXAction.C (init): change description of LFUN_FIGURE to
12774         "Insert Graphics"
12775
12776 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12777
12778         * LaTeX.C: add using directive
12779
12780 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12781
12782         * MenuBackend.C (expand): Fix the sorting of the formats.
12783
12784 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
12785
12786         * lyx_main.C: tiny error message fix
12787
12788 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12789
12790         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
12791         calling fl_initialize(). This fixes the problem with ',' as
12792         decimal separator in text files.
12793
12794 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12795
12796         * trans.C (process): Fix the keymap bug.
12797
12798 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
12799
12800         * LaTeX.C (scanAuxFiles): New method. Provides support for
12801         multiple bibliographies (when using the bibtopic/bibunits pacakges).
12802         (scanLogFile) Scan for "run BibTeX" messages.
12803
12804         * buffer.C (makeLaTeXFile): Do not load the ae package when using
12805         OT1 font encoding. Also, load the aecompl package if the ae
12806         package is loaded.
12807
12808         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
12809
12810 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12811
12812         * texrow.C (increasePos): turn two error messages into debug
12813         messages.
12814
12815 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
12816
12817         * LaTeX.C (scanAux): Handle the \@input macro.
12818         (runBibTeX): Use scanAux().
12819
12820         * language.C (latex_options_): New field.
12821
12822         * LaTeXFeatures.C (getMacros): Add language macros.
12823
12824         * buffer.C (makeLaTeXFile): Small fix.
12825
12826 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12827
12828         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
12829
12830         * text2.C: add a using directive.
12831
12832 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
12833
12834         * BufferView2.C:
12835         * lyx_gui_misc.h:
12836         * lyxfr1.C:
12837         * lyxfunc.C: kill LyXBell.
12838
12839 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
12840
12841         * text.C (IsBoundary): Remove the error message
12842
12843         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
12844
12845         * lyxrc.C (setDefaults): Correct initialization value for
12846         font_norm_type.
12847
12848 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
12849
12850         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
12851         gotoError().
12852
12853         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
12854         and GotoNextNote().
12855
12856         * src/LyXAction.C: Added reference-next.
12857
12858         * text.C (InsertChar): Use contains instead of strchr.
12859
12860         * lyx_cb.C (MenuInsertLabel): Enable default value code.
12861
12862 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
12863
12864         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
12865         alignment commands (when needed).
12866
12867         * text.C (InsertChar): Add ':' to number separator chars.