]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Append a '_' to the names of all private member variables.
[lyx.git] / src / ChangeLog
1 2003-09-18  Angus Leeming  <leeming@lyx.org>
2
3         * LaTeXFeatures.[Ch]: append an '_' to the names of all private member variables.
4
5 2003-09-18  Angus Leeming  <leeming@lyx.org>
6         
7         * LColor.h:
8         * lyxfont.C:
9         * lyxfont.h:
10         * lyxtext.h:
11         * text.C: rename EnumLColor as LColor_color.
12
13 2003-09-18  Angus Leeming  <leeming@lyx.org>
14
15         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to remove
16         #include "insets/insetbase.h" from cursor.h.
17
18 2003-09-18  Angus Leeming  <leeming@lyx.org>
19
20         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
21         InsetOld_code to remove #include "inset.h".
22
23         * iterators.C: add #include "insets/inset.h"
24
25 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
26
27         * BufferView.C: remove more locking stuff that apparently doesn't
28         do anything sensible.
29
30 2003-09-16  André Pönitz  <poenitz@gmx.net>
31
32         * paragraph.[Ch]:
33         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
34           performance boost.
35
36 2003-09-16  Angus Leeming  <leeming@lyx.org>
37
38         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
39
40         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
41         arg/return type.
42
43         * paragraph.h: remove #include "lyxfont.h". Forward declare LyXFont_size.
44
45 2003-09-16  Angus Leeming  <leeming@lyx.org>
46
47         * paragraph.C (IsInsetChar): new function in namespace anon, moved out of
48         support/textutils.h.
49         (isWord): move the contents of support/textutils.h's IsWordChar here.
50
51         * buffer.C:
52         * lyxfind.C:
53         * rowpainter.C:
54         * text.C:
55         * text2.C: add #include "paragraph.h".
56
57         * rowpainter.C:
58         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
59
60 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
61
62         * main.C: 
63         * lyx_main.C: 
64         * lyx_cb.C: 
65         * buffer.C: 
66         * LaTeX.C: use namespace alias for lyx::support::os
67
68 2003-09-16  Angus Leeming  <leeming@lyx.org>
69
70         * bufferparams.C:
71         * bufferview_funcs.C:
72         * factory.C:
73         * lyxfunc.C:
74         * paragraph_pimpl.C:
75         * rowpainter.C:
76         * text.C: add #include "LColor.h".
77
78 2003-09-16  Angus Leeming  <leeming@lyx.org>
79
80         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph, setUnderbar,
81         setNoun, setNumber, setColor, setLanguage): no longer return LyXFont &.
82         Store the FontBits::color variable as an int rather than as an LColor::color
83         so that we can move LColor.h out of the lyxfont.h header file.
84
85         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
86         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot string
87         calls together.
88
89         * lyxrc.C: add #include "LColor.h".
90
91 2003-09-15  Angus Leeming  <leeming@lyx.org>
92
93         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as a cow_ptr.
94
95 2003-09-15  Angus Leeming  <leeming@lyx.org>
96
97         * LColor.h: add an EnumLColor wrapper for LColor::color.
98
99         * lyxfont.[Ch] (color, setColor, realColor):
100         * lyxtext.h, text.C (backgroundColor):
101         pass EnumLColor args to/from the functions, rather than LColor::color ones.
102
103         * lyxfont.h:
104         * lyxtext.h: forward declare EnumLColor.
105
106         * lyx_main.C: add #include "LColor.h".
107
108 2003-09-15  Angus Leeming  <leeming@lyx.org>
109
110         * .cvsignore: add lyx-gtk.
111
112 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
113
114         * Chktex.C
115         * LaTeX.C
116         * LaTeXFeatures.C
117         * ParagraphParameters.C
118         * Spacing.C
119         * buffer.C
120         * bufferparams.C
121         * bufferview_funcs.C
122         * chset.C
123         * counters.C
124         * funcrequest.C
125         * lyxfont.C
126         * lyxgluelength.C
127         * lyxlength.C
128         * paragraph.C
129         * paragraph_funcs.C
130         * text3.C
131         * vc-backend.C: remove usage of STRCONV
132
133 2003-09-15  Angus Leeming  <leeming@lyx.org>
134
135         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
136         explicitly define the color passed to the painter.
137
138 2003-09-15  Angus Leeming  <leeming@lyx.org>
139
140         * bufferparams.C (BufferParams): reorder member initializers to avoid
141         compiler warning.
142
143 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
144
145         * CutAndPaste.C (pasteSelection): remove an outdated #warning
146         * text.C (updateRowPositions): remove an unusual nop
147
148 2003-09-12  André Pönitz  <poenitz@gmx.net>
149
150         * BufferView_pimpl.C:
151         * Bullet.C:
152         * layout.h:
153         * lyxfunc.C:
154         * lyxlayout.[Ch]:
155         * lyxtextclass.C:
156         * rowpainter.C:
157         * text.C:
158         * text2.C:
159         * Counters.[Ch]: finish the 'automatic counters' job
160
161 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
162
163         * aspell.C: include <boost/assert.cpp> (compile fix)
164
165 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
166
167         * boost.C (assertion_failed): use lyx::support::abort instead of
168         assert.
169
170 2003-09-10  Angus Leeming  <leeming@lyx.org>
171
172         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h with their
173         _fwd progeny.
174
175 2003-09-09  Angus Leeming  <leeming@lyx.org>
176
177         134 files throughtout the source tree: replace 'using namespace abc;'
178         directives with the appropriate 'using abc::xyz;' declarations.
179
180 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
181
182         * boost.C (emergencyCleanup): moved here from LAssert.c
183         (assertion_failed): new function, called by BOOST_ASSERT
184
185         * several files: change Assert to BOOST_ASSERT
186
187 2003-09-09  Angus Leeming  <leeming@lyx.org>
188
189         * buffer.[Ch]: Add an Impl class and move Buffer's member
190         variables into it. As a result move several header files out of
191         buffer.h.
192
193         Add header files to lots of .C files all over the tree as a result.
194
195 2003-09-09  Angus Leeming  <leeming@lyx.org>
196
197         * buffer.[Ch]: make Buffer's member variables private. Add
198         accessor functions.
199
200         Lots of changes all over the tree as a result.
201
202 2003-09-08  Angus Leeming  <leeming@lyx.org>
203
204         * graph.C: #include <config.h>.
205
206 2003-09-08  Angus Leeming  <leeming@lyx.org>
207
208         * BranchList.C:
209         * BufferView.C:
210         * BufferView_pimpl.C:
211         * CutAndPaste.C:
212         * DepTable.C:
213         * LaTeX.C:
214         * LaTeXFeatures.C:
215         * LyXAction.C:
216         * MenuBackend.C:
217         * TextCache.C:
218         * aspell.C:
219         * buffer.C:
220         * bufferlist.C:
221         * changes.C:
222         * chset.C:
223         * converter.C:
224         * counters.C:
225         * debug.C:
226         * graph.C:
227         * ispell.C:
228         * lyx_cb.C:
229         * lyxfind.C:
230         * lyxfunc.C:
231         * lyxlex_pimpl.C:
232         * lyxrc.C:
233         * lyxrow.C:
234         * paragraph.C:
235         * rowpainter.C:
236         * texrow.C:
237         * text.C:
238         * text2.C:
239         * toc.C: remove redundant using directives.
240
241 2003-09-07  Angus Leeming  <leeming@lyx.org>
242
243         * LaTeXFeatures.h: remove #include "support/types.h".
244         * ToolbarBackend.h: remove #include <algorithm>.
245         * changes.h: remove #include <ctime>.
246         * debug.h: remove #include <iosfwd>.
247         * graph.h: remove #include "support/std_string.h".
248         * lyx_main.h: remove #include <csignal>.
249         * lyxlex_pimpl.h: remove #include <fstream>.
250         * sgml.h: remove #include <algorithm>, <utility>.
251         * toc.h: remove #include "support/std_ostream.h". Add #include <iosfwd>.
252
253 2003-09-07  Angus Leeming  <leeming@lyx.org>
254
255         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
256
257         * converter.h: forward declare LatexRunParams.
258         * encoding.h: remove #include "lyxrc.h".
259         * lyxtext.h: remove #include "LColor.h".
260         * lyxtextclass.h: remove #include "support/types.h".
261         * trans.h: remove #include "tex-accent.h".
262         * trans_mgr.h: remove #include "tex-accent.h".
263         * insets/inset.h: remove #include "support/types.h", <vector>.
264         * insets/insetcollapsable.h: remove #include "LColor.h".
265         * insets/insetinclude.h: remove #include "dimension.h".
266         * insets/insetlatexaccent.h: remove #include "dimension.h".
267         * insets/insetoptarg.h:: remove #include "insettext.h".
268         * insets/insettext.h: remove #include "dimension.h", <boost/shared_ptr.hpp>
269
270         * insets/renderers.h: add #include "dimension.h".
271         * insets/updatableinset.h: add #include "support/types.h".
272
273         * many .C files: Associated changes.
274
275 2003-09-06  Angus Leeming  <leeming@lyx.org>
276
277         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just one,
278         inside testInvariant.
279
280         * PrinterParams.C: new file.
281         * PrinterParams.[Ch]: move the function bodies out of line.
282
283 2003-09-06  Angus Leeming  <leeming@lyx.org>
284
285         * ParagraphParameters.h: forward declare ParameterStruct rather than
286         including its header file.
287         (depth): moved out-of-line.
288
289 2003-09-06  Angus Leeming  <leeming@lyx.org>
290
291         * BufferView_pimpl.h:
292         * kbmap.h:
293         * kbsequence.h:
294         * lyxfunc.h: forward declare LyXKeySym rather than
295         #include "frontends/LyXKeySym.h".
296
297         * BufferView_pimpl.C:
298         * kbmap.C:
299         * kbsequence.C:
300         * lyxfunc.C: associated changes.
301
302 2003-09-06  Angus Leeming  <leeming@lyx.org>
303
304         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
305         As a result, can remove the #include "insets/inset.h" from BufferView.h
306
307 2003-09-06  Angus Leeming  <leeming@lyx.org>
308
309         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
310         As a result, can remove the #include "insets/inset.h" from BufferView.h
311
312 2003-09-06  Angus Leeming  <leeming@lyx.org>
313
314         * buffer_funcs.C:
315         * buffer.h:
316         * bufferlist.C:
317         * BufferView.C:
318         * bufferview_funcs.C:
319         * BufferView_pimpl.C:
320         * CutAndPaste.C:
321         * lyx_cb.C:
322         * lyxfunc.C:
323         * paragraph.h:
324         * ParagraphParameters.C:
325         * tabular.C:
326         * text3.C:
327         * toc.C:
328         * undo_funcs.C:
329         * frontends/controllers/ControlDocument.C:
330         * insets/insetcaption.C: rearrange the #includes into some sort of
331         coherent order.
332
333         * buffer.h: remove #includes ErrorList.h, undo.h
334
335 2003-09-06  Angus Leeming  <leeming@lyx.org>
336
337         * support/types.h: add a 'depth_type' typedef, used to store the
338         nesting depth of a paragraph.
339
340         * paragraph.h:
341         * ParameterStruct.h: use this lyx::depth_type typedef rather than
342         defining explicitly.
343
344         * buffer.h:
345         * paragraph_funcs.h:
346         * ParagraphParameters.h:
347         * sgml.h: use lyx::depth_type rather than Paragraph or
348         ParameterStruct's depth_type.
349
350         * buffer.h
351         * paragraph_funcs.h: no need to #include paragraph.h anymore.
352
353         * BufferView.C:
354         * BufferView_pimpl.C:
355         * CutAndPaste.C:
356         * ParagraphParameters.C:
357         * buffer_funcs.C:
358         * bufferlist.C:
359         * bufferview_funcs.C:
360         * lyx_cb.C:
361         * lyxfunc.C:
362         * tabular.C:
363         * text3.C:
364         * toc.C:
365         * undo_funcs.C:
366         * frontends/LyXView.C:
367         * frontends/controllers/ControlDocument.C:
368         * frontends/controllers/ControlErrorList.C:
369         * insets/insetbibitem.C:
370         * insets/insetbranch.C:
371         * insets/insetcaption.C:
372         * insets/insetcollapsable.C:
373         * insets/insetenv.C:
374         * insets/insetert.C:
375         * insets/insetfloat.C:
376         * insets/insetfoot.C:
377         * insets/insetfootlike.C:
378         * insets/insetnewline.C:
379         * insets/insetquotes.C:
380         * insets/insettabular.C:
381         * insets/insettext.C:
382         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
383
384         * frontends/controllers/ControlChanges.C: #include "changes.h".
385
386 2003-09-06  Angus Leeming  <leeming@lyx.org>
387
388         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather than
389         #including paragraph.h.
390
391         * ParagraphList.h:
392         * RowList.h: deleted. Superfluous.
393
394         * CutAndPaste.h:
395         * iterators.h:
396         * lyxcursor.h:
397         * lyxtext.h:
398         * text_funcs.h:
399         * undo.h:
400         * undo_funcs.h:
401         * insets/inset.h:
402         * insets/insettext.h: use ParagraphList_fwd.h rather than ParagraphList.h.
403
404         * paragraph.h: don't forward declare ParagraphList.
405
406         * buffer.h:
407         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
408         rather than ParagraphList.h. paragraph.h is still needed for the
409         Paragraph::depth_type parameters.
410
411         * textcursor.h: enable it to compile stand-alone in light of the
412         above changes.
413
414         * bufferview_funcs.C:
415         * iterators.C:
416         * lyxfunc.C:
417         * lyxrow_funcs.C:
418         * paragraph.C:
419         * rowpainter.C:
420         * text.C:
421         * text2.C:
422         * text3.C:
423         * text_funcs.C:
424         * textcursor.C:
425         * undo.C:
426         * frontends/controllers/ControlParagraph.C:
427         * frontends/controllers/ControlTabular.C:
428         * insets/insetmarginal.C:
429         * insets/insetminipage.C:
430         * insets/insetnote.C:
431         * insets/insetoptarg.C: add header files needed to compile again.
432
433 2003-09-06  Angus Leeming  <leeming@lyx.org>
434
435         * RowList_fwd.h: new file, forward-declaring Row rather than
436         #including lyxrow.h.
437
438         * lyxrow_funcs.h:
439         * lyxtext.h:
440         * paragraph.h:
441         * insets/insettext.h: use it instead of RowList.h
442
443         * bufferview_funcs.C:
444         * lyxfunc.C:
445         * lyxrow_funcs.C:
446         * paragraph.C:
447         * rowpainter.C:
448         * text.C:
449         * text2.C:
450         * text3.C: #include "RowList.h".
451
452 2003-09-05  Angus Leeming  <leeming@lyx.org>
453
454         * factory.C (createInset):
455         * vspace.C (c-tor): replace sscanf call with an istringstream.
456         * ispell.C: re-add missing HP/UX headers.
457         * lyxserver.C: re-add missing  os2 headers.
458
459 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
460
461         * BranchList.C:
462         * graph.C:
463         * ispell.C:
464         * lastfiles.C:
465         * lyx_cb.C:
466         * lyxserver.C:
467         * texrow.C:
468         * text3.C: re-add missing system headers, needed for 2.95.2.
469
470 2003-09-05  Angus Leeming  <leeming@lyx.org>
471
472         Changes most place everywhere due to the removal of using directives
473         from support/std_sstream.h.
474
475 2003-09-05  Angus Leeming  <leeming@lyx.org>
476
477         Replace LString.h with support/std_string.h,
478         Lsstream.h with support/std_sstream.h,
479         support/LIstream.h with support/std_istream.h,
480         support/LOstream.h with support/std_ostream.h.
481
482         Changes resulting throughout the tree.
483
484 2003-09-05  Angus Leeming  <leeming@lyx.org>
485
486         * sgml.h: ensure that the header file can be compiled stand-alone.
487         * *.C: strip out redundant #includes. (320 in total.)
488
489 2003-09-04  Angus Leeming  <leeming@lyx.org>
490
491         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
492         here (from getPackages).
493
494         * debug.[Ch]: add a new EXTERNAL tag.
495
496 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
497
498         * text2.C (cursorEnd): simplify
499         (setCursor): adjust
500         (getColumnNearX): adjust
501
502         * text.C (computeBidiTables): adjust
503         (fill): adjust
504
505         * rowpainter.C (paintChars): adjust
506         (paintSelection): adjust
507         (paintChangeBar): adjust
508         (paintText): adjust
509
510         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
511         lastPos instead.
512         (numberOfSeparators): adjust
513
514 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
515
516         * LyXAction.C:
517         * box.[Ch]:
518         * lfuns.h:
519         * lyxfunc.C:
520         * text3.C: Restricts the mouse click functionality
521         of insets like bibtex, include, toc and floatlist to the visible
522         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
523         up the dialogs. Cursor has to be in front of the inset (i.e.
524         start of row) for this to function.
525
526 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
527
528         * bufferview_funcs.C (currentState): output row information
529
530 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
531
532         * bufferview_funcs.C (currentState): output paragraph position
533
534 2003-09-04  Angus Leeming  <leeming@lyx.org>
535
536         * FloatList.h: move out #include "Floating.h".
537         * LaTeX.h: move out #include "DepTable.h".
538         * LyXAction.h: move out #include "funcrequest.h".
539         * buffer.h: move out #include "author.h", "iterators.h".
540         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
541         * lyx_main.h: move out #include "errorlist.h".
542         * lyxfunc.h: move out #include "FuncStatus.h".
543         * lyxtext: move out #include "lyxcursor.h".
544         * paragraph_pimpl.h: move out #include "counters.h".
545
546 2003-09-03  Angus Leeming  <leeming@lyx.org>
547
548         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
549         preamble_snippets list, enabling us to add snippets to the preamble only
550         if the snippet was not there already.
551
552 2003-09-04  Angus Leeming  <leeming@lyx.org>
553
554         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
555
556 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
557
558         * lyxfunc.C (dispatch): if fitCursor did something be sure to
559         update
560
561 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
562
563         * BranchList.C: point fix, earlier forgotten
564
565 2003-09-02  Angus Leeming  <leeming@lyx.org>
566
567         * box.C (contains): renamed from 'contained' after a fantastic
568         amount of hot air.
569
570 2003-09-02  John Levon  <levon@movementarian.org>
571
572         * BufferView.C:
573         * lyxcursor.h:
574         * lyxcursor.C:
575         * lyxfunc.C:
576         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
577
578 2003-09-02  John Levon  <levon@movementarian.org>
579
580         * text2.C: simplification of cursorEnd(), including partial
581         fix for bug 1376
582
583 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
584
585         * buffer.C (readFile): add a space
586
587 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
588
589         * BufferView_pimpl.C (update): remove bogus fitCursor() call
590
591 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
592
593         * buffer.C (readFile): new function, take a filename and a
594         ParagraphList::iterator
595         (readFile): adjust
596         (readFile): adjust, make it private. don't use setStream, make
597         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
598         always contain the filename.
599
600         * BufferView.C (insertLyXFile): simplify and make it work for
601         gzipped files.
602
603 2003-08-30  John Levon  <levon@movementarian.org>
604
605         * Makefile.am: fix dist (from Kayvan)
606
607 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
608
609         * most files: change to use const Buffer refs
610
611 2003-08-27  André Pönitz  <poenitz@gmx.net>
612
613         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
614         on top of ownerPar().
615
616 2003-08-27  John Levon  <levon@movementarian.org>
617
618         * funcrequest.C: properly initialise POD members
619
620 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
621
622         * lyxtext.h (top_y): move top_y from here
623         * text.C:
624         * text2.C:
625         * text3.C:
626         * BufferView.[Ch]:
627         * BufferView_pimpl.[Ch]: to here
628         * frontends/screen.C:
629         * insets/insettabular.C:
630         * insets/insettext.C: adjust
631         * rowpainter.[Ch] (paintRows): remove LyXText & argument
632
633 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
634
635         * BufferView.[Ch]:
636         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
637
638 2003-08-26  André Pönitz  <poenitz@gmx.net>
639
640         * paragraph_func.[Ch] (outerPar): new function
641
642         * paragraph.C:
643         * paragraph_funcs.C:
644         * paragraph_funcs.h:
645         * paragraph_pimpl.C:
646         * text2.C: remove Inset::par_owner
647
648 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
649
650         * lyxrow_funcs.C:
651         * lyxtext.h:
652         * text.C:
653         * text2.C: eliminates the needFullRow/display() stuff
654         altogether, putting the logic in metrics/draw in the insets.
655
656 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
657
658         * text2.C (redoParagraphInternal, redoParagraphs):
659         * text.C (redoParagraph): add a call to updateRowPositions at the
660         end of each 'metrics-like' call. Remove all others.
661         (getRow): remove the 'y-computing' version.
662         (getRowNearY): do not compute nor return the real y. Solve the
663         'y < 0' problem and simplify.
664
665 2003-08-22  Angus Leeming  <leeming@lyx.org>
666
667         * *.[Ch]: clean-up of licence and author blurbs.
668         Also move config.h out of a few .h files and into a few .C files.
669
670 2003-08-22  André Pönitz  <poenitz@gmx.net>
671
672         * lyxrow.[Ch]: add x_ and *fill_ members
673
674         * lyxtext.h:
675         * text.C:
676         * rowpainter.C:
677         * text2.C: adjust/remove prepareToPrint() calls
678
679 2003-08-22  André Pönitz  <poenitz@gmx.net>
680
681         * lyxrow.[Ch]: add  end_ member
682
683         * lyxrow_funcs.C: use LyXRow::end_
684
685         * lyxtext.h (singleWidth): add LyXFont parameter
686
687         * rowpainter.C:
688         * text2.C: adjust LyXText::singleWidth() calls
689
690         * text.C (redoParagraph): simplify row breaking logic
691
692
693 2003-08-19  André Pönitz  <poenitz@gmx.net>
694
695         * funcrequest.C: initialize button_ member
696
697         * text3.C:
698         * rowpainter.[Ch]: interface consolidation
699
700 2003-08-18  André Pönitz  <poenitz@gmx.net>
701
702         * BufferView.C:
703         * BufferView_pimpl.C:
704         * lyxfind.C:
705         * paragraph_funcs.C:
706         * rowpainter.C:
707         * text3.C: remove LyXScreen::draw() and fitCursor calls
708
709         * BranchList.h: remove spurious semicolons
710
711         * MenuBackend.C: fix branchlist related crash
712
713 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
714
715         * BranchList.[Ch]:
716         * InsetList.[Ch]:
717         * LColor.[Ch]:
718         * LyXAction.C:
719         * Makefile.am:
720         * MenuBackend.[Ch]:
721         * bufferparams.[Ch]:
722         * factory.C:
723         * lfuns.h:
724         * lyxfunc.C:
725         * text3.C: implements the 'branch inset'
726         idea. This allows the output of various versions of a document
727         from a single source version, selectively outputing or suppressing
728         output of parts of the text.
729         This implementation contains a 'branch list editor' in a separate
730         tab of the document settings dialog. Branches are user definable
731         and have a "display colour" to distinguish them on-screen.
732
733         ColorHandler was somewhat cleaned up.
734         (1) make possible a dynamically growing LColor list by allowing
735         the graphic context cache to grow along (vector);
736         (2) eliminate an IMHO unnecessary step in colour allocation.
737
738 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
739
740         * BufferView_pimpl.C: compile fix
741
742 2003-08-15  André Pönitz  <poenitz@gmx.net>
743
744         * rowpainter.C: remove extra metrics calls
745
746         * lyxtext.h: merge the two constructors into a single one,
747           pass reference to owner's par list
748
749         * BufferView_pimpl.C:
750         * text.C:
751         * text2.C: adjust
752
753 2003-08-15  André Pönitz  <poenitz@gmx.net>
754
755         * lyxrow_funcs.[Ch]:
756         * lyxtext.h:
757         * paragraph.h:
758         * paragraph_funcs.C:
759         * rowpainter.C:
760         * text.C:
761         * text2.C:
762         * text3.C:
763         * text_funcs.C: split LyXText::rowlist_ into individual
764         Paragraph::rows_ chunks
765
766         * BufferView.[Ch]:
767         * BufferView_pimpl.[Ch]:
768         * lyxfind.C:
769         * lyxtext.h:
770         * text3.C: remove toggleSelection()
771
772 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
773
774         * bufferlist.C: beautify two alerts (shorter text of buttons)
775         * buffer.C: Remove redundant ' ' from message
776         * tabular.h:
777         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
778         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
779         rename VALIGN_CENTER to VALIGN_MIDDLE
780
781 2003-08-11  André Pönitz  <poenitz@gmx.net>
782
783         * lyxtext.h (getPar):
784         * text.C: new function
785
786 2003-08-11  André Pönitz  <poenitz@gmx.net>
787
788         * Makefile.am:
789         * tracer.[Ch]: remove unneeded files
790
791         * InsetList.[Ch]: remove resizeInsetsLyXText()
792
793         * lyxtext.h:
794         * text.C:
795         * text2.C:
796         * text3.C: merge insertParagraphs() and appendParagraph()
797         remove breakAgain(), update()
798
799         * BufferView_pimpl.[Ch]:
800         * bufferview_funcs.[Ch]:
801         * lyxfunc.C:
802         * paragraph.[Ch]:
803         * rowpainter.C:
804         * tabular.C: adjust after text & InsetList changes.
805
806 2003-08-08  André Pönitz  <poenitz@gmx.net>
807
808         * text.C (insertChar, backspace): replace rowlist fiddling
809         with rebreak of full par
810
811         * lyxtext.h:
812         * text.C (breakAgainOneRow, redoHeightOfParagraph,
813         checkParagraph, updateInset): removed
814
815 2003-08-07  André Pönitz  <poenitz@gmx.net>
816
817         * paragraph.C:
818         * text3.C: merge some LFUN handlers, remove dead code
819
820 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
821
822         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
823
824 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
825
826         * text2.C (DEPM): fix part of bug 1255 and 1256
827
828 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
829
830         * BufferView_pimpl.C (workAreaDispatch): change to use
831         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
832         that are no mouse related.
833
834 2003-08-05  André Pönitz  <poenitz@gmx.net>
835
836         * BufferView.[Ch]:
837         * BufferView_pimpl.[Ch]:
838         * bufferview_funcs.C:
839         * text2.C:
840         * text3.C: rip out "deep update"
841
842         * textcursor.[Ch] (last_sel_cursor): remove unused member
843
844 2003-08-04  André Pönitz  <poenitz@gmx.net>
845
846         * BufferView.[Ch]:
847         * BufferView_pimpl.[Ch]:
848         * ParagraphParameters.C:
849         * bufferview_funcs.C:
850         * lyx_cb.C:
851         * lyxfind.C:
852         * lyxfunc.C:
853         * text.C:
854         * text2.C:
855         * text3.C: replace "complicated" BufferView::update(...) calls with
856         simpler ones.
857
858         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
859
860 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
861
862         * Makefile.am (lyx_SOURCES): add paper.h
863
864 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
865
866         * Makefile.am: move things around so that both lyx-qt and
867         lyx-xforms can be built (according to --with-frontend). Then lyx
868         is a symbolic link to lyx-[firstfrontend]
869
870 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
871
872         * Always use std::endl with lyxerr
873
874 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
875
876         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
877
878 2003-08-01  André Pönitz  <poenitz@gmx.net>
879
880         * BufferView.[Ch]:
881         * BufferView_pimpl.[Ch]:
882         * lyxfunc.C:
883         * text3.C: merge BufferView::repaint() and BufferView::update()
884
885 2003-08-01  José Matos  <jamatos@lyx.org>
886
887         * buffer.[Ch]: file_format is no longer a buffer data element.
888
889 2003-08-01  André Pönitz  <poenitz@gmx.net>
890
891         * BufferView.C:
892         * lyxtext.h:
893         * text.C:
894         * text2.C: make redoParagraph more independent of current cursor
895
896         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
897         * text.C:
898         * text2.C: remove unneeded members
899
900 2003-07-30  André Pönitz  <poenitz@gmx.net>
901
902         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
903
904         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
905           create a single function...
906
907         * paragraph_funcs.C (moveItem): ... here.
908
909         * text.C:
910           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
911
912 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
913
914         * LColor.[Ch]: Add comment and greyedout logical colors.
915
916 2003-07-30  André Pönitz  <poenitz@gmx.net>
917
918         * tabular.C: don't use Assert too heavily. This crashes where it
919           shouldn't
920
921 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
922
923         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
924         is disabled (bug 1232)
925
926 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
927
928         * factory.C: limited 'arg' scope
929
930 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
931
932         * factory.C: fixed Note submenu issues
933
934 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
935
936         * factory.C: submenu for Note/Comment/Greyedout
937
938 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
939
940         * lyx_main.C (LyX):
941         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
942
943 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
944
945         * LaTeXFeatures.C:
946         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
947         greyedout. Patch provided by Jürgen Spitzmüller.
948
949 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
950
951         * kbmap.C (read): fix error message when reading bind files
952
953 2003-07-29  Angus Leeming  <leeming@lyx.org>
954
955         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
956         certainly does not do what it purports to do. I am doing it, and
957         us, a favour by killing it.
958
959 2003-07-28  José Matos  <jamatos@lyx.org>
960
961         * buffer.C (readBody, do_writeFile):
962         * paragraph.C(readParagraph): \end_document replaces \the_end.
963
964 2003-07-29  André Pönitz  <poenitz@gmx.net>
965
966         * BufferView.[Ch]:
967         * BufferView_pimpl.[Ch]:
968         * lyxfunc.C:
969         * text2.C:
970         * text3.C:
971         * textcursor.[Ch]: remove toggleToggle & Co
972
973 2003-07-28  José Matos  <jamatos@fep.up.pt>
974
975         * buffer.C (readParagraph):
976         * params_func (readParToken, readParagraph):
977         * paragraph.C (write): \layout -> \begin_layout.
978
979 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
980
981         * lyxlex_pimpl.C (setFile): clean up slightly.
982
983         * bufferparams.h: add compressed var
984
985         * buffer_funcs.C (readFile): adjust for LyXLex change
986         (newFile): ditto + simplify
987
988         * buffer.C (writeFile): handle writing of compressed files
989
990         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
991         Check if the file is compressed and set a bufferparm if so.
992
993         * Makefile.am (lyx_LDADD): remove explicit -lz
994
995 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
996
997         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
998         makeDocBookFile): put the real LyX version in the first line of
999         the file
1000
1001         * version.h:
1002         * version.C.in: remove lyx_docversion
1003
1004         * tabular.C (write_attribute): add a template-based version to
1005         write enums properly
1006
1007 2003-07-28  André Pönitz  <poenitz@gmx.net>
1008
1009         * lyxtext.h:
1010         * text.C:
1011         * text2.C:
1012         * text3.C: use doubles again for x-coordinates. They are needed.
1013
1014 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1015
1016         * messages.C (getLocaleDir): use lyx_localedir()
1017
1018         * lyxlex_pimpl.C (setFile): compress stuff
1019
1020         * buffer.C (writeFile): add some compression stuff
1021         (do_writeFile): new func, dont call expliti close... will this
1022         breake anything?
1023
1024         * Makefile.am (lyx_LDADD): add -lz
1025
1026 2003-07-28  José Matos  <jamatos@fep.up.pt>
1027
1028         * buffer.C: increment file format.
1029         * paragraph_funcs (readParagraph, readParToken):
1030         * paragraph.C (readParagraph): add \end_layout.
1031
1032 2003-07-27  Angus Leeming  <leeming@lyx.org>
1033
1034         * Makefile.am: remove special casing for configure-time setting of
1035         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1036
1037         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1038         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1039
1040 2003-07-26  André Pönitz  <poenitz@gmx.net>
1041
1042         * paragraph_func.[Ch]:
1043         * paragraph.C (realizeFont): inline it whereever it is used
1044
1045         * rowpainter.C:
1046         * text.C:
1047         * text2.C:
1048         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1049
1050
1051 2003-07-26  André Pönitz  <poenitz@gmx.net>
1052
1053         *       lyxtext.h:
1054         * text.C:
1055         * text2.C: get rid of LyXText::need_break_row
1056
1057 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1058
1059         * toc.[Ch]: put namespace toc inside namespace lyx
1060
1061         * MenuBackend.C (expandToc2): adjust for lyx::toc
1062         (expandToc): ditto
1063
1064         * lyxfunc.C (dispatch): adjust for lyx::find
1065
1066         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1067         lyx::find instead. Reorganize a bit.
1068         (LyXReplace): rename to replace
1069         (LyXFind): rename to find
1070
1071         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1072         (dispatch): ditto
1073
1074 2003-07-26  André Pönitz  <poenitz@gmx.net>
1075
1076         * text.C (setHeightOfRow): restrict scope of temporary variable
1077
1078         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1079           code (never has been used?)
1080
1081 2003-07-27  Asger Alstrup  <alstrup@local>
1082
1083         * text.C (fill): Optimise algorithm to exploit that we can reuse
1084         the LyXFont for many characters.
1085         (setHeightOfRow): Same thing.
1086         (rowBreakPoint): Same thing.
1087
1088 2003-07-26  Asger Alstrup  <alstrup@local>
1089
1090         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1091
1092         * text.C (singleWidth): Spurious font copying in hot-spot
1093         singleWidth avoided. Reorder tests for arabic for efficiency.
1094
1095         * text.C (fill): handle empty paragraphs better.
1096
1097 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1098
1099         * ispell.C:
1100         * encoding.h: add includes
1101
1102         * lyxrc.C: remove reading of bind files
1103
1104         * lyx_main.C (init): setup bindings and menus only if we have a
1105         gui.
1106
1107         * kbmap.C (read): new method. Do the actual reading of bind
1108         files.
1109
1110         * converter.C (dvipdfm_options):
1111         * bufferparams.C:
1112         * lyxrc.C (read):
1113         (output): adapt PAPER_* enums.
1114
1115         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1116
1117         * bufferparams.h: remove paper-related enums from there
1118
1119         * paper.h: New file. A trivial header file to hold paper-related
1120         enums. It should later expand to contain many paper-related
1121         horrors access.
1122
1123         * lyxrc.C: declare extern displayTranslator
1124
1125 2003-07-27  José Matos  <jamatos@fep.up.pt>
1126
1127         * tabular.[Ch] (linuxdoc): add support for tables and figures
1128         (linuxdoc).
1129
1130 2003-07-27  José Matos  <jamatos@fep.up.pt>
1131
1132         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1133         consistency in both functions.
1134         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1135
1136 2003-07-26  Asger Alstrup  <alstrup@local>
1137
1138         * rowpainter.C (paintRows): Change algorithm to work directly on
1139         the insets rather than asking every character in the document
1140         whether its an inset.
1141
1142 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1143
1144         * buffer.C (openFileWrite): factorize some code
1145
1146 2003-07-26  Angus Leeming  <leeming@lyx.org>
1147
1148         * lyx_cb.C:
1149         * lyx_main.[Ch]: replace occurances of system_tempdir with
1150         os::getTmpDir().
1151
1152 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1153
1154         * rename Inset to InsetOld
1155
1156 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1157
1158         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1159         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1160         which I think is a bit clearer. EDIT is gone, since it was
1161         premature optimisation, and broken for mathed anyway.
1162         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1163         with cursor positioning in insets as well (math insets still do not
1164         work, but that's a different story anyway.) It mysteriously
1165         crashes sometimes with undo in the first paragraph, but I'm fairly
1166         confident that this is a compiler bug.
1167
1168 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1169
1170         * paragraph.C (Paragraph): adjust for new clone return type
1171         (operator==): ditto
1172         (copyIntoMinibuffer): ditto
1173
1174 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1175
1176         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1177         by not having a special case, and always doing a full rebreak of
1178         the document after undo.
1179
1180 2003-07-23  Angus Leeming  <leeming@lyx.org>
1181
1182         * factory.C (createInset): InsetExternal::setParams now takes a
1183         Buffer const * arg.
1184
1185 2003-07-23  Angus Leeming  <leeming@lyx.org>
1186
1187         * factory.C (createInset): changed interface to the external and
1188         graphics mailers' string2params functions.
1189
1190 2003-07-23  Angus Leeming  <leeming@lyx.org>
1191
1192         * factory.C (createInset): pass a
1193         Buffer const * parameter to InsetExternalMailer's string2params.
1194
1195 2003-07-22  John Levon  <levon@movementarian.org>
1196
1197         * Thesaurus.h: include the right aiksaurus header
1198
1199 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1200
1201         * MenuBackend.C (expand): check menu shortcuts unconditionally
1202
1203 2003-07-21  Angus Leeming  <leeming@lyx.org>
1204
1205         * factory.C (createInset): pass a
1206         buffer_path parameter to InsetGraphicsMailer's string2params.
1207
1208 2003-07-21  Angus Leeming  <leeming@lyx.org>
1209
1210         * BufferView_pimpl.C (buffer):
1211         * buffer.C (d-tor):
1212         * lyx_main.C (LyX):
1213         * lyxfunc.C (dispatch):
1214         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1215         rather than the grfx shortcut.
1216
1217 2003-07-21  André Pönitz  <poenitz@gmx.net>
1218
1219         * rowpainter.C: remove unused variables
1220
1221         * tabular_funcs.C:
1222         * tabular_funcs.h: move to tabular.C
1223         * Makefile.am: adjust
1224
1225         * tabular.[Ch]: basic optical cleaning
1226
1227         * author.h: pass references, not values
1228
1229 2003-07-18  André Pönitz  <poenitz@gmx.net>
1230
1231         * lyxtext.h:
1232         * metricsinfo.C:
1233         * metricsinfo.h:
1234         * rowpainter.C:
1235         * text.C:
1236         * text2.C:
1237         * text3.C: two-phase drawing for InsetText and InsetTabular
1238         some float -> int changes.
1239
1240 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1241
1242         * lyx_main.C: fix the fix
1243
1244 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1245
1246         * lyx_main.C: fix a crash in batch mode if no files specified
1247         * converter.C: ws
1248
1249 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1250
1251         * format.[Ch] (papersize): moved to BufferParams
1252         * converter.[Ch] (dvips_options): moved to BufferParams
1253         (dvipdfm_options): moved to anon namespace
1254         * bufferparams.[Ch]: added above functions.
1255
1256 2003-07-17  André Pönitz  <poenitz@gmx.net>
1257
1258         * lyxtext.h:
1259         * rowpainter.C:
1260         * text2.C: don't call inset->update() anymore
1261
1262         * metricsinfo.[Ch]: add convenience constructor
1263
1264 2003-07-16  André Pönitz  <poenitz@gmx.net>
1265
1266         * lyxcursor.[Ch]:
1267         * lyxfunc.[Ch]:
1268         * text.C:
1269         * text2.C: replace the LyXCursor::irow_ member with
1270          on-demand computation of the value
1271
1272 2003-07-16  John Levon  <levon@movementarian.org>
1273
1274         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1275
1276 2003-07-15  André Pönitz  <poenitz@gmx.net>
1277
1278         * text.C:
1279         * text2.C: remove no more needed refresh_row
1280
1281 2003-07-15  André Pönitz  <poenitz@gmx.net>
1282
1283         * lyxtext.h:
1284         * rowpainter.C:
1285         * text2.C:
1286         * text3.C: refresh_status tristate -> need_update bool
1287
1288 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1289
1290         * lyxtext.h (init): remove reinit argument (act as if always true)
1291         * text2.C: adjust to that
1292
1293 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1294
1295         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1296         * text3.C: use it to delete selections in some cases
1297         (bugs 441, 673, 702, 954).
1298
1299 2003-07-14  André Pönitz  <poenitz@gmx.net>
1300
1301         * rowpainter.[Ch]: reduce interface
1302
1303 2003-07-14  André Pönitz  <poenitz@gmx.net>
1304
1305         * BufferView_pimpl.C:
1306         * text2.C: adjust after removing unused BufferView * argument
1307
1308 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1309
1310         * text2.C (init): fix a crash fired on resize
1311
1312 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1313
1314         * buffer.[Ch]: added new closing signal
1315         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1316         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1317         BufferView::Pimpl via the closing the signal
1318
1319 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1320
1321         * buffer.[Ch]: take out all bv-related from buffer
1322         * BufferView.C:
1323         * BufferView_pimpl.[Ch]: connect to new signals
1324         * CutAndPaste.C: removed useless asserts
1325         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1326         * lyxvc.[Ch]:
1327         * vc-backend.[Ch]:
1328         * lyxfunc.C: moved view-related funciontality from vc here
1329         * paragraph.C: removed outdated comments
1330         * text.C: ws
1331
1332 2003-07-10  André Pönitz  <poenitz@gmx.net>
1333
1334         * BufferView_pimpl.C:
1335         * tabular.h:
1336         * tabular_funcs.C:
1337         * text.C:
1338         * text2.C: remove InsetText::InnerCache, clean up consequences
1339
1340 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1341
1342         * ispell.C: fix two typos in error messages
1343
1344 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1345
1346         * Extend Note inset to other forms of annotation like Comment
1347         and Greyedout. Right button click gives dialog.
1348
1349         Files modified or added (+):
1350
1351         * insetnote.[Ch]
1352         * FormNote.[Ch]      +
1353         * ControlNote.[Ch]   +
1354         * form_note.fd       +
1355         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1356         frontends/controllers
1357         * xforms/Dialogs.C
1358         * factory.C
1359
1360 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1361
1362         * aspell.C: add missing namespace lyx::support
1363
1364 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1365
1366         * BufferView.[Ch] (newFile): Add
1367         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1368         * LaTeX.[Ch] (message): added this signal and use it
1369         * buffer.[Ch] (busy, message): added these signals and use them
1370         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1371         * converter.C:
1372         * exporter.C:
1373         * format.C:
1374         * importer.C: use buffer signals instead of direct bv calling
1375         * lyx_cb.[Ch] (ShowMessage): removed
1376         * lyx_main.C:
1377         * lyxfunc.C:
1378         * paragraph_funcs.C:
1379         * text2.C: use buffer signals
1380
1381 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1382
1383         * introduce namespace lyx::graphics
1384
1385 2003-07-02  André Pönitz  <poenitz@gmx.net>
1386
1387         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1388
1389 2003-07-01  André Pönitz  <poenitz@gmx.net>
1390
1391         * text.C:
1392         * text2.C:
1393         * text3.C:
1394         * text_funcs.[Ch]:
1395         * textcursor.h:
1396         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1397           text*.C to text_func.C
1398
1399 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1400
1401         * introduce namespace lyx::support
1402
1403 2003-06-30  André Pönitz  <poenitz@gmx.net>
1404
1405         * Chktex.C:
1406         * funcrequest.C:
1407         * lyxtext.h:
1408         * text.C: re-enable --with-included-string
1409
1410 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1411
1412         * textcursor.C: add <config.h>
1413
1414         * text.C (getWord): remove const from word_location arg
1415
1416         * lyxvc.C (getLogFile): fix const type order
1417
1418         * lyxtext.h: remove const from word_location arg, add arg name
1419
1420         * lyxlayout.h: currect type on labeltype.
1421
1422         * importer.C: correct \file
1423
1424         * converter.C (intToFormat): use std:: on ret val, ws changes
1425
1426         * bufferlist.h: correct \file
1427
1428         * buffer.C (makeLinuxDocFile): fix const type order
1429         (makeDocBookFile): ditto
1430         (fillWithBibKeys): use std:: on stdlib args.
1431
1432         * CutAndPaste.C: fix authors.
1433         (availableSelections): use std:: on return vector
1434
1435 2003-06-27  André Pönitz  <poenitz@gmx.net>
1436
1437         * BufferView_pimpl.C:
1438         * bufferview_funcs.C:
1439         * lyxcursor.C:
1440         * lyxcursor.h:
1441         * lyxfunc.C:
1442         * lyxtext.h:
1443         * rowpainter.C:
1444         * text.C:
1445         * text2.C:
1446         * text3.C: remove LyXCursor::row_ member
1447
1448         * lyxtext.h:
1449         * text.C: rename fullRebreak() to partialRebreak() and implement
1450           a fullRebreak() that really bereks fully
1451
1452         * textcursor.h: new struct for cursor-related data
1453
1454 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1455
1456         * lyx_main.C (LyX): get full path of document loaded on the
1457         command line
1458
1459 2003-06-26  André Pönitz  <poenitz@gmx.net>
1460
1461         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1462           remove unused/broken operator>,<,>=.
1463
1464         *       text.C: remove only use of broken operator<= in an Assert().
1465
1466 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1467
1468         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1469         moved errorlist_.clear to showErrorList
1470
1471 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1472
1473         * converter.C (scanLog, runLaTeX):
1474         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1475         move the bv->showErrorList call to the callers
1476         * lyxfunc.C: i.e. here...
1477         * text2.C: and here
1478         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1479         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1480         namespace, the second to...
1481         * buffer_funcs (BufferFormat, parseErrors): added
1482         * errorlist.C (ErrorList(TeXErrors const &)): removed
1483
1484 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1485
1486         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1487
1488 2003-06-24  "Garst R. Reese" <reese@isn.net>
1489
1490         * debug.C: fix typo
1491
1492 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1493
1494         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1495
1496         * version.C.in: change docversion to 1.4
1497
1498 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1499
1500         * buffer.C: fix a bug just introduced
1501
1502 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1503
1504         * buffer.[Ch]: added the parseError signal and use it, removed
1505         sgmlError
1506         * BufferView.[Ch] (addError): moved to ...
1507         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1508         to the Buffer::parseError signal to catch (guess what) parse errors
1509         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1510
1511 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1512
1513         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1514         ability to create a buffer and to return an existing one from
1515         the list. Moved these functions to...
1516         * buffer_funcs.[Ch]: added
1517         * BufferView.[Ch] (loadLyXFile): added
1518         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1519         job removed from bufferlist::loadLyXFile.
1520         * buffer.C (setReadOnly): make it work without view
1521         (i.e added an if (users))
1522
1523 2003-06-19  Angus Leeming  <leeming@lyx.org>
1524
1525         * lfuns.h:
1526         * LyXAction.C (init):
1527         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1528         with LFUN_DIALOG_SHOW <name> <data>.
1529
1530 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1531
1532         * CutAndPaste.C (availableSelections): small compilation fix for
1533         ancient (gcc 2.9x) compilers
1534
1535 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1536
1537         * text3.C (cursorNext): add tmp var
1538
1539         * text2.C (updateCounters): for function calling out of for clause
1540         (replaceSelectionWithString): ditto
1541         (insertStringAsParagraphs): ditto
1542         (getColumnNearX): add tmp var
1543         (setCursorFromCoordinates): add tmp var
1544         (cursorDownParagraph): add tmp var
1545         (deleteEmptyParagraphMechanism): add tmp var
1546
1547         * text.C (insertChar): add tmp var
1548
1549         * rowpainter.C (paintDepthBar): add tmp var
1550
1551         * CutAndPaste.C (availableSelections): potentially check all
1552         paragraphs in a cut to fill the shown strings.
1553
1554 2003-06-18  André Pönitz  <poenitz@gmx.net>
1555
1556         * kbmap.[Ch]: use vector<> instead of list<>
1557
1558 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1559
1560         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1561         pasteSelection with index
1562
1563         * text2.C (pasteSelection): modify, call pasteSelection with index
1564
1565         * paragraph.C (asString): reimplement version with no interval to
1566         call the one with interval.
1567
1568         * lyxtext.h: add index arg to pasteSelection
1569
1570         * MenuBackend.C (MenuItem): handle PasteRecent
1571         (Menu::read::Menutags): add md_pasterecent
1572         (read): handle it
1573         (expandPasteRecent): new function
1574         (expand): use it
1575
1576         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1577
1578         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1579         the limited stack
1580         (availableSelections): new function
1581
1582 2003-06-17  Angus Leeming  <leeming@lyx.org>
1583
1584         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1585
1586 2003-06-17  Angus Leeming  <leeming@lyx.org>
1587
1588         * lfuns.h:
1589         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1590
1591         * lyxfunc.C (dispatch): invoke it.
1592
1593 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1594
1595         * iterators.C (operator++, ParPosition): reintroduce some
1596         const_cast for the benefit of older compilers.
1597
1598 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1599
1600         * text3.C (dispatch): do not modify clipboard when doing
1601         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1602         LFUN_DELETE_SKIP on a selection selection
1603
1604 2003-06-16  André Pönitz  <poenitz@gmx.net>
1605
1606         * BufferView.C:
1607         * buffer.C:
1608         * buffer.h:
1609         * paragraph.C:
1610         * tabular.[Ch]: IU of clone() and getLabelList();
1611
1612 2003-06-13  André Pönitz  <poenitz@gmx.net>
1613
1614         * tabular.h: compactification
1615
1616 2003-06-12  André Pönitz  <poenitz@gmx.net>
1617
1618         * tabular.C:
1619         * tabular.h:
1620         * tabular_funcs.h: some renaming plus whitespace
1621
1622 2003-06-12  André Pönitz  <poenitz@gmx.net>
1623
1624         * BufferView.C:
1625         * BufferView_pimpl.C:
1626         * CutAndPaste.C:
1627         * buffer.C:
1628         * iterators.[Ch]:
1629         * lyxfunc.C:
1630         * text.C:
1631         * toc.C: Return a Paragraph & for ParIterator::operator*()
1632
1633 2003-06-11  John Levon  <levon@movementarian.org>
1634
1635         * lyx_main.C:
1636         * ToolbarBackend.h:
1637         * ToolbarBackend.C: add "Toolbars" section and
1638         put the flags there
1639
1640 2003-06-10  Angus Leeming  <leeming@lyx.org>
1641
1642         * lfuns.h:
1643         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1644
1645         * lyxfunc.C (dispatch): invoke it.
1646
1647 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1648
1649         * main.C: protect <ios> with HAVE_IOS
1650         (main): protect sync_with_stdio with HAVE_IOS
1651
1652 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1653
1654         * text2.C (cutSelection): adjust
1655         (pasteSelection): adjust
1656
1657         * messages.C: handle get of empty string
1658
1659         * main.C (main): use sync_with_stdio(false)
1660
1661         * lyxfunc.C (dispatch): adjust
1662
1663         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1664         (WriteAs): remove unneeded BufferView arg.
1665
1666         * bufferparams.h: use correct types on papersize, papersize2 and
1667         paperpackage.
1668
1669         * bufferparams.C (readToken): adjust for type
1670         (writeLaTeX): add missing cases to switch.
1671
1672         * bufferlist.C (quitWriteBuffer): adjust
1673         (close): adjust
1674
1675         * buffer.C (asciiParagraph): remove some commented code.
1676
1677         * CutAndPaste.C: remove current_view extern variable.
1678         (cutSelection): add BufferParams arg.
1679         (eraseSelection): add BufferParams arg.
1680         (pasteSelection): add Buffer const & arg
1681
1682 2003-06-07  John Levon  <levon@movementarian.org>
1683
1684         * buffer.C:
1685         * paragraph_funcs.C:
1686         * paragraph_pimpl.C:
1687         * text.C:
1688         * text2.C:
1689         * paragraph.h:
1690         * paragraph.C: allow InsetERT to freely space lines,
1691         and some consolidation of code
1692
1693 2003-06-06  José Matos  <jamatos@fep.up.pt>
1694
1695         * buffer.C (makeDocBookFile): fix bug #821
1696
1697 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1698
1699         * BufferView_pimpl.C (dispatch): use Dialogs::visible
1700
1701 2003-06-04  Angus Leeming  <leeming@lyx.org>
1702
1703         * buffer.C: bump format to 224.
1704
1705 2003-06-05  André Pönitz  <poenitz@gmx.net>
1706
1707         * text2.C (redoParagraphs): remove two const_cast<>
1708
1709 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1710
1711         * ParagraphList.h: remove last remnants of NO_STD_LIST
1712
1713 2003-06-03  Angus Leeming  <leeming@lyx.org>
1714
1715         * factory.C (createInset): small change to the way InsetExternal's params
1716         are set.
1717
1718 2003-06-04  André Pönitz  <poenitz@gmx.net>
1719
1720         * buffer.h: use Undo directly instead of shared_ptr<Undo>
1721
1722         * paragraph_pimpl.h:
1723         * paragraph.[Ch]: some Inset -> UpdatableInset changes
1724
1725         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
1726
1727         * undo_funcs.C: make some simple cases of undo work again
1728
1729 2003-06-03  John Levon  <levon@movementarian.org>
1730
1731         * ispell.C: HPUX doesn't have sys/select.h
1732         (from Albert Chin)
1733
1734 2003-06-03  John Levon  <levon@movementarian.org>
1735
1736         * CutAndPaste.C: update tabular and include inset
1737         buffer references
1738
1739         * buffer.h:
1740         * paragraph.h:
1741         * paragraph.C: remove owningBuffer(), don't pass Buffer
1742         to clone()
1743
1744         * factory.C: insetGraphicsParams changed
1745
1746 2003-06-02  John Levon  <levon@movementarian.org>
1747
1748         * LyXAction.C:
1749         * factory.C:
1750         * lfuns.h:
1751         * lyxfunc.C:
1752         * text3.C: remove insetparent
1753
1754 2003-06-02  John Levon  <levon@movementarian.org>
1755
1756         * buffer.h:
1757         * buffer.C: fix inset_iterator.end(), move out of line
1758         (bug 1149)
1759
1760 2003-06-01  John Levon  <levon@movementarian.org>
1761
1762         * text3.C: use a proper cut/paste when doing inset
1763         insert (from Jürgen Spitzmüller)
1764
1765 2003-06-01  John Levon  <levon@movementarian.org>
1766
1767         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
1768
1769 2003-05-30  André Pönitz  <poenitz@gmx.net>
1770
1771         * rowpainter.C: unify second drawing phase
1772
1773 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1774
1775         * trans_mgr.C: remove one case of current_view
1776
1777         * text2.C (cursorBottom): delete NO_STD_LIST stuff
1778
1779         * paragraph_funcs.h: remove paragraph.h include
1780
1781         * paragraph.h: delete NO_STD_LIST stuff
1782
1783         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
1784
1785         * buffer.h: remove paragraph.h include
1786
1787         * ParagraphList.C: delete file
1788
1789         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
1790
1791         * toc.C (getTocList): adjust
1792
1793         * paragraph_pimpl.C (validate): adjust
1794
1795         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
1796
1797         * paragraph.C (Paragraph): adjust
1798         (getPositionOfInset): use const_iterator, adjust
1799         (bibitem): use const_iterator, adjust
1800         (setInsetOwner): adjust
1801
1802         * iterators.C (operator++): adjust
1803
1804         * InsetList.[Ch]: Replace selfmade iterator with standard
1805         vector::iterator also introduce const_iterator. Remove getPos,
1806         getInset and setInset from InsetTable. Adjust accordingly.
1807
1808         * BufferView.C (lockInset): adjust
1809         (ChangeInsets): adjust
1810
1811         * tabular.[Ch]: delete commented same_id functions
1812
1813 2003-05-28  John Levon  <levon@movementarian.org>
1814
1815         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
1816
1817 2003-05-28  André Pönitz  <poenitz@gmx.net>
1818
1819         * metricsinfo.[Ch]: remove 'fullredraw' member
1820
1821 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1822
1823         * lyxtextclass.C (operator): remove caching.
1824
1825 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1826
1827         * text3.C: adjust
1828
1829         * text2.C (cursorBottom): adjust
1830         (setCounter): use ParagraphList::find, adjust
1831
1832         * text.C (workWidth): use ParagraphList::find, adjust
1833
1834         * lyxcursor.C (LyXCursor): adjust
1835
1836         * buffer.C (inset_iterator): adjust
1837
1838         * ParagraphList.h: make iterator(value_type) private, make
1839         ParagraphList a friend of iterator.
1840
1841         * ParagraphList.C (find): new function
1842
1843         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1844
1845 2003-05-27  André Pönitz  <poenitz@gmx.net>
1846
1847         * dimension.[Ch]: a -> asc, d -> des, w -> wid
1848
1849 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1850
1851         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
1852
1853 2003-05-26  John Levon  <levon@movementarian.org>
1854
1855         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
1856
1857 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1858
1859         * remove same_id from function signatures, adjust.
1860
1861 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1862
1863         * undo_funcs.C (createUndo): use the id functions directly, adjust.
1864
1865         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
1866
1867         * paragraph.C (Paragraph): get rid of same_ids parameter
1868
1869         * ParagraphList.C (insert): adjust
1870         (push_back): adjust
1871
1872 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1873
1874         * paragraph_funcs.C (breakParagraph): adjust
1875         (breakParagraphConservative): adjust
1876
1877         * buffer.C (readParagraph): adjust
1878
1879         * ParagraphList.C (insert): take a reference instead of a pointer
1880         (insert): adjust
1881
1882         * paragraph.[Ch] (id): new function
1883
1884         * bufferlist.C (newFile): adjust
1885
1886         * ParagraphList.C (ParagraphList): adjust
1887         (assign): adjust
1888         (push_back): take a reference instead of a pointer.
1889
1890         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
1891
1892         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
1893         instead.
1894
1895         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
1896         set else use old code.
1897
1898         * ParagraphList.C: remove all NO_NEXT code and only compile this
1899         code of NO_STD_LIST is set.
1900
1901 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1902
1903         * BufferView_pimpl.C:
1904         * TextCache.C:
1905         * TextCache.h:
1906         * bufferlist.C:
1907         * errorlist.h:
1908         * format.C:
1909         * format.h:
1910         * graph.C:
1911         * lyxfunc.C:
1912         * lyxrc.C:
1913         * graphics/GraphicsConverter.C:
1914         * graphics/PreviewLoader.C: header adjustment
1915
1916 2003-05-23  Angus Leeming  <leeming@lyx.org>
1917
1918         * LaTeXFeatures.[Ch] (useBabel): new method.
1919         * bufferparams.C (writeLaTeX): use it.
1920
1921 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1922
1923         * ParagraphList.h (set): remove unused function.
1924
1925 2003-05-23  André Pönitz  <poenitz@gmx.net>
1926
1927         * BufferView.C:
1928         * BufferView_pimpl.C:
1929         * buffer.C:
1930         * buffer.h:
1931         * lyxfunc.C:
1932         * undo_funcs.C: setUndo reworked
1933
1934         * iterators.[Ch]: add access to topmost ParagraphList
1935
1936         * lyxtext.[Ch] (workWidth): add a const
1937
1938 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1939
1940         * texrow.[Ch] (increasePos): remove function
1941         * exporter.C (export): removed unused var and outdated comment
1942
1943 2003-05-23  Angus Leeming  <leeming@lyx.org>
1944
1945         * latexrunparams.h: rename fragile as moving_arg.
1946         * paragraph.C (simpleTeXOnePar): ditto.
1947         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
1948
1949 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1950
1951         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
1952         (createUndo): ditto
1953         (textUndoOrRedo): comment out a currently unused var.
1954
1955         * paragraph.h (NO_NEXT): enable NO_NEXT
1956
1957         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
1958
1959         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
1960
1961         * exporter.C (Export): adjust for removeAutoInsets removal.
1962
1963         * buffer.C (runChktex): adjust for removeAutoInsets removal.
1964
1965         * LyXAction.C (init): remove LFUN_REMOVEERRORS
1966
1967         * BufferView.[Ch] (removeAutoInsets): delete function
1968
1969 2003-05-22  Angus Leeming  <leeming@lyx.org>
1970
1971         * latexrunparams.h: add a free_spacing variable.
1972
1973         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
1974         to pass moving_arg, as the data is stored in runparams.fragile.
1975
1976         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
1977         to Inset::latexOptional or to simpleTeXOnePar.
1978
1979         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
1980         free_spacing arg to Inset::latexOptional.
1981
1982         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
1983         free_spacing arg.
1984
1985 2003-05-22  Angus Leeming  <leeming@lyx.org>
1986
1987         * latexrunparams.h: add fragile and use_babel variables.
1988
1989         * bufferparams.[Ch] (writeLaTeX): return use_babel.
1990         * buffer.C (makeLaTeXFile): store this returned value in
1991         runparams.use_babel, thus passing it to the inset::latex methods.
1992
1993         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
1994         simpleTeXSpecialChars as it is now stored in runparams.fragile.
1995
1996         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
1997         longer has a fragile arg, as it is stored in runparams.fragile.
1998
1999         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2000         moving_arg parameter as the data is stored in runparams.fragile.
2001
2002         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2003         a fragile parameter as the data is stored in runparams.fragile.
2004
2005 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2006
2007         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2008
2009 2003-05-22  Angus Leeming  <leeming@lyx.org>
2010
2011         * latexrunparams.h: add a 'bool nice' which defaults to false.
2012
2013         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2014         now encapsulated within runparams.
2015
2016         * bufferlist.C (updateIncludedTeXfiles):
2017         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2018
2019 2003-05-22  Angus Leeming  <leeming@lyx.org>
2020
2021         * latexrunparams.h: new file containing struct LatexRunParams.
2022         * Makefile.am: add new file.
2023
2024         * LaTeX.[Ch] (c-tor, run):
2025         * buffer.[Ch] (makeLaTeXFile):
2026         * bufferlist.[Ch] (updateIncludedTeXfiles):
2027         * converter.C (convert, scanLog):
2028         * converter.[Ch] (runLaTeX):
2029         * exporter.C (Export):
2030         * paragraph.[Ch] (simpleTeXOnePar):
2031         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2032         * paragraph_funcs.[Ch] (latexParagraphs):
2033         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2034         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2035         pass around a LatexRunParams parameter.
2036
2037 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2038
2039         * paragraph.[Ch]: remove unused constructor
2040
2041         * ParagraphList.C (erase): new function, taking two iterators
2042
2043 2003-05-22  André Pönitz  <poenitz@gmx.net>
2044
2045         * undo_funcs.C: remove duplicated code
2046
2047         * iterator.[Ch]: operator=
2048
2049 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2050
2051         * tabular.C (SetMultiColumn): ws changes
2052
2053         * rowpainter.C (paintFirst): get rid of a ->previous
2054
2055         * lyx_cb.C (getPossibleLabel): parlist simplification
2056
2057         * BufferView.C (ChangeInsets): simplify slightly.
2058
2059 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2060
2061         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2062         * lfuns.h: new LFUN_SPACE
2063         * lyxfunc.C: protected space has a new lfun
2064         * paragraph_funcs.C: read new space insets
2065         * text3.C:
2066         * factory.C: handle new space insets
2067
2068 2003-05-22  André Pönitz  <poenitz@gmx.net>
2069
2070         * BufferView.C:
2071         * BufferView_pimpl.C:
2072         * buffer.[Ch]:
2073         * lyxfunc.C:
2074         * undo_funcs.C: return a ParIterator from getParFromID.
2075
2076         * iterators.[Ch]: add two const's
2077
2078 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2079
2080         * toc.C (getTocList): adjust
2081
2082         * iterators.[Ch]: rework for parlist
2083
2084         * buffer.C (par_iterator_begin): adjust
2085         (par_iterator_end): adjust
2086
2087         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2088
2089         * BufferView.C (removeAutoInsets): adjust
2090         (ChangeInsets): adjust
2091
2092 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2093
2094         * text.C (top_y): fix bug 1110
2095
2096 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2097
2098         * errorlist.[Ch]: added
2099         * buffer.C:
2100         * BufferView.[Ch]:
2101         * BufferView_pimpl.C:
2102         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2103         instead
2104
2105 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2106
2107         * Makefile.am: ensure that lyx is relinked upon changes to the
2108         various "convenience" libs.
2109
2110 2003-05-20  Angus Leeming  <leeming@lyx.org>
2111
2112         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2113         files are compiled in alphabetical order again.
2114
2115         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2116
2117 2003-05-19  Angus Leeming  <leeming@lyx.org>
2118
2119         * gettext.[Ch]: remove "char const * _(char const *)".
2120
2121 2003-05-19  André Pönitz  <poenitz@gmx.net>
2122
2123         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2124
2125         * Makefile.am:
2126         * BufferView.C:
2127         * DepTable.h:
2128         * LaTeXFeatures.C:
2129         * buffer.C:
2130         * lyxfont.C:
2131         * lyxlex.h:
2132         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2133
2134 2003-05-19  André Pönitz  <poenitz@gmx.net>
2135
2136         * buffer.C:
2137         * lyxlayout.[Ch]:
2138         * lyxtextclass.[Ch]:
2139         * paragraph.C:
2140         * paragraph_funcs.[Ch]:
2141         * text2.C:
2142         * text3.C: more insetenv work
2143
2144 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2145
2146         * ParagraphParameters.C (params2string): small bug fixed
2147
2148 2003-05-16  André Pönitz  <poenitz@gmx.net>
2149
2150         * debug.C:
2151         * bufferview_funcs.C: patch from Kornel Benko to prevent
2152           crash when _(...) is called twice in a statement
2153
2154 2003-05-16  André Pönitz  <poenitz@gmx.net>
2155
2156         * BufferView.C:
2157         * lyxfunc.C:
2158         * text.C:
2159         * text2.C:
2160         * text3.C:
2161         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2162
2163 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2164
2165         * lyx_main.C (init): remove spurious static_cast
2166
2167 2003-05-14  André Pönitz  <poenitz@gmx.net>
2168
2169         * BufferView.C: fix format string
2170
2171 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2172
2173         * BufferView.[Ch] (insertErrors): removed
2174         * BufferView.[Ch] (showErrorList): added
2175         * buffer.C (runChkTeX):
2176         * converter.C (scanLog): call showErrorList instead of inserterrors
2177
2178 2003-05-13  André Pönitz  <poenitz@gmx.net>
2179
2180         * BufferView_pimpl.C:
2181         * buffer.C:
2182         * bufferview_func.C:
2183         * MenuBackend.C:
2184         * lyxfunc.C:
2185         * lyxrc.C:
2186         * tex-accent.C:
2187         * text3.C:
2188         * toc.C:
2189         * tabular_funcs.h: tostr() from its own header
2190
2191         * ParagraphParameters.C:
2192         * ToolbarBackend.C:
2193         * bufferparams.C:
2194         * format.C:
2195         * lyxlex_pimpl.C:
2196         * text3.C: STRCONV()
2197
2198 2003-05-12  André Pönitz  <poenitz@gmx.net>
2199
2200         * BufferView.C:
2201         * BufferView_pimpl.C:
2202         * CutAndPaste.C:
2203         * LaTeX.C:
2204         * LaTeXFeatures.C:
2205         * ParagraphParameters.C:
2206         * buffer.C:
2207         * bufferlist.C:
2208         * bufferparams.C:
2209         * bufferview_funcs.C:
2210         * converter.C:
2211         * counters.C:
2212         * debug.C:
2213         * exporter.C:
2214         * format.C:
2215         * importer.C:
2216         * lyx_cb.C:
2217         * lyx_main.C:
2218         * lyxfont.C:
2219         * lyxfunc.C:
2220         * lyxvc.C:
2221         * paragraph.C:
2222         * paragraph_funcs.C:
2223         * tabular.C:
2224         * tabular_funcs.C:
2225         * text2.C:
2226         * text3.C:  boost::format -> bformat  all over the place
2227
2228
2229 2003-05-09  André Pönitz  <poenitz@gmx.net>
2230
2231         * LColor.[Ch]: Pimpl the #include <map> away
2232
2233 2003-05-09  John Levon  <levon@movementarian.org>
2234
2235         * bufferlist.C: never remove emergency saves
2236
2237 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2238
2239         * Makefile.am: better lib building
2240
2241 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2242
2243         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2244         instead.
2245         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2246         (simpleTeXSpecialChars): adjust
2247         (simpleTeXSpecialChars): adjust
2248         * paragraph.C (simpleTeXOnePar): adjust
2249         * buffer.C (makeLaTeXFile): adjust
2250
2251         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2252
2253         * text2.C (changeDepth): parlist cleanup
2254         (getColumnNearX): ditto
2255
2256         * rowpainter.C (getLabelFont): parlist cleanup
2257
2258         * bufferlist.C (newFile): parlist cleanup
2259
2260         * CutAndPaste.C (eraseSelection): parlist cleanup
2261
2262         * BufferView_pimpl.C (trackChanges): parlist cleanup
2263         (dispatch): ditto
2264
2265         * BufferView.C (lockInset): parlist cleanup.
2266         (ChangeInsets): ditto
2267
2268 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2269
2270         * CutAndPaste.h: Update file header.
2271
2272         * CutAndPaste.C: Update file header.
2273         Store the parts cut out of the Document in a limited_stack.
2274         (copySelection): adjust
2275         (pasteSelection): new function, takes the index in the limited stack.
2276         (nrOfParagraphs): adjust
2277         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2278         simplify error inset insertion.
2279         (checkPastePossible): adjust
2280
2281 2003-05-06  John Levon  <levon@movementarian.org>
2282
2283         * text2.C: don't cast wrap inset to float
2284
2285 2003-05-05  André Pönitz  <poenitz@gmx.net>
2286
2287         * iterator.C:
2288         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2289
2290         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2291           few naked Paragraph *.
2292
2293 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2294
2295         * bufferparams.C: Output warning if a document with missing
2296         TeX document class is loaded
2297         * exporter.C: Disable TeX exports if the document class is missing
2298         * lyxtextclass.C:
2299         * lyxtextclass.h:
2300         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2301         isTeXClassAvailable()
2302
2303 2003-05-03  John Levon  <levon@movementarian.org>
2304
2305         * BufferView.h:
2306         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2307         explicit cursor show/hide
2308
2309         * BufferView_pimpl.h:
2310         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2311         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2312
2313         * lyxfunc.C: hide cursor before dispatching.
2314
2315         * lyx_cb.C:
2316         * lyxfind.C:
2317         * text.C:
2318         * text3.C: remove explicit cursor hides
2319
2320 2003-05-02  André Pönitz  <poenitz@gmx.net>
2321
2322         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2323
2324         * undo_funcs.C:
2325         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2326           linked lists
2327
2328         * text2.C: tiny whitespace
2329
2330 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2331
2332         * undo_funcs.C: almost only ws changes.
2333
2334         * ParagraphList.C (splice): just return if pl is empty.
2335
2336 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2337
2338         * ParagraphList.C (splice): new function.
2339
2340         * CutAndPaste.C (pasteSelection): use it
2341
2342 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2343
2344         * CutAndPaste.C (pasteSelection): remove the last next and
2345         previous from this file.
2346
2347 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2348
2349         * CutAndPaste.C (pasteSelection): more clean up, user proper
2350         ParagraphList functions for pasteing.
2351
2352         * ParagraphList.C (insert): new function, three arg insert
2353
2354 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2355
2356         * ParagraphList.C (insert): new function, three arg insert
2357
2358         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2359         not on paragraphs.
2360
2361 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2362
2363         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2364
2365 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2366
2367         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2368
2369 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2370
2371         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2372         (copySelection): clean up a bit.
2373         (pasteSelection): use make_pair
2374
2375         * ParagraphList.C (ParagraphList): implement copy constructor
2376         (operator=): implement, base on copy constructor.
2377         (assign): new func
2378
2379         * paragraph.C (erase): return a bool
2380
2381         * paragraph_pimpl.C (erasePos): remove function, move contents...
2382         (erase): ... here. Return a bool.
2383         (erase): call erase instead of erasePos.
2384
2385 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2386
2387         * ParagraphList.h: define PitPosPair
2388         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2389         ParagraphList, fix a bug on pasting multiple pars
2390         * text2.C: change interface to C&P
2391
2392 2003-04-30  André Pönitz  <poenitz@gmx.net>
2393
2394         * undo_func.C: revert part of yesterday's patch 2
2395
2396 2003-04-30  John Levon  <levon@movementarian.org>
2397
2398         * LColor.C: s/tabular/table/
2399
2400 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2401
2402         * text3.C (dispatch): do not convert iterator -> pointer
2403         * undo_funcs.C (setCursorParUndo): ditto
2404         * text_funcs.C (transposeChars): ditto
2405
2406         * text2.C (setLayout): ws changes only
2407
2408         * text.C (breakParagraph): do not convert iterator -> pointer
2409         (insertChar): ditto
2410         (acceptChange): ditto
2411         (rejectChange): ditto
2412         (changeCase): ditto
2413         (Delete): ditto
2414         (backspace): ditto
2415
2416         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2417         pointer
2418
2419 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2420
2421         * text3.C (gotoInset): YABG (yet another bad getChar)
2422
2423 2003-04-29  André Pönitz  <poenitz@gmx.net>
2424
2425         * paragraph.h: make operator= private unimplemented as long as
2426           it is unusable
2427
2428         * ParagraphList.C: whitespace
2429
2430         * paragraph.[Ch]:
2431         * paragraph_pimpl.[Ch]:
2432         * paragraph_funcs.C:
2433         * CutAndPaste.C:
2434         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2435
2436         * text2.C:
2437           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2438
2439 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2440
2441         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2442         * paragraph.[Ch] (erase):
2443         * paragraph_pimpl.[Ch] (erase): change return type and value
2444         * text2.C (cutSelection): some rework
2445
2446 2003-04-28  John Levon  <levon@movementarian.org>
2447
2448         * bufferlist.C: changes for unsaved changes dialog
2449
2450 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2451
2452         * bufferlist.C (newFile): set language (messages_) for new
2453         documents also.
2454
2455         * buffer.C (readFile): ws changes only.
2456
2457 2003-04-28  André Pönitz  <poenitz@gmx.net>
2458
2459         * undo_funcs.C:
2460         * lyxfunc.C:
2461         * buffer.[Ch]:
2462         * BufferView_pimpl.C:
2463         * BufferView.C: getParFromID related ParagraphList::iterator changes
2464
2465 2003-04-28  André Pönitz  <poenitz@gmx.net>
2466
2467         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2468           Changes
2469
2470 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2471
2472         * messages.C: remove one more localedir class variable.
2473
2474 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2475
2476         * messages.C (getLocaleDir): singleton generation function
2477         (Pimpl): use it.
2478         (Messages): add a default constructor.
2479
2480         * main.C (main): do not setup localedir here, do not call
2481         gettext_init.
2482
2483         * gettext.C (_): use it.
2484         (gettext_init): delete funciton
2485
2486 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2487
2488         * gettext.C (getLyXMessages): new singleton generating function.
2489
2490         * buffer.C (updateDocLang): adjust
2491
2492         * Makefile.am (messages.o): add target
2493         (main.o): remove target
2494
2495 2003-04-27  John Levon  <levon@movementarian.org>
2496
2497         * bufferlist.C:
2498         * lyx_cb.C:
2499         * lyxfunc.C:
2500         * lyxvc.C: specify cancel button in Alert::prompt
2501
2502 2003-04-26  John Levon  <levon@movementarian.org>
2503
2504         * text3.C:
2505         * lyxfunc.C:
2506         * lfuns.h:
2507         * LyXAction.C: add LFUN_INSET_SETTINGS
2508
2509         * lyxfunc.C: don't enable tabular-feature when there's
2510         just any locking inset
2511
2512 2003-04-26  John Levon  <levon@movementarian.org>
2513
2514         * bufferlist.C: re-add Cancel to buffer close question
2515
2516         * lyxfunc.C: fix import UI a bit
2517
2518 2003-04-25  John Levon  <levon@movementarian.org>
2519
2520         * gettext.C: remove the broken asserts for now
2521
2522 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2523
2524         * messages.C: make case where setlocale cannot comply work better.
2525
2526         * buffer.C (updateDocLang): new function
2527         (changeLanguage): use it
2528         (readFile): use it
2529
2530         * text2.C (setCounter): use B_ a bit.
2531
2532         * lyxlayout.C (Read): be sure to trim the label strings.
2533
2534         * messages.C (Messages): fix typo in comment
2535
2536         * buffer.C (readFile): set message_ after file is loaded.
2537         (makeDocBookFile): remove double return
2538         (changeLanguage): reset message_ upon language change.
2539         (B_): new func, use this to get translated buffer strings.
2540
2541         * main.C: add myself and Jean Marc as authors.
2542
2543 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2544
2545         * messages.[hC]: pimplify Messages, and three different pimpls to be
2546         used in different circumstances.
2547
2548         * gettext.[Ch]: change for use with new message code.
2549
2550 2003-04-24 André Pönitz <poenitz@gmx.net>
2551
2552         * factory.C: support for eqref
2553
2554 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2555
2556         * messages.[Ch]: add missing char
2557
2558         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2559
2560         * messages.[Ch]: New files
2561
2562 2003-04-18  John Levon  <levon@movementarian.org>
2563
2564         * BufferView.h:
2565         * BufferView.C:
2566         * BufferView_pimpl.C:
2567         * lfuns.h:
2568         * LyXAction.C:
2569         * lyxtext.h:
2570         * text2.C: remove layout-copy/paste (bug 778)
2571
2572 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2573
2574         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2575
2576 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2577
2578         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2579         if they succeed. Act accordingly.
2580
2581 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2582
2583         * text2.C (setCharFont): adjust
2584         (setCounter): adjust
2585         (insertStringAsLines): adjust
2586
2587         * text.C (leftMargin): adjust
2588         (setHeightOfRow): adjust
2589
2590         * rowpainter.C (paintFirst): adjust
2591         (paintLast): adjust
2592
2593         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2594         (outerHook): ditto
2595         (isFirstInSequence): ditto
2596         (getEndLabel): ditto
2597         (outerFont): adjust
2598
2599         * paragraph.C (getParLanguage): comment out some hard stuff.
2600
2601         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2602         (sgmlError): ditto
2603         (simpleDocBookOnePar): ditto
2604         (makeDocBookFile): use ParagraphList::iterator
2605
2606         * CutAndPaste.C (pasteSelection): adjust
2607
2608 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2609
2610         * text2.C (getFont): adjust
2611         (getLayoutFont): adjust
2612         (getLabelFont): adjust
2613
2614         * paragraph_funcs.C (TeXOnePar): adjust
2615
2616         * buffer.C (simpleLinuxDocOnePar): adjust
2617         (simpleDocBookOnePar): adjust
2618
2619         * CutAndPaste.C (pasteSelection): adjust
2620
2621         * BufferView.C (getEncoding): adjust
2622
2623         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2624
2625 2003-04-16  John Levon  <levon@movementarian.org>
2626
2627         * lyxfind.C: use parlist stuff for search/changes
2628
2629 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2630
2631         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2632
2633         * text2.C (deleteEmptyParagraphMechanism): adjust
2634
2635         * text2.[Ch] (ownerParagraph): delete func (both of them
2636
2637 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2638
2639         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2640
2641 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2642
2643         * ParagraphList.C: prepare for NO_NEXT
2644
2645 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2646
2647         * text2.C (getFont): adjust
2648         (getLayoutFont): adjust
2649         (getLabelFont): adjust
2650
2651         * paragraph.C (getFont): adjust
2652         (getLabelFont): adjust
2653         (getLayoutFont): adjust
2654
2655         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2656
2657 2003-04-15  John Levon  <levon@movementarian.org>
2658
2659         From Angus Leeming
2660
2661         * lyx_main.C: handle Include in .ui files
2662
2663 2003-04-15  John Levon  <levon@movementarian.org>
2664
2665         * MenuBackend.C: make the doc files length shorter
2666
2667         * ToolbarBackend.h:
2668         * ToolbarBackend.C: handle toolbar placement flags,
2669         Minibuffer
2670
2671 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2672
2673         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
2674         adjust
2675
2676         * paragraph_funcs.C (TeXOnePar): adjust
2677
2678         * paragraph.C (getLabelFont): add outerfont arg, adjust
2679         (getLayoutFont): ditto
2680         (simpleTeXOnePar): adjust
2681
2682         * paragraph_pimpl.C (realizeFont): delete func
2683
2684 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
2685
2686         * text2.C (beforeFullRowInset): added a bad getchar check, removed
2687         row argument, constify cur argument.
2688
2689 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2690
2691         * text2.C (getFont): adjust
2692         (getLayoutFont): adjust
2693         (getLabelFont): adjust
2694
2695         * paragraph_funcs.C (TeXOnePar): adjust
2696         (outerFont): new func...
2697         (realizeFont): ...moved out from here, changed this to facilitate
2698         transition
2699
2700         * paragraph.C (getFont): take outerfont as arg, adjust
2701         (simpleTeXOnePar): add outerfont arg, adjust
2702
2703         * buffer.C (simpleLinuxDocOnePar): adjust
2704         (simpleDocBookOnePar): adjust
2705
2706         * CutAndPaste.C (pasteSelection): adjust
2707
2708         * BufferView.C (getEncoding): adjust
2709
2710 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2711
2712         * text2.C (setCharFont): adjust
2713         (setCounter): adjust
2714
2715         * text.C (leftMargin): adjust
2716         (setHeightOfRow): adjust
2717
2718         * rowpainter.C (paintFirst): adjust
2719         (paintLast): adjust
2720
2721         * paragraph_pimpl.C (realizeFont): adjust
2722
2723         * paragraph.C (isFirstInSequence): move from here...
2724         * paragraph_funcs.C (isFirstInSequence): ...to here
2725
2726         * paragraph.C (outerHook): move from here...
2727         * paragraph_funcs.C (outerHook): ...to here
2728
2729         * paragraph.C (depthHook): move from here...
2730         * paragraph_funcs.C (depthHook): ...to here
2731
2732         * paragraph.C (getEndLabel): move from here...
2733         * paragraph_funcs.C (getEndLabel): ...to here
2734
2735         * text2.C (realizeFont): move from here...
2736         * paragraph_funcs.C (realizeFont): ...to here
2737
2738 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2739
2740         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
2741
2742 2003-04-14  Angus Leeming  <leeming@lyx.org>
2743
2744         * LColor.[Ch]: scrap LColor mathcursor.
2745
2746 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2747
2748         * lyxlex.[Ch] (text): delete function
2749         * trans.C (Load): adjust
2750         * paragraph_funcs.C (readParToken): adjust
2751
2752 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2753
2754         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
2755         vector<char> instead of a char[].
2756
2757         * lyxlex_pimpl.C (getString): adjust
2758         (next): adjust
2759         (lex): use getString
2760         (eatLine): adjust
2761         (nextToken): adjust
2762
2763         * lyxlex.C (text): use pimpl_->getString()
2764         (getBool): ditto
2765         (findToken): ditto
2766
2767 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2768
2769         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
2770         (makeFontEntriesLayoutSpecific): temp var for par.size()
2771         (setLayout): temp var for ownerParagraphs().end()
2772         (fullRebreak): temp var for rows().end()
2773         (selectionAsString): temp var for boost::next(startpit), realize
2774         that the while really is a regular for loop.
2775         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
2776         setCursor in one place.
2777         (setParagraph): temp vr for ownerParagraphs().end()
2778         (updateCounters): make the while loop a for loop
2779         (cutSelection): temp var for ownerParagraphs().end()
2780         (updateInset): make the do {} while() a regular for loop
2781         (getCursorX): use temp vars
2782         (setCurrentFont): use temp vars
2783         (getColumnNearX): use temp vars
2784
2785 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2786
2787         * text.C (transformChar): use temp var for getChar
2788         (computeBidiTables): use temp var for row->par()
2789         (fill): move temp vars for row->par() and pit->layout() earlier in
2790         the function.
2791         (labelFill): use temp var for row->par()
2792         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
2793         asc and desc, realize that pit never changes and that firstpit is
2794         just a duplicate and not needed. Exchange rit->par() with pit in a
2795         lot of places.
2796         (breakAgain): use a temp var for boost::next(rit)
2797         (breakAgainOneRow): ditto
2798         (breakParagraph): use a temp var for rows().begin()
2799         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
2800         (cursorRightOneWord): use temp var for cursor.par() and
2801         cursor.pos(), remove usage of tmpcursor.
2802         (cursorLeftOneWord): use temp var for cursor.par() and
2803         cursor.pos() only set cur at end of function.
2804
2805 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2806
2807         * text.C, text2.C: exchange all usage of Paragraph::next with
2808         boost::next(ParagraphList::iterator)
2809
2810         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
2811
2812         * text2.C (cursorTop): simplify implementation
2813         (cursorBottom): ditto
2814         (setParagraph): use ParagraphList::iterator
2815         (setCurrentFont): adjust
2816         (getColumnNearX): adjust
2817         (cursorRight): adjust
2818         (cursorLeft): remove usage of Paragraph::previous
2819         (cursorUpParagraph): ditto
2820         (deleteEmptyParagraphMechanism): slight cleanup
2821
2822         * text.C (isBoundary): take a Paragraph const & instead of a
2823         pointer as arg.
2824         (addressBreakPoint): ditto
2825         (leftMargin): remove usage of Paragraph::previous.
2826         (setHeightOfRow): ditto
2827         (cursorLeftOneWord): ditto
2828         (selectNextWordToSpellcheck): ditto
2829         (Delete): ditto
2830         (backspace): ditto
2831         (breakParagraph): remove one usage of Paragraph::next
2832         (redoParagraph): ditto
2833         (acceptChange): ditto
2834         (insertChar): adjust
2835         (rowBreakPoint): adjust
2836
2837         * bufferview_funcs.C (toggleAndShow): adjust
2838
2839 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
2840
2841         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
2842         methods to access it.
2843         * lyxtext.h:
2844         * text.C: Added updateRowPositions to compute all row positions.
2845         Make top_y and getRowNearY() to use the cached y position
2846
2847 2003-04-11  John Levon  <levon@movementarian.org>
2848
2849         * text.C (rowBreakPoint): reintroduce the labelEnd
2850         checks, code copied from the row fill stuff. Deep voodoo.
2851
2852         * text.C (fill): add a comment and debugging for the
2853         next poor soul.
2854
2855 2003-04-11  John Levon  <levon@movementarian.org>
2856
2857         * text.C: make sure fullrow insets get wrapped to the next line,
2858         even when they're in a manual label
2859
2860 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
2861
2862         * text2.C (insertParagraph): make it take ParagraphList::iterator
2863         as arg.
2864         (setLayout): make it return ParagraphList::iterator
2865         (redoParagraphs): ditto
2866         (setCounter): ditto
2867         (checkParagraph): ditto
2868
2869         * text.C (getRow): make getrow take ParagraphList::iterator as arg
2870
2871         * text2.C: adjust several funcs.
2872         (realizeFont): take a ParagraphList::iterator as arg.
2873         (getLayoutFont): ditto
2874         (getLabelFont): ditto
2875         (setCharFont): ditto
2876
2877         * text.C: adjust several funcs.
2878
2879 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2880
2881         * text.C (selectNextWordToSpellcheck): don't accidentally
2882         skip insets
2883
2884 2003-04-10  John Levon  <levon@movementarian.org>
2885
2886         * ToolbarBackend.C (getIcon): special handling for
2887         LFUN_MATH_DELIM
2888
2889 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2890
2891         * text2.C (cursorRight): a getChar assert fixed
2892
2893 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2894
2895         * text2.C (getFont): change to take a ParagraphList::iterator
2896         instead of Paragraph*
2897         Adjust several functions.
2898
2899         * text.C (transformChar): change to take a ParagraphList::iterator
2900         instead of Paragraph*
2901         (singleWidth): ditto
2902         Adjust several functions.
2903
2904         * rowpainter.C: adjust several functions
2905         * rowpainter.h:store a ParagraphList::iterator and not a
2906         Paragraph&.
2907
2908
2909 2003-04-09  John Levon  <levon@movementarian.org>
2910
2911         * lyxfunc.C:
2912         * lfuns.h:
2913         * LyXAction.h:
2914         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
2915         and the "help" bits as well
2916
2917 2003-04-09  John Levon  <levon@movementarian.org>
2918
2919         * ToolbarBackend.h:
2920         * ToolbarBackend.C: allow multiple toolbars
2921
2922 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2923
2924         * undo_funcs.C (setCursorParUndo): adjust
2925
2926         * text_funcs.C (transposeChars): adjust
2927
2928         * text3.C (gotoNextInset): adjust
2929         (dispatch): adjust
2930
2931         * text2.C (setLayout): adjust
2932         (changeDepth): adjust
2933         (setFont): adjust
2934         (redoParagraphs): adjust
2935         (selectionAsString): adjust
2936         (setParagraph): adjust
2937         (insertInset): adjust
2938         (cutSelection): adjust
2939         (copySelection): adjust
2940         (pasteSelection): adjust
2941         (insertStringAsLines): adjust
2942         (updateInset): adjust
2943         (setCursor): change to take a ParagraphList::iterator parameter
2944         (setCursorIntern): change to take a ParagraphList::iterator parameter
2945         (setCurrentFont): adjust
2946         (cursorLeft): adjust
2947         (cursorRight): adjust
2948         (deleteEmptyParagraphMechanism): adjust
2949
2950         * text.C (breakParagraph): adjust
2951         (insertChar): adjust
2952         (acceptChange): adjust
2953         (rejectChange): adjust
2954         (selectNextWordToSpellcheck): adjust
2955         (changeCase): adjust
2956         (Delete): adjust
2957         (backspace): adjust
2958
2959         * lyxfind.C (SearchForward): adjust
2960         (SearchBackward): adjust
2961         (nextChange): adjust
2962
2963         * lyxcursor.C (par): adjust
2964
2965         * lyxcursor.h: store a ParagraphList::iterator instead of a
2966         Paragraph*
2967
2968         * lyx_cb.C (getPossibleLabel): adjust
2969
2970         * bufferview_funcs.C (toggleAndShow): adjust
2971
2972         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2973         (dispatch): adjust
2974
2975         * BufferView.C (removeAutoInsets): adjust
2976         (lockedInsetStoreUndo): adjust
2977
2978 2003-04-09  John Levon  <levon@movementarian.org>
2979
2980         * ToolbarBackend.C: try icon without argument
2981         if with argument fails
2982
2983 2003-04-08  John Levon  <levon@movementarian.org>
2984
2985         * ToolbarBackend.h:
2986         * ToolbarBackend.C: add getIcon(), handle tooltip,
2987         and change from "Icon" to "Item".
2988
2989 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2990
2991         * BufferView.C (lockInset): another bad getchar crunched
2992
2993 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2994
2995         * text2.C (changeDepth): do not setUndo on test_only (make undo work
2996         again)
2997
2998 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
2999
3000         * lyxfind.C (searchForward, searchBackwards): bug 782
3001
3002 2003-04-07  John Levon  <levon@movementarian.org>
3003
3004         * paragraph.C: remove dead comment
3005
3006         * text.C: remove troublesome depth-fiddling code
3007         in leftMargin() and rightMargin() (bug 1017)
3008
3009         * text.C: fix breaking of rows in nested lists
3010         (bug 1004)
3011
3012         * text2.C (updateCounters): fix up depth values
3013         (bug 1013)
3014
3015 2003-04-07  John Levon  <levon@movementarian.org>
3016
3017         * BufferView_pimpl.C: clear message when doc finishes resizing,
3018         and after a mouse event
3019
3020         * lyxfunc.C: clear message after exiting inset
3021
3022 2003-04-07  John Levon  <levon@movementarian.org>
3023
3024         * bufferview_funcs.C: show math status not outside
3025         status in the statusbar
3026
3027 2003-04-07  John Levon  <levon@movementarian.org>
3028
3029         * lyxfunc.C: note status changed after a depth change
3030
3031 2003-04-04  Angus Leeming  <leeming@lyx.org>
3032
3033         * LaTeX.h: move AuxInfo operator==, != out of line.
3034         Remove LaTeX virtual destructor; nothing derives from it.
3035         Move operator()() out of public area and rename it startscript().
3036         Change protected for private.
3037
3038 2003-04-04  Angus Leeming  <leeming@lyx.org>
3039
3040         * lyxfunc.C:
3041         * text2.C: remove unneeded #includes.
3042
3043 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3044
3045         * text2.C (dEPM): fix the heigth of the next row
3046
3047 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3048
3049         * text.C: squashed an invalid getChar requester + some ws changes
3050
3051 2003-04-03  John Levon  <levon@movementarian.org>
3052
3053         * bufferview_funcs.h:
3054         * bufferview_funcs.C:
3055         * lyxfunc.C:
3056         * lyxtext.h:
3057         * text2.C: make getStatus work for the env depth lfuns
3058
3059 2003-04-03  John Levon  <levon@movementarian.org>
3060
3061         * bufferview_funcs.h:
3062         * bufferview_funcs.C:
3063         * lyxfunc.C:
3064         * lyxtext.h:
3065         * text2.C: parlistize decDepth(), by merging it with incDepth()
3066
3067 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3068
3069         * lyxrow.h: store a ParagraphList::iterator instead of a
3070         Paragraph* and adjust other class functions to suit.
3071
3072         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3073         above.
3074
3075 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3076
3077         * text2.C (setCursor): do not anchor to cursor row for the time being
3078
3079 2003-04-02  John Levon  <levon@movementarian.org>
3080
3081         * LyXAction.C:
3082         * lfuns.h:
3083         * lyx_main.C:
3084         * lyxtext.h:
3085         * text.C:
3086         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3087
3088 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3089
3090         * paragraph.h: make ParagraphList and ParagraphList::iterator
3091         friends of Paragraph.
3092
3093         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3094
3095         * ParagraphList.C: Use the private next_ and previous_ from
3096         Paragraph.
3097
3098 2003-04-01  John Levon  <levon@movementarian.org>
3099
3100         * ToolbarBackend.h:
3101         * ToolbarBackend.C:
3102         * Makefile.am: rename, remove defaults gunk
3103
3104         * MenuBackend.h:
3105         * MenuBackend.C: remove defaults gunk
3106
3107         * Languages.h:
3108         * Languages.C: remove defaults gunk
3109
3110         * lyx_main.h:
3111         * lyx_main.C: error out if files couldn't be found.
3112
3113 2003-04-02  John Levon  <levon@movementarian.org>
3114
3115         * text2.C: make incDepth() use parlist
3116
3117 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3118
3119         * undo_funcs.C (firstUndoParagraph): adjust
3120
3121         * text3.C (gotoInset): adjust
3122         (dispatch): adjust, and rewrite loop.
3123
3124         * text2.C (init): adjust, and rewrite loop.
3125         (redoParagraphs): adjust
3126         (updateInset): adjust, and rewrite loop.
3127         (deleteEmptyParagraphMechanism): adjust
3128
3129         * tabular.C (LyXTabular): adjust
3130         (SetMultiColumn): adjust
3131         (TeXRow): adjust
3132
3133         * lyxtext.[Ch] (ownerParagraph): delete function
3134         (ownerParagraphs): new function returns a ParagraphList.
3135
3136         * BufferView.C (removeAutoInsets): adjust
3137         (insertErrors): adjust
3138         (setCursorFromRow): adjust
3139
3140 2003-04-01  Angus Leeming  <leeming@lyx.org>
3141
3142         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3143         in the frontends.
3144
3145 2003-04-02  John Levon  <levon@movementarian.org>
3146
3147         * lyxtext.h:
3148         * text.C:
3149         * Makefile.am:
3150         * text_funcs.h:
3151         * text_funcs.C: make transposeChars a free function
3152
3153         * lyxrow_funcs.C: remove wrong comment
3154
3155 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3156
3157         * lyxtext.h: adjust
3158         * rowpainter.C: adjust
3159         * text.C: adjust
3160         * text2.C: adjust
3161         * text3.C: adjust
3162
3163         * lyxrow_funcs. [Ch]: new files
3164
3165         * lyxrow.[Ch]: remove next and previous pointers
3166         (next,previous): remove accessor functions
3167         (isParEnd): move to lyxrow_funcs
3168         (lastPos): move to lyxrow_funcs
3169         (nextRowIsAllInset): move to lyxrow_funcs
3170         (lastPrintablePos): move to lyxrow_funcs
3171         (numberOfSeparators): move to lyxrow_funcs
3172         (numberOfHfills): move to lyxrow_funcs
3173         (numberOfLabelHfills): move to lyxrow_funcs
3174         (hfillExpansion): move to lyxrow_funcs
3175
3176         * lyxfunc.C: adjust
3177
3178         * bufferview_funcs.C (toggleAndShow): adjust
3179
3180         * RowList.h: Remove class RowList from file leave just a
3181         std::list<Row>.
3182
3183         * RowList.C: delete file
3184
3185         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3186         and lyxrow_funcs.h
3187
3188 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3189
3190         * text3.C (cursorPrevious): adjust
3191         (cursorNext): adjust
3192         (dispatch): adjust
3193
3194         * text2.C (redoHeightOfParagraph): adjust
3195         (redoDrawingOfParagraph): adjust
3196         (setCursor): adjust
3197
3198         * text.C (breakParagraph): adjust
3199         (insertChar): adjust
3200         (backspace): adjust
3201
3202         * rowpainter.C (RowPainter): adjust
3203         (leftMargin): simplify and adjust
3204         (most rowpainter functions): adjust.
3205
3206         * rowpainter.h: store the row as RowList::iterator not as Row*
3207
3208         * lyxcursor.C (row): taka RowList::iterator as arg
3209         (irow): ditto
3210
3211         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3212         of Row*.
3213
3214 2003-04-01  Angus Leeming  <leeming@lyx.org>
3215
3216         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3217         stuff like bool Bool.
3218
3219 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3220
3221         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3222         rewrite a loop
3223
3224 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3225
3226         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3227         RowList::iterator.
3228
3229         * lyxtext.h (rows): drop one version and leve a const variant that
3230         returns a RowList::iterator.
3231
3232 2003-03-31  Angus Leeming  <leeming@lyx.org>
3233
3234         * text.C (fill): ensure that the signature is the same as that in the
3235         header file.
3236
3237 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3238
3239         * text2.C (redoParagraphs): adjust
3240         (updateCounters): adjust
3241         (checkParagraph): adjust
3242         (getColumnNearX): adjust and reformat a bit.
3243
3244         * text.C (top_y): adjust
3245         (workWidth): adjust
3246         (leftMargin): adjust
3247         (prepareToPrint): adjust
3248         (getRow): adjust
3249         (getRowNearY): adjust
3250
3251         * lyxtext.h: make rowlist_ mutable.
3252
3253         * RowList.h: add const_iterator
3254         * RowList.C: adjust for RowList::const_iterator.
3255
3256         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3257         adjust.
3258
3259 2003-03-31  John Levon  <levon@movementarian.org>
3260
3261         * lyxrc.h:
3262         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3263
3264         * lyx_main.C: set default fonts from using lyx_gui funcs
3265
3266         * exporter.C: pdf_mode moved from lyxrc
3267
3268         * lyx_cb.C:
3269         * lyxfunc.C: changes from above
3270
3271 2003-03-31  John Levon  <levon@movementarian.org>
3272
3273         * lyx_main.C: fix to the last fix
3274
3275 2003-03-31  John Levon  <levon@movementarian.org>
3276
3277         * bufferlist.C: "Load original" -> "Load Original"
3278
3279         * converter.C:
3280         * exporter.C:
3281         * importer.C:
3282         * lyx_main.C:
3283         * format.C: more Alert cleanups
3284
3285 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3286
3287         * text2.C (removeParagraph): make it take a RowList::iterator as
3288         arg, adjust.
3289         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3290         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3291
3292         * text.C (anchor_row): make it take a RowList::iterator as arg,
3293         adjust.
3294         (computeBidiTables): make it take a const reference to Row instead
3295         of Row pointer, adjust.
3296         (leftMargin): make it take a RowList::iterator as arg, adjust.
3297         (rowBreakPoint): adjust
3298         (breakAgainOneRow): make it take a RowList::iterator as arg,
3299         adjust.
3300         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3301
3302         * bufferview_funcs.C (toggleAndShow): adjust
3303
3304 2003-03-30  John Levon  <levon@movementarian.org>
3305
3306         * Makefile.am:
3307         * BoostFormat.h:
3308         * boost-inst.C: moved to support
3309
3310         * several files: changes as a result
3311
3312 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3313
3314         * text2.C (LyXText): adjust.
3315         (init): adjust
3316         (removeRow): make it take a RowList::iterator as arg, adjust.
3317         (fullRebreak): adjust
3318         (deleteEmptyParagraphMechanism): adjust
3319         (clearPaint): adjust
3320         (postPaint): adjust
3321
3322         * text.C (top_y): adjust
3323         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3324         (breakAgain): make it take a RowList::iterator as arg, adjust.
3325         (breakParagraph): adjust
3326         (insertChar): adjust
3327         (backspace): adjust
3328
3329         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3330         need_break_row, and refresh_row.
3331
3332         * text3.C (dispatch): adjust
3333
3334         * text2.C (checkParagraph): adjust
3335         (setCursor): adjust
3336         (setCursorFromCoordinates): adjust
3337
3338         * text.C (top_y): adjust
3339         (workWidth): adjust
3340         (getRow): make it return a RowList::iterator, adjust
3341         (getRowNearY): make it return a RowList::iterator, adjust
3342
3343         * text2.C (init): adjust
3344         (insertRow): remove function
3345         (insertParagraph): adjust
3346         (redoParagraphs): adjust
3347         (fullRebreak): adjust
3348         (updateCounters): adjust
3349
3350         * text.C (top_y): rewrite to use RowList iterators.
3351         (top_y): adjust
3352         (setHeightOfRow): rewrite to sue RowList iterators.
3353         (appendParagraph): adjust
3354         (breakAgain): adjust
3355         (breakAgainOneRow): adjust
3356         (breakParagraph): adjust
3357         (getRow): adjust
3358         (getRowNearY): adjust, and remove commented code.
3359
3360         * lyxtext.h (firstRow): delete function
3361         (lastRow): delete function
3362         (rows): new function (const and non-const versions.)
3363         (insertRow): delete function
3364
3365         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3366
3367 2003-03-29  John Levon  <levon@movementarian.org>
3368
3369         * BufferView_pimpl.C: always update scrollbar top
3370         because pasting text when we're anchored could mean we
3371         miss an update altogether
3372
3373 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3374
3375         * text2.C (init): use rowlist_.end() and not 0.
3376         (insertRow): change to take a RowList::iterator as arg, adjust
3377         for this.
3378         (insertParagraph): change to take a RowList::iterator as arg,
3379         adjust for this.
3380         (redoParagraphs): remove some debug msgs.
3381
3382         * text.C (appendParagraph): change to take a RowList::iterator
3383         arg, adjust for this.
3384         (breakAgain): add an assert
3385         (breakAgainOneRow): ditto
3386
3387 2003-03-29  John Levon  <levon@movementarian.org>
3388
3389         * text2.C: do not clear selection after inc/decDepth
3390         (bug 550)
3391
3392 2003-03-29  John Levon  <levon@movementarian.org>
3393
3394         * BufferView.C:
3395         * buffer.C: fix broken strerrors according to Lars
3396
3397 2003-03-29  John Levon  <levon@movementarian.org>
3398
3399         * converters.C: more Alert cleanups
3400
3401 2003-03-29  John Levon  <levon@movementarian.org>
3402
3403         * bufferview_funcs.C: remove pointless Alert
3404
3405         * buffer.C: fix confusing error message when
3406         a template is chmoded 000
3407
3408 2003-03-29  John Levon  <levon@movementarian.org>
3409
3410         * BufferView.C:
3411         * BufferView.h:
3412         * BufferView_pimpl.C: Alert fixes
3413
3414         * Makefile.am:
3415         * tabular.C:
3416         * tabular-old.C: remove unused table compat reading
3417
3418 2003-03-29  John Levon  <levon@movementarian.org>
3419
3420         * BufferView.C:
3421         * buffer.C:
3422         * lyx_cb.h:
3423         * lyx_cb.C: more Alert cleanups
3424
3425         * lyxfunc.C: don't allow chktex if not latex document
3426
3427 2003-03-29  John Levon  <levon@movementarian.org>
3428
3429         * lyx_cb.C:
3430         * BufferView.C:
3431         * buffer.C: warnings pushed down from support/,
3432         kill err_alert
3433
3434 2003-03-29  John Levon  <levon@movementarian.org>
3435
3436         * lyxfunc.C: safety check for C-r (revert)
3437
3438 2003-03-29  John Levon  <levon@movementarian.org>
3439
3440         * bufferlist.h:
3441         * bufferlist.C: several UI fixes using Alert::prompt.
3442         Fix the pointless looping quit code. Fix stupid revert
3443         behaviour (bug 938)
3444
3445         * lyxvc.h:
3446         * lyxvc.C:
3447         * lyx_cb.C: use Alert::prompt
3448
3449         * lyx_main.C: remove a silly question
3450
3451         * lyxfunc.C: remove a couple of silly questions,
3452         use Alert::prompt
3453
3454 2003-03-28  John Levon  <levon@movementarian.org>
3455
3456         * text2.C: fix bug 974 (End on empty par)
3457
3458 2003-03-28  John Levon  <levon@movementarian.org>
3459
3460         * BufferView_pimpl.C:
3461         * LyXAction.C:
3462         * lfuns.h: remove do-nothing math greek lfuns
3463
3464 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3465
3466         * lyxgluelength.h (isValidGlueLength): add default arg on
3467         parameter 2. Remove default arg from friend in class.
3468
3469         * lyxlength.h (isValidLength): add default arg on parameter 2.
3470         Remove default arg from friend in class.
3471
3472         * text2.C (LyXText): adjust, initialize refresh_row.
3473         (init): adjust
3474         (removeRow): adjust
3475         (insertRow): adjust
3476         (insertParagraph): adjst
3477         (redoParagraphs): adjust
3478         (fullRebreak): adjust
3479         (updateCounters): adjust
3480         (deleteEmptyParagraphMechanism): first attempt at fixing a
3481         crashing bug.
3482
3483         * text.C (top_y): adjust
3484         (setHeightOfRow): adjust
3485         (getRow): adjust
3486         (getRowNearY): adjust
3487
3488         * lyxtext.h: include RowList.h
3489         (~LyXText): not needed anymore, deleted.
3490         (firstRow): modify for RowList
3491         (lastRow): new function
3492         Delete firstrow and lastrow class variables, add a Rowlist
3493         rowlist_ class variable.
3494
3495         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3496         paragraph is empty.
3497
3498         * RowList.C (insert): fix case where it == begin().
3499
3500 2003-03-26  Angus Leeming  <leeming@lyx.org>
3501
3502         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3503         the thesaurus dialog.
3504
3505 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3506
3507         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3508
3509         * RowList.[Ch]: new files
3510
3511         * ParagraphList.C (erase): handle the case where it == begin
3512         correctly.
3513
3514 2003-03-25  John Levon  <levon@movementarian.org>
3515
3516         * Makefile.am:
3517         * aspell_local.h:
3518         * aspell.C: add new aspell support
3519
3520         * lyxrc.h:
3521         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3522         have it accessible.
3523
3524 2003-03-25  Angus Leeming  <leeming@lyx.org>
3525
3526         * lfuns.h:
3527         * LyXAction.C (init): new LFUN_INSET_INSERT.
3528
3529         * BufferView_pimpl.C (dispatch): split out part of the
3530         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3531
3532         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3533         LFUN_INSET_APPLY.
3534
3535 2003-03-25  Angus Leeming  <leeming@lyx.org>
3536
3537         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3538
3539 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3540
3541         * text2.C:
3542         * text3.C: remove useless row->height(0)
3543
3544 2003-03-25  John Levon  <levon@movementarian.org>
3545
3546         * lyxtext.h:
3547         * text2.C:
3548         * text3.C: rename the refreshing stuff to better names
3549
3550 2003-03-24  John Levon  <levon@movementarian.org>
3551
3552         * BufferView_pimpl.h:
3553         * BufferView_pimpl.C: update layout choice on a mouse
3554         press/release
3555
3556 2003-03-23  John Levon  <levon@movementarian.org>
3557
3558         * Makefile.am: fix commandtags.h reference
3559
3560 2003-03-22  John Levon  <levon@movementarian.org>
3561
3562         * BufferView_pimpl.C:
3563         * lyxtext.h:
3564         * rowpainter.C:
3565         * rowpainter.h:
3566         * text.C:
3567         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3568
3569 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3570
3571         * lyxtext.h:
3572         * text.C: take the rtl methods out of line
3573
3574 2003-03-21 André Pönitz <poenitz@gmx.net>
3575
3576         * metricsinfo.[Ch]: new files containing structures to be passed around
3577         during the two-phase-drawing...
3578
3579 2003-03-21 André Pönitz <poenitz@gmx.net>
3580
3581         * lyxtextclass.C: read 'environment' tag.
3582
3583 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3584
3585         * text2.C (removeRow): fix bug 964
3586
3587 2003-03-20  John Levon  <levon@movementarian.org>
3588
3589         * rowpainter.C:
3590         * text.C:
3591         * text2.C: paint cleanups. Inset::update() dropped font
3592         parameter
3593
3594 2003-03-19  John Levon  <levon@movementarian.org>
3595
3596         * lyxfunc.C: only fitcursor/markDirty if available()
3597
3598 2003-03-19  John Levon  <levon@movementarian.org>
3599
3600         * commandtags.h: rename to ...
3601
3602         * lfuns.h: ... this, and renumber / cleanup
3603
3604 2003-03-19  John Levon  <levon@movementarian.org>
3605
3606         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3607         fit the cursor after an lfun
3608
3609         * BufferView.h:
3610         * BufferView.C:
3611         * BufferView_pimpl.h:
3612         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3613
3614         * LyXAction.C: layout-character should have ReadOnly
3615
3616         * ParagraphParameters.C:
3617         * buffer.C:
3618         * bufferview_funcs.C:
3619         * lyx_cb.C:
3620         * lyxfind.C:
3621         * lyxtext.h:
3622         * text.C:
3623         * text2.C:
3624         * text3.C:
3625         * undo_funcs.C: changes from above
3626
3627 2003-03-18  John Levon  <levon@movementarian.org>
3628
3629         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3630         remove it from update()
3631
3632         * lyxfunc.C: update layout choice after an lfun
3633
3634         * text3.C: remove extra updateLayoutChoice()s
3635
3636 2003-03-18  John Levon  <levon@movementarian.org>
3637
3638         * text.C: top_y change means full repaint, fix
3639         a drawing bug with cursor movement
3640
3641 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3642
3643         * lyxtext.h:
3644         * text.C:
3645         * text2.C: anchor row on setCursor
3646
3647 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3648
3649         * lyxtext.h: remove almost all mutable keywords
3650         * text.C:
3651         * text2.C:
3652         * text3.C: remove const keywords accordingly
3653
3654 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3655
3656         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3657         anon namespace
3658         (TeXEnvironment): ditto
3659         (TeXOnePar): ditto
3660
3661 2003-03-17  John Levon  <levon@movementarian.org>
3662
3663         * text.C (rowBreakPoint): remove attempt to fix displayed
3664         math insets inside a manual label
3665
3666 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3667
3668         * lyxtext.h: remove BufferView* as first arg from almost all class
3669         functions.
3670         * other files: adjust.
3671
3672 2003-03-17  John Levon  <levon@movementarian.org>
3673
3674         * lyxtext.h:
3675         * undo_funcs.C:
3676         * text2.C: more paint cleanups
3677
3678         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
3679
3680         * rowpainter.h:
3681         * rowpainter.C: remove "smart" background painting code
3682
3683 2003-03-16  John Levon  <levon@movementarian.org>
3684
3685         * lyxtext.h:
3686         * text.C:
3687         * text2.C:
3688         * text3.C: add helper functions for setting refresh_row/y
3689
3690 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
3691
3692         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
3693         newline inset which *can* get inserted in the pass_thru layouts.
3694         This is primarily for literate documents.
3695
3696 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
3697
3698         * buffer.C: increment LYX_FORMAT to 223
3699
3700 2003-03-14 André Pönitz <poenitz@gmx.net>
3701
3702         * textclass.h: prepare for environment handling, ws changes
3703         * lyxlayout.C: read latexheader and latexfooter tags
3704
3705 2003-03-14  John Levon  <levon@movementarian.org>
3706
3707         * text2.C: rewrite ::status() a bit
3708
3709 2003-03-13  John Levon  <levon@movementarian.org>
3710
3711         * lyxtext.h: add some docs
3712
3713 2003-03-13  John Levon  <levon@movementarian.org>
3714
3715         * lyxtext.h:
3716         * text.C:
3717         * text2.C:
3718         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
3719
3720 2003-03-13  John Levon  <levon@movementarian.org>
3721
3722         * text3.C: fix appendix redrawing
3723
3724 2003-03-13  John Levon  <levon@movementarian.org>
3725
3726         * text.C (setHeightOfRow):
3727         * rowpainter.h:
3728         * rowpainter.C: make appendix mark have the text
3729           "Appendix" so the user knows what it is
3730
3731         * LColor.h:
3732         * LColor.C: s/appendixline/appendix/ from above
3733
3734 2003-03-13  John Levon  <levon@movementarian.org>
3735
3736         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
3737
3738         * text.C: fix a getChar(pos) bug properly
3739
3740 2003-03-13  Angus Leeming  <leeming@lyx.org>
3741
3742         * commandtags.h:
3743         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
3744         Probably only temporary. Let's see how things pan out.
3745
3746         * BufferView.C (unlockInset):
3747         * BufferView_pimpl.C (fitCursor):
3748         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
3749
3750         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
3751         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
3752
3753         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
3754         new functions that convert ParagraphParameters to and from a string.
3755
3756         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
3757         BufferView::Pimpl's dispatch.
3758         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
3759
3760 2003-03-13 André Pönitz <poenitz@gmx.net>
3761
3762         * lyxfunc.C:
3763         * text3.C:
3764         * factory.C: make it aware of InsetEnv
3765
3766 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3767
3768         * text2.C (setCursor): never ask for one past last
3769         (setCursor): add some debugging messages.
3770
3771         * text.C (singleWidth): never ask for one past last
3772         (singleWidth): ditto
3773         (leftMargin): ditto
3774         (rightMargin): ditto
3775         (rowBreakPoint): ditto
3776         (setHeightOfRow): ditto
3777         (prepareToPrint): ditto
3778
3779         * rowpainter.C (paintBackground): never ask for one past last
3780         (paintText): never ask for one past last
3781
3782         * paragraph_pimpl.C (getChar): make the assert stricter, never
3783         allow the one past last pos to be taken
3784
3785         * paragraph.C (getChar): ws changes only
3786
3787         * lyxrow.C (nextRowIsAllInset): never ask for one past last
3788         (numberOfSeparators): ditto
3789         (numberOfHfills): ditto
3790
3791 2003-03-12  John Levon  <levon@movementarian.org>
3792
3793         * author.h:
3794         * author.C:
3795         * bufferparams.h:
3796         * bufferparams.C:
3797         * paragraph_funcs.C: fix per-buffer authorlists
3798
3799 2003-03-12  John Levon  <levon@movementarian.org>
3800
3801         * text.C: fix newline in right address
3802
3803 2003-03-12  Angus Leeming  <leeming@lyx.org>
3804
3805         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
3806         duplicate those in LyXFunc::dispatch.
3807
3808         * commandtags.h:
3809         * LyXAction.C:
3810         * ToolbarDefaults.C:
3811         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
3812         Add LFUN_FONTFREE_UPDATE.
3813
3814         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
3815         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
3816
3817         * bufferview_func.[Ch]: several new functions to facilliate
3818         transfer of data to and from the character dialog.
3819
3820 2003-03-12  John Levon  <levon@movementarian.org>
3821
3822         * buffer.C:
3823         * paragraph.h:
3824         * paragraph.C:
3825         * paragraph_funcs.C:
3826         * paragraph_pimpl.C:
3827         * sgml.C:
3828         * tabular.C:
3829         * text.C:
3830         * text3.C: remove META_NEWLINE in favour of an inset
3831
3832         * rowpainter.h:
3833         * rowpainter.C: remove paintNewline (done by inset)
3834
3835 2003-03-12  John Levon  <levon@movementarian.org>
3836
3837         * paragraph_pimpl.C: complain about bad getChar()s
3838         for a while at least
3839
3840 2003-03-12  John Levon  <levon@movementarian.org>
3841
3842         * buffer.h:
3843         * buffer.C: move paragraph read into a separate function,
3844         a little renaming to reflect that.
3845
3846         * bufferparams.h:
3847         * bufferparams.C: remove the author_ids map, not necessary now
3848
3849         * factory.h:
3850         * factory.C: moved Buffer::readInset to here
3851
3852         * paragraph_funcs.h:
3853         * paragraph_funcs.C: readParagraph free function moved from
3854         buffer.C
3855
3856         * tabular.C: name change
3857
3858 2003-03-12  John Levon  <levon@movementarian.org>
3859
3860         * buffer.C:
3861         * ParagraphParameters.C: move par params input to
3862         a read() method
3863
3864         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
3865         behave like a normal read from the stream wrt reading
3866         a line vs. a \\token
3867
3868 2003-03-12  John Levon  <levon@movementarian.org>
3869
3870         * paragraph.C:
3871         * ParagraphParameters.h:
3872         * ParagraphParameters.C: move output code to a
3873         ::write() method
3874
3875 2003-03-12  John Levon  <levon@movementarian.org>
3876
3877         * BufferView.C (insertLyXFile):
3878         * buffer.h:
3879         * buffer.C:
3880         * tabular.C: use a parlist iterator for creating the
3881           document.
3882
3883 2003-03-12  John Levon  <levon@movementarian.org>
3884
3885         * buffer.C: make current_change static local not
3886           static file-scope
3887
3888 2003-03-12  John Levon  <levon@movementarian.org>
3889
3890         * buffer.C: fix insertStringAsLines for change tracking
3891
3892 2003-03-12  John Levon  <levon@movementarian.org>
3893
3894         * BufferView.C:
3895         * tabular.C:
3896         * buffer.h:
3897         * buffer.C:
3898         * bufferparams.h:
3899         * bufferparams.C: move author list into params. Rename some
3900           functions. Move the header reading into a separate token
3901           loop. Move the header token reading into BufferParams.
3902
3903 2003-03-12  John Levon  <levon@movementarian.org>
3904
3905         * changes.C: put debug inside lyxerr.debugging() checks
3906
3907 2003-03-11 André Pönitz <poenitz@gmx.net>
3908
3909         * factory.C: make it aware of InsetHFill
3910
3911 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3912
3913         * buffer.C (latexParagraphs): move function from here...
3914         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
3915         args.
3916
3917 2003-03-10  Angus Leeming  <leeming@lyx.org>
3918
3919         * LyXAction.C (init): fix bug in poplating array with multiple entries
3920         with the same LFUN (spotted by JMarc).
3921
3922 2003-03-10  John Levon  <levon@movementarian.org>
3923
3924         * text.C:
3925         * text2.C: move getColumnNearX() near its
3926         only call site
3927
3928 2003-03-10  John Levon  <levon@movementarian.org>
3929
3930         * text.C: fix break before a minipage
3931
3932 2003-03-10  John Levon  <levon@movementarian.org>
3933
3934         * text.C: fix the last commit
3935
3936 2003-03-09  John Levon  <levon@movementarian.org>
3937
3938         * lyxtext.h:
3939         * text.C:
3940         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
3941         bug 365 (don't break before insets unless needed). Don't
3942         return a value > last under any circumstances.
3943
3944 2003-03-09  Angus Leeming  <leeming@lyx.org>
3945
3946         * BufferView_pimpl.C (trackChanges, dispatch): call
3947         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
3948
3949 2003-03-09  Angus Leeming  <leeming@lyx.org>
3950
3951         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
3952         than Dialogs::showAboutlyx().
3953
3954 2003-03-09  Angus Leeming  <leeming@lyx.org>
3955
3956         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
3957         than Dialogs::showTabularCreate().
3958
3959 2003-03-09  John Levon  <levon@movementarian.org>
3960
3961         * lyxtext.h:
3962         * text.C:
3963         * text2.C: 3rd arg to nextBreakPoint was always the same.
3964           Use references.
3965
3966 2003-03-08  John Levon  <levon@movementarian.org>
3967
3968         * lyxrow.C:
3969         * paragraph.C:
3970         * paragraph.h:
3971         * rowpainter.C:
3972         * text.C:
3973         * text2.C: Remove the "main" bit from the "main body"
3974           notion.
3975
3976 2003-03-08  John Levon  <levon@movementarian.org>
3977
3978         * text.C (leftMargin): The left margin of an empty
3979         manual label paragraph should not include the label width
3980         string length.
3981
3982         * text.C (prepareToPrint): don't attempt to measure hfills
3983         for empty manual label paragraphs - the answer should be 0
3984
3985 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3986
3987         * CutAndPaste.C: remove commented code and reindent.
3988
3989 2003-03-08  John Levon  <levon@movementarian.org>
3990
3991         * lyxfunc.h:
3992         * lyxfunc.C: move reloadBuffer()
3993
3994         * BufferView.h:
3995         * BufferView.C: to here
3996
3997         * lyxvc.C: add comment
3998
3999         * vc-backend.h:
4000         * vc-backend.C: call bv->reload() to avoid
4001           getStatus() check on MENURELOAD
4002
4003 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4004
4005         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4006         to an old format .dep file.
4007
4008 2003-03-07  Angus Leeming  <leeming@lyx.org>
4009
4010         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4011         when the LFUN_MOUSE_RELEASE should have been handled by
4012         inset->localDispatch.
4013
4014 2003-03-07  Angus Leeming  <leeming@lyx.org>
4015
4016         * BufferView_pimpl.C (dispatch):
4017         * LyXAction.C (init):
4018         * ToolbarDefaults.C (init):
4019         * commandtags.h:
4020         * lyxfunc.C (getStatus):
4021         remove LFUN_INSET_GRAPHICS.
4022
4023         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4024
4025 2003-03-07  Angus Leeming  <leeming@lyx.org>
4026
4027         * commandtags.h:
4028         * LyXAction.C (init):
4029         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4030
4031         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4032
4033         * commandtags.h:
4034         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4035
4036         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4037         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4038
4039 2003-03-07  Angus Leeming  <leeming@lyx.org>
4040
4041         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4042         remove "ert".
4043
4044 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4045
4046         * ParagraphList.C (front): new function
4047         (back): implement
4048
4049 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4050
4051         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4052         and top_row_offset_. removed var first_y.
4053         * text.C (top_y):
4054         * text2.C (LyXText, removeRow):
4055         * text3.C:
4056         * BufferView_pimpl.C:
4057         use these methods instead of using first_y
4058
4059 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4060
4061         * text2.C (pasteSelection): adjust for checkPastePossible
4062
4063         * CutAndPaste.C: remove Paragraph * buf and replace with
4064         ParagraphList paragraphs.
4065         (DeleteBuffer): delete
4066         (cutSelection): change the tc type to textclass_type
4067         (copySelection): change the tc type to textclass_type
4068         (copySelection): adjust for ParagraphList
4069         (pasteSelection): change the tc type to textclass_type
4070         (pasteSelection): adjust for Paragraphlist
4071         (nrOfParagraphs): simplify for ParagraphList
4072         (checkPastePossible): simplify for ParagraphList
4073         (checkPastePossible): remove unused arg
4074
4075         * ParagraphList.C (insert): handle the case where there are no
4076         paragraphs yet.
4077
4078         * CutAndPaste.h: make CutAndPaste a namespace.
4079
4080         * text3.C (dispatch): adjust
4081
4082         * text.C (breakParagraph): add a ParagraphList as arg
4083
4084         * paragraph_funcs.C (breakParagraph): change to take a
4085         BufferParams and a ParagraphList as args.
4086         (breakParagraphConservative): ditto
4087         (mergeParagraph): ditto
4088         (TeXDeeper): add a ParagraphList arg
4089         (TeXEnvironment): ditto
4090         (TeXOnePar): ditto
4091
4092         * buffer.C (readLyXformat2): adjust
4093         (insertStringAsLines): adjust
4094         (latexParagraphs): adjust
4095
4096         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4097         (cutSelection): adjust
4098         (pasteSelection): adjust
4099
4100         * BufferView_pimpl.C (insertInset): adjust
4101
4102 2003-03-05  Angus Leeming  <leeming@lyx.org>
4103
4104         * commandtags.h:
4105         * LyXAction.C (init):
4106         * BufferView_pimpl.C (dispatch):
4107         * lyxfunc.C (getStatus):
4108         remove LFUN_CHILD_INSERT.
4109
4110         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4111
4112 2003-03-05  Angus Leeming  <leeming@lyx.org>
4113
4114         * commandtags.h:
4115         * LyXAction.C (init):
4116         * src/factory.C (createInset):
4117         * lyxfunc.C (getStatus):
4118         * text3.C (dispatch):
4119         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4120
4121         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4122
4123 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4124
4125         * ParagraphList.C (insert): handle insert right before end()
4126         (erase): fix cases where it can be first or last paragraph.
4127
4128 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4129
4130         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4131         Paragraph::next and Paragraph::previous
4132         (TeXOnePar): ditto
4133
4134         * text.C (breakParagraph): adjust
4135
4136         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4137         BufferParams& as arg.
4138         (breakParagraph): use ParagraphList::insert
4139         (breakParagraphConservative): take a Buffer* instead of a
4140         BufferParams& as arg.
4141         (breakParagraphConservative): use ParagraphList::insert.
4142
4143         * buffer.C (insertStringAsLines): un-const it
4144         (insertStringAsLines): adjust
4145
4146         * ParagraphList.C (insert): new function
4147
4148         * CutAndPaste.C (pasteSelection): adjust
4149
4150         * text.C (backspace): adjust
4151
4152         * tabular.C (SetMultiColumn): adjust
4153
4154         * CutAndPaste.C (cutSelection): adjust
4155         (pasteSelection): adjust
4156
4157         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4158         Buffer const * as arg
4159
4160         * ParagraphList.C (erase): new function
4161         * paragraph_funcs.C (mergeParagraph): use it
4162         (mergeParagraph): make it take a Buffer* instead of a
4163         BufferParams* as arg
4164
4165         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4166         as arg
4167         (breakParagraphConservative): ditto
4168
4169         * paragraph.h: remove the breakParagraph friend
4170
4171         * paragraph.C (eraseIntern): new function
4172         (setChange): new function
4173
4174         * paragraph_funcs.C (mergeParagraph): make it take a
4175         ParagraphList::iterator instead of a Paragraph *, adjust
4176         accordingly.
4177
4178         * paragraph.h: move an #endif so that the change tracking stuff
4179         also works in the NO_NEXT case.
4180
4181 2003-03-04  Angus Leeming  <leeming@lyx.org>
4182
4183         * commandtags.h:
4184         * LyXAction.C: new LFUN_INSET_MODIFY.
4185
4186         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4187         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4188
4189 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4190
4191         * several files: ws changes only
4192
4193         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4194         (TeXEnvironment): ditto
4195         (TeXDeeper): ditto
4196
4197         * buffer.C (makeLaTeXFile): adjust
4198         (latexParagraphs): make it take ParagraphList::iterator as args
4199
4200 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4201
4202         * buffer.C (latexParagraphs): adjust
4203
4204         * paragraph.C (TeXOnePar): move function...
4205         (optArgInset): move function...
4206         (TeXEnvironment): move function...
4207         * paragraph_pimpl.C (TeXDeeper): move function...
4208         * paragraph_funcs.C: ...here
4209
4210         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4211
4212 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4213
4214         * buffer.C (readInset): remove compability code for old Figure and
4215         InsetInfo insets
4216
4217 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4218
4219         * buffer.C: ws changes
4220         (readInset):
4221
4222         * BufferView_pimpl.C: ditto
4223         * author.C: ditto
4224         * buffer.h: ditto
4225         * bufferlist.h: ditto
4226         * changes.h: ditto
4227         * lyxfunc.C: ditto
4228
4229 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4230
4231         * converter.[Ch]: split into itself +
4232         * graph.[Ch]
4233         * format.[Ch]
4234         * Makefile.am: += graph.[Ch] + format.[Ch]
4235         * MenuBackend.C
4236         * buffer.C
4237         * exporter.C
4238         * importer.C
4239         * lyx_main.C
4240         * lyxfunc.C
4241         * lyxrc.C: added #include "format.h"
4242
4243 2003-02-27  Angus Leeming  <leeming@lyx.org>
4244
4245         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4246           a label.
4247
4248         * factory.C (createInset): add "label" to the factory.
4249
4250         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4251           string and do no more.
4252
4253 2003-02-27  Angus Leeming  <leeming@lyx.org>
4254
4255         * commandtags.h:
4256         * LyXAction.C (init):
4257         * factory.C (createInset):
4258         * BufferView_pimpl.C (dispatch):
4259           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4260
4261         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4262
4263         * lyxfunc.C (dispatch):
4264         * text3.C (dispatch): pass name to params2string.
4265
4266 2003-02-26  Angus Leeming  <leeming@lyx.org>
4267
4268         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4269           blocks together.
4270           Rearrange the ~includes. Strip out the unnecessary ones.
4271
4272         * factory.C (createInset): reformat.
4273           create new insets for the various LFUN_XYZ_APPLY lfuns.
4274
4275 2003-02-26  John Levon  <levon@movementarian.org>
4276
4277         * lyxrow.h:
4278         * lyxrow.C: add isParStart,isParEnd helpers
4279
4280         * paragraph.h: make isInserted/DeletedText take refs
4281
4282         * paragraph_funcs.h:
4283         * paragraph_funcs.C: remove #if 0'd code
4284
4285         * lyxtext.h:
4286         * text3.C:
4287         * text2.C:
4288         * text.C: use lyxrow helpers above.
4289           Move draw and paint routines to RowPainter.
4290           Make several methods use refs not pointers.
4291           Make backgroundColor() const.
4292           Add markChangeInDraw(), isInInset().
4293           Merge changeRegionCase into changeCase.
4294           Make workWidth() shouldn't-happen code into an Assert.
4295
4296         * rowpainter.h:
4297         * rowpainter.C: new class for painting a row.
4298
4299         * vspace.h:
4300         * vspace.C: make inPixels take a ref
4301
4302 2003-02-26  Angus Leeming  <leeming@lyx.org>
4303
4304         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4305         LFUN_REF_APPLY.
4306
4307 2003-02-25  John Levon  <levon@movementarian.org>
4308
4309         * ispell.C: give the forked command a more accurate name
4310
4311 2003-02-22  John Levon  <levon@movementarian.org>
4312
4313         * toc.h:
4314         * toc.C: make TocItem store an id not a Paragraph *
4315           (bug #913)
4316
4317 2003-02-21  Angus Leeming  <leeming@lyx.org>
4318
4319         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4320           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4321           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4322           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4323           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4324           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4325
4326         * BufferView_pimpl.C (dispatch):
4327         * LyXAction.C (init):
4328         * factory.C (createInset):
4329         * lyxfunc.C (getStatus, dispatch):
4330         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4331
4332 2003-02-21  Angus Leeming  <leeming@lyx.org>
4333
4334         * BufferView_pimpl.C (MenuInsertLyXFile):
4335         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4336         * lyxfunc.C (menuNew, open, doImport):
4337           no longer pass a LyXView & to fileDlg.
4338
4339 2003-02-21  Angus Leeming  <leeming@lyx.org>
4340
4341         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4342         * LyXAction.C: change, BIBKEY to BIBITEM.
4343         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4344         Change InsetBibKey to InsetBibitem.
4345         Change BIBKEY_CODE to BIBITEM_CODE.
4346         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4347         * factory.C: replace insetbib.h with insetbibitem.h.
4348         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4349         * paragraph.C: replace insetbib.h with insetbibitem.h.
4350         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4351         Change bibkey() to bibitem().
4352         * text.C: remove insetbib.h.
4353         * text2.C: replace insetbib.h with insetbibitem.h.
4354         change bibkey() to bibitem().
4355         * text3.C: remove insetbib.h.
4356         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4357
4358 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4359
4360         * lyxrc.C (output): enclose user email in quotes (in case there are
4361         several words)
4362
4363 2003-02-18  John Levon  <levon@movementarian.org>
4364
4365         * buffer.h: add std::
4366
4367 2003-02-17  John Levon  <levon@movementarian.org>
4368
4369         * SpellBase.h:
4370         * ispell.h:
4371         * ispell.C:
4372         * pspell.h:
4373         * pspell.C: reworking. Especially in ispell, a large
4374           number of clean ups and bug fixes.
4375
4376         * lyxfunc.C: fix revert to behave sensibly
4377
4378 2003-02-17 André Pönitz <poenitz@gmx.net>
4379
4380         * LyXAction.C:
4381         * commandtags.h: new LFUN_INSERT_BIBKEY
4382
4383         * layout.h:
4384         * lyxlayout.C:
4385         * buffer.C:
4386         * factory.C:
4387         * text.C:
4388         * text2.C:
4389         * text3.C:
4390         * paragraph.[Ch]:
4391         * paragraph_func.C: remove special bibkey handling
4392
4393 2003-02-17  John Levon  <levon@movementarian.org>
4394
4395         * text.C (Delete): fix case where delete at the end of
4396           the very first paragraph would not merge the pars
4397
4398 2003-02-17  John Levon  <levon@movementarian.org>
4399
4400         * lyxrow.C: fix lastPrintablePos()
4401
4402 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4403
4404         * bufferparams.C (writeLaTeX): add a std:here
4405
4406         * buffer.C: and remove a using directive there
4407
4408 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4409
4410         * buffer.C (makeLaTeXFile): move the code that generates the
4411           preamble...
4412
4413         * bufferparams.C (writeLaTeX): ... in this new method
4414
4415         * LaTeXFeatures.C (getEncodingSet): make const
4416           (getLanguages): make const
4417
4418         * MenuBackend.C (binding): returns the binding associated to this
4419           action
4420           (add): sets the status of each item by calling getStatus. Adds
4421           some intelligence.
4422           (read): add support for OptSubMenu
4423           (expand): remove extra separator at the end of expanded menu
4424
4425 2003-02-15  John Levon  <levon@movementarian.org>
4426
4427         * BufferView.C:
4428         * BufferView_pimpl.C:
4429         * bufferlist.h:
4430         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4431           inset code that had no actual effect. Remove unneeded status
4432           code.
4433
4434 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4435
4436         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4437           in preamble
4438
4439 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4440
4441         * text.C (drawLengthMarker): also draw an arrow marker for
4442           symbolic lengths (medskip...)
4443
4444 2003-02-14  John Levon  <levon@movementarian.org>
4445
4446         * tabular.h:
4447         * tabular.C: better method names
4448
4449 2003-02-14  John Levon  <levon@movementarian.org>
4450
4451         * BufferView_pimpl.C:
4452         * bufferlist.C:
4453         * buffer.C:
4454         * converter.C:
4455         * lyx_cb.C:
4456         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4457           it's a more accurate name. Remove some pointless uses.
4458
4459 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4460
4461         * text2.C (LyXText): change order of initilizers to shut off
4462           warnings
4463
4464 2003-02-14  John Levon  <levon@movementarian.org>
4465
4466         * buffer.C: use ParIterator for getParFromID()
4467
4468         * paragraph.h:
4469         * paragraph.C:
4470         * paragraph_pimpl.h:
4471         * paragraph_pimpl.C: remove unused getParFromID()
4472
4473 2003-02-14  John Levon  <levon@movementarian.org>
4474
4475         * buffer.C: remove some very old #if 0'd parse code
4476
4477 2003-02-13  John Levon  <levon@movementarian.org>
4478
4479         * text.h:
4480         * text.C:
4481         * text2.C: move hfillExpansion(), numberOfSeparators(),
4482           rowLast(), rowLastPrintable(), numberofHfills(),
4483           numberOfLabelHfills() ...
4484
4485         * lyxrow.h:
4486         * lyxrow.C: ... to member functions here.
4487
4488         * paragraph.h:
4489         * paragraph.C:
4490         * lyxtext.h:
4491         * text.C: remove LyXText::beginningOfMainBody(), and call
4492           p->beginningOfMainBody() directly. Move the check for
4493           LABEL_MANUAL into the latter.
4494
4495         * text.h:
4496         * text.C:
4497         * text2.C:
4498         * vspace.C:
4499         * BufferView.h:
4500         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4501
4502         * text.h:
4503         * text.C:
4504         * text2.C:
4505         * text3.C:
4506         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4507           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4508
4509 2003-02-13  John Levon  <levon@movementarian.org>
4510
4511         * CutAndPaste.C: remove debug
4512
4513 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4514
4515         * paragraph.C (asString): remove two unused variables
4516
4517         * lyxtextclass.C (readTitleType):
4518           (Read):
4519           (LyXTextClass): handle new members titletype_ and titlename_
4520
4521         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4522
4523 2003-02-09  John Levon  <levon@movementarian.org>
4524
4525         * buffer.h:
4526         * buffer.C: replace hand-coded list with a map for the dep clean
4527
4528 2003-02-08  John Levon  <levon@movementarian.org>
4529
4530         * LaTeX.C: consolidate code into showRunMessage() helper
4531
4532 2003-02-08  John Levon  <levon@movementarian.org>
4533
4534         * lyxfind.C:
4535         * lyxtext.h:
4536         * text2.C:
4537         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4538           and pass the size in explicitly
4539
4540         * BufferView_pimpl.h:
4541         * BufferView_pimpl.C:
4542         * BufferView.h:
4543         * BufferView.C: add getCurrentChange()
4544
4545         * BufferView_pimpl.h:
4546         * BufferView_pimpl.C: handle change lfuns
4547
4548         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4549           for changes. Mark pasted paragraphs as new.
4550
4551         * support/lyxtime.h:
4552         * support/lyxtime.C:
4553         * DepTable.C: abstract time_t as lyx::time_type
4554
4555         * LColor.h:
4556         * LColor.C: add colours for new text, deleted text, changebars
4557
4558         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4559           package use "usenames" option.
4560
4561         * commandtags.h:
4562         * lyxfunc.C:
4563         * LyXAction.C: add change lfuns
4564
4565         * Makefile.am:
4566         * author.h:
4567         * author.C: author handling
4568
4569         * buffer.h:
4570         * buffer.C: add a per-buffer author list, with first entry as
4571           current author. Handle new .lyx tokens for change tracking. Output
4572           author list to .lyx file. Output dvipost stuff to .tex preamble.
4573           Bump lyx format to 222.
4574
4575         * bufferlist.h:
4576         * bufferlist.C: add setCurrentAuthor() to reset current author details
4577           in all buffers.
4578
4579         * bufferparams.h:
4580         * bufferparams.C: add param for tracking
4581
4582         * bufferview_funcs.C: output change info in minibuffer
4583
4584         * Makefile.am:
4585         * changes.h:
4586         * changes.C: add change-tracking structure
4587
4588         * debug.h:
4589         * debug.C: add CHANGES debug flag
4590
4591         * lyxfind.h:
4592         * lyxfind.C: add code for finding the next change piece
4593
4594         * lyxrc.h:
4595         * lyxrc.C: add user_name and user_email
4596
4597         * lyxrow.h:
4598         * lyxrow.C: add a metric for the top of the text line
4599
4600         * lyxtext.h:
4601         * text.C: implement accept/rejectChange()
4602
4603         * lyxtext.h:
4604         * text.C: paint changebars. Paint new/deleted text in the chosen
4605         colours. Strike through deleted text.
4606
4607         * paragraph.h:
4608         * paragraph.C:
4609         * paragraph_pimpl.h:
4610         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4611           in the current change to the insert functions. Rework erase to
4612           mark text as deleted, adding an eraseIntern() and a range-based
4613           erase(). Implement per-paragraph change lookup and
4614           accept/reject.
4615
4616         * paragraph_funcs.C: Fixup paste for change tracking.
4617
4618         * tabular.C: mark added row/columns as new.
4619
4620         * text.C: fix rowLast() to never return -1. Don't allow
4621           spellchecking of deleted text. Track transpose changes. Don't
4622           allow paragraph break or merge where appropriate.
4623
4624         * text2.C: leave cursor at end of selection after a cut.
4625
4626 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4627
4628         * text.C (getLengthMarkerHeight):
4629         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4630         visible on screen too.
4631
4632 2003-02-07  John Levon  <levon@movementarian.org>
4633
4634         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4635
4636 2003-02-05  Angus Leeming  <leeming@lyx.org>
4637
4638         * lyxserver.C (read_ready): revert my patch of 11 September last year
4639         as it sends PC cpu through the roof. Presumably this means that
4640         the lyxserver will no longer run on an Alpha...
4641
4642 2003-01-30  Angus Leeming  <leeming@lyx.org>
4643
4644         * factory.C (createInset): create an InsetCommandParam of type "index"
4645         and use it to 'do the right thing'.
4646
4647         * text2.C (getStringToIndex): ensure that cursor position is always
4648         reset to the reset_cursor position.
4649
4650 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4651
4652         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4653         disabled.
4654
4655 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4656
4657         * bufferview.C:
4658         * lyxcb.C:
4659         * lyxfunc.C: Output messages with identical spelling, punctuation,
4660         and spaces
4661
4662 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4663
4664         * MenuBackend.C (expandFormats): List only viewable export formats
4665         in "View" menu
4666
4667         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
4668         message
4669
4670         * lyxfunc.C (getStatus): Make sure that formats other than
4671         "fax" can also be disabled
4672
4673 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4674
4675         * text3.C (dispatch): put the lfuns that insert insets in 3
4676         groups, and call doInsertInset with appropriate arguments.
4677         (doInsertInset): new function, that creates an inset and inserts
4678         it according to some boolean parameters.
4679
4680 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4681
4682         * buffer.C (readFile): remember to pass on 'par' when calling
4683         readFile recursively.
4684
4685 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4686
4687         * MenuBackend.C (expandFormats): add "..." to import formats.
4688
4689 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4690
4691         * paragraph.C (asString): Remove XForms RTL hacks.
4692
4693 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
4694         * buffer.C: fix typo
4695
4696 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4697
4698         * Makefile.am (LIBS): delete var
4699         (lyx_LDADD): add @LIBS@ here instead.
4700
4701 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
4702
4703         * Clarify the meaning of "wheel mouse jump"
4704
4705 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4706
4707         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
4708         tabular in a float
4709
4710 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4711
4712         * importer.C (Loaders): do not preallocate 3 elements in the
4713         vector, since one ends up with 6 elements otherwise
4714
4715 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4716
4717         * DepTable.C (write): write the file name as last element of the
4718         .dep file (because it may contain spaces)
4719         (read): read info in the right order
4720
4721 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4722
4723         * paragraph_pimpl.C (simpleTeXBlanks):
4724         (simpleTeXSpecialChars):
4725         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
4726
4727         * tabular.C (latex): add some missing case statements. Reindent.
4728
4729         * MenuBackend.C (expandToc): remove unused variable.
4730
4731 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4732
4733         * LColor.C:
4734         * LaTeX.C:
4735         * LyXAction.C:
4736         * MenuBackend.C:
4737         * buffer.C:
4738         * exporter.C:
4739         * lyxfunc.C:
4740         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
4741         and the like.
4742
4743 2003-01-05  John Levon  <levon@movementarian.org>
4744
4745         * BufferView.h:
4746         * BufferView.C: add getEncoding()
4747
4748         * kbsequence.h:
4749         * kbsequence.C: do not store last keypress
4750
4751         * lyxfunc.h:
4752         * lyxfunc.C: store last keypress here instead. Pass encoding
4753           to getISOEncoded()
4754
4755 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4756
4757         * lyx_main.C (init): remove annoying error message when following
4758         symbolic links (bug #780)
4759
4760 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4761
4762         * text.C (insertChar):
4763         * lyxrc.C (getDescription): remove extra spaces
4764
4765 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4766
4767         * lyxrc.C (getDescription): remove extra spaces
4768
4769 2002-12-20  John Levon  <levon@movementarian.org>
4770
4771         * text3.C: hack fix for page up/down across tall rows
4772
4773 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4774
4775         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
4776         not been invoked
4777
4778 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4779
4780         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
4781         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
4782         thesaurus is not compiled in
4783
4784 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
4785
4786         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
4787
4788 2002-12-16  Angus Leeming  <leeming@lyx.org>
4789
4790         * lyxrc.[Ch]:
4791         * lyx_main.C (init): remove override_x_deadkeys stuff.
4792
4793 2002-12-12  John Levon  <levon@movementarian.org>
4794
4795         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
4796           insert. Only remove shift modifier under strict
4797           circumstances.
4798
4799 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4800
4801         * MenuBackend.C (expandToc): fix crash.
4802
4803 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4804
4805         * MenuBackend.C (expandToc): gettext on float names.
4806
4807 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4808
4809         * lyxlength.[Ch]: set default unit to UNIT_NONE,
4810         implement bool empty() [bug 490]
4811
4812 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4813
4814         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
4815
4816 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4817
4818         * several files: ws changes
4819
4820 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4821
4822         * text2.C (setCounter): clean up a bit, use boost.format.
4823         (updateCounters): initialize par upon declaration.
4824
4825         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
4826         if the layout exists. We do not just store the layout any more.
4827         (SwitchLayoutsBetweenClasses): use boost.format
4828
4829 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4830
4831         * converter.C (convert): if from and to files are the same, use a
4832         temporary files as intermediary
4833
4834 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4835
4836         * commandtags.h:
4837         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
4838
4839 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
4840
4841         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
4842
4843 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4844
4845         * tabular.C (asciiPrintCell): use string(size, char) instead of
4846         explicit loop.
4847
4848         * sgml.C (openTag): fix order of arguments to string constructor
4849         (closeTag): ditto
4850
4851         * lyxfunc.C (dispatch): use boost.format
4852
4853         * lots of files: change "c" -> 'c'
4854
4855 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
4856
4857         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
4858
4859 2002-11-25  Angus Leeming  <leeming@lyx.org>
4860
4861         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
4862
4863         * lyx_main.C (init): compile fix.
4864
4865 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4866
4867         * lyx_cb.C (start): boost.formatify
4868         do not include <iostream>
4869
4870         * lengthcommon.C: ws only
4871
4872         * boost-inst.C,BoostFormat.h: add more explict instantations
4873
4874 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4875
4876         * lots of files: handle USE_BOOST_FORMAT
4877
4878 2002-11-21  John Levon  <levon@movementarian.org>
4879
4880         * pspell.C: fix compile
4881
4882 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4883
4884         * lyxfunc.C (dispatch): use boost::format
4885         (open): ditto
4886         (doImport): ditto
4887
4888         * lyxfont.C (stateText): use boost::format
4889
4890         * lyx_main.C (LyX): use boost::format
4891         (init): ditto
4892         (queryUserLyXDir): ditto
4893         (readRcFile): ditto
4894         (parse_dbg): ditto
4895         (typedef boost::function): use the recommened syntax.
4896
4897         * importer.C (Import): use boost::format
4898
4899         * debug.C (showLevel): use boost::format
4900
4901         * converter.C (view): use boost::format
4902         (convert): ditto
4903         (move): ditto
4904         (scanLog): ditto
4905
4906         * bufferview_funcs.C (currentState): use boost::format
4907
4908         * bufferlist.C (emergencyWrite): use boost::format
4909
4910         * buffer.C (readLyXformat2): use boost::format
4911         (parseSingleLyXformat2Token): ditto
4912
4913         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
4914
4915         * LaTeX.C (run): use boost::format
4916
4917         * Chktex.C (scanLogFile): use boost::format
4918
4919         * BufferView_pimpl.C (savePosition): use boost::format
4920         (restorePosition): ditto
4921         (MenuInsertLyXFile): ditto
4922
4923         * BoostFormat.h: help file for explicit instation.
4924
4925 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
4926
4927         * tabular.C (latex): Support for block alignment in fixed width
4928         columns.
4929
4930 2002-11-17  John Levon  <levon@movementarian.org>
4931
4932         * BufferView_pimpl.C:
4933         * lyx_cb.C:
4934         * lyxfunc.C: split filedialog into open/save
4935
4936 2002-11-08  Juergen Vigna  <jug@sad.it>
4937
4938         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
4939         by my last patch (hopefully).
4940
4941 2002-11-08  John Levon  <levon@movementarian.org>
4942
4943         * iterators.h:
4944         * iterators.C:
4945         * buffer.h:
4946         * buffer.C:
4947         * paragraph.h:
4948         * paragraph.C:
4949         * toc.h:
4950         * toc.C: ParConstIterator, and use it (from Lars)
4951
4952 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
4953
4954         * lyxtextclass.[Ch]: revise and add doxygen comments
4955
4956 2002-11-07  John Levon  <levon@movementarian.org>
4957
4958         * text.C: fix progress value for spellchecker
4959
4960         * toc.C: fix navigate menu for insetwrap inside minipage
4961
4962         * paragraph_funcs.C: added FIXME for suspect code
4963
4964 2002-11-07  John Levon  <levon@movementarian.org>
4965
4966         * BufferView_pimpl.C: fix redrawing of insets
4967           on buffer switch
4968
4969 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4970
4971         * text2.C (updateCounters): fix bug 668
4972
4973 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
4974
4975         * text3.C (dispatch): Do not make the buffer dirty when moving the
4976         cursor.
4977
4978 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4979
4980         * vc-backend.C: STRCONV
4981         (scanMaster): ditto
4982
4983         * text2.C (setCounter): STRCONV
4984
4985         * paragraph.C (asString): STRCONV
4986
4987         * lyxlength.C (asString): STRCONV
4988         (asLatexString): ditto
4989
4990         * lyxgluelength.C (asString): STRCONV
4991         (asLatexString): ditto
4992
4993         * lyxfunc.C (dispatch): STRCONV
4994         (open): ditto
4995
4996         * lyxfont.C (stateText): STRCONV
4997
4998         * importer.C (Import): STRCONV
4999
5000         * counters.C (labelItem): STRCONV
5001         (numberLabel): ditto
5002         (numberLabel): remove unused ostringstream o
5003
5004         * chset.C: STRCONV
5005         (loadFile): ditto
5006
5007         * bufferview_funcs.C (currentState): STRCONV
5008
5009         * buffer.C (readFile): STRCONV
5010         (asciiParagraph): ditto
5011         (makeLaTeXFile): ditto
5012
5013         * Spacing.C (writeEnvirBegin): STRCONV
5014
5015         * LaTeXFeatures.C (getLanguages): STRCONV
5016         (getPackages): ditto
5017         (getMacros): ditto
5018         (getBabelOptions): ditto
5019         (getTClassPreamble): ditto
5020         (getLyXSGMLEntities): ditto
5021         (getIncludedFiles): ditto
5022
5023         * LaTeX.C: STRCONV
5024         (run): ditto
5025         (scanAuxFile): ditto
5026         (deplog): ditto
5027
5028         * LString.h: add the STRCONV macros
5029
5030         * BufferView_pimpl.C (savePosition): STRCONV
5031         (restorePosition): ditto
5032         (MenuInsertLyXFile): ditto
5033
5034         * vc-backend.C (scanMaster): change from submatch[...] to
5035         submatch.str(...)
5036
5037         * funcrequest.C: include config.h
5038
5039         * factory.C: include config.h
5040
5041         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5042
5043         * box.C: include config.h
5044
5045         * LaTeX.C (scanAuxFile): change from submatch[...] to
5046         submatch.str(...)
5047         (deplog): ditto
5048
5049 2002-10-25  Angus Leeming  <leeming@lyx.org>
5050
5051         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5052
5053         * ispell.[Ch] (setError): new method.
5054         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5055         Use setError() insetead of goto END.
5056
5057         * lyx_cb.C (AutoSave): move out child process into new class
5058         AutoSaveBuffer.
5059
5060 2002-10-30  John Levon  <levon@movementarian.org>
5061
5062         * text3.C: make start appendix undoable
5063
5064 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5065
5066         * lyxlength.C (inPixels): Fix returned value.
5067
5068         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5069         environment.
5070
5071 2002-10-24  Angus Leeming  <leeming@lyx.org>
5072
5073         * lyxgluelength.h: no need to forward declare BufferParams
5074         or BufferView, so don't.
5075
5076 2002-10-21  John Levon  <levon@movementarian.org>
5077
5078         * BufferView.C: menuUndo ->undo, redo
5079
5080         * BufferView.h: document, remove dead, make some methods private
5081
5082         * paragraph_funcs.h:
5083         * paragraph_funcs.C:
5084         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5085
5086         * buffer.h:
5087         * buffer.C:
5088         * sgml.h:
5089         * sgml.C: move sgml open/close tag into sgml.C
5090
5091         * bufferview_funcs.h: unused prototype
5092
5093         * lyxfunc.h:
5094         * lyxfunc.C: remove unused
5095
5096         * lyxtext.h:
5097         * text.C: remove unused
5098
5099 2002-10-21  John Levon  <levon@movementarian.org>
5100
5101         * BufferView.h:
5102         * BufferView.C:
5103         * BufferView_pimpl.h:
5104         * BufferView_pimpl.C: fix mouse wheel handling based on
5105           patch from Darren Freeman
5106
5107 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5108
5109         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5110
5111 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5112
5113         * lyxlength.C (inPixels): Fix hanfling of negative length.
5114         Fix LyXLength::MU case.
5115
5116 2002-10-16  John Levon  <levon@movementarian.org>
5117
5118         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5119
5120 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5121
5122         * converter.C (view): add support for $$i (file name) and $$p
5123         (file path) for the viewer command. If $$i is not specified, then
5124         it is appended to the command (for compatibility with old syntax)
5125
5126 2002-10-14  Juergen Vigna  <jug@sad.it>
5127
5128         * undo_funcs.C (textHandleUndo): alter the order in which the
5129         new undopar is added to the LyXText, as we have to set first
5130         the right prev/next and then add it as otherwise the rebuild of
5131         LyXText is not correct. Also reset the cursor to the right paragraph,
5132         with this IMO we could remove the hack in "redoParagraphs()".
5133
5134 2002-10-09  Angus Leeming  <leeming@lyx.org>
5135
5136         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5137         to turn off an optimisation if a new inset is to be inserted.
5138
5139 2002-10-11 André Pönitz <poenitz@gmx.net>
5140
5141         * lyxtext.h: make some functions public to allow access
5142         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5143
5144 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5145
5146         * text3.C (dispatch): when changing layout, avoid an infinite loop
5147         [bug #652]
5148
5149 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5150
5151         * lyxrc.C (read): treat a viewer or converter command of "none" as
5152         if it were empty.
5153
5154         * MenuBackend.C (expandFormats): for an update, also allow the
5155         formats that are not viewable
5156
5157         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5158         script if it is newer than the lyxrc.defaults in user directory
5159
5160 2002-10-07 André Pönitz <poenitz@gmx.net>
5161
5162         * text.C: Vitaly Lipatov's small i18n fix
5163
5164 2002-09-25  Angus Leeming  <leeming@lyx.org>
5165
5166         * ispell.h: doxygen fix.
5167
5168 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5169
5170         * buffer.h (readFile): Add a new argument to the method, to allow
5171         reading of old-format templates.
5172
5173 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5174
5175         * toc.C (getTocList): Get TOC from InsetWrap.
5176
5177 2002-09-16  John Levon  <levon@movementarian.org>
5178
5179         * lyxfunc.C: check tabular for cut/copy too
5180
5181 2002-09-12  John Levon  <levon@movementarian.org>
5182
5183         * LyXAction.C: tidy
5184
5185         * factory.h:
5186         * factory.C: add header
5187
5188         * paragraph_funcs.h:
5189         * paragraph_funcs.C: cleanup
5190
5191 2002-09-11  John Levon  <levon@movementarian.org>
5192
5193         * PrinterParams.h: odd/even default to true
5194
5195 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5196
5197         * PrinterParams.h: update printer parameters for new xforms dialog
5198
5199 2002-09-11  Angus Leeming  <leeming@lyx.org>
5200
5201         * lyxserver.C (read_ready): re-write to make it more transparent
5202         and to make it work in coherent fashion under Tru64 Unix.
5203
5204 2002-09-11  André Pönitz <poenitz@gmx.net>
5205
5206         * commandtags.h:
5207         * LyXAction.C:
5208         * text3.C: implement LFUN_WORDSEL
5209
5210 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5211
5212         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5213         make floatlist_ a boost::shared_ptr<FloatList>
5214
5215         * lyxtextclass.C: include FloatList.h
5216         (LyXTextClass): initialize floatlist_
5217         (TextClassTags): add TC_NOFLOAT
5218         (Read): match "nofloat" to TC_NOFLOAT and use it.
5219         (readFloat): modify call to floatlist_
5220         (floats): ditto
5221         (floats): ditto
5222
5223         * FloatList.[Ch] (FloatList): remove commented out float
5224         initialization.
5225         (erase): new function
5226
5227 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5228
5229         * MenuBackend.C (expandToc): fix crash when there is no document
5230         open
5231
5232 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5233
5234         * many files: Add insetwrap.
5235
5236 2002-09-09  John Levon  <levon@movementarian.org>
5237
5238         * text2.C: remove confusing and awkward depth wraparound
5239
5240 2002-09-09  John Levon  <levon@movementarian.org>
5241
5242         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5243
5244         * buffer.h:
5245         * buffer.C: remove getIncludeonlyList()
5246
5247         * paragraph.C:
5248         * lyxfunc.C: remove headers
5249
5250 2002-09-09  Juergen Vigna  <jug@sad.it>
5251
5252         * text.C (getColumnNearX): fix form Michael this is most
5253         probably a cut&paste bug.
5254
5255 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5256
5257         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5258
5259         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5260         references, ws changes.
5261
5262         * text2.C (init): update counters after init
5263         (insertParagraph): no need to set counter on idividual paragraphs.
5264         (setCounter): access the counters object in the textclass object
5265         on in the buffer object.
5266         (updateCounters): ditto
5267
5268         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5269         shared_ptr<Counters> to avoid loading counters.h in all
5270         compilation units.
5271         (LyXTextClass): initialize ctrs_
5272         (TextClassTags): add TC_COUNTER, and ...
5273         (Read): use it here.
5274         (CounterTags): new tags
5275         (readCounter): new function
5276         (counters): new funtion
5277         (defaultLayoutName): return a const reference
5278
5279         * counters.C (Counters): remove contructor
5280         (newCounter): remove a couple of unneeded statements.
5281         (newCounter): simplify a bit.
5282         (numberLabel): some small formatting changes.
5283
5284         * buffer.[Ch]: remove all traces of counters, move the Counters
5285         object to the LyXTextClass.
5286
5287 2002-09-06  Alain Castera  <castera@in2p3.fr>
5288
5289         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5290         package to set the horizontal alignment on fixed width columns.
5291
5292         * lyx_sty.C:
5293         * lyx_sty.h: added tabularnewline macro def.
5294
5295         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5296
5297 2002-09-06  John Levon  <levon@movementarian.org>
5298
5299         * LyXAction.C: tooltips for sub/superscript
5300
5301         * MenuBackend.C: a bit more verbose
5302
5303         * lyxfunc.C: tiny clean
5304
5305         * undo_funcs.C: document undo_frozen
5306
5307 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5308
5309         * counters.C (Counters): add missing algorithm counter.
5310
5311         * text2.C (setCounter): lookup the counter with layouts latexname
5312         instead of by section number.
5313         (setCounter): use a hackish way to lookup the correct enum
5314         counter.
5315         a float name->type change
5316         reset enum couners with counter name directly instead of depth value.
5317
5318         * counters.C (Counters): remove the push_backs, change to use the
5319         float type not the float name.
5320         (labelItem): remove unused string, float name->type change
5321
5322         * counters.h: don't include vector, loose the enums and sects vectors
5323
5324 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5325
5326         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5327         (Read): add float->TC_FLOAT to textclassTags
5328         (Read): and handle it in the switch
5329         (readFloat): new function
5330
5331         * FloatList.C (FloatList): comment out the hardcoded float
5332         definitions.
5333
5334         * lyxlayout.h: ws change.
5335
5336 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5337
5338         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5339
5340 2002-09-03  Angus Leeming  <leeming@lyx.org>
5341
5342         * BufferView_pimpl.h: qualified name is not allowed in member
5343         declaration: WorkArea & Pimpl::workarea() const;
5344
5345         * factory.C: added using std::endl directive.
5346
5347         * text3.C: added using std::find and std::vector directives.
5348
5349 2002-08-29  André Pönitz <poenitz@gmx.net>
5350
5351         * lyxtext.h:
5352         * text2.C: remove unused member number_of_rows
5353
5354         * Makefile.am:
5355         * BufferView2.C: remove file, move contents to...
5356         * BufferView.C: ... here
5357
5358         * BufferView_pimpl.C:
5359         * factory.C: move more inset creation to factory
5360
5361         * vspace.C: avoid direct usage of LyXText, ws changes
5362
5363         * BufferView.[Ch]:
5364                 don't provide direct access to WorkArea, use two simple
5365                 acessors haveSelction() and workHeight() instead
5366
5367
5368 2002-08-29  John Levon  <levon@movementarian.org>
5369
5370         * BufferView_pimpl.C (dispatch): do not continue when
5371           no buffer
5372
5373 2002-08-28  André Pönitz <poenitz@gmx.net>
5374
5375         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5376
5377         * BufferView.h:
5378         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5379
5380 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5381
5382         * buffer.C: increment LYX_FORMAT to 221
5383
5384         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5385         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5386
5387         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5388
5389         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5390
5391 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5392
5393         * factory.C (createInset): use LyXTextClass::floats
5394
5395         * MenuBackend.C (expandFloatListInsert):
5396         (expandFloatInsert):
5397         (expandToc):
5398
5399         * text2.C (setCounter):
5400
5401         * LaTeXFeatures.C (useFloat):
5402         (getFloatDefinitions):
5403
5404         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5405
5406         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5407         floatlist_, with accessor floats().
5408
5409         * FloatList.h: remove global FloatList
5410
5411 2002-08-26  André Pönitz <poenitz@gmx.net>
5412
5413         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5414
5415         * BufferView.h:
5416         * BufferView2.C:
5417         * BufferView_pimpl.C:
5418         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5419
5420 2002-08-25  John Levon  <levon@movementarian.org>
5421
5422         * LyXAction.C: fix margin note description
5423
5424 2002-08-24  John Levon  <levon@movementarian.org>
5425
5426         * buffer.C:
5427         * bufferlist.C:
5428         * bufferview_funcs.C:
5429         * lyxfont.C:
5430         * undo_funcs.C: cleanups
5431
5432         * lyxfunc.C: disable CUT/COPY when no selection
5433
5434 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5435
5436         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5437         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5438
5439         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5440         Add backward compatibility to "mono", "gray" and "no".
5441
5442 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5443
5444         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5445         (and file_format >= 200).
5446
5447 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5448
5449         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5450
5451 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5452
5453         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5454
5455 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5456
5457         * BufferView_pimpl.C:
5458         * LyXAction.C:
5459         * buffer.C:
5460         * commandtags.h:
5461         * lyxfunc.C:
5462         * paragraph.[Ch]:
5463         * text2.C:
5464         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5465         inset and code to make it  work with the paragraph code. The inset
5466         can be anywhere in the paragraph, but will only do the expected
5467         thing in LaTeX if the layout file contains the parameter line
5468                         OptionalArgs    1
5469         (or more generally, a nonzero value) for that layout.
5470
5471 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5472
5473         * paragraph.h: remove the declaration of undefined counters class
5474         function.
5475
5476 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5477
5478         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5479         Dr. Richard Hawkins.
5480
5481 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5482
5483         * paragraph_funcs.h: remove some unneeded includes
5484
5485         * text.C (backspace): pasteParagraph now in global scipe
5486
5487         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5488         (pasteSelection): ditto
5489
5490         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5491         * paragraph_funcs.C (pasteParagraph): ... here
5492
5493 2002-08-20  André Pönitz <poenitz@gmx.net>
5494
5495         * commandtags.h: new LFUNs for swapping/copying table row/colums
5496
5497         * LyXAction.C:
5498         * lyxfunc.C: support for new lfuns
5499
5500 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5501
5502         * tabular.C:
5503         * buffer.[Ch]: remove NO_COMPABILITY stuff
5504
5505 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5506
5507         * boost.C (throw_exception): new file, with helper function for
5508         boost compiled without exceptions.
5509
5510         * paragraph.h:
5511         * lyxlength.C:
5512         * buffer.C:
5513         * ParameterStruct.h:
5514         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5515
5516         * bufferlist.C (emergencyWriteAll): use boost bind
5517
5518         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5519
5520         * text.C: include paragraph_funcs.h
5521         (breakParagraph): breakParagraph is now in global scope
5522
5523         * paragraph_funcs.[Ch]: new files
5524
5525         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5526         global scope
5527
5528         * buffer.C: include paragraph_funcs.h
5529         (insertStringAsLines): breakParagraph is now in global scope
5530
5531         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5532         paragraph_funcs.C
5533
5534         * CutAndPaste.C: include paragraph_funcs.h
5535         (cutSelection): breakParagraphConservative is now in global scope
5536         (pasteSelection): ditto
5537
5538         * buffer.h: declare oprator== and operator!= for
5539         Buffer::inset_iterator
5540
5541         * bufferlist.C (emergencyWrite): don't use fmt(...)
5542
5543         * text3.C: add using std::endl
5544
5545         * BufferView.C (moveCursorUpdate): remove default arg
5546
5547 2002-08-20  André Pönitz <poenitz@gmx.net>
5548
5549         * buffer.[Ch]: move inline functions to .C
5550
5551         * BufferView2.C:
5552         * BufferView_pimpl.C:
5553         * text.C:
5554         * buffer.[Ch]: use improved inset_iterator
5555
5556         * buffer.C:
5557         * paragraph.[Ch]: write one paragraph at a time
5558
5559 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5560
5561         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5562         style if style is not specified.
5563
5564 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5565
5566         * text2.C (setCounter): when searching for right label for a
5567         caption, make sure to recurse to parent insets (so that a caption
5568         in a minipage in a figure float works) (bug #568)
5569
5570 2002-08-20  André Pönitz <poenitz@gmx.net>
5571
5572         * text3.C: new file for LyXText::dispatch() and helpers
5573
5574         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5575
5576         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5577
5578 2002-08-19  André Pönitz <poenitz@gmx.net>
5579
5580         * lyxtext.h:
5581         * text.C: new LyXText::dispatch()
5582
5583         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5584
5585 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5586
5587         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5588
5589         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5590         Hebrew text.
5591
5592 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5593
5594         * Makefile.am: use $(variables) instead of @substitutions@
5595
5596 2002-08-15  André Pönitz <poenitz@gmx.net>
5597
5598         * lyxfunc.C:
5599         * BufferView_pimpl.C: streamlining mathed <-> outer world
5600         interaction
5601
5602         * commandtags.h:
5603         * LyXAction.C: remove unused LFUN_MATH
5604
5605 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5606
5607         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5608
5609 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5610
5611         * paragraph.C (Paragraph): reformat a bit
5612         (cutIntoMinibuffer): use builtin InsetList function instad of
5613         doing it manually.
5614         (getInset): ditto
5615
5616         * buffer.C: include boost/bind.hpp, add using std::for_each
5617         (writeFileAscii): use ParagraphList iterators
5618         (validate): use for_each for validate traversal of paragraphs
5619         (getBibkeyList): use ParagraphList iterators
5620         (resizeInsets): use for_each to resizeInsetsLyXText for all
5621         paragraphs.
5622         (getParFromID): use ParagraphList iterators
5623
5624         * BufferView2.C (lockInset): use paragraph list and iterators
5625
5626 2002-08-14  John Levon  <levon@movementarian.org>
5627
5628         * lyxserver.C: remove spurious xforms include
5629
5630 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5631
5632         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5633
5634 2002-08-13  André Pönitz <poenitz@gmx.net>
5635
5636         * LyXAction.[Ch]:
5637         * lyxfunc.C: further cleaning
5638
5639 2002-08-13  André Pönitz <poenitz@gmx.net>
5640
5641         * funcrequest.h: new constructor
5642
5643         * funcrequest.C: move stuff here from .h
5644
5645         * Makefile.am:
5646         * BufferView_pimpl.C:
5647         * LyXAction.C:
5648         * toc.C:
5649         * lyxfunc.C: subsequent changes
5650
5651         * lyxfunc.h: new view() member function
5652
5653         * lyxfunc.C: subsequent changes
5654
5655 2002-08-13  Angus Leeming  <leeming@lyx.org>
5656
5657         * BufferView2.C:
5658         * BufferView_pimpl.C:
5659         * buffer.C:
5660         * converter.C:
5661         * importer.C:
5662         * lyxfunc.C:
5663         * lyxvc.C:
5664         * toc.C:
5665         * vc-backend.C:
5666         changes due to the changed LyXView interface that now returns references
5667         to member variables not pointers.
5668
5669 2002-08-13  Angus Leeming  <leeming@lyx.org>
5670
5671         * WordLangTuple (word, lang_code): return references to strings,
5672         not strings.
5673
5674         * BufferView.h:
5675         * SpellBase.h:
5676         * lyxtext.h: forward-declare WordLangTuple.
5677
5678         * BufferView2.C:
5679         * ispell.C:
5680         * pspell.C:
5681         * text.C: #include "WordLangTuple.h".
5682
5683         * lyxtext.h:
5684         * text.C: (selectNextWordToSpellcheck): constify return type.
5685
5686 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
5687
5688         * buffer.C:
5689         * buffer.h:
5690         * lyxtext.h:
5691         * paragraph.C:
5692         * paragraph_pimpl.h:
5693         * text.C:
5694         * text2.C:
5695         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
5696         suggested by Angus.
5697         Made updateCounter always count from start of buffer, and removed
5698         second argument (par).
5699         Reverted floats number display to '#'. Perhaps I'll try again when the
5700         code base is sanitized a bit.
5701
5702 2002-08-12  Angus Leeming  <leeming@lyx.org>
5703
5704         * buffer.[Ch] (getLabelList): constify.
5705
5706 2002-08-07  André Pönitz <poenitz@gmx.net>
5707
5708         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
5709
5710         * funcrequest.h: extension to keep mouse (x,y) position
5711
5712 2002-08-12  Juergen Vigna  <jug@sad.it>
5713
5714         * BufferView2.C (insertErrors): forbid undo when inserting error
5715         insets.
5716
5717         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
5718
5719 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5720
5721         * ParagraphList.[Ch]: new files
5722
5723         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
5724
5725         * BufferView2.C (lockInset): ParagraphList changes
5726         * toc.C: ditto
5727         * text2.C: ditto
5728         * bufferlist.C: ditto
5729         * buffer.h: ditto
5730         * buffer.C: ditto
5731
5732 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5733
5734         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
5735         unused class variable counter_,
5736
5737         * paragraph.[Ch] (getFirstCounter): delete unused function
5738
5739         * counters.C: include LAssert.h
5740         (reset): add a new function with no arg, change other version to
5741         not have def. arg and to not allow empty arg.
5742
5743         * text2.C (setCounter): remove empty arg from call to Counters::reset
5744
5745 2002-08-11  John Levon  <levon@movementarian.org>
5746
5747         * Makefile.am: add WordLangTuple.h
5748
5749 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5750
5751         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
5752         lyxfunc.C lyxlex_pimpl.C: ws changes only.
5753
5754         * insets/insettext.C: InsetList changes
5755
5756         * graphics/GraphicsSupport.C (operator()): InsetList changes
5757
5758         * toc.C (getTocList): InsetList changes
5759
5760         * paragraph_pimpl.[Ch]: InsetList changes
5761
5762         * paragraph.[Ch]: InsetList changes
5763
5764         * buffer.C (inset_iterator): InsetList changes
5765         (setParagraph): ditto
5766         * buffer.h (inset_iterator): ditto
5767         * iterators.C (operator++): ditto
5768         * iterators.h: ditto
5769
5770         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
5771
5772         * InsetList.[Ch]: new files, most InsetList handling moved out of
5773         paragraph.C.
5774
5775         * BufferView2.C (removeAutoInsets): InsetList changes
5776         (lockInset): ditto
5777         (ChangeInsets): ditto
5778
5779 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5780
5781         * paragraph_pimpl.h (empty): new function
5782
5783         * paragraph.[Ch] (empty): new function
5784
5785         * other files: use the new Paragraph::empty function
5786
5787 2002-08-09  John Levon  <levon@movementarian.org>
5788
5789         * lyxtext.h: remove unused refresh_height
5790
5791 2002-08-09  John Levon  <levon@movementarian.org>
5792
5793         * Makefile.am:
5794         * sgml.h:
5795         * sgml.C:
5796         * buffer.C:
5797         * paragraph.h:
5798         * paragraph.C: move sgml char escaping out of paragraph
5799
5800         * paragraph.h:
5801         * paragraph.C: remove id setter
5802
5803         * buffer.C:
5804         * paragraph.C:
5805         * paragraph_pimpl.C: remove dead tex_code_break_column
5806
5807         * bufferview_funcs.C: small cleanup
5808
5809         * lyxfunc.C: remove dead proto
5810
5811         * lyxtext.h: make some stuff private. Remove some dead stuff.
5812
5813         * lyxgluelength.C: make as[LyX]String() readable
5814
5815 2002-08-08  John Levon  <levon@movementarian.org>
5816
5817         * LyXAction.h:
5818         * LyXAction.C:
5819         * MenuBackend.C:
5820         * ToolbarDefaults.C:
5821         * lyxfunc.C:
5822         * lyxrc.C:
5823         * toc.C: lyxaction cleanup
5824
5825 2002-08-08  John Levon  <levon@movementarian.org>
5826
5827         * BufferView2.C: small cleanup
5828
5829         * lyxfind.h:
5830         * lyxfind.C: move unnecessary header into the .C
5831
5832 2002-08-08  John Levon  <levon@movementarian.org>
5833
5834         * funcrequest.h: just tedious nonsense
5835
5836         * lyx_main.h:
5837         * lyx_main.C: cleanups
5838
5839         * buffer.C:
5840         * vspace.C: remove dead header lyx_main.h
5841
5842 2002-08-07  Angus Leeming  <leeming@lyx.org>
5843
5844         * Paragraph.[Ch]:
5845         * paragraph_pimpl.h:
5846         Forward declare class Counters in paragraph.h by moving the ctrs member
5847         variable into Paragraph::Pimpl.
5848         (counters): new method, returning a reference to pimpl_->ctrs.
5849
5850         * text2.C: ensuing changes.
5851
5852 2002-08-07  John Levon  <levon@movementarian.org>
5853
5854         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
5855
5856         * BufferView_pimpl.C: announce X selection on double/triple
5857           click
5858
5859         * lyx_main.C: use correct bool in batch dispatch
5860
5861         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
5862
5863 2002-08-07  André Pönitz <poenitz@gmx.net>
5864
5865         * funcrequest.h: new class to wrap a kb_action and its argument
5866
5867         * BufferView.[Ch]:
5868         * BufferView_pimpl[Ch]:
5869         * LaTeX.C:
5870         * LyXAction.[Ch]:
5871         * lyxfunc.[Ch]:
5872         * lyxrc.C: subsequent changes
5873
5874
5875 2002-08-07  John Levon  <levon@movementarian.org>
5876
5877         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
5878           document options change.
5879
5880 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
5881
5882         * counters.[Ch]
5883         * text2.C
5884         * paragraph.[Ch]
5885         * makefile.am: move counters functionality over from
5886         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
5887
5888 2002-08-06  John Levon  <levon@movementarian.org>
5889
5890         * WordLangTuple.h: new file for word + language code tuple
5891
5892         * SpellBase.h:
5893         * pspell.h:
5894         * pspell.C:
5895         * ispell.h:
5896         * ispell.C:
5897         * lyxtext.h:
5898         * text.C:
5899         * text2.C:
5900         * BufferView.h:
5901         * BufferView2.C: use WordLangTuple
5902
5903         * layout.h:
5904         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
5905
5906 2002-08-06  John Levon  <levon@movementarian.org>
5907
5908         * lyx_main.C: fix cmdline batch handling
5909
5910 2002-08-06  André Pönitz <poenitz@gmx.net>
5911
5912         * lyxrc.C: set default for show_banner to true
5913
5914 2002-08-06  John Levon  <levon@movementarian.org>
5915
5916         * pspell.C: fix a crash, and allow new aspell to work
5917
5918 2002-08-06  John Levon  <levon@movementarian.org>
5919
5920         * lyxfunc.C:
5921         * kbmap.C: small cleanup
5922
5923         * vspace.h:
5924         * vspace.C: add const
5925
5926 2002-08-05  John Levon  <levon@movementarian.org>
5927
5928         * LyXAction.C: back to tabular-insert
5929
5930 2002-08-04  John Levon  <levon@movementarian.org>
5931
5932         * BufferView.h:
5933         * BufferView.C: cosmetic change
5934
5935         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
5936
5937         * bufferlist.C:
5938         * buffer.h:
5939         * buffer.C:
5940         * lyxcb.h:
5941         * lyxcb.C:
5942         * lyxserver.C:
5943         * lyxvc.C:
5944         * vc-backend.C:
5945         * BufferView2.C: purge all "Lyx" not "LyX" strings
5946
5947         * lyxcursor.h:
5948         * lyxcursor.C: attempt to add some documentation
5949
5950         * lyxfunc.C:
5951         * commandtags.h:
5952         * LyXAction.C:
5953         * ToolbarDefaults.C:
5954         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
5955           merge with LFUN_TABULAR_INSERT
5956
5957         * Makefile.am:
5958         * SpellBase.h:
5959         * ispell.h:
5960         * ispell.C:
5961         * pspell.h:
5962         * pspell.C: split up i/pspell implementations into separate
5963           files, many cleanups
5964
5965         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
5966
5967         * text2.C: some cleanup
5968
5969         * lyxfunc.C: don't check for isp_command == "none" any more, it
5970           didn't make any sense
5971
5972 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
5973
5974         * counters.[Ch]
5975         * text2.C
5976         * paragraph.[Ch]
5977         * makefile.am: move counters functionality over
5978         from text2.C/paragraph.[Ch] to counters.[Ch], and
5979         make proper C++.
5980 2002-08-02  John Levon  <levon@movementarian.org>
5981
5982         * buffer.C: s/lyxconvert/lyx2lyx/
5983
5984 2002-08-02  Angus Leeming  <leeming@lyx.org>
5985
5986         * lyxlex.C: revert John's change as it breaks reading of the user
5987         preamble.
5988
5989 2002-08-02  Angus Leeming  <leeming@lyx.org>
5990
5991         * importer.C (Import):
5992         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
5993         changes due to LyXView::view() now returning a boost::shared_ptr.
5994
5995 2002-08-02  John Levon  <levon@movementarian.org>
5996
5997         * lyxlex.C: small cleanup
5998
5999 2002-08-02  John Levon  <levon@movementarian.org>
6000
6001         * text2.C (status): small cleanup, no logic change
6002
6003 2002-08-01  John Levon  <levon@movementarian.org>
6004
6005         * buffer.h:
6006         * buffer.C (writeFile): don't output alerts, caller
6007           handles this
6008
6009         * bufferlist.C:
6010         * lyx_cb.C: from above
6011
6012         * lyxfunc.C: allow to open non-existent files
6013
6014 2002-07-31  John Levon  <levon@movementarian.org>
6015
6016         * lyxserver.C: don't let incidental errors get
6017           in the way (errno)
6018
6019 2002-07-30  John Levon  <levon@movementarian.org>
6020
6021         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6022
6023 2002-07-30  John Levon  <levon@movementarian.org>
6024
6025         * lyxserver.h:
6026         * lyxserver.C: remove I/O callback too
6027
6028 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6029
6030         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6031         log.
6032
6033 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6034
6035         * many files: strip,frontStrip -> trim,ltrim,rtrim
6036
6037 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6038
6039         * PrinterParams.h: remove extern containsOnly, and include
6040         support/lstrings.h instead.
6041
6042         * LaTeX.C (scanAuxFile): modify because of strip changes
6043         (deplog): ditto
6044         * buffer.C (makeLaTeXFile): ditto
6045         * bufferparams.C (writeFile): ditt
6046         * lyxfont.C (stateText): ditto
6047         * lyxserver.C (read_ready): ditto
6048         * vc-backend.C (scanMaster): ditto
6049
6050         * BufferView_pimpl.h: ws changes
6051
6052         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6053
6054 2002-07-26  André Pönitz <poenitz@gmx.net>
6055
6056         * kb_sequence.C: remove unnedred usings
6057
6058 2002-07-26  Juergen Vigna  <jug@sad.it>
6059
6060         * lyxfind.C (LyXReplace): we have to check better if the returned
6061         text is not of theLockingInset()->getLockingInset().
6062
6063 2002-07-25  Juergen Vigna  <jug@sad.it>
6064
6065         * lyxfind.C (LyXReplace): don't replace if we don't get the
6066         right LyXText.
6067
6068         * undo_funcs.C (createUndo): remove debugging code.
6069
6070 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6071
6072         * buffer.C (parseSingleLyXformat2Token): Use default placement
6073         when reading old floats.
6074
6075         * FloatList.C (FloatList): Change the default placement of figure
6076         and tables to "tbp".
6077
6078 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6079
6080         * MenuBackend.C: using std::max
6081
6082 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6083
6084         * MenuBackend.C (expandToc):
6085         (expandToc2): code moved from xforms menu frontend. It is now
6086         generic and TOCs are transparent to menu frontends.
6087
6088 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6089
6090         * toc.C (getTocList): protect against buf=0
6091
6092         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6093         Menu as first parameter. Now, this calls itself recursively to
6094         expand a whole tree (this will be useful for TOC handling)
6095         (expandFloatInsert): remove 'wide' version of floats
6096
6097         * MenuBackend.h (submenuname): returns the name of the submenu.
6098         (submenu): returns the submenu itself, provided it has been
6099         created by MenuBackend::expand
6100
6101 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6102
6103         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6104         insets which have noFontChange == true. (bug #172)
6105
6106 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6107
6108         * BufferView_pimpl.C: add connection objects and use them...
6109         (Pimpl): here.
6110
6111 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6112
6113         * MenuBackend.C (expandLastfiles):
6114         (expandDocuments):
6115         (expandFormats):
6116         (expandFloatListInsert):
6117         (expandFloatInsert):
6118         (expand): split expand in parts
6119
6120 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6121
6122         * lyx_gui.C: use lyx_gui::exit()
6123
6124 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6125
6126         * LyXAction.C: show the failing pseudo action
6127
6128 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6129
6130         * buffer.C (readFile): Run the lyxconvert script in order to read
6131         old files.
6132
6133 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6134
6135         * LyXAction.C:
6136         * commandtags.h:
6137         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6138
6139 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6140
6141         * LyXAction.C:
6142         * commandtags.h:
6143         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6144
6145 2002-07-22  Herbert Voss  <voss@lyx.org>
6146
6147         * lengthcommon.C:
6148         * lyxlength.[Ch]: add support for the vertical lengths
6149
6150 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6151
6152         * toc.[Ch]: std:: fixes
6153
6154 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6155
6156         * lyxrc.C: do not include lyx_main.h
6157
6158         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6159         for layouts
6160
6161         * lyxrc.C:
6162         * encoding.C:
6163         * bufferlist.C:
6164         * BufferView2.C: include "lyxlex.h"
6165
6166         * tabular.h:
6167         * bufferparams.h: do not #include "lyxlex.h"
6168
6169         * lyxtextclasslist.C (Add): remove method
6170         (classlist): renamed to classlist_
6171
6172         * paragraph_pimpl.C:
6173         * paragraph.C:
6174         * text2.C:
6175         * CutAndPaste.C:
6176         * bufferview_funcs.C:
6177         * bufferlist.C:
6178         * text.C:
6179         * LaTeXFeatures.C:
6180         * buffer.C:
6181         * toc.C (getTocList): use BufferParams::getLyXTextClass
6182
6183         * toc.C (getTocList): use InsetFloat::addToToc
6184
6185         * toc.[Ch]: new files, containing helper functions to handle table
6186         of contents
6187
6188         * lyxfunc.C (dispatch): no need to remove spaces around command
6189         given as a string
6190         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6191         first command of the sequence; it is not very clever, but I do not
6192         have a better idea, actually
6193
6194         * LyXAction.C (LookupFunc): make sure to remove space at the
6195         beginning and end of the command
6196
6197 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6198
6199         * MenuBackend.C (getMenubar): new method: return the menubar of
6200         this menu set
6201         (read): treat differently reading of menu and menubar (in
6202         particular, the menubar has no name now)
6203         (Menu::menubar): remove
6204
6205         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6206         saving is finished
6207
6208 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6209
6210         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6211         a bibitem inset in a RTL paragraph.
6212
6213 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6214
6215         * paragraph_pimpl.C: constify
6216
6217         * BufferView_pimpl.C:
6218         * LaTeX.C:
6219         * lyxfunc.C: fix dispatch in a nicer way
6220
6221 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6222
6223         * lyxfunc.C (dispatch):
6224         * BufferView_pimpl.C:
6225         * BufferView_pimpl.h:
6226         * BufferView.C:
6227         * BufferView.h: rename Dispatch() to dispatch()
6228
6229         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6230
6231         * lyxlayout.C (Read): honor DependsOn tag
6232
6233         * lyxlayout.[Ch] (depends_on): new method
6234
6235         * version.C.in: update lyx_docversion
6236
6237         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6238
6239         * paragraph.C (validate): remove from here...
6240         * paragraph_pimpl.C (validate): ... and move here
6241         (isTextAt): make it const
6242
6243         * buffer.C (getLists): ws cleanup
6244
6245 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6246
6247         * language.C (read): Use iso8859-1 encoding in latex_lang
6248         (this prevents LyX from crashing when using iso10646-1 encoding).
6249
6250 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6251
6252         * text2.C (toggleInset): if cursor is inside an inset, close the
6253         inset and leave cursor _after_ it
6254
6255 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6256
6257         * lyxfunc.C: move minibuffer completion handling out of here
6258
6259 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6260
6261         * BufferView_pimpl.C:
6262         * LaTeX.C: fix dispatch calls
6263
6264 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6265
6266         * text.C (drawChars): Fix Arabic text rendering.
6267
6268 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6269
6270         * LyXAction.C:
6271         * commandtags.h:
6272         * lyxfunc.C: remove message-push/pop
6273
6274         * lyxserver.C:
6275         * lyxfunc.h:
6276         * lyxfunc.C: rationalise some code by removing verboseDispatch
6277           in favour of a bool argument to dispatch()
6278
6279 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6280
6281         * lyx_main.C (init): make sure to read symlinks as absolute paths
6282
6283 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6284
6285         * lyxfunc.h:
6286         * lyxfunc.C: no need for commandshortcut to be a member
6287
6288 2002-07-15  André Pönitz <poenitz@gmx.net>
6289
6290         * converter.C: add support for $$s (scripts from lib/scripts dir)
6291         * lyx_main.C: white space
6292
6293 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6294
6295         * bufferlist.C:
6296         * lyxrc.h:
6297         * lyxrc.C: remove second exit confirmation
6298
6299 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6300
6301         * BufferView.h:
6302         * BufferView.C:
6303         * BufferView2.C:
6304         * BufferView_pimpl.h:
6305         * BufferView_pimpl.C:
6306         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6307
6308 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6309
6310         * MenuBackend.C (expand): add numeric shortcuts to document menu
6311
6312         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6313
6314 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6315
6316         * lyxfont.C (setLyXFamily):
6317         (setLyXSeries):
6318         (setLyXShape):
6319         (setLyXSize):
6320         (setLyXMisc):
6321         (lyxRead):
6322         * debug.C (value):
6323         * buffer.C (asciiParagraph): use ascii_lowercase
6324
6325 2002-07-15  Mike Fabian  <mfabian@suse.de>
6326
6327         * lyxlex_pimpl.C (search_kw):
6328         * lyxlex.C (getLongString):
6329         * converter.h (operator<):
6330         * converter.C (operator<):
6331         * buffer.C (parseSingleLyXformat2Token):
6332         (asciiParagraph):
6333         * ToolbarDefaults.C (read):
6334         * MenuBackend.C (checkShortcuts):
6335         (read):
6336         * LColor.C (getFromGUIName):
6337         (getFromLyXName): use the compare_ascii_no_case instead of
6338         compare_no_case, because in turkish, 'i' is not the lowercase
6339         version of 'I', and thus turkish locale breaks parsing of tags.
6340
6341 2002-07-16  Angus Leeming  <leeming@lyx.org>
6342
6343         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6344         now takes a Buffer const & argument.
6345
6346 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6347
6348         * BufferView.C (resize): check there's a buffer to resize
6349
6350 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6351
6352         * lyxfunc.C: remove dead code
6353
6354         * lyxserver.h:
6355         * lyxserver.C: use lyx_guii::set_read_callback
6356
6357 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6358
6359         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6360         an inset in a RTL paragraph.
6361
6362 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6363
6364         * lyxfunc.C: repaint after a font size update
6365
6366 2002-07-15  André Pönitz <poenitz@gmx.net>
6367
6368         * lyxlength.C: inBP should be able to return negative values
6369
6370 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6371
6372         * lyxfunc.C: use lyx_gui::update_fonts()
6373
6374 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6375
6376         * lyxfunc.C: use lyx_gui::update_color()
6377
6378 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6379
6380         * bufferlist.C:
6381         * lyxfunc.h:
6382         * lyxfunc.C:
6383         * lyxrc.h:
6384         * lyxrc.C: remove file->new asks for name option, and let
6385           buffer-new take an argument
6386
6387 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6388
6389         * BufferView_pimpl.C: remove unneeded extra repaint()
6390
6391 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6392
6393         * LyXAction.C: allow command-sequence with NoBuffer
6394
6395         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6396
6397 2002-07-10  Angus Leeming  <leeming@lyx.org>
6398
6399         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6400
6401 2002-07-09  Angus Leeming  <leeming@lyx.org>
6402
6403         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6404
6405 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6406
6407         * lengthcommon.h: whitespace
6408
6409         * lyxfunc.C: update scrollbar after goto paragraph
6410
6411         * lyxtext.h: factor out page break drawing, and fix it so
6412           page break/added space paints as selected nicely
6413
6414 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6415
6416         * BufferView_pimpl.C: add FIXMEs, clean up a little
6417
6418 2002-07-09  André Pönitz <poenitz@gmx.net>
6419
6420         * lyxfont.[Ch]: support for wasy symbols
6421
6422 2002-07-08  André Pönitz <poenitz@gmx.net>
6423
6424         * BufferView_pimpl.C: apply John's patch for #93.
6425
6426 2002-07-05  Angus Leeming  <leeming@lyx.org>
6427
6428         * BufferView_pimpl.C (buffer): generate previews if desired.
6429
6430         * LColor.h: add "preview" to the color enum.
6431
6432         * LColor.C (LColor): add a corresponding entry to the items array.
6433
6434         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6435         with this buffer.
6436
6437 2002-07-05  Angus Leeming  <leeming@lyx.org>
6438
6439         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6440         The body of the code is now in the method that is passed an ostream &
6441         rather than a file name.
6442         Pass an additional only_preamble parameter, useful for the forthcoming
6443         preview stuff.
6444
6445 2002-07-03  André Pönitz <poenitz@gmx.net>
6446
6447         * lyxfunc.C: simplify getStatus() a bit for math stuff
6448
6449 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6450
6451         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6452
6453 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6454
6455         * text.C (changeRegionCase): do not change case of all the
6456         document when region ends at paragraph end (bug #461)
6457
6458 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6459
6460         * paragraph.C (startTeXParParams):
6461         (endTeXParParams): add \protect when necessary
6462
6463 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6464
6465         * BufferView_pimpl.C (workAreaExpose): remove warning
6466
6467 2002-06-27  Angus Leeming  <leeming@lyx.org>
6468
6469         * Makefile.am: add lyxlayout_ptr_fwd.h.
6470
6471 2002-06-26  André Pönitz <poenitz@gmx.net>
6472
6473         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6474
6475 2002-06-25  Angus Leeming  <leeming@lyx.org>
6476
6477         * lyxfunc.C (dispatch): Comment out the call to
6478         grfx::GCache::changeDisplay. The method no longer exists now that the
6479         pixmap generation part of the graphics loader has been moved into
6480         InsetGraphics.
6481
6482 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6483
6484         * text2.C: layout as layout
6485
6486         * text.C: layout as layout
6487
6488         * tabular.C (OldFormatRead): layout as layout
6489
6490         * paragraph_pimpl.C (TeXDeeper): layout as layout
6491         (realizeFont): layout as layout
6492
6493         * paragraph.C (writeFile): layout as layout
6494         (validate): layout as layout
6495         (getFont): layout as layout
6496         (getLabelFont): layout as layout
6497         (getLayoutFont): layout as layout
6498         (breakParagraph): layout as layout
6499         (stripLeadingSpaces): layout as layout
6500         (getEndLabel): layout as layout
6501         (getMaxDepthAfter): layout as layout
6502         (applyLayout): layout as layout
6503         (TeXOnePar): layout as layout
6504         (simpleTeXOnePar): layout as layout
6505         (TeXEnvironment): layout as layout
6506         (layout): layout as layout
6507         (layout): layout as layout
6508
6509         * lyxtextclass.C (compare_name): new functor to work with
6510         shared_ptr, layout as layout
6511         (Read): layout as layout
6512         (hasLayout): layout as layout
6513         (operator): layout as layout
6514         (delete_layout): layout as layout
6515         (defaultLayout): layout as layout
6516
6517         * lyxlayout_ptr_fwd.h: new file
6518
6519         * lyxlayout.C (Read): layout as layout
6520
6521         * lyx_cb.C (MenuInsertLabel): layout as layout
6522
6523         * bufferlist.C (newFile): layout as layout
6524
6525         * buffer.C (readLyXformat2): layout as layout
6526         (parseSingleLyXformat2Token): layout as layout
6527         (insertStringAsLines): layout as layout
6528         (asciiParagraph): layout as layout
6529         (latexParagraphs): layout as layout
6530         (makeLinuxDocFile): layout as layout
6531         (simpleLinuxDocOnePar): layout as layout
6532         (makeDocBookFile): layout as layout
6533         (simpleDocBookOnePar): layout as layout
6534         (getLists): layout as layout
6535
6536         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6537
6538         * CutAndPaste.C (cutSelection): layout as layout
6539         (pasteSelection): layout as layout
6540         (SwitchLayoutsBetweenClasses): layout as layout
6541
6542         * BufferView_pimpl.C (Dispatch): layout as layout
6543         (smartQuote): layout as layout
6544
6545         * BufferView2.C (unlockInset): layout as layout
6546
6547 2002-06-24  André Pönitz <poenitz@gmx.net>
6548
6549         * lyxfunc.C: fix #487
6550
6551 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6552
6553         * lyxrc.h:
6554         * lyxrc.C:
6555         * lyxfunc.C: remove display_shortcuts, show_banner
6556
6557 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6558
6559         * Buffer_pimpl.C: oops, update on resize
6560
6561 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6562
6563         * buffer.C:
6564         * converter.C:
6565         * exporter.C:
6566         * lyxfunc.C:
6567         * BufferView.h:
6568         * BufferView.C: use repaint()
6569
6570         * BufferView_pimpl.h:
6571         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6572           as it's a clearer description. Remove superfluous
6573           redraws.
6574
6575 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6576
6577         * text.C: fix bug 488. Not ideal, but getting
6578           getWord() to work properly for the insets that
6579           matter is more difficult ...
6580
6581 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6582
6583         * BufferView_pimpl.C:
6584         * LyXAction.C:
6585         * commandtags.h:
6586         * lyxfunc.C: remove the six million index lyxfuncs to just
6587           one, and DTRT (bug 458)
6588
6589 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6590
6591         * BufferView.h:
6592         * BufferView.C:
6593         * BufferView_pimpl.h:
6594         * BufferView_pimpl.C: clean up resize() stuff,
6595           and unnecessary updateScreen()s
6596
6597 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6598
6599         * BufferView.h:
6600         * BufferView.C:
6601         * BufferView_pimpl.h:
6602         * BufferView_pimpl.C:
6603         * lyxfind.h:
6604         * lyxfind.C:
6605         * minibuffer.C: remove focus management of workarea,
6606           not needed. Use screen's greyOut()
6607
6608 2002-06-17  Herbert Voss  <voss@lyx.org>
6609
6610         * converter.C: (convert) do not post a message, when converting
6611         fails, let the calling function decide what to do in this case
6612
6613 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6614
6615         * lyxfunc.C: tidy up a little
6616
6617 2002-06-16    <alstrup@diku.dk>
6618
6619         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6620         Got rid of FORMS_H_LOCATION include. Now we are
6621         GUII.
6622
6623 2002-06-15  LyX Development team  <lyx@rilke>
6624
6625         * buffer.[Ch] (sgmlOpenTag):
6626         (sgmlCloseTag): Added support for avoiding pernicious mixed
6627         content. Return number of lines written.
6628
6629         (makeLinuxDocFile):
6630         (makeDocBookFile): Fixed calls to sgml*Tag.
6631         Simple white space clean.
6632
6633         (simpleDocBookOnePar): Simple white space clean.
6634
6635         * tabular.[Ch] (docBook): Renamed to docbook and got another
6636         argument to related with the pernicious mixed content.
6637
6638         (docbookRow): Fixed calls for docbook inset method.
6639
6640 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6641
6642         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6643         so it's X11 independent.
6644
6645         * kb*.[Ch]: ditto.
6646
6647         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6648
6649 2002-06-15  Lyx Development team  <lyx@electronia>
6650
6651         * intl.h: Renamed getTrans to getTransManager.
6652
6653 2002-06-14  Angus Leeming  <leeming@lyx.org>
6654
6655         * Makefile.am: nuke forgotten stl_string_fwd.h.
6656
6657 2002-06-12  Angus Leeming  <leeming@lyx.org>
6658
6659         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6660
6661 2002-06-13  Angus Leeming  <leeming@lyx.org>
6662
6663         * LaTeX.C:
6664         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6665
6666 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
6667
6668         * kbmap.C (getiso): add support for cyrillic and greek
6669
6670 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6671
6672         * BufferView.h:
6673         * BufferView.C:
6674         * BufferView_pimpl.h:
6675         * BufferView_pimpl.C: move bogus scrolling logic
6676           to xforms
6677
6678 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6679
6680         * lyxfunc.C:
6681         * BufferView_pimpl.C: view->resize() change
6682
6683 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6684
6685         * BufferView_pimpl.C: topCursorVisible
6686           prototype change
6687
6688 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6689
6690         * Makefile.am:
6691         * lyx_gui.h:
6692         * lyx_gui.C: move to frontends/
6693
6694         * main.C:
6695         * lyx_main.h:
6696         * lyx_main.C: changes from above
6697
6698 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6699
6700         * intl.C:
6701         * intl.h:
6702         * kbmap.C:
6703         * kbsequence.C:
6704         * lyx_cb.C:
6705         * lyx_main.C: minor tidy
6706
6707 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6708
6709         * BufferView_pimpl.h:
6710         * BufferView_pimpl.C:
6711         * BufferView.h:
6712         * BufferView.C: make painter() const,
6713           remove dead code
6714
6715         * BufferView2.C: use screen() accessor
6716
6717         * lyx_main.h:
6718         * lyx_main.C: some minor cleanup
6719
6720 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6721
6722         * BufferView_pimpl.h:
6723         * BufferView_pimpl.C: remove enter/leaveView,
6724           use workHeight()
6725
6726 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6727
6728         * BufferView.h:
6729         * BufferView.C:
6730         * BufferView2.C:
6731         * BufferView_pimpl.h:
6732         * BufferView_pimpl.C: only construct screen once,
6733           rename
6734
6735         * lyxrc.C: remove pointless comment
6736
6737 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6738
6739         * BufferView.h:
6740         * BufferView.C: remove active() and belowMouse()
6741
6742         * BufferView_pimpl.h:
6743         * BufferView_pimpl.C: use workarea() not workarea_,
6744           and make it use a scoped_ptr instead
6745
6746 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6747
6748         * lyx_gui.C: add debug message on BadWindow
6749
6750 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6751
6752         * sp_spell.C: fdopen is not part of the C++ standard.
6753
6754         * paragraph.C (InsetIterator): use >= instead of ==
6755
6756 2002-06-07  Angus Leeming  <leeming@lyx.org>
6757
6758         Fixes needed to compile with Compaq cxx 6.5.
6759         * BufferView_pimpl.C:
6760         * DepTable.C:
6761         * buffer.C:
6762         * converter.C:
6763         * encoding.C:
6764         * lyx_gui.C:
6765         * lyx_main.C:
6766         * lyxtextclasslist.C:
6767         * minibuffer.C:
6768         * sp_spell.C:
6769         * tabular_funcs.C:
6770         * vc-backend.C:
6771         all c-library variables have been moved into namespace std. Wrap
6772         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
6773
6774         * lyxlength.C:
6775         * tabular-old.C:
6776         * tabular.C:
6777         Add a using std::abs declaration.
6778
6779         * kbmap.h (modifier_pair):
6780         * paragraph.h (InsetTable, InsetList):
6781         * lyxfont.h (FontBits):
6782         type definition made public.
6783
6784         * bufferlist.C (emergencyWriteAll): the compiler complains that
6785         there is more than one possible lyx::class_fun template to choose from.
6786         I re-named the void specialisation as lyx::void_class_fun.
6787
6788         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
6789
6790         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
6791         the compiler is is unable to find tostr in write_attribute.
6792
6793 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6794
6795         * buffer.C (sgmlError): hide #warning
6796
6797 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6798
6799         * xtl/*: get rid of xtl, which is not in use anyway
6800
6801         * LyXAction.C (init):
6802         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
6803         were unimplemented xtl experimentation
6804
6805 2002-06-04  André Pönitz <poenitz@gmx.net>
6806
6807         * lyxfunc.C: disable array operation on simple formulae
6808
6809 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
6810
6811         * converter.C: constify a bit
6812
6813 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
6814
6815         * lyx_gui.C: check xforms version correctly
6816
6817 2002-04-30  Herbert Voss  <voss@lyx.org>
6818
6819         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
6820         "keep" option
6821
6822 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
6823
6824         * lyxvc.C: fix bug 416 (make sure buffer is saved before
6825           attempt to register it with a VCS)
6826
6827 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6828
6829         * lyx_main.C (init): honor variables LYX_DIR_13x and
6830         LYX_USERDIR_13x
6831
6832 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6833
6834         * buffer.h:
6835         * buffer.C:
6836         * lyx_main.C: fix a crash on bad command line,
6837           and give a useful exit status on error
6838
6839         * lyxfunc.C (doImport): allow -i lyx to work
6840
6841 2002-03-30  André Pönitz <poenitz@gmx.net>
6842
6843         * lyxfunc.C: mathed font changes
6844
6845 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6846
6847         * LaTeX.C:
6848         * importer.h:
6849         * importer.C:
6850         * lyx_sty.h:
6851         * lyx_sty.C:
6852         * lyxlex.C:
6853         * lyxrow.h:
6854         * lyxtext.h:
6855         * paragraph.h:
6856         * paragraph.C:
6857         * texrow.h:
6858         * texrow.C:
6859         * text.C:
6860         * trans_mgr.h: srcdocs, and some minor cleanups
6861
6862 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6863
6864         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
6865         call getFont all the time)
6866
6867 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6868
6869         * switch from SigC signals to boost::signals
6870
6871 2002-05-29  André Pönitz <poenitz@gmx.net>
6872
6873         * paragraph_pimpl.C (getChar): don't call size() too often...
6874
6875 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6876
6877         * paragraph_pimpl.C (insertChar): do not try to update tables when
6878         appending (pos == size())
6879
6880         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
6881         in order to reduce drastically the number of comparisons needed to
6882         parse a large document
6883
6884 2002-05-29  André Pönitz <poenitz@gmx.net>
6885
6886         * text.C:
6887         * text2.C:
6888         * lyxtextclass.C:
6889         * sp_pspell.h:
6890         * textclasslist.[Ch]:
6891         * sp_ispell.h: whitespace change
6892
6893 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6894
6895         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
6896         lyxaction directly now.
6897
6898 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
6899
6900         * trans.C:
6901         * lyxfont.C:
6902         * lyxvc.C: remove unused headers
6903
6904 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6905
6906         * Makefile.am:
6907         * buffer.h:
6908         * undostack.h:
6909         * undostack.C:
6910         * undo_funcs.h:
6911         * undo_funcs.C: some cleanups. Use shared_ptr
6912           and a template for the undo stacks.
6913
6914 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6915
6916         * BufferView_pimpl.h:
6917         * BufferView_pimpl.C:
6918         * kbmap.h:
6919         * kbmap.C:
6920         * kbsequence.h:
6921         * kbsequence.C:
6922         * lyxfunc.h:
6923         * lyxfunc.C:
6924         * text2.C: use key_state/mouse_state
6925
6926 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6927
6928         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
6929         and LSubstring
6930
6931         * chset.C: change include order
6932         (loadFile): use boost regex and get rid of LRegex and LSubstring
6933
6934         * Makefile.am (BOOST_LIBS): new variable
6935         (lyx_LDADD): use it
6936
6937         * LaTeX.C: change include order.
6938         (scanAuxFile): use boost regex and get rid of LRegex and
6939         LSubstring
6940         (deplog): ditto
6941
6942 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6943
6944         * ColorHandler.h:
6945         * ColorHandler.C:
6946         * FontInfo.h:
6947         * FontInfo.C: moved to frontends/xforms/
6948
6949         * FontLoader.h:
6950         * FontLoader.C: moved into frontends for GUIIzation
6951
6952         * Makefile.am:
6953         * lyx_gui.C:
6954         * lyxfont.C:
6955         * lyxfunc.C: changes from above
6956
6957 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6958
6959         * LColor.C: remove spurious X include
6960
6961         * BufferView_pimpl.C:
6962         * Makefile.am:
6963         * font.h:
6964         * font.C:
6965         * text.C:
6966         * text2.C: move font metrics to frontends/
6967
6968 2002-05-24  Juergen Vigna  <jug@sad.it>
6969
6970         * undo_funcs.C (textHandleUndo): fix the cursor selection after
6971         setting the undo_cursor.
6972
6973         * ParagraphParameters.h: include local includes first.
6974
6975 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6976
6977         * BufferView_pimpl.C:
6978         * BufferView_pimpl.h:
6979         * Makefile.am:
6980         * WorkArea.h:
6981         * WorkArea.C:
6982         * screen.C: move WorkArea into frontends/
6983
6984         * lyxscreen.h:
6985         * screen.C:
6986         * text.C:
6987         * BufferView.C:
6988         * BufferView2.C: move LyXScreen into frontends/
6989
6990         * lyxlookup.h:
6991         * lyxlookup.C:
6992         * lyx_gui.C: move lyxlookup into frontends/xforms/
6993
6994 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6995
6996         * BufferView2.C:
6997         * BufferView_pimpl.C:
6998         * FontLoader.C:
6999         * LyXView.h:
7000         * LyXView.C:
7001         * Makefile.am:
7002         * WorkArea.C:
7003         * XFormsView.h:
7004         * XFormsView.C:
7005         * buffer.C:
7006         * bufferlist.C:
7007         * bufferview_funcs.C:
7008         * converter.C:
7009         * importer.C:
7010         * lyx_cb.C:
7011         * lyx_gui.C:
7012         * lyx_main.C:
7013         * lyx_find.C:
7014         * lyxfunc.C:
7015         * lyxvc.C:
7016         * minibuffer.C:
7017         * text.C:
7018         * text2.C:
7019         * trans.C:
7020         * vc-backend.C: move LyX/XFormsView into frontends/
7021
7022 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7023
7024         * Makefile.am:
7025         * PainterBase.C:
7026         * PainterBase.h:
7027         * Painter.C:
7028         * Painter.h:
7029         * WorkArea.C:
7030         * WorkArea.h:
7031         * screen.C:
7032         * tabular.C:
7033         * text.C:
7034         * text2.C: move Painter to frontends/
7035
7036 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7037
7038         * buffer.C: comment out some some code that depend upon lyx_format
7039         < 220
7040
7041         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7042         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7043
7044         * buffer.h (NO_COMPABILITY): turn off compability
7045
7046         * ColorHandler.C: include scoped_array.hpp
7047
7048         * font.C: Use more specific smart_ptr header.
7049         * Painter.C: ditto
7050         * gettext.C: ditto
7051         * ShareContainer.h: ditto
7052         * lyx_main.h: ditto
7053         * kbmap.h: ditto
7054         * FontInfo.h: ditto
7055         * BufferView_pimpl.h: ditto
7056         * ColorHandler.h: ditto
7057
7058         * kbmap.C (defkey): change call to shared_ptr::reset
7059
7060 2002-05-21  Juergen Vigna  <jug@sad.it>
7061
7062         * buffer.C (insertErtContents): fix to insert ert asis if it is
7063         non empty. Skip it completely if it contains only whitespaces.
7064
7065 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7066
7067         * BufferView_pimpl.C:
7068         * BufferView2.C: clear selection on paste (bug 393)
7069
7070 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7071
7072         * DepTable.C: include ctime
7073
7074 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7075
7076         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7077
7078 2002-05-14  Juergen Vigna  <jug@sad.it>
7079
7080         * text.C (breakParagraph): fixed function to honor the keepempty
7081         layout in the right maner and also to permit the right breaking
7082         algorithm on empty or non empyt keepempty paragraphs.
7083
7084         * paragraph.C (breakParagraph): we have to check also if the par
7085         is really empty (!size()) for isempty otherwise we do the wrong
7086         paragraph break.
7087
7088 2002-05-10  Juergen Vigna  <jug@sad.it>
7089
7090         * buffer.[Ch] : The following are only changes to the ert
7091         compatibility read reading old LaTeX layout and font stuff and
7092         convert it to ERTInsets.
7093
7094         * buffer.h: added isErtInset().
7095
7096         * buffer.C (struct ErtComp): add a fromlayout bool to check
7097         if we're inside a LaTeX layout.
7098         (isErtInset): new helper function.
7099         (insertErtContents): look for other ert insets before this one
7100         and insert the contents there, so that we don't have subsequent
7101         ERT insets with nothing between them. This way we create only one
7102         inset with multiple paragraphs. Also check if we don't insert only
7103         spaces ' ' as they are ignored anyway afterwards in the .tex file
7104         so if we have only spaces we will ignore this latex part in the
7105         new file.
7106         (parseSingleLyXformat2Token \\layout): better compatibility when
7107         reading layout-latex stuff.
7108         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7109         language tag.
7110         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7111         stuff after reading the inset only get the information back from
7112         the stack.
7113
7114 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7115
7116         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7117
7118         * LaTeXFeatures.C (getBabelOptions): New method.
7119
7120 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7121
7122         * BufferView_pimpl.C (Dispatch): work around missing argument for
7123         'layout'
7124
7125 2002-05-08  Juergen Vigna  <jug@sad.it>
7126
7127         * text.C (leftMargin): handle paragraph leftindent.
7128
7129         * paragraph.C (writeFile): write the new \\leftindent tag.
7130         (validate): handle leftindent code.
7131         (TeXEnvironment): handle paragraphleftindent code again.
7132
7133         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7134
7135         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7136         for paragrap_extra indent code and new token \\leftindent.
7137         (latexParagraphs): handle the leftindent as environment.
7138
7139         * ParameterStruct.h: added leftindent support.
7140
7141         * ParagraphParameters.C (leftIndent): added support functions for
7142         the paragraph left indent.
7143
7144         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7145         more appropriate.
7146
7147 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7148
7149         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7150         inside insetERT.
7151
7152         * text.C (computeBidiTables): No bidi in insetERT.
7153
7154         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7155         in RTL documents.
7156
7157 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7158
7159         * version.C.in: pre 5
7160
7161 2002-05-02  José Matos  <jamatos@fep.up.pt>
7162         * buffer.C (makeDocBookFile): white space changes, add newline to
7163         command styles.
7164         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7165
7166         * tabular.C (docBook): fix typo.
7167
7168 2002-05-03  Juergen Vigna  <jug@sad.it>
7169
7170         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7171         change in LyXText as we can not be sure it was not freed.
7172         (drawOneRow): remove unused code.
7173
7174         * text.C (drawInset): redo the calculation of the need_break_row as
7175         it could have a row which was already freed.
7176         (draw): look at the return value of drawInset and return false if
7177         it also returned false.
7178         (paintRowText): look at the return value of draw and return false if
7179         it also returned false.
7180
7181         * lyxtext.h: added bool return type to drawInset() and draw() so that
7182         if we have a change in the row so that the rowbreak has to be redone
7183         we abort drawing as it will be called again.
7184
7185 2002-05-02  Juergen Vigna  <jug@sad.it>
7186
7187         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7188         a change in the maintext also if we're inside an inset.
7189         (Dispatch): set the cursor again after a break line and after the
7190         screen has been updated as it could be we're in a different row.
7191
7192         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7193         to set the cursor behind the pargraph with > size().
7194         (setCursor): check also for the same paragraph when checking where
7195         to put the cursor if we have a NFR inset.
7196
7197         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7198         parts of layout read further up as it still was in the wrong
7199         position.
7200
7201 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7202
7203         * screen.C (drawFromTo): change sine fullRebreak always return
7204         true.
7205
7206         * buffer.C (parseSingleLyXformat2Token): reindent some
7207
7208         * BufferView_pimpl.C (update): change since fullRebreak always
7209         return true.
7210         (Dispatch): git rid of the last hardcoded "Standard"s.
7211
7212 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7213
7214         * text2.[Ch] (fullRebreak): make it return void now that we always
7215         returned true.
7216
7217 2002-04-30  Juergen Vigna  <jug@sad.it>
7218
7219         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7220         ert compatibility check for "latex" layout.
7221
7222 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7223
7224         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7225         minipages: use col% instead of p%, and also use the current font.
7226         (makeLaTeXFile): Fix use babel condition.
7227         (parseSingleLyXformat2Token): Correct font when reading old floats.
7228
7229 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7230
7231         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7232         inserting list of floats.
7233
7234 2002-04-25  Herbert Voss  <voss@lyx.org>
7235
7236         * MenuBackend.C (expand): don't add the graphics extensions to the
7237         export menu
7238
7239 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7240
7241         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7242         non-existing layout, do not complain if it was the default layout
7243         of the original class (bug #342)
7244
7245 2002-04-24  Juergen Vigna  <jug@sad.it>
7246
7247         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7248         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7249
7250 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7251
7252         * buffer.C (getBibkeyList): If using \bibliography, return the
7253         option field with the reference itself. Enables us to provide natbib
7254         support when using \bibliography.
7255
7256 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7257
7258         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7259
7260         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7261         natbib is provided by the LaTeX class.
7262
7263 2002-04-23  Juergen Vigna  <jug@sad.it>
7264
7265         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7266         Wakeup functions.
7267
7268         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7269
7270 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7271
7272         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7273
7274         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7275         ensuremath around textordmasculine, textordfeminine and
7276         textdegree.
7277
7278 2002-04-19  Juergen Vigna  <jug@sad.it>
7279
7280         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7281         reinitializing the buffer otherwise row-dimensions may be wrong.
7282         (update): reset also the selection cursors if they do exits otherwise
7283         their x/y positions may be wrong.
7284
7285         * text2.C (cursorDown): don't enter the inset if we came from a row
7286         above and are one row over the inset.
7287
7288         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7289         really leaving an inset.
7290
7291 2002-04-18  Juergen Vigna  <jug@sad.it>
7292
7293         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7294         of the selected paragraph does not have the selected layout also if
7295         the last one had!
7296
7297         * text2.C (setLayout): fixed bug which did not change last selected
7298         paragraph.
7299
7300         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7301         changed the read and substituted \\end_float with \\end_inset!
7302
7303         * BufferView_pimpl.C (cursorPrevious):
7304         (cursorNext): fixed to make it work with rows heigher than the work
7305         area without moving the cursor only the draw of the row.
7306         (workAreaMotionNotify): fix jumping over high rows.
7307
7308 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7309
7310         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7311         Ressler.
7312
7313 2002-04-16  Juergen Vigna  <jug@sad.it>
7314
7315         * text2.C (setCursor): set also the irow().
7316         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7317         (cursorUp):
7318         (cursorDown): support for locking an inset if the x_fix value goes
7319         inside it. That way I can transverse insets too with cursor up/down.
7320
7321         * lyxrow.h: added irow helper function same as other (i) functions.
7322
7323         * BufferView_pimpl.C (cursorPrevious):
7324         (cursorNext): fixed for insets!
7325
7326 2002-04-15  Juergen Vigna  <jug@sad.it>
7327
7328         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7329         position otherwise it is wrong in some cases.
7330
7331         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7332         inside the inset before the call.
7333
7334 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7335
7336         * buffer.[Ch] (getBibkeyList): make it const.
7337
7338 2002-04-12  Juergen Vigna  <jug@sad.it>
7339
7340         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7341
7342         * text2.C (getCursorX): new helper function
7343         (setCursor): compute also ix_
7344         (setCursorFromCoordinates): set also ix.
7345
7346         * lyxcursor.h: added ix_ and helper functions.
7347
7348         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7349
7350         * buffer.C (insertStringAsLines): dont break paragraph if the this
7351         paragraph is inside an inset which does not permit it!
7352
7353         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7354         also with no chars on this paragraph.
7355         (paintRowText): only paint stuff if it's inside the workarea!
7356
7357         * paragraph.C (breakParagraph): honor keepempty flag and break the
7358         paragraph always below not above.
7359
7360         * BufferView2.C (unlockInset): update the paragraph layout on inset
7361         unlock as we changed paragraph in such a case.
7362
7363         * lyxfind.C (LyXFind): clear the former selection if not found!
7364
7365         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7366         again called in insertChar().
7367
7368         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7369         an inset which uses the whole row!
7370         (rightMargin): ditto.
7371         (insertChar): force a rebreak if we inserted an inset!
7372
7373 2002-03-28  Herbert Voss  <voss@lyx.org>
7374
7375         * lyxlength.[Ch]: add inBP() to get the right PS-point
7376         units (BigPoint). With inPixels we have rounding errors
7377
7378 2002-04-11  Juergen Vigna  <jug@sad.it>
7379
7380         * text2.C (setCursorFromCoordinates): set iy to the right value.
7381         (setCursor): add check if row->previous exists!
7382
7383         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7384         an old float_type as this was the case in the old code!
7385
7386         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7387
7388         * BufferView2.C (showLockedInsetCursor): use iy
7389         (fitLockedInsetCursor): ditto
7390
7391         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7392         locked insets as there we have the right value now.
7393
7394         * lyxcursor.C: added iy_ variable and iy functions to set to the
7395         baseline of cursor-y of the locked inset.
7396
7397         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7398         (setCursor): fixed for insets which need a full row.
7399
7400         * text.C (rowLastPrintable): don't ignore the last space when before
7401         an inset which needs a full row.
7402         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7403         as last character of a row when before a inset which needs a full row.
7404
7405 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7406
7407         * version.C.in: update date
7408
7409         * text2.C (fullRebreak): try to always return true and see what
7410         happens...
7411
7412 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7413
7414         * MenuBackend.C (expand): use Floating::listName
7415
7416         * FloatList.C (FloatList): add listName argument to the built-in
7417         floats
7418
7419         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7420         text associated with the float.
7421
7422 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7423
7424         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7425
7426 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7427
7428         * ShareContainer.h: add a couple of missing typenames.
7429
7430 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7431
7432         * lyxrc.C (getDescription): use _() correctly rather than N_().
7433
7434 2002-03-28  Herbert Voss  <voss@lyx.org>
7435
7436         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7437         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7438
7439 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7440
7441         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7442         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7443
7444 2002-03-29  Juergen Vigna  <jug@sad.it>
7445
7446         * lyxfunc.C (dispatch): add a missing fitCursor call.
7447
7448         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7449         it was scrolled by a cursor move, so return the bool status.
7450
7451         * BufferView.C (fitCursor): return the bool flag also to the outside
7452         world as this is needed.
7453
7454         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7455
7456         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7457         call the edit() as it is not needed (and wrong) IMO.
7458         (workAreaButtonPress): set the screen_first variable before evt.
7459         unlock the inset as this may change screen_first and then we have
7460         a wrong y position for the click!
7461
7462 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7463
7464         * MenuBackend.C (expand): another translation that I missed
7465
7466 2002-03-28  Juergen Vigna  <jug@sad.it>
7467
7468         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7469
7470         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7471
7472 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7473
7474         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7475
7476         * MenuBackend.C (expand): fix export/view/update when there is no
7477         document open.
7478
7479 2002-03-27  Herbert Voss  <voss@lyx.org>
7480
7481         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7482         and text%
7483
7484 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7485
7486         * bufferview_funcs.C (currentState): only show paragraph number
7487         for is DEVEL_VERSION is set.
7488
7489         * lyxfunc.C (dispatch): put warning in INFO channel
7490
7491         * MenuBackend.C (expand): translate the name of floats
7492
7493         * FloatList.C (FloatList): mark the float names for translation
7494
7495         * converter.C (convert): use LibScriptSearch
7496
7497 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7498
7499         * MenuBackend.C (defaults): fix default menu (we might as well get
7500         rid of it...)
7501
7502 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7503
7504         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7505         directory.
7506
7507 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7508
7509         * lyxvc.C: reorder includes.
7510
7511 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7512
7513         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7514           properly
7515
7516 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7517
7518         * CutAndPaste.C: change layouts earlier on paste
7519           to avoid crashing when calling getFont()
7520
7521 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7522
7523         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7524         irritating #error.
7525
7526 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7527
7528         * WorkArea.C: remove 'Pending' debug message.
7529
7530         * most files: ws cleanup
7531
7532         * buffer.[Ch]: ws changes
7533
7534         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7535
7536 2002-03-21  Juergen Vigna  <jug@sad.it>
7537
7538         * tabular.C (SetMultiColumn): collapse also the contents of the
7539         cells and set the last border right. Added a Buffer const * param.
7540
7541 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7542
7543         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7544         linking or not.
7545
7546 2002-03-19  Juergen Vigna  <jug@sad.it>
7547
7548         * text2.C (clearSelection): reset also xsel_cache.
7549
7550         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7551         where it needs to be called (John tells us to do so too :)
7552         (selectionLost): reset sel_cache.
7553
7554         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7555
7556 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7557
7558         * text2.C (setCursorIntern): put debuging code in INSETS channel
7559
7560 2002-03-19  André Pönitz <poenitz@gmx.net>
7561
7562         * lyxfunc.C: tiny whitespace change
7563
7564 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7565
7566         * ToolbarDefaults.C (init):
7567         * LyXAction.C (init):
7568         * commandtags.h:
7569         * BufferView_pimpl.C (Dispatch):
7570         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7571
7572 2002-03-19  Allan Rae  <rae@lyx.org>
7573
7574         * exporter.C (Export): removeAutoInsets before doing anything else.
7575         While I've just introduced a dependency on BufferView this really is
7576         the best place to clean the buffer otherwise you need to cleanup in
7577         a dozen places before calling export or cleanup in a dozen functions
7578         that export calls.
7579
7580         * converter.C (runLaTeX):
7581         (scanLog): Better handling of removeAutoInsets and screen updates.
7582
7583         * lyxfunc.C (dispatch): small whitespace changes
7584
7585 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7586
7587         * WorkArea.C (C_WorkAreaEvent): return a value.
7588         (event_cb): return 1 if we handled the event, 0 otherwise.
7589
7590         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7591
7592 2002-03-18  Juergen Vigna  <jug@sad.it>
7593
7594         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7595         (GetAdditionalWidth): ditto.
7596         (RightLine): ditto.
7597         (LeftLine): ditto.
7598
7599         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7600         inset if we're there actually (probably not used right now but this
7601         is the direction to go for unifying code).
7602         (paste): disable code to clear the selection.
7603
7604         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7605         inside an InsetText and move the check further up as it is in the
7606         wrong place.
7607
7608         * text2.C (pasteSelection): set a selection over the pasted text.
7609
7610 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7611
7612         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7613         and libgraphics to build on Cygwin.
7614
7615 2002-03-15  Juergen Vigna  <jug@sad.it>
7616
7617         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7618         inserting an Inset into the paragraph. I know this is not the best
7619         fix but we already use current_view in CutAndPaste so we will remove
7620         all of it's using at the same time.
7621
7622         * buffer.C (sgmlError): deactivated function till it is rewritten in
7623         the right mode, now it can create problems.
7624
7625         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7626         before accessing it.
7627
7628 2002-03-14  Juergen Vigna  <jug@sad.it>
7629
7630         * undo_funcs.C (textHandleUndo): do the right thing when updating
7631         the inset after the undo/redo.
7632
7633         * text2.C (setCursor): just some testcode for #44 not ready yet.
7634
7635         * undo_funcs.C (textHandleUndo): set the next() and previous()
7636         pointers of the paragraph to 0 before deleting otherwise we have
7637         problems with the Paragraph::[destructor].
7638
7639         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7640         on a paragraph insertion.
7641
7642 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7643
7644         * buffer.C (asciiParagraph): use += operator for char append to
7645         string.
7646
7647         * paragraph.C (getFontSettings): compare >= not just >
7648         (highestFontInRange): ditto
7649         (setFont): ditto
7650
7651 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7652
7653         * paragraph.C: change several algorithm to be more appripriate for
7654         the problem domain. This is lookip in FontList and in the InsetList.
7655
7656 2002-03-13  André Pönitz <poenitz@gmx.net>
7657
7658         * commandtags.h:
7659         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7660
7661 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7662
7663         * commandtags.h:
7664         * LyXAction.C:
7665         * lyxfunc.C:
7666         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
7667
7668 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7669
7670         * Painter.C (display): anon helper function, adjust code for this
7671         change.
7672         (pixmap): remove function.
7673
7674         * Painter.h: remove private display variable.
7675
7676         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
7677
7678 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
7679
7680         * WorkArea.[Ch]: remove figinset_canvas cruft.
7681
7682 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7683
7684         * lyxtextclass.C (operator): add one item cache optimization.
7685
7686         * bufferlist.h: doxy changes
7687
7688         * bufferlist.C: ws changes
7689
7690         * DepTable.[Ch] (ext_exist): place const in the right spot.
7691
7692         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
7693         call resizeInsets.
7694         (workAreaExpose): call resizeInsets when the with BufferView changes.
7695         (Dispatch): adjust for protectedBlank removal
7696         (specialChar): call updateInset if the insert went ok.
7697
7698         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
7699         specialChar instead.
7700
7701         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
7702
7703         * BufferView.h: doxy change
7704
7705         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
7706
7707         * lyxtextclass.C (operator[]): remove non-const version
7708         (defaultLayout): remove non-const version
7709
7710 2002-03-12  Juergen Vigna  <jug@sad.it>
7711
7712         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
7713         did resize the LyXText too.
7714
7715         * buffer.C (readLyXformat2): set layout information on newly allocated
7716         paragraphs.
7717
7718         * tabular.C (OldFormatRead): set layout information on the paragraph.
7719
7720 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7721
7722         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
7723
7724 2002-03-11  Juergen Vigna  <jug@sad.it>
7725
7726         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
7727         plainly wrong.
7728         (resizeCurrentBuffer): force also the insets to resize themselfes.
7729         (moveCursorUpdate): fixed up for InsetText.
7730
7731 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
7732
7733         * commandtags.h:
7734         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
7735         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
7736         value of Dialogs::tooltipsEnabled().
7737         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
7738
7739 2002-03-08  Juergen Vigna  <jug@sad.it>
7740
7741         * BufferView_pimpl.C (updateInset): update inset inside inset also
7742         if it isn't inside theLockingInset().
7743
7744 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7745
7746         * buffer.C (asciiParagraph): redo some of the word and line length
7747         handling.
7748         (getLists): look for Caption instead of caption.
7749
7750 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7751
7752         * buffer.C (Buffer): initialize niceFile to true
7753         (makeLaTeXFile):
7754         (makeLinuxDocFile):
7755         (makeDocBookFile): make sure niceFile is true on exit
7756
7757 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7758
7759         * buffer.C (makeLaTeXFile): escape ~ in \input@path
7760
7761 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
7762
7763         * LyXSendto.C: remove.
7764         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
7765         * lyx_gui.C: remove now-redundant comment.
7766         * ColorHandler.h: remove forward declaration of class WorkArea.
7767         * lyxfunc.C: remove #include "WorkArea.h".
7768
7769 2002-03-07  Juergen Vigna  <jug@sad.it>
7770
7771         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
7772         got moved away with the DEPM and also set the inset_owner always
7773         right which before could have been omitted.
7774
7775 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7776
7777         * buffer.C (parseSingleLyXformat2Token): use default layout is the
7778         wanted layout is not found.
7779
7780 2002-03-07  Juergen Vigna  <jug@sad.it>
7781
7782         * CutAndPaste.C (cutSelection): another layout settings forgotten.
7783
7784 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7785
7786         * paragraph.C (breakParagraph): use default layout not layout of
7787         prev paragraph.
7788         (Paragraph): clear ParagraphParameters.
7789
7790 2002-03-06  Juergen Vigna  <jug@sad.it>
7791
7792         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
7793         otherwise it would not be a valid lenght. Fixed a special case in
7794         the minipage compatibility read where we end the document with a
7795         minipage.
7796
7797         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
7798         was set as it could be 0 for InsetTexts first entry.
7799
7800 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7801
7802         * paragraph.C (writeFile): if layout is empty write out
7803         defaultLayoutName().
7804
7805         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
7806         file without named layout we set layout to defaultLayoutName().
7807
7808 2002-03-06  Juergen Vigna  <jug@sad.it>
7809
7810         * CutAndPaste.C (copySelection): set layout for new paragraph.
7811
7812         * text.C (prepareToPrint): leave ERT inset left aligned
7813         (leftMargin): don't indent paragraphs inside ERT insets
7814
7815 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7816
7817         * paragraph.C (breakParagraph): dont call clear do the work manually
7818
7819         * paragraph.[Ch] (clear): remove function
7820
7821 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7822
7823         * paragraph.C (Paragraph): dont call clear, the work has already
7824         been done.
7825
7826         * lyxtextclass.C (operator): assert if n is empty
7827
7828         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
7829         work manually instead.
7830
7831 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7832
7833         * BufferView_pimpl.C: protect selectionLost against text == 0
7834
7835 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7836
7837         * text.C (breakParagraph): fix a setting layout to '0' problem.
7838
7839 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7840
7841         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
7842         final location of file, for the included files, and graphics.
7843
7844 2002-03-05  Juergen Vigna  <jug@sad.it>
7845
7846         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
7847
7848 2002-03-04  Juergen Vigna  <jug@sad.it>
7849
7850         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
7851
7852         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
7853         last column of multicolumn cells.
7854         (SetWidthOfMulticolCell): recalculate NMC and real columns.
7855
7856 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7857
7858         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
7859         file if it doesn't go to a temporary file.
7860
7861         * buffer.C (sgmlOpenTag):
7862         (sgmlCloseTag):  remove extra newline insertion.
7863
7864 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7865
7866         * text.C (getRowNearY): comment out debug msg
7867
7868 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7869
7870         * text2.C: first -> first_y
7871
7872         * text.C (getRowNearY): add some attemts at a possible
7873         optimization, not working.
7874
7875         * tabular.[Ch]: add BufferParams to several function so that newly
7876         created paragraph can be initialized to he default layotu for the
7877         buffers textclass.
7878
7879         * tabular-old.C (ReadOld): add buf->params to call of Init
7880
7881         * screen.C: rename text->first to text->first_y
7882
7883         * paragraph.C (breakParagraph): always set layout in the broken
7884         paragraph
7885
7886         * lyxtextclass.C (Read): remove lowercase
7887         (hasLayout): ditto
7888         (operator): ditto
7889         (delete_layout): ditto
7890
7891         * lyxtext.h: rename first -> first_y
7892
7893         * lyxlayout.C (Read): remove lowercase
7894         (name): ditto
7895         (setName): ditto
7896         (obsoleted_by): ditto
7897
7898         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
7899
7900         * buffer.C (insertErtContents): add params are to InsetERT
7901         (parseSingleLyXformat2Token): add code to check if a paragraphs
7902         layout really exist.
7903         (parseSingleLyXformat2Token): add params to several inset
7904         constructors
7905         (asciiParagraph): remove lowercase, do the layout comparisons with
7906         no_case
7907
7908         * BufferView_pimpl.C (cursorNext): first -> first_y
7909         (resizeCurrentBuffer): first -> first_y
7910         (updateScrollbar): first -> first_y
7911         (scrollCB): first -> first_y
7912         (workAreaMotionNotify): first -> first_y
7913         (workAreaButtonPress): first -> first_y
7914         (checkInsetHit): first -> first_y
7915         (cursorPrevious): first -> first_y
7916         (cursorNext): first -> first_y
7917         (Dispatch): add buffer_->params to severl inset contructors
7918
7919 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7920
7921         * lyxlayout.C (Read): remove some debug info that I forgot.
7922
7923         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
7924         clean up the code slightly.
7925         (makeLinuxDocFile): ditto
7926         (makeDocBookFile): ditto
7927
7928         * text2.C: layout as string
7929
7930         * text.C: layout as string
7931
7932         * paragraph_pimpl.C: layout as string
7933
7934         * paragraph.[Ch]: layout as string
7935
7936         * lyxtextclasslist.[Ch]: layout as string
7937
7938         * lyxtextclass.[Ch]: layout as string
7939
7940         * lyxtext.h: layout as string
7941
7942         * lyxlayout.[Ch]: layout as string
7943
7944         * lyx_cb.C: layout as string
7945
7946         * bufferview_funcs.C: layout as string
7947
7948         * bufferparams.C: layout as string
7949
7950         * buffer.C: layout as string
7951
7952         * LyXView.[Ch]: layout as string
7953
7954         * LaTeXFeatures.[Ch]: layout as string
7955
7956         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
7957
7958         * BufferView_pimpl.C: change current_layout to string, remove
7959         lyx::layout_type.
7960         (Dispatch):
7961         (smartQuote):
7962         (insertInset):
7963         (workAreaButtonRelease): layout as string
7964
7965         * BufferView2.C (unlockInset): adjust
7966
7967         * vspace.C (asLatexCommand): use an explict temp variable.
7968
7969 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7970
7971         * Makefile.am: use FRONTEND_*
7972
7973 2002-03-01  Juergen Vigna  <jug@sad.it>
7974
7975         * tabular.C (SetWidthOfMulticolCell): changed to something better
7976         I hope but still work in progress.
7977         (recalculateMulticolumnsOfColumn): renamed function from
7978         recalculateMulticolCells as it is more appropriate now.
7979         (SetWidthOfCell): calculate multicols better.
7980
7981 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7982
7983         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
7984
7985         * lyxfunc.C (processKeySym): print sequence also if it is
7986         `deleted' (complete)
7987
7988         * kbsequence.C (print): print sequence even if it is deleted
7989         (complete would be a better word, actually).
7990
7991         * lyxfunc.C (dispatch): print complete options after a prefix key
7992
7993         * vspace.C (asLatexCommand): rewrite in a slightly different form.
7994
7995 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
7996
7997         * text2.C (setCharFont): eliminate setCharFont code duplication.
7998
7999 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8000
8001         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8002         LFUN_TABULAR_FEATURE (bug #177)
8003
8004 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8005
8006         * Makefile.am: remove figure.h
8007
8008 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8009
8010         * Bufferview_pimpl.C:
8011         * CutAndPasteC:
8012         * LaTeX.C:
8013         * LyXSendto.C:
8014         * buffer.C:
8015         * bufferlist.C:
8016         * converter.C:
8017         * language.C:
8018         * lyxfunc.C:
8019         * lyxvc.C:
8020         * paragraph.C:
8021         * text.C:
8022         * text2.C: remove #include "lyx_gui_misc.h".
8023
8024         * LaTeX.C: added #include <cstdio>
8025
8026 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8027
8028         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8029         that the paragraph following this one can have.
8030
8031         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8032
8033         * vspace.C (asLatexCommand): fix bogus gcc warning
8034
8035         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8036
8037 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8038
8039         * text2.C (setLayout): get rid of redundant code
8040
8041 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8042
8043         * text2.C (incDepth): make sure depth cannot be increased beyond
8044         reasonable values.
8045
8046 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8047
8048         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8049         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8050
8051         * PainterBase.h (image):
8052         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8053         a LyXImage const *.
8054
8055 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8056
8057         * BufferView.C:
8058         * BufferView.h:
8059         * BufferView_pimpl.C:
8060         * BufferView_pimpl.h:
8061         * LaTeXFeatures.C:
8062         * LyXAction.C:
8063         * LyXView.C:
8064         * Makefile.am:
8065         * UpdateList.h:
8066         * UpdateList.C:
8067         * buffer.C:
8068         * figure.h:
8069         * figureForm.C:
8070         * figureForm.h:
8071         * figure_form.C:
8072         * figure_form.h:
8073         * lyx_cb.C:
8074         * lyx_gui.C:
8075         * lyx_gui_misc.C:
8076         * lyxfunc.C:
8077         * sp_base.h:
8078         * sp_ispell.h:
8079         * sp_pspell.h:
8080         * sp_spell.C: remove fig inset, and the crap house of
8081           cards that follows it
8082
8083 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8084
8085         * Makefile.am:
8086         * lyxserver.C:
8087         * os2_defines.h:
8088         * os2_errortable.h:
8089         * nt_defines.h: move .h into support/
8090
8091         * vms_defines.h: remove
8092
8093         * WorkArea.C: add space in debug output
8094
8095         * text2.C:
8096         * paragraph.C:
8097         * buffer.C: add WITH_WARNINGS
8098
8099         * vc-backend.h:
8100         * vc-backend.C:
8101         * bufferlist.C: s/retrive/retrieve/, add docs
8102
8103         * vspace.h:
8104         * vspace.C:
8105         * kbmap.h:
8106         * lyxlength.h:
8107         * lyxgluelength.h:
8108         * length_common.h:
8109         * chset.h:
8110         * chset.C: add docs
8111
8112         * lyxgui.C: add ID to X error handler
8113
8114         * lyxtestclass.c: fix typo
8115
8116 2002-02-26  Juergen Vigna  <jug@sad.it>
8117
8118         * tabular_funcs.C (write_attribute): changed so that some default
8119         attributes are not written at all.
8120         (getTokenValue): set default values before trying to read the
8121         value so we have the return value always set as default if we don't
8122         find the token we search for.
8123
8124         * tabular.C (Write): write bools as bools not as strings!
8125
8126 2002-02-22  Juergen Vigna  <jug@sad.it>
8127
8128         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8129         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8130
8131         * text.C (leftMargin): don't add an indent for paragraphs inside
8132         tabular cells (fix #208).
8133
8134 2002-02-21  José Matos  <jamatos@fep.up.pt>
8135
8136         * tabular.C (docBook): fixed support for long tables.
8137
8138 2002-02-20  Juergen Vigna  <jug@sad.it>
8139
8140         * text2.C (getFont): get the drawing font of the Inset if this
8141         paragraph is inside an inset (only important for InsetERT for now).
8142
8143         * buffer.C (insertErtContents): use new lanugage params in ERT
8144         constructor.
8145
8146         * CutAndPaste.C: commenting out seemingly uneeded code.
8147
8148 2002-02-19  Allan Rae  <rae@lyx.org>
8149
8150         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8151         Iterators might be simple to use but they also get invalidated.
8152         (removeAutoInsets): renamed saved cursor tracking variables and added
8153         some comments to clarify what everything does.
8154
8155 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8156
8157         * Chktex.C:
8158         * LaTeX.C:
8159         * LyXSendto.C:
8160         * converter.C:
8161         * lyx_cb.C:
8162         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8163         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8164
8165         * lyxfunc.C:
8166         * vc-backend.h: remove #include "support/syscall.h"
8167
8168         * LaTeX.C:
8169         * LyXSendto.C:
8170         * converter.C: rearrange #includes in Lars' approved fashion.
8171
8172         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8173         forward declare class Timeout in the header file.
8174
8175         * XFormsView.C: changes due to the above.
8176
8177         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8178         similar to LyXView.
8179
8180         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8181         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8182
8183 2002-02-18  José Matos  <jamatos@fep.up.pt>
8184
8185         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8186         insets contents.
8187
8188 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8189
8190         * a lot of small ws changes
8191         * add a lot of using std::XXX
8192         * use std construcs some places where approp.
8193         * use some exisint stuff from lyxfunctional where approp.
8194         * Make file changes to use partial linking (lets test this now...)
8195
8196 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8197
8198         * Chktex.C:
8199         * buffer.C:
8200         remove #include "support/syscontr.h" as it's redundant. Always has been.
8201
8202         * Chktex.C:
8203         * LaTeX.C:
8204         * LyXSendto.C:
8205         * converter.C:
8206         * lyx_cb.C:
8207         * vc-backend.C:
8208         change Systemcalls::System to Systemcalls::Wait and
8209         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8210         No change of functionality, just reflects the stripped down Systemcalls
8211         class.
8212
8213 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8214
8215         * debug.[Ch]: add a GRAPHICS type to the enum.
8216
8217 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8218
8219         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8220
8221         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8222         there is an inset.
8223
8224 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8225
8226         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8227         match the changes below.
8228
8229         * text2.C (toggleInset): if there is not editable inset at cursor
8230         position, try to see if cursor is _inside_ a collapsable inset
8231         and close it.
8232
8233 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8234
8235         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8236         document menu has a nice checkbox
8237
8238 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8239
8240         * lyxlength.C (asLatexString): change PW to output as percent of
8241         \textwidth.
8242
8243         * lengthcommon.C: change '%' to 't%'
8244
8245         * lyxfunc.C (dispatch): a few comments from Martin
8246
8247 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8248
8249         * WorkArea.h:
8250         * WorkArea.C:
8251         * BufferView_pimpl.h:
8252         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8253           the X selection.
8254
8255 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8256
8257         * vspace.C (inPixels): fix compiler warning
8258
8259 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8260
8261         * lyxfunc.C (getStatus): fix status message for disabled commands.
8262
8263 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8264
8265         * BufferView_pimpl.C: fix crash on close buffer
8266         during selection (#227)
8267
8268 2002-01-27  Herbert Voss  <voss@lyx.org>
8269
8270         * buffer.C: link old Figure to new graphic inset
8271
8272 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8273
8274         * FontLoader.C (getFontinfo): Change the latex font names in order
8275         to match the names of type1inst.
8276
8277 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8278
8279         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8280
8281         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8282         (extchanged): ditto
8283         (ext_exist): ditto
8284         (remove_files_with_extension): ditto
8285         (remove_file): ditto
8286         (write): ditto
8287
8288         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8289         document is smaller than the work area height. Do not initialize
8290         static variables to 0.
8291
8292 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8293
8294         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8295
8296         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8297         LFUN_LAYOUT_PARAGRAPHS.
8298
8299         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8300         tabular. It is possible to provide a possible cell, which will
8301         typically be the actcell from the corresponding insettabular
8302
8303         * lyxfunc.C (getStatus): small cleanup; disable
8304         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8305         true
8306
8307 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8308
8309         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8310
8311         * paragraph.C (startTeXParParams):
8312         (endTeXParParams): new methods. The LaTeX code to
8313         start/end paragraph formatting
8314         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8315         empty (fixes bug #200)
8316
8317         * vspace.C (inPixels): adapt to the change below
8318         (inPixels): [later] more cleanups (remove unused variables)
8319
8320         * lyxlength.C (inPixels): change to use a width and a height as
8321         parameter.
8322
8323 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8324
8325         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8326         Replaced with \paperwidth
8327
8328         * DepTable.C (insert): add std:: qualifier
8329
8330 2002-01-18  Allan Rae  <rae@lyx.org>
8331
8332         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8333         updated also?
8334
8335         * text.C (drawInset): Turned out I didn't know enough about how
8336         rebreaking worked.  This fixes most of the redraw problems.  I see
8337         an occasional cursor trail when a line is broken now and the cursor
8338         placement can seem out by a few pixels also after a rebreak.
8339
8340 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8341
8342         * buffer.C (parseSingleLyXformat2Token): update because minipage
8343         width is now a LyXLength
8344
8345         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8346
8347         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8348         math insets
8349
8350 2002-01-17  Juergen Vigna  <jug@sad.it>
8351
8352         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8353
8354         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8355         is set correctly and the inset is updated correctly.
8356
8357 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8358
8359         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8360         the beginning of the loop.
8361
8362 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8363
8364         * lyxrc.C: improve help for use_scalable_fonts
8365
8366 2002-01-17  Allan Rae  <rae@lyx.org>
8367
8368         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8369
8370 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8371
8372         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8373         make sure to set their inset_owner to the right value (bug #171)
8374
8375 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8376
8377         * DepTable.h
8378         * DepTable.C: Implement mtime checking to reduce time spent doing
8379         CRCs.
8380
8381 2002-01-16  Juergen Vigna  <jug@sad.it>
8382
8383         * tabular.C (GetAdditionalHeight): one of error fixed.
8384
8385         * lyxrc.C (output): small fix in writing use_pspell.
8386
8387 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8388
8389         * sp_base.h: #include LString.h
8390
8391 2002-01-16  Allan Rae  <rae@lyx.org>
8392
8393         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8394         Can someone check this please?
8395
8396         * text.C (drawInset): It was possible that p.row would be removed by
8397         breakAgainOneRow upsetting a few other settings.  There may be another
8398         small tweak possible by setting need_break_row = 0 when p.row has been
8399         removed but I don't know enough about the logic here.
8400
8401 2002-01-15  Allan Rae  <rae@lyx.org>
8402
8403         * text.C (insertChar): removed conditional truism.
8404
8405         * BufferView2.C (removeAutoInsets): More tweaks.
8406         cur_par_prev could be a stray pointer.  Check for trailing empty line
8407         in case last line was cur_par and only had an error inset on it.
8408
8409 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8410
8411         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8412         absolute
8413
8414         * vc-backend.C (most methods):
8415         * exporter.C (Export):
8416         * converter.C (convert):
8417         (runLaTeX):
8418         * LyXSendto.C (SendtoApplyCB):
8419         * lyxfunc.C (dispatch):
8420         (menuNew):
8421         (open):
8422         (doImport):
8423         * lyx_cb.C (AutoSave):
8424         (InsertAsciiFile):
8425         * BufferView_pimpl.C (MenuInsertLyXFile):
8426         * buffer.C (runChktex): use Buffer::filePath().
8427
8428         * buffer.h: rename filename to filename_; rename filepath to
8429         filepath_ and make it private
8430         (filePath): new method
8431
8432         * buffer.C (writeFile): use fileName()
8433         (getLatexName):
8434
8435         * lyx_main.C (init): fix starting  of LyX when the binary is a
8436         link from so,ewhere else.
8437
8438         * minibuffer.C: include <cctype> for isprint
8439
8440 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8441
8442         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8443         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8444         name clash with InsetCollapsable's width function.
8445
8446 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8447
8448         * lastfiles.C: include <iterator>
8449
8450 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8451
8452         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8453         std::count.
8454
8455         * buffer.C (makeLaTeXFile): ditto.
8456         Also make loop operation more transparent.
8457
8458 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8459
8460         * ToolbarDefaults.C: remove trailing comma closing namespace.
8461
8462         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8463
8464         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8465         as in WorkArea.
8466
8467         * trans.C (Load): comment out unused variable, allowed.
8468
8469 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8470
8471         * minibuffer.[Ch] (append_char): new method to recieve input from the
8472         drop-down completion browser. If a key was pressed, then recieve this
8473         char and append it to the existing string.
8474         (peek_event): modify the positioning data passed to the completion
8475         browser so that it can be placed above the minibuffer rather than below.
8476 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8477
8478         * LyXAction.C (init): alloe error-next for readonly documents.
8479
8480         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8481         count.
8482
8483 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8484
8485         * bufferlist.C (readFile): create the buffer _after_ checking that
8486         the file exists.
8487
8488         * lyxfunc.C (verboseDispatch): fix handling of arguments
8489
8490         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8491
8492         * lyxrc.C: use string::erase() instead of initializing to "".
8493
8494
8495 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8496
8497         * BufferView_pimpl.h:
8498         * BufferView_pimpl.C:
8499         * WorkArea.h:
8500         * WorkArea.C:
8501         * text2.C: tell X when we have made a selection for copying
8502
8503 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8504
8505         * BufferView_pimpl.C (MenuInsertLyXFile):
8506         * lyxfunc.C (menuNew):
8507         (open):
8508         (doImport): add shortcuts to directory buttons
8509
8510         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8511         open a float)
8512
8513         * lyxfunc.C (setStatusMessage):
8514         (getStatusMessage): new methods
8515         (getStatus):use setStatusMessage instead of setErrorMessage
8516         (dispatch): when function is disabled, set error message here
8517         [instead of in getStatus previously]
8518
8519         * BufferView_pimpl.C (workAreaButtonRelease): update
8520         toolbar/menubar here too.
8521
8522 2002-01-13  Allan Rae  <rae@lyx.org>
8523
8524         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8525         Now seems indestructible.  Remaining task is to audit all other
8526         code affected by deleteEmptyParagraphMechanism.  One small quirk
8527         left is that an empty document with an error in the preamble can
8528         be made to report an error but no error box appears.  I don't know
8529         where it goes.
8530         (removeAutoInsets): Improved comments.
8531
8532 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8533
8534         * Thesaurus.h:
8535         * Thesaurus.C: update for Aiksaurus 0.14
8536
8537 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8538
8539         * text2.C (firstParagraph): removed member function, all uses
8540         replaces with ownerParagraph
8541         (redoParagraphs): here
8542         (updateInset): here
8543         (toggleAppendix): here
8544         * BufferView2.C (insertErrors): here
8545         (setCursorFromRow): here
8546
8547 2002-01-13  Allan Rae  <rae@lyx.org>
8548
8549         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8550         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8551         There is still a way to segfault this although you may have to do this
8552         multiple times: Have an InsetERT with an unknown command in it.
8553         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8554         <down-arrow>, <Enter> again, View->DVI, BANG!
8555
8556         * text2.C (setCursor):
8557         (deleteEmptyParagraphMechanism):
8558         * lyxtext.h (setCursor):
8559         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8560         Making use of the return value may help fix other bugs.
8561
8562 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8563
8564         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8565
8566         * LyXView.C (updateMenubar): call MenuBar::update here
8567         (updateToolbar): but not here
8568         (showState): do not update toolbar/menubar
8569
8570         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8571         should need to care about that.
8572
8573         * lyxfunc.C (verboseDispatch): simplify a bit
8574         (getStatus): have a version which takes a pseudoaction, and
8575         another which requires a (kb_action,string).
8576
8577         * LyXAction.C (retrieveActionArg): make it work also when action
8578         is not a pseudo-action.
8579         (getActionName): simplify a bit
8580         (helpText):
8581
8582 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8583
8584         * lyxfunc.C (verboseDispatch): new families of methods with
8585         several ways to specify a command and a bool to indicate whether
8586         the command name and shortcut should be displayed in minibuffer
8587         (eventually, we could extend that to a finer bitmask like
8588         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8589         (dispatch): the pristine dispatch command which just, well,
8590         dispatchs! Note it still sets its result to minibuffer; I'm not
8591         sure we want that.
8592
8593         * lyxfunc.h: remove setHintMessage
8594
8595         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8596
8597 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8598
8599         * BufferView_pimpl.C (specialChar): delete new inset if we have
8600         not been able to insert it.
8601
8602         * kbmap.C: revert to using int instead of kb_action, since all we
8603         are dealing with is pseudo-actions.
8604
8605         * LyXAction.C (searchActionArg): change to return int instead of
8606         kb_action, since the result is a pseudoaction.
8607
8608 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8609
8610         * buffer.C (insertErtContents): Fix (partially) the font bug.
8611
8612 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8613
8614         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8615         as the other one is broken on my machine!
8616
8617 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8618
8619         * commandtags.h:
8620         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8621
8622 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8623
8624         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8625         reflect their actual use. Provide compatibility code for older lyxrc
8626         files.
8627
8628         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8629         FL_NORMAL_STYLE.
8630         change names of popup font variables in line with the changes to lyxrc.C
8631
8632 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8633
8634         * buffer.C (asciiParagraph): avoid outputing a word twice after
8635         an inset.
8636
8637         * lyxrc.C (getDescription): document that document_path and
8638         template_path can be empty.
8639
8640 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8641
8642         * LaTeXFeatures.C (getMacros):
8643         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8644
8645         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8646
8647         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8648         getPackages.
8649         (getPackages): rename feature "floats" to "float". Use an array to
8650         iterate over 'simple' features (i.e. just a \usepackage). Add
8651         handling of "amsmath" (renamed from "amsstyle").
8652
8653 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8654
8655         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8656         features list.
8657
8658 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8659
8660         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8661         FuncStaus::FuncStatus & FuncStaus::some_method().
8662
8663 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8664
8665         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8666         of the func_satus stuff. Edited and massaged in various ways by
8667         JMarc.
8668
8669         * lyxfunc.C (getStatus): use FuncStatus
8670
8671 2002-01-08  Juergen Vigna  <jug@sad.it>
8672
8673         * text.C (nextBreakPoint): use function Inset::isChar().
8674
8675         * paragraph.C (TeXOnePar): use function
8676         Inset::forceDefaultParagraphs.
8677
8678         * buffer.C (latexParagraphs): use function
8679         Inset::forceDefaultParagraphs.
8680
8681 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8682
8683         * lyx_gui.C (init): set the style of the menu popups to
8684         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
8685
8686 2002-01-07  Juergen Vigna  <jug@sad.it>
8687
8688         * text.C (setHeightOfRow): small fix
8689         (prepareToPrint): don't look at alignment if we don't have the place
8690         for doing it.
8691
8692 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8693
8694         * box.C: New file. Move the Box methods and functions out of box.h,
8695         following Lars' suggestion.
8696
8697 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8698
8699         * box.h: #include "support/LOstream.h", needed for inlined function.
8700
8701         * lyxtextclass.C:
8702         * lyxtextclasslist.C: added some using std declarations.
8703
8704 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
8705
8706         * box.h: make signed dimensions to allow insets wider than
8707           the screen (bug #162)
8708
8709         * BufferView_pimpl.C: add some insetHit debug
8710
8711 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
8712
8713         * vc-backend.C: add FIXME
8714
8715 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8716
8717         * lyxfunc.C (getStatus): enable code for showing math font status
8718         in toolbar/menu.
8719
8720 2002-01-07  Juergen Vigna  <jug@sad.it>
8721
8722         * text.C (nextBreakPoint): removed debug output not needed anymore.
8723
8724 2002-01-06  Juergen Vigna  <jug@sad.it>
8725
8726         * text.C (nextBreakPoint): fixed up this function we had this bug
8727         since ever but now hopefully we break row better.
8728         (insertChar): we have to check if an inset is the next char as it
8729         could now happen that a large inset is causing a break.
8730
8731 2002-01-05  Juergen Vigna  <jug@sad.it>
8732
8733         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
8734         if it doesn't like to be drawed.
8735
8736 2002-01-04  Juergen Vigna  <jug@sad.it>
8737
8738         * BufferView2.C (lockInset): forgot to set a cursor.
8739
8740         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
8741
8742 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
8743
8744         * FormMathsPanel.C:
8745         * FormMathsPanel.h
8746         * MathsSymbols.C:
8747         * form_maths_panel.C:
8748         * form_maths_panel.h:
8749         * form_maths_panel.fd: implemented sub- and super- buttons in math
8750         panel.
8751
8752         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
8753         (or ^ space) to be used as in TeX (req'd by André).
8754
8755         * lyxfunc.C: Allow ^ and _ again to be used both as
8756         super/subscript (mathed) and as themselves (in text).
8757
8758 2002-01-03  Allan Rae  <rae@lyx.org>
8759
8760         * LyXView.C (updateWindowTitle): Setup a short icon title of either
8761         "LyX" or the filename of the current buffer if it has one.  This is a
8762         modified form of John Levon's patch.
8763
8764         * XFormsView.C (setWindowTitle): also set icon title.
8765
8766         * LyXView.h (setWindowTitle): signature changed.
8767         * XFormsView.h (setWindowTitle): ditto.
8768
8769 2002-01-02  Juergen Vigna  <jug@sad.it>
8770
8771         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
8772
8773 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8774
8775         * screen.C (topCursorVisible): introduce a temp var for
8776         text->cursor.row(), handle the case where this row is null. (kindo
8777         hachish)
8778
8779         * text2.C (setCursor): add a couple of asserts.
8780
8781         * paragraph.h (inset_iterator): add -> operator
8782
8783         * paragraph.[Ch] (autoDeleteInsets): remove member function
8784
8785         * BufferView2.C (removeAutoInsets): rewrite to handle the old
8786         cursor pos correctly and handle inset deletion by itself.
8787         (insertErrors): move iterator declaration out of for expression
8788
8789         * lyxtextclass.C: add <algorithm>
8790
8791         * Makefile.am: added the new files to sources, removed layout.C
8792
8793         * layout.C: removed file
8794
8795         * layout.h: remove LYX_DUMMY_LAYOUT
8796
8797         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
8798         layout.
8799
8800         * lyxlayout.[Ch]:
8801         * lyxtextclass.[Ch]:
8802         * lyxtextclasslist.[Ch]: new files
8803
8804         * include order changes to a lot of files, also changes because of
8805         the six new files.
8806
8807 2001-12-27  Juergen Vigna  <jug@sad.it>
8808
8809         * buffer.C (asciiParagraph): more fixes.
8810
8811         * tabular.C (ascii): make ascii export support export of only the
8812         data separated by a column-delimiter.
8813         (ascii): better support for ascii export.
8814
8815         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
8816
8817 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8818
8819         * tabular_funcs.C: use a "using std::getline" instead of the
8820         previous fix from Angus (necessary for cxx + lyxstring)
8821
8822 2001-12-24  Juergen Vigna  <jug@sad.it>
8823
8824         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
8825
8826         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
8827         problems. First check a minipage also if we have some ert-contents
8828         (not only on par->size(), second set the right depth of the paragraph
8829         on the relink to the root-paragraph-list!
8830
8831         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
8832         which then did not anymore update the main paragraphs on undo/redo!
8833
8834 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8835
8836         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
8837         code. Support all font-changing funcs (even those which are not in
8838         menu currently). Support for reporting font settings in
8839         mathed (disabled until Andre provides a function on mathed's side).
8840
8841         * func_status.h (toggle): small helper function to set toggle
8842         state on a flag.
8843
8844 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
8845
8846         * tabular_funcs.C: getline -> std::getline
8847
8848 2001-12-21  Juergen Vigna  <jug@sad.it>
8849
8850         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
8851         accessed and could be 0 (I couldn't generate this but it seems
8852         Michael could!).
8853
8854 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8855
8856         * tabular_funcs.C: add LIstream.h, move write_attribute to..
8857         * tabular_funcs.h: here and include iosfwd
8858
8859 2001-12-20  Juergen Vigna  <jug@sad.it>
8860
8861         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
8862         inside inset but undo_par was.
8863
8864 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8865
8866         * Thesaurus.C: always include <config.h> in sources.
8867
8868         * Painter.h:
8869         * lyxlookup.h:
8870         * box.h: do not include <config.h> in header files
8871
8872         * text.C (paintLastRow): remove unused variable
8873
8874         * text.C (transformChar):
8875         (insertChar):
8876         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
8877
8878         * Painter.C (text):
8879         * font.C (width): rewrite to use uppercase() instead of
8880         islower/toupper.
8881
8882         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
8883
8884 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
8885
8886         * lyxfind.C: clean up of find failure position change
8887
8888 2001-12-20  Juergen Vigna  <jug@sad.it>
8889
8890         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
8891
8892         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
8893         (TeXRow): added to LaTeX a single tabular row.
8894         (TeXLongtableHeaderFooter): added to output LT-h/f data.
8895         (Latex): simplified and finally good LT-h/f support.
8896         (various_functions): just small adaptions for LT-h/f support.
8897
8898         * tabular_funcs.[hC]: added and moved here all not classfunctions
8899         of LyXTabular.
8900
8901 2001-12-19  Juergen Vigna  <jug@sad.it>
8902
8903         * tabular.[Ch]: better support for longtabular options (not finished
8904         yet!)
8905
8906 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8907
8908         * text.C (paintLastRow): use the label font instead of the font of
8909         the last character to compute the size of *_BOX. This makes more
8910         sense and avoids a crash with empty paragraphs.
8911         Use Painter::rectangle to draw EMPTY_BOX.
8912
8913 2001-12-19  Juergen Vigna  <jug@sad.it>
8914
8915         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
8916         the paragraphs if the replaced paragraph is not the first one!
8917         Tried to delete not used paragraphs but does not work yet so for
8918         now it's inside #ifdef's and by default off!
8919
8920 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8921
8922         * MenuBackend.C: include "lyx_main.h" instead of declaring
8923         lastfiles (actually was declared as LastFiles* instead of a
8924         scoped_ptr).
8925
8926 2001-12-17  Juergen Vigna  <jug@sad.it>
8927
8928         * tabular.C (AppendColumn): applied John's fix
8929
8930 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
8931
8932         * BufferView.h:
8933         * BufferView.C:
8934         * BufferView_pimpl.h:
8935         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
8936
8937         * Makefile.am:
8938         * box.h: new start of class for above
8939
8940         * lyxfunc.C: ignore space-only minibuffer dispatches.
8941           Show the command name when it doesn't exist
8942
8943         * minibuffer.C: don't add empty lines to the history
8944
8945         * minibuffer.C: add a space on dropdown completion
8946
8947 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
8948
8949         * text.C: fix line above/below drawing in insets
8950
8951 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8952
8953         * lyxlength.C (LyXLength): Initialize private variables.
8954
8955 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
8956
8957         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
8958         when inserting error insets.
8959
8960 2001-12-13  Juergen Vigna  <jug@sad.it>
8961
8962         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
8963         actually sometimes the before-paragraph.
8964         (setUndo): don't clear the redostack if we're not actually undoing!
8965
8966 2001-12-06  Juergen Vigna  <jug@sad.it>
8967
8968         * undo_funcs.C (textHandleUndo): well after John's hint I got here
8969         and fixed redoing of main paragraph, so we can use it now ;)
8970
8971         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
8972
8973 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8974
8975         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
8976         Juergen's request
8977
8978 2001-12-13  André Pönitz <poenitz@gmx.net>
8979
8980         * undostack.[Ch]:
8981         * undo_func.C: minor cleanup
8982
8983 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8984
8985         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
8986         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
8987         font in urw-fonts package which is marked as -urw-fontspecific and
8988         does not work (incidentally, changing the encoding in the
8989         fonts.dir of this package to -adobe-fontspecific fixes the
8990         problem).
8991
8992         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
8993         is a crash when undoing first paragraph (Juergen, please take a
8994         look). THis does not mean the undo fix is wrong, just that it
8995         uncovers problems.
8996
8997         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
8998         the (Paragraph*) version when needed instead of duplicating the
8999         code.
9000
9001         * text.C (workWidth): use Inset::parOwner to find out where the
9002         inset has been inserted. This is a huge performance gain for large
9003         documents with lots of insets. If Inset::parOwner is not set, fall
9004         back on the brute force method
9005
9006         * paragraph_pimpl.C (insertInset):
9007         * paragraph.C (Paragraph):
9008         (cutIntoMinibuffer): set parOwner of insets when
9009         inserting/removing them
9010
9011         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9012
9013 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9014
9015         * commandtags.h:
9016         * LyXAction.C:
9017         * lyx_main.C:
9018         * lyxfunc.C:
9019         * mathed/formulabase.C:
9020         * mathed/math_cursor.[Ch]:
9021         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9022
9023
9024 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9025
9026         * lyxlength.[Ch] (operator!=): new function
9027
9028 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9029
9030         * text.C (workWidth): use Inset::parOwner to find out where the
9031         inset has been inserted. This is a huge performance gain for large
9032         documents with lots of insets. If Inset::parOwner is not set, fall
9033         back on the brute force method
9034
9035         * paragraph_pimpl.C (insertInset):
9036         * paragraph.C (Paragraph):
9037         (cutIntoMinibuffer): set parOwner of insets when
9038         inserting/removing them
9039
9040         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9041
9042 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9043
9044         * tabular-old.C (getTokenValue):
9045         * tabular.C (getTokenValue):
9046         (write_attribute): new versions for LyXLength
9047         (everywhere): adjust the use of widths
9048
9049         * tabular.h: change the type of widths from string to LyXLength
9050
9051 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9052
9053         * paragraph.C: fixed missing line number count when exporting
9054         Environments to LaTeX file
9055
9056         * buffer.C: added informational message for checking line numbers.
9057
9058 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9059
9060         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9061         paragraph, do the 'double space' part, but not the 'empty
9062         paragraph' one.
9063
9064         * text.C (workWidth): small optimization
9065         (getLengthMarkerHeight): use minimal size for negative lengths.
9066
9067 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9068
9069         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9070
9071         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9072
9073 2001-12-11  André Pönitz <poenitz@gmx.net>
9074
9075         * FontLoader.C:
9076         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9077
9078 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9079
9080         * text2.C: keep selection on a setFont()
9081
9082 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9083
9084         * lyx_cb.C: another bv->text misuse, from insert label
9085
9086 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9087
9088         * kbsequence.h:
9089         * kbsequence.C: re-instate nmodifier mask
9090
9091 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9092
9093         * lyx_main.h: make lyxGUI private.
9094
9095 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9096
9097         * lyxfind.C: place the cursor correctly on failed search
9098
9099 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9100
9101         * text.C (getLengthMarkerHeight): for small heights, the arrows
9102         are not always on top/bottom of the text
9103         (drawLengthMarker): smaller arrows; take the left margin in
9104         account; draw also vfills.
9105         (paintFirstRow):
9106         (paintLastRow): remove special code for vfill and standard spaces,
9107         since everything is handled in drawLengthMarker now.
9108
9109 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9110
9111         * buffer.C (insertErtContents): try to handle font and language
9112         interaction a bit better.g
9113
9114         * ColorHandler.C (updateColor): change the hash to cover the whole
9115         LColor enum, ws cleanup
9116         (getGCLinepars): ditto
9117         (getGCLinepars): only lookup in the linecache once.
9118
9119 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9120
9121         * iterators.C (operator++): Make the iterator more robust
9122
9123         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9124         (John's patch)
9125         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9126
9127 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9128
9129         * lyxtext.h:
9130         * text.C: better added space drawing
9131
9132 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9133
9134         * LyXView.C:
9135         * BufferView2.C: fix layout combo update on inset unlock
9136
9137 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9138
9139         * Makefile.am: don't compile unused files
9140
9141 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9142
9143         * lyxfunc.C:
9144         * commandtags.h:
9145         * LyXAction.C: remove old LFUN_LAYOUTNO
9146
9147 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9148
9149         * paragraph_pimpl.h:
9150         * paragraph_pimpl.C: isTextAt() doesn't need font param
9151
9152 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9153
9154         * lyxlex.h:
9155         * lyxlex.C: little cleanup
9156
9157 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9158
9159         * BufferView_pimpl.C: fix insertAscii for insets
9160
9161 2001-12-05  Juergen Vigna  <jug@sad.it>
9162
9163         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9164         set the right font on the "multi" paragraph paste!
9165
9166 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9167
9168         * trans_decl.h:
9169         * trans_mgr.[Ch]:
9170         * trans.[Ch]:
9171         * lyxgluelength.C:
9172         * lyxlength.C: remove out-commented code.
9173
9174         * BufferView_pimpl:
9175         * CutAndPaste.C:
9176         * DepTable.C:
9177         * buffer.C:
9178         * chset.C:
9179         * lastfiles.C:
9180         * lyxlex.C:
9181         * lyxlex_pimpl.C:
9182         * lyxserver.C:
9183         * screen.C:
9184         * tabular-old.C:
9185         * tabular.C:
9186         * text.C:
9187         * trans_mgr.C:
9188         * vc-backend.C: change "while(" to "while ("
9189
9190         * lyxlength.[Ch]: add zero function to check if length is zero or
9191         not
9192         * lyxgluelength.C: use it
9193
9194 2001-12-05  Allan Rae  <rae@lyx.org>
9195
9196         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9197         Works for 2.95.3, from what I understand of Garst's reports this should
9198         work for other g++ versions.  We're screwed if the abs(int) definition
9199         changed between bugfix releases of gcc.
9200
9201 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9202
9203         * text.C: fix chapter label offset !
9204
9205 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9206
9207         * lyxtext.h:
9208         * text.C: fix hfill at end of line, clean up
9209
9210 2001-12-04  Juergen Vigna  <jug@sad.it>
9211
9212         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9213         that we force an update of the inset and it's owners if neccessary.
9214
9215 2001-12-03  Juergen Vigna  <jug@sad.it>
9216
9217         * text.C (rowLast): simplified code
9218
9219 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9220
9221         * lyxfunc.C: fix show options on timeout
9222
9223 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9224
9225         * screen.C (topCursorVisible): scroll half a page when the cursor
9226         reached top of bottom of screen
9227
9228 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9229
9230         * minibuffer.C: deactivate on loss of focus
9231
9232 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9233
9234         * vspace.[Ch] (operator!=): add operator.
9235
9236 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9237
9238         * BufferView_pimpl.C: refuse to open an inset when
9239         there's a selection.
9240
9241 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9242
9243         * BufferView_pimpl.C: allow to click on RHS of full row insets
9244
9245 2001-11-30  Juergen Vigna  <jug@sad.it>
9246
9247         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9248         insets for undo reasons.
9249
9250 2001-11-28  André Pönitz <poenitz@gmx.net>
9251
9252         * vspace.[Ch]: cosmetical changes
9253
9254 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9255
9256         * LyXAction.h:
9257         * LyXAction.C:
9258         * lyxfunc.h:
9259         * lyxfunc.C:
9260         * kbmap.h:
9261         * kbmap.C:
9262         * lyxrc.C:
9263         * kbsequence.h:
9264         * kbsequence.C: part re-write of old kb code
9265
9266         * Painter.C:
9267         * WorkArea.C: remove Lgb_bug_find_hack
9268
9269 2001-11-30  José Matos <jamatos@fep.up.pt>
9270
9271         * buffer.C (makeDocBookFile): add a comment to point a hack.
9272         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9273         Fixed a double write of labels.
9274
9275 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9276
9277         * LaTeX.C:
9278         * LaTeX.h Fixed bug in LaTeX class where it would not
9279         re-run latex if no depfiles were changed, but the .dvi was removed.
9280
9281 2001-11-28  André Pönitz <poenitz@gmx.net>
9282
9283         * all the files from the change on 2001/11/26:
9284         use lyx::layout_type instead of LyXTextClass::size_type
9285         use lyx::textclass_type instead of LyXTextClassList::size_type
9286
9287 2001-11-29  Juergen Vigna  <jug@sad.it>
9288
9289         * text.C: added support for paragraph::isFreeSpacing()
9290
9291         * buffer.C: same as above
9292
9293         * paragraph.h: inserted isFreeSpacing() function to enable
9294         FreeSpacing inside InsetERT.
9295
9296         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9297         of the paragraph's in the cut/copy buffer to 0!
9298
9299         * text2.C (removeRow): remove the assert as it can!
9300
9301         * lyxtext.h: added helper function firstRow returning firstrow and
9302         made firstrow private again.
9303
9304         * BufferView2.C (lockInset): don't relock if we're already locked!
9305
9306         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9307         the only paragraph.
9308         (removeRow): added Assert::(firstrow)
9309
9310         * debug.C: forgot to add INSETTEXT here.
9311
9312 2001-11-28  Juergen Vigna  <jug@sad.it>
9313
9314         * sp_spell.C (initialize): changed error text to more general
9315         spellchecker command use (not only ispell!)
9316
9317         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9318
9319         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9320
9321 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9322
9323         * vspace.C: initialise lyxgluelength on failure
9324
9325 2001-11-28  Allan Rae  <rae@lyx.org>
9326
9327         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9328         declaration & definition that looks like a function declaration.
9329
9330 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9331
9332         * BufferView2.C (copy):
9333         (copyEnvironment): do not clear the selection when doing a copy.
9334
9335         * text.C (paintFirstRow): compilation fix
9336
9337 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9338
9339         * tabular.C (Latex): correct line count when writing latex.
9340
9341 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9342
9343         * paragraph_pimpl.h:
9344         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9345           bug a bit
9346
9347 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9348
9349         * text.C:
9350         * LColor.h:
9351         * LColor.C: change vfillline->added_space
9352
9353         * text.C: add markers and text for added space
9354
9355         * vspace.C: fix comment
9356
9357 2001-11-28  André Pönitz <poenitz@gmx.net>
9358
9359         * paragraph.C: whitespace changes
9360         * all the other files from the change on 2001/11/26:
9361         change *::pos_type into lyx::pos_type
9362
9363 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9364
9365         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9366         language of the document when inserting error insets.
9367
9368 2001-11-26  André Pönitz <poenitz@gmx.net>
9369
9370         * BufferView_pimpl.[Ch]:
9371         *       CutAndPaste.C:
9372         * buffer.[Ch]:
9373         * lyxcursor.[Ch]:
9374         * lyxfind.C:
9375         * lyxfunc.C:
9376         * lyxrow.[Ch]:
9377         * paragraph.[Ch]:
9378         * paragraph_pimpl.[Ch]:
9379         * sp_spell.C:
9380         * text.C:
9381         * text2.C: reduce header dependencies, introduce type for positions
9382
9383 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9384
9385         * <various>: change to use Alert.h
9386
9387 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9388
9389         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9390         when encountering an unknown token.
9391         (readLyXformat2): Show an error message if there were unknown tokens.
9392
9393 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9394
9395         * BufferView2.C:
9396         * BufferView_pimpl.C:
9397         * buffer.C:
9398         * paragraph.h:
9399         * text.C:
9400         * text2.C: use par->isInset()
9401
9402 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9403
9404         * paragraph_pimpl.h:
9405         * paragraph_pimpl.C: cleanup
9406
9407 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9408
9409         * text2.C (removeRow):
9410         * text.C (setHeightOfRow): remove useless (and costly) call to
9411         getRow.
9412
9413 2001-11-20  Allan Rae  <rae@lyx.org>
9414
9415         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9416         Now need Inset*::checkInsertChar() to return true for appropriate
9417         cases so that the characters in the minibuffer will actually be
9418         inserted.
9419
9420 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9421
9422         * text.C: change the order of the includes.
9423         (workWidth): initialize it at once.
9424         (workWidth): make maxw unsigned
9425         (setHeightOfRow): remove unused variable (inset)
9426         (selectSelectedWord): remove unused variable (inset)
9427         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9428
9429 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9430
9431         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9432         server is not running.
9433         (openConnection):
9434         (closeConnection): add debug info when server is disabled.
9435
9436         * ColorHandler.C (getGCForeground): send debug message to GUI
9437         channel.
9438
9439         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9440
9441         * kbmap.C (bind): modify because return conventions of
9442         kb_sequence::parse have changed.
9443
9444         * kbsequence.C (parse): only ignore spaces and not any stupid
9445         control character. This avoids tests like s[i] <= ' ', which are
9446         guaranteed to fail with 8bit characters and signed chars.
9447         Change return code to string::npos when there have been no error
9448         (0 was a bad idea when error is at first character)
9449
9450 2001-11-14  José Matos  <jamatos@fep.up.pt>
9451
9452         * buffer.h:
9453         * buffer.C (simpleDocBookOnePar): removed unused argument.
9454
9455 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9456
9457         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9458         insets which are part of a word. Paragraph::isLetter takes care of
9459         that now. Use Paragraph::isInset to identify insets.
9460         (selectSelectedWord): do not test for hyphenation break.
9461
9462         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9463         that protected spaces are considered as spaces.
9464
9465         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9466         Inset::isLetter.
9467
9468 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9469
9470         * lyxserver.h:
9471         * lyxserver.C: fix it. and small cleanup.
9472
9473 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9474
9475         * BufferView_pimpl.C: use inline helpers
9476
9477         * LaTeXFeatures.h:
9478         * LaTeXFeatures.C: fix typos
9479
9480         * Spacing.h:
9481         * Spacing.C: move spacing_string into class
9482
9483         * ToolbarDefaults.C: move stuff into namespace anon
9484
9485         * layout.h: update enum
9486
9487         * lyxfunc.C: use better debug
9488
9489         * minibuffer.h: fix typo
9490
9491         * debug.h:
9492         * debug.C:
9493         * WorkArea.C: add and use Debug::WORKAREA
9494
9495         * lyxtext.h:
9496         * text.C:
9497         * text2.C: code re-organisation, inline helpers
9498
9499 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9500
9501         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9502         std::vector.empty().
9503
9504 2001-11-09  Allan Rae  <rae@lyx.org>
9505
9506         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9507         '\n's after tables.  Tabular and ERT inset work now makes this no
9508         longer necessary.
9509
9510 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9511
9512         * minibuffer.h:
9513         * minibuffer.C: fix crash, improve drop-down completion
9514
9515 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9516
9517         * lyxserver.h:
9518         * lyxserver.C: invalidate fd's when doing endPipe()
9519
9520 2001-11-08  José Matos  <jamatos@fep.up.pt>
9521
9522         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9523         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9524
9525         * paragraph.h:
9526         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9527
9528 2001-11-07  José Matos  <jamatos@fep.up.pt>
9529
9530         * buffer.h:
9531         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9532         const qualifier.
9533
9534         * buffer.C (sgmlOpenTag):
9535         * buffer.C (sgmlCloseTag): removed debug info.
9536
9537         * buffer.h (sgmlOpenTag):
9538         * buffer.h (sgmlCloseTag): made public.
9539
9540 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9541
9542         * buffer.C (saveParamsAsDefaults):
9543         * lyx_cb.C (MenuLayoutSave): remove
9544
9545         * LyXAction.C (init):
9546         * commandtags.h:
9547         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9548
9549 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9550
9551         * buffer.C (setPaperStuff): removed from here...
9552
9553         * bufferparams.C (setPaperStuff): ... and moved there.
9554
9555 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9556
9557         * minibuffer.h:
9558         * minibuffer.C:
9559         * XFormsView.C: add support for drop-down completion
9560
9561 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9562
9563         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9564         commands.
9565
9566 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9567
9568         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9569         disabled.
9570
9571 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9572
9573         * lyx_main.C: change ref to known bugs
9574
9575 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9576
9577         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9578         to work around older babel problems.
9579
9580 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9581
9582         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9583
9584 2001-10-24  Juergen Vigna  <jug@sad.it>
9585
9586         * tabular-old.C (ReadOld): below variable changes reflected.
9587
9588         * tabular.[Ch]: added ltType struct for longtable header/footer
9589         defines and changed all instances where they are used. Added
9590         future support for double top/bottom rows.
9591
9592 2001-10-24  José Matos  <jamatos@fep.up.pt>
9593
9594         * buffer.h (docbookHandleCaption):
9595         * buffer.C (docbookHandleCaption): removed unused function.
9596         (makeDocBookFile): moved docbook supported version to v4.1.
9597
9598 2001-10-24  José Matos  <jamatos@fep.up.pt>
9599
9600         * tabular.h:
9601         * tabular.C (docbookRow): new function to export docbook code of a row.
9602         (DocBook): now honors the longtable flags.
9603
9604 2001-10-23  José Matos  <jamatos@fep.up.pt>
9605
9606         * LaTeXFeatures.h:
9607         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9608         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9609
9610         * buffer.C (makeLinuxDocFile):
9611         (makeDocBookFile): reworked the preamble, more clean, and with
9612         support for lyx defined entities. Changed the document declaration
9613         to be more XML friendly.
9614
9615         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9616         if we need to output XML that should be done with a filter.
9617
9618 2001-10-22  Juergen Vigna  <jug@sad.it>
9619
9620         * sp_pspell.h (class PSpell): add alive function needed in the
9621         controller to see if the spellchecker could be started.
9622
9623 2001-10-22  Juergen Vigna  <jug@sad.it>
9624
9625         * buffer.C (insertStringAsLines): modify the font for inserting
9626         chars in certain conditions by calling checkInsertChar(font).
9627
9628 2001-10-19  Juergen Vigna  <jug@sad.it>
9629
9630         * text.C (workWidth): use getRow instead of wrong algorithm.
9631         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9632
9633 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9634
9635         * lyxserver.h:
9636         * lyxserver.C:
9637         * lyx_main.h:
9638         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9639
9640 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9641
9642         * text.C (workWidth): do not search for the exact row when
9643         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9644         optimization for big documents.
9645
9646 2001-10-18  Juergen Vigna  <jug@sad.it>
9647
9648         * text.C (workWidth): new function with added Inset * parameter.
9649
9650 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9651
9652         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9653
9654         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9655         change return type of getColumnNearX.
9656
9657
9658         * text.C (changeRegionCase): use uppercase/lowercase instead of
9659         toupper/tolower.
9660         (leftMargin):
9661         (rightMargin): simplify code by factoring out the uses of
9662         textclasslist.
9663         (labelFill):
9664         (numberOfHfills):
9665         (setHeightOfRow):
9666         (appendParagraph): use Paragraph::size_type
9667
9668 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9669
9670         * vspace.C (asLatexString): add a missing break
9671
9672 2001-10-15  Herbert Voss  <voss@perce.de>
9673
9674         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
9675
9676 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9677
9678         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
9679         is not available.
9680
9681 2001-10-10  André Pönitz <poenitz@gmx.net>
9682
9683         * lyxfunc.C: removed greek_kb_flag.
9684
9685 2001-10-10  Herbert Voss  <voss@perce.de>
9686
9687         * lyx_main.C: delete global string help_lyxdir.
9688
9689 2001-10-09  Herbert Voss  <voss@perce.de>
9690
9691         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
9692
9693         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
9694
9695         * lyx_main.C: added global string help_lyxdir.
9696
9697         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
9698
9699 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9700
9701         * lyxrc.C (set_font_norm_type): support iso8859-4
9702
9703 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
9704
9705         * LaTeX.C (deplog): add another regex for MikTeX
9706
9707 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9708
9709         * lyxrc.C (set_font_norm_type): support iso8859-3
9710
9711 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9712
9713         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
9714
9715         * LaTeXFeatures.C: remove special case of french and index
9716
9717         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
9718         before \begin{document}). This solves several incompatibilities.
9719
9720 2001-10-03  Garst Reese  <reese@isn.net>
9721
9722         * lyx_cb.C: change CheckTex error msg.
9723
9724 2001-10-03  José Matos  <jamatos@fep.up.pt>
9725
9726         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
9727
9728 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9729
9730         * .cvsignore: update
9731
9732         * lyx_main.C (commandLineVersionInfo): use new style version info.
9733
9734         * buffer.C (writeFile):
9735         (makeLaTeXFile):
9736         (makeLinuxDocFile):
9737         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
9738
9739         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
9740
9741         * version.h: update to use stuff in version.C
9742
9743         * version.C.in: new file. Contains version information determined
9744         at compile time. This is a merging of version.h and
9745         version_info.h.in.
9746
9747 2001-10-03  Juergen Vigna  <jug@sad.it>
9748
9749         * BufferView_pimpl.C (update): don't change "dirty" status in
9750         updateInset call.
9751
9752 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
9753
9754         * WorkArea.C (c-tor): re-position version string slightly.
9755
9756 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
9757
9758         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
9759         revert to previous code.
9760
9761         WorkArea.[Ch]: (show, destroySplash): methods removed.
9762
9763         WorkArea.C: rework code so that it's an amalgam of the codes before and
9764         after the splash screen was moved to WorkArea.
9765
9766 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9767
9768         * lyxrc.C (read):
9769         * vspace.C (inPixels):
9770         (lyx_advance):
9771         * kbmap.C (bind):
9772         * buffer.C (insertStringAsLines):
9773         (asciiParagraph): fix types to be large enough
9774
9775         * lyxlex_pimpl.h: change member status from short to int
9776
9777         * layout.h: fix type of endlabeltype
9778
9779         * kbmap.C (bind):
9780         * kbsequence.C (parse): change return type to string::size_type
9781
9782         * LaTeX.C (updateBibtexDependencies): comment out unneeded
9783         variable
9784
9785         * Bullet.C (bulletSize):
9786         (bulletEntry): do not use short ints as parameters
9787
9788         * BufferView2.C (insertLyXFile): change a char to an int.
9789
9790         * WorkArea.C (WorkArea): remove unneeded floats in computation
9791
9792 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
9793
9794         * buffer.C (asciiParagraph): Treat '\\' as other chars.
9795
9796         * paragraph.C (asString): Do not ignore newline/hfill chars when
9797         copying to the clipboard.
9798
9799 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
9800
9801         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
9802         after a multi-line inset.
9803
9804 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
9805
9806         * paragraph.C (validate): Set NeedLyXFootnoteCode
9807
9808 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9809
9810         * lyxfont.C (LyXSizeNames): changed increase-error to increase
9811         and decrease-error to decrease.
9812
9813 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9814
9815         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
9816         it more readable (should be equivalent)
9817
9818 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9819
9820         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
9821
9822 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9823
9824         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
9825         of a cursor (row, etc.) after a character has been deleted
9826         (deleteEmptyParagraphMechanism): call the method above on _all_
9827         cursors held by the LyXText when a double space has been
9828         detected/deleted.
9829
9830 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9831
9832         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
9833         pixmap.
9834         (resizeCurrentBuff): remove code to destroy the old splash dialog.
9835
9836         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
9837         background. Use greyOut() and the new show() methods to toggle between
9838         the foreground and background. Add code to remove the splash after
9839         its initial showing.
9840
9841         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
9842         (create_forms): no longer call Dialogs::showSplash.
9843
9844 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9845
9846         * .cvsignore: add version_info.h
9847
9848 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9849
9850         * version_info.h.in: new file
9851
9852         * Makefile.am: add version_info.h.in
9853
9854         * lyx_main.C (commandLineVersionInfo): use version_info defined in
9855         version_info.h instead of VERSION_INFO
9856
9857 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
9858
9859         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
9860         The ERT inset now returns string().
9861
9862 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
9863
9864         * lyxtext.h, text.C (selectNextWord): renamed as
9865         selectNextWordToSpellcheck.
9866
9867         * text.C (selectNextWordToSpellcheck): Modified to not select
9868         words inside an ERT inset.
9869
9870 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9871
9872         * lyx_cb.C (MenuLayoutSave): change a bit the question
9873
9874         * sp_base.h: include <sys/types.h>
9875
9876 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
9877
9878         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
9879
9880 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
9881
9882         * several files: fix typos in user-visible strings
9883
9884 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9885
9886         * text2.C (pasteSelection): do not set the selection, since it
9887         will be cleared later. Actually, the intent was to fix the way the
9888         selection was set, but I figured rmoving the code was just as good.
9889
9890 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
9891
9892         * FontLoader.C (available): Check if font is available without
9893         loading the font.
9894
9895 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
9896
9897         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
9898
9899 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
9900
9901         * lyxrc.[Ch]: added display_graphics variable and associated code.
9902
9903 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9904
9905         * bufferparams.C (hasClassDefaults): new method. Returns true if
9906         the buffer parameters correspond to known class defaults
9907
9908 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
9909
9910         * XFormsView.C (show): set minimum size to the main window.
9911
9912 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9913
9914         * text2.C (copySelection):
9915         (cutSelection):
9916         * lyxfind.C (LyXReplace):
9917         * BufferView_pimpl.C (Dispatch): pass the correct flag to
9918         LyXText::selectionAsString.
9919
9920         * paragraph.C (asString): add "label" argument to the second form
9921
9922         * text2.C (selectionAsString): add "label" argument and pass it to
9923         Paragraph::asString.
9924
9925 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9926
9927         * lyx_main.C (commandLineHelp): remove version information
9928
9929 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
9930
9931         * lyx_main.C: add -version commandline option
9932
9933 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9934
9935         * paragraph.h: make the optional constructor arg required instead.
9936         some modifications to other files because of this.
9937
9938         * minibuffer.C (C_MiniBuffer_peek_event): make it static
9939
9940         * lyxserver.C (C_LyXComm_callback): make it static
9941
9942         * lyx_main.C (error_handler): make it static
9943
9944         * lyx_gui.C (LyX_XErrHandler): make it static
9945
9946         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
9947
9948         * WorkArea.C: make the extern "C" methods static.
9949
9950         * Makefile.am (lyx_LDADD): simplify
9951
9952 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9953
9954         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
9955         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
9956
9957         * LyXAction.C (init):
9958         * lyxfunc.C (dispatch): associated code removal.
9959
9960 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9961
9962         * lyxfont.h (isSymbolFont): shut off warning
9963
9964         * text.C (setHeightOfRow):
9965         (getVisibleRow): fix crash with empty paragraphs which have a
9966         bottom line
9967
9968 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
9969
9970         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
9971         code.
9972
9973 2001-09-04  José Matos  <jamatos@fep.up.pt>
9974         * buffer.C
9975         * buffer.h
9976         * tabular.C (docbook): rename docBook method to docbook.
9977
9978 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9979
9980         * Makefile.am: add dependencies to main.o.
9981
9982 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
9983
9984         * FontLoader.C (available): Return false if !lyxrc.use_gui
9985
9986 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
9987
9988         * FontInfo.C (query):
9989         * converter.C (view):
9990         * importer.C (Import):
9991         * exporter.C (Export): Can not -> cannot.
9992
9993 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
9994
9995         * BufferView_pimpl.C: allow to create index inset even if
9996           string is empty
9997
9998 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9999
10000         * buffer.C (getLists): replace boost::tie code with an explicit pair
10001         as boost::tie can break some compilers.
10002
10003         * iterators.h: Added a std:: declaration to the return type of
10004         ParIterator::size.
10005
10006 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10007
10008         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10009           case.
10010
10011 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10012
10013         * iterators.[Ch]: New files. Provide paragraph iterators.
10014
10015         * buffer.C (changeLanguage): Use paragraph iterators.
10016         (isMultiLingual): ditto
10017
10018         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10019
10020 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10021
10022         * FontLoader.C: Support for cmr font.
10023
10024 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10025
10026         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10027         (available): New method.
10028
10029         * FontInfo.C (getFontname): Use scalable fonts even when
10030         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10031         found.
10032
10033 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10034
10035         * converter.C (Formats::view): reverted! Incorrect fix.
10036
10037 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10038
10039         * converter.C (Formats::view): only output the -paper option
10040         if the dvi viewer is xdvi, thereby fixing bug #233429.
10041
10042 2001-08-23  Herbert Voss  <voss@perce>
10043
10044         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10045
10046 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10047
10048         * Spacing.h (Spacing): Set space to Default on in the default
10049         constructor.
10050
10051 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10052
10053         * vc-backend.h (RCS::versionString): add RCS to version
10054         (CVS::versionString): add CVS to version
10055
10056         * vc-backend.C (scanMaster): do not add CVS to version.
10057         (scanMaster): do not add RCS to version
10058
10059         * lyxvc.C (versionString): new method
10060
10061         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10062
10063 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10064
10065         * Spacing.C (set): initialize fval
10066
10067 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10068
10069         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10070         " or \.
10071
10072 2001-08-16  Juergen Vigna  <jug@sad.it>
10073
10074         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10075
10076 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10077
10078         * BufferView_pimpl.C:
10079         * figureForm.C:
10080         * lyxtext.h:
10081         * text2.C: setParagraph takes linespacing now
10082
10083 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10084
10085         * LyxAction.C: add internal LFUN_CITATION_INSERT
10086
10087         * LyXView.C: actually apply fix
10088
10089         * bufferlist.C: fix open non-existent file
10090
10091         * lyxfind.C: fix indentation
10092
10093         * lyxfunc.C: remove unneeded assert, fix typo
10094
10095 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10096
10097         * MenuBackend.C: use "Floatname List"
10098
10099 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10100
10101         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10102         when converting LaTeX layout to insetERT.
10103         Generate a non-collapsed float when reading old float
10104
10105 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10106
10107         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10108         ERT insets.
10109
10110 2001-08-13  Juergen Vigna  <jug@sad.it>
10111
10112         * text.C (fill): return 0 instead of 20 as this seems to be the more
10113         correct value.
10114
10115 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10116
10117         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10118         lyxrc.font_norm.
10119
10120 2001-08-13  Juergen Vigna  <jug@sad.it>
10121
10122         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10123         casesensitive off.
10124         (SearchBackward): comment out the unlocking of the inset_owner this
10125         should not be needed!
10126
10127 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10128
10129         * Many files: Remove inherit_language, and add latex_language
10130
10131         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10132         collapsible insets.
10133
10134 2001-08-10  Juergen Vigna  <jug@sad.it>
10135
10136         * text.C (prepareToPrint): fixed hfill-width in draw!
10137
10138         * BufferView2.C (selectLastWord): save the selection cursor as this
10139         now is cleared in the function LyXText::clearSelection!
10140
10141 2001-08-08  Juergen Vigna  <jug@sad.it>
10142
10143         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10144         BACKSPACE type functions.
10145
10146         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10147         is only cutted from the document but not put in the cut-buffer, where
10148         still the old stuff should be.
10149
10150         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10151
10152         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10153
10154         * tabular.C (SetWidthOfCell): fixed special case where the width
10155         was not updated!
10156         (LeftLine): handle '|' in align_special.
10157         (RightLine): ditto
10158         (LeftAlreadyDrawed): ditto
10159         (SetWidthOfCell): ditto
10160
10161 2001-08-07  Juergen Vigna  <jug@sad.it>
10162
10163         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10164
10165 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10166
10167         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10168         * lyxlex.[hC]: ditto
10169
10170 2001-08-06  Juergen Vigna  <jug@sad.it>
10171
10172         * text.C (getVisibleRow): fix up row clearing a bit.
10173
10174 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10175
10176         * minibuffer.C: make sure the X server sees the changes in the input.
10177
10178 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10179
10180         * paragraph.C (getFont): split into...
10181         (getLabelFont): this
10182         (getLayoutFont): and this
10183         * paragraph_pimpl.C (realizeFont): calling this
10184
10185         * text2.C (getFont): split into...
10186         (getLayoutFont): this
10187         (getLabelFont): and this
10188         (realizeFont): all three calling this
10189
10190         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10191         files where used.
10192
10193 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10194
10195         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10196
10197 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10198
10199         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10200         layouts from the Quote inset insertion.
10201
10202 2001-08-03  Juergen Vigna  <jug@sad.it>
10203
10204         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10205
10206         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10207         only if status not is already CHANGED_IN_DRAW (second level).
10208
10209         * text.C (draw): don't set the need_break_row when inside an
10210         InsetText LyXText.
10211
10212 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10213
10214         * buffer.C (parseSingleLyXformat2Token): handle more latex
10215         conversion cases.
10216
10217         * bufferview_funcs.[hC]: change function names to
10218         begin with small char, adjust other files.
10219
10220 2001-08-02  André Pönitz <poenitz@gmx.net>
10221
10222         * lyxfunc.C:
10223         BufferView_pimpl.C: remove broken special code for math-greek
10224
10225 2001-08-02  Juergen Vigna  <jug@sad.it>
10226
10227         * BufferView_pimpl.C (update): redone this function so that we
10228         update the text again if there was a CHANGE_IN_DRAW.
10229
10230         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10231         (drawFromTo): added a new internal bool which is used by draw() and
10232         redraw() function.
10233         (general): some cursor drawing problems fixed.
10234
10235 2001-08-01  Juergen Vigna  <jug@sad.it>
10236
10237         * lyxfind.C (LyXFind): fixed
10238         (SearchForward): ditto
10239         (SearchBackward): ditto
10240
10241         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10242         spurius drawing of the cursor in the main area.
10243
10244         * text2.C (status): small fix which could lead to a segfault!
10245         (clearSelection): remove unneeded BufferView param.
10246
10247 2001-08-01  André Pönitz <poenitz@gmx.net>
10248
10249         * lyxfunc.C: small change due to changed mathed interface
10250
10251 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10252
10253         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10254
10255 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10256
10257         * lyxfunc.c: fail gracefully if file doesn't exist
10258
10259         * LyXSendto.C:
10260         * buffer.C:
10261         * lyxfunc.C:
10262         * BufferView_pimpl.C: IsDirWriteable() proto changed
10263
10264         * LyXView.C: fix updateWindowTitle() to store the last title
10265
10266 2001-07-31  Juergen Vigna  <jug@sad.it>
10267
10268         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10269         the font (wrong since using of Paragraph::highestFontInRange).
10270
10271         * paragraph.C (highestFontInRange): added a default_size parameter.
10272
10273         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10274         (setHeightOfRow): reformat
10275
10276 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10277
10278         * converter.[hC] + affected files: move to (inital-char)lowercase
10279         function names.
10280
10281         * ParagraphParameters.C (ParagraphParameters): remove commented code
10282
10283         * PainterBase.[Ch]: remove commented code
10284
10285         * LaTeXFeatures.h: add "bool floats" for float.sty
10286
10287         * LaTeXFeatures.C (LaTeXFeatures): init floats
10288         (require): handle float
10289         (getPackages): do it with floats
10290
10291 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10292
10293         * BufferView_pimpl.C (Dispatch): improve handling of
10294         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10295
10296         * commandtags.h: #include lyxfont.h here temporarily to avoid
10297         keybinding bug.
10298
10299         * bufferlist.h: include LString.h here.
10300
10301 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10302
10303         * text2.C (getStringToIndex): new method.
10304
10305 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10306
10307         * *: Reduced header file dependencies all over.
10308
10309 2001-07-30  Baruch Even  <baruch@lyx.org>
10310
10311         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10312
10313 2001-07-29  Baruch Even  <baruch@lyx.org>
10314
10315         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10316
10317 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10318
10319         * ParameterStruct.h (endif): add a default constructor to make
10320         sure that all variables is initialized.
10321
10322         * ParagraphParameters.C (ParagraphParameters): adjust
10323
10324 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10325
10326         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10327         index; also, check that there is something to index, and that it
10328         does not span over several paragraphs.
10329         (doubleClick): use WHOLE_WORD_STRICT for double click.
10330
10331         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10332
10333         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10334         scheme.
10335
10336 2001-07-26  Baruch Even  <baruch@lyx.org>
10337
10338         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10339         an InsetFig figure, backwards compatible reading of old figure code.
10340
10341 2001-07-27  Juergen Vigna  <jug@sad.it>
10342
10343         * text2.C: font.realize function adaption.
10344
10345         * text.C (draw): add a warnings lyxerr text if needed.
10346
10347         * layout.C: font.realize function adaption.
10348
10349         * language.C: add inherit_language and implement it's handlings
10350
10351         * bufferview_funcs.C (StyleReset): remove language parameter from
10352         font creation (should be language_inherit now).
10353
10354         * bufferparams.C (writeFile): handle ignore_language.
10355
10356         * paragraph.C (getFontSettings): the language has to be resolved
10357         otherwise we have problems in LyXFont!
10358
10359         * lyxfont.C (lyxWriteChanges): added document_language parameter
10360         (update): removed unneeded language parameter
10361
10362         * paragraph.C (validate): fixed wrong output of color-package when
10363         using interface colors for certain fonts in certain environments,
10364         which should not seen as that on the final output.
10365
10366 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10367
10368         * BufferView_pimpl.C:
10369         * Thesaurus.h:
10370         * Thesaurus.C:
10371         * Makefile.am:
10372         * commandtags.h:
10373         * LyXAction.C: add thesaurus support
10374
10375         * lyxfind.h:
10376         * lyxfind.C: add "once" parameter, for thesaurus, to not
10377           move to the next match
10378
10379 2001-07-26  Juergen Vigna  <jug@sad.it>
10380
10381         * lyxfont.C (realize): honor ignore_language too!
10382         (resolved): ditto.
10383
10384         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10385
10386         * text.C (draw): one place more for ignore_language to not draw
10387         itself!
10388
10389 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10390
10391         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10392
10393 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10394
10395         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10396         the minipage conversion problem.
10397
10398 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10399
10400         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10401         insert an inset.
10402
10403 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10404
10405         * BufferView.h: don't forward declare WorkArea
10406
10407         * BufferView.C: don't include WorkArea.h
10408
10409 2001-07-25  André Pönitz <poenitz@gmx.net>
10410
10411         * commandtags.h:
10412         * LyXAction.C:
10413         * lyxfunc.C:  new LFUN 'math-space'
10414
10415         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10416
10417 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10418
10419         * text2.C (toggleInset): call open/close
10420
10421 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10422
10423         * lyxfunc.C (dispatch): add debug for the disabled case
10424
10425         * font.C (buttonText): make similar to rectText
10426
10427         * buffer.C (readInset): comment out parsing of insetlist and
10428         insttheorem
10429
10430         * PainterBase.C (rectText): small correction
10431
10432         * BufferView_pimpl.C: comment out insettheorem and insetlist
10433         * LyXAction.C: ditto
10434         * commandtags.h: ditto
10435
10436 2001-07-24  Juergen Vigna  <jug@sad.it>
10437
10438         * text.C (draw): honor the ignore_language.
10439
10440         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10441
10442 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10443
10444         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10445         char inset.
10446
10447 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10448
10449         * lyxtext.h: remove unused (and unimplemented) methods
10450
10451 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10452
10453         * text.C (getVisibleRow): honor background color
10454
10455         * PainterBase.h:
10456         * Painter.h: remove default color argument for fillRectangle
10457
10458         * text.C (backgroundColor): new method
10459
10460 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10461
10462         * text.C (getVisibleRow): adjust
10463
10464         * font.[Ch] (rectText): new method, metrics
10465         (buttonText): new method, metrics
10466
10467         * PainterBase.[hC]: make rectText and buttonText always draw and take
10468         fewer paramteres.
10469
10470 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10471
10472         * ToolbarDefaults.C (read):
10473         * MenuBackend.C (read): allow escaping in all strings
10474
10475         * BufferView_pimpl.C (insertAndEditInset): new method.
10476         (Dispatch): use insertAndEditInset whenever appropriate.
10477
10478         * BufferView_pimpl.C (insertNote): removed
10479
10480         * BufferView_pimpl.C (smartQuote): new method, moved from
10481         BufferView; if an insetquote cannot be inserted, insert a '"'
10482         character instead.
10483
10484         * BufferView2.C: remove insertCorrectQuote();
10485
10486         * lyxfunc.C (getStatus): Add support for all remaingin
10487         inset-insert lfuns.
10488
10489         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10490
10491         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10492         command (necessary to pass " as parameter of self-insert.
10493
10494         * text.C (selectWordWhenUnderCursor):
10495         (selectWord): add word_location parameter
10496         (selectWordWhenUnderCursor): same + remove special code for word
10497         boundary.
10498         (selectNextWord): use kind() to guess type of insetspecialchar,
10499         not latex().
10500
10501         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10502         (insertErtContents): create ert insets as collapsed.
10503         (readInset): better compatibility code for Info inset.
10504
10505 2001-07-20  Juergen Vigna  <jug@sad.it>
10506
10507         * lyxfunc.C (dispatch): use always LyXFind now!
10508
10509         * text2.C (init): add a reinit flag so that the LyXText can be
10510         reinited instead of deleted and reallocated (used in InsetText).
10511
10512         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10513
10514         * text.C: ditto
10515
10516         * text2.C: ditto
10517
10518 2001-07-18  Juergen Vigna  <jug@sad.it>
10519
10520         * text.C (selectNextWord): handle insets inside inset by calling
10521         always the bv->text functions so that we can go up the_locking_inset!
10522
10523         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10524         in strange locations when inside an inset!
10525
10526         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10527         handling to include insets.
10528
10529         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10530
10531 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10532
10533         * LyXAction.C (init):
10534         * commandtags.h:
10535         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10536         LIGATURE_BREAK, since the name is so stupid.
10537
10538 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10539
10540         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10541         InsetInfos.
10542
10543         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10544
10545         * sp_form.[Ch]: remove.
10546
10547         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10548
10549         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10550         InsetInfo.
10551
10552         * src/buffer.C (readInset): ditto.
10553
10554 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10555
10556         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10557         menuSeparator(), endOfSentenceDot(), ldots() and
10558         hyphenationPoint(), which are therefore removed.
10559         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10560
10561         * LyXAction.C (init):
10562         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10563
10564         * paragraph.C (getWord): removed.
10565
10566         * BufferView_pimpl.C (Dispatch): use last word or selection for
10567         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10568
10569         * lyx_main.C (queryUserLyXDir): do not ask before creating
10570         user_dir, except if it has been named explicitely.
10571
10572 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10573
10574         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10575         a document of zero size.
10576
10577 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10578
10579         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10580         approriately in the c-tor and in require().
10581         (getPackages): output the appropriate LaTeX for natbib support.
10582
10583         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10584         variables "use_natbib" and "use_numerical_citations" when reading the
10585         LyX file.
10586         (readInset): read the various natbib cite commands.
10587         (validate): white-space change.
10588
10589         * bufferparams.[Ch]: new variables "bool use_natbib" and
10590         "bool use_numerical_citations".
10591         (writeFile): output them in the LyX file.
10592
10593 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10594
10595         * lyxfunc.C (getStatus): add support for all the inset insertion
10596         commands.
10597
10598         * text2.C (insertInset):
10599         * paragraph.C (insetAllowed):
10600         * BufferView_pimpl.C (insertInset): update to take in account the
10601         renaming of insertInsetAllowed
10602
10603         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10604
10605         * text2.C (getInset): new method. returns inset at cursor position.
10606
10607         * BufferView_pimpl.C (Dispatch): changes because of this.
10608
10609         * LyXAction.C (init): rename open-stuff to inset-toggle.
10610
10611         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10612
10613         * text2.C (toggleInset): renamed from openStuff; use
10614         Inset::open().
10615
10616 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10617
10618         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10619
10620         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10621
10622 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10623
10624         * buffer.C (readLyXformat2): Add filename to the error dialog
10625
10626 2001-07-18  Juergen Vigna  <jug@sad.it>
10627
10628         * tabular.C (GetCellNumber): put an assert here instead of the check!
10629
10630 2001-07-17  Juergen Vigna  <jug@sad.it>
10631
10632         * BufferView_pimpl.C (toggleSelection): adapted too.
10633
10634         * text.C (selectNextWord): adapted for use with insets.
10635         (selectSelectedWord): ditto
10636
10637 2001-07-17  Juergen Vigna  <jug@sad.it>
10638
10639         * sp_spell.C (PSpell): fix initialitation order.
10640
10641 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10642
10643         * paragraph.C: spacing
10644
10645 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10646
10647         * sp_spell.C: repair language selection for pspell
10648
10649 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10650
10651         * lyxfunc.h: change more methods to begin with lower char.
10652
10653 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10654
10655         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10656         for unknown layouts.
10657
10658 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10659
10660         * buffer.C (readLyXformat2): Generate an error dialog if there are
10661         unknown layouts.
10662
10663 2001-07-16  Juergen Vigna  <jug@sad.it>
10664
10665         * sp_spell.C: always compile ISpell part.
10666
10667         * lyxrc.C: added use_pspell entry and it's handling.
10668
10669 2001-07-13  Juergen Vigna  <jug@sad.it>
10670
10671         * sp_spell.C: removed double includes.
10672
10673 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
10674
10675         Consistent use of Lsstream.h:
10676         * Lsstream.h: added using std::stringstream for consistencies sake.
10677
10678         * buffer.C: removed using std::stringstream
10679
10680         * lyxfont.C (stateText):
10681         * paragraph.C (asString):
10682         * text.C (selectNextWord, selectSelectedWord):
10683         * text2.C (setCounter):
10684         * vspace.C (asString, asLatexString):
10685         std::ostringstream -> ostringstream.
10686
10687 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10688
10689         * LyXAction.C: add LFUN_HELP_ABOUTLYX
10690         * commandtags.h: add LFUN_HELP_ABOUTLYX
10691         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
10692
10693 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10694
10695         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
10696         cursorToggle()
10697         * lyx_gui_misc.C: remove spellchecker
10698         * lyxfunc.C: showSpellchecker
10699         * sp_base.h: added
10700         * sp_ispell.h: added
10701         * sp_pspell.h: added
10702         * sp_spell.C: added
10703         * sp_form.[Ch]: removed
10704         * spellchecker.[Ch]: removed
10705
10706 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
10707
10708         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
10709         is set.
10710         (simpleTeXSpecialChars): Simply print the input character without
10711         any special translation if pass_thru is set.
10712
10713         * layout.h: Added bool pass_thru to layout class for being able to
10714         implement pass through of a paragraph for Literate Programming.
10715
10716         * layout.C: add LT_PASS_THRU to LayoutTags enum.
10717         * layout.C (LyXLayout): set pass_thru to flase in constructor.
10718         * layout.C (Read): add "passthru" to list of layout tags and add
10719         code to set the pass_thru boolean when it is read.
10720
10721 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10722
10723         * trans_decl.h: remove allowed from KmodInfo
10724
10725         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
10726         remove allowed code
10727         (Load): adjust
10728
10729         * paragraph_pimpl.C (erase): use boost::prior
10730
10731         * Painter.C (text): use data() instead of c_str() when length is
10732         also provided.
10733         * WorkArea.C (putClipboard): ditto
10734         * font.h (width): ditto
10735
10736         * BufferView2.C: use it-> instead of (*it). for iterators
10737         * texrow.C: ditto
10738         * paragraph_pimpl.C: ditto
10739         * paragraph.C: ditto
10740         * minibuffer.C: ditto
10741         * language.C: ditto
10742         * kbmap.C: ditto
10743         * encoding.C: ditto
10744         * counters.C: ditto
10745         * converter.C: ditto
10746         * chset.C: ditto
10747         * Variables.C: ditto
10748         * TextCache.C: ditto
10749         * MenuBackend.C: ditto
10750         * LyXAction.C: ditto
10751         * LColor.C: ditto
10752         * FloatList.C: ditto
10753         * DepTable.C: ditto
10754         * ColorHandler.C (LyXColorHandler): ditto
10755
10756 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10757
10758         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
10759
10760         * text2.C (openStuff): reintroduce this method (which had been
10761         nuked in NEW_INSETS frenzy).
10762
10763         * lyxfunc.C (Dispatch): when an action has not been handled, use
10764         its name in the error message, not its number.
10765
10766         * paragraph.C (inInset): change method name to begin with lowercase.
10767
10768         * undo_funcs.C:
10769         * text2.C: updates because of this.
10770
10771 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10772
10773         * ToolbarDefaults.C (add): add spaces in error message
10774
10775 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10776
10777         * buffer.C (readLyXformat2): initialize the ert comp. variables.
10778         (readLyXformat2): rename return_par to first_par, use lyxlex's
10779         pushToken and remove the manual push handling.
10780         (parseSingleLyXformat2Token): add another ert comp. variable:
10781         in_tabular, rename return_par to first_par. handle newlines better
10782
10783 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10784
10785         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
10786
10787 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10788
10789         * text2.C (getParFromID): removed
10790
10791         * buffer.C (getParFromID): new method moved form lyxtext.
10792         * BufferView2.C (insertErrors): adjust
10793         (setCursorFromRow): adjust
10794         * BufferView_pimpl.C (restorePosition): adjust
10795         * lyxfunc.C (Dispatch): adjust
10796         * undo_funcs.C (textUndo): adjust
10797         (textRedo): adjust
10798         (textHandleUndo): adjust
10799         (textHandleUndo): adjust
10800
10801 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10802
10803         * buffer.C: up' the LYX_FORMAT
10804
10805         * lyxfont.h: turn NO_LATEX on as default
10806
10807         * buffer.C (insertErtContents): new methods of tex style compability.
10808         (parseSingleLyXformat2Token): use it several places.
10809         * tabular.C (OldFormatRead): and here
10810
10811 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10812
10813         * text2.C: remove some commented code.
10814         reindent file.
10815
10816         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
10817         * trans.C: changes because of the above.
10818
10819 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
10820
10821         * text2.C (setCounter): Fix counters bug with bibliography layout.
10822
10823 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10824
10825         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
10826         own member functions
10827         (simpleTeXSpecialChars): ditto
10828
10829 2001-07-06  Juergen Vigna  <jug@sad.it>
10830
10831         * a lot of files: changed the access to LyXText::status and the
10832         call of undo-functions.
10833
10834         * undo.[Ch]: added a inset_id to the undo informations.
10835
10836         * undo_funcs.[Ch]: added and moved here all undo functions.
10837
10838         * lyxtext.h: give the status enum a weight, made status_ a private
10839         variable and made accessor functions for it, removed the whole bunch
10840         of undo-functions as they are now in their own file, make some
10841         functions publically available. Added function ownerParagraph with
10842         int parameter.
10843
10844         * paragraph.[Ch]: added "bool same_ids" to the constructor,
10845         made InInset() a const function, added getParFromID() function.
10846
10847         * buffer.[Ch]: added const version for inset_iterator functions,
10848         added getInsetFromID() function.
10849
10850         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
10851         changed undo functions for new version.
10852
10853 2001-07-05  Juergen Vigna  <jug@sad.it>
10854
10855         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
10856         unknow mechanism does not call the proper constructor but only this
10857         one also if I request the other!?
10858
10859 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10860
10861         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
10862
10863         * text2.C (LyXText): use initialization lists.
10864
10865         * lyxtext.h (Selection): initialize set_ and mark_
10866         (init): remove method
10867
10868 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
10869
10870         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
10871
10872 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10873
10874         * screen.[Ch]: change method names to begin with lowercase
10875
10876         * BufferView_pimpl.C (updateScrollbar): simplify further and
10877         hopefully make it a bit faster.
10878
10879 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10880
10881         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
10882         calling directly xforms functions.
10883
10884         * Painter.C (Painter):
10885         * lyx_cb.C (MenuWrite):
10886         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
10887         fl_display.
10888
10889         * lyx_gui.C: remove bogus guiruntime extern declaration.
10890
10891 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10892
10893         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
10894         in NEW_INSETS
10895         (redoDrawingOfParagraph): ditto
10896         (redoParagraphs): ditto
10897         (cutSelection): don't create a object for CutAndPaste use the
10898         static method directly
10899         (pasteSelection): ditto
10900
10901         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
10902         LyXview (+ rename)
10903
10904 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10905
10906         * modifications to some other files because of this.
10907
10908         * Makefile.am (lyx_SOURCES): add XFormsView
10909
10910         * XFormsView.[Ch]: new files
10911
10912         * LyXView.[Ch]: make LyXView a base class for the gui handling for
10913         the main window. Move the gui dependent stuff to XFormsView
10914
10915 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10916
10917         * tabular.C (GetCellInset): update cur_cell also in the row/col
10918         version of this function.
10919
10920         * lyxfunc.C: no need to include figure_form.h here.
10921
10922         * FontLoader.h:
10923         * lyxfunc.h:
10924         * lyxscreen.h:
10925         * text2.C:
10926         * lyxvc.C: no need to include forms.h here.
10927
10928 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10929
10930         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
10931
10932         * lyxfunc.C (Dispatch):
10933         * Spacing.C (set):
10934         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
10935         constructor argument.
10936
10937 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10938
10939         * paragraph.C (Paragraph): dont't clear, and just set layout.
10940         (makeSameLayout): use params's copy contructor.
10941
10942         * ParagraphParameters.[Ch] (makeSame): delete method
10943
10944 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
10945
10946         * Variables.[Ch]: fix indentation, rename set to isSet
10947
10948 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10949
10950         * lyxfunc.C (Dispatch): fix typo
10951
10952 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10953
10954         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
10955         upper_bound.
10956
10957         * bufferlist.C: include assert.h for emergencyWrite().
10958
10959 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10960
10961         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
10962           give up at last (bug #425202) !
10963
10964 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
10965
10966         * lyx_gui_misc.C:
10967         * sp_form.h:
10968         * sp_form.C:
10969         * spellchecker.h:
10970         * spellchecker.C: strip spellchecker options and bring up
10971           preferences tab instead
10972
10973 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10974
10975         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
10976         the istringstream constructor
10977
10978 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10979
10980         * paragraph.C (getLayout): fix return value
10981
10982         * paragraph.h: do not declare getLayout as inline.
10983
10984         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
10985
10986 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10987
10988         * lyxcursor.h (operator<): new func
10989         (operator>): new func
10990         (operator>=): new func
10991         (operator<=): new func
10992
10993         * text.C (changeCase): use selection.start and selection.end
10994         (changeRegionCase): require from to be <= to. Require par to be a
10995         valid paragraph.
10996
10997         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
10998
10999 2001-06-27  Juergen Vigna  <jug@sad.it>
11000
11001         * text.C (cursorLeftOneWord): changed to return the cursor and added
11002         overlay with BufferView * parameter which calls this one.
11003         (getWord): added
11004         (selectWord): use new getWord function.
11005         (changeCase): renamed from changeWordCase as and extended to work
11006         also on selections.
11007
11008         * lyxtext.h: added enum word_location
11009
11010         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11011         changeCase as this operates now also on selections.
11012
11013 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11014
11015         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11016
11017         * many files: send debug output to Debug::INFO instead of
11018         Debug::ANY.
11019
11020         * converter.C (View):
11021         (Convert):
11022         (Move): send debug output to Debug::FILES instead of console.
11023
11024 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11025
11026         * lyxfunc.C (getStatus): use func_status
11027
11028         * func_status.h: new header, describing the results of
11029         LyXFunc::getStatus;
11030
11031         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11032         LFUN_MATH_HALIGN.
11033
11034 2001-06-25  The LyX Project  <jug@sad.it>
11035
11036         * buffer.C (sgmlOpenTag):
11037         (sgmlCloseTag):
11038         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11039
11040 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11041
11042         * text2.C: remove some dead code
11043
11044         * tabular.C (GetCellInset): store the last cell checked (gotten)
11045
11046         * tabular.h: add the helper for the speedup
11047
11048         * lyxtext.h: remove some dead code
11049
11050 2001-06-26  The LyX Project  <Asger>
11051
11052         * paragraph.C: Change export to LaTeX of alignment to
11053         \begin{center} and family for better roundtrip work with reLyX.
11054
11055         * Tune the math drawing a bit.
11056
11057 2001-06-25  The LyX Project  <Asger>
11058
11059         * LColor.C (LColor): New color for math background. New color
11060         for buttons.
11061
11062 2001-06-25  The LyX Project  <jug@sad.it>
11063
11064         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11065
11066         * lyxfunc.C (Open):
11067         * bufferlist.C (newFile): do not restrict to files ending with
11068         .lyx
11069
11070         * BufferView_pimpl.C (MenuInsertLyXFile):
11071
11072 2001-06-24  The LyX Project  <jug@sad.it>
11073
11074         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11075         of compare_no_case
11076
11077 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11078
11079         * lyxtext.h: rename most methods to begin with a small char.
11080         Lots of changes because of this.
11081
11082         * paragraph.C (Paragraph): do not call fitToSize
11083         (erase): call Pimpl::erase
11084         (insertChar): call Pimpl::insertChar
11085         (insertInset): call Pipl::insertInset
11086         (breakParagraph): do not call fitToSize
11087         (breakParagraphConservative): do not call fitToSize
11088         (fitToSize): remove method
11089
11090         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11091
11092 2001-06-24  The LyX Project  <Asger>
11093
11094         * Fix Qt compilation^2
11095
11096 2001-06-24  The LyX Project  <jug@sad.it>
11097
11098         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11099         depthHook(getDepth()-1).
11100
11101         * paragraph.h:
11102         * ParagraphParameters.h:
11103         * ParameterStruct.h: change type of depth to unsigned int ==
11104         depth_type. Many adaptations to other files before of that.
11105
11106 2001-06-24  The LyX Project  <Asger>
11107
11108         * Fix Qt compilation.
11109
11110 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11111
11112         * paragraph.h: renamed several methods to begin with small letter.
11113         several changes to many parts of the code because of this.
11114
11115 2001-06-23  The LyX Project  <jug@sad.it>
11116
11117         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11118         rewritten to discard all double spaces when KeepEmpty is off
11119         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11120         to only handle newlines but not fiddle with spaces and friends.
11121
11122         * lyxfunc.C (MenuNew): when doing 'new from template', use
11123         template_path as default directory
11124
11125 2001-06-23  The LyX Project  <Asger>
11126
11127         * Clean-up of header file includes all over
11128         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11129
11130 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11131
11132         * paragraph.h: renamed from lyxparagraph.h
11133
11134 2001-06-23  Asger  <lyx@violet.home.sad.it>
11135
11136         * Buffer.h: Removed Buffer::resize
11137         * BufferList.h: Removed BufferList::resize
11138         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11139         the document lazily when we change the width, or the font settings.
11140
11141 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11142
11143         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11144
11145 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11146
11147         * buffer.h: remove out of date comment
11148
11149 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11150
11151         * lyxscreen.h:
11152         * screen.C: fix "theoretical" GC leak
11153
11154 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11155
11156         * LaTeX.C (scanAuxFile):
11157         (deplog): remove trailing \r when reading stream (useful under
11158         win32)
11159
11160 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11161
11162         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11163         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11164         and BufferView::theLockingInset(Inset*), so should use them and not
11165         access bv_->text->the_locking_inset directly.
11166
11167         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11168
11169 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11170
11171         * Makefile.am:
11172         * tex-defs.h: remove old unused file
11173
11174 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11175
11176         * BufferView_pimpl.C: fix typo, remove minibuffer message
11177           when buffer has loaded
11178
11179 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11180
11181         * lyxfunc.C (Dispatch): use stringstream
11182         (MenuNew): use stringstream
11183         (Open): use stringstream
11184
11185         * importer.C (Import): use stringstream
11186
11187         * bufferview_funcs.C (CurrentState): use stringstream
11188
11189         * LaTeX.C (run): use stringstream
11190
11191         * BufferView_pimpl.C (savePosition): use stringstream
11192         (restorePosition): use stringstream
11193         (MenuInsertLyXFile): use stringstream
11194
11195 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11196
11197         * BufferView.C:
11198         * Bullet.C:
11199         * ColorHandler.C:
11200         * FontInfo.C:
11201         * FontLoader.C:
11202         * LColor.C:
11203         * LaTeXFeatures.C:
11204         * Painter.C:
11205         * gettext.C:
11206         * lyx_gui_misc.C:
11207         * lyxserver.C:
11208         * vspace.C: removed // -*- C++ -*- as first line.
11209
11210         * lyxfind.h:
11211         * version.h: added // -*- C++ -*- as first line.
11212
11213 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11214
11215         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11216
11217         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11218         of string
11219
11220 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11221
11222         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11223         of floats.
11224
11225 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11226
11227         * gettext.C: include LString.h even when --disable-nls is on.
11228
11229 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11230
11231         * converter.h (Get): changed argument type from int to
11232         FormatList::size_type to avoid unnecessary conversion.
11233
11234         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11235         before using it.
11236
11237 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11238
11239         * gettext.h: include LString.h even when --disable-nls is on.
11240
11241 2001-06-07  Juergen Vigna  <jug@sad.it>
11242
11243         * text.C (BreakAgain): subst spaces with tabs.
11244
11245         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11246         (resizeInsetsLyXText): set force on resizeLyXText.
11247
11248 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11249
11250         * gettext.h (gettext_init):
11251         (locale_init): use a real definition instead of a macro
11252
11253 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11254
11255         * Bufferview_pimpl.C:
11256         * LColor.h:
11257         * LColor.C: further lcolor tidies
11258
11259 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11260
11261         * BufferView_pimpl.C (updateScrollbar): simplify.
11262
11263         * BufferView2.C: don't include insets/insetinfo.h, change
11264         prototype for insertInset and call the Pimpl version. let
11265         updateInset call Pimpl version.
11266
11267         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11268         gotoInset to BufferView::Pimpl
11269
11270 2001-06-01  Juergen Vigna  <jug@sad.it>
11271
11272         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11273         inside a LockingInset (is the update needed at all?).
11274
11275 2001-05-31  Juergen Vigna  <jug@sad.it>
11276
11277         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11278         here not the old one otherwise how should we compare it afterwards
11279         if it's the same!
11280
11281 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11282
11283         * lyxfont.C:
11284         * tabular.C:
11285         * tabular-old.C:
11286         * FontInfo.C: bring C functions into global namespace when
11287         necessary
11288
11289 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11290
11291         * LString.h: make sure config.h has been loaded before LString.h.
11292
11293         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11294         (one for each char read by EatLine!).
11295
11296         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11297         variables.
11298
11299 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11300
11301         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11302         to the same as the par we break from
11303
11304 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11305
11306         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11307
11308         * MenuBackend.C (expand): also create menu entries for wide
11309         versions of the floats.
11310
11311         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11312
11313         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11314
11315         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11316         frontends/Makefile.am
11317
11318         * text2.C: adjust
11319         * text.C: adjust
11320
11321
11322         * tabular.C (getTokenValue): add std::
11323
11324         * tabular-old.C (getTokenValue): add std::
11325         (getTokenValue): ditto
11326         (getTokenValue): ditto
11327
11328         * screen.C (ToggleSelection): adjust
11329
11330         * lyxtext.h: put selection cursors inside a Selection struct.
11331
11332         * lyxfunc.C (moveCursorUpdate): adjust
11333
11334         * lyxfont.C (latexWriteStartChanges): add std::
11335
11336         * lyxfind.C: adjust
11337
11338         * font.h: delete with(char const *, LyXFont const &)
11339
11340         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11341
11342         * FontInfo.C (getFontname): add std::
11343
11344         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11345         (workAreaButtonPress): adjust
11346         (tripleClick): adjust
11347         (update): adjust
11348         (moveCursorUpdate): adjust
11349         (Dispatch): adjust
11350
11351         * BufferView2.C (gotoInset): adjust
11352
11353 2001-05-30  Juergen Vigna  <jug@sad.it>
11354
11355         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11356         to check pspell I add this as default as I now have new pspell
11357         libraries and they seem to use this.
11358
11359 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11360
11361         * text2.C (CutSelection): make the cursor valid before the call to
11362         ClearSelection.
11363
11364 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11365
11366         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11367         relied on 0 terminated strings and other horrors. Bug found due to
11368         the new assert in lyxstring!
11369
11370         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11371         KP_ keys.
11372
11373 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11374
11375         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11376         to latinkeys.bind.
11377
11378         * lyxfunc.C (processKeySym): change method of getting to the
11379         self-insert char.
11380
11381         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11382         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11383         * BufferView_pimpl.[Ch]: here as private methods.
11384
11385 2001-05-28  Juergen Vigna  <jug@sad.it>
11386
11387         * text.C (SetHeightOfRow): added the update() call again as it is
11388         needed to initialize inset dimensions!
11389
11390 2001-05-16  Juergen Vigna  <jug@sad.it>
11391
11392         * text2.C (SetCharFont): Add new function with BufferView * and
11393         bool toggleall parameters for setting insets internal fonts.
11394         (SetFont): Freeze the undo as we may change fonts in Insets and
11395         all this change should be inside only one Undo!
11396
11397         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11398         setting font's in insets as for them we have the SetFont function!
11399
11400 2001-05-15  Juergen Vigna  <jug@sad.it>
11401
11402         * text2.C (ClearSelection): to be sure we REALLY don't have any
11403         selection anymore!
11404
11405         * tabular.C (TeXCellPreamble): fixed the left border problem for
11406         multicolumn cells.
11407
11408 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11409
11410         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11411         dependancy file
11412
11413 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11414
11415         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11416         LFUN_BREAKPARAGRAPH.
11417
11418         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11419         help test to "internal only", similar for LFUN_INSERT_URL
11420
11421         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11422         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11423         auto_region_delete and deadkeys.
11424
11425 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11426
11427         * LColor.h:
11428         * LColor.C: remove some dead entries, tidy a little
11429
11430 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11431
11432         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11433         commented code.
11434         (Dispatch): implement LFUN_ESCAPE
11435
11436         * commandtags.h: add LFUN_ESCAPE
11437
11438         * LyXAction.C (init): add entry for LFUN_ESCAPE
11439
11440         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11441         Remove commented code.
11442         (insertNote): moved here
11443         (open_new_inset): moved here
11444
11445         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11446         BufferView_pimpl
11447
11448 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11449
11450         * kbmap.C (findbinding): clean it up and make it work correctly.
11451
11452         * lyx_main.C (init): do not pass argc and argv as parameters
11453
11454 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11455
11456         * buffer.C: fix path for OS/2 & Win32
11457
11458         * lyx_gui.C:
11459         * lyx_main:
11460         * lyx_main.C: Added os:: class.
11461
11462         * os2_defines.h: update
11463
11464 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11465
11466         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11467         better by trying again with reduced state.
11468
11469 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11470
11471         * lyxrc.C (read): print error about invalid key sequence only when
11472         debugging (because not all latinX keysyms are known to some X
11473         servers)
11474
11475         * kbsequence.C (getiso): add a few std:: qualifiers
11476         (getiso): comment out extra return statement.
11477
11478 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11479
11480         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11481         handling.
11482         (Dispatch): enhance the accent inset a bit. (not perfect)
11483
11484 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11485
11486         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11487
11488 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11489
11490         * bufferlist.C (emergencyWrite): fix assert() call
11491
11492 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11493
11494         * text.C (InsertChar): Added trivial patch to only send the "you
11495         can not do multiple spaces this way" message once during a
11496         session.
11497
11498 2001-05-08  Baruch Even  <baruch@lyx.org>
11499
11500         * Makefile.am: Changed order of libraries to get LyX to link properly
11501         with the gnome frontend.
11502
11503 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11504
11505         * LaTeXFeatures.h: add a std:: qualifier
11506
11507 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11508
11509         * paragraph.C (String): use stringstream
11510
11511 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11512
11513         * paragraph.C (writeFile): remove footflag arg
11514
11515         * buffer.C (makeLaTeXFile): use stringstream
11516         (latexParagraphs): remove footnot gurba
11517
11518         * LaTeXFeatures.C (getPackages): use stringstream
11519         (getMacros): likewise
11520         (getTClassPreamble): likewise
11521         (getFloatDefinitions): new method
11522
11523         * paragraph.C (writeFile): reindent
11524         (Erase): reindent
11525
11526         * WorkArea.h: revert the xpos + etc changes.
11527
11528         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11529
11530         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11531
11532         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11533         (pasteSelection): likewise
11534         * text2.C (CreateUndo): likewise
11535
11536 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11537
11538         * minibuffer.C (peek_event): temporarily reduce the functionality
11539         of the minibuffer (to allow args on lfuns)
11540
11541         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11542         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11543
11544         * buffer.C (readInset): add compability reading of old float
11545         lists, add reading of new style float list.
11546         (readInset): avoid reevaluation of inscmd.getCmdName()
11547         (getLists): reindent
11548
11549         * MenuBackend.C (MenuItem): implement parsing of
11550         md_floatlistinsert and md_floatinsert.
11551         (expand::LastFiles): move initalizaton of iterators out of loop,
11552         avoid reevaluation.
11553         (expand::Documents): introduce typdedef vector<string> Strings,
11554         and use it.
11555         (expand::ExportFormats): introduce typedef vector<Format const *>
11556         Formats, and use it.
11557         (expand): implement FloatListInsert and FloatInsert.
11558
11559         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11560         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11561         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11562
11563         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11564         handling.
11565         (Dispatch::LFUN_FLOAT_LIST): implement
11566
11567 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11568
11569         * LaTeX.C (run): Fix problem with --export code.
11570
11571 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11572
11573         * BufferView.[Ch] (workarea): removed.
11574         (getClipboard) new method; wrapper for workarea()->getClipboard()
11575
11576         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11577         bug.
11578
11579         * WorkArea.h (width, height, xpos, ypos): These methods all
11580         returned the dimensions of the work_area sub-area of WorkArea,
11581         resulting in a position error if the WorkArea were resized. Now
11582         return the dimensions of the entire WorkArea.
11583
11584         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11585
11586 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11587
11588         * LaTeX.C (deplog): correct the syntax of regex reg1
11589
11590 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11591
11592         * undo.C: remove !NEW_INSETS cruft
11593
11594 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11595
11596         * text2.C: remove !NEW_INSETS cruft
11597
11598         * text.C: remove !NEW_INSETS cruft
11599
11600         * tabular.C: remove !NEW_INSETS cruft
11601
11602         * spellchecker.C: remove !NEW_INSETS cruft
11603
11604         * lyxtext.h: remove !NEW_INSETS cruft
11605
11606         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11607
11608         * lyxfunc.C: remove !NEW_INSETS cruft
11609
11610         * lyxfind.C: remove !NEW_INSETS cruft
11611
11612         * lyx_cb.C: remove !NEW_INSETS cruft
11613
11614         * figureForm.C: remove  !NEW_INSETS cruft
11615
11616         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11617
11618         * buffer.[Ch]: remove !NEW_INSETS cruft
11619
11620         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11621
11622         * CutAndPaste.C: remove !NEW_INSETS cruft
11623
11624         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11625
11626         * BufferView2.C: remove !NEW_INSETS cruft
11627
11628         * BufferView.h: remove !NEW_INSETS cruft
11629
11630 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11631
11632         * Lsstream.h: include LString.h before the sstream headers to
11633         fix problem with gcc 2.95.3 and lyxstring
11634
11635 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11636
11637         * lyx_main.C: add using directives when needed for C functions
11638         declared in std:: namespace.
11639
11640 2001-04-27  Juergen Vigna  <jug@sad.it>
11641
11642         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11643         (SetHeightOfRow): comment out the update call should not be needed!
11644
11645 2001-04-13  Juergen Vigna  <jug@sad.it>
11646
11647         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11648         (LyXTabular): tried to minimize operator= operations (and realized
11649         hopfully Lars wish).
11650
11651 2001-04-27  Juergen Vigna  <jug@sad.it>
11652
11653         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11654
11655 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11656
11657         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11658
11659         * buffer.C (readInset): hack to make listof algorithm work
11660
11661         * BufferView_pimpl.C: hack to make listof algorithm work
11662
11663 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11664
11665         * LyXAction.C: removed all !NEW_INSETS cruft
11666         (init): moved lfun_item in method
11667
11668         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
11669
11670 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11671
11672         * BufferView2.C (theLockingInset): white space.
11673
11674 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11675
11676         * minibuffer.C: include <iostream>
11677
11678         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
11679
11680         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
11681
11682         * commandtags.h: add LFUN_TRANSPOSE_CHARS
11683
11684         * text.[Ch] (TransposeChars): new method
11685
11686 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11687
11688         * call message directly through LyXView instead of through LyXFunc
11689         * BufferView2.C: adjust
11690         * BufferView_pimpl.C: adjust
11691         * FontLoader.C: adjust
11692         * buffer.C: adjust
11693         * bufferview_funcs.C: adjust
11694         * converter.C: adjust
11695         * figureForm.C: adjust
11696         * importer.C: adjust
11697         * lyx_cb.C: adjust
11698         * lyx_gui_misc.C: adjust
11699         * lyxfunc.C: adjust
11700         * lyxvc.C: adjust
11701         * text2.C: adjust
11702         + more files in subdirs
11703
11704         * lyxparagraph.h (size): move up int file
11705         (GetLayout): ditto
11706
11707         * adjust all uses of Assert to lyx::Assert.
11708
11709         * BufferView2.C (ChangeCitationsIfUnique): adjust for
11710         lyxfunctional in namespace lyx
11711         * layout.C (hasLayout): ditto
11712         (GetLayout): ditto
11713         (GetLayout): ditto
11714         (delete_layout): ditto
11715         (NumberOfClass): ditto
11716         * converter.C (GetFormat): ditto
11717         (GetNumber): ditto
11718         (Add): ditto
11719         (Delete): ditto
11720         (SetViewer): ditto
11721         * bufferlist.C (getFileNames): ditto
11722         (emergencyWriteAll): ditto
11723         (exists): ditto
11724         (getBuffer): ditto
11725         * MenuBackend.C (hasSubmenu): ditto
11726         (hasMenu): ditto
11727         (getMenu): ditto
11728         * BufferView_pimpl.C (getInsetByCode): ditto
11729
11730 2001-04-18  Juergen Vigna  <jug@sad.it>
11731
11732         * vspace.C (asLatexString): fixed the 100% problem.
11733
11734 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11735
11736         * lyxfunc.C (Dispatch):
11737         * minibuffer.C:
11738         * minibuffer.h: add a few std:: qualifiers
11739
11740 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11741
11742         * minibuffer.[Ch]: reimplement so that commands is initiated and
11743         run from lyxfunc, simplified som handling, and made the completion
11744         and history code for complete. wip.
11745
11746         * lyxfunc.C (processKeySym): call message
11747         (miniDispatch): new temporary method
11748         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
11749         (LFUN_MESSAGE): implement
11750         (LFUN_MESSAGE_PUSH): implement
11751         (LFUN_MESSAGE_POP): implement
11752         (initMiniBuffer): the initial/defualt minibuffer message.
11753
11754         * lyxfont.[Ch]: inline some more getters
11755
11756         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
11757
11758         * lyx_gui_misc.[Ch] (WriteStatus): remove method
11759
11760         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
11761         (AutoSave): use LFUN_MESSAGE
11762         (Reconfigure): ditto
11763
11764         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
11765
11766         * figureForm.C: use LFUN_MESSAGE
11767
11768         * converter.C (runLaTeX): use LFUN_MESSAGE
11769
11770         * bufferview_funcs.C: use LFUN_MESSAGE
11771         (Melt): ditto
11772         (changeDepth): ditto
11773
11774         * bufferparams.h: use boost::
11775
11776         * bufferlist.h: inherit privately from noncopyable
11777
11778         * bufferlist.C (loadLyXFile): remove some commented code.
11779
11780         * buffer.C (runChktex): use LFUN_MESSAGE
11781
11782         * ShareContainer.h: inherit privately from noncopyable
11783
11784         * ParagraphParameters.[hC] (depth): inline it.
11785
11786         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
11787         methods.
11788         (message): new method
11789         (messagePush): ditto
11790         (messagePop): ditto
11791         (show): init minibuffer
11792         (showState): direct call
11793
11794         * LaTeX.[Ch]: inherit privately from noncopyable
11795         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
11796         instead of WriteStatus.
11797
11798         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
11799
11800         * BufferView_pimpl.C (buffer): don't init minibuffer
11801         (workAreaButtonPress): use LFUN_MESSAGE
11802         (workAreaButtonRelease): ditto
11803         (savePosition): ditto
11804         (restorePosition): ditto
11805         (MenuInsertLyXFile): ditto
11806         (workAreaExpose): don't init minibuffer
11807         (update): remove commented code, simplify
11808
11809         * BufferView2.C (openStuff): use LFUN_MESSAGE
11810         (toggleFloat): ditto
11811         (menuUndo): ditto
11812         (menuRedo): ditto
11813         (copyEnvironment): ditto
11814         (pasteEnvironment): ditto
11815         (copy): ditto
11816         (cut): ditto
11817         (paste): ditto
11818         (gotoInset): ditto
11819         (updateInset): remove some commented code
11820
11821         * lastfiles.h: inherit privately from noncopyable
11822         * layout.h: ditto
11823         * lyx_gui.h: ditto
11824         * lyx_main.h: ditto
11825         * lyxlex.h: ditto
11826         * lyxlex_pimpl.h: ditto
11827
11828         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
11829         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
11830         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11831
11832         * LyXAction.h: inherit privately from noncopyable, add methods
11833         func_begin, func_end, returning iterators to the func map.
11834
11835         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
11836         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11837         (func_begin): new method
11838         (func_end): new method
11839
11840         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
11841         and not)
11842         (copySelection): ditto
11843         (pasteSelection): ditto
11844
11845         * BufferView.C: whitespace change
11846         * BufferView.h: inherit privately from noncopyable
11847
11848 2001-04-16  Allan Rae  <rae@lyx.org>
11849
11850         * tabular-old.C (l_getline):
11851         * spellchecker.C (sc_check_word):
11852         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
11853         an unrecognised preprocessor directive.  So ensure they're wrapped.
11854
11855 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
11856
11857         * src/exporter.C (Export): Give an error message when path to file
11858         contains spaces.
11859
11860 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
11861
11862         * LaTeX.C (deplog): Always check that foundfile exists.
11863
11864 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11865
11866         * lyx_main.h:
11867         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
11868
11869 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11870
11871         * tabular.[Ch] (getLabelList): implement new method
11872
11873         * minibuffer.h: comment ouf setTiimer
11874
11875         * minibuffer.C (ExecutingCB): constify res
11876         (peek_event): constify s
11877         (Set): constify ntext
11878         (Init): constify nicename
11879
11880         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
11881
11882         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
11883         (savePosition): use two params to Minibuffer::Set
11884         (restorePosition): ditto
11885
11886 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11887
11888         * lyx_main.C: include language.h
11889
11890         * Makefile.am (lyx_main.o): add language.h
11891
11892 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11893
11894         * exporter.C:
11895         * paragraph.C:
11896         * screen.C:
11897         * tabular.C:
11898         * CutAndPaste.C: include gettext.h
11899
11900         * lyxfont.h: remove old hack with ON and OFF.
11901
11902         * lyxparagraph.h:
11903         * lyxfont.h: do not include language.h...
11904
11905         * BufferView2.C:
11906         * LaTeXFeatures.C:
11907         * Painter.C:
11908         * bufferview_funcs.C:
11909         * font.C:
11910         * lyxfont.C:
11911         * text.C:
11912         * text2.C:
11913         * trans_mgr.C:
11914         * paragraph.C: ... but do it here instead
11915
11916 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11917
11918         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
11919
11920         * tabular.C: small reformat
11921
11922         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
11923         NEW_INSETS version
11924         (GetChar): ditto
11925         (BreakParagraph): ditto
11926         (SetOnlyLayout): ditto
11927         (SetLayout): ditto
11928
11929         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
11930         with one arg less.
11931
11932         * lastfiles.C: removed most using decl, add std:: where needed
11933
11934         * buffer.C: ws changes
11935
11936         * MenuBackend.C (class compare_format): put into anon namespace
11937         (expand): constify label, names, action, action2
11938         (expand):
11939
11940         * text.C (SingleWidth): constify font
11941         (IsBoundary): constify rtl2
11942         (GetVisibleRow): constify ww
11943
11944         * LaTeX.C (deplog): constify logfile
11945
11946         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
11947         start_x, end_x
11948         (workAreaExpose): constify widthChange, heightChange
11949
11950         * lyxrow.C (par): moved
11951         (height): moved
11952         (next): moved
11953         * lyxrow.h: as inlines here
11954
11955         * lyxfont.h (shape): moved from lyxfont.C
11956         (emph): moved from lyxfont.C
11957
11958         * lyxfont.C (LyXFont): use initialization list for all
11959         constructors
11960         (shape): move to lyxfont.h as inline
11961         (emph): move to lyxfont.h as inline
11962
11963
11964 2001-04-04  Juergen Vigna  <jug@sad.it>
11965
11966         * vspace.C: had to include stdio.h for use of sscanf
11967
11968 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
11969
11970         * BufferView.h:
11971         * BufferView_pimpl.h: remove xforms cruft. Both classes are
11972         independent of xforms.
11973
11974 2001-04-02  Juergen Vigna  <jug@sad.it>
11975
11976         * spellchecker.C: fixed namespace placing!
11977
11978 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
11979
11980         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
11981         the LyXParagraph * is 0.
11982
11983 2001-03-29  Juergen Vigna  <jug@sad.it>
11984
11985         * vspace.C: added support for %, c%, p%, l%.
11986         (stringFromUnit): added helper function.
11987         (asLatexString): changed to give right results for the %-values.
11988
11989         * buffer.C: convert the widthp in a width%.
11990
11991 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
11992
11993         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
11994         figureForm.[Ch].
11995
11996         * figureForm.[Ch]: stripped the FD_from_figure manipulation
11997         code out of lux_cb.[Ch], ready for its (imminent?) removal.
11998
11999         * lyx_cb.[Ch]: see above.
12000
12001         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12002         form1.[Ch].
12003
12004         * form1.[Ch]:
12005         * lyx.[Ch]: replaced by figure_form.[Ch].
12006
12007         * lyx_gui.C:
12008         * lyx_gui_misc.C:
12009         * lyxfunc.C: changed headers associated with above changes.
12010
12011 2001-03-27  Juergen Vigna  <jug@sad.it>
12012
12013         * BufferView_pimpl.C: set the temporary cursor right!
12014
12015 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12016
12017         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12018
12019 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12020
12021         * LString.h: removed "using std::getline"!
12022
12023         * BufferView_pimpl.C (Dispatch): changes due to changes in
12024         InsetInclude::Params.
12025
12026         * buffer.C (tag_name): removed redundant break statements as they were
12027         producing lots of warnings with my compiler.
12028
12029 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12030
12031         * LString.h: add "using std::getline" when using the real <string>.
12032
12033 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12034
12035         * buffer.C: removed bitset usage.
12036         PAR_TAG moved to an anonymous name space.
12037         (tag_name): new funtion, also in the anonymous namespace.
12038         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12039         (makeDocBookFile): clean code. Completed transition from string arrays
12040         to string vectors.
12041         (SimpleDocBookOnePar): code clean.
12042
12043 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12044
12045         * tabular.C: add some comments.
12046
12047 2001-03-22  Juergen Vigna  <jug@sad.it>
12048
12049         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12050         compatibility read a bit and fixed bug with minipage in different
12051         depth.
12052
12053 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12054
12055         * buffer.C (pop_tag): removed.
12056         (push_tag): removed.
12057         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12058         array replaced with vector. Added support for CDATA sections.
12059         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12060         at any nest level.
12061         (makeDocBookFile): XML conformant declaration of CDATA section,
12062         fixed bug related to <emphasis> in the first paragraph char.
12063         (sgmlOpenTag): exclude empty tags.
12064         (sgmlCloseTag): ditto.
12065
12066         * buffer.h (pop_tag): removed.
12067         (push_tag): removed.
12068
12069 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12070
12071         * language.h (Languages): added size_type and size().
12072
12073 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12074
12075         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12076         response on compability reading of minipages. One probliem is that
12077         the old usage of minipages was «flertydig»
12078
12079         * several files here and in subdirs: don't use static at file
12080         scope use anon namespaces instead.
12081
12082 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12083
12084         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12085         LaTeX output. This is necessary for Literate document
12086         processing.
12087
12088 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12089
12090         * buffer.C: insert hfill when needed.
12091
12092         * tabular.C (l_getline): use string::erase, small whitespace change.
12093
12094         * BufferView_pimpl.C: try the anon namespace.
12095         * WorkArea.C: ditto
12096
12097 2001-03-16  Juergen Vigna  <jug@sad.it>
12098
12099         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12100         otherwise it won't open options-dialogs.
12101
12102         * buffer.C: honor pextraWidth(p) on converting minipages.
12103
12104         * tabular.C (l_getline): changed the functions to strip trailing \r.
12105
12106 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12107
12108         * BufferView_pimpl.C:
12109         * minibuffer..C: added "using SigC::slot" declaration.
12110
12111 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12112
12113         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12114
12115         * text2.C: ditto
12116
12117         * text.C: ditto
12118
12119         * paragraph.C: ditto
12120
12121         * lyxtext.h: NO_PEXTRA
12122
12123         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12124
12125         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12126         * ParameterStruct.h: ditto
12127         * ParagraphParameters.h: ditto
12128         * lyxparagraph.h: ditto
12129
12130 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12131
12132         * buffer.C: add compability for minipage alignment.
12133         (latexParagraphs): remove unwanted pextra check.
12134
12135         * several files: remove CXX_WORKING_NAMESPACES
12136
12137         * buffer.C (pop_tag): tie is in namespace boost
12138
12139         * BufferView.h: noncopyable is in namespace boost
12140         * lyxlex.h: ditto
12141         * lyx_main.h: ditto
12142         * lyx_gui.h: ditto
12143         * layout.h: ditto
12144         * lastfiles.h: ditto
12145         * bufferlist.h: ditto
12146         * ShareContainer.h: ditto
12147         * LyXView.h: ditto
12148         * LyXAction.h: ditto
12149         * LaTeX.h: ditto
12150
12151 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12152
12153         * Merging changes from BRANCH_MVC back into HEAD.
12154
12155         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12156
12157 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12158
12159         * BufferView_pimpl.C: change from intl.C
12160
12161         * combox.h:
12162         * combox.C:
12163         * Makefile.am: move combox.*
12164
12165         * form1.h:
12166         * form1.C:
12167         * lyx_gui.C:
12168         * intl.h:
12169         * intl.C: remove dialog (covered by prefs)
12170
12171 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12172
12173         * lyxfunc.C (Dispatch): removed redundant break statement.
12174
12175 2001-03-14  Juergen Vigna  <jug@sad.it>
12176
12177         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12178
12179 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12180
12181         * buffer.C: add hack to fix compability reading of minipages.
12182
12183 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12184
12185         * buffer.C (getLists): Cleanup.
12186
12187 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12188
12189         * lyxfont.C (update): don't honor toggleall on font size.
12190
12191 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12192
12193         * bmtable.c:
12194         * bmtable.h:
12195         * Makefile.am: moved to frontends/xforms/
12196
12197         * lyx_gui_misc.C:
12198         * lyxfunc.C:
12199         * BufferView_pimpl.C: changes for moved mathpanel
12200
12201 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12202
12203         * gettext.h: fix gettext_init() in --disable-nls
12204
12205 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12206
12207         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12208
12209 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12210
12211         * lyx.C:
12212         * lyx.h: strip external form
12213
12214 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12215
12216         * BufferView_pimpl.C: add comment, destroySplash()
12217
12218 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12219
12220         * BufferView_pimpl.C:
12221         * LyXAction.C:
12222         * buffer.C:
12223         * commandtags.h:
12224         * lyxfunc.C: use re-worked insetinclude
12225
12226 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12227
12228         * buffer.C: add using std::stringstream.
12229
12230         * lyx_cb.C: readd using std::ios.
12231
12232         * buffer.C: add using std::map.
12233
12234         * BufferView_pimpl.C: add using std::vector.
12235
12236         * ShareContainer.h: add std:: to swap.
12237
12238         * buffer.h: add some typedefs
12239         * buffer.C (getLists): use them
12240         (getLists): renamed from getTocList.
12241         add a counter for the different float types and use it in the
12242         generated string.
12243         (getLists): use the same counter for the NEW_INSETS and the "non"
12244         NEW_INSETS
12245
12246         * lyx_cb.h: remove unused items, includes, using etc.
12247
12248         * ShareContainer.h: remove some commented code, add more comments
12249         and "documentation".
12250
12251 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12252
12253         * buffer.C (getTocList): make the list also when NEW_INSETS is
12254         defined.
12255
12256         * buffer.h: remove TocType
12257
12258         * buffer.C (getTocList): change to return a map<string,
12259         vector<TocItem> >, implement for dynamic number of list.
12260
12261         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12262         * text2.C (PasteSelection): adjust
12263         * CutAndPaste.C (pasteSelection): adjust
12264
12265         * FloatList.C (FloatList): update from the new_insets branch.
12266         * Floating.[Ch]: ditto
12267         * LaTeXFeatures.C: ditto
12268         * buffer.C: ditto
12269         * lyxlex_pimpl.C: ditto
12270
12271         * paragraph.C (Last): remove when NEW_INSETS is defined.
12272
12273         * other file: changes because of the above.
12274
12275 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12276
12277         * lyxparagraph.h: rename next to next_, previous to previous_,
12278         make them private for NEW_INSETS. Rename Next() to next(),
12279         Previous() to previous().
12280
12281         * other files: changes because of the above.
12282
12283 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12284
12285         * BufferView.h:
12286         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12287         problem.
12288
12289 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12290
12291         * main.C (main): pass lyx_localedir to gettext_init().
12292
12293         * gettext.h: remove locale_init and gettext_init macros
12294
12295         * gettext.C (locale_init): new function
12296         (gettext_init): new function
12297
12298         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12299         setlocale().
12300
12301 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12302
12303         * Moved credits to frontends:
12304         * credits.[Ch]: removed
12305         * credits_form.[Ch]: removed
12306         * lyx_gui_misc.C: remove credits stuff
12307         * Makefile.am:
12308
12309 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12310
12311         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12312
12313         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12314         unneeded destructor.
12315
12316         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12317         a standalone pointer again.
12318
12319         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12320
12321 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12322
12323         * Makefile.am:
12324         * filedlg.h:
12325         * filedlg.C:
12326         * LyXAction.C:
12327         * ToolbarDefaults.C:
12328         * bufferlist.C:
12329         * commandtags.h:
12330         * form1.C:
12331         * form1.h:
12332         * lyx_cb.C:
12333         * lyx_cb.h:
12334         * lyxfunc.h:
12335         * lyxfunc.C:
12336         * BufferView_pimpl.C: use new file dialog in GUII
12337
12338         * lyx_cb.h:
12339         * lyx_cb.C: remove LayoutsCB to Toolbar
12340
12341 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12342
12343         * ShareContainer.h (get): add std:: qualifier
12344
12345 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12346
12347         * ShareContainer.h: define a proper ShareContainer::value_type
12348         type (and use typename to please compaq cxx)
12349
12350 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12351
12352         * lyxparagraph.h: move serveral local vars to
12353         ParameterStruct/ParagraphParameters., use ShareContainer in
12354         FontTable., make vars in FontTable private and add getter and
12355         setter.
12356
12357         * paragraph.C: changes because of the above.
12358
12359         * lyxfont.h: remove copy constructor and copy assignment. (the
12360         default ones is ok), move number inside FontBits. move inlines to
12361         lyxfont.C
12362
12363         * lyxfont.C: add number to initializaton of statics, move several
12364         inlines here. constify several local vars. some whitespace
12365         cleanup. Dont hide outerscope variables.
12366
12367         * Spacing.h: add two new constructors to match the set methods.
12368
12369         * ShareContainer.h: new file, will perhaps be moved to support
12370
12371         * ParameterStruct.h: new file
12372
12373         * ParagraphParameters.h: new file
12374
12375         * ParagraphParameters.C: new file
12376
12377         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12378         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12379
12380         * BufferView_pimpl.C: ParagraphParameter changes.
12381         * buffer.C: Likewise.
12382         * bufferview_funcs.C: Likewise.
12383         * text.C: Likewise.
12384         * text2.C: Likewise.
12385
12386 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12387
12388         * lyxfind.C (LyXReplace): do not redefine default argument in
12389         implementation.
12390         (IsStringInText): ditto
12391         (SearchForward): ditto
12392         (SearchBackward): ditto
12393
12394 2001-03-06  Juergen Vigna  <jug@sad.it>
12395
12396         * lyxfind.C (IsStringInText): put parentes around expressions.
12397
12398 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12399
12400         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12401
12402 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12403
12404         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12405
12406         * stl_string_fwd.h: add comment
12407
12408         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12409
12410         * tabular.h:
12411         * tabular.C: remove unused DocBook methods
12412
12413         * intl.C:
12414         * language.C:
12415         * paragraph.C:
12416         * buffer.C:
12417         killed DO_USE_DEFAULT_LANGUAGE
12418
12419 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12420
12421         * lyx_gui.C: do not include language.h.
12422
12423         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12424         arguments in function implementation.
12425
12426 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12427
12428         * BufferView_pimpl.C: add <ctime>
12429
12430 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12431
12432         * BufferView_pimpl.C: add using std::find_if
12433
12434 2001-02-27  José Matos  <jamatos@fep.up.pt>
12435
12436         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12437         by OnlyPath.
12438
12439 2001-02-11  José Matos  <jamatos@fep.up.pt>
12440
12441         * buffer.C (makeDocBookFile): command styles now have a parameter as
12442         "title" by default.
12443
12444 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12445
12446         * layout_forms.[Ch]: removed
12447         * lyx_cb.[Ch]: out character
12448         * lyx_gui.C: out character
12449         * lyx_gui_misc.C: out character
12450         * bufferview_funcs.C: : out character,
12451         added toggleall as parameter in ToggleAndShow
12452
12453 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12454
12455         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12456
12457         * text2.C (SetCurrentFont): Disable number property at boundary.
12458
12459 2001-02-26  Juergen Vigna  <jug@sad.it>
12460
12461         * lyxfunc.C (getStatus): added a string argument override function so
12462         that this is correctly called from LyXFunc::Dispatch if it contains a
12463         do_not_use_argument which is used!
12464         (Dispatch): added check for "custom" export and call appropriate func.
12465
12466 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12467
12468         * lyxrc.C: Add language_command_local, language_use_babel and
12469         language_global_options.
12470
12471         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12472
12473         * buffer.C (makeLaTeXFile): Use language_use_babel and
12474         language_global_options.
12475
12476 2001-02-23  Juergen Vigna  <jug@sad.it>
12477
12478         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12479         which works with LyXText and putted it inside BufferView. Here now we
12480         only call for that part the BufferView::Dispatch() function.
12481
12482         * BufferView.C (Dispatch): added.
12483
12484         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12485         functions which needs to use a LyXText over from LyXFunc.
12486         (MenuInsertLyXFile): added
12487         (getInsetByCode): added
12488         (moveCursorUpdate): added
12489         (static TEXT): added
12490
12491 2001-02-22  Juergen Vigna  <jug@sad.it>
12492
12493         * BufferView_pimpl.C (update): call a status update to see if LyXText
12494         needs it.
12495
12496 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12497
12498         * vc-backend.C (revert): implement for CVS
12499         (getLog): implement for CVS
12500
12501 2001-02-20  Juergen Vigna  <jug@sad.it>
12502
12503         * text2.C (ClearSelection): added BufferView param for inset_owner call
12504
12505         * lyxfunc.C (TEXT): added this function and use it instead of
12506         directly owner->view()-text of getLyXText().
12507
12508 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12509
12510         * src/layout_forms.C: out preamble
12511         * src/layout_forms.h: out preamble
12512         * src/lyx_cb.C: out preamble
12513         * src/lyx_cb.h: out preamble
12514         * src/lyx_gui.C: out preamble
12515         * src/lyx_gui_misc.C: out preamble
12516         * src/lyxfunc.C: connect with guii preamble
12517
12518 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12519
12520         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12521
12522 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12523
12524         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12525         whether to run bibtex.
12526
12527 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12528
12529         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12530
12531 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12532
12533         * Makefile.am (lyx_SOURCES): removed bibforms.h
12534
12535         * vspace.h: doxygen
12536
12537         * text.C (GetVisibleRow): make several local vars const
12538
12539         * tabular.C: small cleanup.
12540
12541         * lyxserver.C (callback): use compare instead of strncmp
12542
12543         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12544         inlines to after class or to paragraph.C
12545
12546         * lyxfont.h: remove friend operator!=
12547
12548         * converter.h: move friend bool operator< to non friend and after
12549         class def.
12550
12551         * combox.h: small cleanup
12552
12553         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12554         to inlines after class def.
12555
12556         * buffer.C (pop_tag): use string operations instead of strcmp
12557
12558         * bmtable.c: doxygen, small cleanup
12559
12560         * LaTeX.h: remove friend operator==
12561
12562 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12563
12564         * screen.C:
12565         * lyxrc.[Ch]:
12566         * lyxfunc.C:
12567         * lyxfont.[Ch]:
12568         * lyx_cb.C:
12569         * intl.[Ch]:
12570         * commandtags.h:
12571         * buffer.C:
12572         * WorkArea.[Ch]:
12573         * LyXAction.C:
12574         * BufferView_pimpl.C:
12575         * BufferView.[Ch]: remove cruft
12576
12577 2001-02-14  Juergen Vigna  <jug@sad.it>
12578
12579         * lyxfunc.C: removed #if 0 unused code
12580
12581         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12582
12583         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12584
12585         * text2.C (SetSelection): added a BufferView * parameter
12586
12587 2001-02-13  Juergen Vigna  <jug@sad.it>
12588
12589         * lyxfunc.C (Dispatch): fixed protected blank problem.
12590         * BufferView2.C (protectedBlank): added LyxText * parameter.
12591
12592         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12593         (AppendColumn): same as above for column_info.
12594
12595         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12596         (moveCursorUpdate): use a LyXText param for support of InsetText.
12597
12598         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12599         (tripleClick): ditto
12600
12601         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12602
12603         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12604
12605         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12606
12607         * text2.C (SetSelection): set correct update status if inset_owner
12608         (ToggleFree): ditto
12609
12610 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12611
12612         * tabular.C: remove some commented code.
12613
12614 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12615
12616         * BufferView_pimpl.C: call hideSplash()
12617
12618         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12619
12620         * include_form.h:
12621         * bibforms.h: remove
12622
12623         * lyxfunc.C:
12624         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12625           add LFUN_CHILD_CREATE
12626
12627         * counters.h: fix tiny typo
12628
12629         * lyx_cb.C:
12630         * lyx.h:
12631         * lyx_gui.C:
12632         * lyx.C: move splash to frontends/xforms/
12633
12634         * lyx_gui_misc.C: move Include and Bibform to frontends
12635
12636         * lyxvc.h: clarify comment
12637
12638         * vspace.C: tiny housekeeping
12639
12640 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12641
12642         * text.C (PrepareToPrint): RTL Fix.
12643
12644         * paragraph.C (GetUChar): New method.
12645         (String):  Use GetUChar.
12646
12647         * buffer.C (asciiParagraph): Use GetUChar.
12648
12649 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12650
12651         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12652
12653 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12654
12655         * buffer.h:
12656         * buffer.C: rename to getLogName(), handle
12657           build log / latex log nicely
12658
12659 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12660
12661         * MenuBackend.C:
12662         * MenuBackend.h: remove support for reference menuitem type.
12663
12664 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12665
12666         * BufferView_pimpl.C: housekeeping
12667         * BufferView_pimpl.h:
12668         * LyXView.h:
12669         * Makefile.am:
12670         * Timeout.C:
12671         * Timeout.h:
12672         * minibuffer.h: move Timeout GUI-I
12673
12674 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
12675
12676         * lyxrc.C (read): Update converters data-structures.
12677
12678 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12679
12680         * LaTeX.h (operator!=): add operator != for Aux_Info
12681
12682 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
12683
12684         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12685
12686         * LaTeXLog.C: deleted, useful code moved to Buffer
12687
12688         * buffer.h:
12689         * buffer.C: new function getLatexLogName()
12690
12691         * lyx_gui_misc.C:
12692         * lyx_gui.C:
12693         * lyxvc.C:
12694         * lyxvc.h:
12695         * lyxfunc.C: use frontends for LaTeX and VC logs
12696
12697 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12698
12699         * LaTeX.h: yet another std:: that Allan forgot.
12700
12701         * Variables.C (set): renamed from isset(), because this clashes
12702         with some HP-UX macros (grr).
12703
12704 2001-02-06  Allan Rae  <rae@lyx.org>
12705
12706         * LaTeX.h: Another bug fix.  Missing std:: this time.
12707
12708 2001-02-04  Allan Rae  <rae@lyx.org>
12709
12710         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
12711         floats problem. I've left it commented out because it's not quite
12712         correct.  It should also test that the current object is a table or
12713         figure inset.  But I haven't gotten around to figuring out how to do
12714         that.  I *think* it'll be something like: "table" == inset.type()
12715
12716         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
12717         bool.
12718
12719 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
12720
12721         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
12722         all the citation/databases/styles in the auxilary file.
12723         (run): Rerun latex if there was a babel language error.
12724
12725 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
12726
12727         * text.C (Backspace): Preserve the font when changing newline char
12728         with a space.
12729         (BreakParagraph): If the cursor is before a space, delete the space.
12730
12731         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
12732
12733 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
12734
12735         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
12736         new argument (code).
12737         (ChangeCitationsIfUnique): New method.
12738
12739         * paragraph.C (GetPositionOfInset): Handle bibkey.
12740
12741 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12742
12743         * BufferView_pimpl.h: change type of Position::par_pos to
12744         LyXParagraph::size_type.
12745
12746 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
12747
12748         * BufferView_pimpl.C (savePosition, restorePosition): Write
12749         messages to minibuffer.
12750
12751 2001-01-28  José Matos  <jamatos@fep.up.pt>
12752
12753         * buffer.C (makeDocBookFile): adds support for document language.
12754         A silly restriction on the name of LatexCommand types where removed.
12755         Added support for CDATA sections, allows to chars unescaped, used
12756         among others in code, to avoid escape < and >.
12757
12758 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12759
12760         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
12761         saved positions instrad of a stack. Furthermore, a position is
12762         stored using paragraph id/paragraph position.
12763
12764         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
12765         Remove LFUN_REF_BACK.
12766
12767 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12768
12769         * converter.C (dvipdfm_options): New method.
12770
12771 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12772
12773         * vspace.C (isValidLength): Fix for empty input string.
12774
12775 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12776
12777         * LyXAction.C (init): change description of LFUN_FIGURE to
12778         "Insert Graphics"
12779
12780 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12781
12782         * LaTeX.C: add using directive
12783
12784 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12785
12786         * MenuBackend.C (expand): Fix the sorting of the formats.
12787
12788 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
12789
12790         * lyx_main.C: tiny error message fix
12791
12792 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12793
12794         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
12795         calling fl_initialize(). This fixes the problem with ',' as
12796         decimal separator in text files.
12797
12798 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12799
12800         * trans.C (process): Fix the keymap bug.
12801
12802 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
12803
12804         * LaTeX.C (scanAuxFiles): New method. Provides support for
12805         multiple bibliographies (when using the bibtopic/bibunits pacakges).
12806         (scanLogFile) Scan for "run BibTeX" messages.
12807
12808         * buffer.C (makeLaTeXFile): Do not load the ae package when using
12809         OT1 font encoding. Also, load the aecompl package if the ae
12810         package is loaded.
12811
12812         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
12813
12814 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12815
12816         * texrow.C (increasePos): turn two error messages into debug
12817         messages.
12818
12819 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
12820
12821         * LaTeX.C (scanAux): Handle the \@input macro.
12822         (runBibTeX): Use scanAux().
12823
12824         * language.C (latex_options_): New field.
12825
12826         * LaTeXFeatures.C (getMacros): Add language macros.
12827
12828         * buffer.C (makeLaTeXFile): Small fix.
12829
12830 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12831
12832         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
12833
12834         * text2.C: add a using directive.
12835
12836 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
12837
12838         * BufferView2.C:
12839         * lyx_gui_misc.h:
12840         * lyxfr1.C:
12841         * lyxfunc.C: kill LyXBell.
12842
12843 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
12844
12845         * text.C (IsBoundary): Remove the error message
12846
12847         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
12848
12849         * lyxrc.C (setDefaults): Correct initialization value for
12850         font_norm_type.
12851
12852 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
12853
12854         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
12855         gotoError().
12856
12857         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
12858         and GotoNextNote().
12859
12860         * src/LyXAction.C: Added reference-next.
12861
12862         * text.C (InsertChar): Use contains instead of strchr.
12863
12864         * lyx_cb.C (MenuInsertLabel): Enable default value code.
12865
12866 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
12867
12868         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
12869         alignment commands (when needed).
12870
12871         * text.C (InsertChar): Add ':' to number separator chars.