]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
672fa8715f6f21df6f08cdd9721e6c90163f7c7f
[lyx.git] / src / ChangeLog
1
2 2003-10-01  André Pönitz  <poenitz@gmx.net>
3
4         * factory.C: assert early
5
6 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
7
8         * lyx_main.C: remove the glboal debug object 
9
10         * debug.h: adjust for new debugstream
11
12         * debug.C: adjust for new debugstream and keep the global debug
13         object here.
14
15 2003-09-22  Angus Leeming  <leeming@lyx.org>
16
17         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
18         of g++ which otherwise complain that the scoped_ptr destructor can't delete
19         an incomplete class LyXFont.
20
21 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
22
23         * factory.C: bug fix in branches
24
25 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
26
27         * lyxfunc.C (processKeySym): adjust
28         (dispatch): adjust
29         (dispatch): change arg name from ev to func, adjust
30         (sendDispatchMessage): ditto
31
32         * lyx_main.C (defaultKeyBindings): adjust keybindings
33         (deadKeyBindings): ditto
34
35         * kbsequence.C (addkey): return a FuncRequest
36
37         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
38
39         * kbmap.C (bind): take a FuncRequest as arg, adjust
40         (read): adjust
41         (lookup): adjust
42         (defkey): change to take a FuncRequest as arg, adjust
43         (findbinding): take a FuncRequest as arg, adjust.
44
45         * funcrequest.h (operator=): added
46
47         * funcrequest.C (FuncRequest): default kb_action changed from
48         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
49
50         * buffer.C (dispatch): simplify
51         (dispatch): adjust to take a FuncRequest as arg, adjust
52
53         * boost.C (assertion_failed): change assertion message slightly
54
55         * ToolbarBackend.C (read): simplify
56
57         * MenuBackend.C (binding): adjust call to findbinding, add a
58         message if no binding is found.
59         (read): simplify
60         (expandToc): correct by adding a empty FuncRequest
61
62         * LyXAction.C: include <boost/assert.hpp>
63         (isPseudoAction): delete function
64         (LookupFunc): change name to...
65         (lookupFunc): this. change return type to FuncRequest.
66         (getActionName): take kb_action as arg, simplify
67         (funcHasFlag): add an assert, simplify.
68
69 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
70
71         * toc.C (action): return a FuncRequest, simplify
72
73         * lyxfunc.C (processKeySym): adjust
74         (getStatus): delete version that takes an int.
75         (getStatus): adjust
76         (dispatch): delete version that takes action as int
77         (dispatch): adjust
78         (sendDispatchMessage): simplify and adjust
79
80         * funcrequest.C (getArg): take unsigned int as arg
81
82         * ToolbarBackend.C (read): adjust
83         (add): delete version that takes func as a string.
84         (getIton): take a FuncRequest as arg
85
86         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
87         action.
88
89         * MenuBackend.C (MenuItem): add a new construct that only takes a
90         Kind, simplify the constructor use for submenus.
91         (add): adjust
92         (expandLastfiles): adjust
93         (expandDocuments): adjust
94         (expandFormats): adjust
95         (expandFloatListInsert): adjust
96         (expandFloatInsert): adjust
97         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
98
99         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
100         Remove class variables lyx_pseudo_map and lyx_arg_map
101
102         * LyXAction.C (searchActionArg): delete function
103         (getPseudoAction): delete function
104         (retrieveActionArg): delete function
105         (LookupFunc): make it return kb_action, simplify.
106         (getActionName): simplify
107
108         * factory.C (createInset): fix new bug
109
110 2003-09-19  Angus Leeming  <leeming@lyx.org>
111
112         * CutAndPaste.C (pasteSelection): remove fudge used to set the
113         masterFilename_ parameter in the include inset.
114
115         * factory.C (createInset): changes due to the changes to InsetInclude.
116
117 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
118
119         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
120
121 2003-09-18  Angus Leeming  <leeming@lyx.org>
122
123         * buffer.C:
124         * BufferView.C: pass the buffer when calling Inset::getLabelList,
125         Inset::fillWithBibKeys.
126         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
127
128 2003-09-18  Angus Leeming  <leeming@lyx.org>
129
130         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
131         variables.
132         (ctor): pass and store a 'Buffer const &'
133         (buffer): new member function.
134
135         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
136         '*this' to the LaTeXFeatures ctor.
137
138 2003-09-18  Angus Leeming  <leeming@lyx.org>
139
140         * LColor.h:
141         * lyxfont.C:
142         * lyxfont.h:
143         * lyxtext.h:
144         * text.C: rename EnumLColor as LColor_color.
145
146 2003-09-18  Angus Leeming  <leeming@lyx.org>
147
148         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
149         remove #include "insets/insetbase.h" from cursor.h.
150
151 2003-09-18  Angus Leeming  <leeming@lyx.org>
152
153         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
154         InsetOld_code to remove #include "inset.h".
155
156         * iterators.C: add #include "insets/inset.h"
157
158 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
159
160         * BufferView.C: remove more locking stuff that apparently doesn't
161         do anything sensible.
162
163 2003-09-16  André Pönitz  <poenitz@gmx.net>
164
165         * paragraph.[Ch]:
166         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
167           performance boost.
168
169 2003-09-16  Angus Leeming  <leeming@lyx.org>
170
171         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
172
173         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
174         arg/return type.
175
176         * paragraph.h: remove #include "lyxfont.h". Forward declare
177         LyXFont_size.
178
179 2003-09-16  Angus Leeming  <leeming@lyx.org>
180
181         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
182         of support/textutils.h.
183         (isWord): move the contents of support/textutils.h's IsWordChar here.
184
185         * buffer.C:
186         * lyxfind.C:
187         * rowpainter.C:
188         * text.C:
189         * text2.C: add #include "paragraph.h".
190
191         * rowpainter.C:
192         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
193
194 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
195
196         * main.C:
197         * lyx_main.C:
198         * lyx_cb.C:
199         * buffer.C:
200         * LaTeX.C: use namespace alias for lyx::support::os
201
202 2003-09-16  Angus Leeming  <leeming@lyx.org>
203
204         * bufferparams.C:
205         * bufferview_funcs.C:
206         * factory.C:
207         * lyxfunc.C:
208         * paragraph_pimpl.C:
209         * rowpainter.C:
210         * text.C: add #include "LColor.h".
211
212 2003-09-16  Angus Leeming  <leeming@lyx.org>
213
214         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
215         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
216         return LyXFont &.
217         Store the FontBits::color variable as an int rather than as an
218         LColor::colorso that we can move LColor.h out of the lyxfont.h header
219         file.
220
221         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
222         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
223         string calls together.
224
225         * lyxrc.C: add #include "LColor.h".
226
227 2003-09-15  Angus Leeming  <leeming@lyx.org>
228
229         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
230         a cow_ptr.
231
232 2003-09-15  Angus Leeming  <leeming@lyx.org>
233
234         * LColor.h: add an EnumLColor wrapper for LColor::color.
235
236         * lyxfont.[Ch] (color, setColor, realColor):
237         * lyxtext.h, text.C (backgroundColor):
238         pass EnumLColor args to/from the functions, rather than LColor::color
239         ones.
240
241         * lyxfont.h:
242         * lyxtext.h: forward declare EnumLColor.
243
244         * lyx_main.C: add #include "LColor.h".
245
246 2003-09-15  Angus Leeming  <leeming@lyx.org>
247
248         * .cvsignore: add lyx-gtk.
249
250 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
251
252         * Chktex.C
253         * LaTeX.C
254         * LaTeXFeatures.C
255         * ParagraphParameters.C
256         * Spacing.C
257         * buffer.C
258         * bufferparams.C
259         * bufferview_funcs.C
260         * chset.C
261         * counters.C
262         * funcrequest.C
263         * lyxfont.C
264         * lyxgluelength.C
265         * lyxlength.C
266         * paragraph.C
267         * paragraph_funcs.C
268         * text3.C
269         * vc-backend.C: remove usage of STRCONV
270
271 2003-09-15  Angus Leeming  <leeming@lyx.org>
272
273         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
274         explicitly define the color passed to the painter.
275
276 2003-09-15  Angus Leeming  <leeming@lyx.org>
277
278         * bufferparams.C (BufferParams): reorder member initializers to avoid
279         compiler warning.
280
281 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
282
283         * CutAndPaste.C (pasteSelection): remove an outdated #warning
284         * text.C (updateRowPositions): remove an unusual nop
285
286 2003-09-12  André Pönitz  <poenitz@gmx.net>
287
288         * BufferView_pimpl.C:
289         * Bullet.C:
290         * layout.h:
291         * lyxfunc.C:
292         * lyxlayout.[Ch]:
293         * lyxtextclass.C:
294         * rowpainter.C:
295         * text.C:
296         * text2.C:
297         * Counters.[Ch]: finish the 'automatic counters' job
298
299 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
300
301         * aspell.C: include <boost/assert.cpp> (compile fix)
302
303 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
304
305         * boost.C (assertion_failed): use lyx::support::abort instead of
306         assert.
307
308 2003-09-10  Angus Leeming  <leeming@lyx.org>
309
310         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
311         with their _fwd progeny.
312
313 2003-09-09  Angus Leeming  <leeming@lyx.org>
314
315         134 files throughtout the source tree: replace 'using namespace abc;'
316         directives with the appropriate 'using abc::xyz;' declarations.
317
318 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
319
320         * boost.C (emergencyCleanup): moved here from LAssert.c
321         (assertion_failed): new function, called by BOOST_ASSERT
322
323         * several files: change Assert to BOOST_ASSERT
324
325 2003-09-09  Angus Leeming  <leeming@lyx.org>
326
327         * buffer.[Ch]: Add an Impl class and move Buffer's member
328         variables into it. As a result move several header files out of
329         buffer.h.
330
331         Add header files to lots of .C files all over the tree as a result.
332
333 2003-09-09  Angus Leeming  <leeming@lyx.org>
334
335         * buffer.[Ch]: make Buffer's member variables private. Add
336         accessor functions.
337
338         Lots of changes all over the tree as a result.
339
340 2003-09-08  Angus Leeming  <leeming@lyx.org>
341
342         * graph.C: #include <config.h>.
343
344 2003-09-08  Angus Leeming  <leeming@lyx.org>
345
346         * BranchList.C:
347         * BufferView.C:
348         * BufferView_pimpl.C:
349         * CutAndPaste.C:
350         * DepTable.C:
351         * LaTeX.C:
352         * LaTeXFeatures.C:
353         * LyXAction.C:
354         * MenuBackend.C:
355         * TextCache.C:
356         * aspell.C:
357         * buffer.C:
358         * bufferlist.C:
359         * changes.C:
360         * chset.C:
361         * converter.C:
362         * counters.C:
363         * debug.C:
364         * graph.C:
365         * ispell.C:
366         * lyx_cb.C:
367         * lyxfind.C:
368         * lyxfunc.C:
369         * lyxlex_pimpl.C:
370         * lyxrc.C:
371         * lyxrow.C:
372         * paragraph.C:
373         * rowpainter.C:
374         * texrow.C:
375         * text.C:
376         * text2.C:
377         * toc.C: remove redundant using directives.
378
379 2003-09-07  Angus Leeming  <leeming@lyx.org>
380
381         * LaTeXFeatures.h: remove #include "support/types.h".
382         * ToolbarBackend.h: remove #include <algorithm>.
383         * changes.h: remove #include <ctime>.
384         * debug.h: remove #include <iosfwd>.
385         * graph.h: remove #include "support/std_string.h".
386         * lyx_main.h: remove #include <csignal>.
387         * lyxlex_pimpl.h: remove #include <fstream>.
388         * sgml.h: remove #include <algorithm>, <utility>.
389         * toc.h: remove #include "support/std_ostream.h".
390         Add #include <iosfwd>.
391
392 2003-09-07  Angus Leeming  <leeming@lyx.org>
393
394         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
395
396         * converter.h: forward declare LatexRunParams.
397         * encoding.h: remove #include "lyxrc.h".
398         * lyxtext.h: remove #include "LColor.h".
399         * lyxtextclass.h: remove #include "support/types.h".
400         * trans.h: remove #include "tex-accent.h".
401         * trans_mgr.h: remove #include "tex-accent.h".
402         * insets/inset.h: remove #include "support/types.h", <vector>.
403         * insets/insetcollapsable.h: remove #include "LColor.h".
404         * insets/insetinclude.h: remove #include "dimension.h".
405         * insets/insetlatexaccent.h: remove #include "dimension.h".
406         * insets/insetoptarg.h:: remove #include "insettext.h".
407         * insets/insettext.h: remove #include "dimension.h",
408         <boost/shared_ptr.hpp>
409
410         * insets/renderers.h: add #include "dimension.h".
411         * insets/updatableinset.h: add #include "support/types.h".
412
413         * many .C files: Associated changes.
414
415 2003-09-06  Angus Leeming  <leeming@lyx.org>
416
417         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
418         one, inside testInvariant.
419
420         * PrinterParams.C: new file.
421         * PrinterParams.[Ch]: move the function bodies out of line.
422
423 2003-09-06  Angus Leeming  <leeming@lyx.org>
424
425         * ParagraphParameters.h: forward declare ParameterStruct rather than
426         including its header file.
427         (depth): moved out-of-line.
428
429 2003-09-06  Angus Leeming  <leeming@lyx.org>
430
431         * BufferView_pimpl.h:
432         * kbmap.h:
433         * kbsequence.h:
434         * lyxfunc.h: forward declare LyXKeySym rather than
435         #include "frontends/LyXKeySym.h".
436
437         * BufferView_pimpl.C:
438         * kbmap.C:
439         * kbsequence.C:
440         * lyxfunc.C: associated changes.
441
442 2003-09-06  Angus Leeming  <leeming@lyx.org>
443
444         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
445         As a result, can remove the #include "insets/inset.h" from BufferView.h
446
447 2003-09-06  Angus Leeming  <leeming@lyx.org>
448
449         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
450         As a result, can remove the #include "insets/inset.h" from BufferView.h
451
452 2003-09-06  Angus Leeming  <leeming@lyx.org>
453
454         * buffer_funcs.C:
455         * buffer.h:
456         * bufferlist.C:
457         * BufferView.C:
458         * bufferview_funcs.C:
459         * BufferView_pimpl.C:
460         * CutAndPaste.C:
461         * lyx_cb.C:
462         * lyxfunc.C:
463         * paragraph.h:
464         * ParagraphParameters.C:
465         * tabular.C:
466         * text3.C:
467         * toc.C:
468         * undo_funcs.C:
469         * frontends/controllers/ControlDocument.C:
470         * insets/insetcaption.C: rearrange the #includes into some sort of
471         coherent order.
472
473         * buffer.h: remove #includes ErrorList.h, undo.h
474
475 2003-09-06  Angus Leeming  <leeming@lyx.org>
476
477         * support/types.h: add a 'depth_type' typedef, used to store the
478         nesting depth of a paragraph.
479
480         * paragraph.h:
481         * ParameterStruct.h: use this lyx::depth_type typedef rather than
482         defining explicitly.
483
484         * buffer.h:
485         * paragraph_funcs.h:
486         * ParagraphParameters.h:
487         * sgml.h: use lyx::depth_type rather than Paragraph or
488         ParameterStruct's depth_type.
489
490         * buffer.h
491         * paragraph_funcs.h: no need to #include paragraph.h anymore.
492
493         * BufferView.C:
494         * BufferView_pimpl.C:
495         * CutAndPaste.C:
496         * ParagraphParameters.C:
497         * buffer_funcs.C:
498         * bufferlist.C:
499         * bufferview_funcs.C:
500         * lyx_cb.C:
501         * lyxfunc.C:
502         * tabular.C:
503         * text3.C:
504         * toc.C:
505         * undo_funcs.C:
506         * frontends/LyXView.C:
507         * frontends/controllers/ControlDocument.C:
508         * frontends/controllers/ControlErrorList.C:
509         * insets/insetbibitem.C:
510         * insets/insetbranch.C:
511         * insets/insetcaption.C:
512         * insets/insetcollapsable.C:
513         * insets/insetenv.C:
514         * insets/insetert.C:
515         * insets/insetfloat.C:
516         * insets/insetfoot.C:
517         * insets/insetfootlike.C:
518         * insets/insetnewline.C:
519         * insets/insetquotes.C:
520         * insets/insettabular.C:
521         * insets/insettext.C:
522         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
523
524         * frontends/controllers/ControlChanges.C: #include "changes.h".
525
526 2003-09-06  Angus Leeming  <leeming@lyx.org>
527
528         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
529         than #including paragraph.h.
530
531         * ParagraphList.h:
532         * RowList.h: deleted. Superfluous.
533
534         * CutAndPaste.h:
535         * iterators.h:
536         * lyxcursor.h:
537         * lyxtext.h:
538         * text_funcs.h:
539         * undo.h:
540         * undo_funcs.h:
541         * insets/inset.h:
542         * insets/insettext.h: use ParagraphList_fwd.h rather than
543         ParagraphList.h.
544
545         * paragraph.h: don't forward declare ParagraphList.
546
547         * buffer.h:
548         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
549         rather than ParagraphList.h. paragraph.h is still needed for the
550         Paragraph::depth_type parameters.
551
552         * textcursor.h: enable it to compile stand-alone in light of the
553         above changes.
554
555         * bufferview_funcs.C:
556         * iterators.C:
557         * lyxfunc.C:
558         * lyxrow_funcs.C:
559         * paragraph.C:
560         * rowpainter.C:
561         * text.C:
562         * text2.C:
563         * text3.C:
564         * text_funcs.C:
565         * textcursor.C:
566         * undo.C:
567         * frontends/controllers/ControlParagraph.C:
568         * frontends/controllers/ControlTabular.C:
569         * insets/insetmarginal.C:
570         * insets/insetminipage.C:
571         * insets/insetnote.C:
572         * insets/insetoptarg.C: add header files needed to compile again.
573
574 2003-09-06  Angus Leeming  <leeming@lyx.org>
575
576         * RowList_fwd.h: new file, forward-declaring Row rather than
577         #including lyxrow.h.
578
579         * lyxrow_funcs.h:
580         * lyxtext.h:
581         * paragraph.h:
582         * insets/insettext.h: use it instead of RowList.h
583
584         * bufferview_funcs.C:
585         * lyxfunc.C:
586         * lyxrow_funcs.C:
587         * paragraph.C:
588         * rowpainter.C:
589         * text.C:
590         * text2.C:
591         * text3.C: #include "RowList.h".
592
593 2003-09-05  Angus Leeming  <leeming@lyx.org>
594
595         * factory.C (createInset):
596         * vspace.C (c-tor): replace sscanf call with an istringstream.
597         * ispell.C: re-add missing HP/UX headers.
598         * lyxserver.C: re-add missing  os2 headers.
599
600 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
601
602         * BranchList.C:
603         * graph.C:
604         * ispell.C:
605         * lastfiles.C:
606         * lyx_cb.C:
607         * lyxserver.C:
608         * texrow.C:
609         * text3.C: re-add missing system headers, needed for 2.95.2.
610
611 2003-09-05  Angus Leeming  <leeming@lyx.org>
612
613         Changes most place everywhere due to the removal of using directives
614         from support/std_sstream.h.
615
616 2003-09-05  Angus Leeming  <leeming@lyx.org>
617
618         Replace LString.h with support/std_string.h,
619         Lsstream.h with support/std_sstream.h,
620         support/LIstream.h with support/std_istream.h,
621         support/LOstream.h with support/std_ostream.h.
622
623         Changes resulting throughout the tree.
624
625 2003-09-05  Angus Leeming  <leeming@lyx.org>
626
627         * sgml.h: ensure that the header file can be compiled stand-alone.
628         * *.C: strip out redundant #includes. (320 in total.)
629
630 2003-09-04  Angus Leeming  <leeming@lyx.org>
631
632         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
633         here (from getPackages).
634
635         * debug.[Ch]: add a new EXTERNAL tag.
636
637 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
638
639         * text2.C (cursorEnd): simplify
640         (setCursor): adjust
641         (getColumnNearX): adjust
642
643         * text.C (computeBidiTables): adjust
644         (fill): adjust
645
646         * rowpainter.C (paintChars): adjust
647         (paintSelection): adjust
648         (paintChangeBar): adjust
649         (paintText): adjust
650
651         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
652         lastPos instead.
653         (numberOfSeparators): adjust
654
655 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
656
657         * LyXAction.C:
658         * box.[Ch]:
659         * lfuns.h:
660         * lyxfunc.C:
661         * text3.C: Restricts the mouse click functionality
662         of insets like bibtex, include, toc and floatlist to the visible
663         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
664         up the dialogs. Cursor has to be in front of the inset (i.e.
665         start of row) for this to function.
666
667 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
668
669         * bufferview_funcs.C (currentState): output row information
670
671 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
672
673         * bufferview_funcs.C (currentState): output paragraph position
674
675 2003-09-04  Angus Leeming  <leeming@lyx.org>
676
677         * FloatList.h: move out #include "Floating.h".
678         * LaTeX.h: move out #include "DepTable.h".
679         * LyXAction.h: move out #include "funcrequest.h".
680         * buffer.h: move out #include "author.h", "iterators.h".
681         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
682         * lyx_main.h: move out #include "errorlist.h".
683         * lyxfunc.h: move out #include "FuncStatus.h".
684         * lyxtext: move out #include "lyxcursor.h".
685         * paragraph_pimpl.h: move out #include "counters.h".
686
687 2003-09-03  Angus Leeming  <leeming@lyx.org>
688
689         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
690         preamble_snippets list, enabling us to add snippets to the preamble
691         only if the snippet was not there already.
692
693 2003-09-04  Angus Leeming  <leeming@lyx.org>
694
695         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
696
697 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
698
699         * lyxfunc.C (dispatch): if fitCursor did something be sure to
700         update
701
702 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
703
704         * BranchList.C: point fix, earlier forgotten
705
706 2003-09-02  Angus Leeming  <leeming@lyx.org>
707
708         * box.C (contains): renamed from 'contained' after a fantastic
709         amount of hot air.
710
711 2003-09-02  John Levon  <levon@movementarian.org>
712
713         * BufferView.C:
714         * lyxcursor.h:
715         * lyxcursor.C:
716         * lyxfunc.C:
717         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
718
719 2003-09-02  John Levon  <levon@movementarian.org>
720
721         * text2.C: simplification of cursorEnd(), including partial
722         fix for bug 1376
723
724 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
725
726         * buffer.C (readFile): add a space
727
728 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
729
730         * BufferView_pimpl.C (update): remove bogus fitCursor() call
731
732 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
733
734         * buffer.C (readFile): new function, take a filename and a
735         ParagraphList::iterator
736         (readFile): adjust
737         (readFile): adjust, make it private. don't use setStream, make
738         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
739         always contain the filename.
740
741         * BufferView.C (insertLyXFile): simplify and make it work for
742         gzipped files.
743
744 2003-08-30  John Levon  <levon@movementarian.org>
745
746         * Makefile.am: fix dist (from Kayvan)
747
748 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
749
750         * most files: change to use const Buffer refs
751
752 2003-08-27  André Pönitz  <poenitz@gmx.net>
753
754         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
755         on top of ownerPar().
756
757 2003-08-27  John Levon  <levon@movementarian.org>
758
759         * funcrequest.C: properly initialise POD members
760
761 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
762
763         * lyxtext.h (top_y): move top_y from here
764         * text.C:
765         * text2.C:
766         * text3.C:
767         * BufferView.[Ch]:
768         * BufferView_pimpl.[Ch]: to here
769         * frontends/screen.C:
770         * insets/insettabular.C:
771         * insets/insettext.C: adjust
772         * rowpainter.[Ch] (paintRows): remove LyXText & argument
773
774 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
775
776         * BufferView.[Ch]:
777         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
778
779 2003-08-26  André Pönitz  <poenitz@gmx.net>
780
781         * paragraph_func.[Ch] (outerPar): new function
782
783         * paragraph.C:
784         * paragraph_funcs.C:
785         * paragraph_funcs.h:
786         * paragraph_pimpl.C:
787         * text2.C: remove Inset::par_owner
788
789 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
790
791         * lyxrow_funcs.C:
792         * lyxtext.h:
793         * text.C:
794         * text2.C: eliminates the needFullRow/display() stuff
795         altogether, putting the logic in metrics/draw in the insets.
796
797 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
798
799         * text2.C (redoParagraphInternal, redoParagraphs):
800         * text.C (redoParagraph): add a call to updateRowPositions at the
801         end of each 'metrics-like' call. Remove all others.
802         (getRow): remove the 'y-computing' version.
803         (getRowNearY): do not compute nor return the real y. Solve the
804         'y < 0' problem and simplify.
805
806 2003-08-22  Angus Leeming  <leeming@lyx.org>
807
808         * *.[Ch]: clean-up of licence and author blurbs.
809         Also move config.h out of a few .h files and into a few .C files.
810
811 2003-08-22  André Pönitz  <poenitz@gmx.net>
812
813         * lyxrow.[Ch]: add x_ and *fill_ members
814
815         * lyxtext.h:
816         * text.C:
817         * rowpainter.C:
818         * text2.C: adjust/remove prepareToPrint() calls
819
820 2003-08-22  André Pönitz  <poenitz@gmx.net>
821
822         * lyxrow.[Ch]: add  end_ member
823
824         * lyxrow_funcs.C: use LyXRow::end_
825
826         * lyxtext.h (singleWidth): add LyXFont parameter
827
828         * rowpainter.C:
829         * text2.C: adjust LyXText::singleWidth() calls
830
831         * text.C (redoParagraph): simplify row breaking logic
832
833
834 2003-08-19  André Pönitz  <poenitz@gmx.net>
835
836         * funcrequest.C: initialize button_ member
837
838         * text3.C:
839         * rowpainter.[Ch]: interface consolidation
840
841 2003-08-18  André Pönitz  <poenitz@gmx.net>
842
843         * BufferView.C:
844         * BufferView_pimpl.C:
845         * lyxfind.C:
846         * paragraph_funcs.C:
847         * rowpainter.C:
848         * text3.C: remove LyXScreen::draw() and fitCursor calls
849
850         * BranchList.h: remove spurious semicolons
851
852         * MenuBackend.C: fix branchlist related crash
853
854 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
855
856         * BranchList.[Ch]:
857         * InsetList.[Ch]:
858         * LColor.[Ch]:
859         * LyXAction.C:
860         * Makefile.am:
861         * MenuBackend.[Ch]:
862         * bufferparams.[Ch]:
863         * factory.C:
864         * lfuns.h:
865         * lyxfunc.C:
866         * text3.C: implements the 'branch inset'
867         idea. This allows the output of various versions of a document
868         from a single source version, selectively outputing or suppressing
869         output of parts of the text.
870         This implementation contains a 'branch list editor' in a separate
871         tab of the document settings dialog. Branches are user definable
872         and have a "display colour" to distinguish them on-screen.
873
874         ColorHandler was somewhat cleaned up.
875         (1) make possible a dynamically growing LColor list by allowing
876         the graphic context cache to grow along (vector);
877         (2) eliminate an IMHO unnecessary step in colour allocation.
878
879 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
880
881         * BufferView_pimpl.C: compile fix
882
883 2003-08-15  André Pönitz  <poenitz@gmx.net>
884
885         * rowpainter.C: remove extra metrics calls
886
887         * lyxtext.h: merge the two constructors into a single one,
888           pass reference to owner's par list
889
890         * BufferView_pimpl.C:
891         * text.C:
892         * text2.C: adjust
893
894 2003-08-15  André Pönitz  <poenitz@gmx.net>
895
896         * lyxrow_funcs.[Ch]:
897         * lyxtext.h:
898         * paragraph.h:
899         * paragraph_funcs.C:
900         * rowpainter.C:
901         * text.C:
902         * text2.C:
903         * text3.C:
904         * text_funcs.C: split LyXText::rowlist_ into individual
905         Paragraph::rows_ chunks
906
907         * BufferView.[Ch]:
908         * BufferView_pimpl.[Ch]:
909         * lyxfind.C:
910         * lyxtext.h:
911         * text3.C: remove toggleSelection()
912
913 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
914
915         * bufferlist.C: beautify two alerts (shorter text of buttons)
916         * buffer.C: Remove redundant ' ' from message
917         * tabular.h:
918         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
919         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
920         rename VALIGN_CENTER to VALIGN_MIDDLE
921
922 2003-08-11  André Pönitz  <poenitz@gmx.net>
923
924         * lyxtext.h (getPar):
925         * text.C: new function
926
927 2003-08-11  André Pönitz  <poenitz@gmx.net>
928
929         * Makefile.am:
930         * tracer.[Ch]: remove unneeded files
931
932         * InsetList.[Ch]: remove resizeInsetsLyXText()
933
934         * lyxtext.h:
935         * text.C:
936         * text2.C:
937         * text3.C: merge insertParagraphs() and appendParagraph()
938         remove breakAgain(), update()
939
940         * BufferView_pimpl.[Ch]:
941         * bufferview_funcs.[Ch]:
942         * lyxfunc.C:
943         * paragraph.[Ch]:
944         * rowpainter.C:
945         * tabular.C: adjust after text & InsetList changes.
946
947 2003-08-08  André Pönitz  <poenitz@gmx.net>
948
949         * text.C (insertChar, backspace): replace rowlist fiddling
950         with rebreak of full par
951
952         * lyxtext.h:
953         * text.C (breakAgainOneRow, redoHeightOfParagraph,
954         checkParagraph, updateInset): removed
955
956 2003-08-07  André Pönitz  <poenitz@gmx.net>
957
958         * paragraph.C:
959         * text3.C: merge some LFUN handlers, remove dead code
960
961 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
962
963         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
964
965 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
966
967         * text2.C (DEPM): fix part of bug 1255 and 1256
968
969 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
970
971         * BufferView_pimpl.C (workAreaDispatch): change to use
972         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
973         that are no mouse related.
974
975 2003-08-05  André Pönitz  <poenitz@gmx.net>
976
977         * BufferView.[Ch]:
978         * BufferView_pimpl.[Ch]:
979         * bufferview_funcs.C:
980         * text2.C:
981         * text3.C: rip out "deep update"
982
983         * textcursor.[Ch] (last_sel_cursor): remove unused member
984
985 2003-08-04  André Pönitz  <poenitz@gmx.net>
986
987         * BufferView.[Ch]:
988         * BufferView_pimpl.[Ch]:
989         * ParagraphParameters.C:
990         * bufferview_funcs.C:
991         * lyx_cb.C:
992         * lyxfind.C:
993         * lyxfunc.C:
994         * text.C:
995         * text2.C:
996         * text3.C: replace "complicated" BufferView::update(...) calls with
997         simpler ones.
998
999         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1000
1001 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1002
1003         * Makefile.am (lyx_SOURCES): add paper.h
1004
1005 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1006
1007         * Makefile.am: move things around so that both lyx-qt and
1008         lyx-xforms can be built (according to --with-frontend). Then lyx
1009         is a symbolic link to lyx-[firstfrontend]
1010
1011 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1012
1013         * Always use std::endl with lyxerr
1014
1015 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1016
1017         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1018
1019 2003-08-01  André Pönitz  <poenitz@gmx.net>
1020
1021         * BufferView.[Ch]:
1022         * BufferView_pimpl.[Ch]:
1023         * lyxfunc.C:
1024         * text3.C: merge BufferView::repaint() and BufferView::update()
1025
1026 2003-08-01  José Matos  <jamatos@lyx.org>
1027
1028         * buffer.[Ch]: file_format is no longer a buffer data element.
1029
1030 2003-08-01  André Pönitz  <poenitz@gmx.net>
1031
1032         * BufferView.C:
1033         * lyxtext.h:
1034         * text.C:
1035         * text2.C: make redoParagraph more independent of current cursor
1036
1037         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1038         * text.C:
1039         * text2.C: remove unneeded members
1040
1041 2003-07-30  André Pönitz  <poenitz@gmx.net>
1042
1043         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1044
1045         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1046           create a single function...
1047
1048         * paragraph_funcs.C (moveItem): ... here.
1049
1050         * text.C:
1051           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1052
1053 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1054
1055         * LColor.[Ch]: Add comment and greyedout logical colors.
1056
1057 2003-07-30  André Pönitz  <poenitz@gmx.net>
1058
1059         * tabular.C: don't use Assert too heavily. This crashes where it
1060           shouldn't
1061
1062 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1063
1064         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1065         is disabled (bug 1232)
1066
1067 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1068
1069         * factory.C: limited 'arg' scope
1070
1071 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1072
1073         * factory.C: fixed Note submenu issues
1074
1075 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1076
1077         * factory.C: submenu for Note/Comment/Greyedout
1078
1079 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1080
1081         * lyx_main.C (LyX):
1082         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1083
1084 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1085
1086         * LaTeXFeatures.C:
1087         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1088         greyedout. Patch provided by Jürgen Spitzmüller.
1089
1090 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1091
1092         * kbmap.C (read): fix error message when reading bind files
1093
1094 2003-07-29  Angus Leeming  <leeming@lyx.org>
1095
1096         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1097         certainly does not do what it purports to do. I am doing it, and
1098         us, a favour by killing it.
1099
1100 2003-07-28  José Matos  <jamatos@lyx.org>
1101
1102         * buffer.C (readBody, do_writeFile):
1103         * paragraph.C(readParagraph): \end_document replaces \the_end.
1104
1105 2003-07-29  André Pönitz  <poenitz@gmx.net>
1106
1107         * BufferView.[Ch]:
1108         * BufferView_pimpl.[Ch]:
1109         * lyxfunc.C:
1110         * text2.C:
1111         * text3.C:
1112         * textcursor.[Ch]: remove toggleToggle & Co
1113
1114 2003-07-28  José Matos  <jamatos@fep.up.pt>
1115
1116         * buffer.C (readParagraph):
1117         * params_func (readParToken, readParagraph):
1118         * paragraph.C (write): \layout -> \begin_layout.
1119
1120 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1121
1122         * lyxlex_pimpl.C (setFile): clean up slightly.
1123
1124         * bufferparams.h: add compressed var
1125
1126         * buffer_funcs.C (readFile): adjust for LyXLex change
1127         (newFile): ditto + simplify
1128
1129         * buffer.C (writeFile): handle writing of compressed files
1130
1131         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1132         Check if the file is compressed and set a bufferparm if so.
1133
1134         * Makefile.am (lyx_LDADD): remove explicit -lz
1135
1136 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1137
1138         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1139         makeDocBookFile): put the real LyX version in the first line of
1140         the file
1141
1142         * version.h:
1143         * version.C.in: remove lyx_docversion
1144
1145         * tabular.C (write_attribute): add a template-based version to
1146         write enums properly
1147
1148 2003-07-28  André Pönitz  <poenitz@gmx.net>
1149
1150         * lyxtext.h:
1151         * text.C:
1152         * text2.C:
1153         * text3.C: use doubles again for x-coordinates. They are needed.
1154
1155 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1156
1157         * messages.C (getLocaleDir): use lyx_localedir()
1158
1159         * lyxlex_pimpl.C (setFile): compress stuff
1160
1161         * buffer.C (writeFile): add some compression stuff
1162         (do_writeFile): new func, dont call expliti close... will this
1163         breake anything?
1164
1165         * Makefile.am (lyx_LDADD): add -lz
1166
1167 2003-07-28  José Matos  <jamatos@fep.up.pt>
1168
1169         * buffer.C: increment file format.
1170         * paragraph_funcs (readParagraph, readParToken):
1171         * paragraph.C (readParagraph): add \end_layout.
1172
1173 2003-07-27  Angus Leeming  <leeming@lyx.org>
1174
1175         * Makefile.am: remove special casing for configure-time setting of
1176         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1177
1178         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1179         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1180
1181 2003-07-26  André Pönitz  <poenitz@gmx.net>
1182
1183         * paragraph_func.[Ch]:
1184         * paragraph.C (realizeFont): inline it whereever it is used
1185
1186         * rowpainter.C:
1187         * text.C:
1188         * text2.C:
1189         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1190
1191
1192 2003-07-26  André Pönitz  <poenitz@gmx.net>
1193
1194         *       lyxtext.h:
1195         * text.C:
1196         * text2.C: get rid of LyXText::need_break_row
1197
1198 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1199
1200         * toc.[Ch]: put namespace toc inside namespace lyx
1201
1202         * MenuBackend.C (expandToc2): adjust for lyx::toc
1203         (expandToc): ditto
1204
1205         * lyxfunc.C (dispatch): adjust for lyx::find
1206
1207         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1208         lyx::find instead. Reorganize a bit.
1209         (LyXReplace): rename to replace
1210         (LyXFind): rename to find
1211
1212         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1213         (dispatch): ditto
1214
1215 2003-07-26  André Pönitz  <poenitz@gmx.net>
1216
1217         * text.C (setHeightOfRow): restrict scope of temporary variable
1218
1219         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1220           code (never has been used?)
1221
1222 2003-07-27  Asger Alstrup  <alstrup@local>
1223
1224         * text.C (fill): Optimise algorithm to exploit that we can reuse
1225         the LyXFont for many characters.
1226         (setHeightOfRow): Same thing.
1227         (rowBreakPoint): Same thing.
1228
1229 2003-07-26  Asger Alstrup  <alstrup@local>
1230
1231         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1232
1233         * text.C (singleWidth): Spurious font copying in hot-spot
1234         singleWidth avoided. Reorder tests for arabic for efficiency.
1235
1236         * text.C (fill): handle empty paragraphs better.
1237
1238 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1239
1240         * ispell.C:
1241         * encoding.h: add includes
1242
1243         * lyxrc.C: remove reading of bind files
1244
1245         * lyx_main.C (init): setup bindings and menus only if we have a
1246         gui.
1247
1248         * kbmap.C (read): new method. Do the actual reading of bind
1249         files.
1250
1251         * converter.C (dvipdfm_options):
1252         * bufferparams.C:
1253         * lyxrc.C (read):
1254         (output): adapt PAPER_* enums.
1255
1256         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1257
1258         * bufferparams.h: remove paper-related enums from there
1259
1260         * paper.h: New file. A trivial header file to hold paper-related
1261         enums. It should later expand to contain many paper-related
1262         horrors access.
1263
1264         * lyxrc.C: declare extern displayTranslator
1265
1266 2003-07-27  José Matos  <jamatos@fep.up.pt>
1267
1268         * tabular.[Ch] (linuxdoc): add support for tables and figures
1269         (linuxdoc).
1270
1271 2003-07-27  José Matos  <jamatos@fep.up.pt>
1272
1273         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1274         consistency in both functions.
1275         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1276
1277 2003-07-26  Asger Alstrup  <alstrup@local>
1278
1279         * rowpainter.C (paintRows): Change algorithm to work directly on
1280         the insets rather than asking every character in the document
1281         whether its an inset.
1282
1283 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1284
1285         * buffer.C (openFileWrite): factorize some code
1286
1287 2003-07-26  Angus Leeming  <leeming@lyx.org>
1288
1289         * lyx_cb.C:
1290         * lyx_main.[Ch]: replace occurances of system_tempdir with
1291         os::getTmpDir().
1292
1293 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1294
1295         * rename Inset to InsetOld
1296
1297 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1298
1299         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1300         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1301         which I think is a bit clearer. EDIT is gone, since it was
1302         premature optimisation, and broken for mathed anyway.
1303         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1304         with cursor positioning in insets as well (math insets still do not
1305         work, but that's a different story anyway.) It mysteriously
1306         crashes sometimes with undo in the first paragraph, but I'm fairly
1307         confident that this is a compiler bug.
1308
1309 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1310
1311         * paragraph.C (Paragraph): adjust for new clone return type
1312         (operator==): ditto
1313         (copyIntoMinibuffer): ditto
1314
1315 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1316
1317         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1318         by not having a special case, and always doing a full rebreak of
1319         the document after undo.
1320
1321 2003-07-23  Angus Leeming  <leeming@lyx.org>
1322
1323         * factory.C (createInset): InsetExternal::setParams now takes a
1324         Buffer const * arg.
1325
1326 2003-07-23  Angus Leeming  <leeming@lyx.org>
1327
1328         * factory.C (createInset): changed interface to the external and
1329         graphics mailers' string2params functions.
1330
1331 2003-07-23  Angus Leeming  <leeming@lyx.org>
1332
1333         * factory.C (createInset): pass a
1334         Buffer const * parameter to InsetExternalMailer's string2params.
1335
1336 2003-07-22  John Levon  <levon@movementarian.org>
1337
1338         * Thesaurus.h: include the right aiksaurus header
1339
1340 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1341
1342         * MenuBackend.C (expand): check menu shortcuts unconditionally
1343
1344 2003-07-21  Angus Leeming  <leeming@lyx.org>
1345
1346         * factory.C (createInset): pass a
1347         buffer_path parameter to InsetGraphicsMailer's string2params.
1348
1349 2003-07-21  Angus Leeming  <leeming@lyx.org>
1350
1351         * BufferView_pimpl.C (buffer):
1352         * buffer.C (d-tor):
1353         * lyx_main.C (LyX):
1354         * lyxfunc.C (dispatch):
1355         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1356         rather than the grfx shortcut.
1357
1358 2003-07-21  André Pönitz  <poenitz@gmx.net>
1359
1360         * rowpainter.C: remove unused variables
1361
1362         * tabular_funcs.C:
1363         * tabular_funcs.h: move to tabular.C
1364         * Makefile.am: adjust
1365
1366         * tabular.[Ch]: basic optical cleaning
1367
1368         * author.h: pass references, not values
1369
1370 2003-07-18  André Pönitz  <poenitz@gmx.net>
1371
1372         * lyxtext.h:
1373         * metricsinfo.C:
1374         * metricsinfo.h:
1375         * rowpainter.C:
1376         * text.C:
1377         * text2.C:
1378         * text3.C: two-phase drawing for InsetText and InsetTabular
1379         some float -> int changes.
1380
1381 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1382
1383         * lyx_main.C: fix the fix
1384
1385 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1386
1387         * lyx_main.C: fix a crash in batch mode if no files specified
1388         * converter.C: ws
1389
1390 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1391
1392         * format.[Ch] (papersize): moved to BufferParams
1393         * converter.[Ch] (dvips_options): moved to BufferParams
1394         (dvipdfm_options): moved to anon namespace
1395         * bufferparams.[Ch]: added above functions.
1396
1397 2003-07-17  André Pönitz  <poenitz@gmx.net>
1398
1399         * lyxtext.h:
1400         * rowpainter.C:
1401         * text2.C: don't call inset->update() anymore
1402
1403         * metricsinfo.[Ch]: add convenience constructor
1404
1405 2003-07-16  André Pönitz  <poenitz@gmx.net>
1406
1407         * lyxcursor.[Ch]:
1408         * lyxfunc.[Ch]:
1409         * text.C:
1410         * text2.C: replace the LyXCursor::irow_ member with
1411          on-demand computation of the value
1412
1413 2003-07-16  John Levon  <levon@movementarian.org>
1414
1415         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1416
1417 2003-07-15  André Pönitz  <poenitz@gmx.net>
1418
1419         * text.C:
1420         * text2.C: remove no more needed refresh_row
1421
1422 2003-07-15  André Pönitz  <poenitz@gmx.net>
1423
1424         * lyxtext.h:
1425         * rowpainter.C:
1426         * text2.C:
1427         * text3.C: refresh_status tristate -> need_update bool
1428
1429 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1430
1431         * lyxtext.h (init): remove reinit argument (act as if always true)
1432         * text2.C: adjust to that
1433
1434 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1435
1436         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1437         * text3.C: use it to delete selections in some cases
1438         (bugs 441, 673, 702, 954).
1439
1440 2003-07-14  André Pönitz  <poenitz@gmx.net>
1441
1442         * rowpainter.[Ch]: reduce interface
1443
1444 2003-07-14  André Pönitz  <poenitz@gmx.net>
1445
1446         * BufferView_pimpl.C:
1447         * text2.C: adjust after removing unused BufferView * argument
1448
1449 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1450
1451         * text2.C (init): fix a crash fired on resize
1452
1453 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1454
1455         * buffer.[Ch]: added new closing signal
1456         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1457         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1458         BufferView::Pimpl via the closing the signal
1459
1460 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1461
1462         * buffer.[Ch]: take out all bv-related from buffer
1463         * BufferView.C:
1464         * BufferView_pimpl.[Ch]: connect to new signals
1465         * CutAndPaste.C: removed useless asserts
1466         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1467         * lyxvc.[Ch]:
1468         * vc-backend.[Ch]:
1469         * lyxfunc.C: moved view-related funciontality from vc here
1470         * paragraph.C: removed outdated comments
1471         * text.C: ws
1472
1473 2003-07-10  André Pönitz  <poenitz@gmx.net>
1474
1475         * BufferView_pimpl.C:
1476         * tabular.h:
1477         * tabular_funcs.C:
1478         * text.C:
1479         * text2.C: remove InsetText::InnerCache, clean up consequences
1480
1481 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1482
1483         * ispell.C: fix two typos in error messages
1484
1485 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1486
1487         * Extend Note inset to other forms of annotation like Comment
1488         and Greyedout. Right button click gives dialog.
1489
1490         Files modified or added (+):
1491
1492         * insetnote.[Ch]
1493         * FormNote.[Ch]      +
1494         * ControlNote.[Ch]   +
1495         * form_note.fd       +
1496         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1497         frontends/controllers
1498         * xforms/Dialogs.C
1499         * factory.C
1500
1501 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1502
1503         * aspell.C: add missing namespace lyx::support
1504
1505 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1506
1507         * BufferView.[Ch] (newFile): Add
1508         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1509         * LaTeX.[Ch] (message): added this signal and use it
1510         * buffer.[Ch] (busy, message): added these signals and use them
1511         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1512         * converter.C:
1513         * exporter.C:
1514         * format.C:
1515         * importer.C: use buffer signals instead of direct bv calling
1516         * lyx_cb.[Ch] (ShowMessage): removed
1517         * lyx_main.C:
1518         * lyxfunc.C:
1519         * paragraph_funcs.C:
1520         * text2.C: use buffer signals
1521
1522 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1523
1524         * introduce namespace lyx::graphics
1525
1526 2003-07-02  André Pönitz  <poenitz@gmx.net>
1527
1528         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1529
1530 2003-07-01  André Pönitz  <poenitz@gmx.net>
1531
1532         * text.C:
1533         * text2.C:
1534         * text3.C:
1535         * text_funcs.[Ch]:
1536         * textcursor.h:
1537         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1538           text*.C to text_func.C
1539
1540 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1541
1542         * introduce namespace lyx::support
1543
1544 2003-06-30  André Pönitz  <poenitz@gmx.net>
1545
1546         * Chktex.C:
1547         * funcrequest.C:
1548         * lyxtext.h:
1549         * text.C: re-enable --with-included-string
1550
1551 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1552
1553         * textcursor.C: add <config.h>
1554
1555         * text.C (getWord): remove const from word_location arg
1556
1557         * lyxvc.C (getLogFile): fix const type order
1558
1559         * lyxtext.h: remove const from word_location arg, add arg name
1560
1561         * lyxlayout.h: currect type on labeltype.
1562
1563         * importer.C: correct \file
1564
1565         * converter.C (intToFormat): use std:: on ret val, ws changes
1566
1567         * bufferlist.h: correct \file
1568
1569         * buffer.C (makeLinuxDocFile): fix const type order
1570         (makeDocBookFile): ditto
1571         (fillWithBibKeys): use std:: on stdlib args.
1572
1573         * CutAndPaste.C: fix authors.
1574         (availableSelections): use std:: on return vector
1575
1576 2003-06-27  André Pönitz  <poenitz@gmx.net>
1577
1578         * BufferView_pimpl.C:
1579         * bufferview_funcs.C:
1580         * lyxcursor.C:
1581         * lyxcursor.h:
1582         * lyxfunc.C:
1583         * lyxtext.h:
1584         * rowpainter.C:
1585         * text.C:
1586         * text2.C:
1587         * text3.C: remove LyXCursor::row_ member
1588
1589         * lyxtext.h:
1590         * text.C: rename fullRebreak() to partialRebreak() and implement
1591           a fullRebreak() that really bereks fully
1592
1593         * textcursor.h: new struct for cursor-related data
1594
1595 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1596
1597         * lyx_main.C (LyX): get full path of document loaded on the
1598         command line
1599
1600 2003-06-26  André Pönitz  <poenitz@gmx.net>
1601
1602         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1603           remove unused/broken operator>,<,>=.
1604
1605         *       text.C: remove only use of broken operator<= in an Assert().
1606
1607 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1608
1609         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1610         moved errorlist_.clear to showErrorList
1611
1612 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1613
1614         * converter.C (scanLog, runLaTeX):
1615         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1616         move the bv->showErrorList call to the callers
1617         * lyxfunc.C: i.e. here...
1618         * text2.C: and here
1619         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1620         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1621         namespace, the second to...
1622         * buffer_funcs (BufferFormat, parseErrors): added
1623         * errorlist.C (ErrorList(TeXErrors const &)): removed
1624
1625 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1626
1627         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1628
1629 2003-06-24  "Garst R. Reese" <reese@isn.net>
1630
1631         * debug.C: fix typo
1632
1633 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1634
1635         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1636
1637         * version.C.in: change docversion to 1.4
1638
1639 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1640
1641         * buffer.C: fix a bug just introduced
1642
1643 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1644
1645         * buffer.[Ch]: added the parseError signal and use it, removed
1646         sgmlError
1647         * BufferView.[Ch] (addError): moved to ...
1648         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1649         to the Buffer::parseError signal to catch (guess what) parse errors
1650         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1651
1652 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1653
1654         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1655         ability to create a buffer and to return an existing one from
1656         the list. Moved these functions to...
1657         * buffer_funcs.[Ch]: added
1658         * BufferView.[Ch] (loadLyXFile): added
1659         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1660         job removed from bufferlist::loadLyXFile.
1661         * buffer.C (setReadOnly): make it work without view
1662         (i.e added an if (users))
1663
1664 2003-06-19  Angus Leeming  <leeming@lyx.org>
1665
1666         * lfuns.h:
1667         * LyXAction.C (init):
1668         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1669         with LFUN_DIALOG_SHOW <name> <data>.
1670
1671 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1672
1673         * CutAndPaste.C (availableSelections): small compilation fix for
1674         ancient (gcc 2.9x) compilers
1675
1676 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1677
1678         * text3.C (cursorNext): add tmp var
1679
1680         * text2.C (updateCounters): for function calling out of for clause
1681         (replaceSelectionWithString): ditto
1682         (insertStringAsParagraphs): ditto
1683         (getColumnNearX): add tmp var
1684         (setCursorFromCoordinates): add tmp var
1685         (cursorDownParagraph): add tmp var
1686         (deleteEmptyParagraphMechanism): add tmp var
1687
1688         * text.C (insertChar): add tmp var
1689
1690         * rowpainter.C (paintDepthBar): add tmp var
1691
1692         * CutAndPaste.C (availableSelections): potentially check all
1693         paragraphs in a cut to fill the shown strings.
1694
1695 2003-06-18  André Pönitz  <poenitz@gmx.net>
1696
1697         * kbmap.[Ch]: use vector<> instead of list<>
1698
1699 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1700
1701         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1702         pasteSelection with index
1703
1704         * text2.C (pasteSelection): modify, call pasteSelection with index
1705
1706         * paragraph.C (asString): reimplement version with no interval to
1707         call the one with interval.
1708
1709         * lyxtext.h: add index arg to pasteSelection
1710
1711         * MenuBackend.C (MenuItem): handle PasteRecent
1712         (Menu::read::Menutags): add md_pasterecent
1713         (read): handle it
1714         (expandPasteRecent): new function
1715         (expand): use it
1716
1717         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1718
1719         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1720         the limited stack
1721         (availableSelections): new function
1722
1723 2003-06-17  Angus Leeming  <leeming@lyx.org>
1724
1725         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1726
1727 2003-06-17  Angus Leeming  <leeming@lyx.org>
1728
1729         * lfuns.h:
1730         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1731
1732         * lyxfunc.C (dispatch): invoke it.
1733
1734 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1735
1736         * iterators.C (operator++, ParPosition): reintroduce some
1737         const_cast for the benefit of older compilers.
1738
1739 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1740
1741         * text3.C (dispatch): do not modify clipboard when doing
1742         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1743         LFUN_DELETE_SKIP on a selection selection
1744
1745 2003-06-16  André Pönitz  <poenitz@gmx.net>
1746
1747         * BufferView.C:
1748         * buffer.C:
1749         * buffer.h:
1750         * paragraph.C:
1751         * tabular.[Ch]: IU of clone() and getLabelList();
1752
1753 2003-06-13  André Pönitz  <poenitz@gmx.net>
1754
1755         * tabular.h: compactification
1756
1757 2003-06-12  André Pönitz  <poenitz@gmx.net>
1758
1759         * tabular.C:
1760         * tabular.h:
1761         * tabular_funcs.h: some renaming plus whitespace
1762
1763 2003-06-12  André Pönitz  <poenitz@gmx.net>
1764
1765         * BufferView.C:
1766         * BufferView_pimpl.C:
1767         * CutAndPaste.C:
1768         * buffer.C:
1769         * iterators.[Ch]:
1770         * lyxfunc.C:
1771         * text.C:
1772         * toc.C: Return a Paragraph & for ParIterator::operator*()
1773
1774 2003-06-11  John Levon  <levon@movementarian.org>
1775
1776         * lyx_main.C:
1777         * ToolbarBackend.h:
1778         * ToolbarBackend.C: add "Toolbars" section and
1779         put the flags there
1780
1781 2003-06-10  Angus Leeming  <leeming@lyx.org>
1782
1783         * lfuns.h:
1784         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1785
1786         * lyxfunc.C (dispatch): invoke it.
1787
1788 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1789
1790         * main.C: protect <ios> with HAVE_IOS
1791         (main): protect sync_with_stdio with HAVE_IOS
1792
1793 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1794
1795         * text2.C (cutSelection): adjust
1796         (pasteSelection): adjust
1797
1798         * messages.C: handle get of empty string
1799
1800         * main.C (main): use sync_with_stdio(false)
1801
1802         * lyxfunc.C (dispatch): adjust
1803
1804         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1805         (WriteAs): remove unneeded BufferView arg.
1806
1807         * bufferparams.h: use correct types on papersize, papersize2 and
1808         paperpackage.
1809
1810         * bufferparams.C (readToken): adjust for type
1811         (writeLaTeX): add missing cases to switch.
1812
1813         * bufferlist.C (quitWriteBuffer): adjust
1814         (close): adjust
1815
1816         * buffer.C (asciiParagraph): remove some commented code.
1817
1818         * CutAndPaste.C: remove current_view extern variable.
1819         (cutSelection): add BufferParams arg.
1820         (eraseSelection): add BufferParams arg.
1821         (pasteSelection): add Buffer const & arg
1822
1823 2003-06-07  John Levon  <levon@movementarian.org>
1824
1825         * buffer.C:
1826         * paragraph_funcs.C:
1827         * paragraph_pimpl.C:
1828         * text.C:
1829         * text2.C:
1830         * paragraph.h:
1831         * paragraph.C: allow InsetERT to freely space lines,
1832         and some consolidation of code
1833
1834 2003-06-06  José Matos  <jamatos@fep.up.pt>
1835
1836         * buffer.C (makeDocBookFile): fix bug #821
1837
1838 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1839
1840         * BufferView_pimpl.C (dispatch): use Dialogs::visible
1841
1842 2003-06-04  Angus Leeming  <leeming@lyx.org>
1843
1844         * buffer.C: bump format to 224.
1845
1846 2003-06-05  André Pönitz  <poenitz@gmx.net>
1847
1848         * text2.C (redoParagraphs): remove two const_cast<>
1849
1850 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1851
1852         * ParagraphList.h: remove last remnants of NO_STD_LIST
1853
1854 2003-06-03  Angus Leeming  <leeming@lyx.org>
1855
1856         * factory.C (createInset): small change to the way InsetExternal's params
1857         are set.
1858
1859 2003-06-04  André Pönitz  <poenitz@gmx.net>
1860
1861         * buffer.h: use Undo directly instead of shared_ptr<Undo>
1862
1863         * paragraph_pimpl.h:
1864         * paragraph.[Ch]: some Inset -> UpdatableInset changes
1865
1866         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
1867
1868         * undo_funcs.C: make some simple cases of undo work again
1869
1870 2003-06-03  John Levon  <levon@movementarian.org>
1871
1872         * ispell.C: HPUX doesn't have sys/select.h
1873         (from Albert Chin)
1874
1875 2003-06-03  John Levon  <levon@movementarian.org>
1876
1877         * CutAndPaste.C: update tabular and include inset
1878         buffer references
1879
1880         * buffer.h:
1881         * paragraph.h:
1882         * paragraph.C: remove owningBuffer(), don't pass Buffer
1883         to clone()
1884
1885         * factory.C: insetGraphicsParams changed
1886
1887 2003-06-02  John Levon  <levon@movementarian.org>
1888
1889         * LyXAction.C:
1890         * factory.C:
1891         * lfuns.h:
1892         * lyxfunc.C:
1893         * text3.C: remove insetparent
1894
1895 2003-06-02  John Levon  <levon@movementarian.org>
1896
1897         * buffer.h:
1898         * buffer.C: fix inset_iterator.end(), move out of line
1899         (bug 1149)
1900
1901 2003-06-01  John Levon  <levon@movementarian.org>
1902
1903         * text3.C: use a proper cut/paste when doing inset
1904         insert (from Jürgen Spitzmüller)
1905
1906 2003-06-01  John Levon  <levon@movementarian.org>
1907
1908         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
1909
1910 2003-05-30  André Pönitz  <poenitz@gmx.net>
1911
1912         * rowpainter.C: unify second drawing phase
1913
1914 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1915
1916         * trans_mgr.C: remove one case of current_view
1917
1918         * text2.C (cursorBottom): delete NO_STD_LIST stuff
1919
1920         * paragraph_funcs.h: remove paragraph.h include
1921
1922         * paragraph.h: delete NO_STD_LIST stuff
1923
1924         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
1925
1926         * buffer.h: remove paragraph.h include
1927
1928         * ParagraphList.C: delete file
1929
1930         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
1931
1932         * toc.C (getTocList): adjust
1933
1934         * paragraph_pimpl.C (validate): adjust
1935
1936         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
1937
1938         * paragraph.C (Paragraph): adjust
1939         (getPositionOfInset): use const_iterator, adjust
1940         (bibitem): use const_iterator, adjust
1941         (setInsetOwner): adjust
1942
1943         * iterators.C (operator++): adjust
1944
1945         * InsetList.[Ch]: Replace selfmade iterator with standard
1946         vector::iterator also introduce const_iterator. Remove getPos,
1947         getInset and setInset from InsetTable. Adjust accordingly.
1948
1949         * BufferView.C (lockInset): adjust
1950         (ChangeInsets): adjust
1951
1952         * tabular.[Ch]: delete commented same_id functions
1953
1954 2003-05-28  John Levon  <levon@movementarian.org>
1955
1956         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
1957
1958 2003-05-28  André Pönitz  <poenitz@gmx.net>
1959
1960         * metricsinfo.[Ch]: remove 'fullredraw' member
1961
1962 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1963
1964         * lyxtextclass.C (operator): remove caching.
1965
1966 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1967
1968         * text3.C: adjust
1969
1970         * text2.C (cursorBottom): adjust
1971         (setCounter): use ParagraphList::find, adjust
1972
1973         * text.C (workWidth): use ParagraphList::find, adjust
1974
1975         * lyxcursor.C (LyXCursor): adjust
1976
1977         * buffer.C (inset_iterator): adjust
1978
1979         * ParagraphList.h: make iterator(value_type) private, make
1980         ParagraphList a friend of iterator.
1981
1982         * ParagraphList.C (find): new function
1983
1984         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1985
1986 2003-05-27  André Pönitz  <poenitz@gmx.net>
1987
1988         * dimension.[Ch]: a -> asc, d -> des, w -> wid
1989
1990 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1991
1992         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
1993
1994 2003-05-26  John Levon  <levon@movementarian.org>
1995
1996         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
1997
1998 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1999
2000         * remove same_id from function signatures, adjust.
2001
2002 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2003
2004         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2005
2006         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2007
2008         * paragraph.C (Paragraph): get rid of same_ids parameter
2009
2010         * ParagraphList.C (insert): adjust
2011         (push_back): adjust
2012
2013 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2014
2015         * paragraph_funcs.C (breakParagraph): adjust
2016         (breakParagraphConservative): adjust
2017
2018         * buffer.C (readParagraph): adjust
2019
2020         * ParagraphList.C (insert): take a reference instead of a pointer
2021         (insert): adjust
2022
2023         * paragraph.[Ch] (id): new function
2024
2025         * bufferlist.C (newFile): adjust
2026
2027         * ParagraphList.C (ParagraphList): adjust
2028         (assign): adjust
2029         (push_back): take a reference instead of a pointer.
2030
2031         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2032
2033         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2034         instead.
2035
2036         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2037         set else use old code.
2038
2039         * ParagraphList.C: remove all NO_NEXT code and only compile this
2040         code of NO_STD_LIST is set.
2041
2042 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2043
2044         * BufferView_pimpl.C:
2045         * TextCache.C:
2046         * TextCache.h:
2047         * bufferlist.C:
2048         * errorlist.h:
2049         * format.C:
2050         * format.h:
2051         * graph.C:
2052         * lyxfunc.C:
2053         * lyxrc.C:
2054         * graphics/GraphicsConverter.C:
2055         * graphics/PreviewLoader.C: header adjustment
2056
2057 2003-05-23  Angus Leeming  <leeming@lyx.org>
2058
2059         * LaTeXFeatures.[Ch] (useBabel): new method.
2060         * bufferparams.C (writeLaTeX): use it.
2061
2062 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2063
2064         * ParagraphList.h (set): remove unused function.
2065
2066 2003-05-23  André Pönitz  <poenitz@gmx.net>
2067
2068         * BufferView.C:
2069         * BufferView_pimpl.C:
2070         * buffer.C:
2071         * buffer.h:
2072         * lyxfunc.C:
2073         * undo_funcs.C: setUndo reworked
2074
2075         * iterators.[Ch]: add access to topmost ParagraphList
2076
2077         * lyxtext.[Ch] (workWidth): add a const
2078
2079 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2080
2081         * texrow.[Ch] (increasePos): remove function
2082         * exporter.C (export): removed unused var and outdated comment
2083
2084 2003-05-23  Angus Leeming  <leeming@lyx.org>
2085
2086         * latexrunparams.h: rename fragile as moving_arg.
2087         * paragraph.C (simpleTeXOnePar): ditto.
2088         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2089
2090 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2091
2092         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2093         (createUndo): ditto
2094         (textUndoOrRedo): comment out a currently unused var.
2095
2096         * paragraph.h (NO_NEXT): enable NO_NEXT
2097
2098         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2099
2100         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2101
2102         * exporter.C (Export): adjust for removeAutoInsets removal.
2103
2104         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2105
2106         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2107
2108         * BufferView.[Ch] (removeAutoInsets): delete function
2109
2110 2003-05-22  Angus Leeming  <leeming@lyx.org>
2111
2112         * latexrunparams.h: add a free_spacing variable.
2113
2114         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2115         to pass moving_arg, as the data is stored in runparams.fragile.
2116
2117         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2118         to Inset::latexOptional or to simpleTeXOnePar.
2119
2120         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2121         free_spacing arg to Inset::latexOptional.
2122
2123         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2124         free_spacing arg.
2125
2126 2003-05-22  Angus Leeming  <leeming@lyx.org>
2127
2128         * latexrunparams.h: add fragile and use_babel variables.
2129
2130         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2131         * buffer.C (makeLaTeXFile): store this returned value in
2132         runparams.use_babel, thus passing it to the inset::latex methods.
2133
2134         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2135         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2136
2137         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2138         longer has a fragile arg, as it is stored in runparams.fragile.
2139
2140         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2141         moving_arg parameter as the data is stored in runparams.fragile.
2142
2143         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2144         a fragile parameter as the data is stored in runparams.fragile.
2145
2146 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2147
2148         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2149
2150 2003-05-22  Angus Leeming  <leeming@lyx.org>
2151
2152         * latexrunparams.h: add a 'bool nice' which defaults to false.
2153
2154         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2155         now encapsulated within runparams.
2156
2157         * bufferlist.C (updateIncludedTeXfiles):
2158         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2159
2160 2003-05-22  Angus Leeming  <leeming@lyx.org>
2161
2162         * latexrunparams.h: new file containing struct LatexRunParams.
2163         * Makefile.am: add new file.
2164
2165         * LaTeX.[Ch] (c-tor, run):
2166         * buffer.[Ch] (makeLaTeXFile):
2167         * bufferlist.[Ch] (updateIncludedTeXfiles):
2168         * converter.C (convert, scanLog):
2169         * converter.[Ch] (runLaTeX):
2170         * exporter.C (Export):
2171         * paragraph.[Ch] (simpleTeXOnePar):
2172         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2173         * paragraph_funcs.[Ch] (latexParagraphs):
2174         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2175         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2176         pass around a LatexRunParams parameter.
2177
2178 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2179
2180         * paragraph.[Ch]: remove unused constructor
2181
2182         * ParagraphList.C (erase): new function, taking two iterators
2183
2184 2003-05-22  André Pönitz  <poenitz@gmx.net>
2185
2186         * undo_funcs.C: remove duplicated code
2187
2188         * iterator.[Ch]: operator=
2189
2190 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2191
2192         * tabular.C (SetMultiColumn): ws changes
2193
2194         * rowpainter.C (paintFirst): get rid of a ->previous
2195
2196         * lyx_cb.C (getPossibleLabel): parlist simplification
2197
2198         * BufferView.C (ChangeInsets): simplify slightly.
2199
2200 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2201
2202         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2203         * lfuns.h: new LFUN_SPACE
2204         * lyxfunc.C: protected space has a new lfun
2205         * paragraph_funcs.C: read new space insets
2206         * text3.C:
2207         * factory.C: handle new space insets
2208
2209 2003-05-22  André Pönitz  <poenitz@gmx.net>
2210
2211         * BufferView.C:
2212         * BufferView_pimpl.C:
2213         * buffer.[Ch]:
2214         * lyxfunc.C:
2215         * undo_funcs.C: return a ParIterator from getParFromID.
2216
2217         * iterators.[Ch]: add two const's
2218
2219 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2220
2221         * toc.C (getTocList): adjust
2222
2223         * iterators.[Ch]: rework for parlist
2224
2225         * buffer.C (par_iterator_begin): adjust
2226         (par_iterator_end): adjust
2227
2228         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2229
2230         * BufferView.C (removeAutoInsets): adjust
2231         (ChangeInsets): adjust
2232
2233 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2234
2235         * text.C (top_y): fix bug 1110
2236
2237 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2238
2239         * errorlist.[Ch]: added
2240         * buffer.C:
2241         * BufferView.[Ch]:
2242         * BufferView_pimpl.C:
2243         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2244         instead
2245
2246 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2247
2248         * Makefile.am: ensure that lyx is relinked upon changes to the
2249         various "convenience" libs.
2250
2251 2003-05-20  Angus Leeming  <leeming@lyx.org>
2252
2253         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2254         files are compiled in alphabetical order again.
2255
2256         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2257
2258 2003-05-19  Angus Leeming  <leeming@lyx.org>
2259
2260         * gettext.[Ch]: remove "char const * _(char const *)".
2261
2262 2003-05-19  André Pönitz  <poenitz@gmx.net>
2263
2264         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2265
2266         * Makefile.am:
2267         * BufferView.C:
2268         * DepTable.h:
2269         * LaTeXFeatures.C:
2270         * buffer.C:
2271         * lyxfont.C:
2272         * lyxlex.h:
2273         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2274
2275 2003-05-19  André Pönitz  <poenitz@gmx.net>
2276
2277         * buffer.C:
2278         * lyxlayout.[Ch]:
2279         * lyxtextclass.[Ch]:
2280         * paragraph.C:
2281         * paragraph_funcs.[Ch]:
2282         * text2.C:
2283         * text3.C: more insetenv work
2284
2285 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2286
2287         * ParagraphParameters.C (params2string): small bug fixed
2288
2289 2003-05-16  André Pönitz  <poenitz@gmx.net>
2290
2291         * debug.C:
2292         * bufferview_funcs.C: patch from Kornel Benko to prevent
2293           crash when _(...) is called twice in a statement
2294
2295 2003-05-16  André Pönitz  <poenitz@gmx.net>
2296
2297         * BufferView.C:
2298         * lyxfunc.C:
2299         * text.C:
2300         * text2.C:
2301         * text3.C:
2302         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2303
2304 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2305
2306         * lyx_main.C (init): remove spurious static_cast
2307
2308 2003-05-14  André Pönitz  <poenitz@gmx.net>
2309
2310         * BufferView.C: fix format string
2311
2312 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2313
2314         * BufferView.[Ch] (insertErrors): removed
2315         * BufferView.[Ch] (showErrorList): added
2316         * buffer.C (runChkTeX):
2317         * converter.C (scanLog): call showErrorList instead of inserterrors
2318
2319 2003-05-13  André Pönitz  <poenitz@gmx.net>
2320
2321         * BufferView_pimpl.C:
2322         * buffer.C:
2323         * bufferview_func.C:
2324         * MenuBackend.C:
2325         * lyxfunc.C:
2326         * lyxrc.C:
2327         * tex-accent.C:
2328         * text3.C:
2329         * toc.C:
2330         * tabular_funcs.h: tostr() from its own header
2331
2332         * ParagraphParameters.C:
2333         * ToolbarBackend.C:
2334         * bufferparams.C:
2335         * format.C:
2336         * lyxlex_pimpl.C:
2337         * text3.C: STRCONV()
2338
2339 2003-05-12  André Pönitz  <poenitz@gmx.net>
2340
2341         * BufferView.C:
2342         * BufferView_pimpl.C:
2343         * CutAndPaste.C:
2344         * LaTeX.C:
2345         * LaTeXFeatures.C:
2346         * ParagraphParameters.C:
2347         * buffer.C:
2348         * bufferlist.C:
2349         * bufferparams.C:
2350         * bufferview_funcs.C:
2351         * converter.C:
2352         * counters.C:
2353         * debug.C:
2354         * exporter.C:
2355         * format.C:
2356         * importer.C:
2357         * lyx_cb.C:
2358         * lyx_main.C:
2359         * lyxfont.C:
2360         * lyxfunc.C:
2361         * lyxvc.C:
2362         * paragraph.C:
2363         * paragraph_funcs.C:
2364         * tabular.C:
2365         * tabular_funcs.C:
2366         * text2.C:
2367         * text3.C:  boost::format -> bformat  all over the place
2368
2369
2370 2003-05-09  André Pönitz  <poenitz@gmx.net>
2371
2372         * LColor.[Ch]: Pimpl the #include <map> away
2373
2374 2003-05-09  John Levon  <levon@movementarian.org>
2375
2376         * bufferlist.C: never remove emergency saves
2377
2378 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2379
2380         * Makefile.am: better lib building
2381
2382 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2383
2384         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2385         instead.
2386         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2387         (simpleTeXSpecialChars): adjust
2388         (simpleTeXSpecialChars): adjust
2389         * paragraph.C (simpleTeXOnePar): adjust
2390         * buffer.C (makeLaTeXFile): adjust
2391
2392         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2393
2394         * text2.C (changeDepth): parlist cleanup
2395         (getColumnNearX): ditto
2396
2397         * rowpainter.C (getLabelFont): parlist cleanup
2398
2399         * bufferlist.C (newFile): parlist cleanup
2400
2401         * CutAndPaste.C (eraseSelection): parlist cleanup
2402
2403         * BufferView_pimpl.C (trackChanges): parlist cleanup
2404         (dispatch): ditto
2405
2406         * BufferView.C (lockInset): parlist cleanup.
2407         (ChangeInsets): ditto
2408
2409 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2410
2411         * CutAndPaste.h: Update file header.
2412
2413         * CutAndPaste.C: Update file header.
2414         Store the parts cut out of the Document in a limited_stack.
2415         (copySelection): adjust
2416         (pasteSelection): new function, takes the index in the limited stack.
2417         (nrOfParagraphs): adjust
2418         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2419         simplify error inset insertion.
2420         (checkPastePossible): adjust
2421
2422 2003-05-06  John Levon  <levon@movementarian.org>
2423
2424         * text2.C: don't cast wrap inset to float
2425
2426 2003-05-05  André Pönitz  <poenitz@gmx.net>
2427
2428         * iterator.C:
2429         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2430
2431         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2432           few naked Paragraph *.
2433
2434 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2435
2436         * bufferparams.C: Output warning if a document with missing
2437         TeX document class is loaded
2438         * exporter.C: Disable TeX exports if the document class is missing
2439         * lyxtextclass.C:
2440         * lyxtextclass.h:
2441         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2442         isTeXClassAvailable()
2443
2444 2003-05-03  John Levon  <levon@movementarian.org>
2445
2446         * BufferView.h:
2447         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2448         explicit cursor show/hide
2449
2450         * BufferView_pimpl.h:
2451         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2452         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2453
2454         * lyxfunc.C: hide cursor before dispatching.
2455
2456         * lyx_cb.C:
2457         * lyxfind.C:
2458         * text.C:
2459         * text3.C: remove explicit cursor hides
2460
2461 2003-05-02  André Pönitz  <poenitz@gmx.net>
2462
2463         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2464
2465         * undo_funcs.C:
2466         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2467           linked lists
2468
2469         * text2.C: tiny whitespace
2470
2471 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2472
2473         * undo_funcs.C: almost only ws changes.
2474
2475         * ParagraphList.C (splice): just return if pl is empty.
2476
2477 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2478
2479         * ParagraphList.C (splice): new function.
2480
2481         * CutAndPaste.C (pasteSelection): use it
2482
2483 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2484
2485         * CutAndPaste.C (pasteSelection): remove the last next and
2486         previous from this file.
2487
2488 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2489
2490         * CutAndPaste.C (pasteSelection): more clean up, user proper
2491         ParagraphList functions for pasteing.
2492
2493         * ParagraphList.C (insert): new function, three arg insert
2494
2495 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2496
2497         * ParagraphList.C (insert): new function, three arg insert
2498
2499         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2500         not on paragraphs.
2501
2502 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2503
2504         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2505
2506 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2507
2508         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2509
2510 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2511
2512         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2513         (copySelection): clean up a bit.
2514         (pasteSelection): use make_pair
2515
2516         * ParagraphList.C (ParagraphList): implement copy constructor
2517         (operator=): implement, base on copy constructor.
2518         (assign): new func
2519
2520         * paragraph.C (erase): return a bool
2521
2522         * paragraph_pimpl.C (erasePos): remove function, move contents...
2523         (erase): ... here. Return a bool.
2524         (erase): call erase instead of erasePos.
2525
2526 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2527
2528         * ParagraphList.h: define PitPosPair
2529         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2530         ParagraphList, fix a bug on pasting multiple pars
2531         * text2.C: change interface to C&P
2532
2533 2003-04-30  André Pönitz  <poenitz@gmx.net>
2534
2535         * undo_func.C: revert part of yesterday's patch 2
2536
2537 2003-04-30  John Levon  <levon@movementarian.org>
2538
2539         * LColor.C: s/tabular/table/
2540
2541 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2542
2543         * text3.C (dispatch): do not convert iterator -> pointer
2544         * undo_funcs.C (setCursorParUndo): ditto
2545         * text_funcs.C (transposeChars): ditto
2546
2547         * text2.C (setLayout): ws changes only
2548
2549         * text.C (breakParagraph): do not convert iterator -> pointer
2550         (insertChar): ditto
2551         (acceptChange): ditto
2552         (rejectChange): ditto
2553         (changeCase): ditto
2554         (Delete): ditto
2555         (backspace): ditto
2556
2557         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2558         pointer
2559
2560 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2561
2562         * text3.C (gotoInset): YABG (yet another bad getChar)
2563
2564 2003-04-29  André Pönitz  <poenitz@gmx.net>
2565
2566         * paragraph.h: make operator= private unimplemented as long as
2567           it is unusable
2568
2569         * ParagraphList.C: whitespace
2570
2571         * paragraph.[Ch]:
2572         * paragraph_pimpl.[Ch]:
2573         * paragraph_funcs.C:
2574         * CutAndPaste.C:
2575         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2576
2577         * text2.C:
2578           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2579
2580 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2581
2582         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2583         * paragraph.[Ch] (erase):
2584         * paragraph_pimpl.[Ch] (erase): change return type and value
2585         * text2.C (cutSelection): some rework
2586
2587 2003-04-28  John Levon  <levon@movementarian.org>
2588
2589         * bufferlist.C: changes for unsaved changes dialog
2590
2591 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2592
2593         * bufferlist.C (newFile): set language (messages_) for new
2594         documents also.
2595
2596         * buffer.C (readFile): ws changes only.
2597
2598 2003-04-28  André Pönitz  <poenitz@gmx.net>
2599
2600         * undo_funcs.C:
2601         * lyxfunc.C:
2602         * buffer.[Ch]:
2603         * BufferView_pimpl.C:
2604         * BufferView.C: getParFromID related ParagraphList::iterator changes
2605
2606 2003-04-28  André Pönitz  <poenitz@gmx.net>
2607
2608         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2609           Changes
2610
2611 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2612
2613         * messages.C: remove one more localedir class variable.
2614
2615 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2616
2617         * messages.C (getLocaleDir): singleton generation function
2618         (Pimpl): use it.
2619         (Messages): add a default constructor.
2620
2621         * main.C (main): do not setup localedir here, do not call
2622         gettext_init.
2623
2624         * gettext.C (_): use it.
2625         (gettext_init): delete funciton
2626
2627 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2628
2629         * gettext.C (getLyXMessages): new singleton generating function.
2630
2631         * buffer.C (updateDocLang): adjust
2632
2633         * Makefile.am (messages.o): add target
2634         (main.o): remove target
2635
2636 2003-04-27  John Levon  <levon@movementarian.org>
2637
2638         * bufferlist.C:
2639         * lyx_cb.C:
2640         * lyxfunc.C:
2641         * lyxvc.C: specify cancel button in Alert::prompt
2642
2643 2003-04-26  John Levon  <levon@movementarian.org>
2644
2645         * text3.C:
2646         * lyxfunc.C:
2647         * lfuns.h:
2648         * LyXAction.C: add LFUN_INSET_SETTINGS
2649
2650         * lyxfunc.C: don't enable tabular-feature when there's
2651         just any locking inset
2652
2653 2003-04-26  John Levon  <levon@movementarian.org>
2654
2655         * bufferlist.C: re-add Cancel to buffer close question
2656
2657         * lyxfunc.C: fix import UI a bit
2658
2659 2003-04-25  John Levon  <levon@movementarian.org>
2660
2661         * gettext.C: remove the broken asserts for now
2662
2663 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2664
2665         * messages.C: make case where setlocale cannot comply work better.
2666
2667         * buffer.C (updateDocLang): new function
2668         (changeLanguage): use it
2669         (readFile): use it
2670
2671         * text2.C (setCounter): use B_ a bit.
2672
2673         * lyxlayout.C (Read): be sure to trim the label strings.
2674
2675         * messages.C (Messages): fix typo in comment
2676
2677         * buffer.C (readFile): set message_ after file is loaded.
2678         (makeDocBookFile): remove double return
2679         (changeLanguage): reset message_ upon language change.
2680         (B_): new func, use this to get translated buffer strings.
2681
2682         * main.C: add myself and Jean Marc as authors.
2683
2684 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2685
2686         * messages.[hC]: pimplify Messages, and three different pimpls to be
2687         used in different circumstances.
2688
2689         * gettext.[Ch]: change for use with new message code.
2690
2691 2003-04-24 André Pönitz <poenitz@gmx.net>
2692
2693         * factory.C: support for eqref
2694
2695 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2696
2697         * messages.[Ch]: add missing char
2698
2699         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2700
2701         * messages.[Ch]: New files
2702
2703 2003-04-18  John Levon  <levon@movementarian.org>
2704
2705         * BufferView.h:
2706         * BufferView.C:
2707         * BufferView_pimpl.C:
2708         * lfuns.h:
2709         * LyXAction.C:
2710         * lyxtext.h:
2711         * text2.C: remove layout-copy/paste (bug 778)
2712
2713 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2714
2715         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2716
2717 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2718
2719         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2720         if they succeed. Act accordingly.
2721
2722 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2723
2724         * text2.C (setCharFont): adjust
2725         (setCounter): adjust
2726         (insertStringAsLines): adjust
2727
2728         * text.C (leftMargin): adjust
2729         (setHeightOfRow): adjust
2730
2731         * rowpainter.C (paintFirst): adjust
2732         (paintLast): adjust
2733
2734         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2735         (outerHook): ditto
2736         (isFirstInSequence): ditto
2737         (getEndLabel): ditto
2738         (outerFont): adjust
2739
2740         * paragraph.C (getParLanguage): comment out some hard stuff.
2741
2742         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2743         (sgmlError): ditto
2744         (simpleDocBookOnePar): ditto
2745         (makeDocBookFile): use ParagraphList::iterator
2746
2747         * CutAndPaste.C (pasteSelection): adjust
2748
2749 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2750
2751         * text2.C (getFont): adjust
2752         (getLayoutFont): adjust
2753         (getLabelFont): adjust
2754
2755         * paragraph_funcs.C (TeXOnePar): adjust
2756
2757         * buffer.C (simpleLinuxDocOnePar): adjust
2758         (simpleDocBookOnePar): adjust
2759
2760         * CutAndPaste.C (pasteSelection): adjust
2761
2762         * BufferView.C (getEncoding): adjust
2763
2764         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2765
2766 2003-04-16  John Levon  <levon@movementarian.org>
2767
2768         * lyxfind.C: use parlist stuff for search/changes
2769
2770 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2771
2772         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2773
2774         * text2.C (deleteEmptyParagraphMechanism): adjust
2775
2776         * text2.[Ch] (ownerParagraph): delete func (both of them
2777
2778 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2779
2780         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2781
2782 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2783
2784         * ParagraphList.C: prepare for NO_NEXT
2785
2786 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2787
2788         * text2.C (getFont): adjust
2789         (getLayoutFont): adjust
2790         (getLabelFont): adjust
2791
2792         * paragraph.C (getFont): adjust
2793         (getLabelFont): adjust
2794         (getLayoutFont): adjust
2795
2796         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2797
2798 2003-04-15  John Levon  <levon@movementarian.org>
2799
2800         From Angus Leeming
2801
2802         * lyx_main.C: handle Include in .ui files
2803
2804 2003-04-15  John Levon  <levon@movementarian.org>
2805
2806         * MenuBackend.C: make the doc files length shorter
2807
2808         * ToolbarBackend.h:
2809         * ToolbarBackend.C: handle toolbar placement flags,
2810         Minibuffer
2811
2812 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2813
2814         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
2815         adjust
2816
2817         * paragraph_funcs.C (TeXOnePar): adjust
2818
2819         * paragraph.C (getLabelFont): add outerfont arg, adjust
2820         (getLayoutFont): ditto
2821         (simpleTeXOnePar): adjust
2822
2823         * paragraph_pimpl.C (realizeFont): delete func
2824
2825 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
2826
2827         * text2.C (beforeFullRowInset): added a bad getchar check, removed
2828         row argument, constify cur argument.
2829
2830 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2831
2832         * text2.C (getFont): adjust
2833         (getLayoutFont): adjust
2834         (getLabelFont): adjust
2835
2836         * paragraph_funcs.C (TeXOnePar): adjust
2837         (outerFont): new func...
2838         (realizeFont): ...moved out from here, changed this to facilitate
2839         transition
2840
2841         * paragraph.C (getFont): take outerfont as arg, adjust
2842         (simpleTeXOnePar): add outerfont arg, adjust
2843
2844         * buffer.C (simpleLinuxDocOnePar): adjust
2845         (simpleDocBookOnePar): adjust
2846
2847         * CutAndPaste.C (pasteSelection): adjust
2848
2849         * BufferView.C (getEncoding): adjust
2850
2851 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2852
2853         * text2.C (setCharFont): adjust
2854         (setCounter): adjust
2855
2856         * text.C (leftMargin): adjust
2857         (setHeightOfRow): adjust
2858
2859         * rowpainter.C (paintFirst): adjust
2860         (paintLast): adjust
2861
2862         * paragraph_pimpl.C (realizeFont): adjust
2863
2864         * paragraph.C (isFirstInSequence): move from here...
2865         * paragraph_funcs.C (isFirstInSequence): ...to here
2866
2867         * paragraph.C (outerHook): move from here...
2868         * paragraph_funcs.C (outerHook): ...to here
2869
2870         * paragraph.C (depthHook): move from here...
2871         * paragraph_funcs.C (depthHook): ...to here
2872
2873         * paragraph.C (getEndLabel): move from here...
2874         * paragraph_funcs.C (getEndLabel): ...to here
2875
2876         * text2.C (realizeFont): move from here...
2877         * paragraph_funcs.C (realizeFont): ...to here
2878
2879 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2880
2881         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
2882
2883 2003-04-14  Angus Leeming  <leeming@lyx.org>
2884
2885         * LColor.[Ch]: scrap LColor mathcursor.
2886
2887 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2888
2889         * lyxlex.[Ch] (text): delete function
2890         * trans.C (Load): adjust
2891         * paragraph_funcs.C (readParToken): adjust
2892
2893 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2894
2895         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
2896         vector<char> instead of a char[].
2897
2898         * lyxlex_pimpl.C (getString): adjust
2899         (next): adjust
2900         (lex): use getString
2901         (eatLine): adjust
2902         (nextToken): adjust
2903
2904         * lyxlex.C (text): use pimpl_->getString()
2905         (getBool): ditto
2906         (findToken): ditto
2907
2908 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2909
2910         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
2911         (makeFontEntriesLayoutSpecific): temp var for par.size()
2912         (setLayout): temp var for ownerParagraphs().end()
2913         (fullRebreak): temp var for rows().end()
2914         (selectionAsString): temp var for boost::next(startpit), realize
2915         that the while really is a regular for loop.
2916         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
2917         setCursor in one place.
2918         (setParagraph): temp vr for ownerParagraphs().end()
2919         (updateCounters): make the while loop a for loop
2920         (cutSelection): temp var for ownerParagraphs().end()
2921         (updateInset): make the do {} while() a regular for loop
2922         (getCursorX): use temp vars
2923         (setCurrentFont): use temp vars
2924         (getColumnNearX): use temp vars
2925
2926 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2927
2928         * text.C (transformChar): use temp var for getChar
2929         (computeBidiTables): use temp var for row->par()
2930         (fill): move temp vars for row->par() and pit->layout() earlier in
2931         the function.
2932         (labelFill): use temp var for row->par()
2933         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
2934         asc and desc, realize that pit never changes and that firstpit is
2935         just a duplicate and not needed. Exchange rit->par() with pit in a
2936         lot of places.
2937         (breakAgain): use a temp var for boost::next(rit)
2938         (breakAgainOneRow): ditto
2939         (breakParagraph): use a temp var for rows().begin()
2940         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
2941         (cursorRightOneWord): use temp var for cursor.par() and
2942         cursor.pos(), remove usage of tmpcursor.
2943         (cursorLeftOneWord): use temp var for cursor.par() and
2944         cursor.pos() only set cur at end of function.
2945
2946 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2947
2948         * text.C, text2.C: exchange all usage of Paragraph::next with
2949         boost::next(ParagraphList::iterator)
2950
2951         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
2952
2953         * text2.C (cursorTop): simplify implementation
2954         (cursorBottom): ditto
2955         (setParagraph): use ParagraphList::iterator
2956         (setCurrentFont): adjust
2957         (getColumnNearX): adjust
2958         (cursorRight): adjust
2959         (cursorLeft): remove usage of Paragraph::previous
2960         (cursorUpParagraph): ditto
2961         (deleteEmptyParagraphMechanism): slight cleanup
2962
2963         * text.C (isBoundary): take a Paragraph const & instead of a
2964         pointer as arg.
2965         (addressBreakPoint): ditto
2966         (leftMargin): remove usage of Paragraph::previous.
2967         (setHeightOfRow): ditto
2968         (cursorLeftOneWord): ditto
2969         (selectNextWordToSpellcheck): ditto
2970         (Delete): ditto
2971         (backspace): ditto
2972         (breakParagraph): remove one usage of Paragraph::next
2973         (redoParagraph): ditto
2974         (acceptChange): ditto
2975         (insertChar): adjust
2976         (rowBreakPoint): adjust
2977
2978         * bufferview_funcs.C (toggleAndShow): adjust
2979
2980 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
2981
2982         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
2983         methods to access it.
2984         * lyxtext.h:
2985         * text.C: Added updateRowPositions to compute all row positions.
2986         Make top_y and getRowNearY() to use the cached y position
2987
2988 2003-04-11  John Levon  <levon@movementarian.org>
2989
2990         * text.C (rowBreakPoint): reintroduce the labelEnd
2991         checks, code copied from the row fill stuff. Deep voodoo.
2992
2993         * text.C (fill): add a comment and debugging for the
2994         next poor soul.
2995
2996 2003-04-11  John Levon  <levon@movementarian.org>
2997
2998         * text.C: make sure fullrow insets get wrapped to the next line,
2999         even when they're in a manual label
3000
3001 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3002
3003         * text2.C (insertParagraph): make it take ParagraphList::iterator
3004         as arg.
3005         (setLayout): make it return ParagraphList::iterator
3006         (redoParagraphs): ditto
3007         (setCounter): ditto
3008         (checkParagraph): ditto
3009
3010         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3011
3012         * text2.C: adjust several funcs.
3013         (realizeFont): take a ParagraphList::iterator as arg.
3014         (getLayoutFont): ditto
3015         (getLabelFont): ditto
3016         (setCharFont): ditto
3017
3018         * text.C: adjust several funcs.
3019
3020 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3021
3022         * text.C (selectNextWordToSpellcheck): don't accidentally
3023         skip insets
3024
3025 2003-04-10  John Levon  <levon@movementarian.org>
3026
3027         * ToolbarBackend.C (getIcon): special handling for
3028         LFUN_MATH_DELIM
3029
3030 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3031
3032         * text2.C (cursorRight): a getChar assert fixed
3033
3034 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3035
3036         * text2.C (getFont): change to take a ParagraphList::iterator
3037         instead of Paragraph*
3038         Adjust several functions.
3039
3040         * text.C (transformChar): change to take a ParagraphList::iterator
3041         instead of Paragraph*
3042         (singleWidth): ditto
3043         Adjust several functions.
3044
3045         * rowpainter.C: adjust several functions
3046         * rowpainter.h:store a ParagraphList::iterator and not a
3047         Paragraph&.
3048
3049
3050 2003-04-09  John Levon  <levon@movementarian.org>
3051
3052         * lyxfunc.C:
3053         * lfuns.h:
3054         * LyXAction.h:
3055         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3056         and the "help" bits as well
3057
3058 2003-04-09  John Levon  <levon@movementarian.org>
3059
3060         * ToolbarBackend.h:
3061         * ToolbarBackend.C: allow multiple toolbars
3062
3063 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3064
3065         * undo_funcs.C (setCursorParUndo): adjust
3066
3067         * text_funcs.C (transposeChars): adjust
3068
3069         * text3.C (gotoNextInset): adjust
3070         (dispatch): adjust
3071
3072         * text2.C (setLayout): adjust
3073         (changeDepth): adjust
3074         (setFont): adjust
3075         (redoParagraphs): adjust
3076         (selectionAsString): adjust
3077         (setParagraph): adjust
3078         (insertInset): adjust
3079         (cutSelection): adjust
3080         (copySelection): adjust
3081         (pasteSelection): adjust
3082         (insertStringAsLines): adjust
3083         (updateInset): adjust
3084         (setCursor): change to take a ParagraphList::iterator parameter
3085         (setCursorIntern): change to take a ParagraphList::iterator parameter
3086         (setCurrentFont): adjust
3087         (cursorLeft): adjust
3088         (cursorRight): adjust
3089         (deleteEmptyParagraphMechanism): adjust
3090
3091         * text.C (breakParagraph): adjust
3092         (insertChar): adjust
3093         (acceptChange): adjust
3094         (rejectChange): adjust
3095         (selectNextWordToSpellcheck): adjust
3096         (changeCase): adjust
3097         (Delete): adjust
3098         (backspace): adjust
3099
3100         * lyxfind.C (SearchForward): adjust
3101         (SearchBackward): adjust
3102         (nextChange): adjust
3103
3104         * lyxcursor.C (par): adjust
3105
3106         * lyxcursor.h: store a ParagraphList::iterator instead of a
3107         Paragraph*
3108
3109         * lyx_cb.C (getPossibleLabel): adjust
3110
3111         * bufferview_funcs.C (toggleAndShow): adjust
3112
3113         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3114         (dispatch): adjust
3115
3116         * BufferView.C (removeAutoInsets): adjust
3117         (lockedInsetStoreUndo): adjust
3118
3119 2003-04-09  John Levon  <levon@movementarian.org>
3120
3121         * ToolbarBackend.C: try icon without argument
3122         if with argument fails
3123
3124 2003-04-08  John Levon  <levon@movementarian.org>
3125
3126         * ToolbarBackend.h:
3127         * ToolbarBackend.C: add getIcon(), handle tooltip,
3128         and change from "Icon" to "Item".
3129
3130 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3131
3132         * BufferView.C (lockInset): another bad getchar crunched
3133
3134 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3135
3136         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3137         again)
3138
3139 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3140
3141         * lyxfind.C (searchForward, searchBackwards): bug 782
3142
3143 2003-04-07  John Levon  <levon@movementarian.org>
3144
3145         * paragraph.C: remove dead comment
3146
3147         * text.C: remove troublesome depth-fiddling code
3148         in leftMargin() and rightMargin() (bug 1017)
3149
3150         * text.C: fix breaking of rows in nested lists
3151         (bug 1004)
3152
3153         * text2.C (updateCounters): fix up depth values
3154         (bug 1013)
3155
3156 2003-04-07  John Levon  <levon@movementarian.org>
3157
3158         * BufferView_pimpl.C: clear message when doc finishes resizing,
3159         and after a mouse event
3160
3161         * lyxfunc.C: clear message after exiting inset
3162
3163 2003-04-07  John Levon  <levon@movementarian.org>
3164
3165         * bufferview_funcs.C: show math status not outside
3166         status in the statusbar
3167
3168 2003-04-07  John Levon  <levon@movementarian.org>
3169
3170         * lyxfunc.C: note status changed after a depth change
3171
3172 2003-04-04  Angus Leeming  <leeming@lyx.org>
3173
3174         * LaTeX.h: move AuxInfo operator==, != out of line.
3175         Remove LaTeX virtual destructor; nothing derives from it.
3176         Move operator()() out of public area and rename it startscript().
3177         Change protected for private.
3178
3179 2003-04-04  Angus Leeming  <leeming@lyx.org>
3180
3181         * lyxfunc.C:
3182         * text2.C: remove unneeded #includes.
3183
3184 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3185
3186         * text2.C (dEPM): fix the heigth of the next row
3187
3188 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3189
3190         * text.C: squashed an invalid getChar requester + some ws changes
3191
3192 2003-04-03  John Levon  <levon@movementarian.org>
3193
3194         * bufferview_funcs.h:
3195         * bufferview_funcs.C:
3196         * lyxfunc.C:
3197         * lyxtext.h:
3198         * text2.C: make getStatus work for the env depth lfuns
3199
3200 2003-04-03  John Levon  <levon@movementarian.org>
3201
3202         * bufferview_funcs.h:
3203         * bufferview_funcs.C:
3204         * lyxfunc.C:
3205         * lyxtext.h:
3206         * text2.C: parlistize decDepth(), by merging it with incDepth()
3207
3208 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3209
3210         * lyxrow.h: store a ParagraphList::iterator instead of a
3211         Paragraph* and adjust other class functions to suit.
3212
3213         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3214         above.
3215
3216 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3217
3218         * text2.C (setCursor): do not anchor to cursor row for the time being
3219
3220 2003-04-02  John Levon  <levon@movementarian.org>
3221
3222         * LyXAction.C:
3223         * lfuns.h:
3224         * lyx_main.C:
3225         * lyxtext.h:
3226         * text.C:
3227         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3228
3229 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3230
3231         * paragraph.h: make ParagraphList and ParagraphList::iterator
3232         friends of Paragraph.
3233
3234         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3235
3236         * ParagraphList.C: Use the private next_ and previous_ from
3237         Paragraph.
3238
3239 2003-04-01  John Levon  <levon@movementarian.org>
3240
3241         * ToolbarBackend.h:
3242         * ToolbarBackend.C:
3243         * Makefile.am: rename, remove defaults gunk
3244
3245         * MenuBackend.h:
3246         * MenuBackend.C: remove defaults gunk
3247
3248         * Languages.h:
3249         * Languages.C: remove defaults gunk
3250
3251         * lyx_main.h:
3252         * lyx_main.C: error out if files couldn't be found.
3253
3254 2003-04-02  John Levon  <levon@movementarian.org>
3255
3256         * text2.C: make incDepth() use parlist
3257
3258 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3259
3260         * undo_funcs.C (firstUndoParagraph): adjust
3261
3262         * text3.C (gotoInset): adjust
3263         (dispatch): adjust, and rewrite loop.
3264
3265         * text2.C (init): adjust, and rewrite loop.
3266         (redoParagraphs): adjust
3267         (updateInset): adjust, and rewrite loop.
3268         (deleteEmptyParagraphMechanism): adjust
3269
3270         * tabular.C (LyXTabular): adjust
3271         (SetMultiColumn): adjust
3272         (TeXRow): adjust
3273
3274         * lyxtext.[Ch] (ownerParagraph): delete function
3275         (ownerParagraphs): new function returns a ParagraphList.
3276
3277         * BufferView.C (removeAutoInsets): adjust
3278         (insertErrors): adjust
3279         (setCursorFromRow): adjust
3280
3281 2003-04-01  Angus Leeming  <leeming@lyx.org>
3282
3283         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3284         in the frontends.
3285
3286 2003-04-02  John Levon  <levon@movementarian.org>
3287
3288         * lyxtext.h:
3289         * text.C:
3290         * Makefile.am:
3291         * text_funcs.h:
3292         * text_funcs.C: make transposeChars a free function
3293
3294         * lyxrow_funcs.C: remove wrong comment
3295
3296 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3297
3298         * lyxtext.h: adjust
3299         * rowpainter.C: adjust
3300         * text.C: adjust
3301         * text2.C: adjust
3302         * text3.C: adjust
3303
3304         * lyxrow_funcs. [Ch]: new files
3305
3306         * lyxrow.[Ch]: remove next and previous pointers
3307         (next,previous): remove accessor functions
3308         (isParEnd): move to lyxrow_funcs
3309         (lastPos): move to lyxrow_funcs
3310         (nextRowIsAllInset): move to lyxrow_funcs
3311         (lastPrintablePos): move to lyxrow_funcs
3312         (numberOfSeparators): move to lyxrow_funcs
3313         (numberOfHfills): move to lyxrow_funcs
3314         (numberOfLabelHfills): move to lyxrow_funcs
3315         (hfillExpansion): move to lyxrow_funcs
3316
3317         * lyxfunc.C: adjust
3318
3319         * bufferview_funcs.C (toggleAndShow): adjust
3320
3321         * RowList.h: Remove class RowList from file leave just a
3322         std::list<Row>.
3323
3324         * RowList.C: delete file
3325
3326         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3327         and lyxrow_funcs.h
3328
3329 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3330
3331         * text3.C (cursorPrevious): adjust
3332         (cursorNext): adjust
3333         (dispatch): adjust
3334
3335         * text2.C (redoHeightOfParagraph): adjust
3336         (redoDrawingOfParagraph): adjust
3337         (setCursor): adjust
3338
3339         * text.C (breakParagraph): adjust
3340         (insertChar): adjust
3341         (backspace): adjust
3342
3343         * rowpainter.C (RowPainter): adjust
3344         (leftMargin): simplify and adjust
3345         (most rowpainter functions): adjust.
3346
3347         * rowpainter.h: store the row as RowList::iterator not as Row*
3348
3349         * lyxcursor.C (row): taka RowList::iterator as arg
3350         (irow): ditto
3351
3352         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3353         of Row*.
3354
3355 2003-04-01  Angus Leeming  <leeming@lyx.org>
3356
3357         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3358         stuff like bool Bool.
3359
3360 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3361
3362         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3363         rewrite a loop
3364
3365 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3366
3367         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3368         RowList::iterator.
3369
3370         * lyxtext.h (rows): drop one version and leve a const variant that
3371         returns a RowList::iterator.
3372
3373 2003-03-31  Angus Leeming  <leeming@lyx.org>
3374
3375         * text.C (fill): ensure that the signature is the same as that in the
3376         header file.
3377
3378 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3379
3380         * text2.C (redoParagraphs): adjust
3381         (updateCounters): adjust
3382         (checkParagraph): adjust
3383         (getColumnNearX): adjust and reformat a bit.
3384
3385         * text.C (top_y): adjust
3386         (workWidth): adjust
3387         (leftMargin): adjust
3388         (prepareToPrint): adjust
3389         (getRow): adjust
3390         (getRowNearY): adjust
3391
3392         * lyxtext.h: make rowlist_ mutable.
3393
3394         * RowList.h: add const_iterator
3395         * RowList.C: adjust for RowList::const_iterator.
3396
3397         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3398         adjust.
3399
3400 2003-03-31  John Levon  <levon@movementarian.org>
3401
3402         * lyxrc.h:
3403         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3404
3405         * lyx_main.C: set default fonts from using lyx_gui funcs
3406
3407         * exporter.C: pdf_mode moved from lyxrc
3408
3409         * lyx_cb.C:
3410         * lyxfunc.C: changes from above
3411
3412 2003-03-31  John Levon  <levon@movementarian.org>
3413
3414         * lyx_main.C: fix to the last fix
3415
3416 2003-03-31  John Levon  <levon@movementarian.org>
3417
3418         * bufferlist.C: "Load original" -> "Load Original"
3419
3420         * converter.C:
3421         * exporter.C:
3422         * importer.C:
3423         * lyx_main.C:
3424         * format.C: more Alert cleanups
3425
3426 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3427
3428         * text2.C (removeParagraph): make it take a RowList::iterator as
3429         arg, adjust.
3430         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3431         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3432
3433         * text.C (anchor_row): make it take a RowList::iterator as arg,
3434         adjust.
3435         (computeBidiTables): make it take a const reference to Row instead
3436         of Row pointer, adjust.
3437         (leftMargin): make it take a RowList::iterator as arg, adjust.
3438         (rowBreakPoint): adjust
3439         (breakAgainOneRow): make it take a RowList::iterator as arg,
3440         adjust.
3441         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3442
3443         * bufferview_funcs.C (toggleAndShow): adjust
3444
3445 2003-03-30  John Levon  <levon@movementarian.org>
3446
3447         * Makefile.am:
3448         * BoostFormat.h:
3449         * boost-inst.C: moved to support
3450
3451         * several files: changes as a result
3452
3453 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3454
3455         * text2.C (LyXText): adjust.
3456         (init): adjust
3457         (removeRow): make it take a RowList::iterator as arg, adjust.
3458         (fullRebreak): adjust
3459         (deleteEmptyParagraphMechanism): adjust
3460         (clearPaint): adjust
3461         (postPaint): adjust
3462
3463         * text.C (top_y): adjust
3464         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3465         (breakAgain): make it take a RowList::iterator as arg, adjust.
3466         (breakParagraph): adjust
3467         (insertChar): adjust
3468         (backspace): adjust
3469
3470         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3471         need_break_row, and refresh_row.
3472
3473         * text3.C (dispatch): adjust
3474
3475         * text2.C (checkParagraph): adjust
3476         (setCursor): adjust
3477         (setCursorFromCoordinates): adjust
3478
3479         * text.C (top_y): adjust
3480         (workWidth): adjust
3481         (getRow): make it return a RowList::iterator, adjust
3482         (getRowNearY): make it return a RowList::iterator, adjust
3483
3484         * text2.C (init): adjust
3485         (insertRow): remove function
3486         (insertParagraph): adjust
3487         (redoParagraphs): adjust
3488         (fullRebreak): adjust
3489         (updateCounters): adjust
3490
3491         * text.C (top_y): rewrite to use RowList iterators.
3492         (top_y): adjust
3493         (setHeightOfRow): rewrite to sue RowList iterators.
3494         (appendParagraph): adjust
3495         (breakAgain): adjust
3496         (breakAgainOneRow): adjust
3497         (breakParagraph): adjust
3498         (getRow): adjust
3499         (getRowNearY): adjust, and remove commented code.
3500
3501         * lyxtext.h (firstRow): delete function
3502         (lastRow): delete function
3503         (rows): new function (const and non-const versions.)
3504         (insertRow): delete function
3505
3506         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3507
3508 2003-03-29  John Levon  <levon@movementarian.org>
3509
3510         * BufferView_pimpl.C: always update scrollbar top
3511         because pasting text when we're anchored could mean we
3512         miss an update altogether
3513
3514 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3515
3516         * text2.C (init): use rowlist_.end() and not 0.
3517         (insertRow): change to take a RowList::iterator as arg, adjust
3518         for this.
3519         (insertParagraph): change to take a RowList::iterator as arg,
3520         adjust for this.
3521         (redoParagraphs): remove some debug msgs.
3522
3523         * text.C (appendParagraph): change to take a RowList::iterator
3524         arg, adjust for this.
3525         (breakAgain): add an assert
3526         (breakAgainOneRow): ditto
3527
3528 2003-03-29  John Levon  <levon@movementarian.org>
3529
3530         * text2.C: do not clear selection after inc/decDepth
3531         (bug 550)
3532
3533 2003-03-29  John Levon  <levon@movementarian.org>
3534
3535         * BufferView.C:
3536         * buffer.C: fix broken strerrors according to Lars
3537
3538 2003-03-29  John Levon  <levon@movementarian.org>
3539
3540         * converters.C: more Alert cleanups
3541
3542 2003-03-29  John Levon  <levon@movementarian.org>
3543
3544         * bufferview_funcs.C: remove pointless Alert
3545
3546         * buffer.C: fix confusing error message when
3547         a template is chmoded 000
3548
3549 2003-03-29  John Levon  <levon@movementarian.org>
3550
3551         * BufferView.C:
3552         * BufferView.h:
3553         * BufferView_pimpl.C: Alert fixes
3554
3555         * Makefile.am:
3556         * tabular.C:
3557         * tabular-old.C: remove unused table compat reading
3558
3559 2003-03-29  John Levon  <levon@movementarian.org>
3560
3561         * BufferView.C:
3562         * buffer.C:
3563         * lyx_cb.h:
3564         * lyx_cb.C: more Alert cleanups
3565
3566         * lyxfunc.C: don't allow chktex if not latex document
3567
3568 2003-03-29  John Levon  <levon@movementarian.org>
3569
3570         * lyx_cb.C:
3571         * BufferView.C:
3572         * buffer.C: warnings pushed down from support/,
3573         kill err_alert
3574
3575 2003-03-29  John Levon  <levon@movementarian.org>
3576
3577         * lyxfunc.C: safety check for C-r (revert)
3578
3579 2003-03-29  John Levon  <levon@movementarian.org>
3580
3581         * bufferlist.h:
3582         * bufferlist.C: several UI fixes using Alert::prompt.
3583         Fix the pointless looping quit code. Fix stupid revert
3584         behaviour (bug 938)
3585
3586         * lyxvc.h:
3587         * lyxvc.C:
3588         * lyx_cb.C: use Alert::prompt
3589
3590         * lyx_main.C: remove a silly question
3591
3592         * lyxfunc.C: remove a couple of silly questions,
3593         use Alert::prompt
3594
3595 2003-03-28  John Levon  <levon@movementarian.org>
3596
3597         * text2.C: fix bug 974 (End on empty par)
3598
3599 2003-03-28  John Levon  <levon@movementarian.org>
3600
3601         * BufferView_pimpl.C:
3602         * LyXAction.C:
3603         * lfuns.h: remove do-nothing math greek lfuns
3604
3605 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3606
3607         * lyxgluelength.h (isValidGlueLength): add default arg on
3608         parameter 2. Remove default arg from friend in class.
3609
3610         * lyxlength.h (isValidLength): add default arg on parameter 2.
3611         Remove default arg from friend in class.
3612
3613         * text2.C (LyXText): adjust, initialize refresh_row.
3614         (init): adjust
3615         (removeRow): adjust
3616         (insertRow): adjust
3617         (insertParagraph): adjst
3618         (redoParagraphs): adjust
3619         (fullRebreak): adjust
3620         (updateCounters): adjust
3621         (deleteEmptyParagraphMechanism): first attempt at fixing a
3622         crashing bug.
3623
3624         * text.C (top_y): adjust
3625         (setHeightOfRow): adjust
3626         (getRow): adjust
3627         (getRowNearY): adjust
3628
3629         * lyxtext.h: include RowList.h
3630         (~LyXText): not needed anymore, deleted.
3631         (firstRow): modify for RowList
3632         (lastRow): new function
3633         Delete firstrow and lastrow class variables, add a Rowlist
3634         rowlist_ class variable.
3635
3636         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3637         paragraph is empty.
3638
3639         * RowList.C (insert): fix case where it == begin().
3640
3641 2003-03-26  Angus Leeming  <leeming@lyx.org>
3642
3643         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3644         the thesaurus dialog.
3645
3646 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3647
3648         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3649
3650         * RowList.[Ch]: new files
3651
3652         * ParagraphList.C (erase): handle the case where it == begin
3653         correctly.
3654
3655 2003-03-25  John Levon  <levon@movementarian.org>
3656
3657         * Makefile.am:
3658         * aspell_local.h:
3659         * aspell.C: add new aspell support
3660
3661         * lyxrc.h:
3662         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3663         have it accessible.
3664
3665 2003-03-25  Angus Leeming  <leeming@lyx.org>
3666
3667         * lfuns.h:
3668         * LyXAction.C (init): new LFUN_INSET_INSERT.
3669
3670         * BufferView_pimpl.C (dispatch): split out part of the
3671         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3672
3673         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3674         LFUN_INSET_APPLY.
3675
3676 2003-03-25  Angus Leeming  <leeming@lyx.org>
3677
3678         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3679
3680 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3681
3682         * text2.C:
3683         * text3.C: remove useless row->height(0)
3684
3685 2003-03-25  John Levon  <levon@movementarian.org>
3686
3687         * lyxtext.h:
3688         * text2.C:
3689         * text3.C: rename the refreshing stuff to better names
3690
3691 2003-03-24  John Levon  <levon@movementarian.org>
3692
3693         * BufferView_pimpl.h:
3694         * BufferView_pimpl.C: update layout choice on a mouse
3695         press/release
3696
3697 2003-03-23  John Levon  <levon@movementarian.org>
3698
3699         * Makefile.am: fix commandtags.h reference
3700
3701 2003-03-22  John Levon  <levon@movementarian.org>
3702
3703         * BufferView_pimpl.C:
3704         * lyxtext.h:
3705         * rowpainter.C:
3706         * rowpainter.h:
3707         * text.C:
3708         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3709
3710 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3711
3712         * lyxtext.h:
3713         * text.C: take the rtl methods out of line
3714
3715 2003-03-21 André Pönitz <poenitz@gmx.net>
3716
3717         * metricsinfo.[Ch]: new files containing structures to be passed around
3718         during the two-phase-drawing...
3719
3720 2003-03-21 André Pönitz <poenitz@gmx.net>
3721
3722         * lyxtextclass.C: read 'environment' tag.
3723
3724 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3725
3726         * text2.C (removeRow): fix bug 964
3727
3728 2003-03-20  John Levon  <levon@movementarian.org>
3729
3730         * rowpainter.C:
3731         * text.C:
3732         * text2.C: paint cleanups. Inset::update() dropped font
3733         parameter
3734
3735 2003-03-19  John Levon  <levon@movementarian.org>
3736
3737         * lyxfunc.C: only fitcursor/markDirty if available()
3738
3739 2003-03-19  John Levon  <levon@movementarian.org>
3740
3741         * commandtags.h: rename to ...
3742
3743         * lfuns.h: ... this, and renumber / cleanup
3744
3745 2003-03-19  John Levon  <levon@movementarian.org>
3746
3747         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3748         fit the cursor after an lfun
3749
3750         * BufferView.h:
3751         * BufferView.C:
3752         * BufferView_pimpl.h:
3753         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3754
3755         * LyXAction.C: layout-character should have ReadOnly
3756
3757         * ParagraphParameters.C:
3758         * buffer.C:
3759         * bufferview_funcs.C:
3760         * lyx_cb.C:
3761         * lyxfind.C:
3762         * lyxtext.h:
3763         * text.C:
3764         * text2.C:
3765         * text3.C:
3766         * undo_funcs.C: changes from above
3767
3768 2003-03-18  John Levon  <levon@movementarian.org>
3769
3770         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3771         remove it from update()
3772
3773         * lyxfunc.C: update layout choice after an lfun
3774
3775         * text3.C: remove extra updateLayoutChoice()s
3776
3777 2003-03-18  John Levon  <levon@movementarian.org>
3778
3779         * text.C: top_y change means full repaint, fix
3780         a drawing bug with cursor movement
3781
3782 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3783
3784         * lyxtext.h:
3785         * text.C:
3786         * text2.C: anchor row on setCursor
3787
3788 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3789
3790         * lyxtext.h: remove almost all mutable keywords
3791         * text.C:
3792         * text2.C:
3793         * text3.C: remove const keywords accordingly
3794
3795 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3796
3797         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3798         anon namespace
3799         (TeXEnvironment): ditto
3800         (TeXOnePar): ditto
3801
3802 2003-03-17  John Levon  <levon@movementarian.org>
3803
3804         * text.C (rowBreakPoint): remove attempt to fix displayed
3805         math insets inside a manual label
3806
3807 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3808
3809         * lyxtext.h: remove BufferView* as first arg from almost all class
3810         functions.
3811         * other files: adjust.
3812
3813 2003-03-17  John Levon  <levon@movementarian.org>
3814
3815         * lyxtext.h:
3816         * undo_funcs.C:
3817         * text2.C: more paint cleanups
3818
3819         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
3820
3821         * rowpainter.h:
3822         * rowpainter.C: remove "smart" background painting code
3823
3824 2003-03-16  John Levon  <levon@movementarian.org>
3825
3826         * lyxtext.h:
3827         * text.C:
3828         * text2.C:
3829         * text3.C: add helper functions for setting refresh_row/y
3830
3831 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
3832
3833         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
3834         newline inset which *can* get inserted in the pass_thru layouts.
3835         This is primarily for literate documents.
3836
3837 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
3838
3839         * buffer.C: increment LYX_FORMAT to 223
3840
3841 2003-03-14 André Pönitz <poenitz@gmx.net>
3842
3843         * textclass.h: prepare for environment handling, ws changes
3844         * lyxlayout.C: read latexheader and latexfooter tags
3845
3846 2003-03-14  John Levon  <levon@movementarian.org>
3847
3848         * text2.C: rewrite ::status() a bit
3849
3850 2003-03-13  John Levon  <levon@movementarian.org>
3851
3852         * lyxtext.h: add some docs
3853
3854 2003-03-13  John Levon  <levon@movementarian.org>
3855
3856         * lyxtext.h:
3857         * text.C:
3858         * text2.C:
3859         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
3860
3861 2003-03-13  John Levon  <levon@movementarian.org>
3862
3863         * text3.C: fix appendix redrawing
3864
3865 2003-03-13  John Levon  <levon@movementarian.org>
3866
3867         * text.C (setHeightOfRow):
3868         * rowpainter.h:
3869         * rowpainter.C: make appendix mark have the text
3870           "Appendix" so the user knows what it is
3871
3872         * LColor.h:
3873         * LColor.C: s/appendixline/appendix/ from above
3874
3875 2003-03-13  John Levon  <levon@movementarian.org>
3876
3877         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
3878
3879         * text.C: fix a getChar(pos) bug properly
3880
3881 2003-03-13  Angus Leeming  <leeming@lyx.org>
3882
3883         * commandtags.h:
3884         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
3885         Probably only temporary. Let's see how things pan out.
3886
3887         * BufferView.C (unlockInset):
3888         * BufferView_pimpl.C (fitCursor):
3889         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
3890
3891         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
3892         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
3893
3894         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
3895         new functions that convert ParagraphParameters to and from a string.
3896
3897         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
3898         BufferView::Pimpl's dispatch.
3899         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
3900
3901 2003-03-13 André Pönitz <poenitz@gmx.net>
3902
3903         * lyxfunc.C:
3904         * text3.C:
3905         * factory.C: make it aware of InsetEnv
3906
3907 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3908
3909         * text2.C (setCursor): never ask for one past last
3910         (setCursor): add some debugging messages.
3911
3912         * text.C (singleWidth): never ask for one past last
3913         (singleWidth): ditto
3914         (leftMargin): ditto
3915         (rightMargin): ditto
3916         (rowBreakPoint): ditto
3917         (setHeightOfRow): ditto
3918         (prepareToPrint): ditto
3919
3920         * rowpainter.C (paintBackground): never ask for one past last
3921         (paintText): never ask for one past last
3922
3923         * paragraph_pimpl.C (getChar): make the assert stricter, never
3924         allow the one past last pos to be taken
3925
3926         * paragraph.C (getChar): ws changes only
3927
3928         * lyxrow.C (nextRowIsAllInset): never ask for one past last
3929         (numberOfSeparators): ditto
3930         (numberOfHfills): ditto
3931
3932 2003-03-12  John Levon  <levon@movementarian.org>
3933
3934         * author.h:
3935         * author.C:
3936         * bufferparams.h:
3937         * bufferparams.C:
3938         * paragraph_funcs.C: fix per-buffer authorlists
3939
3940 2003-03-12  John Levon  <levon@movementarian.org>
3941
3942         * text.C: fix newline in right address
3943
3944 2003-03-12  Angus Leeming  <leeming@lyx.org>
3945
3946         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
3947         duplicate those in LyXFunc::dispatch.
3948
3949         * commandtags.h:
3950         * LyXAction.C:
3951         * ToolbarDefaults.C:
3952         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
3953         Add LFUN_FONTFREE_UPDATE.
3954
3955         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
3956         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
3957
3958         * bufferview_func.[Ch]: several new functions to facilliate
3959         transfer of data to and from the character dialog.
3960
3961 2003-03-12  John Levon  <levon@movementarian.org>
3962
3963         * buffer.C:
3964         * paragraph.h:
3965         * paragraph.C:
3966         * paragraph_funcs.C:
3967         * paragraph_pimpl.C:
3968         * sgml.C:
3969         * tabular.C:
3970         * text.C:
3971         * text3.C: remove META_NEWLINE in favour of an inset
3972
3973         * rowpainter.h:
3974         * rowpainter.C: remove paintNewline (done by inset)
3975
3976 2003-03-12  John Levon  <levon@movementarian.org>
3977
3978         * paragraph_pimpl.C: complain about bad getChar()s
3979         for a while at least
3980
3981 2003-03-12  John Levon  <levon@movementarian.org>
3982
3983         * buffer.h:
3984         * buffer.C: move paragraph read into a separate function,
3985         a little renaming to reflect that.
3986
3987         * bufferparams.h:
3988         * bufferparams.C: remove the author_ids map, not necessary now
3989
3990         * factory.h:
3991         * factory.C: moved Buffer::readInset to here
3992
3993         * paragraph_funcs.h:
3994         * paragraph_funcs.C: readParagraph free function moved from
3995         buffer.C
3996
3997         * tabular.C: name change
3998
3999 2003-03-12  John Levon  <levon@movementarian.org>
4000
4001         * buffer.C:
4002         * ParagraphParameters.C: move par params input to
4003         a read() method
4004
4005         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4006         behave like a normal read from the stream wrt reading
4007         a line vs. a \\token
4008
4009 2003-03-12  John Levon  <levon@movementarian.org>
4010
4011         * paragraph.C:
4012         * ParagraphParameters.h:
4013         * ParagraphParameters.C: move output code to a
4014         ::write() method
4015
4016 2003-03-12  John Levon  <levon@movementarian.org>
4017
4018         * BufferView.C (insertLyXFile):
4019         * buffer.h:
4020         * buffer.C:
4021         * tabular.C: use a parlist iterator for creating the
4022           document.
4023
4024 2003-03-12  John Levon  <levon@movementarian.org>
4025
4026         * buffer.C: make current_change static local not
4027           static file-scope
4028
4029 2003-03-12  John Levon  <levon@movementarian.org>
4030
4031         * buffer.C: fix insertStringAsLines for change tracking
4032
4033 2003-03-12  John Levon  <levon@movementarian.org>
4034
4035         * BufferView.C:
4036         * tabular.C:
4037         * buffer.h:
4038         * buffer.C:
4039         * bufferparams.h:
4040         * bufferparams.C: move author list into params. Rename some
4041           functions. Move the header reading into a separate token
4042           loop. Move the header token reading into BufferParams.
4043
4044 2003-03-12  John Levon  <levon@movementarian.org>
4045
4046         * changes.C: put debug inside lyxerr.debugging() checks
4047
4048 2003-03-11 André Pönitz <poenitz@gmx.net>
4049
4050         * factory.C: make it aware of InsetHFill
4051
4052 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4053
4054         * buffer.C (latexParagraphs): move function from here...
4055         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4056         args.
4057
4058 2003-03-10  Angus Leeming  <leeming@lyx.org>
4059
4060         * LyXAction.C (init): fix bug in poplating array with multiple entries
4061         with the same LFUN (spotted by JMarc).
4062
4063 2003-03-10  John Levon  <levon@movementarian.org>
4064
4065         * text.C:
4066         * text2.C: move getColumnNearX() near its
4067         only call site
4068
4069 2003-03-10  John Levon  <levon@movementarian.org>
4070
4071         * text.C: fix break before a minipage
4072
4073 2003-03-10  John Levon  <levon@movementarian.org>
4074
4075         * text.C: fix the last commit
4076
4077 2003-03-09  John Levon  <levon@movementarian.org>
4078
4079         * lyxtext.h:
4080         * text.C:
4081         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4082         bug 365 (don't break before insets unless needed). Don't
4083         return a value > last under any circumstances.
4084
4085 2003-03-09  Angus Leeming  <leeming@lyx.org>
4086
4087         * BufferView_pimpl.C (trackChanges, dispatch): call
4088         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4089
4090 2003-03-09  Angus Leeming  <leeming@lyx.org>
4091
4092         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4093         than Dialogs::showAboutlyx().
4094
4095 2003-03-09  Angus Leeming  <leeming@lyx.org>
4096
4097         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4098         than Dialogs::showTabularCreate().
4099
4100 2003-03-09  John Levon  <levon@movementarian.org>
4101
4102         * lyxtext.h:
4103         * text.C:
4104         * text2.C: 3rd arg to nextBreakPoint was always the same.
4105           Use references.
4106
4107 2003-03-08  John Levon  <levon@movementarian.org>
4108
4109         * lyxrow.C:
4110         * paragraph.C:
4111         * paragraph.h:
4112         * rowpainter.C:
4113         * text.C:
4114         * text2.C: Remove the "main" bit from the "main body"
4115           notion.
4116
4117 2003-03-08  John Levon  <levon@movementarian.org>
4118
4119         * text.C (leftMargin): The left margin of an empty
4120         manual label paragraph should not include the label width
4121         string length.
4122
4123         * text.C (prepareToPrint): don't attempt to measure hfills
4124         for empty manual label paragraphs - the answer should be 0
4125
4126 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4127
4128         * CutAndPaste.C: remove commented code and reindent.
4129
4130 2003-03-08  John Levon  <levon@movementarian.org>
4131
4132         * lyxfunc.h:
4133         * lyxfunc.C: move reloadBuffer()
4134
4135         * BufferView.h:
4136         * BufferView.C: to here
4137
4138         * lyxvc.C: add comment
4139
4140         * vc-backend.h:
4141         * vc-backend.C: call bv->reload() to avoid
4142           getStatus() check on MENURELOAD
4143
4144 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4145
4146         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4147         to an old format .dep file.
4148
4149 2003-03-07  Angus Leeming  <leeming@lyx.org>
4150
4151         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4152         when the LFUN_MOUSE_RELEASE should have been handled by
4153         inset->localDispatch.
4154
4155 2003-03-07  Angus Leeming  <leeming@lyx.org>
4156
4157         * BufferView_pimpl.C (dispatch):
4158         * LyXAction.C (init):
4159         * ToolbarDefaults.C (init):
4160         * commandtags.h:
4161         * lyxfunc.C (getStatus):
4162         remove LFUN_INSET_GRAPHICS.
4163
4164         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4165
4166 2003-03-07  Angus Leeming  <leeming@lyx.org>
4167
4168         * commandtags.h:
4169         * LyXAction.C (init):
4170         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4171
4172         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4173
4174         * commandtags.h:
4175         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4176
4177         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4178         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4179
4180 2003-03-07  Angus Leeming  <leeming@lyx.org>
4181
4182         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4183         remove "ert".
4184
4185 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4186
4187         * ParagraphList.C (front): new function
4188         (back): implement
4189
4190 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4191
4192         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4193         and top_row_offset_. removed var first_y.
4194         * text.C (top_y):
4195         * text2.C (LyXText, removeRow):
4196         * text3.C:
4197         * BufferView_pimpl.C:
4198         use these methods instead of using first_y
4199
4200 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4201
4202         * text2.C (pasteSelection): adjust for checkPastePossible
4203
4204         * CutAndPaste.C: remove Paragraph * buf and replace with
4205         ParagraphList paragraphs.
4206         (DeleteBuffer): delete
4207         (cutSelection): change the tc type to textclass_type
4208         (copySelection): change the tc type to textclass_type
4209         (copySelection): adjust for ParagraphList
4210         (pasteSelection): change the tc type to textclass_type
4211         (pasteSelection): adjust for Paragraphlist
4212         (nrOfParagraphs): simplify for ParagraphList
4213         (checkPastePossible): simplify for ParagraphList
4214         (checkPastePossible): remove unused arg
4215
4216         * ParagraphList.C (insert): handle the case where there are no
4217         paragraphs yet.
4218
4219         * CutAndPaste.h: make CutAndPaste a namespace.
4220
4221         * text3.C (dispatch): adjust
4222
4223         * text.C (breakParagraph): add a ParagraphList as arg
4224
4225         * paragraph_funcs.C (breakParagraph): change to take a
4226         BufferParams and a ParagraphList as args.
4227         (breakParagraphConservative): ditto
4228         (mergeParagraph): ditto
4229         (TeXDeeper): add a ParagraphList arg
4230         (TeXEnvironment): ditto
4231         (TeXOnePar): ditto
4232
4233         * buffer.C (readLyXformat2): adjust
4234         (insertStringAsLines): adjust
4235         (latexParagraphs): adjust
4236
4237         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4238         (cutSelection): adjust
4239         (pasteSelection): adjust
4240
4241         * BufferView_pimpl.C (insertInset): adjust
4242
4243 2003-03-05  Angus Leeming  <leeming@lyx.org>
4244
4245         * commandtags.h:
4246         * LyXAction.C (init):
4247         * BufferView_pimpl.C (dispatch):
4248         * lyxfunc.C (getStatus):
4249         remove LFUN_CHILD_INSERT.
4250
4251         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4252
4253 2003-03-05  Angus Leeming  <leeming@lyx.org>
4254
4255         * commandtags.h:
4256         * LyXAction.C (init):
4257         * src/factory.C (createInset):
4258         * lyxfunc.C (getStatus):
4259         * text3.C (dispatch):
4260         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4261
4262         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4263
4264 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4265
4266         * ParagraphList.C (insert): handle insert right before end()
4267         (erase): fix cases where it can be first or last paragraph.
4268
4269 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4270
4271         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4272         Paragraph::next and Paragraph::previous
4273         (TeXOnePar): ditto
4274
4275         * text.C (breakParagraph): adjust
4276
4277         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4278         BufferParams& as arg.
4279         (breakParagraph): use ParagraphList::insert
4280         (breakParagraphConservative): take a Buffer* instead of a
4281         BufferParams& as arg.
4282         (breakParagraphConservative): use ParagraphList::insert.
4283
4284         * buffer.C (insertStringAsLines): un-const it
4285         (insertStringAsLines): adjust
4286
4287         * ParagraphList.C (insert): new function
4288
4289         * CutAndPaste.C (pasteSelection): adjust
4290
4291         * text.C (backspace): adjust
4292
4293         * tabular.C (SetMultiColumn): adjust
4294
4295         * CutAndPaste.C (cutSelection): adjust
4296         (pasteSelection): adjust
4297
4298         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4299         Buffer const * as arg
4300
4301         * ParagraphList.C (erase): new function
4302         * paragraph_funcs.C (mergeParagraph): use it
4303         (mergeParagraph): make it take a Buffer* instead of a
4304         BufferParams* as arg
4305
4306         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4307         as arg
4308         (breakParagraphConservative): ditto
4309
4310         * paragraph.h: remove the breakParagraph friend
4311
4312         * paragraph.C (eraseIntern): new function
4313         (setChange): new function
4314
4315         * paragraph_funcs.C (mergeParagraph): make it take a
4316         ParagraphList::iterator instead of a Paragraph *, adjust
4317         accordingly.
4318
4319         * paragraph.h: move an #endif so that the change tracking stuff
4320         also works in the NO_NEXT case.
4321
4322 2003-03-04  Angus Leeming  <leeming@lyx.org>
4323
4324         * commandtags.h:
4325         * LyXAction.C: new LFUN_INSET_MODIFY.
4326
4327         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4328         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4329
4330 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4331
4332         * several files: ws changes only
4333
4334         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4335         (TeXEnvironment): ditto
4336         (TeXDeeper): ditto
4337
4338         * buffer.C (makeLaTeXFile): adjust
4339         (latexParagraphs): make it take ParagraphList::iterator as args
4340
4341 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4342
4343         * buffer.C (latexParagraphs): adjust
4344
4345         * paragraph.C (TeXOnePar): move function...
4346         (optArgInset): move function...
4347         (TeXEnvironment): move function...
4348         * paragraph_pimpl.C (TeXDeeper): move function...
4349         * paragraph_funcs.C: ...here
4350
4351         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4352
4353 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4354
4355         * buffer.C (readInset): remove compability code for old Figure and
4356         InsetInfo insets
4357
4358 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4359
4360         * buffer.C: ws changes
4361         (readInset):
4362
4363         * BufferView_pimpl.C: ditto
4364         * author.C: ditto
4365         * buffer.h: ditto
4366         * bufferlist.h: ditto
4367         * changes.h: ditto
4368         * lyxfunc.C: ditto
4369
4370 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4371
4372         * converter.[Ch]: split into itself +
4373         * graph.[Ch]
4374         * format.[Ch]
4375         * Makefile.am: += graph.[Ch] + format.[Ch]
4376         * MenuBackend.C
4377         * buffer.C
4378         * exporter.C
4379         * importer.C
4380         * lyx_main.C
4381         * lyxfunc.C
4382         * lyxrc.C: added #include "format.h"
4383
4384 2003-02-27  Angus Leeming  <leeming@lyx.org>
4385
4386         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4387           a label.
4388
4389         * factory.C (createInset): add "label" to the factory.
4390
4391         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4392           string and do no more.
4393
4394 2003-02-27  Angus Leeming  <leeming@lyx.org>
4395
4396         * commandtags.h:
4397         * LyXAction.C (init):
4398         * factory.C (createInset):
4399         * BufferView_pimpl.C (dispatch):
4400           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4401
4402         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4403
4404         * lyxfunc.C (dispatch):
4405         * text3.C (dispatch): pass name to params2string.
4406
4407 2003-02-26  Angus Leeming  <leeming@lyx.org>
4408
4409         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4410           blocks together.
4411           Rearrange the ~includes. Strip out the unnecessary ones.
4412
4413         * factory.C (createInset): reformat.
4414           create new insets for the various LFUN_XYZ_APPLY lfuns.
4415
4416 2003-02-26  John Levon  <levon@movementarian.org>
4417
4418         * lyxrow.h:
4419         * lyxrow.C: add isParStart,isParEnd helpers
4420
4421         * paragraph.h: make isInserted/DeletedText take refs
4422
4423         * paragraph_funcs.h:
4424         * paragraph_funcs.C: remove #if 0'd code
4425
4426         * lyxtext.h:
4427         * text3.C:
4428         * text2.C:
4429         * text.C: use lyxrow helpers above.
4430           Move draw and paint routines to RowPainter.
4431           Make several methods use refs not pointers.
4432           Make backgroundColor() const.
4433           Add markChangeInDraw(), isInInset().
4434           Merge changeRegionCase into changeCase.
4435           Make workWidth() shouldn't-happen code into an Assert.
4436
4437         * rowpainter.h:
4438         * rowpainter.C: new class for painting a row.
4439
4440         * vspace.h:
4441         * vspace.C: make inPixels take a ref
4442
4443 2003-02-26  Angus Leeming  <leeming@lyx.org>
4444
4445         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4446         LFUN_REF_APPLY.
4447
4448 2003-02-25  John Levon  <levon@movementarian.org>
4449
4450         * ispell.C: give the forked command a more accurate name
4451
4452 2003-02-22  John Levon  <levon@movementarian.org>
4453
4454         * toc.h:
4455         * toc.C: make TocItem store an id not a Paragraph *
4456           (bug #913)
4457
4458 2003-02-21  Angus Leeming  <leeming@lyx.org>
4459
4460         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4461           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4462           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4463           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4464           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4465           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4466
4467         * BufferView_pimpl.C (dispatch):
4468         * LyXAction.C (init):
4469         * factory.C (createInset):
4470         * lyxfunc.C (getStatus, dispatch):
4471         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4472
4473 2003-02-21  Angus Leeming  <leeming@lyx.org>
4474
4475         * BufferView_pimpl.C (MenuInsertLyXFile):
4476         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4477         * lyxfunc.C (menuNew, open, doImport):
4478           no longer pass a LyXView & to fileDlg.
4479
4480 2003-02-21  Angus Leeming  <leeming@lyx.org>
4481
4482         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4483         * LyXAction.C: change, BIBKEY to BIBITEM.
4484         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4485         Change InsetBibKey to InsetBibitem.
4486         Change BIBKEY_CODE to BIBITEM_CODE.
4487         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4488         * factory.C: replace insetbib.h with insetbibitem.h.
4489         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4490         * paragraph.C: replace insetbib.h with insetbibitem.h.
4491         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4492         Change bibkey() to bibitem().
4493         * text.C: remove insetbib.h.
4494         * text2.C: replace insetbib.h with insetbibitem.h.
4495         change bibkey() to bibitem().
4496         * text3.C: remove insetbib.h.
4497         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4498
4499 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4500
4501         * lyxrc.C (output): enclose user email in quotes (in case there are
4502         several words)
4503
4504 2003-02-18  John Levon  <levon@movementarian.org>
4505
4506         * buffer.h: add std::
4507
4508 2003-02-17  John Levon  <levon@movementarian.org>
4509
4510         * SpellBase.h:
4511         * ispell.h:
4512         * ispell.C:
4513         * pspell.h:
4514         * pspell.C: reworking. Especially in ispell, a large
4515           number of clean ups and bug fixes.
4516
4517         * lyxfunc.C: fix revert to behave sensibly
4518
4519 2003-02-17 André Pönitz <poenitz@gmx.net>
4520
4521         * LyXAction.C:
4522         * commandtags.h: new LFUN_INSERT_BIBKEY
4523
4524         * layout.h:
4525         * lyxlayout.C:
4526         * buffer.C:
4527         * factory.C:
4528         * text.C:
4529         * text2.C:
4530         * text3.C:
4531         * paragraph.[Ch]:
4532         * paragraph_func.C: remove special bibkey handling
4533
4534 2003-02-17  John Levon  <levon@movementarian.org>
4535
4536         * text.C (Delete): fix case where delete at the end of
4537           the very first paragraph would not merge the pars
4538
4539 2003-02-17  John Levon  <levon@movementarian.org>
4540
4541         * lyxrow.C: fix lastPrintablePos()
4542
4543 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4544
4545         * bufferparams.C (writeLaTeX): add a std:here
4546
4547         * buffer.C: and remove a using directive there
4548
4549 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4550
4551         * buffer.C (makeLaTeXFile): move the code that generates the
4552           preamble...
4553
4554         * bufferparams.C (writeLaTeX): ... in this new method
4555
4556         * LaTeXFeatures.C (getEncodingSet): make const
4557           (getLanguages): make const
4558
4559         * MenuBackend.C (binding): returns the binding associated to this
4560           action
4561           (add): sets the status of each item by calling getStatus. Adds
4562           some intelligence.
4563           (read): add support for OptSubMenu
4564           (expand): remove extra separator at the end of expanded menu
4565
4566 2003-02-15  John Levon  <levon@movementarian.org>
4567
4568         * BufferView.C:
4569         * BufferView_pimpl.C:
4570         * bufferlist.h:
4571         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4572           inset code that had no actual effect. Remove unneeded status
4573           code.
4574
4575 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4576
4577         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4578           in preamble
4579
4580 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4581
4582         * text.C (drawLengthMarker): also draw an arrow marker for
4583           symbolic lengths (medskip...)
4584
4585 2003-02-14  John Levon  <levon@movementarian.org>
4586
4587         * tabular.h:
4588         * tabular.C: better method names
4589
4590 2003-02-14  John Levon  <levon@movementarian.org>
4591
4592         * BufferView_pimpl.C:
4593         * bufferlist.C:
4594         * buffer.C:
4595         * converter.C:
4596         * lyx_cb.C:
4597         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4598           it's a more accurate name. Remove some pointless uses.
4599
4600 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4601
4602         * text2.C (LyXText): change order of initilizers to shut off
4603           warnings
4604
4605 2003-02-14  John Levon  <levon@movementarian.org>
4606
4607         * buffer.C: use ParIterator for getParFromID()
4608
4609         * paragraph.h:
4610         * paragraph.C:
4611         * paragraph_pimpl.h:
4612         * paragraph_pimpl.C: remove unused getParFromID()
4613
4614 2003-02-14  John Levon  <levon@movementarian.org>
4615
4616         * buffer.C: remove some very old #if 0'd parse code
4617
4618 2003-02-13  John Levon  <levon@movementarian.org>
4619
4620         * text.h:
4621         * text.C:
4622         * text2.C: move hfillExpansion(), numberOfSeparators(),
4623           rowLast(), rowLastPrintable(), numberofHfills(),
4624           numberOfLabelHfills() ...
4625
4626         * lyxrow.h:
4627         * lyxrow.C: ... to member functions here.
4628
4629         * paragraph.h:
4630         * paragraph.C:
4631         * lyxtext.h:
4632         * text.C: remove LyXText::beginningOfMainBody(), and call
4633           p->beginningOfMainBody() directly. Move the check for
4634           LABEL_MANUAL into the latter.
4635
4636         * text.h:
4637         * text.C:
4638         * text2.C:
4639         * vspace.C:
4640         * BufferView.h:
4641         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4642
4643         * text.h:
4644         * text.C:
4645         * text2.C:
4646         * text3.C:
4647         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4648           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4649
4650 2003-02-13  John Levon  <levon@movementarian.org>
4651
4652         * CutAndPaste.C: remove debug
4653
4654 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4655
4656         * paragraph.C (asString): remove two unused variables
4657
4658         * lyxtextclass.C (readTitleType):
4659           (Read):
4660           (LyXTextClass): handle new members titletype_ and titlename_
4661
4662         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4663
4664 2003-02-09  John Levon  <levon@movementarian.org>
4665
4666         * buffer.h:
4667         * buffer.C: replace hand-coded list with a map for the dep clean
4668
4669 2003-02-08  John Levon  <levon@movementarian.org>
4670
4671         * LaTeX.C: consolidate code into showRunMessage() helper
4672
4673 2003-02-08  John Levon  <levon@movementarian.org>
4674
4675         * lyxfind.C:
4676         * lyxtext.h:
4677         * text2.C:
4678         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4679           and pass the size in explicitly
4680
4681         * BufferView_pimpl.h:
4682         * BufferView_pimpl.C:
4683         * BufferView.h:
4684         * BufferView.C: add getCurrentChange()
4685
4686         * BufferView_pimpl.h:
4687         * BufferView_pimpl.C: handle change lfuns
4688
4689         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4690           for changes. Mark pasted paragraphs as new.
4691
4692         * support/lyxtime.h:
4693         * support/lyxtime.C:
4694         * DepTable.C: abstract time_t as lyx::time_type
4695
4696         * LColor.h:
4697         * LColor.C: add colours for new text, deleted text, changebars
4698
4699         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4700           package use "usenames" option.
4701
4702         * commandtags.h:
4703         * lyxfunc.C:
4704         * LyXAction.C: add change lfuns
4705
4706         * Makefile.am:
4707         * author.h:
4708         * author.C: author handling
4709
4710         * buffer.h:
4711         * buffer.C: add a per-buffer author list, with first entry as
4712           current author. Handle new .lyx tokens for change tracking. Output
4713           author list to .lyx file. Output dvipost stuff to .tex preamble.
4714           Bump lyx format to 222.
4715
4716         * bufferlist.h:
4717         * bufferlist.C: add setCurrentAuthor() to reset current author details
4718           in all buffers.
4719
4720         * bufferparams.h:
4721         * bufferparams.C: add param for tracking
4722
4723         * bufferview_funcs.C: output change info in minibuffer
4724
4725         * Makefile.am:
4726         * changes.h:
4727         * changes.C: add change-tracking structure
4728
4729         * debug.h:
4730         * debug.C: add CHANGES debug flag
4731
4732         * lyxfind.h:
4733         * lyxfind.C: add code for finding the next change piece
4734
4735         * lyxrc.h:
4736         * lyxrc.C: add user_name and user_email
4737
4738         * lyxrow.h:
4739         * lyxrow.C: add a metric for the top of the text line
4740
4741         * lyxtext.h:
4742         * text.C: implement accept/rejectChange()
4743
4744         * lyxtext.h:
4745         * text.C: paint changebars. Paint new/deleted text in the chosen
4746         colours. Strike through deleted text.
4747
4748         * paragraph.h:
4749         * paragraph.C:
4750         * paragraph_pimpl.h:
4751         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4752           in the current change to the insert functions. Rework erase to
4753           mark text as deleted, adding an eraseIntern() and a range-based
4754           erase(). Implement per-paragraph change lookup and
4755           accept/reject.
4756
4757         * paragraph_funcs.C: Fixup paste for change tracking.
4758
4759         * tabular.C: mark added row/columns as new.
4760
4761         * text.C: fix rowLast() to never return -1. Don't allow
4762           spellchecking of deleted text. Track transpose changes. Don't
4763           allow paragraph break or merge where appropriate.
4764
4765         * text2.C: leave cursor at end of selection after a cut.
4766
4767 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4768
4769         * text.C (getLengthMarkerHeight):
4770         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4771         visible on screen too.
4772
4773 2003-02-07  John Levon  <levon@movementarian.org>
4774
4775         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4776
4777 2003-02-05  Angus Leeming  <leeming@lyx.org>
4778
4779         * lyxserver.C (read_ready): revert my patch of 11 September last year
4780         as it sends PC cpu through the roof. Presumably this means that
4781         the lyxserver will no longer run on an Alpha...
4782
4783 2003-01-30  Angus Leeming  <leeming@lyx.org>
4784
4785         * factory.C (createInset): create an InsetCommandParam of type "index"
4786         and use it to 'do the right thing'.
4787
4788         * text2.C (getStringToIndex): ensure that cursor position is always
4789         reset to the reset_cursor position.
4790
4791 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4792
4793         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4794         disabled.
4795
4796 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4797
4798         * bufferview.C:
4799         * lyxcb.C:
4800         * lyxfunc.C: Output messages with identical spelling, punctuation,
4801         and spaces
4802
4803 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4804
4805         * MenuBackend.C (expandFormats): List only viewable export formats
4806         in "View" menu
4807
4808         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
4809         message
4810
4811         * lyxfunc.C (getStatus): Make sure that formats other than
4812         "fax" can also be disabled
4813
4814 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4815
4816         * text3.C (dispatch): put the lfuns that insert insets in 3
4817         groups, and call doInsertInset with appropriate arguments.
4818         (doInsertInset): new function, that creates an inset and inserts
4819         it according to some boolean parameters.
4820
4821 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4822
4823         * buffer.C (readFile): remember to pass on 'par' when calling
4824         readFile recursively.
4825
4826 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4827
4828         * MenuBackend.C (expandFormats): add "..." to import formats.
4829
4830 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4831
4832         * paragraph.C (asString): Remove XForms RTL hacks.
4833
4834 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
4835         * buffer.C: fix typo
4836
4837 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4838
4839         * Makefile.am (LIBS): delete var
4840         (lyx_LDADD): add @LIBS@ here instead.
4841
4842 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
4843
4844         * Clarify the meaning of "wheel mouse jump"
4845
4846 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4847
4848         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
4849         tabular in a float
4850
4851 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4852
4853         * importer.C (Loaders): do not preallocate 3 elements in the
4854         vector, since one ends up with 6 elements otherwise
4855
4856 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4857
4858         * DepTable.C (write): write the file name as last element of the
4859         .dep file (because it may contain spaces)
4860         (read): read info in the right order
4861
4862 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4863
4864         * paragraph_pimpl.C (simpleTeXBlanks):
4865         (simpleTeXSpecialChars):
4866         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
4867
4868         * tabular.C (latex): add some missing case statements. Reindent.
4869
4870         * MenuBackend.C (expandToc): remove unused variable.
4871
4872 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4873
4874         * LColor.C:
4875         * LaTeX.C:
4876         * LyXAction.C:
4877         * MenuBackend.C:
4878         * buffer.C:
4879         * exporter.C:
4880         * lyxfunc.C:
4881         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
4882         and the like.
4883
4884 2003-01-05  John Levon  <levon@movementarian.org>
4885
4886         * BufferView.h:
4887         * BufferView.C: add getEncoding()
4888
4889         * kbsequence.h:
4890         * kbsequence.C: do not store last keypress
4891
4892         * lyxfunc.h:
4893         * lyxfunc.C: store last keypress here instead. Pass encoding
4894           to getISOEncoded()
4895
4896 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4897
4898         * lyx_main.C (init): remove annoying error message when following
4899         symbolic links (bug #780)
4900
4901 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4902
4903         * text.C (insertChar):
4904         * lyxrc.C (getDescription): remove extra spaces
4905
4906 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4907
4908         * lyxrc.C (getDescription): remove extra spaces
4909
4910 2002-12-20  John Levon  <levon@movementarian.org>
4911
4912         * text3.C: hack fix for page up/down across tall rows
4913
4914 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4915
4916         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
4917         not been invoked
4918
4919 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4920
4921         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
4922         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
4923         thesaurus is not compiled in
4924
4925 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
4926
4927         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
4928
4929 2002-12-16  Angus Leeming  <leeming@lyx.org>
4930
4931         * lyxrc.[Ch]:
4932         * lyx_main.C (init): remove override_x_deadkeys stuff.
4933
4934 2002-12-12  John Levon  <levon@movementarian.org>
4935
4936         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
4937           insert. Only remove shift modifier under strict
4938           circumstances.
4939
4940 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4941
4942         * MenuBackend.C (expandToc): fix crash.
4943
4944 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4945
4946         * MenuBackend.C (expandToc): gettext on float names.
4947
4948 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4949
4950         * lyxlength.[Ch]: set default unit to UNIT_NONE,
4951         implement bool empty() [bug 490]
4952
4953 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4954
4955         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
4956
4957 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4958
4959         * several files: ws changes
4960
4961 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4962
4963         * text2.C (setCounter): clean up a bit, use boost.format.
4964         (updateCounters): initialize par upon declaration.
4965
4966         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
4967         if the layout exists. We do not just store the layout any more.
4968         (SwitchLayoutsBetweenClasses): use boost.format
4969
4970 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4971
4972         * converter.C (convert): if from and to files are the same, use a
4973         temporary files as intermediary
4974
4975 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4976
4977         * commandtags.h:
4978         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
4979
4980 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
4981
4982         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
4983
4984 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4985
4986         * tabular.C (asciiPrintCell): use string(size, char) instead of
4987         explicit loop.
4988
4989         * sgml.C (openTag): fix order of arguments to string constructor
4990         (closeTag): ditto
4991
4992         * lyxfunc.C (dispatch): use boost.format
4993
4994         * lots of files: change "c" -> 'c'
4995
4996 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
4997
4998         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
4999
5000 2002-11-25  Angus Leeming  <leeming@lyx.org>
5001
5002         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5003
5004         * lyx_main.C (init): compile fix.
5005
5006 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5007
5008         * lyx_cb.C (start): boost.formatify
5009         do not include <iostream>
5010
5011         * lengthcommon.C: ws only
5012
5013         * boost-inst.C,BoostFormat.h: add more explict instantations
5014
5015 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5016
5017         * lots of files: handle USE_BOOST_FORMAT
5018
5019 2002-11-21  John Levon  <levon@movementarian.org>
5020
5021         * pspell.C: fix compile
5022
5023 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5024
5025         * lyxfunc.C (dispatch): use boost::format
5026         (open): ditto
5027         (doImport): ditto
5028
5029         * lyxfont.C (stateText): use boost::format
5030
5031         * lyx_main.C (LyX): use boost::format
5032         (init): ditto
5033         (queryUserLyXDir): ditto
5034         (readRcFile): ditto
5035         (parse_dbg): ditto
5036         (typedef boost::function): use the recommened syntax.
5037
5038         * importer.C (Import): use boost::format
5039
5040         * debug.C (showLevel): use boost::format
5041
5042         * converter.C (view): use boost::format
5043         (convert): ditto
5044         (move): ditto
5045         (scanLog): ditto
5046
5047         * bufferview_funcs.C (currentState): use boost::format
5048
5049         * bufferlist.C (emergencyWrite): use boost::format
5050
5051         * buffer.C (readLyXformat2): use boost::format
5052         (parseSingleLyXformat2Token): ditto
5053
5054         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5055
5056         * LaTeX.C (run): use boost::format
5057
5058         * Chktex.C (scanLogFile): use boost::format
5059
5060         * BufferView_pimpl.C (savePosition): use boost::format
5061         (restorePosition): ditto
5062         (MenuInsertLyXFile): ditto
5063
5064         * BoostFormat.h: help file for explicit instation.
5065
5066 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5067
5068         * tabular.C (latex): Support for block alignment in fixed width
5069         columns.
5070
5071 2002-11-17  John Levon  <levon@movementarian.org>
5072
5073         * BufferView_pimpl.C:
5074         * lyx_cb.C:
5075         * lyxfunc.C: split filedialog into open/save
5076
5077 2002-11-08  Juergen Vigna  <jug@sad.it>
5078
5079         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5080         by my last patch (hopefully).
5081
5082 2002-11-08  John Levon  <levon@movementarian.org>
5083
5084         * iterators.h:
5085         * iterators.C:
5086         * buffer.h:
5087         * buffer.C:
5088         * paragraph.h:
5089         * paragraph.C:
5090         * toc.h:
5091         * toc.C: ParConstIterator, and use it (from Lars)
5092
5093 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5094
5095         * lyxtextclass.[Ch]: revise and add doxygen comments
5096
5097 2002-11-07  John Levon  <levon@movementarian.org>
5098
5099         * text.C: fix progress value for spellchecker
5100
5101         * toc.C: fix navigate menu for insetwrap inside minipage
5102
5103         * paragraph_funcs.C: added FIXME for suspect code
5104
5105 2002-11-07  John Levon  <levon@movementarian.org>
5106
5107         * BufferView_pimpl.C: fix redrawing of insets
5108           on buffer switch
5109
5110 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5111
5112         * text2.C (updateCounters): fix bug 668
5113
5114 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5115
5116         * text3.C (dispatch): Do not make the buffer dirty when moving the
5117         cursor.
5118
5119 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5120
5121         * vc-backend.C: STRCONV
5122         (scanMaster): ditto
5123
5124         * text2.C (setCounter): STRCONV
5125
5126         * paragraph.C (asString): STRCONV
5127
5128         * lyxlength.C (asString): STRCONV
5129         (asLatexString): ditto
5130
5131         * lyxgluelength.C (asString): STRCONV
5132         (asLatexString): ditto
5133
5134         * lyxfunc.C (dispatch): STRCONV
5135         (open): ditto
5136
5137         * lyxfont.C (stateText): STRCONV
5138
5139         * importer.C (Import): STRCONV
5140
5141         * counters.C (labelItem): STRCONV
5142         (numberLabel): ditto
5143         (numberLabel): remove unused ostringstream o
5144
5145         * chset.C: STRCONV
5146         (loadFile): ditto
5147
5148         * bufferview_funcs.C (currentState): STRCONV
5149
5150         * buffer.C (readFile): STRCONV
5151         (asciiParagraph): ditto
5152         (makeLaTeXFile): ditto
5153
5154         * Spacing.C (writeEnvirBegin): STRCONV
5155
5156         * LaTeXFeatures.C (getLanguages): STRCONV
5157         (getPackages): ditto
5158         (getMacros): ditto
5159         (getBabelOptions): ditto
5160         (getTClassPreamble): ditto
5161         (getLyXSGMLEntities): ditto
5162         (getIncludedFiles): ditto
5163
5164         * LaTeX.C: STRCONV
5165         (run): ditto
5166         (scanAuxFile): ditto
5167         (deplog): ditto
5168
5169         * LString.h: add the STRCONV macros
5170
5171         * BufferView_pimpl.C (savePosition): STRCONV
5172         (restorePosition): ditto
5173         (MenuInsertLyXFile): ditto
5174
5175         * vc-backend.C (scanMaster): change from submatch[...] to
5176         submatch.str(...)
5177
5178         * funcrequest.C: include config.h
5179
5180         * factory.C: include config.h
5181
5182         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5183
5184         * box.C: include config.h
5185
5186         * LaTeX.C (scanAuxFile): change from submatch[...] to
5187         submatch.str(...)
5188         (deplog): ditto
5189
5190 2002-10-25  Angus Leeming  <leeming@lyx.org>
5191
5192         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5193
5194         * ispell.[Ch] (setError): new method.
5195         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5196         Use setError() insetead of goto END.
5197
5198         * lyx_cb.C (AutoSave): move out child process into new class
5199         AutoSaveBuffer.
5200
5201 2002-10-30  John Levon  <levon@movementarian.org>
5202
5203         * text3.C: make start appendix undoable
5204
5205 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5206
5207         * lyxlength.C (inPixels): Fix returned value.
5208
5209         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5210         environment.
5211
5212 2002-10-24  Angus Leeming  <leeming@lyx.org>
5213
5214         * lyxgluelength.h: no need to forward declare BufferParams
5215         or BufferView, so don't.
5216
5217 2002-10-21  John Levon  <levon@movementarian.org>
5218
5219         * BufferView.C: menuUndo ->undo, redo
5220
5221         * BufferView.h: document, remove dead, make some methods private
5222
5223         * paragraph_funcs.h:
5224         * paragraph_funcs.C:
5225         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5226
5227         * buffer.h:
5228         * buffer.C:
5229         * sgml.h:
5230         * sgml.C: move sgml open/close tag into sgml.C
5231
5232         * bufferview_funcs.h: unused prototype
5233
5234         * lyxfunc.h:
5235         * lyxfunc.C: remove unused
5236
5237         * lyxtext.h:
5238         * text.C: remove unused
5239
5240 2002-10-21  John Levon  <levon@movementarian.org>
5241
5242         * BufferView.h:
5243         * BufferView.C:
5244         * BufferView_pimpl.h:
5245         * BufferView_pimpl.C: fix mouse wheel handling based on
5246           patch from Darren Freeman
5247
5248 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5249
5250         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5251
5252 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5253
5254         * lyxlength.C (inPixels): Fix hanfling of negative length.
5255         Fix LyXLength::MU case.
5256
5257 2002-10-16  John Levon  <levon@movementarian.org>
5258
5259         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5260
5261 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5262
5263         * converter.C (view): add support for $$i (file name) and $$p
5264         (file path) for the viewer command. If $$i is not specified, then
5265         it is appended to the command (for compatibility with old syntax)
5266
5267 2002-10-14  Juergen Vigna  <jug@sad.it>
5268
5269         * undo_funcs.C (textHandleUndo): alter the order in which the
5270         new undopar is added to the LyXText, as we have to set first
5271         the right prev/next and then add it as otherwise the rebuild of
5272         LyXText is not correct. Also reset the cursor to the right paragraph,
5273         with this IMO we could remove the hack in "redoParagraphs()".
5274
5275 2002-10-09  Angus Leeming  <leeming@lyx.org>
5276
5277         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5278         to turn off an optimisation if a new inset is to be inserted.
5279
5280 2002-10-11 André Pönitz <poenitz@gmx.net>
5281
5282         * lyxtext.h: make some functions public to allow access
5283         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5284
5285 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5286
5287         * text3.C (dispatch): when changing layout, avoid an infinite loop
5288         [bug #652]
5289
5290 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5291
5292         * lyxrc.C (read): treat a viewer or converter command of "none" as
5293         if it were empty.
5294
5295         * MenuBackend.C (expandFormats): for an update, also allow the
5296         formats that are not viewable
5297
5298         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5299         script if it is newer than the lyxrc.defaults in user directory
5300
5301 2002-10-07 André Pönitz <poenitz@gmx.net>
5302
5303         * text.C: Vitaly Lipatov's small i18n fix
5304
5305 2002-09-25  Angus Leeming  <leeming@lyx.org>
5306
5307         * ispell.h: doxygen fix.
5308
5309 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5310
5311         * buffer.h (readFile): Add a new argument to the method, to allow
5312         reading of old-format templates.
5313
5314 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5315
5316         * toc.C (getTocList): Get TOC from InsetWrap.
5317
5318 2002-09-16  John Levon  <levon@movementarian.org>
5319
5320         * lyxfunc.C: check tabular for cut/copy too
5321
5322 2002-09-12  John Levon  <levon@movementarian.org>
5323
5324         * LyXAction.C: tidy
5325
5326         * factory.h:
5327         * factory.C: add header
5328
5329         * paragraph_funcs.h:
5330         * paragraph_funcs.C: cleanup
5331
5332 2002-09-11  John Levon  <levon@movementarian.org>
5333
5334         * PrinterParams.h: odd/even default to true
5335
5336 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5337
5338         * PrinterParams.h: update printer parameters for new xforms dialog
5339
5340 2002-09-11  Angus Leeming  <leeming@lyx.org>
5341
5342         * lyxserver.C (read_ready): re-write to make it more transparent
5343         and to make it work in coherent fashion under Tru64 Unix.
5344
5345 2002-09-11  André Pönitz <poenitz@gmx.net>
5346
5347         * commandtags.h:
5348         * LyXAction.C:
5349         * text3.C: implement LFUN_WORDSEL
5350
5351 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5352
5353         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5354         make floatlist_ a boost::shared_ptr<FloatList>
5355
5356         * lyxtextclass.C: include FloatList.h
5357         (LyXTextClass): initialize floatlist_
5358         (TextClassTags): add TC_NOFLOAT
5359         (Read): match "nofloat" to TC_NOFLOAT and use it.
5360         (readFloat): modify call to floatlist_
5361         (floats): ditto
5362         (floats): ditto
5363
5364         * FloatList.[Ch] (FloatList): remove commented out float
5365         initialization.
5366         (erase): new function
5367
5368 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5369
5370         * MenuBackend.C (expandToc): fix crash when there is no document
5371         open
5372
5373 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5374
5375         * many files: Add insetwrap.
5376
5377 2002-09-09  John Levon  <levon@movementarian.org>
5378
5379         * text2.C: remove confusing and awkward depth wraparound
5380
5381 2002-09-09  John Levon  <levon@movementarian.org>
5382
5383         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5384
5385         * buffer.h:
5386         * buffer.C: remove getIncludeonlyList()
5387
5388         * paragraph.C:
5389         * lyxfunc.C: remove headers
5390
5391 2002-09-09  Juergen Vigna  <jug@sad.it>
5392
5393         * text.C (getColumnNearX): fix form Michael this is most
5394         probably a cut&paste bug.
5395
5396 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5397
5398         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5399
5400         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5401         references, ws changes.
5402
5403         * text2.C (init): update counters after init
5404         (insertParagraph): no need to set counter on idividual paragraphs.
5405         (setCounter): access the counters object in the textclass object
5406         on in the buffer object.
5407         (updateCounters): ditto
5408
5409         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5410         shared_ptr<Counters> to avoid loading counters.h in all
5411         compilation units.
5412         (LyXTextClass): initialize ctrs_
5413         (TextClassTags): add TC_COUNTER, and ...
5414         (Read): use it here.
5415         (CounterTags): new tags
5416         (readCounter): new function
5417         (counters): new funtion
5418         (defaultLayoutName): return a const reference
5419
5420         * counters.C (Counters): remove contructor
5421         (newCounter): remove a couple of unneeded statements.
5422         (newCounter): simplify a bit.
5423         (numberLabel): some small formatting changes.
5424
5425         * buffer.[Ch]: remove all traces of counters, move the Counters
5426         object to the LyXTextClass.
5427
5428 2002-09-06  Alain Castera  <castera@in2p3.fr>
5429
5430         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5431         package to set the horizontal alignment on fixed width columns.
5432
5433         * lyx_sty.C:
5434         * lyx_sty.h: added tabularnewline macro def.
5435
5436         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5437
5438 2002-09-06  John Levon  <levon@movementarian.org>
5439
5440         * LyXAction.C: tooltips for sub/superscript
5441
5442         * MenuBackend.C: a bit more verbose
5443
5444         * lyxfunc.C: tiny clean
5445
5446         * undo_funcs.C: document undo_frozen
5447
5448 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5449
5450         * counters.C (Counters): add missing algorithm counter.
5451
5452         * text2.C (setCounter): lookup the counter with layouts latexname
5453         instead of by section number.
5454         (setCounter): use a hackish way to lookup the correct enum
5455         counter.
5456         a float name->type change
5457         reset enum couners with counter name directly instead of depth value.
5458
5459         * counters.C (Counters): remove the push_backs, change to use the
5460         float type not the float name.
5461         (labelItem): remove unused string, float name->type change
5462
5463         * counters.h: don't include vector, loose the enums and sects vectors
5464
5465 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5466
5467         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5468         (Read): add float->TC_FLOAT to textclassTags
5469         (Read): and handle it in the switch
5470         (readFloat): new function
5471
5472         * FloatList.C (FloatList): comment out the hardcoded float
5473         definitions.
5474
5475         * lyxlayout.h: ws change.
5476
5477 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5478
5479         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5480
5481 2002-09-03  Angus Leeming  <leeming@lyx.org>
5482
5483         * BufferView_pimpl.h: qualified name is not allowed in member
5484         declaration: WorkArea & Pimpl::workarea() const;
5485
5486         * factory.C: added using std::endl directive.
5487
5488         * text3.C: added using std::find and std::vector directives.
5489
5490 2002-08-29  André Pönitz <poenitz@gmx.net>
5491
5492         * lyxtext.h:
5493         * text2.C: remove unused member number_of_rows
5494
5495         * Makefile.am:
5496         * BufferView2.C: remove file, move contents to...
5497         * BufferView.C: ... here
5498
5499         * BufferView_pimpl.C:
5500         * factory.C: move more inset creation to factory
5501
5502         * vspace.C: avoid direct usage of LyXText, ws changes
5503
5504         * BufferView.[Ch]:
5505                 don't provide direct access to WorkArea, use two simple
5506                 acessors haveSelction() and workHeight() instead
5507
5508
5509 2002-08-29  John Levon  <levon@movementarian.org>
5510
5511         * BufferView_pimpl.C (dispatch): do not continue when
5512           no buffer
5513
5514 2002-08-28  André Pönitz <poenitz@gmx.net>
5515
5516         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5517
5518         * BufferView.h:
5519         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5520
5521 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5522
5523         * buffer.C: increment LYX_FORMAT to 221
5524
5525         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5526         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5527
5528         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5529
5530         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5531
5532 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5533
5534         * factory.C (createInset): use LyXTextClass::floats
5535
5536         * MenuBackend.C (expandFloatListInsert):
5537         (expandFloatInsert):
5538         (expandToc):
5539
5540         * text2.C (setCounter):
5541
5542         * LaTeXFeatures.C (useFloat):
5543         (getFloatDefinitions):
5544
5545         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5546
5547         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5548         floatlist_, with accessor floats().
5549
5550         * FloatList.h: remove global FloatList
5551
5552 2002-08-26  André Pönitz <poenitz@gmx.net>
5553
5554         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5555
5556         * BufferView.h:
5557         * BufferView2.C:
5558         * BufferView_pimpl.C:
5559         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5560
5561 2002-08-25  John Levon  <levon@movementarian.org>
5562
5563         * LyXAction.C: fix margin note description
5564
5565 2002-08-24  John Levon  <levon@movementarian.org>
5566
5567         * buffer.C:
5568         * bufferlist.C:
5569         * bufferview_funcs.C:
5570         * lyxfont.C:
5571         * undo_funcs.C: cleanups
5572
5573         * lyxfunc.C: disable CUT/COPY when no selection
5574
5575 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5576
5577         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5578         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5579
5580         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5581         Add backward compatibility to "mono", "gray" and "no".
5582
5583 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5584
5585         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5586         (and file_format >= 200).
5587
5588 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5589
5590         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5591
5592 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5593
5594         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5595
5596 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5597
5598         * BufferView_pimpl.C:
5599         * LyXAction.C:
5600         * buffer.C:
5601         * commandtags.h:
5602         * lyxfunc.C:
5603         * paragraph.[Ch]:
5604         * text2.C:
5605         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5606         inset and code to make it  work with the paragraph code. The inset
5607         can be anywhere in the paragraph, but will only do the expected
5608         thing in LaTeX if the layout file contains the parameter line
5609                         OptionalArgs    1
5610         (or more generally, a nonzero value) for that layout.
5611
5612 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5613
5614         * paragraph.h: remove the declaration of undefined counters class
5615         function.
5616
5617 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5618
5619         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5620         Dr. Richard Hawkins.
5621
5622 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5623
5624         * paragraph_funcs.h: remove some unneeded includes
5625
5626         * text.C (backspace): pasteParagraph now in global scipe
5627
5628         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5629         (pasteSelection): ditto
5630
5631         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5632         * paragraph_funcs.C (pasteParagraph): ... here
5633
5634 2002-08-20  André Pönitz <poenitz@gmx.net>
5635
5636         * commandtags.h: new LFUNs for swapping/copying table row/colums
5637
5638         * LyXAction.C:
5639         * lyxfunc.C: support for new lfuns
5640
5641 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5642
5643         * tabular.C:
5644         * buffer.[Ch]: remove NO_COMPABILITY stuff
5645
5646 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5647
5648         * boost.C (throw_exception): new file, with helper function for
5649         boost compiled without exceptions.
5650
5651         * paragraph.h:
5652         * lyxlength.C:
5653         * buffer.C:
5654         * ParameterStruct.h:
5655         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5656
5657         * bufferlist.C (emergencyWriteAll): use boost bind
5658
5659         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5660
5661         * text.C: include paragraph_funcs.h
5662         (breakParagraph): breakParagraph is now in global scope
5663
5664         * paragraph_funcs.[Ch]: new files
5665
5666         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5667         global scope
5668
5669         * buffer.C: include paragraph_funcs.h
5670         (insertStringAsLines): breakParagraph is now in global scope
5671
5672         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5673         paragraph_funcs.C
5674
5675         * CutAndPaste.C: include paragraph_funcs.h
5676         (cutSelection): breakParagraphConservative is now in global scope
5677         (pasteSelection): ditto
5678
5679         * buffer.h: declare oprator== and operator!= for
5680         Buffer::inset_iterator
5681
5682         * bufferlist.C (emergencyWrite): don't use fmt(...)
5683
5684         * text3.C: add using std::endl
5685
5686         * BufferView.C (moveCursorUpdate): remove default arg
5687
5688 2002-08-20  André Pönitz <poenitz@gmx.net>
5689
5690         * buffer.[Ch]: move inline functions to .C
5691
5692         * BufferView2.C:
5693         * BufferView_pimpl.C:
5694         * text.C:
5695         * buffer.[Ch]: use improved inset_iterator
5696
5697         * buffer.C:
5698         * paragraph.[Ch]: write one paragraph at a time
5699
5700 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5701
5702         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5703         style if style is not specified.
5704
5705 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5706
5707         * text2.C (setCounter): when searching for right label for a
5708         caption, make sure to recurse to parent insets (so that a caption
5709         in a minipage in a figure float works) (bug #568)
5710
5711 2002-08-20  André Pönitz <poenitz@gmx.net>
5712
5713         * text3.C: new file for LyXText::dispatch() and helpers
5714
5715         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5716
5717         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5718
5719 2002-08-19  André Pönitz <poenitz@gmx.net>
5720
5721         * lyxtext.h:
5722         * text.C: new LyXText::dispatch()
5723
5724         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5725
5726 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5727
5728         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5729
5730         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5731         Hebrew text.
5732
5733 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5734
5735         * Makefile.am: use $(variables) instead of @substitutions@
5736
5737 2002-08-15  André Pönitz <poenitz@gmx.net>
5738
5739         * lyxfunc.C:
5740         * BufferView_pimpl.C: streamlining mathed <-> outer world
5741         interaction
5742
5743         * commandtags.h:
5744         * LyXAction.C: remove unused LFUN_MATH
5745
5746 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5747
5748         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5749
5750 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5751
5752         * paragraph.C (Paragraph): reformat a bit
5753         (cutIntoMinibuffer): use builtin InsetList function instad of
5754         doing it manually.
5755         (getInset): ditto
5756
5757         * buffer.C: include boost/bind.hpp, add using std::for_each
5758         (writeFileAscii): use ParagraphList iterators
5759         (validate): use for_each for validate traversal of paragraphs
5760         (getBibkeyList): use ParagraphList iterators
5761         (resizeInsets): use for_each to resizeInsetsLyXText for all
5762         paragraphs.
5763         (getParFromID): use ParagraphList iterators
5764
5765         * BufferView2.C (lockInset): use paragraph list and iterators
5766
5767 2002-08-14  John Levon  <levon@movementarian.org>
5768
5769         * lyxserver.C: remove spurious xforms include
5770
5771 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5772
5773         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5774
5775 2002-08-13  André Pönitz <poenitz@gmx.net>
5776
5777         * LyXAction.[Ch]:
5778         * lyxfunc.C: further cleaning
5779
5780 2002-08-13  André Pönitz <poenitz@gmx.net>
5781
5782         * funcrequest.h: new constructor
5783
5784         * funcrequest.C: move stuff here from .h
5785
5786         * Makefile.am:
5787         * BufferView_pimpl.C:
5788         * LyXAction.C:
5789         * toc.C:
5790         * lyxfunc.C: subsequent changes
5791
5792         * lyxfunc.h: new view() member function
5793
5794         * lyxfunc.C: subsequent changes
5795
5796 2002-08-13  Angus Leeming  <leeming@lyx.org>
5797
5798         * BufferView2.C:
5799         * BufferView_pimpl.C:
5800         * buffer.C:
5801         * converter.C:
5802         * importer.C:
5803         * lyxfunc.C:
5804         * lyxvc.C:
5805         * toc.C:
5806         * vc-backend.C:
5807         changes due to the changed LyXView interface that now returns references
5808         to member variables not pointers.
5809
5810 2002-08-13  Angus Leeming  <leeming@lyx.org>
5811
5812         * WordLangTuple (word, lang_code): return references to strings,
5813         not strings.
5814
5815         * BufferView.h:
5816         * SpellBase.h:
5817         * lyxtext.h: forward-declare WordLangTuple.
5818
5819         * BufferView2.C:
5820         * ispell.C:
5821         * pspell.C:
5822         * text.C: #include "WordLangTuple.h".
5823
5824         * lyxtext.h:
5825         * text.C: (selectNextWordToSpellcheck): constify return type.
5826
5827 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
5828
5829         * buffer.C:
5830         * buffer.h:
5831         * lyxtext.h:
5832         * paragraph.C:
5833         * paragraph_pimpl.h:
5834         * text.C:
5835         * text2.C:
5836         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
5837         suggested by Angus.
5838         Made updateCounter always count from start of buffer, and removed
5839         second argument (par).
5840         Reverted floats number display to '#'. Perhaps I'll try again when the
5841         code base is sanitized a bit.
5842
5843 2002-08-12  Angus Leeming  <leeming@lyx.org>
5844
5845         * buffer.[Ch] (getLabelList): constify.
5846
5847 2002-08-07  André Pönitz <poenitz@gmx.net>
5848
5849         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
5850
5851         * funcrequest.h: extension to keep mouse (x,y) position
5852
5853 2002-08-12  Juergen Vigna  <jug@sad.it>
5854
5855         * BufferView2.C (insertErrors): forbid undo when inserting error
5856         insets.
5857
5858         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
5859
5860 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5861
5862         * ParagraphList.[Ch]: new files
5863
5864         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
5865
5866         * BufferView2.C (lockInset): ParagraphList changes
5867         * toc.C: ditto
5868         * text2.C: ditto
5869         * bufferlist.C: ditto
5870         * buffer.h: ditto
5871         * buffer.C: ditto
5872
5873 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5874
5875         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
5876         unused class variable counter_,
5877
5878         * paragraph.[Ch] (getFirstCounter): delete unused function
5879
5880         * counters.C: include LAssert.h
5881         (reset): add a new function with no arg, change other version to
5882         not have def. arg and to not allow empty arg.
5883
5884         * text2.C (setCounter): remove empty arg from call to Counters::reset
5885
5886 2002-08-11  John Levon  <levon@movementarian.org>
5887
5888         * Makefile.am: add WordLangTuple.h
5889
5890 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5891
5892         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
5893         lyxfunc.C lyxlex_pimpl.C: ws changes only.
5894
5895         * insets/insettext.C: InsetList changes
5896
5897         * graphics/GraphicsSupport.C (operator()): InsetList changes
5898
5899         * toc.C (getTocList): InsetList changes
5900
5901         * paragraph_pimpl.[Ch]: InsetList changes
5902
5903         * paragraph.[Ch]: InsetList changes
5904
5905         * buffer.C (inset_iterator): InsetList changes
5906         (setParagraph): ditto
5907         * buffer.h (inset_iterator): ditto
5908         * iterators.C (operator++): ditto
5909         * iterators.h: ditto
5910
5911         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
5912
5913         * InsetList.[Ch]: new files, most InsetList handling moved out of
5914         paragraph.C.
5915
5916         * BufferView2.C (removeAutoInsets): InsetList changes
5917         (lockInset): ditto
5918         (ChangeInsets): ditto
5919
5920 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5921
5922         * paragraph_pimpl.h (empty): new function
5923
5924         * paragraph.[Ch] (empty): new function
5925
5926         * other files: use the new Paragraph::empty function
5927
5928 2002-08-09  John Levon  <levon@movementarian.org>
5929
5930         * lyxtext.h: remove unused refresh_height
5931
5932 2002-08-09  John Levon  <levon@movementarian.org>
5933
5934         * Makefile.am:
5935         * sgml.h:
5936         * sgml.C:
5937         * buffer.C:
5938         * paragraph.h:
5939         * paragraph.C: move sgml char escaping out of paragraph
5940
5941         * paragraph.h:
5942         * paragraph.C: remove id setter
5943
5944         * buffer.C:
5945         * paragraph.C:
5946         * paragraph_pimpl.C: remove dead tex_code_break_column
5947
5948         * bufferview_funcs.C: small cleanup
5949
5950         * lyxfunc.C: remove dead proto
5951
5952         * lyxtext.h: make some stuff private. Remove some dead stuff.
5953
5954         * lyxgluelength.C: make as[LyX]String() readable
5955
5956 2002-08-08  John Levon  <levon@movementarian.org>
5957
5958         * LyXAction.h:
5959         * LyXAction.C:
5960         * MenuBackend.C:
5961         * ToolbarDefaults.C:
5962         * lyxfunc.C:
5963         * lyxrc.C:
5964         * toc.C: lyxaction cleanup
5965
5966 2002-08-08  John Levon  <levon@movementarian.org>
5967
5968         * BufferView2.C: small cleanup
5969
5970         * lyxfind.h:
5971         * lyxfind.C: move unnecessary header into the .C
5972
5973 2002-08-08  John Levon  <levon@movementarian.org>
5974
5975         * funcrequest.h: just tedious nonsense
5976
5977         * lyx_main.h:
5978         * lyx_main.C: cleanups
5979
5980         * buffer.C:
5981         * vspace.C: remove dead header lyx_main.h
5982
5983 2002-08-07  Angus Leeming  <leeming@lyx.org>
5984
5985         * Paragraph.[Ch]:
5986         * paragraph_pimpl.h:
5987         Forward declare class Counters in paragraph.h by moving the ctrs member
5988         variable into Paragraph::Pimpl.
5989         (counters): new method, returning a reference to pimpl_->ctrs.
5990
5991         * text2.C: ensuing changes.
5992
5993 2002-08-07  John Levon  <levon@movementarian.org>
5994
5995         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
5996
5997         * BufferView_pimpl.C: announce X selection on double/triple
5998           click
5999
6000         * lyx_main.C: use correct bool in batch dispatch
6001
6002         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6003
6004 2002-08-07  André Pönitz <poenitz@gmx.net>
6005
6006         * funcrequest.h: new class to wrap a kb_action and its argument
6007
6008         * BufferView.[Ch]:
6009         * BufferView_pimpl[Ch]:
6010         * LaTeX.C:
6011         * LyXAction.[Ch]:
6012         * lyxfunc.[Ch]:
6013         * lyxrc.C: subsequent changes
6014
6015
6016 2002-08-07  John Levon  <levon@movementarian.org>
6017
6018         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6019           document options change.
6020
6021 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6022
6023         * counters.[Ch]
6024         * text2.C
6025         * paragraph.[Ch]
6026         * makefile.am: move counters functionality over from
6027         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6028
6029 2002-08-06  John Levon  <levon@movementarian.org>
6030
6031         * WordLangTuple.h: new file for word + language code tuple
6032
6033         * SpellBase.h:
6034         * pspell.h:
6035         * pspell.C:
6036         * ispell.h:
6037         * ispell.C:
6038         * lyxtext.h:
6039         * text.C:
6040         * text2.C:
6041         * BufferView.h:
6042         * BufferView2.C: use WordLangTuple
6043
6044         * layout.h:
6045         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6046
6047 2002-08-06  John Levon  <levon@movementarian.org>
6048
6049         * lyx_main.C: fix cmdline batch handling
6050
6051 2002-08-06  André Pönitz <poenitz@gmx.net>
6052
6053         * lyxrc.C: set default for show_banner to true
6054
6055 2002-08-06  John Levon  <levon@movementarian.org>
6056
6057         * pspell.C: fix a crash, and allow new aspell to work
6058
6059 2002-08-06  John Levon  <levon@movementarian.org>
6060
6061         * lyxfunc.C:
6062         * kbmap.C: small cleanup
6063
6064         * vspace.h:
6065         * vspace.C: add const
6066
6067 2002-08-05  John Levon  <levon@movementarian.org>
6068
6069         * LyXAction.C: back to tabular-insert
6070
6071 2002-08-04  John Levon  <levon@movementarian.org>
6072
6073         * BufferView.h:
6074         * BufferView.C: cosmetic change
6075
6076         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6077
6078         * bufferlist.C:
6079         * buffer.h:
6080         * buffer.C:
6081         * lyxcb.h:
6082         * lyxcb.C:
6083         * lyxserver.C:
6084         * lyxvc.C:
6085         * vc-backend.C:
6086         * BufferView2.C: purge all "Lyx" not "LyX" strings
6087
6088         * lyxcursor.h:
6089         * lyxcursor.C: attempt to add some documentation
6090
6091         * lyxfunc.C:
6092         * commandtags.h:
6093         * LyXAction.C:
6094         * ToolbarDefaults.C:
6095         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6096           merge with LFUN_TABULAR_INSERT
6097
6098         * Makefile.am:
6099         * SpellBase.h:
6100         * ispell.h:
6101         * ispell.C:
6102         * pspell.h:
6103         * pspell.C: split up i/pspell implementations into separate
6104           files, many cleanups
6105
6106         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6107
6108         * text2.C: some cleanup
6109
6110         * lyxfunc.C: don't check for isp_command == "none" any more, it
6111           didn't make any sense
6112
6113 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6114
6115         * counters.[Ch]
6116         * text2.C
6117         * paragraph.[Ch]
6118         * makefile.am: move counters functionality over
6119         from text2.C/paragraph.[Ch] to counters.[Ch], and
6120         make proper C++.
6121 2002-08-02  John Levon  <levon@movementarian.org>
6122
6123         * buffer.C: s/lyxconvert/lyx2lyx/
6124
6125 2002-08-02  Angus Leeming  <leeming@lyx.org>
6126
6127         * lyxlex.C: revert John's change as it breaks reading of the user
6128         preamble.
6129
6130 2002-08-02  Angus Leeming  <leeming@lyx.org>
6131
6132         * importer.C (Import):
6133         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6134         changes due to LyXView::view() now returning a boost::shared_ptr.
6135
6136 2002-08-02  John Levon  <levon@movementarian.org>
6137
6138         * lyxlex.C: small cleanup
6139
6140 2002-08-02  John Levon  <levon@movementarian.org>
6141
6142         * text2.C (status): small cleanup, no logic change
6143
6144 2002-08-01  John Levon  <levon@movementarian.org>
6145
6146         * buffer.h:
6147         * buffer.C (writeFile): don't output alerts, caller
6148           handles this
6149
6150         * bufferlist.C:
6151         * lyx_cb.C: from above
6152
6153         * lyxfunc.C: allow to open non-existent files
6154
6155 2002-07-31  John Levon  <levon@movementarian.org>
6156
6157         * lyxserver.C: don't let incidental errors get
6158           in the way (errno)
6159
6160 2002-07-30  John Levon  <levon@movementarian.org>
6161
6162         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6163
6164 2002-07-30  John Levon  <levon@movementarian.org>
6165
6166         * lyxserver.h:
6167         * lyxserver.C: remove I/O callback too
6168
6169 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6170
6171         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6172         log.
6173
6174 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6175
6176         * many files: strip,frontStrip -> trim,ltrim,rtrim
6177
6178 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6179
6180         * PrinterParams.h: remove extern containsOnly, and include
6181         support/lstrings.h instead.
6182
6183         * LaTeX.C (scanAuxFile): modify because of strip changes
6184         (deplog): ditto
6185         * buffer.C (makeLaTeXFile): ditto
6186         * bufferparams.C (writeFile): ditt
6187         * lyxfont.C (stateText): ditto
6188         * lyxserver.C (read_ready): ditto
6189         * vc-backend.C (scanMaster): ditto
6190
6191         * BufferView_pimpl.h: ws changes
6192
6193         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6194
6195 2002-07-26  André Pönitz <poenitz@gmx.net>
6196
6197         * kb_sequence.C: remove unnedred usings
6198
6199 2002-07-26  Juergen Vigna  <jug@sad.it>
6200
6201         * lyxfind.C (LyXReplace): we have to check better if the returned
6202         text is not of theLockingInset()->getLockingInset().
6203
6204 2002-07-25  Juergen Vigna  <jug@sad.it>
6205
6206         * lyxfind.C (LyXReplace): don't replace if we don't get the
6207         right LyXText.
6208
6209         * undo_funcs.C (createUndo): remove debugging code.
6210
6211 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6212
6213         * buffer.C (parseSingleLyXformat2Token): Use default placement
6214         when reading old floats.
6215
6216         * FloatList.C (FloatList): Change the default placement of figure
6217         and tables to "tbp".
6218
6219 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6220
6221         * MenuBackend.C: using std::max
6222
6223 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6224
6225         * MenuBackend.C (expandToc):
6226         (expandToc2): code moved from xforms menu frontend. It is now
6227         generic and TOCs are transparent to menu frontends.
6228
6229 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6230
6231         * toc.C (getTocList): protect against buf=0
6232
6233         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6234         Menu as first parameter. Now, this calls itself recursively to
6235         expand a whole tree (this will be useful for TOC handling)
6236         (expandFloatInsert): remove 'wide' version of floats
6237
6238         * MenuBackend.h (submenuname): returns the name of the submenu.
6239         (submenu): returns the submenu itself, provided it has been
6240         created by MenuBackend::expand
6241
6242 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6243
6244         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6245         insets which have noFontChange == true. (bug #172)
6246
6247 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6248
6249         * BufferView_pimpl.C: add connection objects and use them...
6250         (Pimpl): here.
6251
6252 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6253
6254         * MenuBackend.C (expandLastfiles):
6255         (expandDocuments):
6256         (expandFormats):
6257         (expandFloatListInsert):
6258         (expandFloatInsert):
6259         (expand): split expand in parts
6260
6261 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6262
6263         * lyx_gui.C: use lyx_gui::exit()
6264
6265 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6266
6267         * LyXAction.C: show the failing pseudo action
6268
6269 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6270
6271         * buffer.C (readFile): Run the lyxconvert script in order to read
6272         old files.
6273
6274 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6275
6276         * LyXAction.C:
6277         * commandtags.h:
6278         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6279
6280 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6281
6282         * LyXAction.C:
6283         * commandtags.h:
6284         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6285
6286 2002-07-22  Herbert Voss  <voss@lyx.org>
6287
6288         * lengthcommon.C:
6289         * lyxlength.[Ch]: add support for the vertical lengths
6290
6291 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6292
6293         * toc.[Ch]: std:: fixes
6294
6295 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6296
6297         * lyxrc.C: do not include lyx_main.h
6298
6299         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6300         for layouts
6301
6302         * lyxrc.C:
6303         * encoding.C:
6304         * bufferlist.C:
6305         * BufferView2.C: include "lyxlex.h"
6306
6307         * tabular.h:
6308         * bufferparams.h: do not #include "lyxlex.h"
6309
6310         * lyxtextclasslist.C (Add): remove method
6311         (classlist): renamed to classlist_
6312
6313         * paragraph_pimpl.C:
6314         * paragraph.C:
6315         * text2.C:
6316         * CutAndPaste.C:
6317         * bufferview_funcs.C:
6318         * bufferlist.C:
6319         * text.C:
6320         * LaTeXFeatures.C:
6321         * buffer.C:
6322         * toc.C (getTocList): use BufferParams::getLyXTextClass
6323
6324         * toc.C (getTocList): use InsetFloat::addToToc
6325
6326         * toc.[Ch]: new files, containing helper functions to handle table
6327         of contents
6328
6329         * lyxfunc.C (dispatch): no need to remove spaces around command
6330         given as a string
6331         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6332         first command of the sequence; it is not very clever, but I do not
6333         have a better idea, actually
6334
6335         * LyXAction.C (LookupFunc): make sure to remove space at the
6336         beginning and end of the command
6337
6338 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6339
6340         * MenuBackend.C (getMenubar): new method: return the menubar of
6341         this menu set
6342         (read): treat differently reading of menu and menubar (in
6343         particular, the menubar has no name now)
6344         (Menu::menubar): remove
6345
6346         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6347         saving is finished
6348
6349 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6350
6351         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6352         a bibitem inset in a RTL paragraph.
6353
6354 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6355
6356         * paragraph_pimpl.C: constify
6357
6358         * BufferView_pimpl.C:
6359         * LaTeX.C:
6360         * lyxfunc.C: fix dispatch in a nicer way
6361
6362 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6363
6364         * lyxfunc.C (dispatch):
6365         * BufferView_pimpl.C:
6366         * BufferView_pimpl.h:
6367         * BufferView.C:
6368         * BufferView.h: rename Dispatch() to dispatch()
6369
6370         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6371
6372         * lyxlayout.C (Read): honor DependsOn tag
6373
6374         * lyxlayout.[Ch] (depends_on): new method
6375
6376         * version.C.in: update lyx_docversion
6377
6378         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6379
6380         * paragraph.C (validate): remove from here...
6381         * paragraph_pimpl.C (validate): ... and move here
6382         (isTextAt): make it const
6383
6384         * buffer.C (getLists): ws cleanup
6385
6386 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6387
6388         * language.C (read): Use iso8859-1 encoding in latex_lang
6389         (this prevents LyX from crashing when using iso10646-1 encoding).
6390
6391 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6392
6393         * text2.C (toggleInset): if cursor is inside an inset, close the
6394         inset and leave cursor _after_ it
6395
6396 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6397
6398         * lyxfunc.C: move minibuffer completion handling out of here
6399
6400 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6401
6402         * BufferView_pimpl.C:
6403         * LaTeX.C: fix dispatch calls
6404
6405 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6406
6407         * text.C (drawChars): Fix Arabic text rendering.
6408
6409 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6410
6411         * LyXAction.C:
6412         * commandtags.h:
6413         * lyxfunc.C: remove message-push/pop
6414
6415         * lyxserver.C:
6416         * lyxfunc.h:
6417         * lyxfunc.C: rationalise some code by removing verboseDispatch
6418           in favour of a bool argument to dispatch()
6419
6420 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6421
6422         * lyx_main.C (init): make sure to read symlinks as absolute paths
6423
6424 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6425
6426         * lyxfunc.h:
6427         * lyxfunc.C: no need for commandshortcut to be a member
6428
6429 2002-07-15  André Pönitz <poenitz@gmx.net>
6430
6431         * converter.C: add support for $$s (scripts from lib/scripts dir)
6432         * lyx_main.C: white space
6433
6434 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6435
6436         * bufferlist.C:
6437         * lyxrc.h:
6438         * lyxrc.C: remove second exit confirmation
6439
6440 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6441
6442         * BufferView.h:
6443         * BufferView.C:
6444         * BufferView2.C:
6445         * BufferView_pimpl.h:
6446         * BufferView_pimpl.C:
6447         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6448
6449 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6450
6451         * MenuBackend.C (expand): add numeric shortcuts to document menu
6452
6453         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6454
6455 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6456
6457         * lyxfont.C (setLyXFamily):
6458         (setLyXSeries):
6459         (setLyXShape):
6460         (setLyXSize):
6461         (setLyXMisc):
6462         (lyxRead):
6463         * debug.C (value):
6464         * buffer.C (asciiParagraph): use ascii_lowercase
6465
6466 2002-07-15  Mike Fabian  <mfabian@suse.de>
6467
6468         * lyxlex_pimpl.C (search_kw):
6469         * lyxlex.C (getLongString):
6470         * converter.h (operator<):
6471         * converter.C (operator<):
6472         * buffer.C (parseSingleLyXformat2Token):
6473         (asciiParagraph):
6474         * ToolbarDefaults.C (read):
6475         * MenuBackend.C (checkShortcuts):
6476         (read):
6477         * LColor.C (getFromGUIName):
6478         (getFromLyXName): use the compare_ascii_no_case instead of
6479         compare_no_case, because in turkish, 'i' is not the lowercase
6480         version of 'I', and thus turkish locale breaks parsing of tags.
6481
6482 2002-07-16  Angus Leeming  <leeming@lyx.org>
6483
6484         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6485         now takes a Buffer const & argument.
6486
6487 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6488
6489         * BufferView.C (resize): check there's a buffer to resize
6490
6491 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6492
6493         * lyxfunc.C: remove dead code
6494
6495         * lyxserver.h:
6496         * lyxserver.C: use lyx_guii::set_read_callback
6497
6498 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6499
6500         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6501         an inset in a RTL paragraph.
6502
6503 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6504
6505         * lyxfunc.C: repaint after a font size update
6506
6507 2002-07-15  André Pönitz <poenitz@gmx.net>
6508
6509         * lyxlength.C: inBP should be able to return negative values
6510
6511 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6512
6513         * lyxfunc.C: use lyx_gui::update_fonts()
6514
6515 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6516
6517         * lyxfunc.C: use lyx_gui::update_color()
6518
6519 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6520
6521         * bufferlist.C:
6522         * lyxfunc.h:
6523         * lyxfunc.C:
6524         * lyxrc.h:
6525         * lyxrc.C: remove file->new asks for name option, and let
6526           buffer-new take an argument
6527
6528 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6529
6530         * BufferView_pimpl.C: remove unneeded extra repaint()
6531
6532 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6533
6534         * LyXAction.C: allow command-sequence with NoBuffer
6535
6536         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6537
6538 2002-07-10  Angus Leeming  <leeming@lyx.org>
6539
6540         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6541
6542 2002-07-09  Angus Leeming  <leeming@lyx.org>
6543
6544         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6545
6546 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6547
6548         * lengthcommon.h: whitespace
6549
6550         * lyxfunc.C: update scrollbar after goto paragraph
6551
6552         * lyxtext.h: factor out page break drawing, and fix it so
6553           page break/added space paints as selected nicely
6554
6555 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6556
6557         * BufferView_pimpl.C: add FIXMEs, clean up a little
6558
6559 2002-07-09  André Pönitz <poenitz@gmx.net>
6560
6561         * lyxfont.[Ch]: support for wasy symbols
6562
6563 2002-07-08  André Pönitz <poenitz@gmx.net>
6564
6565         * BufferView_pimpl.C: apply John's patch for #93.
6566
6567 2002-07-05  Angus Leeming  <leeming@lyx.org>
6568
6569         * BufferView_pimpl.C (buffer): generate previews if desired.
6570
6571         * LColor.h: add "preview" to the color enum.
6572
6573         * LColor.C (LColor): add a corresponding entry to the items array.
6574
6575         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6576         with this buffer.
6577
6578 2002-07-05  Angus Leeming  <leeming@lyx.org>
6579
6580         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6581         The body of the code is now in the method that is passed an ostream &
6582         rather than a file name.
6583         Pass an additional only_preamble parameter, useful for the forthcoming
6584         preview stuff.
6585
6586 2002-07-03  André Pönitz <poenitz@gmx.net>
6587
6588         * lyxfunc.C: simplify getStatus() a bit for math stuff
6589
6590 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6591
6592         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6593
6594 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6595
6596         * text.C (changeRegionCase): do not change case of all the
6597         document when region ends at paragraph end (bug #461)
6598
6599 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6600
6601         * paragraph.C (startTeXParParams):
6602         (endTeXParParams): add \protect when necessary
6603
6604 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6605
6606         * BufferView_pimpl.C (workAreaExpose): remove warning
6607
6608 2002-06-27  Angus Leeming  <leeming@lyx.org>
6609
6610         * Makefile.am: add lyxlayout_ptr_fwd.h.
6611
6612 2002-06-26  André Pönitz <poenitz@gmx.net>
6613
6614         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6615
6616 2002-06-25  Angus Leeming  <leeming@lyx.org>
6617
6618         * lyxfunc.C (dispatch): Comment out the call to
6619         grfx::GCache::changeDisplay. The method no longer exists now that the
6620         pixmap generation part of the graphics loader has been moved into
6621         InsetGraphics.
6622
6623 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6624
6625         * text2.C: layout as layout
6626
6627         * text.C: layout as layout
6628
6629         * tabular.C (OldFormatRead): layout as layout
6630
6631         * paragraph_pimpl.C (TeXDeeper): layout as layout
6632         (realizeFont): layout as layout
6633
6634         * paragraph.C (writeFile): layout as layout
6635         (validate): layout as layout
6636         (getFont): layout as layout
6637         (getLabelFont): layout as layout
6638         (getLayoutFont): layout as layout
6639         (breakParagraph): layout as layout
6640         (stripLeadingSpaces): layout as layout
6641         (getEndLabel): layout as layout
6642         (getMaxDepthAfter): layout as layout
6643         (applyLayout): layout as layout
6644         (TeXOnePar): layout as layout
6645         (simpleTeXOnePar): layout as layout
6646         (TeXEnvironment): layout as layout
6647         (layout): layout as layout
6648         (layout): layout as layout
6649
6650         * lyxtextclass.C (compare_name): new functor to work with
6651         shared_ptr, layout as layout
6652         (Read): layout as layout
6653         (hasLayout): layout as layout
6654         (operator): layout as layout
6655         (delete_layout): layout as layout
6656         (defaultLayout): layout as layout
6657
6658         * lyxlayout_ptr_fwd.h: new file
6659
6660         * lyxlayout.C (Read): layout as layout
6661
6662         * lyx_cb.C (MenuInsertLabel): layout as layout
6663
6664         * bufferlist.C (newFile): layout as layout
6665
6666         * buffer.C (readLyXformat2): layout as layout
6667         (parseSingleLyXformat2Token): layout as layout
6668         (insertStringAsLines): layout as layout
6669         (asciiParagraph): layout as layout
6670         (latexParagraphs): layout as layout
6671         (makeLinuxDocFile): layout as layout
6672         (simpleLinuxDocOnePar): layout as layout
6673         (makeDocBookFile): layout as layout
6674         (simpleDocBookOnePar): layout as layout
6675         (getLists): layout as layout
6676
6677         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6678
6679         * CutAndPaste.C (cutSelection): layout as layout
6680         (pasteSelection): layout as layout
6681         (SwitchLayoutsBetweenClasses): layout as layout
6682
6683         * BufferView_pimpl.C (Dispatch): layout as layout
6684         (smartQuote): layout as layout
6685
6686         * BufferView2.C (unlockInset): layout as layout
6687
6688 2002-06-24  André Pönitz <poenitz@gmx.net>
6689
6690         * lyxfunc.C: fix #487
6691
6692 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6693
6694         * lyxrc.h:
6695         * lyxrc.C:
6696         * lyxfunc.C: remove display_shortcuts, show_banner
6697
6698 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6699
6700         * Buffer_pimpl.C: oops, update on resize
6701
6702 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6703
6704         * buffer.C:
6705         * converter.C:
6706         * exporter.C:
6707         * lyxfunc.C:
6708         * BufferView.h:
6709         * BufferView.C: use repaint()
6710
6711         * BufferView_pimpl.h:
6712         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6713           as it's a clearer description. Remove superfluous
6714           redraws.
6715
6716 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6717
6718         * text.C: fix bug 488. Not ideal, but getting
6719           getWord() to work properly for the insets that
6720           matter is more difficult ...
6721
6722 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6723
6724         * BufferView_pimpl.C:
6725         * LyXAction.C:
6726         * commandtags.h:
6727         * lyxfunc.C: remove the six million index lyxfuncs to just
6728           one, and DTRT (bug 458)
6729
6730 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6731
6732         * BufferView.h:
6733         * BufferView.C:
6734         * BufferView_pimpl.h:
6735         * BufferView_pimpl.C: clean up resize() stuff,
6736           and unnecessary updateScreen()s
6737
6738 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6739
6740         * BufferView.h:
6741         * BufferView.C:
6742         * BufferView_pimpl.h:
6743         * BufferView_pimpl.C:
6744         * lyxfind.h:
6745         * lyxfind.C:
6746         * minibuffer.C: remove focus management of workarea,
6747           not needed. Use screen's greyOut()
6748
6749 2002-06-17  Herbert Voss  <voss@lyx.org>
6750
6751         * converter.C: (convert) do not post a message, when converting
6752         fails, let the calling function decide what to do in this case
6753
6754 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6755
6756         * lyxfunc.C: tidy up a little
6757
6758 2002-06-16    <alstrup@diku.dk>
6759
6760         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6761         Got rid of FORMS_H_LOCATION include. Now we are
6762         GUII.
6763
6764 2002-06-15  LyX Development team  <lyx@rilke>
6765
6766         * buffer.[Ch] (sgmlOpenTag):
6767         (sgmlCloseTag): Added support for avoiding pernicious mixed
6768         content. Return number of lines written.
6769
6770         (makeLinuxDocFile):
6771         (makeDocBookFile): Fixed calls to sgml*Tag.
6772         Simple white space clean.
6773
6774         (simpleDocBookOnePar): Simple white space clean.
6775
6776         * tabular.[Ch] (docBook): Renamed to docbook and got another
6777         argument to related with the pernicious mixed content.
6778
6779         (docbookRow): Fixed calls for docbook inset method.
6780
6781 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6782
6783         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6784         so it's X11 independent.
6785
6786         * kb*.[Ch]: ditto.
6787
6788         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6789
6790 2002-06-15  Lyx Development team  <lyx@electronia>
6791
6792         * intl.h: Renamed getTrans to getTransManager.
6793
6794 2002-06-14  Angus Leeming  <leeming@lyx.org>
6795
6796         * Makefile.am: nuke forgotten stl_string_fwd.h.
6797
6798 2002-06-12  Angus Leeming  <leeming@lyx.org>
6799
6800         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6801
6802 2002-06-13  Angus Leeming  <leeming@lyx.org>
6803
6804         * LaTeX.C:
6805         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6806
6807 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
6808
6809         * kbmap.C (getiso): add support for cyrillic and greek
6810
6811 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6812
6813         * BufferView.h:
6814         * BufferView.C:
6815         * BufferView_pimpl.h:
6816         * BufferView_pimpl.C: move bogus scrolling logic
6817           to xforms
6818
6819 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6820
6821         * lyxfunc.C:
6822         * BufferView_pimpl.C: view->resize() change
6823
6824 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6825
6826         * BufferView_pimpl.C: topCursorVisible
6827           prototype change
6828
6829 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6830
6831         * Makefile.am:
6832         * lyx_gui.h:
6833         * lyx_gui.C: move to frontends/
6834
6835         * main.C:
6836         * lyx_main.h:
6837         * lyx_main.C: changes from above
6838
6839 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6840
6841         * intl.C:
6842         * intl.h:
6843         * kbmap.C:
6844         * kbsequence.C:
6845         * lyx_cb.C:
6846         * lyx_main.C: minor tidy
6847
6848 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6849
6850         * BufferView_pimpl.h:
6851         * BufferView_pimpl.C:
6852         * BufferView.h:
6853         * BufferView.C: make painter() const,
6854           remove dead code
6855
6856         * BufferView2.C: use screen() accessor
6857
6858         * lyx_main.h:
6859         * lyx_main.C: some minor cleanup
6860
6861 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6862
6863         * BufferView_pimpl.h:
6864         * BufferView_pimpl.C: remove enter/leaveView,
6865           use workHeight()
6866
6867 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6868
6869         * BufferView.h:
6870         * BufferView.C:
6871         * BufferView2.C:
6872         * BufferView_pimpl.h:
6873         * BufferView_pimpl.C: only construct screen once,
6874           rename
6875
6876         * lyxrc.C: remove pointless comment
6877
6878 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6879
6880         * BufferView.h:
6881         * BufferView.C: remove active() and belowMouse()
6882
6883         * BufferView_pimpl.h:
6884         * BufferView_pimpl.C: use workarea() not workarea_,
6885           and make it use a scoped_ptr instead
6886
6887 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6888
6889         * lyx_gui.C: add debug message on BadWindow
6890
6891 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6892
6893         * sp_spell.C: fdopen is not part of the C++ standard.
6894
6895         * paragraph.C (InsetIterator): use >= instead of ==
6896
6897 2002-06-07  Angus Leeming  <leeming@lyx.org>
6898
6899         Fixes needed to compile with Compaq cxx 6.5.
6900         * BufferView_pimpl.C:
6901         * DepTable.C:
6902         * buffer.C:
6903         * converter.C:
6904         * encoding.C:
6905         * lyx_gui.C:
6906         * lyx_main.C:
6907         * lyxtextclasslist.C:
6908         * minibuffer.C:
6909         * sp_spell.C:
6910         * tabular_funcs.C:
6911         * vc-backend.C:
6912         all c-library variables have been moved into namespace std. Wrap
6913         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
6914
6915         * lyxlength.C:
6916         * tabular-old.C:
6917         * tabular.C:
6918         Add a using std::abs declaration.
6919
6920         * kbmap.h (modifier_pair):
6921         * paragraph.h (InsetTable, InsetList):
6922         * lyxfont.h (FontBits):
6923         type definition made public.
6924
6925         * bufferlist.C (emergencyWriteAll): the compiler complains that
6926         there is more than one possible lyx::class_fun template to choose from.
6927         I re-named the void specialisation as lyx::void_class_fun.
6928
6929         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
6930
6931         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
6932         the compiler is is unable to find tostr in write_attribute.
6933
6934 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6935
6936         * buffer.C (sgmlError): hide #warning
6937
6938 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6939
6940         * xtl/*: get rid of xtl, which is not in use anyway
6941
6942         * LyXAction.C (init):
6943         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
6944         were unimplemented xtl experimentation
6945
6946 2002-06-04  André Pönitz <poenitz@gmx.net>
6947
6948         * lyxfunc.C: disable array operation on simple formulae
6949
6950 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
6951
6952         * converter.C: constify a bit
6953
6954 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
6955
6956         * lyx_gui.C: check xforms version correctly
6957
6958 2002-04-30  Herbert Voss  <voss@lyx.org>
6959
6960         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
6961         "keep" option
6962
6963 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
6964
6965         * lyxvc.C: fix bug 416 (make sure buffer is saved before
6966           attempt to register it with a VCS)
6967
6968 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6969
6970         * lyx_main.C (init): honor variables LYX_DIR_13x and
6971         LYX_USERDIR_13x
6972
6973 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6974
6975         * buffer.h:
6976         * buffer.C:
6977         * lyx_main.C: fix a crash on bad command line,
6978           and give a useful exit status on error
6979
6980         * lyxfunc.C (doImport): allow -i lyx to work
6981
6982 2002-03-30  André Pönitz <poenitz@gmx.net>
6983
6984         * lyxfunc.C: mathed font changes
6985
6986 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6987
6988         * LaTeX.C:
6989         * importer.h:
6990         * importer.C:
6991         * lyx_sty.h:
6992         * lyx_sty.C:
6993         * lyxlex.C:
6994         * lyxrow.h:
6995         * lyxtext.h:
6996         * paragraph.h:
6997         * paragraph.C:
6998         * texrow.h:
6999         * texrow.C:
7000         * text.C:
7001         * trans_mgr.h: srcdocs, and some minor cleanups
7002
7003 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7004
7005         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7006         call getFont all the time)
7007
7008 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7009
7010         * switch from SigC signals to boost::signals
7011
7012 2002-05-29  André Pönitz <poenitz@gmx.net>
7013
7014         * paragraph_pimpl.C (getChar): don't call size() too often...
7015
7016 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7017
7018         * paragraph_pimpl.C (insertChar): do not try to update tables when
7019         appending (pos == size())
7020
7021         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7022         in order to reduce drastically the number of comparisons needed to
7023         parse a large document
7024
7025 2002-05-29  André Pönitz <poenitz@gmx.net>
7026
7027         * text.C:
7028         * text2.C:
7029         * lyxtextclass.C:
7030         * sp_pspell.h:
7031         * textclasslist.[Ch]:
7032         * sp_ispell.h: whitespace change
7033
7034 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7035
7036         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7037         lyxaction directly now.
7038
7039 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7040
7041         * trans.C:
7042         * lyxfont.C:
7043         * lyxvc.C: remove unused headers
7044
7045 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7046
7047         * Makefile.am:
7048         * buffer.h:
7049         * undostack.h:
7050         * undostack.C:
7051         * undo_funcs.h:
7052         * undo_funcs.C: some cleanups. Use shared_ptr
7053           and a template for the undo stacks.
7054
7055 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7056
7057         * BufferView_pimpl.h:
7058         * BufferView_pimpl.C:
7059         * kbmap.h:
7060         * kbmap.C:
7061         * kbsequence.h:
7062         * kbsequence.C:
7063         * lyxfunc.h:
7064         * lyxfunc.C:
7065         * text2.C: use key_state/mouse_state
7066
7067 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7068
7069         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7070         and LSubstring
7071
7072         * chset.C: change include order
7073         (loadFile): use boost regex and get rid of LRegex and LSubstring
7074
7075         * Makefile.am (BOOST_LIBS): new variable
7076         (lyx_LDADD): use it
7077
7078         * LaTeX.C: change include order.
7079         (scanAuxFile): use boost regex and get rid of LRegex and
7080         LSubstring
7081         (deplog): ditto
7082
7083 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7084
7085         * ColorHandler.h:
7086         * ColorHandler.C:
7087         * FontInfo.h:
7088         * FontInfo.C: moved to frontends/xforms/
7089
7090         * FontLoader.h:
7091         * FontLoader.C: moved into frontends for GUIIzation
7092
7093         * Makefile.am:
7094         * lyx_gui.C:
7095         * lyxfont.C:
7096         * lyxfunc.C: changes from above
7097
7098 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7099
7100         * LColor.C: remove spurious X include
7101
7102         * BufferView_pimpl.C:
7103         * Makefile.am:
7104         * font.h:
7105         * font.C:
7106         * text.C:
7107         * text2.C: move font metrics to frontends/
7108
7109 2002-05-24  Juergen Vigna  <jug@sad.it>
7110
7111         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7112         setting the undo_cursor.
7113
7114         * ParagraphParameters.h: include local includes first.
7115
7116 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7117
7118         * BufferView_pimpl.C:
7119         * BufferView_pimpl.h:
7120         * Makefile.am:
7121         * WorkArea.h:
7122         * WorkArea.C:
7123         * screen.C: move WorkArea into frontends/
7124
7125         * lyxscreen.h:
7126         * screen.C:
7127         * text.C:
7128         * BufferView.C:
7129         * BufferView2.C: move LyXScreen into frontends/
7130
7131         * lyxlookup.h:
7132         * lyxlookup.C:
7133         * lyx_gui.C: move lyxlookup into frontends/xforms/
7134
7135 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7136
7137         * BufferView2.C:
7138         * BufferView_pimpl.C:
7139         * FontLoader.C:
7140         * LyXView.h:
7141         * LyXView.C:
7142         * Makefile.am:
7143         * WorkArea.C:
7144         * XFormsView.h:
7145         * XFormsView.C:
7146         * buffer.C:
7147         * bufferlist.C:
7148         * bufferview_funcs.C:
7149         * converter.C:
7150         * importer.C:
7151         * lyx_cb.C:
7152         * lyx_gui.C:
7153         * lyx_main.C:
7154         * lyx_find.C:
7155         * lyxfunc.C:
7156         * lyxvc.C:
7157         * minibuffer.C:
7158         * text.C:
7159         * text2.C:
7160         * trans.C:
7161         * vc-backend.C: move LyX/XFormsView into frontends/
7162
7163 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7164
7165         * Makefile.am:
7166         * PainterBase.C:
7167         * PainterBase.h:
7168         * Painter.C:
7169         * Painter.h:
7170         * WorkArea.C:
7171         * WorkArea.h:
7172         * screen.C:
7173         * tabular.C:
7174         * text.C:
7175         * text2.C: move Painter to frontends/
7176
7177 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7178
7179         * buffer.C: comment out some some code that depend upon lyx_format
7180         < 220
7181
7182         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7183         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7184
7185         * buffer.h (NO_COMPABILITY): turn off compability
7186
7187         * ColorHandler.C: include scoped_array.hpp
7188
7189         * font.C: Use more specific smart_ptr header.
7190         * Painter.C: ditto
7191         * gettext.C: ditto
7192         * ShareContainer.h: ditto
7193         * lyx_main.h: ditto
7194         * kbmap.h: ditto
7195         * FontInfo.h: ditto
7196         * BufferView_pimpl.h: ditto
7197         * ColorHandler.h: ditto
7198
7199         * kbmap.C (defkey): change call to shared_ptr::reset
7200
7201 2002-05-21  Juergen Vigna  <jug@sad.it>
7202
7203         * buffer.C (insertErtContents): fix to insert ert asis if it is
7204         non empty. Skip it completely if it contains only whitespaces.
7205
7206 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7207
7208         * BufferView_pimpl.C:
7209         * BufferView2.C: clear selection on paste (bug 393)
7210
7211 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7212
7213         * DepTable.C: include ctime
7214
7215 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7216
7217         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7218
7219 2002-05-14  Juergen Vigna  <jug@sad.it>
7220
7221         * text.C (breakParagraph): fixed function to honor the keepempty
7222         layout in the right maner and also to permit the right breaking
7223         algorithm on empty or non empyt keepempty paragraphs.
7224
7225         * paragraph.C (breakParagraph): we have to check also if the par
7226         is really empty (!size()) for isempty otherwise we do the wrong
7227         paragraph break.
7228
7229 2002-05-10  Juergen Vigna  <jug@sad.it>
7230
7231         * buffer.[Ch] : The following are only changes to the ert
7232         compatibility read reading old LaTeX layout and font stuff and
7233         convert it to ERTInsets.
7234
7235         * buffer.h: added isErtInset().
7236
7237         * buffer.C (struct ErtComp): add a fromlayout bool to check
7238         if we're inside a LaTeX layout.
7239         (isErtInset): new helper function.
7240         (insertErtContents): look for other ert insets before this one
7241         and insert the contents there, so that we don't have subsequent
7242         ERT insets with nothing between them. This way we create only one
7243         inset with multiple paragraphs. Also check if we don't insert only
7244         spaces ' ' as they are ignored anyway afterwards in the .tex file
7245         so if we have only spaces we will ignore this latex part in the
7246         new file.
7247         (parseSingleLyXformat2Token \\layout): better compatibility when
7248         reading layout-latex stuff.
7249         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7250         language tag.
7251         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7252         stuff after reading the inset only get the information back from
7253         the stack.
7254
7255 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7256
7257         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7258
7259         * LaTeXFeatures.C (getBabelOptions): New method.
7260
7261 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7262
7263         * BufferView_pimpl.C (Dispatch): work around missing argument for
7264         'layout'
7265
7266 2002-05-08  Juergen Vigna  <jug@sad.it>
7267
7268         * text.C (leftMargin): handle paragraph leftindent.
7269
7270         * paragraph.C (writeFile): write the new \\leftindent tag.
7271         (validate): handle leftindent code.
7272         (TeXEnvironment): handle paragraphleftindent code again.
7273
7274         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7275
7276         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7277         for paragrap_extra indent code and new token \\leftindent.
7278         (latexParagraphs): handle the leftindent as environment.
7279
7280         * ParameterStruct.h: added leftindent support.
7281
7282         * ParagraphParameters.C (leftIndent): added support functions for
7283         the paragraph left indent.
7284
7285         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7286         more appropriate.
7287
7288 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7289
7290         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7291         inside insetERT.
7292
7293         * text.C (computeBidiTables): No bidi in insetERT.
7294
7295         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7296         in RTL documents.
7297
7298 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7299
7300         * version.C.in: pre 5
7301
7302 2002-05-02  José Matos  <jamatos@fep.up.pt>
7303         * buffer.C (makeDocBookFile): white space changes, add newline to
7304         command styles.
7305         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7306
7307         * tabular.C (docBook): fix typo.
7308
7309 2002-05-03  Juergen Vigna  <jug@sad.it>
7310
7311         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7312         change in LyXText as we can not be sure it was not freed.
7313         (drawOneRow): remove unused code.
7314
7315         * text.C (drawInset): redo the calculation of the need_break_row as
7316         it could have a row which was already freed.
7317         (draw): look at the return value of drawInset and return false if
7318         it also returned false.
7319         (paintRowText): look at the return value of draw and return false if
7320         it also returned false.
7321
7322         * lyxtext.h: added bool return type to drawInset() and draw() so that
7323         if we have a change in the row so that the rowbreak has to be redone
7324         we abort drawing as it will be called again.
7325
7326 2002-05-02  Juergen Vigna  <jug@sad.it>
7327
7328         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7329         a change in the maintext also if we're inside an inset.
7330         (Dispatch): set the cursor again after a break line and after the
7331         screen has been updated as it could be we're in a different row.
7332
7333         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7334         to set the cursor behind the pargraph with > size().
7335         (setCursor): check also for the same paragraph when checking where
7336         to put the cursor if we have a NFR inset.
7337
7338         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7339         parts of layout read further up as it still was in the wrong
7340         position.
7341
7342 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7343
7344         * screen.C (drawFromTo): change sine fullRebreak always return
7345         true.
7346
7347         * buffer.C (parseSingleLyXformat2Token): reindent some
7348
7349         * BufferView_pimpl.C (update): change since fullRebreak always
7350         return true.
7351         (Dispatch): git rid of the last hardcoded "Standard"s.
7352
7353 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7354
7355         * text2.[Ch] (fullRebreak): make it return void now that we always
7356         returned true.
7357
7358 2002-04-30  Juergen Vigna  <jug@sad.it>
7359
7360         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7361         ert compatibility check for "latex" layout.
7362
7363 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7364
7365         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7366         minipages: use col% instead of p%, and also use the current font.
7367         (makeLaTeXFile): Fix use babel condition.
7368         (parseSingleLyXformat2Token): Correct font when reading old floats.
7369
7370 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7371
7372         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7373         inserting list of floats.
7374
7375 2002-04-25  Herbert Voss  <voss@lyx.org>
7376
7377         * MenuBackend.C (expand): don't add the graphics extensions to the
7378         export menu
7379
7380 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7381
7382         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7383         non-existing layout, do not complain if it was the default layout
7384         of the original class (bug #342)
7385
7386 2002-04-24  Juergen Vigna  <jug@sad.it>
7387
7388         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7389         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7390
7391 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7392
7393         * buffer.C (getBibkeyList): If using \bibliography, return the
7394         option field with the reference itself. Enables us to provide natbib
7395         support when using \bibliography.
7396
7397 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7398
7399         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7400
7401         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7402         natbib is provided by the LaTeX class.
7403
7404 2002-04-23  Juergen Vigna  <jug@sad.it>
7405
7406         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7407         Wakeup functions.
7408
7409         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7410
7411 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7412
7413         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7414
7415         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7416         ensuremath around textordmasculine, textordfeminine and
7417         textdegree.
7418
7419 2002-04-19  Juergen Vigna  <jug@sad.it>
7420
7421         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7422         reinitializing the buffer otherwise row-dimensions may be wrong.
7423         (update): reset also the selection cursors if they do exits otherwise
7424         their x/y positions may be wrong.
7425
7426         * text2.C (cursorDown): don't enter the inset if we came from a row
7427         above and are one row over the inset.
7428
7429         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7430         really leaving an inset.
7431
7432 2002-04-18  Juergen Vigna  <jug@sad.it>
7433
7434         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7435         of the selected paragraph does not have the selected layout also if
7436         the last one had!
7437
7438         * text2.C (setLayout): fixed bug which did not change last selected
7439         paragraph.
7440
7441         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7442         changed the read and substituted \\end_float with \\end_inset!
7443
7444         * BufferView_pimpl.C (cursorPrevious):
7445         (cursorNext): fixed to make it work with rows heigher than the work
7446         area without moving the cursor only the draw of the row.
7447         (workAreaMotionNotify): fix jumping over high rows.
7448
7449 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7450
7451         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7452         Ressler.
7453
7454 2002-04-16  Juergen Vigna  <jug@sad.it>
7455
7456         * text2.C (setCursor): set also the irow().
7457         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7458         (cursorUp):
7459         (cursorDown): support for locking an inset if the x_fix value goes
7460         inside it. That way I can transverse insets too with cursor up/down.
7461
7462         * lyxrow.h: added irow helper function same as other (i) functions.
7463
7464         * BufferView_pimpl.C (cursorPrevious):
7465         (cursorNext): fixed for insets!
7466
7467 2002-04-15  Juergen Vigna  <jug@sad.it>
7468
7469         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7470         position otherwise it is wrong in some cases.
7471
7472         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7473         inside the inset before the call.
7474
7475 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7476
7477         * buffer.[Ch] (getBibkeyList): make it const.
7478
7479 2002-04-12  Juergen Vigna  <jug@sad.it>
7480
7481         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7482
7483         * text2.C (getCursorX): new helper function
7484         (setCursor): compute also ix_
7485         (setCursorFromCoordinates): set also ix.
7486
7487         * lyxcursor.h: added ix_ and helper functions.
7488
7489         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7490
7491         * buffer.C (insertStringAsLines): dont break paragraph if the this
7492         paragraph is inside an inset which does not permit it!
7493
7494         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7495         also with no chars on this paragraph.
7496         (paintRowText): only paint stuff if it's inside the workarea!
7497
7498         * paragraph.C (breakParagraph): honor keepempty flag and break the
7499         paragraph always below not above.
7500
7501         * BufferView2.C (unlockInset): update the paragraph layout on inset
7502         unlock as we changed paragraph in such a case.
7503
7504         * lyxfind.C (LyXFind): clear the former selection if not found!
7505
7506         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7507         again called in insertChar().
7508
7509         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7510         an inset which uses the whole row!
7511         (rightMargin): ditto.
7512         (insertChar): force a rebreak if we inserted an inset!
7513
7514 2002-03-28  Herbert Voss  <voss@lyx.org>
7515
7516         * lyxlength.[Ch]: add inBP() to get the right PS-point
7517         units (BigPoint). With inPixels we have rounding errors
7518
7519 2002-04-11  Juergen Vigna  <jug@sad.it>
7520
7521         * text2.C (setCursorFromCoordinates): set iy to the right value.
7522         (setCursor): add check if row->previous exists!
7523
7524         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7525         an old float_type as this was the case in the old code!
7526
7527         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7528
7529         * BufferView2.C (showLockedInsetCursor): use iy
7530         (fitLockedInsetCursor): ditto
7531
7532         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7533         locked insets as there we have the right value now.
7534
7535         * lyxcursor.C: added iy_ variable and iy functions to set to the
7536         baseline of cursor-y of the locked inset.
7537
7538         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7539         (setCursor): fixed for insets which need a full row.
7540
7541         * text.C (rowLastPrintable): don't ignore the last space when before
7542         an inset which needs a full row.
7543         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7544         as last character of a row when before a inset which needs a full row.
7545
7546 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7547
7548         * version.C.in: update date
7549
7550         * text2.C (fullRebreak): try to always return true and see what
7551         happens...
7552
7553 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7554
7555         * MenuBackend.C (expand): use Floating::listName
7556
7557         * FloatList.C (FloatList): add listName argument to the built-in
7558         floats
7559
7560         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7561         text associated with the float.
7562
7563 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7564
7565         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7566
7567 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7568
7569         * ShareContainer.h: add a couple of missing typenames.
7570
7571 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7572
7573         * lyxrc.C (getDescription): use _() correctly rather than N_().
7574
7575 2002-03-28  Herbert Voss  <voss@lyx.org>
7576
7577         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7578         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7579
7580 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7581
7582         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7583         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7584
7585 2002-03-29  Juergen Vigna  <jug@sad.it>
7586
7587         * lyxfunc.C (dispatch): add a missing fitCursor call.
7588
7589         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7590         it was scrolled by a cursor move, so return the bool status.
7591
7592         * BufferView.C (fitCursor): return the bool flag also to the outside
7593         world as this is needed.
7594
7595         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7596
7597         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7598         call the edit() as it is not needed (and wrong) IMO.
7599         (workAreaButtonPress): set the screen_first variable before evt.
7600         unlock the inset as this may change screen_first and then we have
7601         a wrong y position for the click!
7602
7603 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7604
7605         * MenuBackend.C (expand): another translation that I missed
7606
7607 2002-03-28  Juergen Vigna  <jug@sad.it>
7608
7609         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7610
7611         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7612
7613 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7614
7615         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7616
7617         * MenuBackend.C (expand): fix export/view/update when there is no
7618         document open.
7619
7620 2002-03-27  Herbert Voss  <voss@lyx.org>
7621
7622         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7623         and text%
7624
7625 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7626
7627         * bufferview_funcs.C (currentState): only show paragraph number
7628         for is DEVEL_VERSION is set.
7629
7630         * lyxfunc.C (dispatch): put warning in INFO channel
7631
7632         * MenuBackend.C (expand): translate the name of floats
7633
7634         * FloatList.C (FloatList): mark the float names for translation
7635
7636         * converter.C (convert): use LibScriptSearch
7637
7638 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7639
7640         * MenuBackend.C (defaults): fix default menu (we might as well get
7641         rid of it...)
7642
7643 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7644
7645         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7646         directory.
7647
7648 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7649
7650         * lyxvc.C: reorder includes.
7651
7652 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7653
7654         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7655           properly
7656
7657 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7658
7659         * CutAndPaste.C: change layouts earlier on paste
7660           to avoid crashing when calling getFont()
7661
7662 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7663
7664         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7665         irritating #error.
7666
7667 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7668
7669         * WorkArea.C: remove 'Pending' debug message.
7670
7671         * most files: ws cleanup
7672
7673         * buffer.[Ch]: ws changes
7674
7675         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7676
7677 2002-03-21  Juergen Vigna  <jug@sad.it>
7678
7679         * tabular.C (SetMultiColumn): collapse also the contents of the
7680         cells and set the last border right. Added a Buffer const * param.
7681
7682 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7683
7684         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7685         linking or not.
7686
7687 2002-03-19  Juergen Vigna  <jug@sad.it>
7688
7689         * text2.C (clearSelection): reset also xsel_cache.
7690
7691         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7692         where it needs to be called (John tells us to do so too :)
7693         (selectionLost): reset sel_cache.
7694
7695         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7696
7697 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7698
7699         * text2.C (setCursorIntern): put debuging code in INSETS channel
7700
7701 2002-03-19  André Pönitz <poenitz@gmx.net>
7702
7703         * lyxfunc.C: tiny whitespace change
7704
7705 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7706
7707         * ToolbarDefaults.C (init):
7708         * LyXAction.C (init):
7709         * commandtags.h:
7710         * BufferView_pimpl.C (Dispatch):
7711         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7712
7713 2002-03-19  Allan Rae  <rae@lyx.org>
7714
7715         * exporter.C (Export): removeAutoInsets before doing anything else.
7716         While I've just introduced a dependency on BufferView this really is
7717         the best place to clean the buffer otherwise you need to cleanup in
7718         a dozen places before calling export or cleanup in a dozen functions
7719         that export calls.
7720
7721         * converter.C (runLaTeX):
7722         (scanLog): Better handling of removeAutoInsets and screen updates.
7723
7724         * lyxfunc.C (dispatch): small whitespace changes
7725
7726 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7727
7728         * WorkArea.C (C_WorkAreaEvent): return a value.
7729         (event_cb): return 1 if we handled the event, 0 otherwise.
7730
7731         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7732
7733 2002-03-18  Juergen Vigna  <jug@sad.it>
7734
7735         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7736         (GetAdditionalWidth): ditto.
7737         (RightLine): ditto.
7738         (LeftLine): ditto.
7739
7740         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7741         inset if we're there actually (probably not used right now but this
7742         is the direction to go for unifying code).
7743         (paste): disable code to clear the selection.
7744
7745         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7746         inside an InsetText and move the check further up as it is in the
7747         wrong place.
7748
7749         * text2.C (pasteSelection): set a selection over the pasted text.
7750
7751 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7752
7753         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7754         and libgraphics to build on Cygwin.
7755
7756 2002-03-15  Juergen Vigna  <jug@sad.it>
7757
7758         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7759         inserting an Inset into the paragraph. I know this is not the best
7760         fix but we already use current_view in CutAndPaste so we will remove
7761         all of it's using at the same time.
7762
7763         * buffer.C (sgmlError): deactivated function till it is rewritten in
7764         the right mode, now it can create problems.
7765
7766         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7767         before accessing it.
7768
7769 2002-03-14  Juergen Vigna  <jug@sad.it>
7770
7771         * undo_funcs.C (textHandleUndo): do the right thing when updating
7772         the inset after the undo/redo.
7773
7774         * text2.C (setCursor): just some testcode for #44 not ready yet.
7775
7776         * undo_funcs.C (textHandleUndo): set the next() and previous()
7777         pointers of the paragraph to 0 before deleting otherwise we have
7778         problems with the Paragraph::[destructor].
7779
7780         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7781         on a paragraph insertion.
7782
7783 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7784
7785         * buffer.C (asciiParagraph): use += operator for char append to
7786         string.
7787
7788         * paragraph.C (getFontSettings): compare >= not just >
7789         (highestFontInRange): ditto
7790         (setFont): ditto
7791
7792 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7793
7794         * paragraph.C: change several algorithm to be more appripriate for
7795         the problem domain. This is lookip in FontList and in the InsetList.
7796
7797 2002-03-13  André Pönitz <poenitz@gmx.net>
7798
7799         * commandtags.h:
7800         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7801
7802 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7803
7804         * commandtags.h:
7805         * LyXAction.C:
7806         * lyxfunc.C:
7807         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
7808
7809 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7810
7811         * Painter.C (display): anon helper function, adjust code for this
7812         change.
7813         (pixmap): remove function.
7814
7815         * Painter.h: remove private display variable.
7816
7817         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
7818
7819 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
7820
7821         * WorkArea.[Ch]: remove figinset_canvas cruft.
7822
7823 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7824
7825         * lyxtextclass.C (operator): add one item cache optimization.
7826
7827         * bufferlist.h: doxy changes
7828
7829         * bufferlist.C: ws changes
7830
7831         * DepTable.[Ch] (ext_exist): place const in the right spot.
7832
7833         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
7834         call resizeInsets.
7835         (workAreaExpose): call resizeInsets when the with BufferView changes.
7836         (Dispatch): adjust for protectedBlank removal
7837         (specialChar): call updateInset if the insert went ok.
7838
7839         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
7840         specialChar instead.
7841
7842         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
7843
7844         * BufferView.h: doxy change
7845
7846         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
7847
7848         * lyxtextclass.C (operator[]): remove non-const version
7849         (defaultLayout): remove non-const version
7850
7851 2002-03-12  Juergen Vigna  <jug@sad.it>
7852
7853         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
7854         did resize the LyXText too.
7855
7856         * buffer.C (readLyXformat2): set layout information on newly allocated
7857         paragraphs.
7858
7859         * tabular.C (OldFormatRead): set layout information on the paragraph.
7860
7861 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7862
7863         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
7864
7865 2002-03-11  Juergen Vigna  <jug@sad.it>
7866
7867         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
7868         plainly wrong.
7869         (resizeCurrentBuffer): force also the insets to resize themselfes.
7870         (moveCursorUpdate): fixed up for InsetText.
7871
7872 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
7873
7874         * commandtags.h:
7875         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
7876         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
7877         value of Dialogs::tooltipsEnabled().
7878         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
7879
7880 2002-03-08  Juergen Vigna  <jug@sad.it>
7881
7882         * BufferView_pimpl.C (updateInset): update inset inside inset also
7883         if it isn't inside theLockingInset().
7884
7885 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7886
7887         * buffer.C (asciiParagraph): redo some of the word and line length
7888         handling.
7889         (getLists): look for Caption instead of caption.
7890
7891 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7892
7893         * buffer.C (Buffer): initialize niceFile to true
7894         (makeLaTeXFile):
7895         (makeLinuxDocFile):
7896         (makeDocBookFile): make sure niceFile is true on exit
7897
7898 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7899
7900         * buffer.C (makeLaTeXFile): escape ~ in \input@path
7901
7902 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
7903
7904         * LyXSendto.C: remove.
7905         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
7906         * lyx_gui.C: remove now-redundant comment.
7907         * ColorHandler.h: remove forward declaration of class WorkArea.
7908         * lyxfunc.C: remove #include "WorkArea.h".
7909
7910 2002-03-07  Juergen Vigna  <jug@sad.it>
7911
7912         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
7913         got moved away with the DEPM and also set the inset_owner always
7914         right which before could have been omitted.
7915
7916 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7917
7918         * buffer.C (parseSingleLyXformat2Token): use default layout is the
7919         wanted layout is not found.
7920
7921 2002-03-07  Juergen Vigna  <jug@sad.it>
7922
7923         * CutAndPaste.C (cutSelection): another layout settings forgotten.
7924
7925 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7926
7927         * paragraph.C (breakParagraph): use default layout not layout of
7928         prev paragraph.
7929         (Paragraph): clear ParagraphParameters.
7930
7931 2002-03-06  Juergen Vigna  <jug@sad.it>
7932
7933         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
7934         otherwise it would not be a valid lenght. Fixed a special case in
7935         the minipage compatibility read where we end the document with a
7936         minipage.
7937
7938         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
7939         was set as it could be 0 for InsetTexts first entry.
7940
7941 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7942
7943         * paragraph.C (writeFile): if layout is empty write out
7944         defaultLayoutName().
7945
7946         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
7947         file without named layout we set layout to defaultLayoutName().
7948
7949 2002-03-06  Juergen Vigna  <jug@sad.it>
7950
7951         * CutAndPaste.C (copySelection): set layout for new paragraph.
7952
7953         * text.C (prepareToPrint): leave ERT inset left aligned
7954         (leftMargin): don't indent paragraphs inside ERT insets
7955
7956 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7957
7958         * paragraph.C (breakParagraph): dont call clear do the work manually
7959
7960         * paragraph.[Ch] (clear): remove function
7961
7962 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7963
7964         * paragraph.C (Paragraph): dont call clear, the work has already
7965         been done.
7966
7967         * lyxtextclass.C (operator): assert if n is empty
7968
7969         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
7970         work manually instead.
7971
7972 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7973
7974         * BufferView_pimpl.C: protect selectionLost against text == 0
7975
7976 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7977
7978         * text.C (breakParagraph): fix a setting layout to '0' problem.
7979
7980 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7981
7982         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
7983         final location of file, for the included files, and graphics.
7984
7985 2002-03-05  Juergen Vigna  <jug@sad.it>
7986
7987         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
7988
7989 2002-03-04  Juergen Vigna  <jug@sad.it>
7990
7991         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
7992
7993         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
7994         last column of multicolumn cells.
7995         (SetWidthOfMulticolCell): recalculate NMC and real columns.
7996
7997 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7998
7999         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8000         file if it doesn't go to a temporary file.
8001
8002         * buffer.C (sgmlOpenTag):
8003         (sgmlCloseTag):  remove extra newline insertion.
8004
8005 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8006
8007         * text.C (getRowNearY): comment out debug msg
8008
8009 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8010
8011         * text2.C: first -> first_y
8012
8013         * text.C (getRowNearY): add some attemts at a possible
8014         optimization, not working.
8015
8016         * tabular.[Ch]: add BufferParams to several function so that newly
8017         created paragraph can be initialized to he default layotu for the
8018         buffers textclass.
8019
8020         * tabular-old.C (ReadOld): add buf->params to call of Init
8021
8022         * screen.C: rename text->first to text->first_y
8023
8024         * paragraph.C (breakParagraph): always set layout in the broken
8025         paragraph
8026
8027         * lyxtextclass.C (Read): remove lowercase
8028         (hasLayout): ditto
8029         (operator): ditto
8030         (delete_layout): ditto
8031
8032         * lyxtext.h: rename first -> first_y
8033
8034         * lyxlayout.C (Read): remove lowercase
8035         (name): ditto
8036         (setName): ditto
8037         (obsoleted_by): ditto
8038
8039         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8040
8041         * buffer.C (insertErtContents): add params are to InsetERT
8042         (parseSingleLyXformat2Token): add code to check if a paragraphs
8043         layout really exist.
8044         (parseSingleLyXformat2Token): add params to several inset
8045         constructors
8046         (asciiParagraph): remove lowercase, do the layout comparisons with
8047         no_case
8048
8049         * BufferView_pimpl.C (cursorNext): first -> first_y
8050         (resizeCurrentBuffer): first -> first_y
8051         (updateScrollbar): first -> first_y
8052         (scrollCB): first -> first_y
8053         (workAreaMotionNotify): first -> first_y
8054         (workAreaButtonPress): first -> first_y
8055         (checkInsetHit): first -> first_y
8056         (cursorPrevious): first -> first_y
8057         (cursorNext): first -> first_y
8058         (Dispatch): add buffer_->params to severl inset contructors
8059
8060 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8061
8062         * lyxlayout.C (Read): remove some debug info that I forgot.
8063
8064         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8065         clean up the code slightly.
8066         (makeLinuxDocFile): ditto
8067         (makeDocBookFile): ditto
8068
8069         * text2.C: layout as string
8070
8071         * text.C: layout as string
8072
8073         * paragraph_pimpl.C: layout as string
8074
8075         * paragraph.[Ch]: layout as string
8076
8077         * lyxtextclasslist.[Ch]: layout as string
8078
8079         * lyxtextclass.[Ch]: layout as string
8080
8081         * lyxtext.h: layout as string
8082
8083         * lyxlayout.[Ch]: layout as string
8084
8085         * lyx_cb.C: layout as string
8086
8087         * bufferview_funcs.C: layout as string
8088
8089         * bufferparams.C: layout as string
8090
8091         * buffer.C: layout as string
8092
8093         * LyXView.[Ch]: layout as string
8094
8095         * LaTeXFeatures.[Ch]: layout as string
8096
8097         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8098
8099         * BufferView_pimpl.C: change current_layout to string, remove
8100         lyx::layout_type.
8101         (Dispatch):
8102         (smartQuote):
8103         (insertInset):
8104         (workAreaButtonRelease): layout as string
8105
8106         * BufferView2.C (unlockInset): adjust
8107
8108         * vspace.C (asLatexCommand): use an explict temp variable.
8109
8110 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8111
8112         * Makefile.am: use FRONTEND_*
8113
8114 2002-03-01  Juergen Vigna  <jug@sad.it>
8115
8116         * tabular.C (SetWidthOfMulticolCell): changed to something better
8117         I hope but still work in progress.
8118         (recalculateMulticolumnsOfColumn): renamed function from
8119         recalculateMulticolCells as it is more appropriate now.
8120         (SetWidthOfCell): calculate multicols better.
8121
8122 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8123
8124         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8125
8126         * lyxfunc.C (processKeySym): print sequence also if it is
8127         `deleted' (complete)
8128
8129         * kbsequence.C (print): print sequence even if it is deleted
8130         (complete would be a better word, actually).
8131
8132         * lyxfunc.C (dispatch): print complete options after a prefix key
8133
8134         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8135
8136 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8137
8138         * text2.C (setCharFont): eliminate setCharFont code duplication.
8139
8140 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8141
8142         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8143         LFUN_TABULAR_FEATURE (bug #177)
8144
8145 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8146
8147         * Makefile.am: remove figure.h
8148
8149 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8150
8151         * Bufferview_pimpl.C:
8152         * CutAndPasteC:
8153         * LaTeX.C:
8154         * LyXSendto.C:
8155         * buffer.C:
8156         * bufferlist.C:
8157         * converter.C:
8158         * language.C:
8159         * lyxfunc.C:
8160         * lyxvc.C:
8161         * paragraph.C:
8162         * text.C:
8163         * text2.C: remove #include "lyx_gui_misc.h".
8164
8165         * LaTeX.C: added #include <cstdio>
8166
8167 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8168
8169         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8170         that the paragraph following this one can have.
8171
8172         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8173
8174         * vspace.C (asLatexCommand): fix bogus gcc warning
8175
8176         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8177
8178 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8179
8180         * text2.C (setLayout): get rid of redundant code
8181
8182 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8183
8184         * text2.C (incDepth): make sure depth cannot be increased beyond
8185         reasonable values.
8186
8187 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8188
8189         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8190         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8191
8192         * PainterBase.h (image):
8193         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8194         a LyXImage const *.
8195
8196 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8197
8198         * BufferView.C:
8199         * BufferView.h:
8200         * BufferView_pimpl.C:
8201         * BufferView_pimpl.h:
8202         * LaTeXFeatures.C:
8203         * LyXAction.C:
8204         * LyXView.C:
8205         * Makefile.am:
8206         * UpdateList.h:
8207         * UpdateList.C:
8208         * buffer.C:
8209         * figure.h:
8210         * figureForm.C:
8211         * figureForm.h:
8212         * figure_form.C:
8213         * figure_form.h:
8214         * lyx_cb.C:
8215         * lyx_gui.C:
8216         * lyx_gui_misc.C:
8217         * lyxfunc.C:
8218         * sp_base.h:
8219         * sp_ispell.h:
8220         * sp_pspell.h:
8221         * sp_spell.C: remove fig inset, and the crap house of
8222           cards that follows it
8223
8224 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8225
8226         * Makefile.am:
8227         * lyxserver.C:
8228         * os2_defines.h:
8229         * os2_errortable.h:
8230         * nt_defines.h: move .h into support/
8231
8232         * vms_defines.h: remove
8233
8234         * WorkArea.C: add space in debug output
8235
8236         * text2.C:
8237         * paragraph.C:
8238         * buffer.C: add WITH_WARNINGS
8239
8240         * vc-backend.h:
8241         * vc-backend.C:
8242         * bufferlist.C: s/retrive/retrieve/, add docs
8243
8244         * vspace.h:
8245         * vspace.C:
8246         * kbmap.h:
8247         * lyxlength.h:
8248         * lyxgluelength.h:
8249         * length_common.h:
8250         * chset.h:
8251         * chset.C: add docs
8252
8253         * lyxgui.C: add ID to X error handler
8254
8255         * lyxtestclass.c: fix typo
8256
8257 2002-02-26  Juergen Vigna  <jug@sad.it>
8258
8259         * tabular_funcs.C (write_attribute): changed so that some default
8260         attributes are not written at all.
8261         (getTokenValue): set default values before trying to read the
8262         value so we have the return value always set as default if we don't
8263         find the token we search for.
8264
8265         * tabular.C (Write): write bools as bools not as strings!
8266
8267 2002-02-22  Juergen Vigna  <jug@sad.it>
8268
8269         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8270         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8271
8272         * text.C (leftMargin): don't add an indent for paragraphs inside
8273         tabular cells (fix #208).
8274
8275 2002-02-21  José Matos  <jamatos@fep.up.pt>
8276
8277         * tabular.C (docBook): fixed support for long tables.
8278
8279 2002-02-20  Juergen Vigna  <jug@sad.it>
8280
8281         * text2.C (getFont): get the drawing font of the Inset if this
8282         paragraph is inside an inset (only important for InsetERT for now).
8283
8284         * buffer.C (insertErtContents): use new lanugage params in ERT
8285         constructor.
8286
8287         * CutAndPaste.C: commenting out seemingly uneeded code.
8288
8289 2002-02-19  Allan Rae  <rae@lyx.org>
8290
8291         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8292         Iterators might be simple to use but they also get invalidated.
8293         (removeAutoInsets): renamed saved cursor tracking variables and added
8294         some comments to clarify what everything does.
8295
8296 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8297
8298         * Chktex.C:
8299         * LaTeX.C:
8300         * LyXSendto.C:
8301         * converter.C:
8302         * lyx_cb.C:
8303         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8304         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8305
8306         * lyxfunc.C:
8307         * vc-backend.h: remove #include "support/syscall.h"
8308
8309         * LaTeX.C:
8310         * LyXSendto.C:
8311         * converter.C: rearrange #includes in Lars' approved fashion.
8312
8313         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8314         forward declare class Timeout in the header file.
8315
8316         * XFormsView.C: changes due to the above.
8317
8318         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8319         similar to LyXView.
8320
8321         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8322         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8323
8324 2002-02-18  José Matos  <jamatos@fep.up.pt>
8325
8326         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8327         insets contents.
8328
8329 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8330
8331         * a lot of small ws changes
8332         * add a lot of using std::XXX
8333         * use std construcs some places where approp.
8334         * use some exisint stuff from lyxfunctional where approp.
8335         * Make file changes to use partial linking (lets test this now...)
8336
8337 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8338
8339         * Chktex.C:
8340         * buffer.C:
8341         remove #include "support/syscontr.h" as it's redundant. Always has been.
8342
8343         * Chktex.C:
8344         * LaTeX.C:
8345         * LyXSendto.C:
8346         * converter.C:
8347         * lyx_cb.C:
8348         * vc-backend.C:
8349         change Systemcalls::System to Systemcalls::Wait and
8350         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8351         No change of functionality, just reflects the stripped down Systemcalls
8352         class.
8353
8354 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8355
8356         * debug.[Ch]: add a GRAPHICS type to the enum.
8357
8358 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8359
8360         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8361
8362         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8363         there is an inset.
8364
8365 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8366
8367         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8368         match the changes below.
8369
8370         * text2.C (toggleInset): if there is not editable inset at cursor
8371         position, try to see if cursor is _inside_ a collapsable inset
8372         and close it.
8373
8374 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8375
8376         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8377         document menu has a nice checkbox
8378
8379 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8380
8381         * lyxlength.C (asLatexString): change PW to output as percent of
8382         \textwidth.
8383
8384         * lengthcommon.C: change '%' to 't%'
8385
8386         * lyxfunc.C (dispatch): a few comments from Martin
8387
8388 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8389
8390         * WorkArea.h:
8391         * WorkArea.C:
8392         * BufferView_pimpl.h:
8393         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8394           the X selection.
8395
8396 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8397
8398         * vspace.C (inPixels): fix compiler warning
8399
8400 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8401
8402         * lyxfunc.C (getStatus): fix status message for disabled commands.
8403
8404 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8405
8406         * BufferView_pimpl.C: fix crash on close buffer
8407         during selection (#227)
8408
8409 2002-01-27  Herbert Voss  <voss@lyx.org>
8410
8411         * buffer.C: link old Figure to new graphic inset
8412
8413 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8414
8415         * FontLoader.C (getFontinfo): Change the latex font names in order
8416         to match the names of type1inst.
8417
8418 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8419
8420         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8421
8422         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8423         (extchanged): ditto
8424         (ext_exist): ditto
8425         (remove_files_with_extension): ditto
8426         (remove_file): ditto
8427         (write): ditto
8428
8429         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8430         document is smaller than the work area height. Do not initialize
8431         static variables to 0.
8432
8433 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8434
8435         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8436
8437         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8438         LFUN_LAYOUT_PARAGRAPHS.
8439
8440         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8441         tabular. It is possible to provide a possible cell, which will
8442         typically be the actcell from the corresponding insettabular
8443
8444         * lyxfunc.C (getStatus): small cleanup; disable
8445         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8446         true
8447
8448 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8449
8450         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8451
8452         * paragraph.C (startTeXParParams):
8453         (endTeXParParams): new methods. The LaTeX code to
8454         start/end paragraph formatting
8455         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8456         empty (fixes bug #200)
8457
8458         * vspace.C (inPixels): adapt to the change below
8459         (inPixels): [later] more cleanups (remove unused variables)
8460
8461         * lyxlength.C (inPixels): change to use a width and a height as
8462         parameter.
8463
8464 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8465
8466         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8467         Replaced with \paperwidth
8468
8469         * DepTable.C (insert): add std:: qualifier
8470
8471 2002-01-18  Allan Rae  <rae@lyx.org>
8472
8473         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8474         updated also?
8475
8476         * text.C (drawInset): Turned out I didn't know enough about how
8477         rebreaking worked.  This fixes most of the redraw problems.  I see
8478         an occasional cursor trail when a line is broken now and the cursor
8479         placement can seem out by a few pixels also after a rebreak.
8480
8481 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8482
8483         * buffer.C (parseSingleLyXformat2Token): update because minipage
8484         width is now a LyXLength
8485
8486         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8487
8488         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8489         math insets
8490
8491 2002-01-17  Juergen Vigna  <jug@sad.it>
8492
8493         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8494
8495         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8496         is set correctly and the inset is updated correctly.
8497
8498 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8499
8500         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8501         the beginning of the loop.
8502
8503 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8504
8505         * lyxrc.C: improve help for use_scalable_fonts
8506
8507 2002-01-17  Allan Rae  <rae@lyx.org>
8508
8509         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8510
8511 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8512
8513         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8514         make sure to set their inset_owner to the right value (bug #171)
8515
8516 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8517
8518         * DepTable.h
8519         * DepTable.C: Implement mtime checking to reduce time spent doing
8520         CRCs.
8521
8522 2002-01-16  Juergen Vigna  <jug@sad.it>
8523
8524         * tabular.C (GetAdditionalHeight): one of error fixed.
8525
8526         * lyxrc.C (output): small fix in writing use_pspell.
8527
8528 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8529
8530         * sp_base.h: #include LString.h
8531
8532 2002-01-16  Allan Rae  <rae@lyx.org>
8533
8534         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8535         Can someone check this please?
8536
8537         * text.C (drawInset): It was possible that p.row would be removed by
8538         breakAgainOneRow upsetting a few other settings.  There may be another
8539         small tweak possible by setting need_break_row = 0 when p.row has been
8540         removed but I don't know enough about the logic here.
8541
8542 2002-01-15  Allan Rae  <rae@lyx.org>
8543
8544         * text.C (insertChar): removed conditional truism.
8545
8546         * BufferView2.C (removeAutoInsets): More tweaks.
8547         cur_par_prev could be a stray pointer.  Check for trailing empty line
8548         in case last line was cur_par and only had an error inset on it.
8549
8550 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8551
8552         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8553         absolute
8554
8555         * vc-backend.C (most methods):
8556         * exporter.C (Export):
8557         * converter.C (convert):
8558         (runLaTeX):
8559         * LyXSendto.C (SendtoApplyCB):
8560         * lyxfunc.C (dispatch):
8561         (menuNew):
8562         (open):
8563         (doImport):
8564         * lyx_cb.C (AutoSave):
8565         (InsertAsciiFile):
8566         * BufferView_pimpl.C (MenuInsertLyXFile):
8567         * buffer.C (runChktex): use Buffer::filePath().
8568
8569         * buffer.h: rename filename to filename_; rename filepath to
8570         filepath_ and make it private
8571         (filePath): new method
8572
8573         * buffer.C (writeFile): use fileName()
8574         (getLatexName):
8575
8576         * lyx_main.C (init): fix starting  of LyX when the binary is a
8577         link from so,ewhere else.
8578
8579         * minibuffer.C: include <cctype> for isprint
8580
8581 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8582
8583         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8584         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8585         name clash with InsetCollapsable's width function.
8586
8587 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8588
8589         * lastfiles.C: include <iterator>
8590
8591 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8592
8593         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8594         std::count.
8595
8596         * buffer.C (makeLaTeXFile): ditto.
8597         Also make loop operation more transparent.
8598
8599 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8600
8601         * ToolbarDefaults.C: remove trailing comma closing namespace.
8602
8603         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8604
8605         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8606         as in WorkArea.
8607
8608         * trans.C (Load): comment out unused variable, allowed.
8609
8610 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8611
8612         * minibuffer.[Ch] (append_char): new method to recieve input from the
8613         drop-down completion browser. If a key was pressed, then recieve this
8614         char and append it to the existing string.
8615         (peek_event): modify the positioning data passed to the completion
8616         browser so that it can be placed above the minibuffer rather than below.
8617 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8618
8619         * LyXAction.C (init): alloe error-next for readonly documents.
8620
8621         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8622         count.
8623
8624 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8625
8626         * bufferlist.C (readFile): create the buffer _after_ checking that
8627         the file exists.
8628
8629         * lyxfunc.C (verboseDispatch): fix handling of arguments
8630
8631         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8632
8633         * lyxrc.C: use string::erase() instead of initializing to "".
8634
8635
8636 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8637
8638         * BufferView_pimpl.h:
8639         * BufferView_pimpl.C:
8640         * WorkArea.h:
8641         * WorkArea.C:
8642         * text2.C: tell X when we have made a selection for copying
8643
8644 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8645
8646         * BufferView_pimpl.C (MenuInsertLyXFile):
8647         * lyxfunc.C (menuNew):
8648         (open):
8649         (doImport): add shortcuts to directory buttons
8650
8651         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8652         open a float)
8653
8654         * lyxfunc.C (setStatusMessage):
8655         (getStatusMessage): new methods
8656         (getStatus):use setStatusMessage instead of setErrorMessage
8657         (dispatch): when function is disabled, set error message here
8658         [instead of in getStatus previously]
8659
8660         * BufferView_pimpl.C (workAreaButtonRelease): update
8661         toolbar/menubar here too.
8662
8663 2002-01-13  Allan Rae  <rae@lyx.org>
8664
8665         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8666         Now seems indestructible.  Remaining task is to audit all other
8667         code affected by deleteEmptyParagraphMechanism.  One small quirk
8668         left is that an empty document with an error in the preamble can
8669         be made to report an error but no error box appears.  I don't know
8670         where it goes.
8671         (removeAutoInsets): Improved comments.
8672
8673 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8674
8675         * Thesaurus.h:
8676         * Thesaurus.C: update for Aiksaurus 0.14
8677
8678 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8679
8680         * text2.C (firstParagraph): removed member function, all uses
8681         replaces with ownerParagraph
8682         (redoParagraphs): here
8683         (updateInset): here
8684         (toggleAppendix): here
8685         * BufferView2.C (insertErrors): here
8686         (setCursorFromRow): here
8687
8688 2002-01-13  Allan Rae  <rae@lyx.org>
8689
8690         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8691         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8692         There is still a way to segfault this although you may have to do this
8693         multiple times: Have an InsetERT with an unknown command in it.
8694         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8695         <down-arrow>, <Enter> again, View->DVI, BANG!
8696
8697         * text2.C (setCursor):
8698         (deleteEmptyParagraphMechanism):
8699         * lyxtext.h (setCursor):
8700         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8701         Making use of the return value may help fix other bugs.
8702
8703 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8704
8705         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8706
8707         * LyXView.C (updateMenubar): call MenuBar::update here
8708         (updateToolbar): but not here
8709         (showState): do not update toolbar/menubar
8710
8711         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8712         should need to care about that.
8713
8714         * lyxfunc.C (verboseDispatch): simplify a bit
8715         (getStatus): have a version which takes a pseudoaction, and
8716         another which requires a (kb_action,string).
8717
8718         * LyXAction.C (retrieveActionArg): make it work also when action
8719         is not a pseudo-action.
8720         (getActionName): simplify a bit
8721         (helpText):
8722
8723 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8724
8725         * lyxfunc.C (verboseDispatch): new families of methods with
8726         several ways to specify a command and a bool to indicate whether
8727         the command name and shortcut should be displayed in minibuffer
8728         (eventually, we could extend that to a finer bitmask like
8729         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8730         (dispatch): the pristine dispatch command which just, well,
8731         dispatchs! Note it still sets its result to minibuffer; I'm not
8732         sure we want that.
8733
8734         * lyxfunc.h: remove setHintMessage
8735
8736         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8737
8738 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8739
8740         * BufferView_pimpl.C (specialChar): delete new inset if we have
8741         not been able to insert it.
8742
8743         * kbmap.C: revert to using int instead of kb_action, since all we
8744         are dealing with is pseudo-actions.
8745
8746         * LyXAction.C (searchActionArg): change to return int instead of
8747         kb_action, since the result is a pseudoaction.
8748
8749 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8750
8751         * buffer.C (insertErtContents): Fix (partially) the font bug.
8752
8753 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8754
8755         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8756         as the other one is broken on my machine!
8757
8758 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8759
8760         * commandtags.h:
8761         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8762
8763 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8764
8765         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8766         reflect their actual use. Provide compatibility code for older lyxrc
8767         files.
8768
8769         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8770         FL_NORMAL_STYLE.
8771         change names of popup font variables in line with the changes to lyxrc.C
8772
8773 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8774
8775         * buffer.C (asciiParagraph): avoid outputing a word twice after
8776         an inset.
8777
8778         * lyxrc.C (getDescription): document that document_path and
8779         template_path can be empty.
8780
8781 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8782
8783         * LaTeXFeatures.C (getMacros):
8784         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8785
8786         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8787
8788         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8789         getPackages.
8790         (getPackages): rename feature "floats" to "float". Use an array to
8791         iterate over 'simple' features (i.e. just a \usepackage). Add
8792         handling of "amsmath" (renamed from "amsstyle").
8793
8794 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8795
8796         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8797         features list.
8798
8799 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8800
8801         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8802         FuncStaus::FuncStatus & FuncStaus::some_method().
8803
8804 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8805
8806         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8807         of the func_satus stuff. Edited and massaged in various ways by
8808         JMarc.
8809
8810         * lyxfunc.C (getStatus): use FuncStatus
8811
8812 2002-01-08  Juergen Vigna  <jug@sad.it>
8813
8814         * text.C (nextBreakPoint): use function Inset::isChar().
8815
8816         * paragraph.C (TeXOnePar): use function
8817         Inset::forceDefaultParagraphs.
8818
8819         * buffer.C (latexParagraphs): use function
8820         Inset::forceDefaultParagraphs.
8821
8822 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8823
8824         * lyx_gui.C (init): set the style of the menu popups to
8825         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
8826
8827 2002-01-07  Juergen Vigna  <jug@sad.it>
8828
8829         * text.C (setHeightOfRow): small fix
8830         (prepareToPrint): don't look at alignment if we don't have the place
8831         for doing it.
8832
8833 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8834
8835         * box.C: New file. Move the Box methods and functions out of box.h,
8836         following Lars' suggestion.
8837
8838 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8839
8840         * box.h: #include "support/LOstream.h", needed for inlined function.
8841
8842         * lyxtextclass.C:
8843         * lyxtextclasslist.C: added some using std declarations.
8844
8845 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
8846
8847         * box.h: make signed dimensions to allow insets wider than
8848           the screen (bug #162)
8849
8850         * BufferView_pimpl.C: add some insetHit debug
8851
8852 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
8853
8854         * vc-backend.C: add FIXME
8855
8856 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8857
8858         * lyxfunc.C (getStatus): enable code for showing math font status
8859         in toolbar/menu.
8860
8861 2002-01-07  Juergen Vigna  <jug@sad.it>
8862
8863         * text.C (nextBreakPoint): removed debug output not needed anymore.
8864
8865 2002-01-06  Juergen Vigna  <jug@sad.it>
8866
8867         * text.C (nextBreakPoint): fixed up this function we had this bug
8868         since ever but now hopefully we break row better.
8869         (insertChar): we have to check if an inset is the next char as it
8870         could now happen that a large inset is causing a break.
8871
8872 2002-01-05  Juergen Vigna  <jug@sad.it>
8873
8874         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
8875         if it doesn't like to be drawed.
8876
8877 2002-01-04  Juergen Vigna  <jug@sad.it>
8878
8879         * BufferView2.C (lockInset): forgot to set a cursor.
8880
8881         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
8882
8883 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
8884
8885         * FormMathsPanel.C:
8886         * FormMathsPanel.h
8887         * MathsSymbols.C:
8888         * form_maths_panel.C:
8889         * form_maths_panel.h:
8890         * form_maths_panel.fd: implemented sub- and super- buttons in math
8891         panel.
8892
8893         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
8894         (or ^ space) to be used as in TeX (req'd by André).
8895
8896         * lyxfunc.C: Allow ^ and _ again to be used both as
8897         super/subscript (mathed) and as themselves (in text).
8898
8899 2002-01-03  Allan Rae  <rae@lyx.org>
8900
8901         * LyXView.C (updateWindowTitle): Setup a short icon title of either
8902         "LyX" or the filename of the current buffer if it has one.  This is a
8903         modified form of John Levon's patch.
8904
8905         * XFormsView.C (setWindowTitle): also set icon title.
8906
8907         * LyXView.h (setWindowTitle): signature changed.
8908         * XFormsView.h (setWindowTitle): ditto.
8909
8910 2002-01-02  Juergen Vigna  <jug@sad.it>
8911
8912         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
8913
8914 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8915
8916         * screen.C (topCursorVisible): introduce a temp var for
8917         text->cursor.row(), handle the case where this row is null. (kindo
8918         hachish)
8919
8920         * text2.C (setCursor): add a couple of asserts.
8921
8922         * paragraph.h (inset_iterator): add -> operator
8923
8924         * paragraph.[Ch] (autoDeleteInsets): remove member function
8925
8926         * BufferView2.C (removeAutoInsets): rewrite to handle the old
8927         cursor pos correctly and handle inset deletion by itself.
8928         (insertErrors): move iterator declaration out of for expression
8929
8930         * lyxtextclass.C: add <algorithm>
8931
8932         * Makefile.am: added the new files to sources, removed layout.C
8933
8934         * layout.C: removed file
8935
8936         * layout.h: remove LYX_DUMMY_LAYOUT
8937
8938         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
8939         layout.
8940
8941         * lyxlayout.[Ch]:
8942         * lyxtextclass.[Ch]:
8943         * lyxtextclasslist.[Ch]: new files
8944
8945         * include order changes to a lot of files, also changes because of
8946         the six new files.
8947
8948 2001-12-27  Juergen Vigna  <jug@sad.it>
8949
8950         * buffer.C (asciiParagraph): more fixes.
8951
8952         * tabular.C (ascii): make ascii export support export of only the
8953         data separated by a column-delimiter.
8954         (ascii): better support for ascii export.
8955
8956         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
8957
8958 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8959
8960         * tabular_funcs.C: use a "using std::getline" instead of the
8961         previous fix from Angus (necessary for cxx + lyxstring)
8962
8963 2001-12-24  Juergen Vigna  <jug@sad.it>
8964
8965         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
8966
8967         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
8968         problems. First check a minipage also if we have some ert-contents
8969         (not only on par->size(), second set the right depth of the paragraph
8970         on the relink to the root-paragraph-list!
8971
8972         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
8973         which then did not anymore update the main paragraphs on undo/redo!
8974
8975 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8976
8977         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
8978         code. Support all font-changing funcs (even those which are not in
8979         menu currently). Support for reporting font settings in
8980         mathed (disabled until Andre provides a function on mathed's side).
8981
8982         * func_status.h (toggle): small helper function to set toggle
8983         state on a flag.
8984
8985 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
8986
8987         * tabular_funcs.C: getline -> std::getline
8988
8989 2001-12-21  Juergen Vigna  <jug@sad.it>
8990
8991         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
8992         accessed and could be 0 (I couldn't generate this but it seems
8993         Michael could!).
8994
8995 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8996
8997         * tabular_funcs.C: add LIstream.h, move write_attribute to..
8998         * tabular_funcs.h: here and include iosfwd
8999
9000 2001-12-20  Juergen Vigna  <jug@sad.it>
9001
9002         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9003         inside inset but undo_par was.
9004
9005 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9006
9007         * Thesaurus.C: always include <config.h> in sources.
9008
9009         * Painter.h:
9010         * lyxlookup.h:
9011         * box.h: do not include <config.h> in header files
9012
9013         * text.C (paintLastRow): remove unused variable
9014
9015         * text.C (transformChar):
9016         (insertChar):
9017         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9018
9019         * Painter.C (text):
9020         * font.C (width): rewrite to use uppercase() instead of
9021         islower/toupper.
9022
9023         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9024
9025 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9026
9027         * lyxfind.C: clean up of find failure position change
9028
9029 2001-12-20  Juergen Vigna  <jug@sad.it>
9030
9031         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9032
9033         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9034         (TeXRow): added to LaTeX a single tabular row.
9035         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9036         (Latex): simplified and finally good LT-h/f support.
9037         (various_functions): just small adaptions for LT-h/f support.
9038
9039         * tabular_funcs.[hC]: added and moved here all not classfunctions
9040         of LyXTabular.
9041
9042 2001-12-19  Juergen Vigna  <jug@sad.it>
9043
9044         * tabular.[Ch]: better support for longtabular options (not finished
9045         yet!)
9046
9047 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9048
9049         * text.C (paintLastRow): use the label font instead of the font of
9050         the last character to compute the size of *_BOX. This makes more
9051         sense and avoids a crash with empty paragraphs.
9052         Use Painter::rectangle to draw EMPTY_BOX.
9053
9054 2001-12-19  Juergen Vigna  <jug@sad.it>
9055
9056         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9057         the paragraphs if the replaced paragraph is not the first one!
9058         Tried to delete not used paragraphs but does not work yet so for
9059         now it's inside #ifdef's and by default off!
9060
9061 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9062
9063         * MenuBackend.C: include "lyx_main.h" instead of declaring
9064         lastfiles (actually was declared as LastFiles* instead of a
9065         scoped_ptr).
9066
9067 2001-12-17  Juergen Vigna  <jug@sad.it>
9068
9069         * tabular.C (AppendColumn): applied John's fix
9070
9071 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9072
9073         * BufferView.h:
9074         * BufferView.C:
9075         * BufferView_pimpl.h:
9076         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9077
9078         * Makefile.am:
9079         * box.h: new start of class for above
9080
9081         * lyxfunc.C: ignore space-only minibuffer dispatches.
9082           Show the command name when it doesn't exist
9083
9084         * minibuffer.C: don't add empty lines to the history
9085
9086         * minibuffer.C: add a space on dropdown completion
9087
9088 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9089
9090         * text.C: fix line above/below drawing in insets
9091
9092 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9093
9094         * lyxlength.C (LyXLength): Initialize private variables.
9095
9096 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9097
9098         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9099         when inserting error insets.
9100
9101 2001-12-13  Juergen Vigna  <jug@sad.it>
9102
9103         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9104         actually sometimes the before-paragraph.
9105         (setUndo): don't clear the redostack if we're not actually undoing!
9106
9107 2001-12-06  Juergen Vigna  <jug@sad.it>
9108
9109         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9110         and fixed redoing of main paragraph, so we can use it now ;)
9111
9112         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9113
9114 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9115
9116         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9117         Juergen's request
9118
9119 2001-12-13  André Pönitz <poenitz@gmx.net>
9120
9121         * undostack.[Ch]:
9122         * undo_func.C: minor cleanup
9123
9124 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9125
9126         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9127         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9128         font in urw-fonts package which is marked as -urw-fontspecific and
9129         does not work (incidentally, changing the encoding in the
9130         fonts.dir of this package to -adobe-fontspecific fixes the
9131         problem).
9132
9133         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9134         is a crash when undoing first paragraph (Juergen, please take a
9135         look). THis does not mean the undo fix is wrong, just that it
9136         uncovers problems.
9137
9138         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9139         the (Paragraph*) version when needed instead of duplicating the
9140         code.
9141
9142         * text.C (workWidth): use Inset::parOwner to find out where the
9143         inset has been inserted. This is a huge performance gain for large
9144         documents with lots of insets. If Inset::parOwner is not set, fall
9145         back on the brute force method
9146
9147         * paragraph_pimpl.C (insertInset):
9148         * paragraph.C (Paragraph):
9149         (cutIntoMinibuffer): set parOwner of insets when
9150         inserting/removing them
9151
9152         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9153
9154 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9155
9156         * commandtags.h:
9157         * LyXAction.C:
9158         * lyx_main.C:
9159         * lyxfunc.C:
9160         * mathed/formulabase.C:
9161         * mathed/math_cursor.[Ch]:
9162         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9163
9164
9165 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9166
9167         * lyxlength.[Ch] (operator!=): new function
9168
9169 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9170
9171         * text.C (workWidth): use Inset::parOwner to find out where the
9172         inset has been inserted. This is a huge performance gain for large
9173         documents with lots of insets. If Inset::parOwner is not set, fall
9174         back on the brute force method
9175
9176         * paragraph_pimpl.C (insertInset):
9177         * paragraph.C (Paragraph):
9178         (cutIntoMinibuffer): set parOwner of insets when
9179         inserting/removing them
9180
9181         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9182
9183 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9184
9185         * tabular-old.C (getTokenValue):
9186         * tabular.C (getTokenValue):
9187         (write_attribute): new versions for LyXLength
9188         (everywhere): adjust the use of widths
9189
9190         * tabular.h: change the type of widths from string to LyXLength
9191
9192 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9193
9194         * paragraph.C: fixed missing line number count when exporting
9195         Environments to LaTeX file
9196
9197         * buffer.C: added informational message for checking line numbers.
9198
9199 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9200
9201         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9202         paragraph, do the 'double space' part, but not the 'empty
9203         paragraph' one.
9204
9205         * text.C (workWidth): small optimization
9206         (getLengthMarkerHeight): use minimal size for negative lengths.
9207
9208 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9209
9210         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9211
9212         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9213
9214 2001-12-11  André Pönitz <poenitz@gmx.net>
9215
9216         * FontLoader.C:
9217         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9218
9219 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9220
9221         * text2.C: keep selection on a setFont()
9222
9223 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9224
9225         * lyx_cb.C: another bv->text misuse, from insert label
9226
9227 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9228
9229         * kbsequence.h:
9230         * kbsequence.C: re-instate nmodifier mask
9231
9232 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9233
9234         * lyx_main.h: make lyxGUI private.
9235
9236 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9237
9238         * lyxfind.C: place the cursor correctly on failed search
9239
9240 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9241
9242         * text.C (getLengthMarkerHeight): for small heights, the arrows
9243         are not always on top/bottom of the text
9244         (drawLengthMarker): smaller arrows; take the left margin in
9245         account; draw also vfills.
9246         (paintFirstRow):
9247         (paintLastRow): remove special code for vfill and standard spaces,
9248         since everything is handled in drawLengthMarker now.
9249
9250 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9251
9252         * buffer.C (insertErtContents): try to handle font and language
9253         interaction a bit better.g
9254
9255         * ColorHandler.C (updateColor): change the hash to cover the whole
9256         LColor enum, ws cleanup
9257         (getGCLinepars): ditto
9258         (getGCLinepars): only lookup in the linecache once.
9259
9260 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9261
9262         * iterators.C (operator++): Make the iterator more robust
9263
9264         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9265         (John's patch)
9266         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9267
9268 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9269
9270         * lyxtext.h:
9271         * text.C: better added space drawing
9272
9273 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9274
9275         * LyXView.C:
9276         * BufferView2.C: fix layout combo update on inset unlock
9277
9278 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9279
9280         * Makefile.am: don't compile unused files
9281
9282 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9283
9284         * lyxfunc.C:
9285         * commandtags.h:
9286         * LyXAction.C: remove old LFUN_LAYOUTNO
9287
9288 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9289
9290         * paragraph_pimpl.h:
9291         * paragraph_pimpl.C: isTextAt() doesn't need font param
9292
9293 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9294
9295         * lyxlex.h:
9296         * lyxlex.C: little cleanup
9297
9298 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9299
9300         * BufferView_pimpl.C: fix insertAscii for insets
9301
9302 2001-12-05  Juergen Vigna  <jug@sad.it>
9303
9304         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9305         set the right font on the "multi" paragraph paste!
9306
9307 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9308
9309         * trans_decl.h:
9310         * trans_mgr.[Ch]:
9311         * trans.[Ch]:
9312         * lyxgluelength.C:
9313         * lyxlength.C: remove out-commented code.
9314
9315         * BufferView_pimpl:
9316         * CutAndPaste.C:
9317         * DepTable.C:
9318         * buffer.C:
9319         * chset.C:
9320         * lastfiles.C:
9321         * lyxlex.C:
9322         * lyxlex_pimpl.C:
9323         * lyxserver.C:
9324         * screen.C:
9325         * tabular-old.C:
9326         * tabular.C:
9327         * text.C:
9328         * trans_mgr.C:
9329         * vc-backend.C: change "while(" to "while ("
9330
9331         * lyxlength.[Ch]: add zero function to check if length is zero or
9332         not
9333         * lyxgluelength.C: use it
9334
9335 2001-12-05  Allan Rae  <rae@lyx.org>
9336
9337         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9338         Works for 2.95.3, from what I understand of Garst's reports this should
9339         work for other g++ versions.  We're screwed if the abs(int) definition
9340         changed between bugfix releases of gcc.
9341
9342 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9343
9344         * text.C: fix chapter label offset !
9345
9346 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9347
9348         * lyxtext.h:
9349         * text.C: fix hfill at end of line, clean up
9350
9351 2001-12-04  Juergen Vigna  <jug@sad.it>
9352
9353         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9354         that we force an update of the inset and it's owners if neccessary.
9355
9356 2001-12-03  Juergen Vigna  <jug@sad.it>
9357
9358         * text.C (rowLast): simplified code
9359
9360 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9361
9362         * lyxfunc.C: fix show options on timeout
9363
9364 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9365
9366         * screen.C (topCursorVisible): scroll half a page when the cursor
9367         reached top of bottom of screen
9368
9369 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9370
9371         * minibuffer.C: deactivate on loss of focus
9372
9373 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9374
9375         * vspace.[Ch] (operator!=): add operator.
9376
9377 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9378
9379         * BufferView_pimpl.C: refuse to open an inset when
9380         there's a selection.
9381
9382 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9383
9384         * BufferView_pimpl.C: allow to click on RHS of full row insets
9385
9386 2001-11-30  Juergen Vigna  <jug@sad.it>
9387
9388         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9389         insets for undo reasons.
9390
9391 2001-11-28  André Pönitz <poenitz@gmx.net>
9392
9393         * vspace.[Ch]: cosmetical changes
9394
9395 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9396
9397         * LyXAction.h:
9398         * LyXAction.C:
9399         * lyxfunc.h:
9400         * lyxfunc.C:
9401         * kbmap.h:
9402         * kbmap.C:
9403         * lyxrc.C:
9404         * kbsequence.h:
9405         * kbsequence.C: part re-write of old kb code
9406
9407         * Painter.C:
9408         * WorkArea.C: remove Lgb_bug_find_hack
9409
9410 2001-11-30  José Matos <jamatos@fep.up.pt>
9411
9412         * buffer.C (makeDocBookFile): add a comment to point a hack.
9413         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9414         Fixed a double write of labels.
9415
9416 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9417
9418         * LaTeX.C:
9419         * LaTeX.h Fixed bug in LaTeX class where it would not
9420         re-run latex if no depfiles were changed, but the .dvi was removed.
9421
9422 2001-11-28  André Pönitz <poenitz@gmx.net>
9423
9424         * all the files from the change on 2001/11/26:
9425         use lyx::layout_type instead of LyXTextClass::size_type
9426         use lyx::textclass_type instead of LyXTextClassList::size_type
9427
9428 2001-11-29  Juergen Vigna  <jug@sad.it>
9429
9430         * text.C: added support for paragraph::isFreeSpacing()
9431
9432         * buffer.C: same as above
9433
9434         * paragraph.h: inserted isFreeSpacing() function to enable
9435         FreeSpacing inside InsetERT.
9436
9437         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9438         of the paragraph's in the cut/copy buffer to 0!
9439
9440         * text2.C (removeRow): remove the assert as it can!
9441
9442         * lyxtext.h: added helper function firstRow returning firstrow and
9443         made firstrow private again.
9444
9445         * BufferView2.C (lockInset): don't relock if we're already locked!
9446
9447         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9448         the only paragraph.
9449         (removeRow): added Assert::(firstrow)
9450
9451         * debug.C: forgot to add INSETTEXT here.
9452
9453 2001-11-28  Juergen Vigna  <jug@sad.it>
9454
9455         * sp_spell.C (initialize): changed error text to more general
9456         spellchecker command use (not only ispell!)
9457
9458         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9459
9460         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9461
9462 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9463
9464         * vspace.C: initialise lyxgluelength on failure
9465
9466 2001-11-28  Allan Rae  <rae@lyx.org>
9467
9468         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9469         declaration & definition that looks like a function declaration.
9470
9471 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9472
9473         * BufferView2.C (copy):
9474         (copyEnvironment): do not clear the selection when doing a copy.
9475
9476         * text.C (paintFirstRow): compilation fix
9477
9478 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9479
9480         * tabular.C (Latex): correct line count when writing latex.
9481
9482 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9483
9484         * paragraph_pimpl.h:
9485         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9486           bug a bit
9487
9488 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9489
9490         * text.C:
9491         * LColor.h:
9492         * LColor.C: change vfillline->added_space
9493
9494         * text.C: add markers and text for added space
9495
9496         * vspace.C: fix comment
9497
9498 2001-11-28  André Pönitz <poenitz@gmx.net>
9499
9500         * paragraph.C: whitespace changes
9501         * all the other files from the change on 2001/11/26:
9502         change *::pos_type into lyx::pos_type
9503
9504 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9505
9506         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9507         language of the document when inserting error insets.
9508
9509 2001-11-26  André Pönitz <poenitz@gmx.net>
9510
9511         * BufferView_pimpl.[Ch]:
9512         *       CutAndPaste.C:
9513         * buffer.[Ch]:
9514         * lyxcursor.[Ch]:
9515         * lyxfind.C:
9516         * lyxfunc.C:
9517         * lyxrow.[Ch]:
9518         * paragraph.[Ch]:
9519         * paragraph_pimpl.[Ch]:
9520         * sp_spell.C:
9521         * text.C:
9522         * text2.C: reduce header dependencies, introduce type for positions
9523
9524 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9525
9526         * <various>: change to use Alert.h
9527
9528 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9529
9530         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9531         when encountering an unknown token.
9532         (readLyXformat2): Show an error message if there were unknown tokens.
9533
9534 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9535
9536         * BufferView2.C:
9537         * BufferView_pimpl.C:
9538         * buffer.C:
9539         * paragraph.h:
9540         * text.C:
9541         * text2.C: use par->isInset()
9542
9543 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9544
9545         * paragraph_pimpl.h:
9546         * paragraph_pimpl.C: cleanup
9547
9548 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9549
9550         * text2.C (removeRow):
9551         * text.C (setHeightOfRow): remove useless (and costly) call to
9552         getRow.
9553
9554 2001-11-20  Allan Rae  <rae@lyx.org>
9555
9556         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9557         Now need Inset*::checkInsertChar() to return true for appropriate
9558         cases so that the characters in the minibuffer will actually be
9559         inserted.
9560
9561 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9562
9563         * text.C: change the order of the includes.
9564         (workWidth): initialize it at once.
9565         (workWidth): make maxw unsigned
9566         (setHeightOfRow): remove unused variable (inset)
9567         (selectSelectedWord): remove unused variable (inset)
9568         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9569
9570 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9571
9572         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9573         server is not running.
9574         (openConnection):
9575         (closeConnection): add debug info when server is disabled.
9576
9577         * ColorHandler.C (getGCForeground): send debug message to GUI
9578         channel.
9579
9580         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9581
9582         * kbmap.C (bind): modify because return conventions of
9583         kb_sequence::parse have changed.
9584
9585         * kbsequence.C (parse): only ignore spaces and not any stupid
9586         control character. This avoids tests like s[i] <= ' ', which are
9587         guaranteed to fail with 8bit characters and signed chars.
9588         Change return code to string::npos when there have been no error
9589         (0 was a bad idea when error is at first character)
9590
9591 2001-11-14  José Matos  <jamatos@fep.up.pt>
9592
9593         * buffer.h:
9594         * buffer.C (simpleDocBookOnePar): removed unused argument.
9595
9596 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9597
9598         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9599         insets which are part of a word. Paragraph::isLetter takes care of
9600         that now. Use Paragraph::isInset to identify insets.
9601         (selectSelectedWord): do not test for hyphenation break.
9602
9603         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9604         that protected spaces are considered as spaces.
9605
9606         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9607         Inset::isLetter.
9608
9609 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9610
9611         * lyxserver.h:
9612         * lyxserver.C: fix it. and small cleanup.
9613
9614 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9615
9616         * BufferView_pimpl.C: use inline helpers
9617
9618         * LaTeXFeatures.h:
9619         * LaTeXFeatures.C: fix typos
9620
9621         * Spacing.h:
9622         * Spacing.C: move spacing_string into class
9623
9624         * ToolbarDefaults.C: move stuff into namespace anon
9625
9626         * layout.h: update enum
9627
9628         * lyxfunc.C: use better debug
9629
9630         * minibuffer.h: fix typo
9631
9632         * debug.h:
9633         * debug.C:
9634         * WorkArea.C: add and use Debug::WORKAREA
9635
9636         * lyxtext.h:
9637         * text.C:
9638         * text2.C: code re-organisation, inline helpers
9639
9640 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9641
9642         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9643         std::vector.empty().
9644
9645 2001-11-09  Allan Rae  <rae@lyx.org>
9646
9647         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9648         '\n's after tables.  Tabular and ERT inset work now makes this no
9649         longer necessary.
9650
9651 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9652
9653         * minibuffer.h:
9654         * minibuffer.C: fix crash, improve drop-down completion
9655
9656 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9657
9658         * lyxserver.h:
9659         * lyxserver.C: invalidate fd's when doing endPipe()
9660
9661 2001-11-08  José Matos  <jamatos@fep.up.pt>
9662
9663         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9664         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9665
9666         * paragraph.h:
9667         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9668
9669 2001-11-07  José Matos  <jamatos@fep.up.pt>
9670
9671         * buffer.h:
9672         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9673         const qualifier.
9674
9675         * buffer.C (sgmlOpenTag):
9676         * buffer.C (sgmlCloseTag): removed debug info.
9677
9678         * buffer.h (sgmlOpenTag):
9679         * buffer.h (sgmlCloseTag): made public.
9680
9681 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9682
9683         * buffer.C (saveParamsAsDefaults):
9684         * lyx_cb.C (MenuLayoutSave): remove
9685
9686         * LyXAction.C (init):
9687         * commandtags.h:
9688         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9689
9690 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9691
9692         * buffer.C (setPaperStuff): removed from here...
9693
9694         * bufferparams.C (setPaperStuff): ... and moved there.
9695
9696 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9697
9698         * minibuffer.h:
9699         * minibuffer.C:
9700         * XFormsView.C: add support for drop-down completion
9701
9702 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9703
9704         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9705         commands.
9706
9707 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9708
9709         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9710         disabled.
9711
9712 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9713
9714         * lyx_main.C: change ref to known bugs
9715
9716 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9717
9718         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9719         to work around older babel problems.
9720
9721 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9722
9723         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9724
9725 2001-10-24  Juergen Vigna  <jug@sad.it>
9726
9727         * tabular-old.C (ReadOld): below variable changes reflected.
9728
9729         * tabular.[Ch]: added ltType struct for longtable header/footer
9730         defines and changed all instances where they are used. Added
9731         future support for double top/bottom rows.
9732
9733 2001-10-24  José Matos  <jamatos@fep.up.pt>
9734
9735         * buffer.h (docbookHandleCaption):
9736         * buffer.C (docbookHandleCaption): removed unused function.
9737         (makeDocBookFile): moved docbook supported version to v4.1.
9738
9739 2001-10-24  José Matos  <jamatos@fep.up.pt>
9740
9741         * tabular.h:
9742         * tabular.C (docbookRow): new function to export docbook code of a row.
9743         (DocBook): now honors the longtable flags.
9744
9745 2001-10-23  José Matos  <jamatos@fep.up.pt>
9746
9747         * LaTeXFeatures.h:
9748         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9749         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9750
9751         * buffer.C (makeLinuxDocFile):
9752         (makeDocBookFile): reworked the preamble, more clean, and with
9753         support for lyx defined entities. Changed the document declaration
9754         to be more XML friendly.
9755
9756         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9757         if we need to output XML that should be done with a filter.
9758
9759 2001-10-22  Juergen Vigna  <jug@sad.it>
9760
9761         * sp_pspell.h (class PSpell): add alive function needed in the
9762         controller to see if the spellchecker could be started.
9763
9764 2001-10-22  Juergen Vigna  <jug@sad.it>
9765
9766         * buffer.C (insertStringAsLines): modify the font for inserting
9767         chars in certain conditions by calling checkInsertChar(font).
9768
9769 2001-10-19  Juergen Vigna  <jug@sad.it>
9770
9771         * text.C (workWidth): use getRow instead of wrong algorithm.
9772         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9773
9774 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9775
9776         * lyxserver.h:
9777         * lyxserver.C:
9778         * lyx_main.h:
9779         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9780
9781 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9782
9783         * text.C (workWidth): do not search for the exact row when
9784         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9785         optimization for big documents.
9786
9787 2001-10-18  Juergen Vigna  <jug@sad.it>
9788
9789         * text.C (workWidth): new function with added Inset * parameter.
9790
9791 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9792
9793         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9794
9795         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9796         change return type of getColumnNearX.
9797
9798
9799         * text.C (changeRegionCase): use uppercase/lowercase instead of
9800         toupper/tolower.
9801         (leftMargin):
9802         (rightMargin): simplify code by factoring out the uses of
9803         textclasslist.
9804         (labelFill):
9805         (numberOfHfills):
9806         (setHeightOfRow):
9807         (appendParagraph): use Paragraph::size_type
9808
9809 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9810
9811         * vspace.C (asLatexString): add a missing break
9812
9813 2001-10-15  Herbert Voss  <voss@perce.de>
9814
9815         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
9816
9817 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9818
9819         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
9820         is not available.
9821
9822 2001-10-10  André Pönitz <poenitz@gmx.net>
9823
9824         * lyxfunc.C: removed greek_kb_flag.
9825
9826 2001-10-10  Herbert Voss  <voss@perce.de>
9827
9828         * lyx_main.C: delete global string help_lyxdir.
9829
9830 2001-10-09  Herbert Voss  <voss@perce.de>
9831
9832         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
9833
9834         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
9835
9836         * lyx_main.C: added global string help_lyxdir.
9837
9838         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
9839
9840 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9841
9842         * lyxrc.C (set_font_norm_type): support iso8859-4
9843
9844 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
9845
9846         * LaTeX.C (deplog): add another regex for MikTeX
9847
9848 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9849
9850         * lyxrc.C (set_font_norm_type): support iso8859-3
9851
9852 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9853
9854         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
9855
9856         * LaTeXFeatures.C: remove special case of french and index
9857
9858         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
9859         before \begin{document}). This solves several incompatibilities.
9860
9861 2001-10-03  Garst Reese  <reese@isn.net>
9862
9863         * lyx_cb.C: change CheckTex error msg.
9864
9865 2001-10-03  José Matos  <jamatos@fep.up.pt>
9866
9867         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
9868
9869 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9870
9871         * .cvsignore: update
9872
9873         * lyx_main.C (commandLineVersionInfo): use new style version info.
9874
9875         * buffer.C (writeFile):
9876         (makeLaTeXFile):
9877         (makeLinuxDocFile):
9878         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
9879
9880         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
9881
9882         * version.h: update to use stuff in version.C
9883
9884         * version.C.in: new file. Contains version information determined
9885         at compile time. This is a merging of version.h and
9886         version_info.h.in.
9887
9888 2001-10-03  Juergen Vigna  <jug@sad.it>
9889
9890         * BufferView_pimpl.C (update): don't change "dirty" status in
9891         updateInset call.
9892
9893 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
9894
9895         * WorkArea.C (c-tor): re-position version string slightly.
9896
9897 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
9898
9899         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
9900         revert to previous code.
9901
9902         WorkArea.[Ch]: (show, destroySplash): methods removed.
9903
9904         WorkArea.C: rework code so that it's an amalgam of the codes before and
9905         after the splash screen was moved to WorkArea.
9906
9907 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9908
9909         * lyxrc.C (read):
9910         * vspace.C (inPixels):
9911         (lyx_advance):
9912         * kbmap.C (bind):
9913         * buffer.C (insertStringAsLines):
9914         (asciiParagraph): fix types to be large enough
9915
9916         * lyxlex_pimpl.h: change member status from short to int
9917
9918         * layout.h: fix type of endlabeltype
9919
9920         * kbmap.C (bind):
9921         * kbsequence.C (parse): change return type to string::size_type
9922
9923         * LaTeX.C (updateBibtexDependencies): comment out unneeded
9924         variable
9925
9926         * Bullet.C (bulletSize):
9927         (bulletEntry): do not use short ints as parameters
9928
9929         * BufferView2.C (insertLyXFile): change a char to an int.
9930
9931         * WorkArea.C (WorkArea): remove unneeded floats in computation
9932
9933 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
9934
9935         * buffer.C (asciiParagraph): Treat '\\' as other chars.
9936
9937         * paragraph.C (asString): Do not ignore newline/hfill chars when
9938         copying to the clipboard.
9939
9940 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
9941
9942         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
9943         after a multi-line inset.
9944
9945 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
9946
9947         * paragraph.C (validate): Set NeedLyXFootnoteCode
9948
9949 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9950
9951         * lyxfont.C (LyXSizeNames): changed increase-error to increase
9952         and decrease-error to decrease.
9953
9954 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9955
9956         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
9957         it more readable (should be equivalent)
9958
9959 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9960
9961         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
9962
9963 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9964
9965         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
9966         of a cursor (row, etc.) after a character has been deleted
9967         (deleteEmptyParagraphMechanism): call the method above on _all_
9968         cursors held by the LyXText when a double space has been
9969         detected/deleted.
9970
9971 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9972
9973         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
9974         pixmap.
9975         (resizeCurrentBuff): remove code to destroy the old splash dialog.
9976
9977         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
9978         background. Use greyOut() and the new show() methods to toggle between
9979         the foreground and background. Add code to remove the splash after
9980         its initial showing.
9981
9982         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
9983         (create_forms): no longer call Dialogs::showSplash.
9984
9985 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9986
9987         * .cvsignore: add version_info.h
9988
9989 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9990
9991         * version_info.h.in: new file
9992
9993         * Makefile.am: add version_info.h.in
9994
9995         * lyx_main.C (commandLineVersionInfo): use version_info defined in
9996         version_info.h instead of VERSION_INFO
9997
9998 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
9999
10000         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10001         The ERT inset now returns string().
10002
10003 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10004
10005         * lyxtext.h, text.C (selectNextWord): renamed as
10006         selectNextWordToSpellcheck.
10007
10008         * text.C (selectNextWordToSpellcheck): Modified to not select
10009         words inside an ERT inset.
10010
10011 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10012
10013         * lyx_cb.C (MenuLayoutSave): change a bit the question
10014
10015         * sp_base.h: include <sys/types.h>
10016
10017 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10018
10019         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10020
10021 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10022
10023         * several files: fix typos in user-visible strings
10024
10025 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10026
10027         * text2.C (pasteSelection): do not set the selection, since it
10028         will be cleared later. Actually, the intent was to fix the way the
10029         selection was set, but I figured rmoving the code was just as good.
10030
10031 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10032
10033         * FontLoader.C (available): Check if font is available without
10034         loading the font.
10035
10036 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10037
10038         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10039
10040 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10041
10042         * lyxrc.[Ch]: added display_graphics variable and associated code.
10043
10044 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10045
10046         * bufferparams.C (hasClassDefaults): new method. Returns true if
10047         the buffer parameters correspond to known class defaults
10048
10049 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10050
10051         * XFormsView.C (show): set minimum size to the main window.
10052
10053 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10054
10055         * text2.C (copySelection):
10056         (cutSelection):
10057         * lyxfind.C (LyXReplace):
10058         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10059         LyXText::selectionAsString.
10060
10061         * paragraph.C (asString): add "label" argument to the second form
10062
10063         * text2.C (selectionAsString): add "label" argument and pass it to
10064         Paragraph::asString.
10065
10066 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10067
10068         * lyx_main.C (commandLineHelp): remove version information
10069
10070 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10071
10072         * lyx_main.C: add -version commandline option
10073
10074 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10075
10076         * paragraph.h: make the optional constructor arg required instead.
10077         some modifications to other files because of this.
10078
10079         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10080
10081         * lyxserver.C (C_LyXComm_callback): make it static
10082
10083         * lyx_main.C (error_handler): make it static
10084
10085         * lyx_gui.C (LyX_XErrHandler): make it static
10086
10087         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10088
10089         * WorkArea.C: make the extern "C" methods static.
10090
10091         * Makefile.am (lyx_LDADD): simplify
10092
10093 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10094
10095         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10096         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10097
10098         * LyXAction.C (init):
10099         * lyxfunc.C (dispatch): associated code removal.
10100
10101 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10102
10103         * lyxfont.h (isSymbolFont): shut off warning
10104
10105         * text.C (setHeightOfRow):
10106         (getVisibleRow): fix crash with empty paragraphs which have a
10107         bottom line
10108
10109 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10110
10111         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10112         code.
10113
10114 2001-09-04  José Matos  <jamatos@fep.up.pt>
10115         * buffer.C
10116         * buffer.h
10117         * tabular.C (docbook): rename docBook method to docbook.
10118
10119 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10120
10121         * Makefile.am: add dependencies to main.o.
10122
10123 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10124
10125         * FontLoader.C (available): Return false if !lyxrc.use_gui
10126
10127 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10128
10129         * FontInfo.C (query):
10130         * converter.C (view):
10131         * importer.C (Import):
10132         * exporter.C (Export): Can not -> cannot.
10133
10134 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10135
10136         * BufferView_pimpl.C: allow to create index inset even if
10137           string is empty
10138
10139 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10140
10141         * buffer.C (getLists): replace boost::tie code with an explicit pair
10142         as boost::tie can break some compilers.
10143
10144         * iterators.h: Added a std:: declaration to the return type of
10145         ParIterator::size.
10146
10147 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10148
10149         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10150           case.
10151
10152 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10153
10154         * iterators.[Ch]: New files. Provide paragraph iterators.
10155
10156         * buffer.C (changeLanguage): Use paragraph iterators.
10157         (isMultiLingual): ditto
10158
10159         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10160
10161 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10162
10163         * FontLoader.C: Support for cmr font.
10164
10165 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10166
10167         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10168         (available): New method.
10169
10170         * FontInfo.C (getFontname): Use scalable fonts even when
10171         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10172         found.
10173
10174 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10175
10176         * converter.C (Formats::view): reverted! Incorrect fix.
10177
10178 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10179
10180         * converter.C (Formats::view): only output the -paper option
10181         if the dvi viewer is xdvi, thereby fixing bug #233429.
10182
10183 2001-08-23  Herbert Voss  <voss@perce>
10184
10185         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10186
10187 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10188
10189         * Spacing.h (Spacing): Set space to Default on in the default
10190         constructor.
10191
10192 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10193
10194         * vc-backend.h (RCS::versionString): add RCS to version
10195         (CVS::versionString): add CVS to version
10196
10197         * vc-backend.C (scanMaster): do not add CVS to version.
10198         (scanMaster): do not add RCS to version
10199
10200         * lyxvc.C (versionString): new method
10201
10202         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10203
10204 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10205
10206         * Spacing.C (set): initialize fval
10207
10208 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10209
10210         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10211         " or \.
10212
10213 2001-08-16  Juergen Vigna  <jug@sad.it>
10214
10215         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10216
10217 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10218
10219         * BufferView_pimpl.C:
10220         * figureForm.C:
10221         * lyxtext.h:
10222         * text2.C: setParagraph takes linespacing now
10223
10224 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10225
10226         * LyxAction.C: add internal LFUN_CITATION_INSERT
10227
10228         * LyXView.C: actually apply fix
10229
10230         * bufferlist.C: fix open non-existent file
10231
10232         * lyxfind.C: fix indentation
10233
10234         * lyxfunc.C: remove unneeded assert, fix typo
10235
10236 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10237
10238         * MenuBackend.C: use "Floatname List"
10239
10240 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10241
10242         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10243         when converting LaTeX layout to insetERT.
10244         Generate a non-collapsed float when reading old float
10245
10246 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10247
10248         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10249         ERT insets.
10250
10251 2001-08-13  Juergen Vigna  <jug@sad.it>
10252
10253         * text.C (fill): return 0 instead of 20 as this seems to be the more
10254         correct value.
10255
10256 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10257
10258         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10259         lyxrc.font_norm.
10260
10261 2001-08-13  Juergen Vigna  <jug@sad.it>
10262
10263         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10264         casesensitive off.
10265         (SearchBackward): comment out the unlocking of the inset_owner this
10266         should not be needed!
10267
10268 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10269
10270         * Many files: Remove inherit_language, and add latex_language
10271
10272         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10273         collapsible insets.
10274
10275 2001-08-10  Juergen Vigna  <jug@sad.it>
10276
10277         * text.C (prepareToPrint): fixed hfill-width in draw!
10278
10279         * BufferView2.C (selectLastWord): save the selection cursor as this
10280         now is cleared in the function LyXText::clearSelection!
10281
10282 2001-08-08  Juergen Vigna  <jug@sad.it>
10283
10284         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10285         BACKSPACE type functions.
10286
10287         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10288         is only cutted from the document but not put in the cut-buffer, where
10289         still the old stuff should be.
10290
10291         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10292
10293         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10294
10295         * tabular.C (SetWidthOfCell): fixed special case where the width
10296         was not updated!
10297         (LeftLine): handle '|' in align_special.
10298         (RightLine): ditto
10299         (LeftAlreadyDrawed): ditto
10300         (SetWidthOfCell): ditto
10301
10302 2001-08-07  Juergen Vigna  <jug@sad.it>
10303
10304         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10305
10306 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10307
10308         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10309         * lyxlex.[hC]: ditto
10310
10311 2001-08-06  Juergen Vigna  <jug@sad.it>
10312
10313         * text.C (getVisibleRow): fix up row clearing a bit.
10314
10315 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10316
10317         * minibuffer.C: make sure the X server sees the changes in the input.
10318
10319 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10320
10321         * paragraph.C (getFont): split into...
10322         (getLabelFont): this
10323         (getLayoutFont): and this
10324         * paragraph_pimpl.C (realizeFont): calling this
10325
10326         * text2.C (getFont): split into...
10327         (getLayoutFont): this
10328         (getLabelFont): and this
10329         (realizeFont): all three calling this
10330
10331         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10332         files where used.
10333
10334 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10335
10336         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10337
10338 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10339
10340         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10341         layouts from the Quote inset insertion.
10342
10343 2001-08-03  Juergen Vigna  <jug@sad.it>
10344
10345         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10346
10347         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10348         only if status not is already CHANGED_IN_DRAW (second level).
10349
10350         * text.C (draw): don't set the need_break_row when inside an
10351         InsetText LyXText.
10352
10353 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10354
10355         * buffer.C (parseSingleLyXformat2Token): handle more latex
10356         conversion cases.
10357
10358         * bufferview_funcs.[hC]: change function names to
10359         begin with small char, adjust other files.
10360
10361 2001-08-02  André Pönitz <poenitz@gmx.net>
10362
10363         * lyxfunc.C:
10364         BufferView_pimpl.C: remove broken special code for math-greek
10365
10366 2001-08-02  Juergen Vigna  <jug@sad.it>
10367
10368         * BufferView_pimpl.C (update): redone this function so that we
10369         update the text again if there was a CHANGE_IN_DRAW.
10370
10371         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10372         (drawFromTo): added a new internal bool which is used by draw() and
10373         redraw() function.
10374         (general): some cursor drawing problems fixed.
10375
10376 2001-08-01  Juergen Vigna  <jug@sad.it>
10377
10378         * lyxfind.C (LyXFind): fixed
10379         (SearchForward): ditto
10380         (SearchBackward): ditto
10381
10382         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10383         spurius drawing of the cursor in the main area.
10384
10385         * text2.C (status): small fix which could lead to a segfault!
10386         (clearSelection): remove unneeded BufferView param.
10387
10388 2001-08-01  André Pönitz <poenitz@gmx.net>
10389
10390         * lyxfunc.C: small change due to changed mathed interface
10391
10392 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10393
10394         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10395
10396 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10397
10398         * lyxfunc.c: fail gracefully if file doesn't exist
10399
10400         * LyXSendto.C:
10401         * buffer.C:
10402         * lyxfunc.C:
10403         * BufferView_pimpl.C: IsDirWriteable() proto changed
10404
10405         * LyXView.C: fix updateWindowTitle() to store the last title
10406
10407 2001-07-31  Juergen Vigna  <jug@sad.it>
10408
10409         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10410         the font (wrong since using of Paragraph::highestFontInRange).
10411
10412         * paragraph.C (highestFontInRange): added a default_size parameter.
10413
10414         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10415         (setHeightOfRow): reformat
10416
10417 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10418
10419         * converter.[hC] + affected files: move to (inital-char)lowercase
10420         function names.
10421
10422         * ParagraphParameters.C (ParagraphParameters): remove commented code
10423
10424         * PainterBase.[Ch]: remove commented code
10425
10426         * LaTeXFeatures.h: add "bool floats" for float.sty
10427
10428         * LaTeXFeatures.C (LaTeXFeatures): init floats
10429         (require): handle float
10430         (getPackages): do it with floats
10431
10432 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10433
10434         * BufferView_pimpl.C (Dispatch): improve handling of
10435         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10436
10437         * commandtags.h: #include lyxfont.h here temporarily to avoid
10438         keybinding bug.
10439
10440         * bufferlist.h: include LString.h here.
10441
10442 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10443
10444         * text2.C (getStringToIndex): new method.
10445
10446 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10447
10448         * *: Reduced header file dependencies all over.
10449
10450 2001-07-30  Baruch Even  <baruch@lyx.org>
10451
10452         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10453
10454 2001-07-29  Baruch Even  <baruch@lyx.org>
10455
10456         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10457
10458 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10459
10460         * ParameterStruct.h (endif): add a default constructor to make
10461         sure that all variables is initialized.
10462
10463         * ParagraphParameters.C (ParagraphParameters): adjust
10464
10465 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10466
10467         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10468         index; also, check that there is something to index, and that it
10469         does not span over several paragraphs.
10470         (doubleClick): use WHOLE_WORD_STRICT for double click.
10471
10472         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10473
10474         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10475         scheme.
10476
10477 2001-07-26  Baruch Even  <baruch@lyx.org>
10478
10479         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10480         an InsetFig figure, backwards compatible reading of old figure code.
10481
10482 2001-07-27  Juergen Vigna  <jug@sad.it>
10483
10484         * text2.C: font.realize function adaption.
10485
10486         * text.C (draw): add a warnings lyxerr text if needed.
10487
10488         * layout.C: font.realize function adaption.
10489
10490         * language.C: add inherit_language and implement it's handlings
10491
10492         * bufferview_funcs.C (StyleReset): remove language parameter from
10493         font creation (should be language_inherit now).
10494
10495         * bufferparams.C (writeFile): handle ignore_language.
10496
10497         * paragraph.C (getFontSettings): the language has to be resolved
10498         otherwise we have problems in LyXFont!
10499
10500         * lyxfont.C (lyxWriteChanges): added document_language parameter
10501         (update): removed unneeded language parameter
10502
10503         * paragraph.C (validate): fixed wrong output of color-package when
10504         using interface colors for certain fonts in certain environments,
10505         which should not seen as that on the final output.
10506
10507 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10508
10509         * BufferView_pimpl.C:
10510         * Thesaurus.h:
10511         * Thesaurus.C:
10512         * Makefile.am:
10513         * commandtags.h:
10514         * LyXAction.C: add thesaurus support
10515
10516         * lyxfind.h:
10517         * lyxfind.C: add "once" parameter, for thesaurus, to not
10518           move to the next match
10519
10520 2001-07-26  Juergen Vigna  <jug@sad.it>
10521
10522         * lyxfont.C (realize): honor ignore_language too!
10523         (resolved): ditto.
10524
10525         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10526
10527         * text.C (draw): one place more for ignore_language to not draw
10528         itself!
10529
10530 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10531
10532         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10533
10534 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10535
10536         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10537         the minipage conversion problem.
10538
10539 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10540
10541         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10542         insert an inset.
10543
10544 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10545
10546         * BufferView.h: don't forward declare WorkArea
10547
10548         * BufferView.C: don't include WorkArea.h
10549
10550 2001-07-25  André Pönitz <poenitz@gmx.net>
10551
10552         * commandtags.h:
10553         * LyXAction.C:
10554         * lyxfunc.C:  new LFUN 'math-space'
10555
10556         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10557
10558 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10559
10560         * text2.C (toggleInset): call open/close
10561
10562 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10563
10564         * lyxfunc.C (dispatch): add debug for the disabled case
10565
10566         * font.C (buttonText): make similar to rectText
10567
10568         * buffer.C (readInset): comment out parsing of insetlist and
10569         insttheorem
10570
10571         * PainterBase.C (rectText): small correction
10572
10573         * BufferView_pimpl.C: comment out insettheorem and insetlist
10574         * LyXAction.C: ditto
10575         * commandtags.h: ditto
10576
10577 2001-07-24  Juergen Vigna  <jug@sad.it>
10578
10579         * text.C (draw): honor the ignore_language.
10580
10581         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10582
10583 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10584
10585         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10586         char inset.
10587
10588 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10589
10590         * lyxtext.h: remove unused (and unimplemented) methods
10591
10592 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10593
10594         * text.C (getVisibleRow): honor background color
10595
10596         * PainterBase.h:
10597         * Painter.h: remove default color argument for fillRectangle
10598
10599         * text.C (backgroundColor): new method
10600
10601 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10602
10603         * text.C (getVisibleRow): adjust
10604
10605         * font.[Ch] (rectText): new method, metrics
10606         (buttonText): new method, metrics
10607
10608         * PainterBase.[hC]: make rectText and buttonText always draw and take
10609         fewer paramteres.
10610
10611 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10612
10613         * ToolbarDefaults.C (read):
10614         * MenuBackend.C (read): allow escaping in all strings
10615
10616         * BufferView_pimpl.C (insertAndEditInset): new method.
10617         (Dispatch): use insertAndEditInset whenever appropriate.
10618
10619         * BufferView_pimpl.C (insertNote): removed
10620
10621         * BufferView_pimpl.C (smartQuote): new method, moved from
10622         BufferView; if an insetquote cannot be inserted, insert a '"'
10623         character instead.
10624
10625         * BufferView2.C: remove insertCorrectQuote();
10626
10627         * lyxfunc.C (getStatus): Add support for all remaingin
10628         inset-insert lfuns.
10629
10630         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10631
10632         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10633         command (necessary to pass " as parameter of self-insert.
10634
10635         * text.C (selectWordWhenUnderCursor):
10636         (selectWord): add word_location parameter
10637         (selectWordWhenUnderCursor): same + remove special code for word
10638         boundary.
10639         (selectNextWord): use kind() to guess type of insetspecialchar,
10640         not latex().
10641
10642         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10643         (insertErtContents): create ert insets as collapsed.
10644         (readInset): better compatibility code for Info inset.
10645
10646 2001-07-20  Juergen Vigna  <jug@sad.it>
10647
10648         * lyxfunc.C (dispatch): use always LyXFind now!
10649
10650         * text2.C (init): add a reinit flag so that the LyXText can be
10651         reinited instead of deleted and reallocated (used in InsetText).
10652
10653         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10654
10655         * text.C: ditto
10656
10657         * text2.C: ditto
10658
10659 2001-07-18  Juergen Vigna  <jug@sad.it>
10660
10661         * text.C (selectNextWord): handle insets inside inset by calling
10662         always the bv->text functions so that we can go up the_locking_inset!
10663
10664         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10665         in strange locations when inside an inset!
10666
10667         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10668         handling to include insets.
10669
10670         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10671
10672 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10673
10674         * LyXAction.C (init):
10675         * commandtags.h:
10676         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10677         LIGATURE_BREAK, since the name is so stupid.
10678
10679 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10680
10681         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10682         InsetInfos.
10683
10684         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10685
10686         * sp_form.[Ch]: remove.
10687
10688         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10689
10690         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10691         InsetInfo.
10692
10693         * src/buffer.C (readInset): ditto.
10694
10695 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10696
10697         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10698         menuSeparator(), endOfSentenceDot(), ldots() and
10699         hyphenationPoint(), which are therefore removed.
10700         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10701
10702         * LyXAction.C (init):
10703         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10704
10705         * paragraph.C (getWord): removed.
10706
10707         * BufferView_pimpl.C (Dispatch): use last word or selection for
10708         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10709
10710         * lyx_main.C (queryUserLyXDir): do not ask before creating
10711         user_dir, except if it has been named explicitely.
10712
10713 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10714
10715         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10716         a document of zero size.
10717
10718 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10719
10720         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10721         approriately in the c-tor and in require().
10722         (getPackages): output the appropriate LaTeX for natbib support.
10723
10724         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10725         variables "use_natbib" and "use_numerical_citations" when reading the
10726         LyX file.
10727         (readInset): read the various natbib cite commands.
10728         (validate): white-space change.
10729
10730         * bufferparams.[Ch]: new variables "bool use_natbib" and
10731         "bool use_numerical_citations".
10732         (writeFile): output them in the LyX file.
10733
10734 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10735
10736         * lyxfunc.C (getStatus): add support for all the inset insertion
10737         commands.
10738
10739         * text2.C (insertInset):
10740         * paragraph.C (insetAllowed):
10741         * BufferView_pimpl.C (insertInset): update to take in account the
10742         renaming of insertInsetAllowed
10743
10744         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10745
10746         * text2.C (getInset): new method. returns inset at cursor position.
10747
10748         * BufferView_pimpl.C (Dispatch): changes because of this.
10749
10750         * LyXAction.C (init): rename open-stuff to inset-toggle.
10751
10752         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10753
10754         * text2.C (toggleInset): renamed from openStuff; use
10755         Inset::open().
10756
10757 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10758
10759         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10760
10761         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10762
10763 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10764
10765         * buffer.C (readLyXformat2): Add filename to the error dialog
10766
10767 2001-07-18  Juergen Vigna  <jug@sad.it>
10768
10769         * tabular.C (GetCellNumber): put an assert here instead of the check!
10770
10771 2001-07-17  Juergen Vigna  <jug@sad.it>
10772
10773         * BufferView_pimpl.C (toggleSelection): adapted too.
10774
10775         * text.C (selectNextWord): adapted for use with insets.
10776         (selectSelectedWord): ditto
10777
10778 2001-07-17  Juergen Vigna  <jug@sad.it>
10779
10780         * sp_spell.C (PSpell): fix initialitation order.
10781
10782 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10783
10784         * paragraph.C: spacing
10785
10786 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10787
10788         * sp_spell.C: repair language selection for pspell
10789
10790 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10791
10792         * lyxfunc.h: change more methods to begin with lower char.
10793
10794 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10795
10796         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10797         for unknown layouts.
10798
10799 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10800
10801         * buffer.C (readLyXformat2): Generate an error dialog if there are
10802         unknown layouts.
10803
10804 2001-07-16  Juergen Vigna  <jug@sad.it>
10805
10806         * sp_spell.C: always compile ISpell part.
10807
10808         * lyxrc.C: added use_pspell entry and it's handling.
10809
10810 2001-07-13  Juergen Vigna  <jug@sad.it>
10811
10812         * sp_spell.C: removed double includes.
10813
10814 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
10815
10816         Consistent use of Lsstream.h:
10817         * Lsstream.h: added using std::stringstream for consistencies sake.
10818
10819         * buffer.C: removed using std::stringstream
10820
10821         * lyxfont.C (stateText):
10822         * paragraph.C (asString):
10823         * text.C (selectNextWord, selectSelectedWord):
10824         * text2.C (setCounter):
10825         * vspace.C (asString, asLatexString):
10826         std::ostringstream -> ostringstream.
10827
10828 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10829
10830         * LyXAction.C: add LFUN_HELP_ABOUTLYX
10831         * commandtags.h: add LFUN_HELP_ABOUTLYX
10832         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
10833
10834 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10835
10836         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
10837         cursorToggle()
10838         * lyx_gui_misc.C: remove spellchecker
10839         * lyxfunc.C: showSpellchecker
10840         * sp_base.h: added
10841         * sp_ispell.h: added
10842         * sp_pspell.h: added
10843         * sp_spell.C: added
10844         * sp_form.[Ch]: removed
10845         * spellchecker.[Ch]: removed
10846
10847 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
10848
10849         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
10850         is set.
10851         (simpleTeXSpecialChars): Simply print the input character without
10852         any special translation if pass_thru is set.
10853
10854         * layout.h: Added bool pass_thru to layout class for being able to
10855         implement pass through of a paragraph for Literate Programming.
10856
10857         * layout.C: add LT_PASS_THRU to LayoutTags enum.
10858         * layout.C (LyXLayout): set pass_thru to flase in constructor.
10859         * layout.C (Read): add "passthru" to list of layout tags and add
10860         code to set the pass_thru boolean when it is read.
10861
10862 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10863
10864         * trans_decl.h: remove allowed from KmodInfo
10865
10866         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
10867         remove allowed code
10868         (Load): adjust
10869
10870         * paragraph_pimpl.C (erase): use boost::prior
10871
10872         * Painter.C (text): use data() instead of c_str() when length is
10873         also provided.
10874         * WorkArea.C (putClipboard): ditto
10875         * font.h (width): ditto
10876
10877         * BufferView2.C: use it-> instead of (*it). for iterators
10878         * texrow.C: ditto
10879         * paragraph_pimpl.C: ditto
10880         * paragraph.C: ditto
10881         * minibuffer.C: ditto
10882         * language.C: ditto
10883         * kbmap.C: ditto
10884         * encoding.C: ditto
10885         * counters.C: ditto
10886         * converter.C: ditto
10887         * chset.C: ditto
10888         * Variables.C: ditto
10889         * TextCache.C: ditto
10890         * MenuBackend.C: ditto
10891         * LyXAction.C: ditto
10892         * LColor.C: ditto
10893         * FloatList.C: ditto
10894         * DepTable.C: ditto
10895         * ColorHandler.C (LyXColorHandler): ditto
10896
10897 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10898
10899         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
10900
10901         * text2.C (openStuff): reintroduce this method (which had been
10902         nuked in NEW_INSETS frenzy).
10903
10904         * lyxfunc.C (Dispatch): when an action has not been handled, use
10905         its name in the error message, not its number.
10906
10907         * paragraph.C (inInset): change method name to begin with lowercase.
10908
10909         * undo_funcs.C:
10910         * text2.C: updates because of this.
10911
10912 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10913
10914         * ToolbarDefaults.C (add): add spaces in error message
10915
10916 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10917
10918         * buffer.C (readLyXformat2): initialize the ert comp. variables.
10919         (readLyXformat2): rename return_par to first_par, use lyxlex's
10920         pushToken and remove the manual push handling.
10921         (parseSingleLyXformat2Token): add another ert comp. variable:
10922         in_tabular, rename return_par to first_par. handle newlines better
10923
10924 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10925
10926         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
10927
10928 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10929
10930         * text2.C (getParFromID): removed
10931
10932         * buffer.C (getParFromID): new method moved form lyxtext.
10933         * BufferView2.C (insertErrors): adjust
10934         (setCursorFromRow): adjust
10935         * BufferView_pimpl.C (restorePosition): adjust
10936         * lyxfunc.C (Dispatch): adjust
10937         * undo_funcs.C (textUndo): adjust
10938         (textRedo): adjust
10939         (textHandleUndo): adjust
10940         (textHandleUndo): adjust
10941
10942 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10943
10944         * buffer.C: up' the LYX_FORMAT
10945
10946         * lyxfont.h: turn NO_LATEX on as default
10947
10948         * buffer.C (insertErtContents): new methods of tex style compability.
10949         (parseSingleLyXformat2Token): use it several places.
10950         * tabular.C (OldFormatRead): and here
10951
10952 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10953
10954         * text2.C: remove some commented code.
10955         reindent file.
10956
10957         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
10958         * trans.C: changes because of the above.
10959
10960 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
10961
10962         * text2.C (setCounter): Fix counters bug with bibliography layout.
10963
10964 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10965
10966         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
10967         own member functions
10968         (simpleTeXSpecialChars): ditto
10969
10970 2001-07-06  Juergen Vigna  <jug@sad.it>
10971
10972         * a lot of files: changed the access to LyXText::status and the
10973         call of undo-functions.
10974
10975         * undo.[Ch]: added a inset_id to the undo informations.
10976
10977         * undo_funcs.[Ch]: added and moved here all undo functions.
10978
10979         * lyxtext.h: give the status enum a weight, made status_ a private
10980         variable and made accessor functions for it, removed the whole bunch
10981         of undo-functions as they are now in their own file, make some
10982         functions publically available. Added function ownerParagraph with
10983         int parameter.
10984
10985         * paragraph.[Ch]: added "bool same_ids" to the constructor,
10986         made InInset() a const function, added getParFromID() function.
10987
10988         * buffer.[Ch]: added const version for inset_iterator functions,
10989         added getInsetFromID() function.
10990
10991         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
10992         changed undo functions for new version.
10993
10994 2001-07-05  Juergen Vigna  <jug@sad.it>
10995
10996         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
10997         unknow mechanism does not call the proper constructor but only this
10998         one also if I request the other!?
10999
11000 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11001
11002         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11003
11004         * text2.C (LyXText): use initialization lists.
11005
11006         * lyxtext.h (Selection): initialize set_ and mark_
11007         (init): remove method
11008
11009 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11010
11011         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11012
11013 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11014
11015         * screen.[Ch]: change method names to begin with lowercase
11016
11017         * BufferView_pimpl.C (updateScrollbar): simplify further and
11018         hopefully make it a bit faster.
11019
11020 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11021
11022         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11023         calling directly xforms functions.
11024
11025         * Painter.C (Painter):
11026         * lyx_cb.C (MenuWrite):
11027         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11028         fl_display.
11029
11030         * lyx_gui.C: remove bogus guiruntime extern declaration.
11031
11032 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11033
11034         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11035         in NEW_INSETS
11036         (redoDrawingOfParagraph): ditto
11037         (redoParagraphs): ditto
11038         (cutSelection): don't create a object for CutAndPaste use the
11039         static method directly
11040         (pasteSelection): ditto
11041
11042         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11043         LyXview (+ rename)
11044
11045 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11046
11047         * modifications to some other files because of this.
11048
11049         * Makefile.am (lyx_SOURCES): add XFormsView
11050
11051         * XFormsView.[Ch]: new files
11052
11053         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11054         the main window. Move the gui dependent stuff to XFormsView
11055
11056 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11057
11058         * tabular.C (GetCellInset): update cur_cell also in the row/col
11059         version of this function.
11060
11061         * lyxfunc.C: no need to include figure_form.h here.
11062
11063         * FontLoader.h:
11064         * lyxfunc.h:
11065         * lyxscreen.h:
11066         * text2.C:
11067         * lyxvc.C: no need to include forms.h here.
11068
11069 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11070
11071         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11072
11073         * lyxfunc.C (Dispatch):
11074         * Spacing.C (set):
11075         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11076         constructor argument.
11077
11078 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11079
11080         * paragraph.C (Paragraph): dont't clear, and just set layout.
11081         (makeSameLayout): use params's copy contructor.
11082
11083         * ParagraphParameters.[Ch] (makeSame): delete method
11084
11085 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11086
11087         * Variables.[Ch]: fix indentation, rename set to isSet
11088
11089 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11090
11091         * lyxfunc.C (Dispatch): fix typo
11092
11093 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11094
11095         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11096         upper_bound.
11097
11098         * bufferlist.C: include assert.h for emergencyWrite().
11099
11100 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11101
11102         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11103           give up at last (bug #425202) !
11104
11105 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11106
11107         * lyx_gui_misc.C:
11108         * sp_form.h:
11109         * sp_form.C:
11110         * spellchecker.h:
11111         * spellchecker.C: strip spellchecker options and bring up
11112           preferences tab instead
11113
11114 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11115
11116         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11117         the istringstream constructor
11118
11119 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11120
11121         * paragraph.C (getLayout): fix return value
11122
11123         * paragraph.h: do not declare getLayout as inline.
11124
11125         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11126
11127 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11128
11129         * lyxcursor.h (operator<): new func
11130         (operator>): new func
11131         (operator>=): new func
11132         (operator<=): new func
11133
11134         * text.C (changeCase): use selection.start and selection.end
11135         (changeRegionCase): require from to be <= to. Require par to be a
11136         valid paragraph.
11137
11138         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11139
11140 2001-06-27  Juergen Vigna  <jug@sad.it>
11141
11142         * text.C (cursorLeftOneWord): changed to return the cursor and added
11143         overlay with BufferView * parameter which calls this one.
11144         (getWord): added
11145         (selectWord): use new getWord function.
11146         (changeCase): renamed from changeWordCase as and extended to work
11147         also on selections.
11148
11149         * lyxtext.h: added enum word_location
11150
11151         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11152         changeCase as this operates now also on selections.
11153
11154 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11155
11156         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11157
11158         * many files: send debug output to Debug::INFO instead of
11159         Debug::ANY.
11160
11161         * converter.C (View):
11162         (Convert):
11163         (Move): send debug output to Debug::FILES instead of console.
11164
11165 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11166
11167         * lyxfunc.C (getStatus): use func_status
11168
11169         * func_status.h: new header, describing the results of
11170         LyXFunc::getStatus;
11171
11172         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11173         LFUN_MATH_HALIGN.
11174
11175 2001-06-25  The LyX Project  <jug@sad.it>
11176
11177         * buffer.C (sgmlOpenTag):
11178         (sgmlCloseTag):
11179         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11180
11181 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11182
11183         * text2.C: remove some dead code
11184
11185         * tabular.C (GetCellInset): store the last cell checked (gotten)
11186
11187         * tabular.h: add the helper for the speedup
11188
11189         * lyxtext.h: remove some dead code
11190
11191 2001-06-26  The LyX Project  <Asger>
11192
11193         * paragraph.C: Change export to LaTeX of alignment to
11194         \begin{center} and family for better roundtrip work with reLyX.
11195
11196         * Tune the math drawing a bit.
11197
11198 2001-06-25  The LyX Project  <Asger>
11199
11200         * LColor.C (LColor): New color for math background. New color
11201         for buttons.
11202
11203 2001-06-25  The LyX Project  <jug@sad.it>
11204
11205         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11206
11207         * lyxfunc.C (Open):
11208         * bufferlist.C (newFile): do not restrict to files ending with
11209         .lyx
11210
11211         * BufferView_pimpl.C (MenuInsertLyXFile):
11212
11213 2001-06-24  The LyX Project  <jug@sad.it>
11214
11215         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11216         of compare_no_case
11217
11218 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11219
11220         * lyxtext.h: rename most methods to begin with a small char.
11221         Lots of changes because of this.
11222
11223         * paragraph.C (Paragraph): do not call fitToSize
11224         (erase): call Pimpl::erase
11225         (insertChar): call Pimpl::insertChar
11226         (insertInset): call Pipl::insertInset
11227         (breakParagraph): do not call fitToSize
11228         (breakParagraphConservative): do not call fitToSize
11229         (fitToSize): remove method
11230
11231         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11232
11233 2001-06-24  The LyX Project  <Asger>
11234
11235         * Fix Qt compilation^2
11236
11237 2001-06-24  The LyX Project  <jug@sad.it>
11238
11239         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11240         depthHook(getDepth()-1).
11241
11242         * paragraph.h:
11243         * ParagraphParameters.h:
11244         * ParameterStruct.h: change type of depth to unsigned int ==
11245         depth_type. Many adaptations to other files before of that.
11246
11247 2001-06-24  The LyX Project  <Asger>
11248
11249         * Fix Qt compilation.
11250
11251 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11252
11253         * paragraph.h: renamed several methods to begin with small letter.
11254         several changes to many parts of the code because of this.
11255
11256 2001-06-23  The LyX Project  <jug@sad.it>
11257
11258         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11259         rewritten to discard all double spaces when KeepEmpty is off
11260         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11261         to only handle newlines but not fiddle with spaces and friends.
11262
11263         * lyxfunc.C (MenuNew): when doing 'new from template', use
11264         template_path as default directory
11265
11266 2001-06-23  The LyX Project  <Asger>
11267
11268         * Clean-up of header file includes all over
11269         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11270
11271 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11272
11273         * paragraph.h: renamed from lyxparagraph.h
11274
11275 2001-06-23  Asger  <lyx@violet.home.sad.it>
11276
11277         * Buffer.h: Removed Buffer::resize
11278         * BufferList.h: Removed BufferList::resize
11279         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11280         the document lazily when we change the width, or the font settings.
11281
11282 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11283
11284         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11285
11286 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11287
11288         * buffer.h: remove out of date comment
11289
11290 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11291
11292         * lyxscreen.h:
11293         * screen.C: fix "theoretical" GC leak
11294
11295 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11296
11297         * LaTeX.C (scanAuxFile):
11298         (deplog): remove trailing \r when reading stream (useful under
11299         win32)
11300
11301 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11302
11303         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11304         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11305         and BufferView::theLockingInset(Inset*), so should use them and not
11306         access bv_->text->the_locking_inset directly.
11307
11308         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11309
11310 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11311
11312         * Makefile.am:
11313         * tex-defs.h: remove old unused file
11314
11315 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11316
11317         * BufferView_pimpl.C: fix typo, remove minibuffer message
11318           when buffer has loaded
11319
11320 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11321
11322         * lyxfunc.C (Dispatch): use stringstream
11323         (MenuNew): use stringstream
11324         (Open): use stringstream
11325
11326         * importer.C (Import): use stringstream
11327
11328         * bufferview_funcs.C (CurrentState): use stringstream
11329
11330         * LaTeX.C (run): use stringstream
11331
11332         * BufferView_pimpl.C (savePosition): use stringstream
11333         (restorePosition): use stringstream
11334         (MenuInsertLyXFile): use stringstream
11335
11336 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11337
11338         * BufferView.C:
11339         * Bullet.C:
11340         * ColorHandler.C:
11341         * FontInfo.C:
11342         * FontLoader.C:
11343         * LColor.C:
11344         * LaTeXFeatures.C:
11345         * Painter.C:
11346         * gettext.C:
11347         * lyx_gui_misc.C:
11348         * lyxserver.C:
11349         * vspace.C: removed // -*- C++ -*- as first line.
11350
11351         * lyxfind.h:
11352         * version.h: added // -*- C++ -*- as first line.
11353
11354 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11355
11356         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11357
11358         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11359         of string
11360
11361 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11362
11363         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11364         of floats.
11365
11366 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11367
11368         * gettext.C: include LString.h even when --disable-nls is on.
11369
11370 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11371
11372         * converter.h (Get): changed argument type from int to
11373         FormatList::size_type to avoid unnecessary conversion.
11374
11375         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11376         before using it.
11377
11378 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11379
11380         * gettext.h: include LString.h even when --disable-nls is on.
11381
11382 2001-06-07  Juergen Vigna  <jug@sad.it>
11383
11384         * text.C (BreakAgain): subst spaces with tabs.
11385
11386         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11387         (resizeInsetsLyXText): set force on resizeLyXText.
11388
11389 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11390
11391         * gettext.h (gettext_init):
11392         (locale_init): use a real definition instead of a macro
11393
11394 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11395
11396         * Bufferview_pimpl.C:
11397         * LColor.h:
11398         * LColor.C: further lcolor tidies
11399
11400 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11401
11402         * BufferView_pimpl.C (updateScrollbar): simplify.
11403
11404         * BufferView2.C: don't include insets/insetinfo.h, change
11405         prototype for insertInset and call the Pimpl version. let
11406         updateInset call Pimpl version.
11407
11408         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11409         gotoInset to BufferView::Pimpl
11410
11411 2001-06-01  Juergen Vigna  <jug@sad.it>
11412
11413         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11414         inside a LockingInset (is the update needed at all?).
11415
11416 2001-05-31  Juergen Vigna  <jug@sad.it>
11417
11418         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11419         here not the old one otherwise how should we compare it afterwards
11420         if it's the same!
11421
11422 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11423
11424         * lyxfont.C:
11425         * tabular.C:
11426         * tabular-old.C:
11427         * FontInfo.C: bring C functions into global namespace when
11428         necessary
11429
11430 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11431
11432         * LString.h: make sure config.h has been loaded before LString.h.
11433
11434         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11435         (one for each char read by EatLine!).
11436
11437         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11438         variables.
11439
11440 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11441
11442         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11443         to the same as the par we break from
11444
11445 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11446
11447         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11448
11449         * MenuBackend.C (expand): also create menu entries for wide
11450         versions of the floats.
11451
11452         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11453
11454         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11455
11456         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11457         frontends/Makefile.am
11458
11459         * text2.C: adjust
11460         * text.C: adjust
11461
11462
11463         * tabular.C (getTokenValue): add std::
11464
11465         * tabular-old.C (getTokenValue): add std::
11466         (getTokenValue): ditto
11467         (getTokenValue): ditto
11468
11469         * screen.C (ToggleSelection): adjust
11470
11471         * lyxtext.h: put selection cursors inside a Selection struct.
11472
11473         * lyxfunc.C (moveCursorUpdate): adjust
11474
11475         * lyxfont.C (latexWriteStartChanges): add std::
11476
11477         * lyxfind.C: adjust
11478
11479         * font.h: delete with(char const *, LyXFont const &)
11480
11481         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11482
11483         * FontInfo.C (getFontname): add std::
11484
11485         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11486         (workAreaButtonPress): adjust
11487         (tripleClick): adjust
11488         (update): adjust
11489         (moveCursorUpdate): adjust
11490         (Dispatch): adjust
11491
11492         * BufferView2.C (gotoInset): adjust
11493
11494 2001-05-30  Juergen Vigna  <jug@sad.it>
11495
11496         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11497         to check pspell I add this as default as I now have new pspell
11498         libraries and they seem to use this.
11499
11500 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11501
11502         * text2.C (CutSelection): make the cursor valid before the call to
11503         ClearSelection.
11504
11505 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11506
11507         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11508         relied on 0 terminated strings and other horrors. Bug found due to
11509         the new assert in lyxstring!
11510
11511         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11512         KP_ keys.
11513
11514 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11515
11516         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11517         to latinkeys.bind.
11518
11519         * lyxfunc.C (processKeySym): change method of getting to the
11520         self-insert char.
11521
11522         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11523         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11524         * BufferView_pimpl.[Ch]: here as private methods.
11525
11526 2001-05-28  Juergen Vigna  <jug@sad.it>
11527
11528         * text.C (SetHeightOfRow): added the update() call again as it is
11529         needed to initialize inset dimensions!
11530
11531 2001-05-16  Juergen Vigna  <jug@sad.it>
11532
11533         * text2.C (SetCharFont): Add new function with BufferView * and
11534         bool toggleall parameters for setting insets internal fonts.
11535         (SetFont): Freeze the undo as we may change fonts in Insets and
11536         all this change should be inside only one Undo!
11537
11538         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11539         setting font's in insets as for them we have the SetFont function!
11540
11541 2001-05-15  Juergen Vigna  <jug@sad.it>
11542
11543         * text2.C (ClearSelection): to be sure we REALLY don't have any
11544         selection anymore!
11545
11546         * tabular.C (TeXCellPreamble): fixed the left border problem for
11547         multicolumn cells.
11548
11549 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11550
11551         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11552         dependancy file
11553
11554 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11555
11556         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11557         LFUN_BREAKPARAGRAPH.
11558
11559         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11560         help test to "internal only", similar for LFUN_INSERT_URL
11561
11562         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11563         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11564         auto_region_delete and deadkeys.
11565
11566 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11567
11568         * LColor.h:
11569         * LColor.C: remove some dead entries, tidy a little
11570
11571 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11572
11573         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11574         commented code.
11575         (Dispatch): implement LFUN_ESCAPE
11576
11577         * commandtags.h: add LFUN_ESCAPE
11578
11579         * LyXAction.C (init): add entry for LFUN_ESCAPE
11580
11581         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11582         Remove commented code.
11583         (insertNote): moved here
11584         (open_new_inset): moved here
11585
11586         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11587         BufferView_pimpl
11588
11589 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11590
11591         * kbmap.C (findbinding): clean it up and make it work correctly.
11592
11593         * lyx_main.C (init): do not pass argc and argv as parameters
11594
11595 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11596
11597         * buffer.C: fix path for OS/2 & Win32
11598
11599         * lyx_gui.C:
11600         * lyx_main:
11601         * lyx_main.C: Added os:: class.
11602
11603         * os2_defines.h: update
11604
11605 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11606
11607         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11608         better by trying again with reduced state.
11609
11610 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11611
11612         * lyxrc.C (read): print error about invalid key sequence only when
11613         debugging (because not all latinX keysyms are known to some X
11614         servers)
11615
11616         * kbsequence.C (getiso): add a few std:: qualifiers
11617         (getiso): comment out extra return statement.
11618
11619 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11620
11621         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11622         handling.
11623         (Dispatch): enhance the accent inset a bit. (not perfect)
11624
11625 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11626
11627         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11628
11629 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11630
11631         * bufferlist.C (emergencyWrite): fix assert() call
11632
11633 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11634
11635         * text.C (InsertChar): Added trivial patch to only send the "you
11636         can not do multiple spaces this way" message once during a
11637         session.
11638
11639 2001-05-08  Baruch Even  <baruch@lyx.org>
11640
11641         * Makefile.am: Changed order of libraries to get LyX to link properly
11642         with the gnome frontend.
11643
11644 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11645
11646         * LaTeXFeatures.h: add a std:: qualifier
11647
11648 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11649
11650         * paragraph.C (String): use stringstream
11651
11652 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11653
11654         * paragraph.C (writeFile): remove footflag arg
11655
11656         * buffer.C (makeLaTeXFile): use stringstream
11657         (latexParagraphs): remove footnot gurba
11658
11659         * LaTeXFeatures.C (getPackages): use stringstream
11660         (getMacros): likewise
11661         (getTClassPreamble): likewise
11662         (getFloatDefinitions): new method
11663
11664         * paragraph.C (writeFile): reindent
11665         (Erase): reindent
11666
11667         * WorkArea.h: revert the xpos + etc changes.
11668
11669         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11670
11671         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11672
11673         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11674         (pasteSelection): likewise
11675         * text2.C (CreateUndo): likewise
11676
11677 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11678
11679         * minibuffer.C (peek_event): temporarily reduce the functionality
11680         of the minibuffer (to allow args on lfuns)
11681
11682         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11683         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11684
11685         * buffer.C (readInset): add compability reading of old float
11686         lists, add reading of new style float list.
11687         (readInset): avoid reevaluation of inscmd.getCmdName()
11688         (getLists): reindent
11689
11690         * MenuBackend.C (MenuItem): implement parsing of
11691         md_floatlistinsert and md_floatinsert.
11692         (expand::LastFiles): move initalizaton of iterators out of loop,
11693         avoid reevaluation.
11694         (expand::Documents): introduce typdedef vector<string> Strings,
11695         and use it.
11696         (expand::ExportFormats): introduce typedef vector<Format const *>
11697         Formats, and use it.
11698         (expand): implement FloatListInsert and FloatInsert.
11699
11700         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11701         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11702         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11703
11704         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11705         handling.
11706         (Dispatch::LFUN_FLOAT_LIST): implement
11707
11708 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11709
11710         * LaTeX.C (run): Fix problem with --export code.
11711
11712 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11713
11714         * BufferView.[Ch] (workarea): removed.
11715         (getClipboard) new method; wrapper for workarea()->getClipboard()
11716
11717         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11718         bug.
11719
11720         * WorkArea.h (width, height, xpos, ypos): These methods all
11721         returned the dimensions of the work_area sub-area of WorkArea,
11722         resulting in a position error if the WorkArea were resized. Now
11723         return the dimensions of the entire WorkArea.
11724
11725         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11726
11727 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11728
11729         * LaTeX.C (deplog): correct the syntax of regex reg1
11730
11731 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11732
11733         * undo.C: remove !NEW_INSETS cruft
11734
11735 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11736
11737         * text2.C: remove !NEW_INSETS cruft
11738
11739         * text.C: remove !NEW_INSETS cruft
11740
11741         * tabular.C: remove !NEW_INSETS cruft
11742
11743         * spellchecker.C: remove !NEW_INSETS cruft
11744
11745         * lyxtext.h: remove !NEW_INSETS cruft
11746
11747         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11748
11749         * lyxfunc.C: remove !NEW_INSETS cruft
11750
11751         * lyxfind.C: remove !NEW_INSETS cruft
11752
11753         * lyx_cb.C: remove !NEW_INSETS cruft
11754
11755         * figureForm.C: remove  !NEW_INSETS cruft
11756
11757         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11758
11759         * buffer.[Ch]: remove !NEW_INSETS cruft
11760
11761         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11762
11763         * CutAndPaste.C: remove !NEW_INSETS cruft
11764
11765         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11766
11767         * BufferView2.C: remove !NEW_INSETS cruft
11768
11769         * BufferView.h: remove !NEW_INSETS cruft
11770
11771 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11772
11773         * Lsstream.h: include LString.h before the sstream headers to
11774         fix problem with gcc 2.95.3 and lyxstring
11775
11776 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11777
11778         * lyx_main.C: add using directives when needed for C functions
11779         declared in std:: namespace.
11780
11781 2001-04-27  Juergen Vigna  <jug@sad.it>
11782
11783         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11784         (SetHeightOfRow): comment out the update call should not be needed!
11785
11786 2001-04-13  Juergen Vigna  <jug@sad.it>
11787
11788         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11789         (LyXTabular): tried to minimize operator= operations (and realized
11790         hopfully Lars wish).
11791
11792 2001-04-27  Juergen Vigna  <jug@sad.it>
11793
11794         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11795
11796 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11797
11798         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11799
11800         * buffer.C (readInset): hack to make listof algorithm work
11801
11802         * BufferView_pimpl.C: hack to make listof algorithm work
11803
11804 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11805
11806         * LyXAction.C: removed all !NEW_INSETS cruft
11807         (init): moved lfun_item in method
11808
11809         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
11810
11811 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11812
11813         * BufferView2.C (theLockingInset): white space.
11814
11815 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11816
11817         * minibuffer.C: include <iostream>
11818
11819         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
11820
11821         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
11822
11823         * commandtags.h: add LFUN_TRANSPOSE_CHARS
11824
11825         * text.[Ch] (TransposeChars): new method
11826
11827 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11828
11829         * call message directly through LyXView instead of through LyXFunc
11830         * BufferView2.C: adjust
11831         * BufferView_pimpl.C: adjust
11832         * FontLoader.C: adjust
11833         * buffer.C: adjust
11834         * bufferview_funcs.C: adjust
11835         * converter.C: adjust
11836         * figureForm.C: adjust
11837         * importer.C: adjust
11838         * lyx_cb.C: adjust
11839         * lyx_gui_misc.C: adjust
11840         * lyxfunc.C: adjust
11841         * lyxvc.C: adjust
11842         * text2.C: adjust
11843         + more files in subdirs
11844
11845         * lyxparagraph.h (size): move up int file
11846         (GetLayout): ditto
11847
11848         * adjust all uses of Assert to lyx::Assert.
11849
11850         * BufferView2.C (ChangeCitationsIfUnique): adjust for
11851         lyxfunctional in namespace lyx
11852         * layout.C (hasLayout): ditto
11853         (GetLayout): ditto
11854         (GetLayout): ditto
11855         (delete_layout): ditto
11856         (NumberOfClass): ditto
11857         * converter.C (GetFormat): ditto
11858         (GetNumber): ditto
11859         (Add): ditto
11860         (Delete): ditto
11861         (SetViewer): ditto
11862         * bufferlist.C (getFileNames): ditto
11863         (emergencyWriteAll): ditto
11864         (exists): ditto
11865         (getBuffer): ditto
11866         * MenuBackend.C (hasSubmenu): ditto
11867         (hasMenu): ditto
11868         (getMenu): ditto
11869         * BufferView_pimpl.C (getInsetByCode): ditto
11870
11871 2001-04-18  Juergen Vigna  <jug@sad.it>
11872
11873         * vspace.C (asLatexString): fixed the 100% problem.
11874
11875 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11876
11877         * lyxfunc.C (Dispatch):
11878         * minibuffer.C:
11879         * minibuffer.h: add a few std:: qualifiers
11880
11881 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11882
11883         * minibuffer.[Ch]: reimplement so that commands is initiated and
11884         run from lyxfunc, simplified som handling, and made the completion
11885         and history code for complete. wip.
11886
11887         * lyxfunc.C (processKeySym): call message
11888         (miniDispatch): new temporary method
11889         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
11890         (LFUN_MESSAGE): implement
11891         (LFUN_MESSAGE_PUSH): implement
11892         (LFUN_MESSAGE_POP): implement
11893         (initMiniBuffer): the initial/defualt minibuffer message.
11894
11895         * lyxfont.[Ch]: inline some more getters
11896
11897         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
11898
11899         * lyx_gui_misc.[Ch] (WriteStatus): remove method
11900
11901         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
11902         (AutoSave): use LFUN_MESSAGE
11903         (Reconfigure): ditto
11904
11905         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
11906
11907         * figureForm.C: use LFUN_MESSAGE
11908
11909         * converter.C (runLaTeX): use LFUN_MESSAGE
11910
11911         * bufferview_funcs.C: use LFUN_MESSAGE
11912         (Melt): ditto
11913         (changeDepth): ditto
11914
11915         * bufferparams.h: use boost::
11916
11917         * bufferlist.h: inherit privately from noncopyable
11918
11919         * bufferlist.C (loadLyXFile): remove some commented code.
11920
11921         * buffer.C (runChktex): use LFUN_MESSAGE
11922
11923         * ShareContainer.h: inherit privately from noncopyable
11924
11925         * ParagraphParameters.[hC] (depth): inline it.
11926
11927         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
11928         methods.
11929         (message): new method
11930         (messagePush): ditto
11931         (messagePop): ditto
11932         (show): init minibuffer
11933         (showState): direct call
11934
11935         * LaTeX.[Ch]: inherit privately from noncopyable
11936         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
11937         instead of WriteStatus.
11938
11939         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
11940
11941         * BufferView_pimpl.C (buffer): don't init minibuffer
11942         (workAreaButtonPress): use LFUN_MESSAGE
11943         (workAreaButtonRelease): ditto
11944         (savePosition): ditto
11945         (restorePosition): ditto
11946         (MenuInsertLyXFile): ditto
11947         (workAreaExpose): don't init minibuffer
11948         (update): remove commented code, simplify
11949
11950         * BufferView2.C (openStuff): use LFUN_MESSAGE
11951         (toggleFloat): ditto
11952         (menuUndo): ditto
11953         (menuRedo): ditto
11954         (copyEnvironment): ditto
11955         (pasteEnvironment): ditto
11956         (copy): ditto
11957         (cut): ditto
11958         (paste): ditto
11959         (gotoInset): ditto
11960         (updateInset): remove some commented code
11961
11962         * lastfiles.h: inherit privately from noncopyable
11963         * layout.h: ditto
11964         * lyx_gui.h: ditto
11965         * lyx_main.h: ditto
11966         * lyxlex.h: ditto
11967         * lyxlex_pimpl.h: ditto
11968
11969         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
11970         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
11971         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11972
11973         * LyXAction.h: inherit privately from noncopyable, add methods
11974         func_begin, func_end, returning iterators to the func map.
11975
11976         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
11977         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11978         (func_begin): new method
11979         (func_end): new method
11980
11981         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
11982         and not)
11983         (copySelection): ditto
11984         (pasteSelection): ditto
11985
11986         * BufferView.C: whitespace change
11987         * BufferView.h: inherit privately from noncopyable
11988
11989 2001-04-16  Allan Rae  <rae@lyx.org>
11990
11991         * tabular-old.C (l_getline):
11992         * spellchecker.C (sc_check_word):
11993         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
11994         an unrecognised preprocessor directive.  So ensure they're wrapped.
11995
11996 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
11997
11998         * src/exporter.C (Export): Give an error message when path to file
11999         contains spaces.
12000
12001 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12002
12003         * LaTeX.C (deplog): Always check that foundfile exists.
12004
12005 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12006
12007         * lyx_main.h:
12008         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12009
12010 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12011
12012         * tabular.[Ch] (getLabelList): implement new method
12013
12014         * minibuffer.h: comment ouf setTiimer
12015
12016         * minibuffer.C (ExecutingCB): constify res
12017         (peek_event): constify s
12018         (Set): constify ntext
12019         (Init): constify nicename
12020
12021         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12022
12023         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12024         (savePosition): use two params to Minibuffer::Set
12025         (restorePosition): ditto
12026
12027 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12028
12029         * lyx_main.C: include language.h
12030
12031         * Makefile.am (lyx_main.o): add language.h
12032
12033 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12034
12035         * exporter.C:
12036         * paragraph.C:
12037         * screen.C:
12038         * tabular.C:
12039         * CutAndPaste.C: include gettext.h
12040
12041         * lyxfont.h: remove old hack with ON and OFF.
12042
12043         * lyxparagraph.h:
12044         * lyxfont.h: do not include language.h...
12045
12046         * BufferView2.C:
12047         * LaTeXFeatures.C:
12048         * Painter.C:
12049         * bufferview_funcs.C:
12050         * font.C:
12051         * lyxfont.C:
12052         * text.C:
12053         * text2.C:
12054         * trans_mgr.C:
12055         * paragraph.C: ... but do it here instead
12056
12057 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12058
12059         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12060
12061         * tabular.C: small reformat
12062
12063         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12064         NEW_INSETS version
12065         (GetChar): ditto
12066         (BreakParagraph): ditto
12067         (SetOnlyLayout): ditto
12068         (SetLayout): ditto
12069
12070         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12071         with one arg less.
12072
12073         * lastfiles.C: removed most using decl, add std:: where needed
12074
12075         * buffer.C: ws changes
12076
12077         * MenuBackend.C (class compare_format): put into anon namespace
12078         (expand): constify label, names, action, action2
12079         (expand):
12080
12081         * text.C (SingleWidth): constify font
12082         (IsBoundary): constify rtl2
12083         (GetVisibleRow): constify ww
12084
12085         * LaTeX.C (deplog): constify logfile
12086
12087         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12088         start_x, end_x
12089         (workAreaExpose): constify widthChange, heightChange
12090
12091         * lyxrow.C (par): moved
12092         (height): moved
12093         (next): moved
12094         * lyxrow.h: as inlines here
12095
12096         * lyxfont.h (shape): moved from lyxfont.C
12097         (emph): moved from lyxfont.C
12098
12099         * lyxfont.C (LyXFont): use initialization list for all
12100         constructors
12101         (shape): move to lyxfont.h as inline
12102         (emph): move to lyxfont.h as inline
12103
12104
12105 2001-04-04  Juergen Vigna  <jug@sad.it>
12106
12107         * vspace.C: had to include stdio.h for use of sscanf
12108
12109 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12110
12111         * BufferView.h:
12112         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12113         independent of xforms.
12114
12115 2001-04-02  Juergen Vigna  <jug@sad.it>
12116
12117         * spellchecker.C: fixed namespace placing!
12118
12119 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12120
12121         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12122         the LyXParagraph * is 0.
12123
12124 2001-03-29  Juergen Vigna  <jug@sad.it>
12125
12126         * vspace.C: added support for %, c%, p%, l%.
12127         (stringFromUnit): added helper function.
12128         (asLatexString): changed to give right results for the %-values.
12129
12130         * buffer.C: convert the widthp in a width%.
12131
12132 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12133
12134         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12135         figureForm.[Ch].
12136
12137         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12138         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12139
12140         * lyx_cb.[Ch]: see above.
12141
12142         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12143         form1.[Ch].
12144
12145         * form1.[Ch]:
12146         * lyx.[Ch]: replaced by figure_form.[Ch].
12147
12148         * lyx_gui.C:
12149         * lyx_gui_misc.C:
12150         * lyxfunc.C: changed headers associated with above changes.
12151
12152 2001-03-27  Juergen Vigna  <jug@sad.it>
12153
12154         * BufferView_pimpl.C: set the temporary cursor right!
12155
12156 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12157
12158         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12159
12160 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12161
12162         * LString.h: removed "using std::getline"!
12163
12164         * BufferView_pimpl.C (Dispatch): changes due to changes in
12165         InsetInclude::Params.
12166
12167         * buffer.C (tag_name): removed redundant break statements as they were
12168         producing lots of warnings with my compiler.
12169
12170 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12171
12172         * LString.h: add "using std::getline" when using the real <string>.
12173
12174 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12175
12176         * buffer.C: removed bitset usage.
12177         PAR_TAG moved to an anonymous name space.
12178         (tag_name): new funtion, also in the anonymous namespace.
12179         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12180         (makeDocBookFile): clean code. Completed transition from string arrays
12181         to string vectors.
12182         (SimpleDocBookOnePar): code clean.
12183
12184 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12185
12186         * tabular.C: add some comments.
12187
12188 2001-03-22  Juergen Vigna  <jug@sad.it>
12189
12190         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12191         compatibility read a bit and fixed bug with minipage in different
12192         depth.
12193
12194 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12195
12196         * buffer.C (pop_tag): removed.
12197         (push_tag): removed.
12198         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12199         array replaced with vector. Added support for CDATA sections.
12200         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12201         at any nest level.
12202         (makeDocBookFile): XML conformant declaration of CDATA section,
12203         fixed bug related to <emphasis> in the first paragraph char.
12204         (sgmlOpenTag): exclude empty tags.
12205         (sgmlCloseTag): ditto.
12206
12207         * buffer.h (pop_tag): removed.
12208         (push_tag): removed.
12209
12210 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12211
12212         * language.h (Languages): added size_type and size().
12213
12214 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12215
12216         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12217         response on compability reading of minipages. One probliem is that
12218         the old usage of minipages was «flertydig»
12219
12220         * several files here and in subdirs: don't use static at file
12221         scope use anon namespaces instead.
12222
12223 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12224
12225         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12226         LaTeX output. This is necessary for Literate document
12227         processing.
12228
12229 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12230
12231         * buffer.C: insert hfill when needed.
12232
12233         * tabular.C (l_getline): use string::erase, small whitespace change.
12234
12235         * BufferView_pimpl.C: try the anon namespace.
12236         * WorkArea.C: ditto
12237
12238 2001-03-16  Juergen Vigna  <jug@sad.it>
12239
12240         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12241         otherwise it won't open options-dialogs.
12242
12243         * buffer.C: honor pextraWidth(p) on converting minipages.
12244
12245         * tabular.C (l_getline): changed the functions to strip trailing \r.
12246
12247 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12248
12249         * BufferView_pimpl.C:
12250         * minibuffer..C: added "using SigC::slot" declaration.
12251
12252 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12253
12254         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12255
12256         * text2.C: ditto
12257
12258         * text.C: ditto
12259
12260         * paragraph.C: ditto
12261
12262         * lyxtext.h: NO_PEXTRA
12263
12264         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12265
12266         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12267         * ParameterStruct.h: ditto
12268         * ParagraphParameters.h: ditto
12269         * lyxparagraph.h: ditto
12270
12271 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12272
12273         * buffer.C: add compability for minipage alignment.
12274         (latexParagraphs): remove unwanted pextra check.
12275
12276         * several files: remove CXX_WORKING_NAMESPACES
12277
12278         * buffer.C (pop_tag): tie is in namespace boost
12279
12280         * BufferView.h: noncopyable is in namespace boost
12281         * lyxlex.h: ditto
12282         * lyx_main.h: ditto
12283         * lyx_gui.h: ditto
12284         * layout.h: ditto
12285         * lastfiles.h: ditto
12286         * bufferlist.h: ditto
12287         * ShareContainer.h: ditto
12288         * LyXView.h: ditto
12289         * LyXAction.h: ditto
12290         * LaTeX.h: ditto
12291
12292 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12293
12294         * Merging changes from BRANCH_MVC back into HEAD.
12295
12296         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12297
12298 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12299
12300         * BufferView_pimpl.C: change from intl.C
12301
12302         * combox.h:
12303         * combox.C:
12304         * Makefile.am: move combox.*
12305
12306         * form1.h:
12307         * form1.C:
12308         * lyx_gui.C:
12309         * intl.h:
12310         * intl.C: remove dialog (covered by prefs)
12311
12312 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12313
12314         * lyxfunc.C (Dispatch): removed redundant break statement.
12315
12316 2001-03-14  Juergen Vigna  <jug@sad.it>
12317
12318         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12319
12320 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12321
12322         * buffer.C: add hack to fix compability reading of minipages.
12323
12324 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12325
12326         * buffer.C (getLists): Cleanup.
12327
12328 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12329
12330         * lyxfont.C (update): don't honor toggleall on font size.
12331
12332 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12333
12334         * bmtable.c:
12335         * bmtable.h:
12336         * Makefile.am: moved to frontends/xforms/
12337
12338         * lyx_gui_misc.C:
12339         * lyxfunc.C:
12340         * BufferView_pimpl.C: changes for moved mathpanel
12341
12342 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12343
12344         * gettext.h: fix gettext_init() in --disable-nls
12345
12346 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12347
12348         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12349
12350 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12351
12352         * lyx.C:
12353         * lyx.h: strip external form
12354
12355 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12356
12357         * BufferView_pimpl.C: add comment, destroySplash()
12358
12359 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12360
12361         * BufferView_pimpl.C:
12362         * LyXAction.C:
12363         * buffer.C:
12364         * commandtags.h:
12365         * lyxfunc.C: use re-worked insetinclude
12366
12367 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12368
12369         * buffer.C: add using std::stringstream.
12370
12371         * lyx_cb.C: readd using std::ios.
12372
12373         * buffer.C: add using std::map.
12374
12375         * BufferView_pimpl.C: add using std::vector.
12376
12377         * ShareContainer.h: add std:: to swap.
12378
12379         * buffer.h: add some typedefs
12380         * buffer.C (getLists): use them
12381         (getLists): renamed from getTocList.
12382         add a counter for the different float types and use it in the
12383         generated string.
12384         (getLists): use the same counter for the NEW_INSETS and the "non"
12385         NEW_INSETS
12386
12387         * lyx_cb.h: remove unused items, includes, using etc.
12388
12389         * ShareContainer.h: remove some commented code, add more comments
12390         and "documentation".
12391
12392 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12393
12394         * buffer.C (getTocList): make the list also when NEW_INSETS is
12395         defined.
12396
12397         * buffer.h: remove TocType
12398
12399         * buffer.C (getTocList): change to return a map<string,
12400         vector<TocItem> >, implement for dynamic number of list.
12401
12402         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12403         * text2.C (PasteSelection): adjust
12404         * CutAndPaste.C (pasteSelection): adjust
12405
12406         * FloatList.C (FloatList): update from the new_insets branch.
12407         * Floating.[Ch]: ditto
12408         * LaTeXFeatures.C: ditto
12409         * buffer.C: ditto
12410         * lyxlex_pimpl.C: ditto
12411
12412         * paragraph.C (Last): remove when NEW_INSETS is defined.
12413
12414         * other file: changes because of the above.
12415
12416 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12417
12418         * lyxparagraph.h: rename next to next_, previous to previous_,
12419         make them private for NEW_INSETS. Rename Next() to next(),
12420         Previous() to previous().
12421
12422         * other files: changes because of the above.
12423
12424 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12425
12426         * BufferView.h:
12427         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12428         problem.
12429
12430 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12431
12432         * main.C (main): pass lyx_localedir to gettext_init().
12433
12434         * gettext.h: remove locale_init and gettext_init macros
12435
12436         * gettext.C (locale_init): new function
12437         (gettext_init): new function
12438
12439         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12440         setlocale().
12441
12442 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12443
12444         * Moved credits to frontends:
12445         * credits.[Ch]: removed
12446         * credits_form.[Ch]: removed
12447         * lyx_gui_misc.C: remove credits stuff
12448         * Makefile.am:
12449
12450 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12451
12452         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12453
12454         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12455         unneeded destructor.
12456
12457         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12458         a standalone pointer again.
12459
12460         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12461
12462 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12463
12464         * Makefile.am:
12465         * filedlg.h:
12466         * filedlg.C:
12467         * LyXAction.C:
12468         * ToolbarDefaults.C:
12469         * bufferlist.C:
12470         * commandtags.h:
12471         * form1.C:
12472         * form1.h:
12473         * lyx_cb.C:
12474         * lyx_cb.h:
12475         * lyxfunc.h:
12476         * lyxfunc.C:
12477         * BufferView_pimpl.C: use new file dialog in GUII
12478
12479         * lyx_cb.h:
12480         * lyx_cb.C: remove LayoutsCB to Toolbar
12481
12482 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12483
12484         * ShareContainer.h (get): add std:: qualifier
12485
12486 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12487
12488         * ShareContainer.h: define a proper ShareContainer::value_type
12489         type (and use typename to please compaq cxx)
12490
12491 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12492
12493         * lyxparagraph.h: move serveral local vars to
12494         ParameterStruct/ParagraphParameters., use ShareContainer in
12495         FontTable., make vars in FontTable private and add getter and
12496         setter.
12497
12498         * paragraph.C: changes because of the above.
12499
12500         * lyxfont.h: remove copy constructor and copy assignment. (the
12501         default ones is ok), move number inside FontBits. move inlines to
12502         lyxfont.C
12503
12504         * lyxfont.C: add number to initializaton of statics, move several
12505         inlines here. constify several local vars. some whitespace
12506         cleanup. Dont hide outerscope variables.
12507
12508         * Spacing.h: add two new constructors to match the set methods.
12509
12510         * ShareContainer.h: new file, will perhaps be moved to support
12511
12512         * ParameterStruct.h: new file
12513
12514         * ParagraphParameters.h: new file
12515
12516         * ParagraphParameters.C: new file
12517
12518         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12519         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12520
12521         * BufferView_pimpl.C: ParagraphParameter changes.
12522         * buffer.C: Likewise.
12523         * bufferview_funcs.C: Likewise.
12524         * text.C: Likewise.
12525         * text2.C: Likewise.
12526
12527 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12528
12529         * lyxfind.C (LyXReplace): do not redefine default argument in
12530         implementation.
12531         (IsStringInText): ditto
12532         (SearchForward): ditto
12533         (SearchBackward): ditto
12534
12535 2001-03-06  Juergen Vigna  <jug@sad.it>
12536
12537         * lyxfind.C (IsStringInText): put parentes around expressions.
12538
12539 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12540
12541         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12542
12543 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12544
12545         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12546
12547         * stl_string_fwd.h: add comment
12548
12549         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12550
12551         * tabular.h:
12552         * tabular.C: remove unused DocBook methods
12553
12554         * intl.C:
12555         * language.C:
12556         * paragraph.C:
12557         * buffer.C:
12558         killed DO_USE_DEFAULT_LANGUAGE
12559
12560 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12561
12562         * lyx_gui.C: do not include language.h.
12563
12564         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12565         arguments in function implementation.
12566
12567 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12568
12569         * BufferView_pimpl.C: add <ctime>
12570
12571 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12572
12573         * BufferView_pimpl.C: add using std::find_if
12574
12575 2001-02-27  José Matos  <jamatos@fep.up.pt>
12576
12577         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12578         by OnlyPath.
12579
12580 2001-02-11  José Matos  <jamatos@fep.up.pt>
12581
12582         * buffer.C (makeDocBookFile): command styles now have a parameter as
12583         "title" by default.
12584
12585 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12586
12587         * layout_forms.[Ch]: removed
12588         * lyx_cb.[Ch]: out character
12589         * lyx_gui.C: out character
12590         * lyx_gui_misc.C: out character
12591         * bufferview_funcs.C: : out character,
12592         added toggleall as parameter in ToggleAndShow
12593
12594 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12595
12596         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12597
12598         * text2.C (SetCurrentFont): Disable number property at boundary.
12599
12600 2001-02-26  Juergen Vigna  <jug@sad.it>
12601
12602         * lyxfunc.C (getStatus): added a string argument override function so
12603         that this is correctly called from LyXFunc::Dispatch if it contains a
12604         do_not_use_argument which is used!
12605         (Dispatch): added check for "custom" export and call appropriate func.
12606
12607 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12608
12609         * lyxrc.C: Add language_command_local, language_use_babel and
12610         language_global_options.
12611
12612         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12613
12614         * buffer.C (makeLaTeXFile): Use language_use_babel and
12615         language_global_options.
12616
12617 2001-02-23  Juergen Vigna  <jug@sad.it>
12618
12619         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12620         which works with LyXText and putted it inside BufferView. Here now we
12621         only call for that part the BufferView::Dispatch() function.
12622
12623         * BufferView.C (Dispatch): added.
12624
12625         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12626         functions which needs to use a LyXText over from LyXFunc.
12627         (MenuInsertLyXFile): added
12628         (getInsetByCode): added
12629         (moveCursorUpdate): added
12630         (static TEXT): added
12631
12632 2001-02-22  Juergen Vigna  <jug@sad.it>
12633
12634         * BufferView_pimpl.C (update): call a status update to see if LyXText
12635         needs it.
12636
12637 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12638
12639         * vc-backend.C (revert): implement for CVS
12640         (getLog): implement for CVS
12641
12642 2001-02-20  Juergen Vigna  <jug@sad.it>
12643
12644         * text2.C (ClearSelection): added BufferView param for inset_owner call
12645
12646         * lyxfunc.C (TEXT): added this function and use it instead of
12647         directly owner->view()-text of getLyXText().
12648
12649 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12650
12651         * src/layout_forms.C: out preamble
12652         * src/layout_forms.h: out preamble
12653         * src/lyx_cb.C: out preamble
12654         * src/lyx_cb.h: out preamble
12655         * src/lyx_gui.C: out preamble
12656         * src/lyx_gui_misc.C: out preamble
12657         * src/lyxfunc.C: connect with guii preamble
12658
12659 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12660
12661         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12662
12663 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12664
12665         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12666         whether to run bibtex.
12667
12668 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12669
12670         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12671
12672 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12673
12674         * Makefile.am (lyx_SOURCES): removed bibforms.h
12675
12676         * vspace.h: doxygen
12677
12678         * text.C (GetVisibleRow): make several local vars const
12679
12680         * tabular.C: small cleanup.
12681
12682         * lyxserver.C (callback): use compare instead of strncmp
12683
12684         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12685         inlines to after class or to paragraph.C
12686
12687         * lyxfont.h: remove friend operator!=
12688
12689         * converter.h: move friend bool operator< to non friend and after
12690         class def.
12691
12692         * combox.h: small cleanup
12693
12694         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12695         to inlines after class def.
12696
12697         * buffer.C (pop_tag): use string operations instead of strcmp
12698
12699         * bmtable.c: doxygen, small cleanup
12700
12701         * LaTeX.h: remove friend operator==
12702
12703 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12704
12705         * screen.C:
12706         * lyxrc.[Ch]:
12707         * lyxfunc.C:
12708         * lyxfont.[Ch]:
12709         * lyx_cb.C:
12710         * intl.[Ch]:
12711         * commandtags.h:
12712         * buffer.C:
12713         * WorkArea.[Ch]:
12714         * LyXAction.C:
12715         * BufferView_pimpl.C:
12716         * BufferView.[Ch]: remove cruft
12717
12718 2001-02-14  Juergen Vigna  <jug@sad.it>
12719
12720         * lyxfunc.C: removed #if 0 unused code
12721
12722         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12723
12724         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12725
12726         * text2.C (SetSelection): added a BufferView * parameter
12727
12728 2001-02-13  Juergen Vigna  <jug@sad.it>
12729
12730         * lyxfunc.C (Dispatch): fixed protected blank problem.
12731         * BufferView2.C (protectedBlank): added LyxText * parameter.
12732
12733         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12734         (AppendColumn): same as above for column_info.
12735
12736         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12737         (moveCursorUpdate): use a LyXText param for support of InsetText.
12738
12739         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12740         (tripleClick): ditto
12741
12742         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12743
12744         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12745
12746         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12747
12748         * text2.C (SetSelection): set correct update status if inset_owner
12749         (ToggleFree): ditto
12750
12751 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12752
12753         * tabular.C: remove some commented code.
12754
12755 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12756
12757         * BufferView_pimpl.C: call hideSplash()
12758
12759         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12760
12761         * include_form.h:
12762         * bibforms.h: remove
12763
12764         * lyxfunc.C:
12765         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12766           add LFUN_CHILD_CREATE
12767
12768         * counters.h: fix tiny typo
12769
12770         * lyx_cb.C:
12771         * lyx.h:
12772         * lyx_gui.C:
12773         * lyx.C: move splash to frontends/xforms/
12774
12775         * lyx_gui_misc.C: move Include and Bibform to frontends
12776
12777         * lyxvc.h: clarify comment
12778
12779         * vspace.C: tiny housekeeping
12780
12781 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12782
12783         * text.C (PrepareToPrint): RTL Fix.
12784
12785         * paragraph.C (GetUChar): New method.
12786         (String):  Use GetUChar.
12787
12788         * buffer.C (asciiParagraph): Use GetUChar.
12789
12790 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12791
12792         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12793
12794 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12795
12796         * buffer.h:
12797         * buffer.C: rename to getLogName(), handle
12798           build log / latex log nicely
12799
12800 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12801
12802         * MenuBackend.C:
12803         * MenuBackend.h: remove support for reference menuitem type.
12804
12805 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12806
12807         * BufferView_pimpl.C: housekeeping
12808         * BufferView_pimpl.h:
12809         * LyXView.h:
12810         * Makefile.am:
12811         * Timeout.C:
12812         * Timeout.h:
12813         * minibuffer.h: move Timeout GUI-I
12814
12815 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
12816
12817         * lyxrc.C (read): Update converters data-structures.
12818
12819 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12820
12821         * LaTeX.h (operator!=): add operator != for Aux_Info
12822
12823 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
12824
12825         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12826
12827         * LaTeXLog.C: deleted, useful code moved to Buffer
12828
12829         * buffer.h:
12830         * buffer.C: new function getLatexLogName()
12831
12832         * lyx_gui_misc.C:
12833         * lyx_gui.C:
12834         * lyxvc.C:
12835         * lyxvc.h:
12836         * lyxfunc.C: use frontends for LaTeX and VC logs
12837
12838 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12839
12840         * LaTeX.h: yet another std:: that Allan forgot.
12841
12842         * Variables.C (set): renamed from isset(), because this clashes
12843         with some HP-UX macros (grr).
12844
12845 2001-02-06  Allan Rae  <rae@lyx.org>
12846
12847         * LaTeX.h: Another bug fix.  Missing std:: this time.
12848
12849 2001-02-04  Allan Rae  <rae@lyx.org>
12850
12851         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
12852         floats problem. I've left it commented out because it's not quite
12853         correct.  It should also test that the current object is a table or
12854         figure inset.  But I haven't gotten around to figuring out how to do
12855         that.  I *think* it'll be something like: "table" == inset.type()
12856
12857         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
12858         bool.
12859
12860 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
12861
12862         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
12863         all the citation/databases/styles in the auxilary file.
12864         (run): Rerun latex if there was a babel language error.
12865
12866 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
12867
12868         * text.C (Backspace): Preserve the font when changing newline char
12869         with a space.
12870         (BreakParagraph): If the cursor is before a space, delete the space.
12871
12872         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
12873
12874 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
12875
12876         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
12877         new argument (code).
12878         (ChangeCitationsIfUnique): New method.
12879
12880         * paragraph.C (GetPositionOfInset): Handle bibkey.
12881
12882 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12883
12884         * BufferView_pimpl.h: change type of Position::par_pos to
12885         LyXParagraph::size_type.
12886
12887 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
12888
12889         * BufferView_pimpl.C (savePosition, restorePosition): Write
12890         messages to minibuffer.
12891
12892 2001-01-28  José Matos  <jamatos@fep.up.pt>
12893
12894         * buffer.C (makeDocBookFile): adds support for document language.
12895         A silly restriction on the name of LatexCommand types where removed.
12896         Added support for CDATA sections, allows to chars unescaped, used
12897         among others in code, to avoid escape < and >.
12898
12899 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12900
12901         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
12902         saved positions instrad of a stack. Furthermore, a position is
12903         stored using paragraph id/paragraph position.
12904
12905         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
12906         Remove LFUN_REF_BACK.
12907
12908 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12909
12910         * converter.C (dvipdfm_options): New method.
12911
12912 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12913
12914         * vspace.C (isValidLength): Fix for empty input string.
12915
12916 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12917
12918         * LyXAction.C (init): change description of LFUN_FIGURE to
12919         "Insert Graphics"
12920
12921 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12922
12923         * LaTeX.C: add using directive
12924
12925 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12926
12927         * MenuBackend.C (expand): Fix the sorting of the formats.
12928
12929 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
12930
12931         * lyx_main.C: tiny error message fix
12932
12933 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12934
12935         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
12936         calling fl_initialize(). This fixes the problem with ',' as
12937         decimal separator in text files.
12938
12939 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12940
12941         * trans.C (process): Fix the keymap bug.
12942
12943 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
12944
12945         * LaTeX.C (scanAuxFiles): New method. Provides support for
12946         multiple bibliographies (when using the bibtopic/bibunits pacakges).
12947         (scanLogFile) Scan for "run BibTeX" messages.
12948
12949         * buffer.C (makeLaTeXFile): Do not load the ae package when using
12950         OT1 font encoding. Also, load the aecompl package if the ae
12951         package is loaded.
12952
12953         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
12954
12955 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12956
12957         * texrow.C (increasePos): turn two error messages into debug
12958         messages.
12959
12960 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
12961
12962         * LaTeX.C (scanAux): Handle the \@input macro.
12963         (runBibTeX): Use scanAux().
12964
12965         * language.C (latex_options_): New field.
12966
12967         * LaTeXFeatures.C (getMacros): Add language macros.
12968
12969         * buffer.C (makeLaTeXFile): Small fix.
12970
12971 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12972
12973         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
12974
12975         * text2.C: add a using directive.
12976
12977 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
12978
12979         * BufferView2.C:
12980         * lyx_gui_misc.h:
12981         * lyxfr1.C:
12982         * lyxfunc.C: kill LyXBell.
12983
12984 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
12985
12986         * text.C (IsBoundary): Remove the error message
12987
12988         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
12989
12990         * lyxrc.C (setDefaults): Correct initialization value for
12991         font_norm_type.
12992
12993 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
12994
12995         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
12996         gotoError().
12997
12998         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
12999         and GotoNextNote().
13000
13001         * src/LyXAction.C: Added reference-next.
13002
13003         * text.C (InsertChar): Use contains instead of strchr.
13004
13005         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13006
13007 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13008
13009         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13010         alignment commands (when needed).
13011
13012         * text.C (InsertChar): Add ':' to number separator chars.