]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
* lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
[lyx.git] / src / ChangeLog
1 2003-10-08  André Pönitz  <poenitz@gmx.net>
2
3         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
4           thing assignable.
5         * text.C:
6         * text2.C: adjust
7
8         * tabular.[Ch]: fix crash after 'row-insert'
9
10 2003-10-08  Angus Leeming  <leeming@lyx.org>
11
12         Fix doxygen warnings.
13
14         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
15         Remove CutAndPaste:: prefix from header file declaration.
16
17         * LColor.h (fill): remove LColor:: prefix from declaration.
18
19         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
20         use lyx::depth_type rather than Paragraph::depth_type so that
21         header file and .C file match.
22
23         * converter.h (intToFormat): remove Converters:: prefix from declaration.
24
25         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
26         * aspell.C: \file aspell_local.C -> \file aspell.C
27         * gettext.C: \file gettext.C -> \file src/gettext.C
28         * gettext.h: \file gettext.h -> \file src/gettext.h
29         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
30         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
31         * text.C: \file text.C -> \file src/text.C
32
33         * toc.C: move comment so that doxygen is not confused.
34
35 2003-10-07  Angus Leeming  <leeming@lyx.org>
36
37         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
38
39 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
40
41         * aspell.C:
42         * aspell_local.h: add forgotten std::string's.
43
44 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
45
46         * LaTeXFeatures.C:
47         * LyXAction.C:
48         * factory.C:
49         * lfuns.h:
50         * lyxfunc.C:
51         * text3.C: The Box patch. Fancybox support, minipage, parbox
52
53 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
54
55         * CutAndPaste.h:
56         * DepTable.h:
57         * FloatList.h:
58         * LaTeXFeatures.h:
59         * ParagraphParameters.h:
60         * TextCache.h:
61         * Thesaurus.h:
62         * bufferlist.h:
63         * exporter.h:
64         * importer.h:
65         * lastfiles.h:
66         * lyxfind.h:
67         * lyxfont.h:
68         * lyxlex.h:
69         * lyxtextclasslist.h:
70         * messages.h:
71         * paragraph.h:
72         * paragraph_pimpl.C:
73         * textcursor.h: add <string> and other small fixes to make Lars'
74         std::string patch compile with STLport.
75
76 2003-10-06  Angus Leeming  <leeming@lyx.org>
77
78         * LColor.h: Add missing #include <string>.
79
80 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
81
82         * All most all file in all subdirs: Make <string> be the prefered
83         way of getting to std::string, add using declarations.
84
85 2003-10-06  André Pönitz  <poenitz@gmx.net>
86
87         * metricsinfo.C: initialize LyXFont before changing attribute.
88         (fixes the 'math in \emph is upright' bug)
89
90 2003-10-06  André Pönitz  <poenitz@gmx.net>
91
92         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
93
94 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
95
96         * graph.C:
97         * paragraph_pimpl.C: Small fixes to build using STLport
98
99 2003-10-02  André Pönitz  <poenitz@gmx.net>
100
101         * lyxfunc.C:
102         * text3.C: move handling of LFUN_DEPTH *; fix #1360
103
104 2003-10-01  André Pönitz  <poenitz@gmx.net>
105
106         * factory.C: assert early
107
108 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
109
110         * lyx_main.C: remove the global debug object
111
112         * debug.h: adjust for new debugstream
113
114         * debug.C: adjust for new debugstream and keep the global debug
115         object here.
116
117 2003-09-22  Angus Leeming  <leeming@lyx.org>
118
119         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
120         of g++ which otherwise complain that the scoped_ptr destructor can't delete
121         an incomplete class LyXFont.
122
123 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
124
125         * factory.C: bug fix in branches
126
127 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
128
129         * lyxfunc.C (processKeySym): adjust
130         (dispatch): adjust
131         (dispatch): change arg name from ev to func, adjust
132         (sendDispatchMessage): ditto
133
134         * lyx_main.C (defaultKeyBindings): adjust keybindings
135         (deadKeyBindings): ditto
136
137         * kbsequence.C (addkey): return a FuncRequest
138
139         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
140
141         * kbmap.C (bind): take a FuncRequest as arg, adjust
142         (read): adjust
143         (lookup): adjust
144         (defkey): change to take a FuncRequest as arg, adjust
145         (findbinding): take a FuncRequest as arg, adjust.
146
147         * funcrequest.h (operator=): added
148
149         * funcrequest.C (FuncRequest): default kb_action changed from
150         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
151
152         * buffer.C (dispatch): simplify
153         (dispatch): adjust to take a FuncRequest as arg, adjust
154
155         * boost.C (assertion_failed): change assertion message slightly
156
157         * ToolbarBackend.C (read): simplify
158
159         * MenuBackend.C (binding): adjust call to findbinding, add a
160         message if no binding is found.
161         (read): simplify
162         (expandToc): correct by adding a empty FuncRequest
163
164         * LyXAction.C: include <boost/assert.hpp>
165         (isPseudoAction): delete function
166         (LookupFunc): change name to...
167         (lookupFunc): this. change return type to FuncRequest.
168         (getActionName): take kb_action as arg, simplify
169         (funcHasFlag): add an assert, simplify.
170
171 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
172
173         * toc.C (action): return a FuncRequest, simplify
174
175         * lyxfunc.C (processKeySym): adjust
176         (getStatus): delete version that takes an int.
177         (getStatus): adjust
178         (dispatch): delete version that takes action as int
179         (dispatch): adjust
180         (sendDispatchMessage): simplify and adjust
181
182         * funcrequest.C (getArg): take unsigned int as arg
183
184         * ToolbarBackend.C (read): adjust
185         (add): delete version that takes func as a string.
186         (getIton): take a FuncRequest as arg
187
188         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
189         action.
190
191         * MenuBackend.C (MenuItem): add a new construct that only takes a
192         Kind, simplify the constructor use for submenus.
193         (add): adjust
194         (expandLastfiles): adjust
195         (expandDocuments): adjust
196         (expandFormats): adjust
197         (expandFloatListInsert): adjust
198         (expandFloatInsert): adjust
199         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
200
201         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
202         Remove class variables lyx_pseudo_map and lyx_arg_map
203
204         * LyXAction.C (searchActionArg): delete function
205         (getPseudoAction): delete function
206         (retrieveActionArg): delete function
207         (LookupFunc): make it return kb_action, simplify.
208         (getActionName): simplify
209
210         * factory.C (createInset): fix new bug
211
212 2003-09-19  Angus Leeming  <leeming@lyx.org>
213
214         * CutAndPaste.C (pasteSelection): remove fudge used to set the
215         masterFilename_ parameter in the include inset.
216
217         * factory.C (createInset): changes due to the changes to InsetInclude.
218
219 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
220
221         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
222
223 2003-09-18  Angus Leeming  <leeming@lyx.org>
224
225         * buffer.C:
226         * BufferView.C: pass the buffer when calling Inset::getLabelList,
227         Inset::fillWithBibKeys.
228         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
229
230 2003-09-18  Angus Leeming  <leeming@lyx.org>
231
232         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
233         variables.
234         (ctor): pass and store a 'Buffer const &'
235         (buffer): new member function.
236
237         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
238         '*this' to the LaTeXFeatures ctor.
239
240 2003-09-18  Angus Leeming  <leeming@lyx.org>
241
242         * LColor.h:
243         * lyxfont.C:
244         * lyxfont.h:
245         * lyxtext.h:
246         * text.C: rename EnumLColor as LColor_color.
247
248 2003-09-18  Angus Leeming  <leeming@lyx.org>
249
250         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
251         remove #include "insets/insetbase.h" from cursor.h.
252
253 2003-09-18  Angus Leeming  <leeming@lyx.org>
254
255         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
256         InsetOld_code to remove #include "inset.h".
257
258         * iterators.C: add #include "insets/inset.h"
259
260 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
261
262         * BufferView.C: remove more locking stuff that apparently doesn't
263         do anything sensible.
264
265 2003-09-16  André Pönitz  <poenitz@gmx.net>
266
267         * paragraph.[Ch]:
268         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
269           performance boost.
270
271 2003-09-16  Angus Leeming  <leeming@lyx.org>
272
273         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
274
275         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
276         arg/return type.
277
278         * paragraph.h: remove #include "lyxfont.h". Forward declare
279         LyXFont_size.
280
281 2003-09-16  Angus Leeming  <leeming@lyx.org>
282
283         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
284         of support/textutils.h.
285         (isWord): move the contents of support/textutils.h's IsWordChar here.
286
287         * buffer.C:
288         * lyxfind.C:
289         * rowpainter.C:
290         * text.C:
291         * text2.C: add #include "paragraph.h".
292
293         * rowpainter.C:
294         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
295
296 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
297
298         * main.C:
299         * lyx_main.C:
300         * lyx_cb.C:
301         * buffer.C:
302         * LaTeX.C: use namespace alias for lyx::support::os
303
304 2003-09-16  Angus Leeming  <leeming@lyx.org>
305
306         * bufferparams.C:
307         * bufferview_funcs.C:
308         * factory.C:
309         * lyxfunc.C:
310         * paragraph_pimpl.C:
311         * rowpainter.C:
312         * text.C: add #include "LColor.h".
313
314 2003-09-16  Angus Leeming  <leeming@lyx.org>
315
316         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
317         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
318         return LyXFont &.
319         Store the FontBits::color variable as an int rather than as an
320         LColor::colorso that we can move LColor.h out of the lyxfont.h header
321         file.
322
323         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
324         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
325         string calls together.
326
327         * lyxrc.C: add #include "LColor.h".
328
329 2003-09-15  Angus Leeming  <leeming@lyx.org>
330
331         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
332         a cow_ptr.
333
334 2003-09-15  Angus Leeming  <leeming@lyx.org>
335
336         * LColor.h: add an EnumLColor wrapper for LColor::color.
337
338         * lyxfont.[Ch] (color, setColor, realColor):
339         * lyxtext.h, text.C (backgroundColor):
340         pass EnumLColor args to/from the functions, rather than LColor::color
341         ones.
342
343         * lyxfont.h:
344         * lyxtext.h: forward declare EnumLColor.
345
346         * lyx_main.C: add #include "LColor.h".
347
348 2003-09-15  Angus Leeming  <leeming@lyx.org>
349
350         * .cvsignore: add lyx-gtk.
351
352 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
353
354         * Chktex.C
355         * LaTeX.C
356         * LaTeXFeatures.C
357         * ParagraphParameters.C
358         * Spacing.C
359         * buffer.C
360         * bufferparams.C
361         * bufferview_funcs.C
362         * chset.C
363         * counters.C
364         * funcrequest.C
365         * lyxfont.C
366         * lyxgluelength.C
367         * lyxlength.C
368         * paragraph.C
369         * paragraph_funcs.C
370         * text3.C
371         * vc-backend.C: remove usage of STRCONV
372
373 2003-09-15  Angus Leeming  <leeming@lyx.org>
374
375         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
376         explicitly define the color passed to the painter.
377
378 2003-09-15  Angus Leeming  <leeming@lyx.org>
379
380         * bufferparams.C (BufferParams): reorder member initializers to avoid
381         compiler warning.
382
383 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
384
385         * CutAndPaste.C (pasteSelection): remove an outdated #warning
386         * text.C (updateRowPositions): remove an unusual nop
387
388 2003-09-12  André Pönitz  <poenitz@gmx.net>
389
390         * BufferView_pimpl.C:
391         * Bullet.C:
392         * layout.h:
393         * lyxfunc.C:
394         * lyxlayout.[Ch]:
395         * lyxtextclass.C:
396         * rowpainter.C:
397         * text.C:
398         * text2.C:
399         * Counters.[Ch]: finish the 'automatic counters' job
400
401 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
402
403         * aspell.C: include <boost/assert.cpp> (compile fix)
404
405 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
406
407         * boost.C (assertion_failed): use lyx::support::abort instead of
408         assert.
409
410 2003-09-10  Angus Leeming  <leeming@lyx.org>
411
412         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
413         with their _fwd progeny.
414
415 2003-09-09  Angus Leeming  <leeming@lyx.org>
416
417         134 files throughtout the source tree: replace 'using namespace abc;'
418         directives with the appropriate 'using abc::xyz;' declarations.
419
420 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
421
422         * boost.C (emergencyCleanup): moved here from LAssert.c
423         (assertion_failed): new function, called by BOOST_ASSERT
424
425         * several files: change Assert to BOOST_ASSERT
426
427 2003-09-09  Angus Leeming  <leeming@lyx.org>
428
429         * buffer.[Ch]: Add an Impl class and move Buffer's member
430         variables into it. As a result move several header files out of
431         buffer.h.
432
433         Add header files to lots of .C files all over the tree as a result.
434
435 2003-09-09  Angus Leeming  <leeming@lyx.org>
436
437         * buffer.[Ch]: make Buffer's member variables private. Add
438         accessor functions.
439
440         Lots of changes all over the tree as a result.
441
442 2003-09-08  Angus Leeming  <leeming@lyx.org>
443
444         * graph.C: #include <config.h>.
445
446 2003-09-08  Angus Leeming  <leeming@lyx.org>
447
448         * BranchList.C:
449         * BufferView.C:
450         * BufferView_pimpl.C:
451         * CutAndPaste.C:
452         * DepTable.C:
453         * LaTeX.C:
454         * LaTeXFeatures.C:
455         * LyXAction.C:
456         * MenuBackend.C:
457         * TextCache.C:
458         * aspell.C:
459         * buffer.C:
460         * bufferlist.C:
461         * changes.C:
462         * chset.C:
463         * converter.C:
464         * counters.C:
465         * debug.C:
466         * graph.C:
467         * ispell.C:
468         * lyx_cb.C:
469         * lyxfind.C:
470         * lyxfunc.C:
471         * lyxlex_pimpl.C:
472         * lyxrc.C:
473         * lyxrow.C:
474         * paragraph.C:
475         * rowpainter.C:
476         * texrow.C:
477         * text.C:
478         * text2.C:
479         * toc.C: remove redundant using directives.
480
481 2003-09-07  Angus Leeming  <leeming@lyx.org>
482
483         * LaTeXFeatures.h: remove #include "support/types.h".
484         * ToolbarBackend.h: remove #include <algorithm>.
485         * changes.h: remove #include <ctime>.
486         * debug.h: remove #include <iosfwd>.
487         * graph.h: remove #include "support/std_string.h".
488         * lyx_main.h: remove #include <csignal>.
489         * lyxlex_pimpl.h: remove #include <fstream>.
490         * sgml.h: remove #include <algorithm>, <utility>.
491         * toc.h: remove #include "support/std_ostream.h".
492         Add #include <iosfwd>.
493
494 2003-09-07  Angus Leeming  <leeming@lyx.org>
495
496         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
497
498         * converter.h: forward declare LatexRunParams.
499         * encoding.h: remove #include "lyxrc.h".
500         * lyxtext.h: remove #include "LColor.h".
501         * lyxtextclass.h: remove #include "support/types.h".
502         * trans.h: remove #include "tex-accent.h".
503         * trans_mgr.h: remove #include "tex-accent.h".
504         * insets/inset.h: remove #include "support/types.h", <vector>.
505         * insets/insetcollapsable.h: remove #include "LColor.h".
506         * insets/insetinclude.h: remove #include "dimension.h".
507         * insets/insetlatexaccent.h: remove #include "dimension.h".
508         * insets/insetoptarg.h:: remove #include "insettext.h".
509         * insets/insettext.h: remove #include "dimension.h",
510         <boost/shared_ptr.hpp>
511
512         * insets/renderers.h: add #include "dimension.h".
513         * insets/updatableinset.h: add #include "support/types.h".
514
515         * many .C files: Associated changes.
516
517 2003-09-06  Angus Leeming  <leeming@lyx.org>
518
519         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
520         one, inside testInvariant.
521
522         * PrinterParams.C: new file.
523         * PrinterParams.[Ch]: move the function bodies out of line.
524
525 2003-09-06  Angus Leeming  <leeming@lyx.org>
526
527         * ParagraphParameters.h: forward declare ParameterStruct rather than
528         including its header file.
529         (depth): moved out-of-line.
530
531 2003-09-06  Angus Leeming  <leeming@lyx.org>
532
533         * BufferView_pimpl.h:
534         * kbmap.h:
535         * kbsequence.h:
536         * lyxfunc.h: forward declare LyXKeySym rather than
537         #include "frontends/LyXKeySym.h".
538
539         * BufferView_pimpl.C:
540         * kbmap.C:
541         * kbsequence.C:
542         * lyxfunc.C: associated changes.
543
544 2003-09-06  Angus Leeming  <leeming@lyx.org>
545
546         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
547         As a result, can remove the #include "insets/inset.h" from BufferView.h
548
549 2003-09-06  Angus Leeming  <leeming@lyx.org>
550
551         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
552         As a result, can remove the #include "insets/inset.h" from BufferView.h
553
554 2003-09-06  Angus Leeming  <leeming@lyx.org>
555
556         * buffer_funcs.C:
557         * buffer.h:
558         * bufferlist.C:
559         * BufferView.C:
560         * bufferview_funcs.C:
561         * BufferView_pimpl.C:
562         * CutAndPaste.C:
563         * lyx_cb.C:
564         * lyxfunc.C:
565         * paragraph.h:
566         * ParagraphParameters.C:
567         * tabular.C:
568         * text3.C:
569         * toc.C:
570         * undo_funcs.C:
571         * frontends/controllers/ControlDocument.C:
572         * insets/insetcaption.C: rearrange the #includes into some sort of
573         coherent order.
574
575         * buffer.h: remove #includes ErrorList.h, undo.h
576
577 2003-09-06  Angus Leeming  <leeming@lyx.org>
578
579         * support/types.h: add a 'depth_type' typedef, used to store the
580         nesting depth of a paragraph.
581
582         * paragraph.h:
583         * ParameterStruct.h: use this lyx::depth_type typedef rather than
584         defining explicitly.
585
586         * buffer.h:
587         * paragraph_funcs.h:
588         * ParagraphParameters.h:
589         * sgml.h: use lyx::depth_type rather than Paragraph or
590         ParameterStruct's depth_type.
591
592         * buffer.h
593         * paragraph_funcs.h: no need to #include paragraph.h anymore.
594
595         * BufferView.C:
596         * BufferView_pimpl.C:
597         * CutAndPaste.C:
598         * ParagraphParameters.C:
599         * buffer_funcs.C:
600         * bufferlist.C:
601         * bufferview_funcs.C:
602         * lyx_cb.C:
603         * lyxfunc.C:
604         * tabular.C:
605         * text3.C:
606         * toc.C:
607         * undo_funcs.C:
608         * frontends/LyXView.C:
609         * frontends/controllers/ControlDocument.C:
610         * frontends/controllers/ControlErrorList.C:
611         * insets/insetbibitem.C:
612         * insets/insetbranch.C:
613         * insets/insetcaption.C:
614         * insets/insetcollapsable.C:
615         * insets/insetenv.C:
616         * insets/insetert.C:
617         * insets/insetfloat.C:
618         * insets/insetfoot.C:
619         * insets/insetfootlike.C:
620         * insets/insetnewline.C:
621         * insets/insetquotes.C:
622         * insets/insettabular.C:
623         * insets/insettext.C:
624         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
625
626         * frontends/controllers/ControlChanges.C: #include "changes.h".
627
628 2003-09-06  Angus Leeming  <leeming@lyx.org>
629
630         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
631         than #including paragraph.h.
632
633         * ParagraphList.h:
634         * RowList.h: deleted. Superfluous.
635
636         * CutAndPaste.h:
637         * iterators.h:
638         * lyxcursor.h:
639         * lyxtext.h:
640         * text_funcs.h:
641         * undo.h:
642         * undo_funcs.h:
643         * insets/inset.h:
644         * insets/insettext.h: use ParagraphList_fwd.h rather than
645         ParagraphList.h.
646
647         * paragraph.h: don't forward declare ParagraphList.
648
649         * buffer.h:
650         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
651         rather than ParagraphList.h. paragraph.h is still needed for the
652         Paragraph::depth_type parameters.
653
654         * textcursor.h: enable it to compile stand-alone in light of the
655         above changes.
656
657         * bufferview_funcs.C:
658         * iterators.C:
659         * lyxfunc.C:
660         * lyxrow_funcs.C:
661         * paragraph.C:
662         * rowpainter.C:
663         * text.C:
664         * text2.C:
665         * text3.C:
666         * text_funcs.C:
667         * textcursor.C:
668         * undo.C:
669         * frontends/controllers/ControlParagraph.C:
670         * frontends/controllers/ControlTabular.C:
671         * insets/insetmarginal.C:
672         * insets/insetminipage.C:
673         * insets/insetnote.C:
674         * insets/insetoptarg.C: add header files needed to compile again.
675
676 2003-09-06  Angus Leeming  <leeming@lyx.org>
677
678         * RowList_fwd.h: new file, forward-declaring Row rather than
679         #including lyxrow.h.
680
681         * lyxrow_funcs.h:
682         * lyxtext.h:
683         * paragraph.h:
684         * insets/insettext.h: use it instead of RowList.h
685
686         * bufferview_funcs.C:
687         * lyxfunc.C:
688         * lyxrow_funcs.C:
689         * paragraph.C:
690         * rowpainter.C:
691         * text.C:
692         * text2.C:
693         * text3.C: #include "RowList.h".
694
695 2003-09-05  Angus Leeming  <leeming@lyx.org>
696
697         * factory.C (createInset):
698         * vspace.C (c-tor): replace sscanf call with an istringstream.
699         * ispell.C: re-add missing HP/UX headers.
700         * lyxserver.C: re-add missing  os2 headers.
701
702 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
703
704         * BranchList.C:
705         * graph.C:
706         * ispell.C:
707         * lastfiles.C:
708         * lyx_cb.C:
709         * lyxserver.C:
710         * texrow.C:
711         * text3.C: re-add missing system headers, needed for 2.95.2.
712
713 2003-09-05  Angus Leeming  <leeming@lyx.org>
714
715         Changes most place everywhere due to the removal of using directives
716         from support/std_sstream.h.
717
718 2003-09-05  Angus Leeming  <leeming@lyx.org>
719
720         Replace LString.h with support/std_string.h,
721         Lsstream.h with support/std_sstream.h,
722         support/LIstream.h with support/std_istream.h,
723         support/LOstream.h with support/std_ostream.h.
724
725         Changes resulting throughout the tree.
726
727 2003-09-05  Angus Leeming  <leeming@lyx.org>
728
729         * sgml.h: ensure that the header file can be compiled stand-alone.
730         * *.C: strip out redundant #includes. (320 in total.)
731
732 2003-09-04  Angus Leeming  <leeming@lyx.org>
733
734         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
735         here (from getPackages).
736
737         * debug.[Ch]: add a new EXTERNAL tag.
738
739 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
740
741         * text2.C (cursorEnd): simplify
742         (setCursor): adjust
743         (getColumnNearX): adjust
744
745         * text.C (computeBidiTables): adjust
746         (fill): adjust
747
748         * rowpainter.C (paintChars): adjust
749         (paintSelection): adjust
750         (paintChangeBar): adjust
751         (paintText): adjust
752
753         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
754         lastPos instead.
755         (numberOfSeparators): adjust
756
757 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
758
759         * LyXAction.C:
760         * box.[Ch]:
761         * lfuns.h:
762         * lyxfunc.C:
763         * text3.C: Restricts the mouse click functionality
764         of insets like bibtex, include, toc and floatlist to the visible
765         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
766         up the dialogs. Cursor has to be in front of the inset (i.e.
767         start of row) for this to function.
768
769 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
770
771         * bufferview_funcs.C (currentState): output row information
772
773 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
774
775         * bufferview_funcs.C (currentState): output paragraph position
776
777 2003-09-04  Angus Leeming  <leeming@lyx.org>
778
779         * FloatList.h: move out #include "Floating.h".
780         * LaTeX.h: move out #include "DepTable.h".
781         * LyXAction.h: move out #include "funcrequest.h".
782         * buffer.h: move out #include "author.h", "iterators.h".
783         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
784         * lyx_main.h: move out #include "errorlist.h".
785         * lyxfunc.h: move out #include "FuncStatus.h".
786         * lyxtext: move out #include "lyxcursor.h".
787         * paragraph_pimpl.h: move out #include "counters.h".
788
789 2003-09-03  Angus Leeming  <leeming@lyx.org>
790
791         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
792         preamble_snippets list, enabling us to add snippets to the preamble
793         only if the snippet was not there already.
794
795 2003-09-04  Angus Leeming  <leeming@lyx.org>
796
797         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
798
799 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
800
801         * lyxfunc.C (dispatch): if fitCursor did something be sure to
802         update
803
804 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
805
806         * BranchList.C: point fix, earlier forgotten
807
808 2003-09-02  Angus Leeming  <leeming@lyx.org>
809
810         * box.C (contains): renamed from 'contained' after a fantastic
811         amount of hot air.
812
813 2003-09-02  John Levon  <levon@movementarian.org>
814
815         * BufferView.C:
816         * lyxcursor.h:
817         * lyxcursor.C:
818         * lyxfunc.C:
819         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
820
821 2003-09-02  John Levon  <levon@movementarian.org>
822
823         * text2.C: simplification of cursorEnd(), including partial
824         fix for bug 1376
825
826 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
827
828         * buffer.C (readFile): add a space
829
830 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
831
832         * BufferView_pimpl.C (update): remove bogus fitCursor() call
833
834 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
835
836         * buffer.C (readFile): new function, take a filename and a
837         ParagraphList::iterator
838         (readFile): adjust
839         (readFile): adjust, make it private. don't use setStream, make
840         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
841         always contain the filename.
842
843         * BufferView.C (insertLyXFile): simplify and make it work for
844         gzipped files.
845
846 2003-08-30  John Levon  <levon@movementarian.org>
847
848         * Makefile.am: fix dist (from Kayvan)
849
850 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
851
852         * most files: change to use const Buffer refs
853
854 2003-08-27  André Pönitz  <poenitz@gmx.net>
855
856         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
857         on top of ownerPar().
858
859 2003-08-27  John Levon  <levon@movementarian.org>
860
861         * funcrequest.C: properly initialise POD members
862
863 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
864
865         * lyxtext.h (top_y): move top_y from here
866         * text.C:
867         * text2.C:
868         * text3.C:
869         * BufferView.[Ch]:
870         * BufferView_pimpl.[Ch]: to here
871         * frontends/screen.C:
872         * insets/insettabular.C:
873         * insets/insettext.C: adjust
874         * rowpainter.[Ch] (paintRows): remove LyXText & argument
875
876 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
877
878         * BufferView.[Ch]:
879         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
880
881 2003-08-26  André Pönitz  <poenitz@gmx.net>
882
883         * paragraph_func.[Ch] (outerPar): new function
884
885         * paragraph.C:
886         * paragraph_funcs.C:
887         * paragraph_funcs.h:
888         * paragraph_pimpl.C:
889         * text2.C: remove Inset::par_owner
890
891 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
892
893         * lyxrow_funcs.C:
894         * lyxtext.h:
895         * text.C:
896         * text2.C: eliminates the needFullRow/display() stuff
897         altogether, putting the logic in metrics/draw in the insets.
898
899 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
900
901         * text2.C (redoParagraphInternal, redoParagraphs):
902         * text.C (redoParagraph): add a call to updateRowPositions at the
903         end of each 'metrics-like' call. Remove all others.
904         (getRow): remove the 'y-computing' version.
905         (getRowNearY): do not compute nor return the real y. Solve the
906         'y < 0' problem and simplify.
907
908 2003-08-22  Angus Leeming  <leeming@lyx.org>
909
910         * *.[Ch]: clean-up of licence and author blurbs.
911         Also move config.h out of a few .h files and into a few .C files.
912
913 2003-08-22  André Pönitz  <poenitz@gmx.net>
914
915         * lyxrow.[Ch]: add x_ and *fill_ members
916
917         * lyxtext.h:
918         * text.C:
919         * rowpainter.C:
920         * text2.C: adjust/remove prepareToPrint() calls
921
922 2003-08-22  André Pönitz  <poenitz@gmx.net>
923
924         * lyxrow.[Ch]: add  end_ member
925
926         * lyxrow_funcs.C: use LyXRow::end_
927
928         * lyxtext.h (singleWidth): add LyXFont parameter
929
930         * rowpainter.C:
931         * text2.C: adjust LyXText::singleWidth() calls
932
933         * text.C (redoParagraph): simplify row breaking logic
934
935
936 2003-08-19  André Pönitz  <poenitz@gmx.net>
937
938         * funcrequest.C: initialize button_ member
939
940         * text3.C:
941         * rowpainter.[Ch]: interface consolidation
942
943 2003-08-18  André Pönitz  <poenitz@gmx.net>
944
945         * BufferView.C:
946         * BufferView_pimpl.C:
947         * lyxfind.C:
948         * paragraph_funcs.C:
949         * rowpainter.C:
950         * text3.C: remove LyXScreen::draw() and fitCursor calls
951
952         * BranchList.h: remove spurious semicolons
953
954         * MenuBackend.C: fix branchlist related crash
955
956 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
957
958         * BranchList.[Ch]:
959         * InsetList.[Ch]:
960         * LColor.[Ch]:
961         * LyXAction.C:
962         * Makefile.am:
963         * MenuBackend.[Ch]:
964         * bufferparams.[Ch]:
965         * factory.C:
966         * lfuns.h:
967         * lyxfunc.C:
968         * text3.C: implements the 'branch inset'
969         idea. This allows the output of various versions of a document
970         from a single source version, selectively outputing or suppressing
971         output of parts of the text.
972         This implementation contains a 'branch list editor' in a separate
973         tab of the document settings dialog. Branches are user definable
974         and have a "display colour" to distinguish them on-screen.
975
976         ColorHandler was somewhat cleaned up.
977         (1) make possible a dynamically growing LColor list by allowing
978         the graphic context cache to grow along (vector);
979         (2) eliminate an IMHO unnecessary step in colour allocation.
980
981 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
982
983         * BufferView_pimpl.C: compile fix
984
985 2003-08-15  André Pönitz  <poenitz@gmx.net>
986
987         * rowpainter.C: remove extra metrics calls
988
989         * lyxtext.h: merge the two constructors into a single one,
990           pass reference to owner's par list
991
992         * BufferView_pimpl.C:
993         * text.C:
994         * text2.C: adjust
995
996 2003-08-15  André Pönitz  <poenitz@gmx.net>
997
998         * lyxrow_funcs.[Ch]:
999         * lyxtext.h:
1000         * paragraph.h:
1001         * paragraph_funcs.C:
1002         * rowpainter.C:
1003         * text.C:
1004         * text2.C:
1005         * text3.C:
1006         * text_funcs.C: split LyXText::rowlist_ into individual
1007         Paragraph::rows_ chunks
1008
1009         * BufferView.[Ch]:
1010         * BufferView_pimpl.[Ch]:
1011         * lyxfind.C:
1012         * lyxtext.h:
1013         * text3.C: remove toggleSelection()
1014
1015 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1016
1017         * bufferlist.C: beautify two alerts (shorter text of buttons)
1018         * buffer.C: Remove redundant ' ' from message
1019         * tabular.h:
1020         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1021         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1022         rename VALIGN_CENTER to VALIGN_MIDDLE
1023
1024 2003-08-11  André Pönitz  <poenitz@gmx.net>
1025
1026         * lyxtext.h (getPar):
1027         * text.C: new function
1028
1029 2003-08-11  André Pönitz  <poenitz@gmx.net>
1030
1031         * Makefile.am:
1032         * tracer.[Ch]: remove unneeded files
1033
1034         * InsetList.[Ch]: remove resizeInsetsLyXText()
1035
1036         * lyxtext.h:
1037         * text.C:
1038         * text2.C:
1039         * text3.C: merge insertParagraphs() and appendParagraph()
1040         remove breakAgain(), update()
1041
1042         * BufferView_pimpl.[Ch]:
1043         * bufferview_funcs.[Ch]:
1044         * lyxfunc.C:
1045         * paragraph.[Ch]:
1046         * rowpainter.C:
1047         * tabular.C: adjust after text & InsetList changes.
1048
1049 2003-08-08  André Pönitz  <poenitz@gmx.net>
1050
1051         * text.C (insertChar, backspace): replace rowlist fiddling
1052         with rebreak of full par
1053
1054         * lyxtext.h:
1055         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1056         checkParagraph, updateInset): removed
1057
1058 2003-08-07  André Pönitz  <poenitz@gmx.net>
1059
1060         * paragraph.C:
1061         * text3.C: merge some LFUN handlers, remove dead code
1062
1063 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1064
1065         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1066
1067 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1068
1069         * text2.C (DEPM): fix part of bug 1255 and 1256
1070
1071 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1072
1073         * BufferView_pimpl.C (workAreaDispatch): change to use
1074         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1075         that are no mouse related.
1076
1077 2003-08-05  André Pönitz  <poenitz@gmx.net>
1078
1079         * BufferView.[Ch]:
1080         * BufferView_pimpl.[Ch]:
1081         * bufferview_funcs.C:
1082         * text2.C:
1083         * text3.C: rip out "deep update"
1084
1085         * textcursor.[Ch] (last_sel_cursor): remove unused member
1086
1087 2003-08-04  André Pönitz  <poenitz@gmx.net>
1088
1089         * BufferView.[Ch]:
1090         * BufferView_pimpl.[Ch]:
1091         * ParagraphParameters.C:
1092         * bufferview_funcs.C:
1093         * lyx_cb.C:
1094         * lyxfind.C:
1095         * lyxfunc.C:
1096         * text.C:
1097         * text2.C:
1098         * text3.C: replace "complicated" BufferView::update(...) calls with
1099         simpler ones.
1100
1101         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1102
1103 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1104
1105         * Makefile.am (lyx_SOURCES): add paper.h
1106
1107 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1108
1109         * Makefile.am: move things around so that both lyx-qt and
1110         lyx-xforms can be built (according to --with-frontend). Then lyx
1111         is a symbolic link to lyx-[firstfrontend]
1112
1113 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1114
1115         * Always use std::endl with lyxerr
1116
1117 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1118
1119         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1120
1121 2003-08-01  André Pönitz  <poenitz@gmx.net>
1122
1123         * BufferView.[Ch]:
1124         * BufferView_pimpl.[Ch]:
1125         * lyxfunc.C:
1126         * text3.C: merge BufferView::repaint() and BufferView::update()
1127
1128 2003-08-01  José Matos  <jamatos@lyx.org>
1129
1130         * buffer.[Ch]: file_format is no longer a buffer data element.
1131
1132 2003-08-01  André Pönitz  <poenitz@gmx.net>
1133
1134         * BufferView.C:
1135         * lyxtext.h:
1136         * text.C:
1137         * text2.C: make redoParagraph more independent of current cursor
1138
1139         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1140         * text.C:
1141         * text2.C: remove unneeded members
1142
1143 2003-07-30  André Pönitz  <poenitz@gmx.net>
1144
1145         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1146
1147         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1148           create a single function...
1149
1150         * paragraph_funcs.C (moveItem): ... here.
1151
1152         * text.C:
1153           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1154
1155 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1156
1157         * LColor.[Ch]: Add comment and greyedout logical colors.
1158
1159 2003-07-30  André Pönitz  <poenitz@gmx.net>
1160
1161         * tabular.C: don't use Assert too heavily. This crashes where it
1162           shouldn't
1163
1164 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1165
1166         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1167         is disabled (bug 1232)
1168
1169 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1170
1171         * factory.C: limited 'arg' scope
1172
1173 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1174
1175         * factory.C: fixed Note submenu issues
1176
1177 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1178
1179         * factory.C: submenu for Note/Comment/Greyedout
1180
1181 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1182
1183         * lyx_main.C (LyX):
1184         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1185
1186 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1187
1188         * LaTeXFeatures.C:
1189         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1190         greyedout. Patch provided by Jürgen Spitzmüller.
1191
1192 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1193
1194         * kbmap.C (read): fix error message when reading bind files
1195
1196 2003-07-29  Angus Leeming  <leeming@lyx.org>
1197
1198         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1199         certainly does not do what it purports to do. I am doing it, and
1200         us, a favour by killing it.
1201
1202 2003-07-28  José Matos  <jamatos@lyx.org>
1203
1204         * buffer.C (readBody, do_writeFile):
1205         * paragraph.C(readParagraph): \end_document replaces \the_end.
1206
1207 2003-07-29  André Pönitz  <poenitz@gmx.net>
1208
1209         * BufferView.[Ch]:
1210         * BufferView_pimpl.[Ch]:
1211         * lyxfunc.C:
1212         * text2.C:
1213         * text3.C:
1214         * textcursor.[Ch]: remove toggleToggle & Co
1215
1216 2003-07-28  José Matos  <jamatos@fep.up.pt>
1217
1218         * buffer.C (readParagraph):
1219         * params_func (readParToken, readParagraph):
1220         * paragraph.C (write): \layout -> \begin_layout.
1221
1222 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1223
1224         * lyxlex_pimpl.C (setFile): clean up slightly.
1225
1226         * bufferparams.h: add compressed var
1227
1228         * buffer_funcs.C (readFile): adjust for LyXLex change
1229         (newFile): ditto + simplify
1230
1231         * buffer.C (writeFile): handle writing of compressed files
1232
1233         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1234         Check if the file is compressed and set a bufferparm if so.
1235
1236         * Makefile.am (lyx_LDADD): remove explicit -lz
1237
1238 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1239
1240         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1241         makeDocBookFile): put the real LyX version in the first line of
1242         the file
1243
1244         * version.h:
1245         * version.C.in: remove lyx_docversion
1246
1247         * tabular.C (write_attribute): add a template-based version to
1248         write enums properly
1249
1250 2003-07-28  André Pönitz  <poenitz@gmx.net>
1251
1252         * lyxtext.h:
1253         * text.C:
1254         * text2.C:
1255         * text3.C: use doubles again for x-coordinates. They are needed.
1256
1257 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1258
1259         * messages.C (getLocaleDir): use lyx_localedir()
1260
1261         * lyxlex_pimpl.C (setFile): compress stuff
1262
1263         * buffer.C (writeFile): add some compression stuff
1264         (do_writeFile): new func, dont call expliti close... will this
1265         breake anything?
1266
1267         * Makefile.am (lyx_LDADD): add -lz
1268
1269 2003-07-28  José Matos  <jamatos@fep.up.pt>
1270
1271         * buffer.C: increment file format.
1272         * paragraph_funcs (readParagraph, readParToken):
1273         * paragraph.C (readParagraph): add \end_layout.
1274
1275 2003-07-27  Angus Leeming  <leeming@lyx.org>
1276
1277         * Makefile.am: remove special casing for configure-time setting of
1278         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1279
1280         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1281         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1282
1283 2003-07-26  André Pönitz  <poenitz@gmx.net>
1284
1285         * paragraph_func.[Ch]:
1286         * paragraph.C (realizeFont): inline it whereever it is used
1287
1288         * rowpainter.C:
1289         * text.C:
1290         * text2.C:
1291         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1292
1293
1294 2003-07-26  André Pönitz  <poenitz@gmx.net>
1295
1296         *       lyxtext.h:
1297         * text.C:
1298         * text2.C: get rid of LyXText::need_break_row
1299
1300 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1301
1302         * toc.[Ch]: put namespace toc inside namespace lyx
1303
1304         * MenuBackend.C (expandToc2): adjust for lyx::toc
1305         (expandToc): ditto
1306
1307         * lyxfunc.C (dispatch): adjust for lyx::find
1308
1309         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1310         lyx::find instead. Reorganize a bit.
1311         (LyXReplace): rename to replace
1312         (LyXFind): rename to find
1313
1314         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1315         (dispatch): ditto
1316
1317 2003-07-26  André Pönitz  <poenitz@gmx.net>
1318
1319         * text.C (setHeightOfRow): restrict scope of temporary variable
1320
1321         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1322           code (never has been used?)
1323
1324 2003-07-27  Asger Alstrup  <alstrup@local>
1325
1326         * text.C (fill): Optimise algorithm to exploit that we can reuse
1327         the LyXFont for many characters.
1328         (setHeightOfRow): Same thing.
1329         (rowBreakPoint): Same thing.
1330
1331 2003-07-26  Asger Alstrup  <alstrup@local>
1332
1333         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1334
1335         * text.C (singleWidth): Spurious font copying in hot-spot
1336         singleWidth avoided. Reorder tests for arabic for efficiency.
1337
1338         * text.C (fill): handle empty paragraphs better.
1339
1340 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1341
1342         * ispell.C:
1343         * encoding.h: add includes
1344
1345         * lyxrc.C: remove reading of bind files
1346
1347         * lyx_main.C (init): setup bindings and menus only if we have a
1348         gui.
1349
1350         * kbmap.C (read): new method. Do the actual reading of bind
1351         files.
1352
1353         * converter.C (dvipdfm_options):
1354         * bufferparams.C:
1355         * lyxrc.C (read):
1356         (output): adapt PAPER_* enums.
1357
1358         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1359
1360         * bufferparams.h: remove paper-related enums from there
1361
1362         * paper.h: New file. A trivial header file to hold paper-related
1363         enums. It should later expand to contain many paper-related
1364         horrors access.
1365
1366         * lyxrc.C: declare extern displayTranslator
1367
1368 2003-07-27  José Matos  <jamatos@fep.up.pt>
1369
1370         * tabular.[Ch] (linuxdoc): add support for tables and figures
1371         (linuxdoc).
1372
1373 2003-07-27  José Matos  <jamatos@fep.up.pt>
1374
1375         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1376         consistency in both functions.
1377         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1378
1379 2003-07-26  Asger Alstrup  <alstrup@local>
1380
1381         * rowpainter.C (paintRows): Change algorithm to work directly on
1382         the insets rather than asking every character in the document
1383         whether its an inset.
1384
1385 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1386
1387         * buffer.C (openFileWrite): factorize some code
1388
1389 2003-07-26  Angus Leeming  <leeming@lyx.org>
1390
1391         * lyx_cb.C:
1392         * lyx_main.[Ch]: replace occurances of system_tempdir with
1393         os::getTmpDir().
1394
1395 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1396
1397         * rename Inset to InsetOld
1398
1399 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1400
1401         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1402         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1403         which I think is a bit clearer. EDIT is gone, since it was
1404         premature optimisation, and broken for mathed anyway.
1405         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1406         with cursor positioning in insets as well (math insets still do not
1407         work, but that's a different story anyway.) It mysteriously
1408         crashes sometimes with undo in the first paragraph, but I'm fairly
1409         confident that this is a compiler bug.
1410
1411 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1412
1413         * paragraph.C (Paragraph): adjust for new clone return type
1414         (operator==): ditto
1415         (copyIntoMinibuffer): ditto
1416
1417 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1418
1419         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1420         by not having a special case, and always doing a full rebreak of
1421         the document after undo.
1422
1423 2003-07-23  Angus Leeming  <leeming@lyx.org>
1424
1425         * factory.C (createInset): InsetExternal::setParams now takes a
1426         Buffer const * arg.
1427
1428 2003-07-23  Angus Leeming  <leeming@lyx.org>
1429
1430         * factory.C (createInset): changed interface to the external and
1431         graphics mailers' string2params functions.
1432
1433 2003-07-23  Angus Leeming  <leeming@lyx.org>
1434
1435         * factory.C (createInset): pass a
1436         Buffer const * parameter to InsetExternalMailer's string2params.
1437
1438 2003-07-22  John Levon  <levon@movementarian.org>
1439
1440         * Thesaurus.h: include the right aiksaurus header
1441
1442 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1443
1444         * MenuBackend.C (expand): check menu shortcuts unconditionally
1445
1446 2003-07-21  Angus Leeming  <leeming@lyx.org>
1447
1448         * factory.C (createInset): pass a
1449         buffer_path parameter to InsetGraphicsMailer's string2params.
1450
1451 2003-07-21  Angus Leeming  <leeming@lyx.org>
1452
1453         * BufferView_pimpl.C (buffer):
1454         * buffer.C (d-tor):
1455         * lyx_main.C (LyX):
1456         * lyxfunc.C (dispatch):
1457         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1458         rather than the grfx shortcut.
1459
1460 2003-07-21  André Pönitz  <poenitz@gmx.net>
1461
1462         * rowpainter.C: remove unused variables
1463
1464         * tabular_funcs.C:
1465         * tabular_funcs.h: move to tabular.C
1466         * Makefile.am: adjust
1467
1468         * tabular.[Ch]: basic optical cleaning
1469
1470         * author.h: pass references, not values
1471
1472 2003-07-18  André Pönitz  <poenitz@gmx.net>
1473
1474         * lyxtext.h:
1475         * metricsinfo.C:
1476         * metricsinfo.h:
1477         * rowpainter.C:
1478         * text.C:
1479         * text2.C:
1480         * text3.C: two-phase drawing for InsetText and InsetTabular
1481         some float -> int changes.
1482
1483 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1484
1485         * lyx_main.C: fix the fix
1486
1487 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1488
1489         * lyx_main.C: fix a crash in batch mode if no files specified
1490         * converter.C: ws
1491
1492 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1493
1494         * format.[Ch] (papersize): moved to BufferParams
1495         * converter.[Ch] (dvips_options): moved to BufferParams
1496         (dvipdfm_options): moved to anon namespace
1497         * bufferparams.[Ch]: added above functions.
1498
1499 2003-07-17  André Pönitz  <poenitz@gmx.net>
1500
1501         * lyxtext.h:
1502         * rowpainter.C:
1503         * text2.C: don't call inset->update() anymore
1504
1505         * metricsinfo.[Ch]: add convenience constructor
1506
1507 2003-07-16  André Pönitz  <poenitz@gmx.net>
1508
1509         * lyxcursor.[Ch]:
1510         * lyxfunc.[Ch]:
1511         * text.C:
1512         * text2.C: replace the LyXCursor::irow_ member with
1513          on-demand computation of the value
1514
1515 2003-07-16  John Levon  <levon@movementarian.org>
1516
1517         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1518
1519 2003-07-15  André Pönitz  <poenitz@gmx.net>
1520
1521         * text.C:
1522         * text2.C: remove no more needed refresh_row
1523
1524 2003-07-15  André Pönitz  <poenitz@gmx.net>
1525
1526         * lyxtext.h:
1527         * rowpainter.C:
1528         * text2.C:
1529         * text3.C: refresh_status tristate -> need_update bool
1530
1531 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1532
1533         * lyxtext.h (init): remove reinit argument (act as if always true)
1534         * text2.C: adjust to that
1535
1536 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1537
1538         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1539         * text3.C: use it to delete selections in some cases
1540         (bugs 441, 673, 702, 954).
1541
1542 2003-07-14  André Pönitz  <poenitz@gmx.net>
1543
1544         * rowpainter.[Ch]: reduce interface
1545
1546 2003-07-14  André Pönitz  <poenitz@gmx.net>
1547
1548         * BufferView_pimpl.C:
1549         * text2.C: adjust after removing unused BufferView * argument
1550
1551 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1552
1553         * text2.C (init): fix a crash fired on resize
1554
1555 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1556
1557         * buffer.[Ch]: added new closing signal
1558         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1559         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1560         BufferView::Pimpl via the closing the signal
1561
1562 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1563
1564         * buffer.[Ch]: take out all bv-related from buffer
1565         * BufferView.C:
1566         * BufferView_pimpl.[Ch]: connect to new signals
1567         * CutAndPaste.C: removed useless asserts
1568         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1569         * lyxvc.[Ch]:
1570         * vc-backend.[Ch]:
1571         * lyxfunc.C: moved view-related funciontality from vc here
1572         * paragraph.C: removed outdated comments
1573         * text.C: ws
1574
1575 2003-07-10  André Pönitz  <poenitz@gmx.net>
1576
1577         * BufferView_pimpl.C:
1578         * tabular.h:
1579         * tabular_funcs.C:
1580         * text.C:
1581         * text2.C: remove InsetText::InnerCache, clean up consequences
1582
1583 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1584
1585         * ispell.C: fix two typos in error messages
1586
1587 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1588
1589         * Extend Note inset to other forms of annotation like Comment
1590         and Greyedout. Right button click gives dialog.
1591
1592         Files modified or added (+):
1593
1594         * insetnote.[Ch]
1595         * FormNote.[Ch]      +
1596         * ControlNote.[Ch]   +
1597         * form_note.fd       +
1598         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1599         frontends/controllers
1600         * xforms/Dialogs.C
1601         * factory.C
1602
1603 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1604
1605         * aspell.C: add missing namespace lyx::support
1606
1607 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1608
1609         * BufferView.[Ch] (newFile): Add
1610         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1611         * LaTeX.[Ch] (message): added this signal and use it
1612         * buffer.[Ch] (busy, message): added these signals and use them
1613         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1614         * converter.C:
1615         * exporter.C:
1616         * format.C:
1617         * importer.C: use buffer signals instead of direct bv calling
1618         * lyx_cb.[Ch] (ShowMessage): removed
1619         * lyx_main.C:
1620         * lyxfunc.C:
1621         * paragraph_funcs.C:
1622         * text2.C: use buffer signals
1623
1624 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1625
1626         * introduce namespace lyx::graphics
1627
1628 2003-07-02  André Pönitz  <poenitz@gmx.net>
1629
1630         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1631
1632 2003-07-01  André Pönitz  <poenitz@gmx.net>
1633
1634         * text.C:
1635         * text2.C:
1636         * text3.C:
1637         * text_funcs.[Ch]:
1638         * textcursor.h:
1639         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1640           text*.C to text_func.C
1641
1642 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1643
1644         * introduce namespace lyx::support
1645
1646 2003-06-30  André Pönitz  <poenitz@gmx.net>
1647
1648         * Chktex.C:
1649         * funcrequest.C:
1650         * lyxtext.h:
1651         * text.C: re-enable --with-included-string
1652
1653 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1654
1655         * textcursor.C: add <config.h>
1656
1657         * text.C (getWord): remove const from word_location arg
1658
1659         * lyxvc.C (getLogFile): fix const type order
1660
1661         * lyxtext.h: remove const from word_location arg, add arg name
1662
1663         * lyxlayout.h: currect type on labeltype.
1664
1665         * importer.C: correct \file
1666
1667         * converter.C (intToFormat): use std:: on ret val, ws changes
1668
1669         * bufferlist.h: correct \file
1670
1671         * buffer.C (makeLinuxDocFile): fix const type order
1672         (makeDocBookFile): ditto
1673         (fillWithBibKeys): use std:: on stdlib args.
1674
1675         * CutAndPaste.C: fix authors.
1676         (availableSelections): use std:: on return vector
1677
1678 2003-06-27  André Pönitz  <poenitz@gmx.net>
1679
1680         * BufferView_pimpl.C:
1681         * bufferview_funcs.C:
1682         * lyxcursor.C:
1683         * lyxcursor.h:
1684         * lyxfunc.C:
1685         * lyxtext.h:
1686         * rowpainter.C:
1687         * text.C:
1688         * text2.C:
1689         * text3.C: remove LyXCursor::row_ member
1690
1691         * lyxtext.h:
1692         * text.C: rename fullRebreak() to partialRebreak() and implement
1693           a fullRebreak() that really bereks fully
1694
1695         * textcursor.h: new struct for cursor-related data
1696
1697 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1698
1699         * lyx_main.C (LyX): get full path of document loaded on the
1700         command line
1701
1702 2003-06-26  André Pönitz  <poenitz@gmx.net>
1703
1704         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1705           remove unused/broken operator>,<,>=.
1706
1707         *       text.C: remove only use of broken operator<= in an Assert().
1708
1709 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1710
1711         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1712         moved errorlist_.clear to showErrorList
1713
1714 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1715
1716         * converter.C (scanLog, runLaTeX):
1717         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1718         move the bv->showErrorList call to the callers
1719         * lyxfunc.C: i.e. here...
1720         * text2.C: and here
1721         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1722         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1723         namespace, the second to...
1724         * buffer_funcs (BufferFormat, parseErrors): added
1725         * errorlist.C (ErrorList(TeXErrors const &)): removed
1726
1727 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1728
1729         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1730
1731 2003-06-24  "Garst R. Reese" <reese@isn.net>
1732
1733         * debug.C: fix typo
1734
1735 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1736
1737         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1738
1739         * version.C.in: change docversion to 1.4
1740
1741 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1742
1743         * buffer.C: fix a bug just introduced
1744
1745 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1746
1747         * buffer.[Ch]: added the parseError signal and use it, removed
1748         sgmlError
1749         * BufferView.[Ch] (addError): moved to ...
1750         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1751         to the Buffer::parseError signal to catch (guess what) parse errors
1752         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1753
1754 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1755
1756         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1757         ability to create a buffer and to return an existing one from
1758         the list. Moved these functions to...
1759         * buffer_funcs.[Ch]: added
1760         * BufferView.[Ch] (loadLyXFile): added
1761         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1762         job removed from bufferlist::loadLyXFile.
1763         * buffer.C (setReadOnly): make it work without view
1764         (i.e added an if (users))
1765
1766 2003-06-19  Angus Leeming  <leeming@lyx.org>
1767
1768         * lfuns.h:
1769         * LyXAction.C (init):
1770         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1771         with LFUN_DIALOG_SHOW <name> <data>.
1772
1773 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1774
1775         * CutAndPaste.C (availableSelections): small compilation fix for
1776         ancient (gcc 2.9x) compilers
1777
1778 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1779
1780         * text3.C (cursorNext): add tmp var
1781
1782         * text2.C (updateCounters): for function calling out of for clause
1783         (replaceSelectionWithString): ditto
1784         (insertStringAsParagraphs): ditto
1785         (getColumnNearX): add tmp var
1786         (setCursorFromCoordinates): add tmp var
1787         (cursorDownParagraph): add tmp var
1788         (deleteEmptyParagraphMechanism): add tmp var
1789
1790         * text.C (insertChar): add tmp var
1791
1792         * rowpainter.C (paintDepthBar): add tmp var
1793
1794         * CutAndPaste.C (availableSelections): potentially check all
1795         paragraphs in a cut to fill the shown strings.
1796
1797 2003-06-18  André Pönitz  <poenitz@gmx.net>
1798
1799         * kbmap.[Ch]: use vector<> instead of list<>
1800
1801 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1802
1803         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1804         pasteSelection with index
1805
1806         * text2.C (pasteSelection): modify, call pasteSelection with index
1807
1808         * paragraph.C (asString): reimplement version with no interval to
1809         call the one with interval.
1810
1811         * lyxtext.h: add index arg to pasteSelection
1812
1813         * MenuBackend.C (MenuItem): handle PasteRecent
1814         (Menu::read::Menutags): add md_pasterecent
1815         (read): handle it
1816         (expandPasteRecent): new function
1817         (expand): use it
1818
1819         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1820
1821         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1822         the limited stack
1823         (availableSelections): new function
1824
1825 2003-06-17  Angus Leeming  <leeming@lyx.org>
1826
1827         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1828
1829 2003-06-17  Angus Leeming  <leeming@lyx.org>
1830
1831         * lfuns.h:
1832         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1833
1834         * lyxfunc.C (dispatch): invoke it.
1835
1836 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1837
1838         * iterators.C (operator++, ParPosition): reintroduce some
1839         const_cast for the benefit of older compilers.
1840
1841 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1842
1843         * text3.C (dispatch): do not modify clipboard when doing
1844         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1845         LFUN_DELETE_SKIP on a selection selection
1846
1847 2003-06-16  André Pönitz  <poenitz@gmx.net>
1848
1849         * BufferView.C:
1850         * buffer.C:
1851         * buffer.h:
1852         * paragraph.C:
1853         * tabular.[Ch]: IU of clone() and getLabelList();
1854
1855 2003-06-13  André Pönitz  <poenitz@gmx.net>
1856
1857         * tabular.h: compactification
1858
1859 2003-06-12  André Pönitz  <poenitz@gmx.net>
1860
1861         * tabular.C:
1862         * tabular.h:
1863         * tabular_funcs.h: some renaming plus whitespace
1864
1865 2003-06-12  André Pönitz  <poenitz@gmx.net>
1866
1867         * BufferView.C:
1868         * BufferView_pimpl.C:
1869         * CutAndPaste.C:
1870         * buffer.C:
1871         * iterators.[Ch]:
1872         * lyxfunc.C:
1873         * text.C:
1874         * toc.C: Return a Paragraph & for ParIterator::operator*()
1875
1876 2003-06-11  John Levon  <levon@movementarian.org>
1877
1878         * lyx_main.C:
1879         * ToolbarBackend.h:
1880         * ToolbarBackend.C: add "Toolbars" section and
1881         put the flags there
1882
1883 2003-06-10  Angus Leeming  <leeming@lyx.org>
1884
1885         * lfuns.h:
1886         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1887
1888         * lyxfunc.C (dispatch): invoke it.
1889
1890 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1891
1892         * main.C: protect <ios> with HAVE_IOS
1893         (main): protect sync_with_stdio with HAVE_IOS
1894
1895 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1896
1897         * text2.C (cutSelection): adjust
1898         (pasteSelection): adjust
1899
1900         * messages.C: handle get of empty string
1901
1902         * main.C (main): use sync_with_stdio(false)
1903
1904         * lyxfunc.C (dispatch): adjust
1905
1906         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1907         (WriteAs): remove unneeded BufferView arg.
1908
1909         * bufferparams.h: use correct types on papersize, papersize2 and
1910         paperpackage.
1911
1912         * bufferparams.C (readToken): adjust for type
1913         (writeLaTeX): add missing cases to switch.
1914
1915         * bufferlist.C (quitWriteBuffer): adjust
1916         (close): adjust
1917
1918         * buffer.C (asciiParagraph): remove some commented code.
1919
1920         * CutAndPaste.C: remove current_view extern variable.
1921         (cutSelection): add BufferParams arg.
1922         (eraseSelection): add BufferParams arg.
1923         (pasteSelection): add Buffer const & arg
1924
1925 2003-06-07  John Levon  <levon@movementarian.org>
1926
1927         * buffer.C:
1928         * paragraph_funcs.C:
1929         * paragraph_pimpl.C:
1930         * text.C:
1931         * text2.C:
1932         * paragraph.h:
1933         * paragraph.C: allow InsetERT to freely space lines,
1934         and some consolidation of code
1935
1936 2003-06-06  José Matos  <jamatos@fep.up.pt>
1937
1938         * buffer.C (makeDocBookFile): fix bug #821
1939
1940 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1941
1942         * BufferView_pimpl.C (dispatch): use Dialogs::visible
1943
1944 2003-06-04  Angus Leeming  <leeming@lyx.org>
1945
1946         * buffer.C: bump format to 224.
1947
1948 2003-06-05  André Pönitz  <poenitz@gmx.net>
1949
1950         * text2.C (redoParagraphs): remove two const_cast<>
1951
1952 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1953
1954         * ParagraphList.h: remove last remnants of NO_STD_LIST
1955
1956 2003-06-03  Angus Leeming  <leeming@lyx.org>
1957
1958         * factory.C (createInset): small change to the way InsetExternal's params
1959         are set.
1960
1961 2003-06-04  André Pönitz  <poenitz@gmx.net>
1962
1963         * buffer.h: use Undo directly instead of shared_ptr<Undo>
1964
1965         * paragraph_pimpl.h:
1966         * paragraph.[Ch]: some Inset -> UpdatableInset changes
1967
1968         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
1969
1970         * undo_funcs.C: make some simple cases of undo work again
1971
1972 2003-06-03  John Levon  <levon@movementarian.org>
1973
1974         * ispell.C: HPUX doesn't have sys/select.h
1975         (from Albert Chin)
1976
1977 2003-06-03  John Levon  <levon@movementarian.org>
1978
1979         * CutAndPaste.C: update tabular and include inset
1980         buffer references
1981
1982         * buffer.h:
1983         * paragraph.h:
1984         * paragraph.C: remove owningBuffer(), don't pass Buffer
1985         to clone()
1986
1987         * factory.C: insetGraphicsParams changed
1988
1989 2003-06-02  John Levon  <levon@movementarian.org>
1990
1991         * LyXAction.C:
1992         * factory.C:
1993         * lfuns.h:
1994         * lyxfunc.C:
1995         * text3.C: remove insetparent
1996
1997 2003-06-02  John Levon  <levon@movementarian.org>
1998
1999         * buffer.h:
2000         * buffer.C: fix inset_iterator.end(), move out of line
2001         (bug 1149)
2002
2003 2003-06-01  John Levon  <levon@movementarian.org>
2004
2005         * text3.C: use a proper cut/paste when doing inset
2006         insert (from Jürgen Spitzmüller)
2007
2008 2003-06-01  John Levon  <levon@movementarian.org>
2009
2010         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2011
2012 2003-05-30  André Pönitz  <poenitz@gmx.net>
2013
2014         * rowpainter.C: unify second drawing phase
2015
2016 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2017
2018         * trans_mgr.C: remove one case of current_view
2019
2020         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2021
2022         * paragraph_funcs.h: remove paragraph.h include
2023
2024         * paragraph.h: delete NO_STD_LIST stuff
2025
2026         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2027
2028         * buffer.h: remove paragraph.h include
2029
2030         * ParagraphList.C: delete file
2031
2032         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2033
2034         * toc.C (getTocList): adjust
2035
2036         * paragraph_pimpl.C (validate): adjust
2037
2038         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2039
2040         * paragraph.C (Paragraph): adjust
2041         (getPositionOfInset): use const_iterator, adjust
2042         (bibitem): use const_iterator, adjust
2043         (setInsetOwner): adjust
2044
2045         * iterators.C (operator++): adjust
2046
2047         * InsetList.[Ch]: Replace selfmade iterator with standard
2048         vector::iterator also introduce const_iterator. Remove getPos,
2049         getInset and setInset from InsetTable. Adjust accordingly.
2050
2051         * BufferView.C (lockInset): adjust
2052         (ChangeInsets): adjust
2053
2054         * tabular.[Ch]: delete commented same_id functions
2055
2056 2003-05-28  John Levon  <levon@movementarian.org>
2057
2058         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2059
2060 2003-05-28  André Pönitz  <poenitz@gmx.net>
2061
2062         * metricsinfo.[Ch]: remove 'fullredraw' member
2063
2064 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2065
2066         * lyxtextclass.C (operator): remove caching.
2067
2068 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2069
2070         * text3.C: adjust
2071
2072         * text2.C (cursorBottom): adjust
2073         (setCounter): use ParagraphList::find, adjust
2074
2075         * text.C (workWidth): use ParagraphList::find, adjust
2076
2077         * lyxcursor.C (LyXCursor): adjust
2078
2079         * buffer.C (inset_iterator): adjust
2080
2081         * ParagraphList.h: make iterator(value_type) private, make
2082         ParagraphList a friend of iterator.
2083
2084         * ParagraphList.C (find): new function
2085
2086         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2087
2088 2003-05-27  André Pönitz  <poenitz@gmx.net>
2089
2090         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2091
2092 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2093
2094         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2095
2096 2003-05-26  John Levon  <levon@movementarian.org>
2097
2098         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2099
2100 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2101
2102         * remove same_id from function signatures, adjust.
2103
2104 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2105
2106         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2107
2108         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2109
2110         * paragraph.C (Paragraph): get rid of same_ids parameter
2111
2112         * ParagraphList.C (insert): adjust
2113         (push_back): adjust
2114
2115 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2116
2117         * paragraph_funcs.C (breakParagraph): adjust
2118         (breakParagraphConservative): adjust
2119
2120         * buffer.C (readParagraph): adjust
2121
2122         * ParagraphList.C (insert): take a reference instead of a pointer
2123         (insert): adjust
2124
2125         * paragraph.[Ch] (id): new function
2126
2127         * bufferlist.C (newFile): adjust
2128
2129         * ParagraphList.C (ParagraphList): adjust
2130         (assign): adjust
2131         (push_back): take a reference instead of a pointer.
2132
2133         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2134
2135         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2136         instead.
2137
2138         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2139         set else use old code.
2140
2141         * ParagraphList.C: remove all NO_NEXT code and only compile this
2142         code of NO_STD_LIST is set.
2143
2144 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2145
2146         * BufferView_pimpl.C:
2147         * TextCache.C:
2148         * TextCache.h:
2149         * bufferlist.C:
2150         * errorlist.h:
2151         * format.C:
2152         * format.h:
2153         * graph.C:
2154         * lyxfunc.C:
2155         * lyxrc.C:
2156         * graphics/GraphicsConverter.C:
2157         * graphics/PreviewLoader.C: header adjustment
2158
2159 2003-05-23  Angus Leeming  <leeming@lyx.org>
2160
2161         * LaTeXFeatures.[Ch] (useBabel): new method.
2162         * bufferparams.C (writeLaTeX): use it.
2163
2164 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2165
2166         * ParagraphList.h (set): remove unused function.
2167
2168 2003-05-23  André Pönitz  <poenitz@gmx.net>
2169
2170         * BufferView.C:
2171         * BufferView_pimpl.C:
2172         * buffer.C:
2173         * buffer.h:
2174         * lyxfunc.C:
2175         * undo_funcs.C: setUndo reworked
2176
2177         * iterators.[Ch]: add access to topmost ParagraphList
2178
2179         * lyxtext.[Ch] (workWidth): add a const
2180
2181 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2182
2183         * texrow.[Ch] (increasePos): remove function
2184         * exporter.C (export): removed unused var and outdated comment
2185
2186 2003-05-23  Angus Leeming  <leeming@lyx.org>
2187
2188         * latexrunparams.h: rename fragile as moving_arg.
2189         * paragraph.C (simpleTeXOnePar): ditto.
2190         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2191
2192 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2193
2194         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2195         (createUndo): ditto
2196         (textUndoOrRedo): comment out a currently unused var.
2197
2198         * paragraph.h (NO_NEXT): enable NO_NEXT
2199
2200         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2201
2202         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2203
2204         * exporter.C (Export): adjust for removeAutoInsets removal.
2205
2206         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2207
2208         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2209
2210         * BufferView.[Ch] (removeAutoInsets): delete function
2211
2212 2003-05-22  Angus Leeming  <leeming@lyx.org>
2213
2214         * latexrunparams.h: add a free_spacing variable.
2215
2216         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2217         to pass moving_arg, as the data is stored in runparams.fragile.
2218
2219         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2220         to Inset::latexOptional or to simpleTeXOnePar.
2221
2222         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2223         free_spacing arg to Inset::latexOptional.
2224
2225         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2226         free_spacing arg.
2227
2228 2003-05-22  Angus Leeming  <leeming@lyx.org>
2229
2230         * latexrunparams.h: add fragile and use_babel variables.
2231
2232         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2233         * buffer.C (makeLaTeXFile): store this returned value in
2234         runparams.use_babel, thus passing it to the inset::latex methods.
2235
2236         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2237         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2238
2239         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2240         longer has a fragile arg, as it is stored in runparams.fragile.
2241
2242         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2243         moving_arg parameter as the data is stored in runparams.fragile.
2244
2245         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2246         a fragile parameter as the data is stored in runparams.fragile.
2247
2248 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2249
2250         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2251
2252 2003-05-22  Angus Leeming  <leeming@lyx.org>
2253
2254         * latexrunparams.h: add a 'bool nice' which defaults to false.
2255
2256         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2257         now encapsulated within runparams.
2258
2259         * bufferlist.C (updateIncludedTeXfiles):
2260         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2261
2262 2003-05-22  Angus Leeming  <leeming@lyx.org>
2263
2264         * latexrunparams.h: new file containing struct LatexRunParams.
2265         * Makefile.am: add new file.
2266
2267         * LaTeX.[Ch] (c-tor, run):
2268         * buffer.[Ch] (makeLaTeXFile):
2269         * bufferlist.[Ch] (updateIncludedTeXfiles):
2270         * converter.C (convert, scanLog):
2271         * converter.[Ch] (runLaTeX):
2272         * exporter.C (Export):
2273         * paragraph.[Ch] (simpleTeXOnePar):
2274         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2275         * paragraph_funcs.[Ch] (latexParagraphs):
2276         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2277         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2278         pass around a LatexRunParams parameter.
2279
2280 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2281
2282         * paragraph.[Ch]: remove unused constructor
2283
2284         * ParagraphList.C (erase): new function, taking two iterators
2285
2286 2003-05-22  André Pönitz  <poenitz@gmx.net>
2287
2288         * undo_funcs.C: remove duplicated code
2289
2290         * iterator.[Ch]: operator=
2291
2292 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2293
2294         * tabular.C (SetMultiColumn): ws changes
2295
2296         * rowpainter.C (paintFirst): get rid of a ->previous
2297
2298         * lyx_cb.C (getPossibleLabel): parlist simplification
2299
2300         * BufferView.C (ChangeInsets): simplify slightly.
2301
2302 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2303
2304         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2305         * lfuns.h: new LFUN_SPACE
2306         * lyxfunc.C: protected space has a new lfun
2307         * paragraph_funcs.C: read new space insets
2308         * text3.C:
2309         * factory.C: handle new space insets
2310
2311 2003-05-22  André Pönitz  <poenitz@gmx.net>
2312
2313         * BufferView.C:
2314         * BufferView_pimpl.C:
2315         * buffer.[Ch]:
2316         * lyxfunc.C:
2317         * undo_funcs.C: return a ParIterator from getParFromID.
2318
2319         * iterators.[Ch]: add two const's
2320
2321 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2322
2323         * toc.C (getTocList): adjust
2324
2325         * iterators.[Ch]: rework for parlist
2326
2327         * buffer.C (par_iterator_begin): adjust
2328         (par_iterator_end): adjust
2329
2330         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2331
2332         * BufferView.C (removeAutoInsets): adjust
2333         (ChangeInsets): adjust
2334
2335 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2336
2337         * text.C (top_y): fix bug 1110
2338
2339 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2340
2341         * errorlist.[Ch]: added
2342         * buffer.C:
2343         * BufferView.[Ch]:
2344         * BufferView_pimpl.C:
2345         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2346         instead
2347
2348 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2349
2350         * Makefile.am: ensure that lyx is relinked upon changes to the
2351         various "convenience" libs.
2352
2353 2003-05-20  Angus Leeming  <leeming@lyx.org>
2354
2355         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2356         files are compiled in alphabetical order again.
2357
2358         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2359
2360 2003-05-19  Angus Leeming  <leeming@lyx.org>
2361
2362         * gettext.[Ch]: remove "char const * _(char const *)".
2363
2364 2003-05-19  André Pönitz  <poenitz@gmx.net>
2365
2366         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2367
2368         * Makefile.am:
2369         * BufferView.C:
2370         * DepTable.h:
2371         * LaTeXFeatures.C:
2372         * buffer.C:
2373         * lyxfont.C:
2374         * lyxlex.h:
2375         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2376
2377 2003-05-19  André Pönitz  <poenitz@gmx.net>
2378
2379         * buffer.C:
2380         * lyxlayout.[Ch]:
2381         * lyxtextclass.[Ch]:
2382         * paragraph.C:
2383         * paragraph_funcs.[Ch]:
2384         * text2.C:
2385         * text3.C: more insetenv work
2386
2387 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2388
2389         * ParagraphParameters.C (params2string): small bug fixed
2390
2391 2003-05-16  André Pönitz  <poenitz@gmx.net>
2392
2393         * debug.C:
2394         * bufferview_funcs.C: patch from Kornel Benko to prevent
2395           crash when _(...) is called twice in a statement
2396
2397 2003-05-16  André Pönitz  <poenitz@gmx.net>
2398
2399         * BufferView.C:
2400         * lyxfunc.C:
2401         * text.C:
2402         * text2.C:
2403         * text3.C:
2404         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2405
2406 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2407
2408         * lyx_main.C (init): remove spurious static_cast
2409
2410 2003-05-14  André Pönitz  <poenitz@gmx.net>
2411
2412         * BufferView.C: fix format string
2413
2414 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2415
2416         * BufferView.[Ch] (insertErrors): removed
2417         * BufferView.[Ch] (showErrorList): added
2418         * buffer.C (runChkTeX):
2419         * converter.C (scanLog): call showErrorList instead of inserterrors
2420
2421 2003-05-13  André Pönitz  <poenitz@gmx.net>
2422
2423         * BufferView_pimpl.C:
2424         * buffer.C:
2425         * bufferview_func.C:
2426         * MenuBackend.C:
2427         * lyxfunc.C:
2428         * lyxrc.C:
2429         * tex-accent.C:
2430         * text3.C:
2431         * toc.C:
2432         * tabular_funcs.h: tostr() from its own header
2433
2434         * ParagraphParameters.C:
2435         * ToolbarBackend.C:
2436         * bufferparams.C:
2437         * format.C:
2438         * lyxlex_pimpl.C:
2439         * text3.C: STRCONV()
2440
2441 2003-05-12  André Pönitz  <poenitz@gmx.net>
2442
2443         * BufferView.C:
2444         * BufferView_pimpl.C:
2445         * CutAndPaste.C:
2446         * LaTeX.C:
2447         * LaTeXFeatures.C:
2448         * ParagraphParameters.C:
2449         * buffer.C:
2450         * bufferlist.C:
2451         * bufferparams.C:
2452         * bufferview_funcs.C:
2453         * converter.C:
2454         * counters.C:
2455         * debug.C:
2456         * exporter.C:
2457         * format.C:
2458         * importer.C:
2459         * lyx_cb.C:
2460         * lyx_main.C:
2461         * lyxfont.C:
2462         * lyxfunc.C:
2463         * lyxvc.C:
2464         * paragraph.C:
2465         * paragraph_funcs.C:
2466         * tabular.C:
2467         * tabular_funcs.C:
2468         * text2.C:
2469         * text3.C:  boost::format -> bformat  all over the place
2470
2471
2472 2003-05-09  André Pönitz  <poenitz@gmx.net>
2473
2474         * LColor.[Ch]: Pimpl the #include <map> away
2475
2476 2003-05-09  John Levon  <levon@movementarian.org>
2477
2478         * bufferlist.C: never remove emergency saves
2479
2480 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2481
2482         * Makefile.am: better lib building
2483
2484 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2485
2486         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2487         instead.
2488         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2489         (simpleTeXSpecialChars): adjust
2490         (simpleTeXSpecialChars): adjust
2491         * paragraph.C (simpleTeXOnePar): adjust
2492         * buffer.C (makeLaTeXFile): adjust
2493
2494         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2495
2496         * text2.C (changeDepth): parlist cleanup
2497         (getColumnNearX): ditto
2498
2499         * rowpainter.C (getLabelFont): parlist cleanup
2500
2501         * bufferlist.C (newFile): parlist cleanup
2502
2503         * CutAndPaste.C (eraseSelection): parlist cleanup
2504
2505         * BufferView_pimpl.C (trackChanges): parlist cleanup
2506         (dispatch): ditto
2507
2508         * BufferView.C (lockInset): parlist cleanup.
2509         (ChangeInsets): ditto
2510
2511 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2512
2513         * CutAndPaste.h: Update file header.
2514
2515         * CutAndPaste.C: Update file header.
2516         Store the parts cut out of the Document in a limited_stack.
2517         (copySelection): adjust
2518         (pasteSelection): new function, takes the index in the limited stack.
2519         (nrOfParagraphs): adjust
2520         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2521         simplify error inset insertion.
2522         (checkPastePossible): adjust
2523
2524 2003-05-06  John Levon  <levon@movementarian.org>
2525
2526         * text2.C: don't cast wrap inset to float
2527
2528 2003-05-05  André Pönitz  <poenitz@gmx.net>
2529
2530         * iterator.C:
2531         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2532
2533         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2534           few naked Paragraph *.
2535
2536 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2537
2538         * bufferparams.C: Output warning if a document with missing
2539         TeX document class is loaded
2540         * exporter.C: Disable TeX exports if the document class is missing
2541         * lyxtextclass.C:
2542         * lyxtextclass.h:
2543         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2544         isTeXClassAvailable()
2545
2546 2003-05-03  John Levon  <levon@movementarian.org>
2547
2548         * BufferView.h:
2549         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2550         explicit cursor show/hide
2551
2552         * BufferView_pimpl.h:
2553         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2554         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2555
2556         * lyxfunc.C: hide cursor before dispatching.
2557
2558         * lyx_cb.C:
2559         * lyxfind.C:
2560         * text.C:
2561         * text3.C: remove explicit cursor hides
2562
2563 2003-05-02  André Pönitz  <poenitz@gmx.net>
2564
2565         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2566
2567         * undo_funcs.C:
2568         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2569           linked lists
2570
2571         * text2.C: tiny whitespace
2572
2573 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2574
2575         * undo_funcs.C: almost only ws changes.
2576
2577         * ParagraphList.C (splice): just return if pl is empty.
2578
2579 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2580
2581         * ParagraphList.C (splice): new function.
2582
2583         * CutAndPaste.C (pasteSelection): use it
2584
2585 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2586
2587         * CutAndPaste.C (pasteSelection): remove the last next and
2588         previous from this file.
2589
2590 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2591
2592         * CutAndPaste.C (pasteSelection): more clean up, user proper
2593         ParagraphList functions for pasteing.
2594
2595         * ParagraphList.C (insert): new function, three arg insert
2596
2597 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2598
2599         * ParagraphList.C (insert): new function, three arg insert
2600
2601         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2602         not on paragraphs.
2603
2604 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2605
2606         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2607
2608 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2609
2610         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2611
2612 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2613
2614         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2615         (copySelection): clean up a bit.
2616         (pasteSelection): use make_pair
2617
2618         * ParagraphList.C (ParagraphList): implement copy constructor
2619         (operator=): implement, base on copy constructor.
2620         (assign): new func
2621
2622         * paragraph.C (erase): return a bool
2623
2624         * paragraph_pimpl.C (erasePos): remove function, move contents...
2625         (erase): ... here. Return a bool.
2626         (erase): call erase instead of erasePos.
2627
2628 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2629
2630         * ParagraphList.h: define PitPosPair
2631         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2632         ParagraphList, fix a bug on pasting multiple pars
2633         * text2.C: change interface to C&P
2634
2635 2003-04-30  André Pönitz  <poenitz@gmx.net>
2636
2637         * undo_func.C: revert part of yesterday's patch 2
2638
2639 2003-04-30  John Levon  <levon@movementarian.org>
2640
2641         * LColor.C: s/tabular/table/
2642
2643 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2644
2645         * text3.C (dispatch): do not convert iterator -> pointer
2646         * undo_funcs.C (setCursorParUndo): ditto
2647         * text_funcs.C (transposeChars): ditto
2648
2649         * text2.C (setLayout): ws changes only
2650
2651         * text.C (breakParagraph): do not convert iterator -> pointer
2652         (insertChar): ditto
2653         (acceptChange): ditto
2654         (rejectChange): ditto
2655         (changeCase): ditto
2656         (Delete): ditto
2657         (backspace): ditto
2658
2659         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2660         pointer
2661
2662 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2663
2664         * text3.C (gotoInset): YABG (yet another bad getChar)
2665
2666 2003-04-29  André Pönitz  <poenitz@gmx.net>
2667
2668         * paragraph.h: make operator= private unimplemented as long as
2669           it is unusable
2670
2671         * ParagraphList.C: whitespace
2672
2673         * paragraph.[Ch]:
2674         * paragraph_pimpl.[Ch]:
2675         * paragraph_funcs.C:
2676         * CutAndPaste.C:
2677         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2678
2679         * text2.C:
2680           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2681
2682 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2683
2684         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2685         * paragraph.[Ch] (erase):
2686         * paragraph_pimpl.[Ch] (erase): change return type and value
2687         * text2.C (cutSelection): some rework
2688
2689 2003-04-28  John Levon  <levon@movementarian.org>
2690
2691         * bufferlist.C: changes for unsaved changes dialog
2692
2693 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2694
2695         * bufferlist.C (newFile): set language (messages_) for new
2696         documents also.
2697
2698         * buffer.C (readFile): ws changes only.
2699
2700 2003-04-28  André Pönitz  <poenitz@gmx.net>
2701
2702         * undo_funcs.C:
2703         * lyxfunc.C:
2704         * buffer.[Ch]:
2705         * BufferView_pimpl.C:
2706         * BufferView.C: getParFromID related ParagraphList::iterator changes
2707
2708 2003-04-28  André Pönitz  <poenitz@gmx.net>
2709
2710         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2711           Changes
2712
2713 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2714
2715         * messages.C: remove one more localedir class variable.
2716
2717 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2718
2719         * messages.C (getLocaleDir): singleton generation function
2720         (Pimpl): use it.
2721         (Messages): add a default constructor.
2722
2723         * main.C (main): do not setup localedir here, do not call
2724         gettext_init.
2725
2726         * gettext.C (_): use it.
2727         (gettext_init): delete funciton
2728
2729 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2730
2731         * gettext.C (getLyXMessages): new singleton generating function.
2732
2733         * buffer.C (updateDocLang): adjust
2734
2735         * Makefile.am (messages.o): add target
2736         (main.o): remove target
2737
2738 2003-04-27  John Levon  <levon@movementarian.org>
2739
2740         * bufferlist.C:
2741         * lyx_cb.C:
2742         * lyxfunc.C:
2743         * lyxvc.C: specify cancel button in Alert::prompt
2744
2745 2003-04-26  John Levon  <levon@movementarian.org>
2746
2747         * text3.C:
2748         * lyxfunc.C:
2749         * lfuns.h:
2750         * LyXAction.C: add LFUN_INSET_SETTINGS
2751
2752         * lyxfunc.C: don't enable tabular-feature when there's
2753         just any locking inset
2754
2755 2003-04-26  John Levon  <levon@movementarian.org>
2756
2757         * bufferlist.C: re-add Cancel to buffer close question
2758
2759         * lyxfunc.C: fix import UI a bit
2760
2761 2003-04-25  John Levon  <levon@movementarian.org>
2762
2763         * gettext.C: remove the broken asserts for now
2764
2765 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2766
2767         * messages.C: make case where setlocale cannot comply work better.
2768
2769         * buffer.C (updateDocLang): new function
2770         (changeLanguage): use it
2771         (readFile): use it
2772
2773         * text2.C (setCounter): use B_ a bit.
2774
2775         * lyxlayout.C (Read): be sure to trim the label strings.
2776
2777         * messages.C (Messages): fix typo in comment
2778
2779         * buffer.C (readFile): set message_ after file is loaded.
2780         (makeDocBookFile): remove double return
2781         (changeLanguage): reset message_ upon language change.
2782         (B_): new func, use this to get translated buffer strings.
2783
2784         * main.C: add myself and Jean Marc as authors.
2785
2786 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2787
2788         * messages.[hC]: pimplify Messages, and three different pimpls to be
2789         used in different circumstances.
2790
2791         * gettext.[Ch]: change for use with new message code.
2792
2793 2003-04-24 André Pönitz <poenitz@gmx.net>
2794
2795         * factory.C: support for eqref
2796
2797 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2798
2799         * messages.[Ch]: add missing char
2800
2801         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2802
2803         * messages.[Ch]: New files
2804
2805 2003-04-18  John Levon  <levon@movementarian.org>
2806
2807         * BufferView.h:
2808         * BufferView.C:
2809         * BufferView_pimpl.C:
2810         * lfuns.h:
2811         * LyXAction.C:
2812         * lyxtext.h:
2813         * text2.C: remove layout-copy/paste (bug 778)
2814
2815 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2816
2817         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2818
2819 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2820
2821         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2822         if they succeed. Act accordingly.
2823
2824 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2825
2826         * text2.C (setCharFont): adjust
2827         (setCounter): adjust
2828         (insertStringAsLines): adjust
2829
2830         * text.C (leftMargin): adjust
2831         (setHeightOfRow): adjust
2832
2833         * rowpainter.C (paintFirst): adjust
2834         (paintLast): adjust
2835
2836         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2837         (outerHook): ditto
2838         (isFirstInSequence): ditto
2839         (getEndLabel): ditto
2840         (outerFont): adjust
2841
2842         * paragraph.C (getParLanguage): comment out some hard stuff.
2843
2844         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2845         (sgmlError): ditto
2846         (simpleDocBookOnePar): ditto
2847         (makeDocBookFile): use ParagraphList::iterator
2848
2849         * CutAndPaste.C (pasteSelection): adjust
2850
2851 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2852
2853         * text2.C (getFont): adjust
2854         (getLayoutFont): adjust
2855         (getLabelFont): adjust
2856
2857         * paragraph_funcs.C (TeXOnePar): adjust
2858
2859         * buffer.C (simpleLinuxDocOnePar): adjust
2860         (simpleDocBookOnePar): adjust
2861
2862         * CutAndPaste.C (pasteSelection): adjust
2863
2864         * BufferView.C (getEncoding): adjust
2865
2866         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2867
2868 2003-04-16  John Levon  <levon@movementarian.org>
2869
2870         * lyxfind.C: use parlist stuff for search/changes
2871
2872 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2873
2874         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2875
2876         * text2.C (deleteEmptyParagraphMechanism): adjust
2877
2878         * text2.[Ch] (ownerParagraph): delete func (both of them
2879
2880 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2881
2882         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2883
2884 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2885
2886         * ParagraphList.C: prepare for NO_NEXT
2887
2888 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2889
2890         * text2.C (getFont): adjust
2891         (getLayoutFont): adjust
2892         (getLabelFont): adjust
2893
2894         * paragraph.C (getFont): adjust
2895         (getLabelFont): adjust
2896         (getLayoutFont): adjust
2897
2898         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2899
2900 2003-04-15  John Levon  <levon@movementarian.org>
2901
2902         From Angus Leeming
2903
2904         * lyx_main.C: handle Include in .ui files
2905
2906 2003-04-15  John Levon  <levon@movementarian.org>
2907
2908         * MenuBackend.C: make the doc files length shorter
2909
2910         * ToolbarBackend.h:
2911         * ToolbarBackend.C: handle toolbar placement flags,
2912         Minibuffer
2913
2914 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2915
2916         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
2917         adjust
2918
2919         * paragraph_funcs.C (TeXOnePar): adjust
2920
2921         * paragraph.C (getLabelFont): add outerfont arg, adjust
2922         (getLayoutFont): ditto
2923         (simpleTeXOnePar): adjust
2924
2925         * paragraph_pimpl.C (realizeFont): delete func
2926
2927 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
2928
2929         * text2.C (beforeFullRowInset): added a bad getchar check, removed
2930         row argument, constify cur argument.
2931
2932 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2933
2934         * text2.C (getFont): adjust
2935         (getLayoutFont): adjust
2936         (getLabelFont): adjust
2937
2938         * paragraph_funcs.C (TeXOnePar): adjust
2939         (outerFont): new func...
2940         (realizeFont): ...moved out from here, changed this to facilitate
2941         transition
2942
2943         * paragraph.C (getFont): take outerfont as arg, adjust
2944         (simpleTeXOnePar): add outerfont arg, adjust
2945
2946         * buffer.C (simpleLinuxDocOnePar): adjust
2947         (simpleDocBookOnePar): adjust
2948
2949         * CutAndPaste.C (pasteSelection): adjust
2950
2951         * BufferView.C (getEncoding): adjust
2952
2953 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2954
2955         * text2.C (setCharFont): adjust
2956         (setCounter): adjust
2957
2958         * text.C (leftMargin): adjust
2959         (setHeightOfRow): adjust
2960
2961         * rowpainter.C (paintFirst): adjust
2962         (paintLast): adjust
2963
2964         * paragraph_pimpl.C (realizeFont): adjust
2965
2966         * paragraph.C (isFirstInSequence): move from here...
2967         * paragraph_funcs.C (isFirstInSequence): ...to here
2968
2969         * paragraph.C (outerHook): move from here...
2970         * paragraph_funcs.C (outerHook): ...to here
2971
2972         * paragraph.C (depthHook): move from here...
2973         * paragraph_funcs.C (depthHook): ...to here
2974
2975         * paragraph.C (getEndLabel): move from here...
2976         * paragraph_funcs.C (getEndLabel): ...to here
2977
2978         * text2.C (realizeFont): move from here...
2979         * paragraph_funcs.C (realizeFont): ...to here
2980
2981 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2982
2983         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
2984
2985 2003-04-14  Angus Leeming  <leeming@lyx.org>
2986
2987         * LColor.[Ch]: scrap LColor mathcursor.
2988
2989 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2990
2991         * lyxlex.[Ch] (text): delete function
2992         * trans.C (Load): adjust
2993         * paragraph_funcs.C (readParToken): adjust
2994
2995 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2996
2997         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
2998         vector<char> instead of a char[].
2999
3000         * lyxlex_pimpl.C (getString): adjust
3001         (next): adjust
3002         (lex): use getString
3003         (eatLine): adjust
3004         (nextToken): adjust
3005
3006         * lyxlex.C (text): use pimpl_->getString()
3007         (getBool): ditto
3008         (findToken): ditto
3009
3010 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3011
3012         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3013         (makeFontEntriesLayoutSpecific): temp var for par.size()
3014         (setLayout): temp var for ownerParagraphs().end()
3015         (fullRebreak): temp var for rows().end()
3016         (selectionAsString): temp var for boost::next(startpit), realize
3017         that the while really is a regular for loop.
3018         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3019         setCursor in one place.
3020         (setParagraph): temp vr for ownerParagraphs().end()
3021         (updateCounters): make the while loop a for loop
3022         (cutSelection): temp var for ownerParagraphs().end()
3023         (updateInset): make the do {} while() a regular for loop
3024         (getCursorX): use temp vars
3025         (setCurrentFont): use temp vars
3026         (getColumnNearX): use temp vars
3027
3028 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3029
3030         * text.C (transformChar): use temp var for getChar
3031         (computeBidiTables): use temp var for row->par()
3032         (fill): move temp vars for row->par() and pit->layout() earlier in
3033         the function.
3034         (labelFill): use temp var for row->par()
3035         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3036         asc and desc, realize that pit never changes and that firstpit is
3037         just a duplicate and not needed. Exchange rit->par() with pit in a
3038         lot of places.
3039         (breakAgain): use a temp var for boost::next(rit)
3040         (breakAgainOneRow): ditto
3041         (breakParagraph): use a temp var for rows().begin()
3042         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3043         (cursorRightOneWord): use temp var for cursor.par() and
3044         cursor.pos(), remove usage of tmpcursor.
3045         (cursorLeftOneWord): use temp var for cursor.par() and
3046         cursor.pos() only set cur at end of function.
3047
3048 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3049
3050         * text.C, text2.C: exchange all usage of Paragraph::next with
3051         boost::next(ParagraphList::iterator)
3052
3053         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3054
3055         * text2.C (cursorTop): simplify implementation
3056         (cursorBottom): ditto
3057         (setParagraph): use ParagraphList::iterator
3058         (setCurrentFont): adjust
3059         (getColumnNearX): adjust
3060         (cursorRight): adjust
3061         (cursorLeft): remove usage of Paragraph::previous
3062         (cursorUpParagraph): ditto
3063         (deleteEmptyParagraphMechanism): slight cleanup
3064
3065         * text.C (isBoundary): take a Paragraph const & instead of a
3066         pointer as arg.
3067         (addressBreakPoint): ditto
3068         (leftMargin): remove usage of Paragraph::previous.
3069         (setHeightOfRow): ditto
3070         (cursorLeftOneWord): ditto
3071         (selectNextWordToSpellcheck): ditto
3072         (Delete): ditto
3073         (backspace): ditto
3074         (breakParagraph): remove one usage of Paragraph::next
3075         (redoParagraph): ditto
3076         (acceptChange): ditto
3077         (insertChar): adjust
3078         (rowBreakPoint): adjust
3079
3080         * bufferview_funcs.C (toggleAndShow): adjust
3081
3082 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3083
3084         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3085         methods to access it.
3086         * lyxtext.h:
3087         * text.C: Added updateRowPositions to compute all row positions.
3088         Make top_y and getRowNearY() to use the cached y position
3089
3090 2003-04-11  John Levon  <levon@movementarian.org>
3091
3092         * text.C (rowBreakPoint): reintroduce the labelEnd
3093         checks, code copied from the row fill stuff. Deep voodoo.
3094
3095         * text.C (fill): add a comment and debugging for the
3096         next poor soul.
3097
3098 2003-04-11  John Levon  <levon@movementarian.org>
3099
3100         * text.C: make sure fullrow insets get wrapped to the next line,
3101         even when they're in a manual label
3102
3103 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3104
3105         * text2.C (insertParagraph): make it take ParagraphList::iterator
3106         as arg.
3107         (setLayout): make it return ParagraphList::iterator
3108         (redoParagraphs): ditto
3109         (setCounter): ditto
3110         (checkParagraph): ditto
3111
3112         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3113
3114         * text2.C: adjust several funcs.
3115         (realizeFont): take a ParagraphList::iterator as arg.
3116         (getLayoutFont): ditto
3117         (getLabelFont): ditto
3118         (setCharFont): ditto
3119
3120         * text.C: adjust several funcs.
3121
3122 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3123
3124         * text.C (selectNextWordToSpellcheck): don't accidentally
3125         skip insets
3126
3127 2003-04-10  John Levon  <levon@movementarian.org>
3128
3129         * ToolbarBackend.C (getIcon): special handling for
3130         LFUN_MATH_DELIM
3131
3132 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3133
3134         * text2.C (cursorRight): a getChar assert fixed
3135
3136 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3137
3138         * text2.C (getFont): change to take a ParagraphList::iterator
3139         instead of Paragraph*
3140         Adjust several functions.
3141
3142         * text.C (transformChar): change to take a ParagraphList::iterator
3143         instead of Paragraph*
3144         (singleWidth): ditto
3145         Adjust several functions.
3146
3147         * rowpainter.C: adjust several functions
3148         * rowpainter.h:store a ParagraphList::iterator and not a
3149         Paragraph&.
3150
3151
3152 2003-04-09  John Levon  <levon@movementarian.org>
3153
3154         * lyxfunc.C:
3155         * lfuns.h:
3156         * LyXAction.h:
3157         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3158         and the "help" bits as well
3159
3160 2003-04-09  John Levon  <levon@movementarian.org>
3161
3162         * ToolbarBackend.h:
3163         * ToolbarBackend.C: allow multiple toolbars
3164
3165 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3166
3167         * undo_funcs.C (setCursorParUndo): adjust
3168
3169         * text_funcs.C (transposeChars): adjust
3170
3171         * text3.C (gotoNextInset): adjust
3172         (dispatch): adjust
3173
3174         * text2.C (setLayout): adjust
3175         (changeDepth): adjust
3176         (setFont): adjust
3177         (redoParagraphs): adjust
3178         (selectionAsString): adjust
3179         (setParagraph): adjust
3180         (insertInset): adjust
3181         (cutSelection): adjust
3182         (copySelection): adjust
3183         (pasteSelection): adjust
3184         (insertStringAsLines): adjust
3185         (updateInset): adjust
3186         (setCursor): change to take a ParagraphList::iterator parameter
3187         (setCursorIntern): change to take a ParagraphList::iterator parameter
3188         (setCurrentFont): adjust
3189         (cursorLeft): adjust
3190         (cursorRight): adjust
3191         (deleteEmptyParagraphMechanism): adjust
3192
3193         * text.C (breakParagraph): adjust
3194         (insertChar): adjust
3195         (acceptChange): adjust
3196         (rejectChange): adjust
3197         (selectNextWordToSpellcheck): adjust
3198         (changeCase): adjust
3199         (Delete): adjust
3200         (backspace): adjust
3201
3202         * lyxfind.C (SearchForward): adjust
3203         (SearchBackward): adjust
3204         (nextChange): adjust
3205
3206         * lyxcursor.C (par): adjust
3207
3208         * lyxcursor.h: store a ParagraphList::iterator instead of a
3209         Paragraph*
3210
3211         * lyx_cb.C (getPossibleLabel): adjust
3212
3213         * bufferview_funcs.C (toggleAndShow): adjust
3214
3215         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3216         (dispatch): adjust
3217
3218         * BufferView.C (removeAutoInsets): adjust
3219         (lockedInsetStoreUndo): adjust
3220
3221 2003-04-09  John Levon  <levon@movementarian.org>
3222
3223         * ToolbarBackend.C: try icon without argument
3224         if with argument fails
3225
3226 2003-04-08  John Levon  <levon@movementarian.org>
3227
3228         * ToolbarBackend.h:
3229         * ToolbarBackend.C: add getIcon(), handle tooltip,
3230         and change from "Icon" to "Item".
3231
3232 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3233
3234         * BufferView.C (lockInset): another bad getchar crunched
3235
3236 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3237
3238         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3239         again)
3240
3241 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3242
3243         * lyxfind.C (searchForward, searchBackwards): bug 782
3244
3245 2003-04-07  John Levon  <levon@movementarian.org>
3246
3247         * paragraph.C: remove dead comment
3248
3249         * text.C: remove troublesome depth-fiddling code
3250         in leftMargin() and rightMargin() (bug 1017)
3251
3252         * text.C: fix breaking of rows in nested lists
3253         (bug 1004)
3254
3255         * text2.C (updateCounters): fix up depth values
3256         (bug 1013)
3257
3258 2003-04-07  John Levon  <levon@movementarian.org>
3259
3260         * BufferView_pimpl.C: clear message when doc finishes resizing,
3261         and after a mouse event
3262
3263         * lyxfunc.C: clear message after exiting inset
3264
3265 2003-04-07  John Levon  <levon@movementarian.org>
3266
3267         * bufferview_funcs.C: show math status not outside
3268         status in the statusbar
3269
3270 2003-04-07  John Levon  <levon@movementarian.org>
3271
3272         * lyxfunc.C: note status changed after a depth change
3273
3274 2003-04-04  Angus Leeming  <leeming@lyx.org>
3275
3276         * LaTeX.h: move AuxInfo operator==, != out of line.
3277         Remove LaTeX virtual destructor; nothing derives from it.
3278         Move operator()() out of public area and rename it startscript().
3279         Change protected for private.
3280
3281 2003-04-04  Angus Leeming  <leeming@lyx.org>
3282
3283         * lyxfunc.C:
3284         * text2.C: remove unneeded #includes.
3285
3286 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3287
3288         * text2.C (dEPM): fix the heigth of the next row
3289
3290 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3291
3292         * text.C: squashed an invalid getChar requester + some ws changes
3293
3294 2003-04-03  John Levon  <levon@movementarian.org>
3295
3296         * bufferview_funcs.h:
3297         * bufferview_funcs.C:
3298         * lyxfunc.C:
3299         * lyxtext.h:
3300         * text2.C: make getStatus work for the env depth lfuns
3301
3302 2003-04-03  John Levon  <levon@movementarian.org>
3303
3304         * bufferview_funcs.h:
3305         * bufferview_funcs.C:
3306         * lyxfunc.C:
3307         * lyxtext.h:
3308         * text2.C: parlistize decDepth(), by merging it with incDepth()
3309
3310 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3311
3312         * lyxrow.h: store a ParagraphList::iterator instead of a
3313         Paragraph* and adjust other class functions to suit.
3314
3315         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3316         above.
3317
3318 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3319
3320         * text2.C (setCursor): do not anchor to cursor row for the time being
3321
3322 2003-04-02  John Levon  <levon@movementarian.org>
3323
3324         * LyXAction.C:
3325         * lfuns.h:
3326         * lyx_main.C:
3327         * lyxtext.h:
3328         * text.C:
3329         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3330
3331 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3332
3333         * paragraph.h: make ParagraphList and ParagraphList::iterator
3334         friends of Paragraph.
3335
3336         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3337
3338         * ParagraphList.C: Use the private next_ and previous_ from
3339         Paragraph.
3340
3341 2003-04-01  John Levon  <levon@movementarian.org>
3342
3343         * ToolbarBackend.h:
3344         * ToolbarBackend.C:
3345         * Makefile.am: rename, remove defaults gunk
3346
3347         * MenuBackend.h:
3348         * MenuBackend.C: remove defaults gunk
3349
3350         * Languages.h:
3351         * Languages.C: remove defaults gunk
3352
3353         * lyx_main.h:
3354         * lyx_main.C: error out if files couldn't be found.
3355
3356 2003-04-02  John Levon  <levon@movementarian.org>
3357
3358         * text2.C: make incDepth() use parlist
3359
3360 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3361
3362         * undo_funcs.C (firstUndoParagraph): adjust
3363
3364         * text3.C (gotoInset): adjust
3365         (dispatch): adjust, and rewrite loop.
3366
3367         * text2.C (init): adjust, and rewrite loop.
3368         (redoParagraphs): adjust
3369         (updateInset): adjust, and rewrite loop.
3370         (deleteEmptyParagraphMechanism): adjust
3371
3372         * tabular.C (LyXTabular): adjust
3373         (SetMultiColumn): adjust
3374         (TeXRow): adjust
3375
3376         * lyxtext.[Ch] (ownerParagraph): delete function
3377         (ownerParagraphs): new function returns a ParagraphList.
3378
3379         * BufferView.C (removeAutoInsets): adjust
3380         (insertErrors): adjust
3381         (setCursorFromRow): adjust
3382
3383 2003-04-01  Angus Leeming  <leeming@lyx.org>
3384
3385         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3386         in the frontends.
3387
3388 2003-04-02  John Levon  <levon@movementarian.org>
3389
3390         * lyxtext.h:
3391         * text.C:
3392         * Makefile.am:
3393         * text_funcs.h:
3394         * text_funcs.C: make transposeChars a free function
3395
3396         * lyxrow_funcs.C: remove wrong comment
3397
3398 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3399
3400         * lyxtext.h: adjust
3401         * rowpainter.C: adjust
3402         * text.C: adjust
3403         * text2.C: adjust
3404         * text3.C: adjust
3405
3406         * lyxrow_funcs. [Ch]: new files
3407
3408         * lyxrow.[Ch]: remove next and previous pointers
3409         (next,previous): remove accessor functions
3410         (isParEnd): move to lyxrow_funcs
3411         (lastPos): move to lyxrow_funcs
3412         (nextRowIsAllInset): move to lyxrow_funcs
3413         (lastPrintablePos): move to lyxrow_funcs
3414         (numberOfSeparators): move to lyxrow_funcs
3415         (numberOfHfills): move to lyxrow_funcs
3416         (numberOfLabelHfills): move to lyxrow_funcs
3417         (hfillExpansion): move to lyxrow_funcs
3418
3419         * lyxfunc.C: adjust
3420
3421         * bufferview_funcs.C (toggleAndShow): adjust
3422
3423         * RowList.h: Remove class RowList from file leave just a
3424         std::list<Row>.
3425
3426         * RowList.C: delete file
3427
3428         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3429         and lyxrow_funcs.h
3430
3431 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3432
3433         * text3.C (cursorPrevious): adjust
3434         (cursorNext): adjust
3435         (dispatch): adjust
3436
3437         * text2.C (redoHeightOfParagraph): adjust
3438         (redoDrawingOfParagraph): adjust
3439         (setCursor): adjust
3440
3441         * text.C (breakParagraph): adjust
3442         (insertChar): adjust
3443         (backspace): adjust
3444
3445         * rowpainter.C (RowPainter): adjust
3446         (leftMargin): simplify and adjust
3447         (most rowpainter functions): adjust.
3448
3449         * rowpainter.h: store the row as RowList::iterator not as Row*
3450
3451         * lyxcursor.C (row): taka RowList::iterator as arg
3452         (irow): ditto
3453
3454         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3455         of Row*.
3456
3457 2003-04-01  Angus Leeming  <leeming@lyx.org>
3458
3459         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3460         stuff like bool Bool.
3461
3462 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3463
3464         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3465         rewrite a loop
3466
3467 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3468
3469         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3470         RowList::iterator.
3471
3472         * lyxtext.h (rows): drop one version and leve a const variant that
3473         returns a RowList::iterator.
3474
3475 2003-03-31  Angus Leeming  <leeming@lyx.org>
3476
3477         * text.C (fill): ensure that the signature is the same as that in the
3478         header file.
3479
3480 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3481
3482         * text2.C (redoParagraphs): adjust
3483         (updateCounters): adjust
3484         (checkParagraph): adjust
3485         (getColumnNearX): adjust and reformat a bit.
3486
3487         * text.C (top_y): adjust
3488         (workWidth): adjust
3489         (leftMargin): adjust
3490         (prepareToPrint): adjust
3491         (getRow): adjust
3492         (getRowNearY): adjust
3493
3494         * lyxtext.h: make rowlist_ mutable.
3495
3496         * RowList.h: add const_iterator
3497         * RowList.C: adjust for RowList::const_iterator.
3498
3499         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3500         adjust.
3501
3502 2003-03-31  John Levon  <levon@movementarian.org>
3503
3504         * lyxrc.h:
3505         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3506
3507         * lyx_main.C: set default fonts from using lyx_gui funcs
3508
3509         * exporter.C: pdf_mode moved from lyxrc
3510
3511         * lyx_cb.C:
3512         * lyxfunc.C: changes from above
3513
3514 2003-03-31  John Levon  <levon@movementarian.org>
3515
3516         * lyx_main.C: fix to the last fix
3517
3518 2003-03-31  John Levon  <levon@movementarian.org>
3519
3520         * bufferlist.C: "Load original" -> "Load Original"
3521
3522         * converter.C:
3523         * exporter.C:
3524         * importer.C:
3525         * lyx_main.C:
3526         * format.C: more Alert cleanups
3527
3528 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3529
3530         * text2.C (removeParagraph): make it take a RowList::iterator as
3531         arg, adjust.
3532         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3533         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3534
3535         * text.C (anchor_row): make it take a RowList::iterator as arg,
3536         adjust.
3537         (computeBidiTables): make it take a const reference to Row instead
3538         of Row pointer, adjust.
3539         (leftMargin): make it take a RowList::iterator as arg, adjust.
3540         (rowBreakPoint): adjust
3541         (breakAgainOneRow): make it take a RowList::iterator as arg,
3542         adjust.
3543         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3544
3545         * bufferview_funcs.C (toggleAndShow): adjust
3546
3547 2003-03-30  John Levon  <levon@movementarian.org>
3548
3549         * Makefile.am:
3550         * BoostFormat.h:
3551         * boost-inst.C: moved to support
3552
3553         * several files: changes as a result
3554
3555 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3556
3557         * text2.C (LyXText): adjust.
3558         (init): adjust
3559         (removeRow): make it take a RowList::iterator as arg, adjust.
3560         (fullRebreak): adjust
3561         (deleteEmptyParagraphMechanism): adjust
3562         (clearPaint): adjust
3563         (postPaint): adjust
3564
3565         * text.C (top_y): adjust
3566         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3567         (breakAgain): make it take a RowList::iterator as arg, adjust.
3568         (breakParagraph): adjust
3569         (insertChar): adjust
3570         (backspace): adjust
3571
3572         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3573         need_break_row, and refresh_row.
3574
3575         * text3.C (dispatch): adjust
3576
3577         * text2.C (checkParagraph): adjust
3578         (setCursor): adjust
3579         (setCursorFromCoordinates): adjust
3580
3581         * text.C (top_y): adjust
3582         (workWidth): adjust
3583         (getRow): make it return a RowList::iterator, adjust
3584         (getRowNearY): make it return a RowList::iterator, adjust
3585
3586         * text2.C (init): adjust
3587         (insertRow): remove function
3588         (insertParagraph): adjust
3589         (redoParagraphs): adjust
3590         (fullRebreak): adjust
3591         (updateCounters): adjust
3592
3593         * text.C (top_y): rewrite to use RowList iterators.
3594         (top_y): adjust
3595         (setHeightOfRow): rewrite to sue RowList iterators.
3596         (appendParagraph): adjust
3597         (breakAgain): adjust
3598         (breakAgainOneRow): adjust
3599         (breakParagraph): adjust
3600         (getRow): adjust
3601         (getRowNearY): adjust, and remove commented code.
3602
3603         * lyxtext.h (firstRow): delete function
3604         (lastRow): delete function
3605         (rows): new function (const and non-const versions.)
3606         (insertRow): delete function
3607
3608         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3609
3610 2003-03-29  John Levon  <levon@movementarian.org>
3611
3612         * BufferView_pimpl.C: always update scrollbar top
3613         because pasting text when we're anchored could mean we
3614         miss an update altogether
3615
3616 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3617
3618         * text2.C (init): use rowlist_.end() and not 0.
3619         (insertRow): change to take a RowList::iterator as arg, adjust
3620         for this.
3621         (insertParagraph): change to take a RowList::iterator as arg,
3622         adjust for this.
3623         (redoParagraphs): remove some debug msgs.
3624
3625         * text.C (appendParagraph): change to take a RowList::iterator
3626         arg, adjust for this.
3627         (breakAgain): add an assert
3628         (breakAgainOneRow): ditto
3629
3630 2003-03-29  John Levon  <levon@movementarian.org>
3631
3632         * text2.C: do not clear selection after inc/decDepth
3633         (bug 550)
3634
3635 2003-03-29  John Levon  <levon@movementarian.org>
3636
3637         * BufferView.C:
3638         * buffer.C: fix broken strerrors according to Lars
3639
3640 2003-03-29  John Levon  <levon@movementarian.org>
3641
3642         * converters.C: more Alert cleanups
3643
3644 2003-03-29  John Levon  <levon@movementarian.org>
3645
3646         * bufferview_funcs.C: remove pointless Alert
3647
3648         * buffer.C: fix confusing error message when
3649         a template is chmoded 000
3650
3651 2003-03-29  John Levon  <levon@movementarian.org>
3652
3653         * BufferView.C:
3654         * BufferView.h:
3655         * BufferView_pimpl.C: Alert fixes
3656
3657         * Makefile.am:
3658         * tabular.C:
3659         * tabular-old.C: remove unused table compat reading
3660
3661 2003-03-29  John Levon  <levon@movementarian.org>
3662
3663         * BufferView.C:
3664         * buffer.C:
3665         * lyx_cb.h:
3666         * lyx_cb.C: more Alert cleanups
3667
3668         * lyxfunc.C: don't allow chktex if not latex document
3669
3670 2003-03-29  John Levon  <levon@movementarian.org>
3671
3672         * lyx_cb.C:
3673         * BufferView.C:
3674         * buffer.C: warnings pushed down from support/,
3675         kill err_alert
3676
3677 2003-03-29  John Levon  <levon@movementarian.org>
3678
3679         * lyxfunc.C: safety check for C-r (revert)
3680
3681 2003-03-29  John Levon  <levon@movementarian.org>
3682
3683         * bufferlist.h:
3684         * bufferlist.C: several UI fixes using Alert::prompt.
3685         Fix the pointless looping quit code. Fix stupid revert
3686         behaviour (bug 938)
3687
3688         * lyxvc.h:
3689         * lyxvc.C:
3690         * lyx_cb.C: use Alert::prompt
3691
3692         * lyx_main.C: remove a silly question
3693
3694         * lyxfunc.C: remove a couple of silly questions,
3695         use Alert::prompt
3696
3697 2003-03-28  John Levon  <levon@movementarian.org>
3698
3699         * text2.C: fix bug 974 (End on empty par)
3700
3701 2003-03-28  John Levon  <levon@movementarian.org>
3702
3703         * BufferView_pimpl.C:
3704         * LyXAction.C:
3705         * lfuns.h: remove do-nothing math greek lfuns
3706
3707 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3708
3709         * lyxgluelength.h (isValidGlueLength): add default arg on
3710         parameter 2. Remove default arg from friend in class.
3711
3712         * lyxlength.h (isValidLength): add default arg on parameter 2.
3713         Remove default arg from friend in class.
3714
3715         * text2.C (LyXText): adjust, initialize refresh_row.
3716         (init): adjust
3717         (removeRow): adjust
3718         (insertRow): adjust
3719         (insertParagraph): adjst
3720         (redoParagraphs): adjust
3721         (fullRebreak): adjust
3722         (updateCounters): adjust
3723         (deleteEmptyParagraphMechanism): first attempt at fixing a
3724         crashing bug.
3725
3726         * text.C (top_y): adjust
3727         (setHeightOfRow): adjust
3728         (getRow): adjust
3729         (getRowNearY): adjust
3730
3731         * lyxtext.h: include RowList.h
3732         (~LyXText): not needed anymore, deleted.
3733         (firstRow): modify for RowList
3734         (lastRow): new function
3735         Delete firstrow and lastrow class variables, add a Rowlist
3736         rowlist_ class variable.
3737
3738         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3739         paragraph is empty.
3740
3741         * RowList.C (insert): fix case where it == begin().
3742
3743 2003-03-26  Angus Leeming  <leeming@lyx.org>
3744
3745         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3746         the thesaurus dialog.
3747
3748 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3749
3750         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3751
3752         * RowList.[Ch]: new files
3753
3754         * ParagraphList.C (erase): handle the case where it == begin
3755         correctly.
3756
3757 2003-03-25  John Levon  <levon@movementarian.org>
3758
3759         * Makefile.am:
3760         * aspell_local.h:
3761         * aspell.C: add new aspell support
3762
3763         * lyxrc.h:
3764         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3765         have it accessible.
3766
3767 2003-03-25  Angus Leeming  <leeming@lyx.org>
3768
3769         * lfuns.h:
3770         * LyXAction.C (init): new LFUN_INSET_INSERT.
3771
3772         * BufferView_pimpl.C (dispatch): split out part of the
3773         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3774
3775         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3776         LFUN_INSET_APPLY.
3777
3778 2003-03-25  Angus Leeming  <leeming@lyx.org>
3779
3780         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3781
3782 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3783
3784         * text2.C:
3785         * text3.C: remove useless row->height(0)
3786
3787 2003-03-25  John Levon  <levon@movementarian.org>
3788
3789         * lyxtext.h:
3790         * text2.C:
3791         * text3.C: rename the refreshing stuff to better names
3792
3793 2003-03-24  John Levon  <levon@movementarian.org>
3794
3795         * BufferView_pimpl.h:
3796         * BufferView_pimpl.C: update layout choice on a mouse
3797         press/release
3798
3799 2003-03-23  John Levon  <levon@movementarian.org>
3800
3801         * Makefile.am: fix commandtags.h reference
3802
3803 2003-03-22  John Levon  <levon@movementarian.org>
3804
3805         * BufferView_pimpl.C:
3806         * lyxtext.h:
3807         * rowpainter.C:
3808         * rowpainter.h:
3809         * text.C:
3810         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3811
3812 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3813
3814         * lyxtext.h:
3815         * text.C: take the rtl methods out of line
3816
3817 2003-03-21 André Pönitz <poenitz@gmx.net>
3818
3819         * metricsinfo.[Ch]: new files containing structures to be passed around
3820         during the two-phase-drawing...
3821
3822 2003-03-21 André Pönitz <poenitz@gmx.net>
3823
3824         * lyxtextclass.C: read 'environment' tag.
3825
3826 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3827
3828         * text2.C (removeRow): fix bug 964
3829
3830 2003-03-20  John Levon  <levon@movementarian.org>
3831
3832         * rowpainter.C:
3833         * text.C:
3834         * text2.C: paint cleanups. Inset::update() dropped font
3835         parameter
3836
3837 2003-03-19  John Levon  <levon@movementarian.org>
3838
3839         * lyxfunc.C: only fitcursor/markDirty if available()
3840
3841 2003-03-19  John Levon  <levon@movementarian.org>
3842
3843         * commandtags.h: rename to ...
3844
3845         * lfuns.h: ... this, and renumber / cleanup
3846
3847 2003-03-19  John Levon  <levon@movementarian.org>
3848
3849         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3850         fit the cursor after an lfun
3851
3852         * BufferView.h:
3853         * BufferView.C:
3854         * BufferView_pimpl.h:
3855         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3856
3857         * LyXAction.C: layout-character should have ReadOnly
3858
3859         * ParagraphParameters.C:
3860         * buffer.C:
3861         * bufferview_funcs.C:
3862         * lyx_cb.C:
3863         * lyxfind.C:
3864         * lyxtext.h:
3865         * text.C:
3866         * text2.C:
3867         * text3.C:
3868         * undo_funcs.C: changes from above
3869
3870 2003-03-18  John Levon  <levon@movementarian.org>
3871
3872         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3873         remove it from update()
3874
3875         * lyxfunc.C: update layout choice after an lfun
3876
3877         * text3.C: remove extra updateLayoutChoice()s
3878
3879 2003-03-18  John Levon  <levon@movementarian.org>
3880
3881         * text.C: top_y change means full repaint, fix
3882         a drawing bug with cursor movement
3883
3884 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3885
3886         * lyxtext.h:
3887         * text.C:
3888         * text2.C: anchor row on setCursor
3889
3890 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3891
3892         * lyxtext.h: remove almost all mutable keywords
3893         * text.C:
3894         * text2.C:
3895         * text3.C: remove const keywords accordingly
3896
3897 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3898
3899         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3900         anon namespace
3901         (TeXEnvironment): ditto
3902         (TeXOnePar): ditto
3903
3904 2003-03-17  John Levon  <levon@movementarian.org>
3905
3906         * text.C (rowBreakPoint): remove attempt to fix displayed
3907         math insets inside a manual label
3908
3909 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3910
3911         * lyxtext.h: remove BufferView* as first arg from almost all class
3912         functions.
3913         * other files: adjust.
3914
3915 2003-03-17  John Levon  <levon@movementarian.org>
3916
3917         * lyxtext.h:
3918         * undo_funcs.C:
3919         * text2.C: more paint cleanups
3920
3921         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
3922
3923         * rowpainter.h:
3924         * rowpainter.C: remove "smart" background painting code
3925
3926 2003-03-16  John Levon  <levon@movementarian.org>
3927
3928         * lyxtext.h:
3929         * text.C:
3930         * text2.C:
3931         * text3.C: add helper functions for setting refresh_row/y
3932
3933 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
3934
3935         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
3936         newline inset which *can* get inserted in the pass_thru layouts.
3937         This is primarily for literate documents.
3938
3939 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
3940
3941         * buffer.C: increment LYX_FORMAT to 223
3942
3943 2003-03-14 André Pönitz <poenitz@gmx.net>
3944
3945         * textclass.h: prepare for environment handling, ws changes
3946         * lyxlayout.C: read latexheader and latexfooter tags
3947
3948 2003-03-14  John Levon  <levon@movementarian.org>
3949
3950         * text2.C: rewrite ::status() a bit
3951
3952 2003-03-13  John Levon  <levon@movementarian.org>
3953
3954         * lyxtext.h: add some docs
3955
3956 2003-03-13  John Levon  <levon@movementarian.org>
3957
3958         * lyxtext.h:
3959         * text.C:
3960         * text2.C:
3961         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
3962
3963 2003-03-13  John Levon  <levon@movementarian.org>
3964
3965         * text3.C: fix appendix redrawing
3966
3967 2003-03-13  John Levon  <levon@movementarian.org>
3968
3969         * text.C (setHeightOfRow):
3970         * rowpainter.h:
3971         * rowpainter.C: make appendix mark have the text
3972           "Appendix" so the user knows what it is
3973
3974         * LColor.h:
3975         * LColor.C: s/appendixline/appendix/ from above
3976
3977 2003-03-13  John Levon  <levon@movementarian.org>
3978
3979         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
3980
3981         * text.C: fix a getChar(pos) bug properly
3982
3983 2003-03-13  Angus Leeming  <leeming@lyx.org>
3984
3985         * commandtags.h:
3986         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
3987         Probably only temporary. Let's see how things pan out.
3988
3989         * BufferView.C (unlockInset):
3990         * BufferView_pimpl.C (fitCursor):
3991         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
3992
3993         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
3994         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
3995
3996         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
3997         new functions that convert ParagraphParameters to and from a string.
3998
3999         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4000         BufferView::Pimpl's dispatch.
4001         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4002
4003 2003-03-13 André Pönitz <poenitz@gmx.net>
4004
4005         * lyxfunc.C:
4006         * text3.C:
4007         * factory.C: make it aware of InsetEnv
4008
4009 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4010
4011         * text2.C (setCursor): never ask for one past last
4012         (setCursor): add some debugging messages.
4013
4014         * text.C (singleWidth): never ask for one past last
4015         (singleWidth): ditto
4016         (leftMargin): ditto
4017         (rightMargin): ditto
4018         (rowBreakPoint): ditto
4019         (setHeightOfRow): ditto
4020         (prepareToPrint): ditto
4021
4022         * rowpainter.C (paintBackground): never ask for one past last
4023         (paintText): never ask for one past last
4024
4025         * paragraph_pimpl.C (getChar): make the assert stricter, never
4026         allow the one past last pos to be taken
4027
4028         * paragraph.C (getChar): ws changes only
4029
4030         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4031         (numberOfSeparators): ditto
4032         (numberOfHfills): ditto
4033
4034 2003-03-12  John Levon  <levon@movementarian.org>
4035
4036         * author.h:
4037         * author.C:
4038         * bufferparams.h:
4039         * bufferparams.C:
4040         * paragraph_funcs.C: fix per-buffer authorlists
4041
4042 2003-03-12  John Levon  <levon@movementarian.org>
4043
4044         * text.C: fix newline in right address
4045
4046 2003-03-12  Angus Leeming  <leeming@lyx.org>
4047
4048         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4049         duplicate those in LyXFunc::dispatch.
4050
4051         * commandtags.h:
4052         * LyXAction.C:
4053         * ToolbarDefaults.C:
4054         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4055         Add LFUN_FONTFREE_UPDATE.
4056
4057         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4058         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4059
4060         * bufferview_func.[Ch]: several new functions to facilliate
4061         transfer of data to and from the character dialog.
4062
4063 2003-03-12  John Levon  <levon@movementarian.org>
4064
4065         * buffer.C:
4066         * paragraph.h:
4067         * paragraph.C:
4068         * paragraph_funcs.C:
4069         * paragraph_pimpl.C:
4070         * sgml.C:
4071         * tabular.C:
4072         * text.C:
4073         * text3.C: remove META_NEWLINE in favour of an inset
4074
4075         * rowpainter.h:
4076         * rowpainter.C: remove paintNewline (done by inset)
4077
4078 2003-03-12  John Levon  <levon@movementarian.org>
4079
4080         * paragraph_pimpl.C: complain about bad getChar()s
4081         for a while at least
4082
4083 2003-03-12  John Levon  <levon@movementarian.org>
4084
4085         * buffer.h:
4086         * buffer.C: move paragraph read into a separate function,
4087         a little renaming to reflect that.
4088
4089         * bufferparams.h:
4090         * bufferparams.C: remove the author_ids map, not necessary now
4091
4092         * factory.h:
4093         * factory.C: moved Buffer::readInset to here
4094
4095         * paragraph_funcs.h:
4096         * paragraph_funcs.C: readParagraph free function moved from
4097         buffer.C
4098
4099         * tabular.C: name change
4100
4101 2003-03-12  John Levon  <levon@movementarian.org>
4102
4103         * buffer.C:
4104         * ParagraphParameters.C: move par params input to
4105         a read() method
4106
4107         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4108         behave like a normal read from the stream wrt reading
4109         a line vs. a \\token
4110
4111 2003-03-12  John Levon  <levon@movementarian.org>
4112
4113         * paragraph.C:
4114         * ParagraphParameters.h:
4115         * ParagraphParameters.C: move output code to a
4116         ::write() method
4117
4118 2003-03-12  John Levon  <levon@movementarian.org>
4119
4120         * BufferView.C (insertLyXFile):
4121         * buffer.h:
4122         * buffer.C:
4123         * tabular.C: use a parlist iterator for creating the
4124           document.
4125
4126 2003-03-12  John Levon  <levon@movementarian.org>
4127
4128         * buffer.C: make current_change static local not
4129           static file-scope
4130
4131 2003-03-12  John Levon  <levon@movementarian.org>
4132
4133         * buffer.C: fix insertStringAsLines for change tracking
4134
4135 2003-03-12  John Levon  <levon@movementarian.org>
4136
4137         * BufferView.C:
4138         * tabular.C:
4139         * buffer.h:
4140         * buffer.C:
4141         * bufferparams.h:
4142         * bufferparams.C: move author list into params. Rename some
4143           functions. Move the header reading into a separate token
4144           loop. Move the header token reading into BufferParams.
4145
4146 2003-03-12  John Levon  <levon@movementarian.org>
4147
4148         * changes.C: put debug inside lyxerr.debugging() checks
4149
4150 2003-03-11 André Pönitz <poenitz@gmx.net>
4151
4152         * factory.C: make it aware of InsetHFill
4153
4154 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4155
4156         * buffer.C (latexParagraphs): move function from here...
4157         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4158         args.
4159
4160 2003-03-10  Angus Leeming  <leeming@lyx.org>
4161
4162         * LyXAction.C (init): fix bug in poplating array with multiple entries
4163         with the same LFUN (spotted by JMarc).
4164
4165 2003-03-10  John Levon  <levon@movementarian.org>
4166
4167         * text.C:
4168         * text2.C: move getColumnNearX() near its
4169         only call site
4170
4171 2003-03-10  John Levon  <levon@movementarian.org>
4172
4173         * text.C: fix break before a minipage
4174
4175 2003-03-10  John Levon  <levon@movementarian.org>
4176
4177         * text.C: fix the last commit
4178
4179 2003-03-09  John Levon  <levon@movementarian.org>
4180
4181         * lyxtext.h:
4182         * text.C:
4183         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4184         bug 365 (don't break before insets unless needed). Don't
4185         return a value > last under any circumstances.
4186
4187 2003-03-09  Angus Leeming  <leeming@lyx.org>
4188
4189         * BufferView_pimpl.C (trackChanges, dispatch): call
4190         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4191
4192 2003-03-09  Angus Leeming  <leeming@lyx.org>
4193
4194         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4195         than Dialogs::showAboutlyx().
4196
4197 2003-03-09  Angus Leeming  <leeming@lyx.org>
4198
4199         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4200         than Dialogs::showTabularCreate().
4201
4202 2003-03-09  John Levon  <levon@movementarian.org>
4203
4204         * lyxtext.h:
4205         * text.C:
4206         * text2.C: 3rd arg to nextBreakPoint was always the same.
4207           Use references.
4208
4209 2003-03-08  John Levon  <levon@movementarian.org>
4210
4211         * lyxrow.C:
4212         * paragraph.C:
4213         * paragraph.h:
4214         * rowpainter.C:
4215         * text.C:
4216         * text2.C: Remove the "main" bit from the "main body"
4217           notion.
4218
4219 2003-03-08  John Levon  <levon@movementarian.org>
4220
4221         * text.C (leftMargin): The left margin of an empty
4222         manual label paragraph should not include the label width
4223         string length.
4224
4225         * text.C (prepareToPrint): don't attempt to measure hfills
4226         for empty manual label paragraphs - the answer should be 0
4227
4228 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4229
4230         * CutAndPaste.C: remove commented code and reindent.
4231
4232 2003-03-08  John Levon  <levon@movementarian.org>
4233
4234         * lyxfunc.h:
4235         * lyxfunc.C: move reloadBuffer()
4236
4237         * BufferView.h:
4238         * BufferView.C: to here
4239
4240         * lyxvc.C: add comment
4241
4242         * vc-backend.h:
4243         * vc-backend.C: call bv->reload() to avoid
4244           getStatus() check on MENURELOAD
4245
4246 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4247
4248         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4249         to an old format .dep file.
4250
4251 2003-03-07  Angus Leeming  <leeming@lyx.org>
4252
4253         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4254         when the LFUN_MOUSE_RELEASE should have been handled by
4255         inset->localDispatch.
4256
4257 2003-03-07  Angus Leeming  <leeming@lyx.org>
4258
4259         * BufferView_pimpl.C (dispatch):
4260         * LyXAction.C (init):
4261         * ToolbarDefaults.C (init):
4262         * commandtags.h:
4263         * lyxfunc.C (getStatus):
4264         remove LFUN_INSET_GRAPHICS.
4265
4266         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4267
4268 2003-03-07  Angus Leeming  <leeming@lyx.org>
4269
4270         * commandtags.h:
4271         * LyXAction.C (init):
4272         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4273
4274         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4275
4276         * commandtags.h:
4277         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4278
4279         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4280         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4281
4282 2003-03-07  Angus Leeming  <leeming@lyx.org>
4283
4284         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4285         remove "ert".
4286
4287 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4288
4289         * ParagraphList.C (front): new function
4290         (back): implement
4291
4292 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4293
4294         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4295         and top_row_offset_. removed var first_y.
4296         * text.C (top_y):
4297         * text2.C (LyXText, removeRow):
4298         * text3.C:
4299         * BufferView_pimpl.C:
4300         use these methods instead of using first_y
4301
4302 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4303
4304         * text2.C (pasteSelection): adjust for checkPastePossible
4305
4306         * CutAndPaste.C: remove Paragraph * buf and replace with
4307         ParagraphList paragraphs.
4308         (DeleteBuffer): delete
4309         (cutSelection): change the tc type to textclass_type
4310         (copySelection): change the tc type to textclass_type
4311         (copySelection): adjust for ParagraphList
4312         (pasteSelection): change the tc type to textclass_type
4313         (pasteSelection): adjust for Paragraphlist
4314         (nrOfParagraphs): simplify for ParagraphList
4315         (checkPastePossible): simplify for ParagraphList
4316         (checkPastePossible): remove unused arg
4317
4318         * ParagraphList.C (insert): handle the case where there are no
4319         paragraphs yet.
4320
4321         * CutAndPaste.h: make CutAndPaste a namespace.
4322
4323         * text3.C (dispatch): adjust
4324
4325         * text.C (breakParagraph): add a ParagraphList as arg
4326
4327         * paragraph_funcs.C (breakParagraph): change to take a
4328         BufferParams and a ParagraphList as args.
4329         (breakParagraphConservative): ditto
4330         (mergeParagraph): ditto
4331         (TeXDeeper): add a ParagraphList arg
4332         (TeXEnvironment): ditto
4333         (TeXOnePar): ditto
4334
4335         * buffer.C (readLyXformat2): adjust
4336         (insertStringAsLines): adjust
4337         (latexParagraphs): adjust
4338
4339         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4340         (cutSelection): adjust
4341         (pasteSelection): adjust
4342
4343         * BufferView_pimpl.C (insertInset): adjust
4344
4345 2003-03-05  Angus Leeming  <leeming@lyx.org>
4346
4347         * commandtags.h:
4348         * LyXAction.C (init):
4349         * BufferView_pimpl.C (dispatch):
4350         * lyxfunc.C (getStatus):
4351         remove LFUN_CHILD_INSERT.
4352
4353         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4354
4355 2003-03-05  Angus Leeming  <leeming@lyx.org>
4356
4357         * commandtags.h:
4358         * LyXAction.C (init):
4359         * src/factory.C (createInset):
4360         * lyxfunc.C (getStatus):
4361         * text3.C (dispatch):
4362         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4363
4364         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4365
4366 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4367
4368         * ParagraphList.C (insert): handle insert right before end()
4369         (erase): fix cases where it can be first or last paragraph.
4370
4371 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4372
4373         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4374         Paragraph::next and Paragraph::previous
4375         (TeXOnePar): ditto
4376
4377         * text.C (breakParagraph): adjust
4378
4379         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4380         BufferParams& as arg.
4381         (breakParagraph): use ParagraphList::insert
4382         (breakParagraphConservative): take a Buffer* instead of a
4383         BufferParams& as arg.
4384         (breakParagraphConservative): use ParagraphList::insert.
4385
4386         * buffer.C (insertStringAsLines): un-const it
4387         (insertStringAsLines): adjust
4388
4389         * ParagraphList.C (insert): new function
4390
4391         * CutAndPaste.C (pasteSelection): adjust
4392
4393         * text.C (backspace): adjust
4394
4395         * tabular.C (SetMultiColumn): adjust
4396
4397         * CutAndPaste.C (cutSelection): adjust
4398         (pasteSelection): adjust
4399
4400         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4401         Buffer const * as arg
4402
4403         * ParagraphList.C (erase): new function
4404         * paragraph_funcs.C (mergeParagraph): use it
4405         (mergeParagraph): make it take a Buffer* instead of a
4406         BufferParams* as arg
4407
4408         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4409         as arg
4410         (breakParagraphConservative): ditto
4411
4412         * paragraph.h: remove the breakParagraph friend
4413
4414         * paragraph.C (eraseIntern): new function
4415         (setChange): new function
4416
4417         * paragraph_funcs.C (mergeParagraph): make it take a
4418         ParagraphList::iterator instead of a Paragraph *, adjust
4419         accordingly.
4420
4421         * paragraph.h: move an #endif so that the change tracking stuff
4422         also works in the NO_NEXT case.
4423
4424 2003-03-04  Angus Leeming  <leeming@lyx.org>
4425
4426         * commandtags.h:
4427         * LyXAction.C: new LFUN_INSET_MODIFY.
4428
4429         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4430         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4431
4432 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4433
4434         * several files: ws changes only
4435
4436         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4437         (TeXEnvironment): ditto
4438         (TeXDeeper): ditto
4439
4440         * buffer.C (makeLaTeXFile): adjust
4441         (latexParagraphs): make it take ParagraphList::iterator as args
4442
4443 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4444
4445         * buffer.C (latexParagraphs): adjust
4446
4447         * paragraph.C (TeXOnePar): move function...
4448         (optArgInset): move function...
4449         (TeXEnvironment): move function...
4450         * paragraph_pimpl.C (TeXDeeper): move function...
4451         * paragraph_funcs.C: ...here
4452
4453         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4454
4455 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4456
4457         * buffer.C (readInset): remove compability code for old Figure and
4458         InsetInfo insets
4459
4460 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4461
4462         * buffer.C: ws changes
4463         (readInset):
4464
4465         * BufferView_pimpl.C: ditto
4466         * author.C: ditto
4467         * buffer.h: ditto
4468         * bufferlist.h: ditto
4469         * changes.h: ditto
4470         * lyxfunc.C: ditto
4471
4472 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4473
4474         * converter.[Ch]: split into itself +
4475         * graph.[Ch]
4476         * format.[Ch]
4477         * Makefile.am: += graph.[Ch] + format.[Ch]
4478         * MenuBackend.C
4479         * buffer.C
4480         * exporter.C
4481         * importer.C
4482         * lyx_main.C
4483         * lyxfunc.C
4484         * lyxrc.C: added #include "format.h"
4485
4486 2003-02-27  Angus Leeming  <leeming@lyx.org>
4487
4488         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4489           a label.
4490
4491         * factory.C (createInset): add "label" to the factory.
4492
4493         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4494           string and do no more.
4495
4496 2003-02-27  Angus Leeming  <leeming@lyx.org>
4497
4498         * commandtags.h:
4499         * LyXAction.C (init):
4500         * factory.C (createInset):
4501         * BufferView_pimpl.C (dispatch):
4502           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4503
4504         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4505
4506         * lyxfunc.C (dispatch):
4507         * text3.C (dispatch): pass name to params2string.
4508
4509 2003-02-26  Angus Leeming  <leeming@lyx.org>
4510
4511         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4512           blocks together.
4513           Rearrange the ~includes. Strip out the unnecessary ones.
4514
4515         * factory.C (createInset): reformat.
4516           create new insets for the various LFUN_XYZ_APPLY lfuns.
4517
4518 2003-02-26  John Levon  <levon@movementarian.org>
4519
4520         * lyxrow.h:
4521         * lyxrow.C: add isParStart,isParEnd helpers
4522
4523         * paragraph.h: make isInserted/DeletedText take refs
4524
4525         * paragraph_funcs.h:
4526         * paragraph_funcs.C: remove #if 0'd code
4527
4528         * lyxtext.h:
4529         * text3.C:
4530         * text2.C:
4531         * text.C: use lyxrow helpers above.
4532           Move draw and paint routines to RowPainter.
4533           Make several methods use refs not pointers.
4534           Make backgroundColor() const.
4535           Add markChangeInDraw(), isInInset().
4536           Merge changeRegionCase into changeCase.
4537           Make workWidth() shouldn't-happen code into an Assert.
4538
4539         * rowpainter.h:
4540         * rowpainter.C: new class for painting a row.
4541
4542         * vspace.h:
4543         * vspace.C: make inPixels take a ref
4544
4545 2003-02-26  Angus Leeming  <leeming@lyx.org>
4546
4547         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4548         LFUN_REF_APPLY.
4549
4550 2003-02-25  John Levon  <levon@movementarian.org>
4551
4552         * ispell.C: give the forked command a more accurate name
4553
4554 2003-02-22  John Levon  <levon@movementarian.org>
4555
4556         * toc.h:
4557         * toc.C: make TocItem store an id not a Paragraph *
4558           (bug #913)
4559
4560 2003-02-21  Angus Leeming  <leeming@lyx.org>
4561
4562         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4563           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4564           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4565           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4566           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4567           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4568
4569         * BufferView_pimpl.C (dispatch):
4570         * LyXAction.C (init):
4571         * factory.C (createInset):
4572         * lyxfunc.C (getStatus, dispatch):
4573         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4574
4575 2003-02-21  Angus Leeming  <leeming@lyx.org>
4576
4577         * BufferView_pimpl.C (MenuInsertLyXFile):
4578         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4579         * lyxfunc.C (menuNew, open, doImport):
4580           no longer pass a LyXView & to fileDlg.
4581
4582 2003-02-21  Angus Leeming  <leeming@lyx.org>
4583
4584         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4585         * LyXAction.C: change, BIBKEY to BIBITEM.
4586         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4587         Change InsetBibKey to InsetBibitem.
4588         Change BIBKEY_CODE to BIBITEM_CODE.
4589         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4590         * factory.C: replace insetbib.h with insetbibitem.h.
4591         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4592         * paragraph.C: replace insetbib.h with insetbibitem.h.
4593         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4594         Change bibkey() to bibitem().
4595         * text.C: remove insetbib.h.
4596         * text2.C: replace insetbib.h with insetbibitem.h.
4597         change bibkey() to bibitem().
4598         * text3.C: remove insetbib.h.
4599         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4600
4601 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4602
4603         * lyxrc.C (output): enclose user email in quotes (in case there are
4604         several words)
4605
4606 2003-02-18  John Levon  <levon@movementarian.org>
4607
4608         * buffer.h: add std::
4609
4610 2003-02-17  John Levon  <levon@movementarian.org>
4611
4612         * SpellBase.h:
4613         * ispell.h:
4614         * ispell.C:
4615         * pspell.h:
4616         * pspell.C: reworking. Especially in ispell, a large
4617           number of clean ups and bug fixes.
4618
4619         * lyxfunc.C: fix revert to behave sensibly
4620
4621 2003-02-17 André Pönitz <poenitz@gmx.net>
4622
4623         * LyXAction.C:
4624         * commandtags.h: new LFUN_INSERT_BIBKEY
4625
4626         * layout.h:
4627         * lyxlayout.C:
4628         * buffer.C:
4629         * factory.C:
4630         * text.C:
4631         * text2.C:
4632         * text3.C:
4633         * paragraph.[Ch]:
4634         * paragraph_func.C: remove special bibkey handling
4635
4636 2003-02-17  John Levon  <levon@movementarian.org>
4637
4638         * text.C (Delete): fix case where delete at the end of
4639           the very first paragraph would not merge the pars
4640
4641 2003-02-17  John Levon  <levon@movementarian.org>
4642
4643         * lyxrow.C: fix lastPrintablePos()
4644
4645 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4646
4647         * bufferparams.C (writeLaTeX): add a std:here
4648
4649         * buffer.C: and remove a using directive there
4650
4651 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4652
4653         * buffer.C (makeLaTeXFile): move the code that generates the
4654           preamble...
4655
4656         * bufferparams.C (writeLaTeX): ... in this new method
4657
4658         * LaTeXFeatures.C (getEncodingSet): make const
4659           (getLanguages): make const
4660
4661         * MenuBackend.C (binding): returns the binding associated to this
4662           action
4663           (add): sets the status of each item by calling getStatus. Adds
4664           some intelligence.
4665           (read): add support for OptSubMenu
4666           (expand): remove extra separator at the end of expanded menu
4667
4668 2003-02-15  John Levon  <levon@movementarian.org>
4669
4670         * BufferView.C:
4671         * BufferView_pimpl.C:
4672         * bufferlist.h:
4673         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4674           inset code that had no actual effect. Remove unneeded status
4675           code.
4676
4677 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4678
4679         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4680           in preamble
4681
4682 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4683
4684         * text.C (drawLengthMarker): also draw an arrow marker for
4685           symbolic lengths (medskip...)
4686
4687 2003-02-14  John Levon  <levon@movementarian.org>
4688
4689         * tabular.h:
4690         * tabular.C: better method names
4691
4692 2003-02-14  John Levon  <levon@movementarian.org>
4693
4694         * BufferView_pimpl.C:
4695         * bufferlist.C:
4696         * buffer.C:
4697         * converter.C:
4698         * lyx_cb.C:
4699         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4700           it's a more accurate name. Remove some pointless uses.
4701
4702 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4703
4704         * text2.C (LyXText): change order of initilizers to shut off
4705           warnings
4706
4707 2003-02-14  John Levon  <levon@movementarian.org>
4708
4709         * buffer.C: use ParIterator for getParFromID()
4710
4711         * paragraph.h:
4712         * paragraph.C:
4713         * paragraph_pimpl.h:
4714         * paragraph_pimpl.C: remove unused getParFromID()
4715
4716 2003-02-14  John Levon  <levon@movementarian.org>
4717
4718         * buffer.C: remove some very old #if 0'd parse code
4719
4720 2003-02-13  John Levon  <levon@movementarian.org>
4721
4722         * text.h:
4723         * text.C:
4724         * text2.C: move hfillExpansion(), numberOfSeparators(),
4725           rowLast(), rowLastPrintable(), numberofHfills(),
4726           numberOfLabelHfills() ...
4727
4728         * lyxrow.h:
4729         * lyxrow.C: ... to member functions here.
4730
4731         * paragraph.h:
4732         * paragraph.C:
4733         * lyxtext.h:
4734         * text.C: remove LyXText::beginningOfMainBody(), and call
4735           p->beginningOfMainBody() directly. Move the check for
4736           LABEL_MANUAL into the latter.
4737
4738         * text.h:
4739         * text.C:
4740         * text2.C:
4741         * vspace.C:
4742         * BufferView.h:
4743         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4744
4745         * text.h:
4746         * text.C:
4747         * text2.C:
4748         * text3.C:
4749         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4750           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4751
4752 2003-02-13  John Levon  <levon@movementarian.org>
4753
4754         * CutAndPaste.C: remove debug
4755
4756 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4757
4758         * paragraph.C (asString): remove two unused variables
4759
4760         * lyxtextclass.C (readTitleType):
4761           (Read):
4762           (LyXTextClass): handle new members titletype_ and titlename_
4763
4764         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4765
4766 2003-02-09  John Levon  <levon@movementarian.org>
4767
4768         * buffer.h:
4769         * buffer.C: replace hand-coded list with a map for the dep clean
4770
4771 2003-02-08  John Levon  <levon@movementarian.org>
4772
4773         * LaTeX.C: consolidate code into showRunMessage() helper
4774
4775 2003-02-08  John Levon  <levon@movementarian.org>
4776
4777         * lyxfind.C:
4778         * lyxtext.h:
4779         * text2.C:
4780         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4781           and pass the size in explicitly
4782
4783         * BufferView_pimpl.h:
4784         * BufferView_pimpl.C:
4785         * BufferView.h:
4786         * BufferView.C: add getCurrentChange()
4787
4788         * BufferView_pimpl.h:
4789         * BufferView_pimpl.C: handle change lfuns
4790
4791         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4792           for changes. Mark pasted paragraphs as new.
4793
4794         * support/lyxtime.h:
4795         * support/lyxtime.C:
4796         * DepTable.C: abstract time_t as lyx::time_type
4797
4798         * LColor.h:
4799         * LColor.C: add colours for new text, deleted text, changebars
4800
4801         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4802           package use "usenames" option.
4803
4804         * commandtags.h:
4805         * lyxfunc.C:
4806         * LyXAction.C: add change lfuns
4807
4808         * Makefile.am:
4809         * author.h:
4810         * author.C: author handling
4811
4812         * buffer.h:
4813         * buffer.C: add a per-buffer author list, with first entry as
4814           current author. Handle new .lyx tokens for change tracking. Output
4815           author list to .lyx file. Output dvipost stuff to .tex preamble.
4816           Bump lyx format to 222.
4817
4818         * bufferlist.h:
4819         * bufferlist.C: add setCurrentAuthor() to reset current author details
4820           in all buffers.
4821
4822         * bufferparams.h:
4823         * bufferparams.C: add param for tracking
4824
4825         * bufferview_funcs.C: output change info in minibuffer
4826
4827         * Makefile.am:
4828         * changes.h:
4829         * changes.C: add change-tracking structure
4830
4831         * debug.h:
4832         * debug.C: add CHANGES debug flag
4833
4834         * lyxfind.h:
4835         * lyxfind.C: add code for finding the next change piece
4836
4837         * lyxrc.h:
4838         * lyxrc.C: add user_name and user_email
4839
4840         * lyxrow.h:
4841         * lyxrow.C: add a metric for the top of the text line
4842
4843         * lyxtext.h:
4844         * text.C: implement accept/rejectChange()
4845
4846         * lyxtext.h:
4847         * text.C: paint changebars. Paint new/deleted text in the chosen
4848         colours. Strike through deleted text.
4849
4850         * paragraph.h:
4851         * paragraph.C:
4852         * paragraph_pimpl.h:
4853         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4854           in the current change to the insert functions. Rework erase to
4855           mark text as deleted, adding an eraseIntern() and a range-based
4856           erase(). Implement per-paragraph change lookup and
4857           accept/reject.
4858
4859         * paragraph_funcs.C: Fixup paste for change tracking.
4860
4861         * tabular.C: mark added row/columns as new.
4862
4863         * text.C: fix rowLast() to never return -1. Don't allow
4864           spellchecking of deleted text. Track transpose changes. Don't
4865           allow paragraph break or merge where appropriate.
4866
4867         * text2.C: leave cursor at end of selection after a cut.
4868
4869 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4870
4871         * text.C (getLengthMarkerHeight):
4872         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4873         visible on screen too.
4874
4875 2003-02-07  John Levon  <levon@movementarian.org>
4876
4877         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4878
4879 2003-02-05  Angus Leeming  <leeming@lyx.org>
4880
4881         * lyxserver.C (read_ready): revert my patch of 11 September last year
4882         as it sends PC cpu through the roof. Presumably this means that
4883         the lyxserver will no longer run on an Alpha...
4884
4885 2003-01-30  Angus Leeming  <leeming@lyx.org>
4886
4887         * factory.C (createInset): create an InsetCommandParam of type "index"
4888         and use it to 'do the right thing'.
4889
4890         * text2.C (getStringToIndex): ensure that cursor position is always
4891         reset to the reset_cursor position.
4892
4893 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4894
4895         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4896         disabled.
4897
4898 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4899
4900         * bufferview.C:
4901         * lyxcb.C:
4902         * lyxfunc.C: Output messages with identical spelling, punctuation,
4903         and spaces
4904
4905 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4906
4907         * MenuBackend.C (expandFormats): List only viewable export formats
4908         in "View" menu
4909
4910         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
4911         message
4912
4913         * lyxfunc.C (getStatus): Make sure that formats other than
4914         "fax" can also be disabled
4915
4916 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4917
4918         * text3.C (dispatch): put the lfuns that insert insets in 3
4919         groups, and call doInsertInset with appropriate arguments.
4920         (doInsertInset): new function, that creates an inset and inserts
4921         it according to some boolean parameters.
4922
4923 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4924
4925         * buffer.C (readFile): remember to pass on 'par' when calling
4926         readFile recursively.
4927
4928 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4929
4930         * MenuBackend.C (expandFormats): add "..." to import formats.
4931
4932 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4933
4934         * paragraph.C (asString): Remove XForms RTL hacks.
4935
4936 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
4937         * buffer.C: fix typo
4938
4939 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4940
4941         * Makefile.am (LIBS): delete var
4942         (lyx_LDADD): add @LIBS@ here instead.
4943
4944 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
4945
4946         * Clarify the meaning of "wheel mouse jump"
4947
4948 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4949
4950         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
4951         tabular in a float
4952
4953 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4954
4955         * importer.C (Loaders): do not preallocate 3 elements in the
4956         vector, since one ends up with 6 elements otherwise
4957
4958 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4959
4960         * DepTable.C (write): write the file name as last element of the
4961         .dep file (because it may contain spaces)
4962         (read): read info in the right order
4963
4964 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4965
4966         * paragraph_pimpl.C (simpleTeXBlanks):
4967         (simpleTeXSpecialChars):
4968         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
4969
4970         * tabular.C (latex): add some missing case statements. Reindent.
4971
4972         * MenuBackend.C (expandToc): remove unused variable.
4973
4974 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4975
4976         * LColor.C:
4977         * LaTeX.C:
4978         * LyXAction.C:
4979         * MenuBackend.C:
4980         * buffer.C:
4981         * exporter.C:
4982         * lyxfunc.C:
4983         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
4984         and the like.
4985
4986 2003-01-05  John Levon  <levon@movementarian.org>
4987
4988         * BufferView.h:
4989         * BufferView.C: add getEncoding()
4990
4991         * kbsequence.h:
4992         * kbsequence.C: do not store last keypress
4993
4994         * lyxfunc.h:
4995         * lyxfunc.C: store last keypress here instead. Pass encoding
4996           to getISOEncoded()
4997
4998 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4999
5000         * lyx_main.C (init): remove annoying error message when following
5001         symbolic links (bug #780)
5002
5003 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5004
5005         * text.C (insertChar):
5006         * lyxrc.C (getDescription): remove extra spaces
5007
5008 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5009
5010         * lyxrc.C (getDescription): remove extra spaces
5011
5012 2002-12-20  John Levon  <levon@movementarian.org>
5013
5014         * text3.C: hack fix for page up/down across tall rows
5015
5016 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5017
5018         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5019         not been invoked
5020
5021 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5022
5023         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5024         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5025         thesaurus is not compiled in
5026
5027 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5028
5029         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5030
5031 2002-12-16  Angus Leeming  <leeming@lyx.org>
5032
5033         * lyxrc.[Ch]:
5034         * lyx_main.C (init): remove override_x_deadkeys stuff.
5035
5036 2002-12-12  John Levon  <levon@movementarian.org>
5037
5038         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5039           insert. Only remove shift modifier under strict
5040           circumstances.
5041
5042 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5043
5044         * MenuBackend.C (expandToc): fix crash.
5045
5046 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5047
5048         * MenuBackend.C (expandToc): gettext on float names.
5049
5050 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5051
5052         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5053         implement bool empty() [bug 490]
5054
5055 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5056
5057         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5058
5059 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5060
5061         * several files: ws changes
5062
5063 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5064
5065         * text2.C (setCounter): clean up a bit, use boost.format.
5066         (updateCounters): initialize par upon declaration.
5067
5068         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5069         if the layout exists. We do not just store the layout any more.
5070         (SwitchLayoutsBetweenClasses): use boost.format
5071
5072 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5073
5074         * converter.C (convert): if from and to files are the same, use a
5075         temporary files as intermediary
5076
5077 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5078
5079         * commandtags.h:
5080         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5081
5082 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5083
5084         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5085
5086 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5087
5088         * tabular.C (asciiPrintCell): use string(size, char) instead of
5089         explicit loop.
5090
5091         * sgml.C (openTag): fix order of arguments to string constructor
5092         (closeTag): ditto
5093
5094         * lyxfunc.C (dispatch): use boost.format
5095
5096         * lots of files: change "c" -> 'c'
5097
5098 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5099
5100         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5101
5102 2002-11-25  Angus Leeming  <leeming@lyx.org>
5103
5104         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5105
5106         * lyx_main.C (init): compile fix.
5107
5108 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5109
5110         * lyx_cb.C (start): boost.formatify
5111         do not include <iostream>
5112
5113         * lengthcommon.C: ws only
5114
5115         * boost-inst.C,BoostFormat.h: add more explict instantations
5116
5117 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5118
5119         * lots of files: handle USE_BOOST_FORMAT
5120
5121 2002-11-21  John Levon  <levon@movementarian.org>
5122
5123         * pspell.C: fix compile
5124
5125 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5126
5127         * lyxfunc.C (dispatch): use boost::format
5128         (open): ditto
5129         (doImport): ditto
5130
5131         * lyxfont.C (stateText): use boost::format
5132
5133         * lyx_main.C (LyX): use boost::format
5134         (init): ditto
5135         (queryUserLyXDir): ditto
5136         (readRcFile): ditto
5137         (parse_dbg): ditto
5138         (typedef boost::function): use the recommened syntax.
5139
5140         * importer.C (Import): use boost::format
5141
5142         * debug.C (showLevel): use boost::format
5143
5144         * converter.C (view): use boost::format
5145         (convert): ditto
5146         (move): ditto
5147         (scanLog): ditto
5148
5149         * bufferview_funcs.C (currentState): use boost::format
5150
5151         * bufferlist.C (emergencyWrite): use boost::format
5152
5153         * buffer.C (readLyXformat2): use boost::format
5154         (parseSingleLyXformat2Token): ditto
5155
5156         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5157
5158         * LaTeX.C (run): use boost::format
5159
5160         * Chktex.C (scanLogFile): use boost::format
5161
5162         * BufferView_pimpl.C (savePosition): use boost::format
5163         (restorePosition): ditto
5164         (MenuInsertLyXFile): ditto
5165
5166         * BoostFormat.h: help file for explicit instation.
5167
5168 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5169
5170         * tabular.C (latex): Support for block alignment in fixed width
5171         columns.
5172
5173 2002-11-17  John Levon  <levon@movementarian.org>
5174
5175         * BufferView_pimpl.C:
5176         * lyx_cb.C:
5177         * lyxfunc.C: split filedialog into open/save
5178
5179 2002-11-08  Juergen Vigna  <jug@sad.it>
5180
5181         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5182         by my last patch (hopefully).
5183
5184 2002-11-08  John Levon  <levon@movementarian.org>
5185
5186         * iterators.h:
5187         * iterators.C:
5188         * buffer.h:
5189         * buffer.C:
5190         * paragraph.h:
5191         * paragraph.C:
5192         * toc.h:
5193         * toc.C: ParConstIterator, and use it (from Lars)
5194
5195 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5196
5197         * lyxtextclass.[Ch]: revise and add doxygen comments
5198
5199 2002-11-07  John Levon  <levon@movementarian.org>
5200
5201         * text.C: fix progress value for spellchecker
5202
5203         * toc.C: fix navigate menu for insetwrap inside minipage
5204
5205         * paragraph_funcs.C: added FIXME for suspect code
5206
5207 2002-11-07  John Levon  <levon@movementarian.org>
5208
5209         * BufferView_pimpl.C: fix redrawing of insets
5210           on buffer switch
5211
5212 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5213
5214         * text2.C (updateCounters): fix bug 668
5215
5216 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5217
5218         * text3.C (dispatch): Do not make the buffer dirty when moving the
5219         cursor.
5220
5221 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5222
5223         * vc-backend.C: STRCONV
5224         (scanMaster): ditto
5225
5226         * text2.C (setCounter): STRCONV
5227
5228         * paragraph.C (asString): STRCONV
5229
5230         * lyxlength.C (asString): STRCONV
5231         (asLatexString): ditto
5232
5233         * lyxgluelength.C (asString): STRCONV
5234         (asLatexString): ditto
5235
5236         * lyxfunc.C (dispatch): STRCONV
5237         (open): ditto
5238
5239         * lyxfont.C (stateText): STRCONV
5240
5241         * importer.C (Import): STRCONV
5242
5243         * counters.C (labelItem): STRCONV
5244         (numberLabel): ditto
5245         (numberLabel): remove unused ostringstream o
5246
5247         * chset.C: STRCONV
5248         (loadFile): ditto
5249
5250         * bufferview_funcs.C (currentState): STRCONV
5251
5252         * buffer.C (readFile): STRCONV
5253         (asciiParagraph): ditto
5254         (makeLaTeXFile): ditto
5255
5256         * Spacing.C (writeEnvirBegin): STRCONV
5257
5258         * LaTeXFeatures.C (getLanguages): STRCONV
5259         (getPackages): ditto
5260         (getMacros): ditto
5261         (getBabelOptions): ditto
5262         (getTClassPreamble): ditto
5263         (getLyXSGMLEntities): ditto
5264         (getIncludedFiles): ditto
5265
5266         * LaTeX.C: STRCONV
5267         (run): ditto
5268         (scanAuxFile): ditto
5269         (deplog): ditto
5270
5271         * LString.h: add the STRCONV macros
5272
5273         * BufferView_pimpl.C (savePosition): STRCONV
5274         (restorePosition): ditto
5275         (MenuInsertLyXFile): ditto
5276
5277         * vc-backend.C (scanMaster): change from submatch[...] to
5278         submatch.str(...)
5279
5280         * funcrequest.C: include config.h
5281
5282         * factory.C: include config.h
5283
5284         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5285
5286         * box.C: include config.h
5287
5288         * LaTeX.C (scanAuxFile): change from submatch[...] to
5289         submatch.str(...)
5290         (deplog): ditto
5291
5292 2002-10-25  Angus Leeming  <leeming@lyx.org>
5293
5294         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5295
5296         * ispell.[Ch] (setError): new method.
5297         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5298         Use setError() insetead of goto END.
5299
5300         * lyx_cb.C (AutoSave): move out child process into new class
5301         AutoSaveBuffer.
5302
5303 2002-10-30  John Levon  <levon@movementarian.org>
5304
5305         * text3.C: make start appendix undoable
5306
5307 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5308
5309         * lyxlength.C (inPixels): Fix returned value.
5310
5311         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5312         environment.
5313
5314 2002-10-24  Angus Leeming  <leeming@lyx.org>
5315
5316         * lyxgluelength.h: no need to forward declare BufferParams
5317         or BufferView, so don't.
5318
5319 2002-10-21  John Levon  <levon@movementarian.org>
5320
5321         * BufferView.C: menuUndo ->undo, redo
5322
5323         * BufferView.h: document, remove dead, make some methods private
5324
5325         * paragraph_funcs.h:
5326         * paragraph_funcs.C:
5327         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5328
5329         * buffer.h:
5330         * buffer.C:
5331         * sgml.h:
5332         * sgml.C: move sgml open/close tag into sgml.C
5333
5334         * bufferview_funcs.h: unused prototype
5335
5336         * lyxfunc.h:
5337         * lyxfunc.C: remove unused
5338
5339         * lyxtext.h:
5340         * text.C: remove unused
5341
5342 2002-10-21  John Levon  <levon@movementarian.org>
5343
5344         * BufferView.h:
5345         * BufferView.C:
5346         * BufferView_pimpl.h:
5347         * BufferView_pimpl.C: fix mouse wheel handling based on
5348           patch from Darren Freeman
5349
5350 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5351
5352         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5353
5354 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5355
5356         * lyxlength.C (inPixels): Fix hanfling of negative length.
5357         Fix LyXLength::MU case.
5358
5359 2002-10-16  John Levon  <levon@movementarian.org>
5360
5361         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5362
5363 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5364
5365         * converter.C (view): add support for $$i (file name) and $$p
5366         (file path) for the viewer command. If $$i is not specified, then
5367         it is appended to the command (for compatibility with old syntax)
5368
5369 2002-10-14  Juergen Vigna  <jug@sad.it>
5370
5371         * undo_funcs.C (textHandleUndo): alter the order in which the
5372         new undopar is added to the LyXText, as we have to set first
5373         the right prev/next and then add it as otherwise the rebuild of
5374         LyXText is not correct. Also reset the cursor to the right paragraph,
5375         with this IMO we could remove the hack in "redoParagraphs()".
5376
5377 2002-10-09  Angus Leeming  <leeming@lyx.org>
5378
5379         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5380         to turn off an optimisation if a new inset is to be inserted.
5381
5382 2002-10-11 André Pönitz <poenitz@gmx.net>
5383
5384         * lyxtext.h: make some functions public to allow access
5385         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5386
5387 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5388
5389         * text3.C (dispatch): when changing layout, avoid an infinite loop
5390         [bug #652]
5391
5392 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5393
5394         * lyxrc.C (read): treat a viewer or converter command of "none" as
5395         if it were empty.
5396
5397         * MenuBackend.C (expandFormats): for an update, also allow the
5398         formats that are not viewable
5399
5400         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5401         script if it is newer than the lyxrc.defaults in user directory
5402
5403 2002-10-07 André Pönitz <poenitz@gmx.net>
5404
5405         * text.C: Vitaly Lipatov's small i18n fix
5406
5407 2002-09-25  Angus Leeming  <leeming@lyx.org>
5408
5409         * ispell.h: doxygen fix.
5410
5411 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5412
5413         * buffer.h (readFile): Add a new argument to the method, to allow
5414         reading of old-format templates.
5415
5416 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5417
5418         * toc.C (getTocList): Get TOC from InsetWrap.
5419
5420 2002-09-16  John Levon  <levon@movementarian.org>
5421
5422         * lyxfunc.C: check tabular for cut/copy too
5423
5424 2002-09-12  John Levon  <levon@movementarian.org>
5425
5426         * LyXAction.C: tidy
5427
5428         * factory.h:
5429         * factory.C: add header
5430
5431         * paragraph_funcs.h:
5432         * paragraph_funcs.C: cleanup
5433
5434 2002-09-11  John Levon  <levon@movementarian.org>
5435
5436         * PrinterParams.h: odd/even default to true
5437
5438 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5439
5440         * PrinterParams.h: update printer parameters for new xforms dialog
5441
5442 2002-09-11  Angus Leeming  <leeming@lyx.org>
5443
5444         * lyxserver.C (read_ready): re-write to make it more transparent
5445         and to make it work in coherent fashion under Tru64 Unix.
5446
5447 2002-09-11  André Pönitz <poenitz@gmx.net>
5448
5449         * commandtags.h:
5450         * LyXAction.C:
5451         * text3.C: implement LFUN_WORDSEL
5452
5453 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5454
5455         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5456         make floatlist_ a boost::shared_ptr<FloatList>
5457
5458         * lyxtextclass.C: include FloatList.h
5459         (LyXTextClass): initialize floatlist_
5460         (TextClassTags): add TC_NOFLOAT
5461         (Read): match "nofloat" to TC_NOFLOAT and use it.
5462         (readFloat): modify call to floatlist_
5463         (floats): ditto
5464         (floats): ditto
5465
5466         * FloatList.[Ch] (FloatList): remove commented out float
5467         initialization.
5468         (erase): new function
5469
5470 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5471
5472         * MenuBackend.C (expandToc): fix crash when there is no document
5473         open
5474
5475 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5476
5477         * many files: Add insetwrap.
5478
5479 2002-09-09  John Levon  <levon@movementarian.org>
5480
5481         * text2.C: remove confusing and awkward depth wraparound
5482
5483 2002-09-09  John Levon  <levon@movementarian.org>
5484
5485         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5486
5487         * buffer.h:
5488         * buffer.C: remove getIncludeonlyList()
5489
5490         * paragraph.C:
5491         * lyxfunc.C: remove headers
5492
5493 2002-09-09  Juergen Vigna  <jug@sad.it>
5494
5495         * text.C (getColumnNearX): fix form Michael this is most
5496         probably a cut&paste bug.
5497
5498 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5499
5500         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5501
5502         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5503         references, ws changes.
5504
5505         * text2.C (init): update counters after init
5506         (insertParagraph): no need to set counter on idividual paragraphs.
5507         (setCounter): access the counters object in the textclass object
5508         on in the buffer object.
5509         (updateCounters): ditto
5510
5511         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5512         shared_ptr<Counters> to avoid loading counters.h in all
5513         compilation units.
5514         (LyXTextClass): initialize ctrs_
5515         (TextClassTags): add TC_COUNTER, and ...
5516         (Read): use it here.
5517         (CounterTags): new tags
5518         (readCounter): new function
5519         (counters): new funtion
5520         (defaultLayoutName): return a const reference
5521
5522         * counters.C (Counters): remove contructor
5523         (newCounter): remove a couple of unneeded statements.
5524         (newCounter): simplify a bit.
5525         (numberLabel): some small formatting changes.
5526
5527         * buffer.[Ch]: remove all traces of counters, move the Counters
5528         object to the LyXTextClass.
5529
5530 2002-09-06  Alain Castera  <castera@in2p3.fr>
5531
5532         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5533         package to set the horizontal alignment on fixed width columns.
5534
5535         * lyx_sty.C:
5536         * lyx_sty.h: added tabularnewline macro def.
5537
5538         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5539
5540 2002-09-06  John Levon  <levon@movementarian.org>
5541
5542         * LyXAction.C: tooltips for sub/superscript
5543
5544         * MenuBackend.C: a bit more verbose
5545
5546         * lyxfunc.C: tiny clean
5547
5548         * undo_funcs.C: document undo_frozen
5549
5550 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5551
5552         * counters.C (Counters): add missing algorithm counter.
5553
5554         * text2.C (setCounter): lookup the counter with layouts latexname
5555         instead of by section number.
5556         (setCounter): use a hackish way to lookup the correct enum
5557         counter.
5558         a float name->type change
5559         reset enum couners with counter name directly instead of depth value.
5560
5561         * counters.C (Counters): remove the push_backs, change to use the
5562         float type not the float name.
5563         (labelItem): remove unused string, float name->type change
5564
5565         * counters.h: don't include vector, loose the enums and sects vectors
5566
5567 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5568
5569         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5570         (Read): add float->TC_FLOAT to textclassTags
5571         (Read): and handle it in the switch
5572         (readFloat): new function
5573
5574         * FloatList.C (FloatList): comment out the hardcoded float
5575         definitions.
5576
5577         * lyxlayout.h: ws change.
5578
5579 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5580
5581         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5582
5583 2002-09-03  Angus Leeming  <leeming@lyx.org>
5584
5585         * BufferView_pimpl.h: qualified name is not allowed in member
5586         declaration: WorkArea & Pimpl::workarea() const;
5587
5588         * factory.C: added using std::endl directive.
5589
5590         * text3.C: added using std::find and std::vector directives.
5591
5592 2002-08-29  André Pönitz <poenitz@gmx.net>
5593
5594         * lyxtext.h:
5595         * text2.C: remove unused member number_of_rows
5596
5597         * Makefile.am:
5598         * BufferView2.C: remove file, move contents to...
5599         * BufferView.C: ... here
5600
5601         * BufferView_pimpl.C:
5602         * factory.C: move more inset creation to factory
5603
5604         * vspace.C: avoid direct usage of LyXText, ws changes
5605
5606         * BufferView.[Ch]:
5607                 don't provide direct access to WorkArea, use two simple
5608                 acessors haveSelction() and workHeight() instead
5609
5610
5611 2002-08-29  John Levon  <levon@movementarian.org>
5612
5613         * BufferView_pimpl.C (dispatch): do not continue when
5614           no buffer
5615
5616 2002-08-28  André Pönitz <poenitz@gmx.net>
5617
5618         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5619
5620         * BufferView.h:
5621         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5622
5623 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5624
5625         * buffer.C: increment LYX_FORMAT to 221
5626
5627         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5628         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5629
5630         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5631
5632         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5633
5634 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5635
5636         * factory.C (createInset): use LyXTextClass::floats
5637
5638         * MenuBackend.C (expandFloatListInsert):
5639         (expandFloatInsert):
5640         (expandToc):
5641
5642         * text2.C (setCounter):
5643
5644         * LaTeXFeatures.C (useFloat):
5645         (getFloatDefinitions):
5646
5647         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5648
5649         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5650         floatlist_, with accessor floats().
5651
5652         * FloatList.h: remove global FloatList
5653
5654 2002-08-26  André Pönitz <poenitz@gmx.net>
5655
5656         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5657
5658         * BufferView.h:
5659         * BufferView2.C:
5660         * BufferView_pimpl.C:
5661         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5662
5663 2002-08-25  John Levon  <levon@movementarian.org>
5664
5665         * LyXAction.C: fix margin note description
5666
5667 2002-08-24  John Levon  <levon@movementarian.org>
5668
5669         * buffer.C:
5670         * bufferlist.C:
5671         * bufferview_funcs.C:
5672         * lyxfont.C:
5673         * undo_funcs.C: cleanups
5674
5675         * lyxfunc.C: disable CUT/COPY when no selection
5676
5677 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5678
5679         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5680         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5681
5682         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5683         Add backward compatibility to "mono", "gray" and "no".
5684
5685 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5686
5687         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5688         (and file_format >= 200).
5689
5690 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5691
5692         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5693
5694 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5695
5696         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5697
5698 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5699
5700         * BufferView_pimpl.C:
5701         * LyXAction.C:
5702         * buffer.C:
5703         * commandtags.h:
5704         * lyxfunc.C:
5705         * paragraph.[Ch]:
5706         * text2.C:
5707         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5708         inset and code to make it  work with the paragraph code. The inset
5709         can be anywhere in the paragraph, but will only do the expected
5710         thing in LaTeX if the layout file contains the parameter line
5711                         OptionalArgs    1
5712         (or more generally, a nonzero value) for that layout.
5713
5714 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5715
5716         * paragraph.h: remove the declaration of undefined counters class
5717         function.
5718
5719 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5720
5721         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5722         Dr. Richard Hawkins.
5723
5724 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5725
5726         * paragraph_funcs.h: remove some unneeded includes
5727
5728         * text.C (backspace): pasteParagraph now in global scipe
5729
5730         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5731         (pasteSelection): ditto
5732
5733         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5734         * paragraph_funcs.C (pasteParagraph): ... here
5735
5736 2002-08-20  André Pönitz <poenitz@gmx.net>
5737
5738         * commandtags.h: new LFUNs for swapping/copying table row/colums
5739
5740         * LyXAction.C:
5741         * lyxfunc.C: support for new lfuns
5742
5743 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5744
5745         * tabular.C:
5746         * buffer.[Ch]: remove NO_COMPABILITY stuff
5747
5748 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5749
5750         * boost.C (throw_exception): new file, with helper function for
5751         boost compiled without exceptions.
5752
5753         * paragraph.h:
5754         * lyxlength.C:
5755         * buffer.C:
5756         * ParameterStruct.h:
5757         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5758
5759         * bufferlist.C (emergencyWriteAll): use boost bind
5760
5761         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5762
5763         * text.C: include paragraph_funcs.h
5764         (breakParagraph): breakParagraph is now in global scope
5765
5766         * paragraph_funcs.[Ch]: new files
5767
5768         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5769         global scope
5770
5771         * buffer.C: include paragraph_funcs.h
5772         (insertStringAsLines): breakParagraph is now in global scope
5773
5774         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5775         paragraph_funcs.C
5776
5777         * CutAndPaste.C: include paragraph_funcs.h
5778         (cutSelection): breakParagraphConservative is now in global scope
5779         (pasteSelection): ditto
5780
5781         * buffer.h: declare oprator== and operator!= for
5782         Buffer::inset_iterator
5783
5784         * bufferlist.C (emergencyWrite): don't use fmt(...)
5785
5786         * text3.C: add using std::endl
5787
5788         * BufferView.C (moveCursorUpdate): remove default arg
5789
5790 2002-08-20  André Pönitz <poenitz@gmx.net>
5791
5792         * buffer.[Ch]: move inline functions to .C
5793
5794         * BufferView2.C:
5795         * BufferView_pimpl.C:
5796         * text.C:
5797         * buffer.[Ch]: use improved inset_iterator
5798
5799         * buffer.C:
5800         * paragraph.[Ch]: write one paragraph at a time
5801
5802 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5803
5804         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5805         style if style is not specified.
5806
5807 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5808
5809         * text2.C (setCounter): when searching for right label for a
5810         caption, make sure to recurse to parent insets (so that a caption
5811         in a minipage in a figure float works) (bug #568)
5812
5813 2002-08-20  André Pönitz <poenitz@gmx.net>
5814
5815         * text3.C: new file for LyXText::dispatch() and helpers
5816
5817         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5818
5819         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5820
5821 2002-08-19  André Pönitz <poenitz@gmx.net>
5822
5823         * lyxtext.h:
5824         * text.C: new LyXText::dispatch()
5825
5826         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5827
5828 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5829
5830         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5831
5832         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5833         Hebrew text.
5834
5835 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5836
5837         * Makefile.am: use $(variables) instead of @substitutions@
5838
5839 2002-08-15  André Pönitz <poenitz@gmx.net>
5840
5841         * lyxfunc.C:
5842         * BufferView_pimpl.C: streamlining mathed <-> outer world
5843         interaction
5844
5845         * commandtags.h:
5846         * LyXAction.C: remove unused LFUN_MATH
5847
5848 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5849
5850         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5851
5852 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5853
5854         * paragraph.C (Paragraph): reformat a bit
5855         (cutIntoMinibuffer): use builtin InsetList function instad of
5856         doing it manually.
5857         (getInset): ditto
5858
5859         * buffer.C: include boost/bind.hpp, add using std::for_each
5860         (writeFileAscii): use ParagraphList iterators
5861         (validate): use for_each for validate traversal of paragraphs
5862         (getBibkeyList): use ParagraphList iterators
5863         (resizeInsets): use for_each to resizeInsetsLyXText for all
5864         paragraphs.
5865         (getParFromID): use ParagraphList iterators
5866
5867         * BufferView2.C (lockInset): use paragraph list and iterators
5868
5869 2002-08-14  John Levon  <levon@movementarian.org>
5870
5871         * lyxserver.C: remove spurious xforms include
5872
5873 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5874
5875         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5876
5877 2002-08-13  André Pönitz <poenitz@gmx.net>
5878
5879         * LyXAction.[Ch]:
5880         * lyxfunc.C: further cleaning
5881
5882 2002-08-13  André Pönitz <poenitz@gmx.net>
5883
5884         * funcrequest.h: new constructor
5885
5886         * funcrequest.C: move stuff here from .h
5887
5888         * Makefile.am:
5889         * BufferView_pimpl.C:
5890         * LyXAction.C:
5891         * toc.C:
5892         * lyxfunc.C: subsequent changes
5893
5894         * lyxfunc.h: new view() member function
5895
5896         * lyxfunc.C: subsequent changes
5897
5898 2002-08-13  Angus Leeming  <leeming@lyx.org>
5899
5900         * BufferView2.C:
5901         * BufferView_pimpl.C:
5902         * buffer.C:
5903         * converter.C:
5904         * importer.C:
5905         * lyxfunc.C:
5906         * lyxvc.C:
5907         * toc.C:
5908         * vc-backend.C:
5909         changes due to the changed LyXView interface that now returns references
5910         to member variables not pointers.
5911
5912 2002-08-13  Angus Leeming  <leeming@lyx.org>
5913
5914         * WordLangTuple (word, lang_code): return references to strings,
5915         not strings.
5916
5917         * BufferView.h:
5918         * SpellBase.h:
5919         * lyxtext.h: forward-declare WordLangTuple.
5920
5921         * BufferView2.C:
5922         * ispell.C:
5923         * pspell.C:
5924         * text.C: #include "WordLangTuple.h".
5925
5926         * lyxtext.h:
5927         * text.C: (selectNextWordToSpellcheck): constify return type.
5928
5929 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
5930
5931         * buffer.C:
5932         * buffer.h:
5933         * lyxtext.h:
5934         * paragraph.C:
5935         * paragraph_pimpl.h:
5936         * text.C:
5937         * text2.C:
5938         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
5939         suggested by Angus.
5940         Made updateCounter always count from start of buffer, and removed
5941         second argument (par).
5942         Reverted floats number display to '#'. Perhaps I'll try again when the
5943         code base is sanitized a bit.
5944
5945 2002-08-12  Angus Leeming  <leeming@lyx.org>
5946
5947         * buffer.[Ch] (getLabelList): constify.
5948
5949 2002-08-07  André Pönitz <poenitz@gmx.net>
5950
5951         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
5952
5953         * funcrequest.h: extension to keep mouse (x,y) position
5954
5955 2002-08-12  Juergen Vigna  <jug@sad.it>
5956
5957         * BufferView2.C (insertErrors): forbid undo when inserting error
5958         insets.
5959
5960         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
5961
5962 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5963
5964         * ParagraphList.[Ch]: new files
5965
5966         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
5967
5968         * BufferView2.C (lockInset): ParagraphList changes
5969         * toc.C: ditto
5970         * text2.C: ditto
5971         * bufferlist.C: ditto
5972         * buffer.h: ditto
5973         * buffer.C: ditto
5974
5975 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5976
5977         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
5978         unused class variable counter_,
5979
5980         * paragraph.[Ch] (getFirstCounter): delete unused function
5981
5982         * counters.C: include LAssert.h
5983         (reset): add a new function with no arg, change other version to
5984         not have def. arg and to not allow empty arg.
5985
5986         * text2.C (setCounter): remove empty arg from call to Counters::reset
5987
5988 2002-08-11  John Levon  <levon@movementarian.org>
5989
5990         * Makefile.am: add WordLangTuple.h
5991
5992 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5993
5994         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
5995         lyxfunc.C lyxlex_pimpl.C: ws changes only.
5996
5997         * insets/insettext.C: InsetList changes
5998
5999         * graphics/GraphicsSupport.C (operator()): InsetList changes
6000
6001         * toc.C (getTocList): InsetList changes
6002
6003         * paragraph_pimpl.[Ch]: InsetList changes
6004
6005         * paragraph.[Ch]: InsetList changes
6006
6007         * buffer.C (inset_iterator): InsetList changes
6008         (setParagraph): ditto
6009         * buffer.h (inset_iterator): ditto
6010         * iterators.C (operator++): ditto
6011         * iterators.h: ditto
6012
6013         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6014
6015         * InsetList.[Ch]: new files, most InsetList handling moved out of
6016         paragraph.C.
6017
6018         * BufferView2.C (removeAutoInsets): InsetList changes
6019         (lockInset): ditto
6020         (ChangeInsets): ditto
6021
6022 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6023
6024         * paragraph_pimpl.h (empty): new function
6025
6026         * paragraph.[Ch] (empty): new function
6027
6028         * other files: use the new Paragraph::empty function
6029
6030 2002-08-09  John Levon  <levon@movementarian.org>
6031
6032         * lyxtext.h: remove unused refresh_height
6033
6034 2002-08-09  John Levon  <levon@movementarian.org>
6035
6036         * Makefile.am:
6037         * sgml.h:
6038         * sgml.C:
6039         * buffer.C:
6040         * paragraph.h:
6041         * paragraph.C: move sgml char escaping out of paragraph
6042
6043         * paragraph.h:
6044         * paragraph.C: remove id setter
6045
6046         * buffer.C:
6047         * paragraph.C:
6048         * paragraph_pimpl.C: remove dead tex_code_break_column
6049
6050         * bufferview_funcs.C: small cleanup
6051
6052         * lyxfunc.C: remove dead proto
6053
6054         * lyxtext.h: make some stuff private. Remove some dead stuff.
6055
6056         * lyxgluelength.C: make as[LyX]String() readable
6057
6058 2002-08-08  John Levon  <levon@movementarian.org>
6059
6060         * LyXAction.h:
6061         * LyXAction.C:
6062         * MenuBackend.C:
6063         * ToolbarDefaults.C:
6064         * lyxfunc.C:
6065         * lyxrc.C:
6066         * toc.C: lyxaction cleanup
6067
6068 2002-08-08  John Levon  <levon@movementarian.org>
6069
6070         * BufferView2.C: small cleanup
6071
6072         * lyxfind.h:
6073         * lyxfind.C: move unnecessary header into the .C
6074
6075 2002-08-08  John Levon  <levon@movementarian.org>
6076
6077         * funcrequest.h: just tedious nonsense
6078
6079         * lyx_main.h:
6080         * lyx_main.C: cleanups
6081
6082         * buffer.C:
6083         * vspace.C: remove dead header lyx_main.h
6084
6085 2002-08-07  Angus Leeming  <leeming@lyx.org>
6086
6087         * Paragraph.[Ch]:
6088         * paragraph_pimpl.h:
6089         Forward declare class Counters in paragraph.h by moving the ctrs member
6090         variable into Paragraph::Pimpl.
6091         (counters): new method, returning a reference to pimpl_->ctrs.
6092
6093         * text2.C: ensuing changes.
6094
6095 2002-08-07  John Levon  <levon@movementarian.org>
6096
6097         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6098
6099         * BufferView_pimpl.C: announce X selection on double/triple
6100           click
6101
6102         * lyx_main.C: use correct bool in batch dispatch
6103
6104         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6105
6106 2002-08-07  André Pönitz <poenitz@gmx.net>
6107
6108         * funcrequest.h: new class to wrap a kb_action and its argument
6109
6110         * BufferView.[Ch]:
6111         * BufferView_pimpl[Ch]:
6112         * LaTeX.C:
6113         * LyXAction.[Ch]:
6114         * lyxfunc.[Ch]:
6115         * lyxrc.C: subsequent changes
6116
6117
6118 2002-08-07  John Levon  <levon@movementarian.org>
6119
6120         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6121           document options change.
6122
6123 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6124
6125         * counters.[Ch]
6126         * text2.C
6127         * paragraph.[Ch]
6128         * makefile.am: move counters functionality over from
6129         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6130
6131 2002-08-06  John Levon  <levon@movementarian.org>
6132
6133         * WordLangTuple.h: new file for word + language code tuple
6134
6135         * SpellBase.h:
6136         * pspell.h:
6137         * pspell.C:
6138         * ispell.h:
6139         * ispell.C:
6140         * lyxtext.h:
6141         * text.C:
6142         * text2.C:
6143         * BufferView.h:
6144         * BufferView2.C: use WordLangTuple
6145
6146         * layout.h:
6147         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6148
6149 2002-08-06  John Levon  <levon@movementarian.org>
6150
6151         * lyx_main.C: fix cmdline batch handling
6152
6153 2002-08-06  André Pönitz <poenitz@gmx.net>
6154
6155         * lyxrc.C: set default for show_banner to true
6156
6157 2002-08-06  John Levon  <levon@movementarian.org>
6158
6159         * pspell.C: fix a crash, and allow new aspell to work
6160
6161 2002-08-06  John Levon  <levon@movementarian.org>
6162
6163         * lyxfunc.C:
6164         * kbmap.C: small cleanup
6165
6166         * vspace.h:
6167         * vspace.C: add const
6168
6169 2002-08-05  John Levon  <levon@movementarian.org>
6170
6171         * LyXAction.C: back to tabular-insert
6172
6173 2002-08-04  John Levon  <levon@movementarian.org>
6174
6175         * BufferView.h:
6176         * BufferView.C: cosmetic change
6177
6178         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6179
6180         * bufferlist.C:
6181         * buffer.h:
6182         * buffer.C:
6183         * lyxcb.h:
6184         * lyxcb.C:
6185         * lyxserver.C:
6186         * lyxvc.C:
6187         * vc-backend.C:
6188         * BufferView2.C: purge all "Lyx" not "LyX" strings
6189
6190         * lyxcursor.h:
6191         * lyxcursor.C: attempt to add some documentation
6192
6193         * lyxfunc.C:
6194         * commandtags.h:
6195         * LyXAction.C:
6196         * ToolbarDefaults.C:
6197         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6198           merge with LFUN_TABULAR_INSERT
6199
6200         * Makefile.am:
6201         * SpellBase.h:
6202         * ispell.h:
6203         * ispell.C:
6204         * pspell.h:
6205         * pspell.C: split up i/pspell implementations into separate
6206           files, many cleanups
6207
6208         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6209
6210         * text2.C: some cleanup
6211
6212         * lyxfunc.C: don't check for isp_command == "none" any more, it
6213           didn't make any sense
6214
6215 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6216
6217         * counters.[Ch]
6218         * text2.C
6219         * paragraph.[Ch]
6220         * makefile.am: move counters functionality over
6221         from text2.C/paragraph.[Ch] to counters.[Ch], and
6222         make proper C++.
6223 2002-08-02  John Levon  <levon@movementarian.org>
6224
6225         * buffer.C: s/lyxconvert/lyx2lyx/
6226
6227 2002-08-02  Angus Leeming  <leeming@lyx.org>
6228
6229         * lyxlex.C: revert John's change as it breaks reading of the user
6230         preamble.
6231
6232 2002-08-02  Angus Leeming  <leeming@lyx.org>
6233
6234         * importer.C (Import):
6235         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6236         changes due to LyXView::view() now returning a boost::shared_ptr.
6237
6238 2002-08-02  John Levon  <levon@movementarian.org>
6239
6240         * lyxlex.C: small cleanup
6241
6242 2002-08-02  John Levon  <levon@movementarian.org>
6243
6244         * text2.C (status): small cleanup, no logic change
6245
6246 2002-08-01  John Levon  <levon@movementarian.org>
6247
6248         * buffer.h:
6249         * buffer.C (writeFile): don't output alerts, caller
6250           handles this
6251
6252         * bufferlist.C:
6253         * lyx_cb.C: from above
6254
6255         * lyxfunc.C: allow to open non-existent files
6256
6257 2002-07-31  John Levon  <levon@movementarian.org>
6258
6259         * lyxserver.C: don't let incidental errors get
6260           in the way (errno)
6261
6262 2002-07-30  John Levon  <levon@movementarian.org>
6263
6264         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6265
6266 2002-07-30  John Levon  <levon@movementarian.org>
6267
6268         * lyxserver.h:
6269         * lyxserver.C: remove I/O callback too
6270
6271 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6272
6273         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6274         log.
6275
6276 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6277
6278         * many files: strip,frontStrip -> trim,ltrim,rtrim
6279
6280 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6281
6282         * PrinterParams.h: remove extern containsOnly, and include
6283         support/lstrings.h instead.
6284
6285         * LaTeX.C (scanAuxFile): modify because of strip changes
6286         (deplog): ditto
6287         * buffer.C (makeLaTeXFile): ditto
6288         * bufferparams.C (writeFile): ditt
6289         * lyxfont.C (stateText): ditto
6290         * lyxserver.C (read_ready): ditto
6291         * vc-backend.C (scanMaster): ditto
6292
6293         * BufferView_pimpl.h: ws changes
6294
6295         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6296
6297 2002-07-26  André Pönitz <poenitz@gmx.net>
6298
6299         * kb_sequence.C: remove unnedred usings
6300
6301 2002-07-26  Juergen Vigna  <jug@sad.it>
6302
6303         * lyxfind.C (LyXReplace): we have to check better if the returned
6304         text is not of theLockingInset()->getLockingInset().
6305
6306 2002-07-25  Juergen Vigna  <jug@sad.it>
6307
6308         * lyxfind.C (LyXReplace): don't replace if we don't get the
6309         right LyXText.
6310
6311         * undo_funcs.C (createUndo): remove debugging code.
6312
6313 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6314
6315         * buffer.C (parseSingleLyXformat2Token): Use default placement
6316         when reading old floats.
6317
6318         * FloatList.C (FloatList): Change the default placement of figure
6319         and tables to "tbp".
6320
6321 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6322
6323         * MenuBackend.C: using std::max
6324
6325 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6326
6327         * MenuBackend.C (expandToc):
6328         (expandToc2): code moved from xforms menu frontend. It is now
6329         generic and TOCs are transparent to menu frontends.
6330
6331 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6332
6333         * toc.C (getTocList): protect against buf=0
6334
6335         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6336         Menu as first parameter. Now, this calls itself recursively to
6337         expand a whole tree (this will be useful for TOC handling)
6338         (expandFloatInsert): remove 'wide' version of floats
6339
6340         * MenuBackend.h (submenuname): returns the name of the submenu.
6341         (submenu): returns the submenu itself, provided it has been
6342         created by MenuBackend::expand
6343
6344 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6345
6346         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6347         insets which have noFontChange == true. (bug #172)
6348
6349 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6350
6351         * BufferView_pimpl.C: add connection objects and use them...
6352         (Pimpl): here.
6353
6354 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6355
6356         * MenuBackend.C (expandLastfiles):
6357         (expandDocuments):
6358         (expandFormats):
6359         (expandFloatListInsert):
6360         (expandFloatInsert):
6361         (expand): split expand in parts
6362
6363 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6364
6365         * lyx_gui.C: use lyx_gui::exit()
6366
6367 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6368
6369         * LyXAction.C: show the failing pseudo action
6370
6371 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6372
6373         * buffer.C (readFile): Run the lyxconvert script in order to read
6374         old files.
6375
6376 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6377
6378         * LyXAction.C:
6379         * commandtags.h:
6380         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6381
6382 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6383
6384         * LyXAction.C:
6385         * commandtags.h:
6386         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6387
6388 2002-07-22  Herbert Voss  <voss@lyx.org>
6389
6390         * lengthcommon.C:
6391         * lyxlength.[Ch]: add support for the vertical lengths
6392
6393 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6394
6395         * toc.[Ch]: std:: fixes
6396
6397 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6398
6399         * lyxrc.C: do not include lyx_main.h
6400
6401         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6402         for layouts
6403
6404         * lyxrc.C:
6405         * encoding.C:
6406         * bufferlist.C:
6407         * BufferView2.C: include "lyxlex.h"
6408
6409         * tabular.h:
6410         * bufferparams.h: do not #include "lyxlex.h"
6411
6412         * lyxtextclasslist.C (Add): remove method
6413         (classlist): renamed to classlist_
6414
6415         * paragraph_pimpl.C:
6416         * paragraph.C:
6417         * text2.C:
6418         * CutAndPaste.C:
6419         * bufferview_funcs.C:
6420         * bufferlist.C:
6421         * text.C:
6422         * LaTeXFeatures.C:
6423         * buffer.C:
6424         * toc.C (getTocList): use BufferParams::getLyXTextClass
6425
6426         * toc.C (getTocList): use InsetFloat::addToToc
6427
6428         * toc.[Ch]: new files, containing helper functions to handle table
6429         of contents
6430
6431         * lyxfunc.C (dispatch): no need to remove spaces around command
6432         given as a string
6433         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6434         first command of the sequence; it is not very clever, but I do not
6435         have a better idea, actually
6436
6437         * LyXAction.C (LookupFunc): make sure to remove space at the
6438         beginning and end of the command
6439
6440 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6441
6442         * MenuBackend.C (getMenubar): new method: return the menubar of
6443         this menu set
6444         (read): treat differently reading of menu and menubar (in
6445         particular, the menubar has no name now)
6446         (Menu::menubar): remove
6447
6448         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6449         saving is finished
6450
6451 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6452
6453         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6454         a bibitem inset in a RTL paragraph.
6455
6456 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6457
6458         * paragraph_pimpl.C: constify
6459
6460         * BufferView_pimpl.C:
6461         * LaTeX.C:
6462         * lyxfunc.C: fix dispatch in a nicer way
6463
6464 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6465
6466         * lyxfunc.C (dispatch):
6467         * BufferView_pimpl.C:
6468         * BufferView_pimpl.h:
6469         * BufferView.C:
6470         * BufferView.h: rename Dispatch() to dispatch()
6471
6472         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6473
6474         * lyxlayout.C (Read): honor DependsOn tag
6475
6476         * lyxlayout.[Ch] (depends_on): new method
6477
6478         * version.C.in: update lyx_docversion
6479
6480         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6481
6482         * paragraph.C (validate): remove from here...
6483         * paragraph_pimpl.C (validate): ... and move here
6484         (isTextAt): make it const
6485
6486         * buffer.C (getLists): ws cleanup
6487
6488 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6489
6490         * language.C (read): Use iso8859-1 encoding in latex_lang
6491         (this prevents LyX from crashing when using iso10646-1 encoding).
6492
6493 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6494
6495         * text2.C (toggleInset): if cursor is inside an inset, close the
6496         inset and leave cursor _after_ it
6497
6498 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6499
6500         * lyxfunc.C: move minibuffer completion handling out of here
6501
6502 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6503
6504         * BufferView_pimpl.C:
6505         * LaTeX.C: fix dispatch calls
6506
6507 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6508
6509         * text.C (drawChars): Fix Arabic text rendering.
6510
6511 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6512
6513         * LyXAction.C:
6514         * commandtags.h:
6515         * lyxfunc.C: remove message-push/pop
6516
6517         * lyxserver.C:
6518         * lyxfunc.h:
6519         * lyxfunc.C: rationalise some code by removing verboseDispatch
6520           in favour of a bool argument to dispatch()
6521
6522 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6523
6524         * lyx_main.C (init): make sure to read symlinks as absolute paths
6525
6526 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6527
6528         * lyxfunc.h:
6529         * lyxfunc.C: no need for commandshortcut to be a member
6530
6531 2002-07-15  André Pönitz <poenitz@gmx.net>
6532
6533         * converter.C: add support for $$s (scripts from lib/scripts dir)
6534         * lyx_main.C: white space
6535
6536 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6537
6538         * bufferlist.C:
6539         * lyxrc.h:
6540         * lyxrc.C: remove second exit confirmation
6541
6542 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6543
6544         * BufferView.h:
6545         * BufferView.C:
6546         * BufferView2.C:
6547         * BufferView_pimpl.h:
6548         * BufferView_pimpl.C:
6549         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6550
6551 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6552
6553         * MenuBackend.C (expand): add numeric shortcuts to document menu
6554
6555         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6556
6557 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6558
6559         * lyxfont.C (setLyXFamily):
6560         (setLyXSeries):
6561         (setLyXShape):
6562         (setLyXSize):
6563         (setLyXMisc):
6564         (lyxRead):
6565         * debug.C (value):
6566         * buffer.C (asciiParagraph): use ascii_lowercase
6567
6568 2002-07-15  Mike Fabian  <mfabian@suse.de>
6569
6570         * lyxlex_pimpl.C (search_kw):
6571         * lyxlex.C (getLongString):
6572         * converter.h (operator<):
6573         * converter.C (operator<):
6574         * buffer.C (parseSingleLyXformat2Token):
6575         (asciiParagraph):
6576         * ToolbarDefaults.C (read):
6577         * MenuBackend.C (checkShortcuts):
6578         (read):
6579         * LColor.C (getFromGUIName):
6580         (getFromLyXName): use the compare_ascii_no_case instead of
6581         compare_no_case, because in turkish, 'i' is not the lowercase
6582         version of 'I', and thus turkish locale breaks parsing of tags.
6583
6584 2002-07-16  Angus Leeming  <leeming@lyx.org>
6585
6586         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6587         now takes a Buffer const & argument.
6588
6589 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6590
6591         * BufferView.C (resize): check there's a buffer to resize
6592
6593 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6594
6595         * lyxfunc.C: remove dead code
6596
6597         * lyxserver.h:
6598         * lyxserver.C: use lyx_guii::set_read_callback
6599
6600 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6601
6602         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6603         an inset in a RTL paragraph.
6604
6605 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6606
6607         * lyxfunc.C: repaint after a font size update
6608
6609 2002-07-15  André Pönitz <poenitz@gmx.net>
6610
6611         * lyxlength.C: inBP should be able to return negative values
6612
6613 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6614
6615         * lyxfunc.C: use lyx_gui::update_fonts()
6616
6617 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6618
6619         * lyxfunc.C: use lyx_gui::update_color()
6620
6621 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6622
6623         * bufferlist.C:
6624         * lyxfunc.h:
6625         * lyxfunc.C:
6626         * lyxrc.h:
6627         * lyxrc.C: remove file->new asks for name option, and let
6628           buffer-new take an argument
6629
6630 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6631
6632         * BufferView_pimpl.C: remove unneeded extra repaint()
6633
6634 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6635
6636         * LyXAction.C: allow command-sequence with NoBuffer
6637
6638         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6639
6640 2002-07-10  Angus Leeming  <leeming@lyx.org>
6641
6642         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6643
6644 2002-07-09  Angus Leeming  <leeming@lyx.org>
6645
6646         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6647
6648 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6649
6650         * lengthcommon.h: whitespace
6651
6652         * lyxfunc.C: update scrollbar after goto paragraph
6653
6654         * lyxtext.h: factor out page break drawing, and fix it so
6655           page break/added space paints as selected nicely
6656
6657 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6658
6659         * BufferView_pimpl.C: add FIXMEs, clean up a little
6660
6661 2002-07-09  André Pönitz <poenitz@gmx.net>
6662
6663         * lyxfont.[Ch]: support for wasy symbols
6664
6665 2002-07-08  André Pönitz <poenitz@gmx.net>
6666
6667         * BufferView_pimpl.C: apply John's patch for #93.
6668
6669 2002-07-05  Angus Leeming  <leeming@lyx.org>
6670
6671         * BufferView_pimpl.C (buffer): generate previews if desired.
6672
6673         * LColor.h: add "preview" to the color enum.
6674
6675         * LColor.C (LColor): add a corresponding entry to the items array.
6676
6677         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6678         with this buffer.
6679
6680 2002-07-05  Angus Leeming  <leeming@lyx.org>
6681
6682         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6683         The body of the code is now in the method that is passed an ostream &
6684         rather than a file name.
6685         Pass an additional only_preamble parameter, useful for the forthcoming
6686         preview stuff.
6687
6688 2002-07-03  André Pönitz <poenitz@gmx.net>
6689
6690         * lyxfunc.C: simplify getStatus() a bit for math stuff
6691
6692 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6693
6694         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6695
6696 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6697
6698         * text.C (changeRegionCase): do not change case of all the
6699         document when region ends at paragraph end (bug #461)
6700
6701 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6702
6703         * paragraph.C (startTeXParParams):
6704         (endTeXParParams): add \protect when necessary
6705
6706 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6707
6708         * BufferView_pimpl.C (workAreaExpose): remove warning
6709
6710 2002-06-27  Angus Leeming  <leeming@lyx.org>
6711
6712         * Makefile.am: add lyxlayout_ptr_fwd.h.
6713
6714 2002-06-26  André Pönitz <poenitz@gmx.net>
6715
6716         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6717
6718 2002-06-25  Angus Leeming  <leeming@lyx.org>
6719
6720         * lyxfunc.C (dispatch): Comment out the call to
6721         grfx::GCache::changeDisplay. The method no longer exists now that the
6722         pixmap generation part of the graphics loader has been moved into
6723         InsetGraphics.
6724
6725 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6726
6727         * text2.C: layout as layout
6728
6729         * text.C: layout as layout
6730
6731         * tabular.C (OldFormatRead): layout as layout
6732
6733         * paragraph_pimpl.C (TeXDeeper): layout as layout
6734         (realizeFont): layout as layout
6735
6736         * paragraph.C (writeFile): layout as layout
6737         (validate): layout as layout
6738         (getFont): layout as layout
6739         (getLabelFont): layout as layout
6740         (getLayoutFont): layout as layout
6741         (breakParagraph): layout as layout
6742         (stripLeadingSpaces): layout as layout
6743         (getEndLabel): layout as layout
6744         (getMaxDepthAfter): layout as layout
6745         (applyLayout): layout as layout
6746         (TeXOnePar): layout as layout
6747         (simpleTeXOnePar): layout as layout
6748         (TeXEnvironment): layout as layout
6749         (layout): layout as layout
6750         (layout): layout as layout
6751
6752         * lyxtextclass.C (compare_name): new functor to work with
6753         shared_ptr, layout as layout
6754         (Read): layout as layout
6755         (hasLayout): layout as layout
6756         (operator): layout as layout
6757         (delete_layout): layout as layout
6758         (defaultLayout): layout as layout
6759
6760         * lyxlayout_ptr_fwd.h: new file
6761
6762         * lyxlayout.C (Read): layout as layout
6763
6764         * lyx_cb.C (MenuInsertLabel): layout as layout
6765
6766         * bufferlist.C (newFile): layout as layout
6767
6768         * buffer.C (readLyXformat2): layout as layout
6769         (parseSingleLyXformat2Token): layout as layout
6770         (insertStringAsLines): layout as layout
6771         (asciiParagraph): layout as layout
6772         (latexParagraphs): layout as layout
6773         (makeLinuxDocFile): layout as layout
6774         (simpleLinuxDocOnePar): layout as layout
6775         (makeDocBookFile): layout as layout
6776         (simpleDocBookOnePar): layout as layout
6777         (getLists): layout as layout
6778
6779         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6780
6781         * CutAndPaste.C (cutSelection): layout as layout
6782         (pasteSelection): layout as layout
6783         (SwitchLayoutsBetweenClasses): layout as layout
6784
6785         * BufferView_pimpl.C (Dispatch): layout as layout
6786         (smartQuote): layout as layout
6787
6788         * BufferView2.C (unlockInset): layout as layout
6789
6790 2002-06-24  André Pönitz <poenitz@gmx.net>
6791
6792         * lyxfunc.C: fix #487
6793
6794 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6795
6796         * lyxrc.h:
6797         * lyxrc.C:
6798         * lyxfunc.C: remove display_shortcuts, show_banner
6799
6800 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6801
6802         * Buffer_pimpl.C: oops, update on resize
6803
6804 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6805
6806         * buffer.C:
6807         * converter.C:
6808         * exporter.C:
6809         * lyxfunc.C:
6810         * BufferView.h:
6811         * BufferView.C: use repaint()
6812
6813         * BufferView_pimpl.h:
6814         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6815           as it's a clearer description. Remove superfluous
6816           redraws.
6817
6818 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6819
6820         * text.C: fix bug 488. Not ideal, but getting
6821           getWord() to work properly for the insets that
6822           matter is more difficult ...
6823
6824 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6825
6826         * BufferView_pimpl.C:
6827         * LyXAction.C:
6828         * commandtags.h:
6829         * lyxfunc.C: remove the six million index lyxfuncs to just
6830           one, and DTRT (bug 458)
6831
6832 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6833
6834         * BufferView.h:
6835         * BufferView.C:
6836         * BufferView_pimpl.h:
6837         * BufferView_pimpl.C: clean up resize() stuff,
6838           and unnecessary updateScreen()s
6839
6840 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6841
6842         * BufferView.h:
6843         * BufferView.C:
6844         * BufferView_pimpl.h:
6845         * BufferView_pimpl.C:
6846         * lyxfind.h:
6847         * lyxfind.C:
6848         * minibuffer.C: remove focus management of workarea,
6849           not needed. Use screen's greyOut()
6850
6851 2002-06-17  Herbert Voss  <voss@lyx.org>
6852
6853         * converter.C: (convert) do not post a message, when converting
6854         fails, let the calling function decide what to do in this case
6855
6856 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6857
6858         * lyxfunc.C: tidy up a little
6859
6860 2002-06-16    <alstrup@diku.dk>
6861
6862         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6863         Got rid of FORMS_H_LOCATION include. Now we are
6864         GUII.
6865
6866 2002-06-15  LyX Development team  <lyx@rilke>
6867
6868         * buffer.[Ch] (sgmlOpenTag):
6869         (sgmlCloseTag): Added support for avoiding pernicious mixed
6870         content. Return number of lines written.
6871
6872         (makeLinuxDocFile):
6873         (makeDocBookFile): Fixed calls to sgml*Tag.
6874         Simple white space clean.
6875
6876         (simpleDocBookOnePar): Simple white space clean.
6877
6878         * tabular.[Ch] (docBook): Renamed to docbook and got another
6879         argument to related with the pernicious mixed content.
6880
6881         (docbookRow): Fixed calls for docbook inset method.
6882
6883 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6884
6885         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6886         so it's X11 independent.
6887
6888         * kb*.[Ch]: ditto.
6889
6890         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6891
6892 2002-06-15  Lyx Development team  <lyx@electronia>
6893
6894         * intl.h: Renamed getTrans to getTransManager.
6895
6896 2002-06-14  Angus Leeming  <leeming@lyx.org>
6897
6898         * Makefile.am: nuke forgotten stl_string_fwd.h.
6899
6900 2002-06-12  Angus Leeming  <leeming@lyx.org>
6901
6902         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6903
6904 2002-06-13  Angus Leeming  <leeming@lyx.org>
6905
6906         * LaTeX.C:
6907         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6908
6909 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
6910
6911         * kbmap.C (getiso): add support for cyrillic and greek
6912
6913 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6914
6915         * BufferView.h:
6916         * BufferView.C:
6917         * BufferView_pimpl.h:
6918         * BufferView_pimpl.C: move bogus scrolling logic
6919           to xforms
6920
6921 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6922
6923         * lyxfunc.C:
6924         * BufferView_pimpl.C: view->resize() change
6925
6926 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6927
6928         * BufferView_pimpl.C: topCursorVisible
6929           prototype change
6930
6931 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6932
6933         * Makefile.am:
6934         * lyx_gui.h:
6935         * lyx_gui.C: move to frontends/
6936
6937         * main.C:
6938         * lyx_main.h:
6939         * lyx_main.C: changes from above
6940
6941 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6942
6943         * intl.C:
6944         * intl.h:
6945         * kbmap.C:
6946         * kbsequence.C:
6947         * lyx_cb.C:
6948         * lyx_main.C: minor tidy
6949
6950 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6951
6952         * BufferView_pimpl.h:
6953         * BufferView_pimpl.C:
6954         * BufferView.h:
6955         * BufferView.C: make painter() const,
6956           remove dead code
6957
6958         * BufferView2.C: use screen() accessor
6959
6960         * lyx_main.h:
6961         * lyx_main.C: some minor cleanup
6962
6963 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6964
6965         * BufferView_pimpl.h:
6966         * BufferView_pimpl.C: remove enter/leaveView,
6967           use workHeight()
6968
6969 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6970
6971         * BufferView.h:
6972         * BufferView.C:
6973         * BufferView2.C:
6974         * BufferView_pimpl.h:
6975         * BufferView_pimpl.C: only construct screen once,
6976           rename
6977
6978         * lyxrc.C: remove pointless comment
6979
6980 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6981
6982         * BufferView.h:
6983         * BufferView.C: remove active() and belowMouse()
6984
6985         * BufferView_pimpl.h:
6986         * BufferView_pimpl.C: use workarea() not workarea_,
6987           and make it use a scoped_ptr instead
6988
6989 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6990
6991         * lyx_gui.C: add debug message on BadWindow
6992
6993 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6994
6995         * sp_spell.C: fdopen is not part of the C++ standard.
6996
6997         * paragraph.C (InsetIterator): use >= instead of ==
6998
6999 2002-06-07  Angus Leeming  <leeming@lyx.org>
7000
7001         Fixes needed to compile with Compaq cxx 6.5.
7002         * BufferView_pimpl.C:
7003         * DepTable.C:
7004         * buffer.C:
7005         * converter.C:
7006         * encoding.C:
7007         * lyx_gui.C:
7008         * lyx_main.C:
7009         * lyxtextclasslist.C:
7010         * minibuffer.C:
7011         * sp_spell.C:
7012         * tabular_funcs.C:
7013         * vc-backend.C:
7014         all c-library variables have been moved into namespace std. Wrap
7015         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7016
7017         * lyxlength.C:
7018         * tabular-old.C:
7019         * tabular.C:
7020         Add a using std::abs declaration.
7021
7022         * kbmap.h (modifier_pair):
7023         * paragraph.h (InsetTable, InsetList):
7024         * lyxfont.h (FontBits):
7025         type definition made public.
7026
7027         * bufferlist.C (emergencyWriteAll): the compiler complains that
7028         there is more than one possible lyx::class_fun template to choose from.
7029         I re-named the void specialisation as lyx::void_class_fun.
7030
7031         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7032
7033         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7034         the compiler is is unable to find tostr in write_attribute.
7035
7036 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7037
7038         * buffer.C (sgmlError): hide #warning
7039
7040 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7041
7042         * xtl/*: get rid of xtl, which is not in use anyway
7043
7044         * LyXAction.C (init):
7045         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7046         were unimplemented xtl experimentation
7047
7048 2002-06-04  André Pönitz <poenitz@gmx.net>
7049
7050         * lyxfunc.C: disable array operation on simple formulae
7051
7052 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7053
7054         * converter.C: constify a bit
7055
7056 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7057
7058         * lyx_gui.C: check xforms version correctly
7059
7060 2002-04-30  Herbert Voss  <voss@lyx.org>
7061
7062         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7063         "keep" option
7064
7065 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7066
7067         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7068           attempt to register it with a VCS)
7069
7070 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7071
7072         * lyx_main.C (init): honor variables LYX_DIR_13x and
7073         LYX_USERDIR_13x
7074
7075 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7076
7077         * buffer.h:
7078         * buffer.C:
7079         * lyx_main.C: fix a crash on bad command line,
7080           and give a useful exit status on error
7081
7082         * lyxfunc.C (doImport): allow -i lyx to work
7083
7084 2002-03-30  André Pönitz <poenitz@gmx.net>
7085
7086         * lyxfunc.C: mathed font changes
7087
7088 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7089
7090         * LaTeX.C:
7091         * importer.h:
7092         * importer.C:
7093         * lyx_sty.h:
7094         * lyx_sty.C:
7095         * lyxlex.C:
7096         * lyxrow.h:
7097         * lyxtext.h:
7098         * paragraph.h:
7099         * paragraph.C:
7100         * texrow.h:
7101         * texrow.C:
7102         * text.C:
7103         * trans_mgr.h: srcdocs, and some minor cleanups
7104
7105 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7106
7107         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7108         call getFont all the time)
7109
7110 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7111
7112         * switch from SigC signals to boost::signals
7113
7114 2002-05-29  André Pönitz <poenitz@gmx.net>
7115
7116         * paragraph_pimpl.C (getChar): don't call size() too often...
7117
7118 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7119
7120         * paragraph_pimpl.C (insertChar): do not try to update tables when
7121         appending (pos == size())
7122
7123         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7124         in order to reduce drastically the number of comparisons needed to
7125         parse a large document
7126
7127 2002-05-29  André Pönitz <poenitz@gmx.net>
7128
7129         * text.C:
7130         * text2.C:
7131         * lyxtextclass.C:
7132         * sp_pspell.h:
7133         * textclasslist.[Ch]:
7134         * sp_ispell.h: whitespace change
7135
7136 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7137
7138         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7139         lyxaction directly now.
7140
7141 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7142
7143         * trans.C:
7144         * lyxfont.C:
7145         * lyxvc.C: remove unused headers
7146
7147 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7148
7149         * Makefile.am:
7150         * buffer.h:
7151         * undostack.h:
7152         * undostack.C:
7153         * undo_funcs.h:
7154         * undo_funcs.C: some cleanups. Use shared_ptr
7155           and a template for the undo stacks.
7156
7157 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7158
7159         * BufferView_pimpl.h:
7160         * BufferView_pimpl.C:
7161         * kbmap.h:
7162         * kbmap.C:
7163         * kbsequence.h:
7164         * kbsequence.C:
7165         * lyxfunc.h:
7166         * lyxfunc.C:
7167         * text2.C: use key_state/mouse_state
7168
7169 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7170
7171         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7172         and LSubstring
7173
7174         * chset.C: change include order
7175         (loadFile): use boost regex and get rid of LRegex and LSubstring
7176
7177         * Makefile.am (BOOST_LIBS): new variable
7178         (lyx_LDADD): use it
7179
7180         * LaTeX.C: change include order.
7181         (scanAuxFile): use boost regex and get rid of LRegex and
7182         LSubstring
7183         (deplog): ditto
7184
7185 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7186
7187         * ColorHandler.h:
7188         * ColorHandler.C:
7189         * FontInfo.h:
7190         * FontInfo.C: moved to frontends/xforms/
7191
7192         * FontLoader.h:
7193         * FontLoader.C: moved into frontends for GUIIzation
7194
7195         * Makefile.am:
7196         * lyx_gui.C:
7197         * lyxfont.C:
7198         * lyxfunc.C: changes from above
7199
7200 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7201
7202         * LColor.C: remove spurious X include
7203
7204         * BufferView_pimpl.C:
7205         * Makefile.am:
7206         * font.h:
7207         * font.C:
7208         * text.C:
7209         * text2.C: move font metrics to frontends/
7210
7211 2002-05-24  Juergen Vigna  <jug@sad.it>
7212
7213         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7214         setting the undo_cursor.
7215
7216         * ParagraphParameters.h: include local includes first.
7217
7218 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7219
7220         * BufferView_pimpl.C:
7221         * BufferView_pimpl.h:
7222         * Makefile.am:
7223         * WorkArea.h:
7224         * WorkArea.C:
7225         * screen.C: move WorkArea into frontends/
7226
7227         * lyxscreen.h:
7228         * screen.C:
7229         * text.C:
7230         * BufferView.C:
7231         * BufferView2.C: move LyXScreen into frontends/
7232
7233         * lyxlookup.h:
7234         * lyxlookup.C:
7235         * lyx_gui.C: move lyxlookup into frontends/xforms/
7236
7237 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7238
7239         * BufferView2.C:
7240         * BufferView_pimpl.C:
7241         * FontLoader.C:
7242         * LyXView.h:
7243         * LyXView.C:
7244         * Makefile.am:
7245         * WorkArea.C:
7246         * XFormsView.h:
7247         * XFormsView.C:
7248         * buffer.C:
7249         * bufferlist.C:
7250         * bufferview_funcs.C:
7251         * converter.C:
7252         * importer.C:
7253         * lyx_cb.C:
7254         * lyx_gui.C:
7255         * lyx_main.C:
7256         * lyx_find.C:
7257         * lyxfunc.C:
7258         * lyxvc.C:
7259         * minibuffer.C:
7260         * text.C:
7261         * text2.C:
7262         * trans.C:
7263         * vc-backend.C: move LyX/XFormsView into frontends/
7264
7265 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7266
7267         * Makefile.am:
7268         * PainterBase.C:
7269         * PainterBase.h:
7270         * Painter.C:
7271         * Painter.h:
7272         * WorkArea.C:
7273         * WorkArea.h:
7274         * screen.C:
7275         * tabular.C:
7276         * text.C:
7277         * text2.C: move Painter to frontends/
7278
7279 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7280
7281         * buffer.C: comment out some some code that depend upon lyx_format
7282         < 220
7283
7284         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7285         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7286
7287         * buffer.h (NO_COMPABILITY): turn off compability
7288
7289         * ColorHandler.C: include scoped_array.hpp
7290
7291         * font.C: Use more specific smart_ptr header.
7292         * Painter.C: ditto
7293         * gettext.C: ditto
7294         * ShareContainer.h: ditto
7295         * lyx_main.h: ditto
7296         * kbmap.h: ditto
7297         * FontInfo.h: ditto
7298         * BufferView_pimpl.h: ditto
7299         * ColorHandler.h: ditto
7300
7301         * kbmap.C (defkey): change call to shared_ptr::reset
7302
7303 2002-05-21  Juergen Vigna  <jug@sad.it>
7304
7305         * buffer.C (insertErtContents): fix to insert ert asis if it is
7306         non empty. Skip it completely if it contains only whitespaces.
7307
7308 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7309
7310         * BufferView_pimpl.C:
7311         * BufferView2.C: clear selection on paste (bug 393)
7312
7313 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7314
7315         * DepTable.C: include ctime
7316
7317 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7318
7319         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7320
7321 2002-05-14  Juergen Vigna  <jug@sad.it>
7322
7323         * text.C (breakParagraph): fixed function to honor the keepempty
7324         layout in the right maner and also to permit the right breaking
7325         algorithm on empty or non empyt keepempty paragraphs.
7326
7327         * paragraph.C (breakParagraph): we have to check also if the par
7328         is really empty (!size()) for isempty otherwise we do the wrong
7329         paragraph break.
7330
7331 2002-05-10  Juergen Vigna  <jug@sad.it>
7332
7333         * buffer.[Ch] : The following are only changes to the ert
7334         compatibility read reading old LaTeX layout and font stuff and
7335         convert it to ERTInsets.
7336
7337         * buffer.h: added isErtInset().
7338
7339         * buffer.C (struct ErtComp): add a fromlayout bool to check
7340         if we're inside a LaTeX layout.
7341         (isErtInset): new helper function.
7342         (insertErtContents): look for other ert insets before this one
7343         and insert the contents there, so that we don't have subsequent
7344         ERT insets with nothing between them. This way we create only one
7345         inset with multiple paragraphs. Also check if we don't insert only
7346         spaces ' ' as they are ignored anyway afterwards in the .tex file
7347         so if we have only spaces we will ignore this latex part in the
7348         new file.
7349         (parseSingleLyXformat2Token \\layout): better compatibility when
7350         reading layout-latex stuff.
7351         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7352         language tag.
7353         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7354         stuff after reading the inset only get the information back from
7355         the stack.
7356
7357 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7358
7359         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7360
7361         * LaTeXFeatures.C (getBabelOptions): New method.
7362
7363 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7364
7365         * BufferView_pimpl.C (Dispatch): work around missing argument for
7366         'layout'
7367
7368 2002-05-08  Juergen Vigna  <jug@sad.it>
7369
7370         * text.C (leftMargin): handle paragraph leftindent.
7371
7372         * paragraph.C (writeFile): write the new \\leftindent tag.
7373         (validate): handle leftindent code.
7374         (TeXEnvironment): handle paragraphleftindent code again.
7375
7376         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7377
7378         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7379         for paragrap_extra indent code and new token \\leftindent.
7380         (latexParagraphs): handle the leftindent as environment.
7381
7382         * ParameterStruct.h: added leftindent support.
7383
7384         * ParagraphParameters.C (leftIndent): added support functions for
7385         the paragraph left indent.
7386
7387         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7388         more appropriate.
7389
7390 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7391
7392         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7393         inside insetERT.
7394
7395         * text.C (computeBidiTables): No bidi in insetERT.
7396
7397         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7398         in RTL documents.
7399
7400 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7401
7402         * version.C.in: pre 5
7403
7404 2002-05-02  José Matos  <jamatos@fep.up.pt>
7405         * buffer.C (makeDocBookFile): white space changes, add newline to
7406         command styles.
7407         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7408
7409         * tabular.C (docBook): fix typo.
7410
7411 2002-05-03  Juergen Vigna  <jug@sad.it>
7412
7413         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7414         change in LyXText as we can not be sure it was not freed.
7415         (drawOneRow): remove unused code.
7416
7417         * text.C (drawInset): redo the calculation of the need_break_row as
7418         it could have a row which was already freed.
7419         (draw): look at the return value of drawInset and return false if
7420         it also returned false.
7421         (paintRowText): look at the return value of draw and return false if
7422         it also returned false.
7423
7424         * lyxtext.h: added bool return type to drawInset() and draw() so that
7425         if we have a change in the row so that the rowbreak has to be redone
7426         we abort drawing as it will be called again.
7427
7428 2002-05-02  Juergen Vigna  <jug@sad.it>
7429
7430         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7431         a change in the maintext also if we're inside an inset.
7432         (Dispatch): set the cursor again after a break line and after the
7433         screen has been updated as it could be we're in a different row.
7434
7435         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7436         to set the cursor behind the pargraph with > size().
7437         (setCursor): check also for the same paragraph when checking where
7438         to put the cursor if we have a NFR inset.
7439
7440         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7441         parts of layout read further up as it still was in the wrong
7442         position.
7443
7444 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7445
7446         * screen.C (drawFromTo): change sine fullRebreak always return
7447         true.
7448
7449         * buffer.C (parseSingleLyXformat2Token): reindent some
7450
7451         * BufferView_pimpl.C (update): change since fullRebreak always
7452         return true.
7453         (Dispatch): git rid of the last hardcoded "Standard"s.
7454
7455 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7456
7457         * text2.[Ch] (fullRebreak): make it return void now that we always
7458         returned true.
7459
7460 2002-04-30  Juergen Vigna  <jug@sad.it>
7461
7462         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7463         ert compatibility check for "latex" layout.
7464
7465 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7466
7467         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7468         minipages: use col% instead of p%, and also use the current font.
7469         (makeLaTeXFile): Fix use babel condition.
7470         (parseSingleLyXformat2Token): Correct font when reading old floats.
7471
7472 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7473
7474         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7475         inserting list of floats.
7476
7477 2002-04-25  Herbert Voss  <voss@lyx.org>
7478
7479         * MenuBackend.C (expand): don't add the graphics extensions to the
7480         export menu
7481
7482 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7483
7484         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7485         non-existing layout, do not complain if it was the default layout
7486         of the original class (bug #342)
7487
7488 2002-04-24  Juergen Vigna  <jug@sad.it>
7489
7490         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7491         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7492
7493 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7494
7495         * buffer.C (getBibkeyList): If using \bibliography, return the
7496         option field with the reference itself. Enables us to provide natbib
7497         support when using \bibliography.
7498
7499 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7500
7501         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7502
7503         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7504         natbib is provided by the LaTeX class.
7505
7506 2002-04-23  Juergen Vigna  <jug@sad.it>
7507
7508         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7509         Wakeup functions.
7510
7511         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7512
7513 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7514
7515         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7516
7517         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7518         ensuremath around textordmasculine, textordfeminine and
7519         textdegree.
7520
7521 2002-04-19  Juergen Vigna  <jug@sad.it>
7522
7523         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7524         reinitializing the buffer otherwise row-dimensions may be wrong.
7525         (update): reset also the selection cursors if they do exits otherwise
7526         their x/y positions may be wrong.
7527
7528         * text2.C (cursorDown): don't enter the inset if we came from a row
7529         above and are one row over the inset.
7530
7531         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7532         really leaving an inset.
7533
7534 2002-04-18  Juergen Vigna  <jug@sad.it>
7535
7536         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7537         of the selected paragraph does not have the selected layout also if
7538         the last one had!
7539
7540         * text2.C (setLayout): fixed bug which did not change last selected
7541         paragraph.
7542
7543         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7544         changed the read and substituted \\end_float with \\end_inset!
7545
7546         * BufferView_pimpl.C (cursorPrevious):
7547         (cursorNext): fixed to make it work with rows heigher than the work
7548         area without moving the cursor only the draw of the row.
7549         (workAreaMotionNotify): fix jumping over high rows.
7550
7551 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7552
7553         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7554         Ressler.
7555
7556 2002-04-16  Juergen Vigna  <jug@sad.it>
7557
7558         * text2.C (setCursor): set also the irow().
7559         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7560         (cursorUp):
7561         (cursorDown): support for locking an inset if the x_fix value goes
7562         inside it. That way I can transverse insets too with cursor up/down.
7563
7564         * lyxrow.h: added irow helper function same as other (i) functions.
7565
7566         * BufferView_pimpl.C (cursorPrevious):
7567         (cursorNext): fixed for insets!
7568
7569 2002-04-15  Juergen Vigna  <jug@sad.it>
7570
7571         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7572         position otherwise it is wrong in some cases.
7573
7574         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7575         inside the inset before the call.
7576
7577 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7578
7579         * buffer.[Ch] (getBibkeyList): make it const.
7580
7581 2002-04-12  Juergen Vigna  <jug@sad.it>
7582
7583         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7584
7585         * text2.C (getCursorX): new helper function
7586         (setCursor): compute also ix_
7587         (setCursorFromCoordinates): set also ix.
7588
7589         * lyxcursor.h: added ix_ and helper functions.
7590
7591         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7592
7593         * buffer.C (insertStringAsLines): dont break paragraph if the this
7594         paragraph is inside an inset which does not permit it!
7595
7596         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7597         also with no chars on this paragraph.
7598         (paintRowText): only paint stuff if it's inside the workarea!
7599
7600         * paragraph.C (breakParagraph): honor keepempty flag and break the
7601         paragraph always below not above.
7602
7603         * BufferView2.C (unlockInset): update the paragraph layout on inset
7604         unlock as we changed paragraph in such a case.
7605
7606         * lyxfind.C (LyXFind): clear the former selection if not found!
7607
7608         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7609         again called in insertChar().
7610
7611         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7612         an inset which uses the whole row!
7613         (rightMargin): ditto.
7614         (insertChar): force a rebreak if we inserted an inset!
7615
7616 2002-03-28  Herbert Voss  <voss@lyx.org>
7617
7618         * lyxlength.[Ch]: add inBP() to get the right PS-point
7619         units (BigPoint). With inPixels we have rounding errors
7620
7621 2002-04-11  Juergen Vigna  <jug@sad.it>
7622
7623         * text2.C (setCursorFromCoordinates): set iy to the right value.
7624         (setCursor): add check if row->previous exists!
7625
7626         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7627         an old float_type as this was the case in the old code!
7628
7629         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7630
7631         * BufferView2.C (showLockedInsetCursor): use iy
7632         (fitLockedInsetCursor): ditto
7633
7634         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7635         locked insets as there we have the right value now.
7636
7637         * lyxcursor.C: added iy_ variable and iy functions to set to the
7638         baseline of cursor-y of the locked inset.
7639
7640         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7641         (setCursor): fixed for insets which need a full row.
7642
7643         * text.C (rowLastPrintable): don't ignore the last space when before
7644         an inset which needs a full row.
7645         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7646         as last character of a row when before a inset which needs a full row.
7647
7648 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7649
7650         * version.C.in: update date
7651
7652         * text2.C (fullRebreak): try to always return true and see what
7653         happens...
7654
7655 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7656
7657         * MenuBackend.C (expand): use Floating::listName
7658
7659         * FloatList.C (FloatList): add listName argument to the built-in
7660         floats
7661
7662         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7663         text associated with the float.
7664
7665 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7666
7667         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7668
7669 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7670
7671         * ShareContainer.h: add a couple of missing typenames.
7672
7673 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7674
7675         * lyxrc.C (getDescription): use _() correctly rather than N_().
7676
7677 2002-03-28  Herbert Voss  <voss@lyx.org>
7678
7679         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7680         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7681
7682 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7683
7684         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7685         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7686
7687 2002-03-29  Juergen Vigna  <jug@sad.it>
7688
7689         * lyxfunc.C (dispatch): add a missing fitCursor call.
7690
7691         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7692         it was scrolled by a cursor move, so return the bool status.
7693
7694         * BufferView.C (fitCursor): return the bool flag also to the outside
7695         world as this is needed.
7696
7697         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7698
7699         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7700         call the edit() as it is not needed (and wrong) IMO.
7701         (workAreaButtonPress): set the screen_first variable before evt.
7702         unlock the inset as this may change screen_first and then we have
7703         a wrong y position for the click!
7704
7705 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7706
7707         * MenuBackend.C (expand): another translation that I missed
7708
7709 2002-03-28  Juergen Vigna  <jug@sad.it>
7710
7711         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7712
7713         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7714
7715 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7716
7717         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7718
7719         * MenuBackend.C (expand): fix export/view/update when there is no
7720         document open.
7721
7722 2002-03-27  Herbert Voss  <voss@lyx.org>
7723
7724         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7725         and text%
7726
7727 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7728
7729         * bufferview_funcs.C (currentState): only show paragraph number
7730         for is DEVEL_VERSION is set.
7731
7732         * lyxfunc.C (dispatch): put warning in INFO channel
7733
7734         * MenuBackend.C (expand): translate the name of floats
7735
7736         * FloatList.C (FloatList): mark the float names for translation
7737
7738         * converter.C (convert): use LibScriptSearch
7739
7740 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7741
7742         * MenuBackend.C (defaults): fix default menu (we might as well get
7743         rid of it...)
7744
7745 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7746
7747         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7748         directory.
7749
7750 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7751
7752         * lyxvc.C: reorder includes.
7753
7754 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7755
7756         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7757           properly
7758
7759 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7760
7761         * CutAndPaste.C: change layouts earlier on paste
7762           to avoid crashing when calling getFont()
7763
7764 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7765
7766         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7767         irritating #error.
7768
7769 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7770
7771         * WorkArea.C: remove 'Pending' debug message.
7772
7773         * most files: ws cleanup
7774
7775         * buffer.[Ch]: ws changes
7776
7777         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7778
7779 2002-03-21  Juergen Vigna  <jug@sad.it>
7780
7781         * tabular.C (SetMultiColumn): collapse also the contents of the
7782         cells and set the last border right. Added a Buffer const * param.
7783
7784 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7785
7786         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7787         linking or not.
7788
7789 2002-03-19  Juergen Vigna  <jug@sad.it>
7790
7791         * text2.C (clearSelection): reset also xsel_cache.
7792
7793         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7794         where it needs to be called (John tells us to do so too :)
7795         (selectionLost): reset sel_cache.
7796
7797         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7798
7799 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7800
7801         * text2.C (setCursorIntern): put debuging code in INSETS channel
7802
7803 2002-03-19  André Pönitz <poenitz@gmx.net>
7804
7805         * lyxfunc.C: tiny whitespace change
7806
7807 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7808
7809         * ToolbarDefaults.C (init):
7810         * LyXAction.C (init):
7811         * commandtags.h:
7812         * BufferView_pimpl.C (Dispatch):
7813         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7814
7815 2002-03-19  Allan Rae  <rae@lyx.org>
7816
7817         * exporter.C (Export): removeAutoInsets before doing anything else.
7818         While I've just introduced a dependency on BufferView this really is
7819         the best place to clean the buffer otherwise you need to cleanup in
7820         a dozen places before calling export or cleanup in a dozen functions
7821         that export calls.
7822
7823         * converter.C (runLaTeX):
7824         (scanLog): Better handling of removeAutoInsets and screen updates.
7825
7826         * lyxfunc.C (dispatch): small whitespace changes
7827
7828 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7829
7830         * WorkArea.C (C_WorkAreaEvent): return a value.
7831         (event_cb): return 1 if we handled the event, 0 otherwise.
7832
7833         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7834
7835 2002-03-18  Juergen Vigna  <jug@sad.it>
7836
7837         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7838         (GetAdditionalWidth): ditto.
7839         (RightLine): ditto.
7840         (LeftLine): ditto.
7841
7842         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7843         inset if we're there actually (probably not used right now but this
7844         is the direction to go for unifying code).
7845         (paste): disable code to clear the selection.
7846
7847         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7848         inside an InsetText and move the check further up as it is in the
7849         wrong place.
7850
7851         * text2.C (pasteSelection): set a selection over the pasted text.
7852
7853 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7854
7855         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7856         and libgraphics to build on Cygwin.
7857
7858 2002-03-15  Juergen Vigna  <jug@sad.it>
7859
7860         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7861         inserting an Inset into the paragraph. I know this is not the best
7862         fix but we already use current_view in CutAndPaste so we will remove
7863         all of it's using at the same time.
7864
7865         * buffer.C (sgmlError): deactivated function till it is rewritten in
7866         the right mode, now it can create problems.
7867
7868         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7869         before accessing it.
7870
7871 2002-03-14  Juergen Vigna  <jug@sad.it>
7872
7873         * undo_funcs.C (textHandleUndo): do the right thing when updating
7874         the inset after the undo/redo.
7875
7876         * text2.C (setCursor): just some testcode for #44 not ready yet.
7877
7878         * undo_funcs.C (textHandleUndo): set the next() and previous()
7879         pointers of the paragraph to 0 before deleting otherwise we have
7880         problems with the Paragraph::[destructor].
7881
7882         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7883         on a paragraph insertion.
7884
7885 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7886
7887         * buffer.C (asciiParagraph): use += operator for char append to
7888         string.
7889
7890         * paragraph.C (getFontSettings): compare >= not just >
7891         (highestFontInRange): ditto
7892         (setFont): ditto
7893
7894 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7895
7896         * paragraph.C: change several algorithm to be more appripriate for
7897         the problem domain. This is lookip in FontList and in the InsetList.
7898
7899 2002-03-13  André Pönitz <poenitz@gmx.net>
7900
7901         * commandtags.h:
7902         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7903
7904 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7905
7906         * commandtags.h:
7907         * LyXAction.C:
7908         * lyxfunc.C:
7909         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
7910
7911 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7912
7913         * Painter.C (display): anon helper function, adjust code for this
7914         change.
7915         (pixmap): remove function.
7916
7917         * Painter.h: remove private display variable.
7918
7919         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
7920
7921 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
7922
7923         * WorkArea.[Ch]: remove figinset_canvas cruft.
7924
7925 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7926
7927         * lyxtextclass.C (operator): add one item cache optimization.
7928
7929         * bufferlist.h: doxy changes
7930
7931         * bufferlist.C: ws changes
7932
7933         * DepTable.[Ch] (ext_exist): place const in the right spot.
7934
7935         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
7936         call resizeInsets.
7937         (workAreaExpose): call resizeInsets when the with BufferView changes.
7938         (Dispatch): adjust for protectedBlank removal
7939         (specialChar): call updateInset if the insert went ok.
7940
7941         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
7942         specialChar instead.
7943
7944         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
7945
7946         * BufferView.h: doxy change
7947
7948         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
7949
7950         * lyxtextclass.C (operator[]): remove non-const version
7951         (defaultLayout): remove non-const version
7952
7953 2002-03-12  Juergen Vigna  <jug@sad.it>
7954
7955         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
7956         did resize the LyXText too.
7957
7958         * buffer.C (readLyXformat2): set layout information on newly allocated
7959         paragraphs.
7960
7961         * tabular.C (OldFormatRead): set layout information on the paragraph.
7962
7963 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7964
7965         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
7966
7967 2002-03-11  Juergen Vigna  <jug@sad.it>
7968
7969         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
7970         plainly wrong.
7971         (resizeCurrentBuffer): force also the insets to resize themselfes.
7972         (moveCursorUpdate): fixed up for InsetText.
7973
7974 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
7975
7976         * commandtags.h:
7977         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
7978         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
7979         value of Dialogs::tooltipsEnabled().
7980         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
7981
7982 2002-03-08  Juergen Vigna  <jug@sad.it>
7983
7984         * BufferView_pimpl.C (updateInset): update inset inside inset also
7985         if it isn't inside theLockingInset().
7986
7987 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7988
7989         * buffer.C (asciiParagraph): redo some of the word and line length
7990         handling.
7991         (getLists): look for Caption instead of caption.
7992
7993 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7994
7995         * buffer.C (Buffer): initialize niceFile to true
7996         (makeLaTeXFile):
7997         (makeLinuxDocFile):
7998         (makeDocBookFile): make sure niceFile is true on exit
7999
8000 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8001
8002         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8003
8004 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8005
8006         * LyXSendto.C: remove.
8007         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8008         * lyx_gui.C: remove now-redundant comment.
8009         * ColorHandler.h: remove forward declaration of class WorkArea.
8010         * lyxfunc.C: remove #include "WorkArea.h".
8011
8012 2002-03-07  Juergen Vigna  <jug@sad.it>
8013
8014         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8015         got moved away with the DEPM and also set the inset_owner always
8016         right which before could have been omitted.
8017
8018 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8019
8020         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8021         wanted layout is not found.
8022
8023 2002-03-07  Juergen Vigna  <jug@sad.it>
8024
8025         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8026
8027 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8028
8029         * paragraph.C (breakParagraph): use default layout not layout of
8030         prev paragraph.
8031         (Paragraph): clear ParagraphParameters.
8032
8033 2002-03-06  Juergen Vigna  <jug@sad.it>
8034
8035         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8036         otherwise it would not be a valid lenght. Fixed a special case in
8037         the minipage compatibility read where we end the document with a
8038         minipage.
8039
8040         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8041         was set as it could be 0 for InsetTexts first entry.
8042
8043 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8044
8045         * paragraph.C (writeFile): if layout is empty write out
8046         defaultLayoutName().
8047
8048         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8049         file without named layout we set layout to defaultLayoutName().
8050
8051 2002-03-06  Juergen Vigna  <jug@sad.it>
8052
8053         * CutAndPaste.C (copySelection): set layout for new paragraph.
8054
8055         * text.C (prepareToPrint): leave ERT inset left aligned
8056         (leftMargin): don't indent paragraphs inside ERT insets
8057
8058 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8059
8060         * paragraph.C (breakParagraph): dont call clear do the work manually
8061
8062         * paragraph.[Ch] (clear): remove function
8063
8064 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8065
8066         * paragraph.C (Paragraph): dont call clear, the work has already
8067         been done.
8068
8069         * lyxtextclass.C (operator): assert if n is empty
8070
8071         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8072         work manually instead.
8073
8074 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8075
8076         * BufferView_pimpl.C: protect selectionLost against text == 0
8077
8078 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8079
8080         * text.C (breakParagraph): fix a setting layout to '0' problem.
8081
8082 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8083
8084         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8085         final location of file, for the included files, and graphics.
8086
8087 2002-03-05  Juergen Vigna  <jug@sad.it>
8088
8089         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8090
8091 2002-03-04  Juergen Vigna  <jug@sad.it>
8092
8093         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8094
8095         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8096         last column of multicolumn cells.
8097         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8098
8099 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8100
8101         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8102         file if it doesn't go to a temporary file.
8103
8104         * buffer.C (sgmlOpenTag):
8105         (sgmlCloseTag):  remove extra newline insertion.
8106
8107 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8108
8109         * text.C (getRowNearY): comment out debug msg
8110
8111 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8112
8113         * text2.C: first -> first_y
8114
8115         * text.C (getRowNearY): add some attemts at a possible
8116         optimization, not working.
8117
8118         * tabular.[Ch]: add BufferParams to several function so that newly
8119         created paragraph can be initialized to he default layotu for the
8120         buffers textclass.
8121
8122         * tabular-old.C (ReadOld): add buf->params to call of Init
8123
8124         * screen.C: rename text->first to text->first_y
8125
8126         * paragraph.C (breakParagraph): always set layout in the broken
8127         paragraph
8128
8129         * lyxtextclass.C (Read): remove lowercase
8130         (hasLayout): ditto
8131         (operator): ditto
8132         (delete_layout): ditto
8133
8134         * lyxtext.h: rename first -> first_y
8135
8136         * lyxlayout.C (Read): remove lowercase
8137         (name): ditto
8138         (setName): ditto
8139         (obsoleted_by): ditto
8140
8141         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8142
8143         * buffer.C (insertErtContents): add params are to InsetERT
8144         (parseSingleLyXformat2Token): add code to check if a paragraphs
8145         layout really exist.
8146         (parseSingleLyXformat2Token): add params to several inset
8147         constructors
8148         (asciiParagraph): remove lowercase, do the layout comparisons with
8149         no_case
8150
8151         * BufferView_pimpl.C (cursorNext): first -> first_y
8152         (resizeCurrentBuffer): first -> first_y
8153         (updateScrollbar): first -> first_y
8154         (scrollCB): first -> first_y
8155         (workAreaMotionNotify): first -> first_y
8156         (workAreaButtonPress): first -> first_y
8157         (checkInsetHit): first -> first_y
8158         (cursorPrevious): first -> first_y
8159         (cursorNext): first -> first_y
8160         (Dispatch): add buffer_->params to severl inset contructors
8161
8162 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8163
8164         * lyxlayout.C (Read): remove some debug info that I forgot.
8165
8166         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8167         clean up the code slightly.
8168         (makeLinuxDocFile): ditto
8169         (makeDocBookFile): ditto
8170
8171         * text2.C: layout as string
8172
8173         * text.C: layout as string
8174
8175         * paragraph_pimpl.C: layout as string
8176
8177         * paragraph.[Ch]: layout as string
8178
8179         * lyxtextclasslist.[Ch]: layout as string
8180
8181         * lyxtextclass.[Ch]: layout as string
8182
8183         * lyxtext.h: layout as string
8184
8185         * lyxlayout.[Ch]: layout as string
8186
8187         * lyx_cb.C: layout as string
8188
8189         * bufferview_funcs.C: layout as string
8190
8191         * bufferparams.C: layout as string
8192
8193         * buffer.C: layout as string
8194
8195         * LyXView.[Ch]: layout as string
8196
8197         * LaTeXFeatures.[Ch]: layout as string
8198
8199         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8200
8201         * BufferView_pimpl.C: change current_layout to string, remove
8202         lyx::layout_type.
8203         (Dispatch):
8204         (smartQuote):
8205         (insertInset):
8206         (workAreaButtonRelease): layout as string
8207
8208         * BufferView2.C (unlockInset): adjust
8209
8210         * vspace.C (asLatexCommand): use an explict temp variable.
8211
8212 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8213
8214         * Makefile.am: use FRONTEND_*
8215
8216 2002-03-01  Juergen Vigna  <jug@sad.it>
8217
8218         * tabular.C (SetWidthOfMulticolCell): changed to something better
8219         I hope but still work in progress.
8220         (recalculateMulticolumnsOfColumn): renamed function from
8221         recalculateMulticolCells as it is more appropriate now.
8222         (SetWidthOfCell): calculate multicols better.
8223
8224 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8225
8226         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8227
8228         * lyxfunc.C (processKeySym): print sequence also if it is
8229         `deleted' (complete)
8230
8231         * kbsequence.C (print): print sequence even if it is deleted
8232         (complete would be a better word, actually).
8233
8234         * lyxfunc.C (dispatch): print complete options after a prefix key
8235
8236         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8237
8238 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8239
8240         * text2.C (setCharFont): eliminate setCharFont code duplication.
8241
8242 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8243
8244         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8245         LFUN_TABULAR_FEATURE (bug #177)
8246
8247 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8248
8249         * Makefile.am: remove figure.h
8250
8251 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8252
8253         * Bufferview_pimpl.C:
8254         * CutAndPasteC:
8255         * LaTeX.C:
8256         * LyXSendto.C:
8257         * buffer.C:
8258         * bufferlist.C:
8259         * converter.C:
8260         * language.C:
8261         * lyxfunc.C:
8262         * lyxvc.C:
8263         * paragraph.C:
8264         * text.C:
8265         * text2.C: remove #include "lyx_gui_misc.h".
8266
8267         * LaTeX.C: added #include <cstdio>
8268
8269 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8270
8271         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8272         that the paragraph following this one can have.
8273
8274         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8275
8276         * vspace.C (asLatexCommand): fix bogus gcc warning
8277
8278         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8279
8280 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8281
8282         * text2.C (setLayout): get rid of redundant code
8283
8284 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8285
8286         * text2.C (incDepth): make sure depth cannot be increased beyond
8287         reasonable values.
8288
8289 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8290
8291         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8292         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8293
8294         * PainterBase.h (image):
8295         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8296         a LyXImage const *.
8297
8298 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8299
8300         * BufferView.C:
8301         * BufferView.h:
8302         * BufferView_pimpl.C:
8303         * BufferView_pimpl.h:
8304         * LaTeXFeatures.C:
8305         * LyXAction.C:
8306         * LyXView.C:
8307         * Makefile.am:
8308         * UpdateList.h:
8309         * UpdateList.C:
8310         * buffer.C:
8311         * figure.h:
8312         * figureForm.C:
8313         * figureForm.h:
8314         * figure_form.C:
8315         * figure_form.h:
8316         * lyx_cb.C:
8317         * lyx_gui.C:
8318         * lyx_gui_misc.C:
8319         * lyxfunc.C:
8320         * sp_base.h:
8321         * sp_ispell.h:
8322         * sp_pspell.h:
8323         * sp_spell.C: remove fig inset, and the crap house of
8324           cards that follows it
8325
8326 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8327
8328         * Makefile.am:
8329         * lyxserver.C:
8330         * os2_defines.h:
8331         * os2_errortable.h:
8332         * nt_defines.h: move .h into support/
8333
8334         * vms_defines.h: remove
8335
8336         * WorkArea.C: add space in debug output
8337
8338         * text2.C:
8339         * paragraph.C:
8340         * buffer.C: add WITH_WARNINGS
8341
8342         * vc-backend.h:
8343         * vc-backend.C:
8344         * bufferlist.C: s/retrive/retrieve/, add docs
8345
8346         * vspace.h:
8347         * vspace.C:
8348         * kbmap.h:
8349         * lyxlength.h:
8350         * lyxgluelength.h:
8351         * length_common.h:
8352         * chset.h:
8353         * chset.C: add docs
8354
8355         * lyxgui.C: add ID to X error handler
8356
8357         * lyxtestclass.c: fix typo
8358
8359 2002-02-26  Juergen Vigna  <jug@sad.it>
8360
8361         * tabular_funcs.C (write_attribute): changed so that some default
8362         attributes are not written at all.
8363         (getTokenValue): set default values before trying to read the
8364         value so we have the return value always set as default if we don't
8365         find the token we search for.
8366
8367         * tabular.C (Write): write bools as bools not as strings!
8368
8369 2002-02-22  Juergen Vigna  <jug@sad.it>
8370
8371         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8372         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8373
8374         * text.C (leftMargin): don't add an indent for paragraphs inside
8375         tabular cells (fix #208).
8376
8377 2002-02-21  José Matos  <jamatos@fep.up.pt>
8378
8379         * tabular.C (docBook): fixed support for long tables.
8380
8381 2002-02-20  Juergen Vigna  <jug@sad.it>
8382
8383         * text2.C (getFont): get the drawing font of the Inset if this
8384         paragraph is inside an inset (only important for InsetERT for now).
8385
8386         * buffer.C (insertErtContents): use new lanugage params in ERT
8387         constructor.
8388
8389         * CutAndPaste.C: commenting out seemingly uneeded code.
8390
8391 2002-02-19  Allan Rae  <rae@lyx.org>
8392
8393         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8394         Iterators might be simple to use but they also get invalidated.
8395         (removeAutoInsets): renamed saved cursor tracking variables and added
8396         some comments to clarify what everything does.
8397
8398 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8399
8400         * Chktex.C:
8401         * LaTeX.C:
8402         * LyXSendto.C:
8403         * converter.C:
8404         * lyx_cb.C:
8405         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8406         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8407
8408         * lyxfunc.C:
8409         * vc-backend.h: remove #include "support/syscall.h"
8410
8411         * LaTeX.C:
8412         * LyXSendto.C:
8413         * converter.C: rearrange #includes in Lars' approved fashion.
8414
8415         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8416         forward declare class Timeout in the header file.
8417
8418         * XFormsView.C: changes due to the above.
8419
8420         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8421         similar to LyXView.
8422
8423         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8424         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8425
8426 2002-02-18  José Matos  <jamatos@fep.up.pt>
8427
8428         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8429         insets contents.
8430
8431 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8432
8433         * a lot of small ws changes
8434         * add a lot of using std::XXX
8435         * use std construcs some places where approp.
8436         * use some exisint stuff from lyxfunctional where approp.
8437         * Make file changes to use partial linking (lets test this now...)
8438
8439 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8440
8441         * Chktex.C:
8442         * buffer.C:
8443         remove #include "support/syscontr.h" as it's redundant. Always has been.
8444
8445         * Chktex.C:
8446         * LaTeX.C:
8447         * LyXSendto.C:
8448         * converter.C:
8449         * lyx_cb.C:
8450         * vc-backend.C:
8451         change Systemcalls::System to Systemcalls::Wait and
8452         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8453         No change of functionality, just reflects the stripped down Systemcalls
8454         class.
8455
8456 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8457
8458         * debug.[Ch]: add a GRAPHICS type to the enum.
8459
8460 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8461
8462         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8463
8464         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8465         there is an inset.
8466
8467 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8468
8469         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8470         match the changes below.
8471
8472         * text2.C (toggleInset): if there is not editable inset at cursor
8473         position, try to see if cursor is _inside_ a collapsable inset
8474         and close it.
8475
8476 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8477
8478         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8479         document menu has a nice checkbox
8480
8481 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8482
8483         * lyxlength.C (asLatexString): change PW to output as percent of
8484         \textwidth.
8485
8486         * lengthcommon.C: change '%' to 't%'
8487
8488         * lyxfunc.C (dispatch): a few comments from Martin
8489
8490 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8491
8492         * WorkArea.h:
8493         * WorkArea.C:
8494         * BufferView_pimpl.h:
8495         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8496           the X selection.
8497
8498 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8499
8500         * vspace.C (inPixels): fix compiler warning
8501
8502 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8503
8504         * lyxfunc.C (getStatus): fix status message for disabled commands.
8505
8506 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8507
8508         * BufferView_pimpl.C: fix crash on close buffer
8509         during selection (#227)
8510
8511 2002-01-27  Herbert Voss  <voss@lyx.org>
8512
8513         * buffer.C: link old Figure to new graphic inset
8514
8515 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8516
8517         * FontLoader.C (getFontinfo): Change the latex font names in order
8518         to match the names of type1inst.
8519
8520 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8521
8522         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8523
8524         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8525         (extchanged): ditto
8526         (ext_exist): ditto
8527         (remove_files_with_extension): ditto
8528         (remove_file): ditto
8529         (write): ditto
8530
8531         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8532         document is smaller than the work area height. Do not initialize
8533         static variables to 0.
8534
8535 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8536
8537         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8538
8539         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8540         LFUN_LAYOUT_PARAGRAPHS.
8541
8542         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8543         tabular. It is possible to provide a possible cell, which will
8544         typically be the actcell from the corresponding insettabular
8545
8546         * lyxfunc.C (getStatus): small cleanup; disable
8547         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8548         true
8549
8550 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8551
8552         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8553
8554         * paragraph.C (startTeXParParams):
8555         (endTeXParParams): new methods. The LaTeX code to
8556         start/end paragraph formatting
8557         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8558         empty (fixes bug #200)
8559
8560         * vspace.C (inPixels): adapt to the change below
8561         (inPixels): [later] more cleanups (remove unused variables)
8562
8563         * lyxlength.C (inPixels): change to use a width and a height as
8564         parameter.
8565
8566 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8567
8568         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8569         Replaced with \paperwidth
8570
8571         * DepTable.C (insert): add std:: qualifier
8572
8573 2002-01-18  Allan Rae  <rae@lyx.org>
8574
8575         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8576         updated also?
8577
8578         * text.C (drawInset): Turned out I didn't know enough about how
8579         rebreaking worked.  This fixes most of the redraw problems.  I see
8580         an occasional cursor trail when a line is broken now and the cursor
8581         placement can seem out by a few pixels also after a rebreak.
8582
8583 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8584
8585         * buffer.C (parseSingleLyXformat2Token): update because minipage
8586         width is now a LyXLength
8587
8588         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8589
8590         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8591         math insets
8592
8593 2002-01-17  Juergen Vigna  <jug@sad.it>
8594
8595         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8596
8597         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8598         is set correctly and the inset is updated correctly.
8599
8600 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8601
8602         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8603         the beginning of the loop.
8604
8605 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8606
8607         * lyxrc.C: improve help for use_scalable_fonts
8608
8609 2002-01-17  Allan Rae  <rae@lyx.org>
8610
8611         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8612
8613 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8614
8615         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8616         make sure to set their inset_owner to the right value (bug #171)
8617
8618 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8619
8620         * DepTable.h
8621         * DepTable.C: Implement mtime checking to reduce time spent doing
8622         CRCs.
8623
8624 2002-01-16  Juergen Vigna  <jug@sad.it>
8625
8626         * tabular.C (GetAdditionalHeight): one of error fixed.
8627
8628         * lyxrc.C (output): small fix in writing use_pspell.
8629
8630 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8631
8632         * sp_base.h: #include LString.h
8633
8634 2002-01-16  Allan Rae  <rae@lyx.org>
8635
8636         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8637         Can someone check this please?
8638
8639         * text.C (drawInset): It was possible that p.row would be removed by
8640         breakAgainOneRow upsetting a few other settings.  There may be another
8641         small tweak possible by setting need_break_row = 0 when p.row has been
8642         removed but I don't know enough about the logic here.
8643
8644 2002-01-15  Allan Rae  <rae@lyx.org>
8645
8646         * text.C (insertChar): removed conditional truism.
8647
8648         * BufferView2.C (removeAutoInsets): More tweaks.
8649         cur_par_prev could be a stray pointer.  Check for trailing empty line
8650         in case last line was cur_par and only had an error inset on it.
8651
8652 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8653
8654         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8655         absolute
8656
8657         * vc-backend.C (most methods):
8658         * exporter.C (Export):
8659         * converter.C (convert):
8660         (runLaTeX):
8661         * LyXSendto.C (SendtoApplyCB):
8662         * lyxfunc.C (dispatch):
8663         (menuNew):
8664         (open):
8665         (doImport):
8666         * lyx_cb.C (AutoSave):
8667         (InsertAsciiFile):
8668         * BufferView_pimpl.C (MenuInsertLyXFile):
8669         * buffer.C (runChktex): use Buffer::filePath().
8670
8671         * buffer.h: rename filename to filename_; rename filepath to
8672         filepath_ and make it private
8673         (filePath): new method
8674
8675         * buffer.C (writeFile): use fileName()
8676         (getLatexName):
8677
8678         * lyx_main.C (init): fix starting  of LyX when the binary is a
8679         link from so,ewhere else.
8680
8681         * minibuffer.C: include <cctype> for isprint
8682
8683 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8684
8685         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8686         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8687         name clash with InsetCollapsable's width function.
8688
8689 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8690
8691         * lastfiles.C: include <iterator>
8692
8693 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8694
8695         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8696         std::count.
8697
8698         * buffer.C (makeLaTeXFile): ditto.
8699         Also make loop operation more transparent.
8700
8701 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8702
8703         * ToolbarDefaults.C: remove trailing comma closing namespace.
8704
8705         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8706
8707         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8708         as in WorkArea.
8709
8710         * trans.C (Load): comment out unused variable, allowed.
8711
8712 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8713
8714         * minibuffer.[Ch] (append_char): new method to recieve input from the
8715         drop-down completion browser. If a key was pressed, then recieve this
8716         char and append it to the existing string.
8717         (peek_event): modify the positioning data passed to the completion
8718         browser so that it can be placed above the minibuffer rather than below.
8719 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8720
8721         * LyXAction.C (init): alloe error-next for readonly documents.
8722
8723         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8724         count.
8725
8726 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8727
8728         * bufferlist.C (readFile): create the buffer _after_ checking that
8729         the file exists.
8730
8731         * lyxfunc.C (verboseDispatch): fix handling of arguments
8732
8733         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8734
8735         * lyxrc.C: use string::erase() instead of initializing to "".
8736
8737
8738 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8739
8740         * BufferView_pimpl.h:
8741         * BufferView_pimpl.C:
8742         * WorkArea.h:
8743         * WorkArea.C:
8744         * text2.C: tell X when we have made a selection for copying
8745
8746 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8747
8748         * BufferView_pimpl.C (MenuInsertLyXFile):
8749         * lyxfunc.C (menuNew):
8750         (open):
8751         (doImport): add shortcuts to directory buttons
8752
8753         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8754         open a float)
8755
8756         * lyxfunc.C (setStatusMessage):
8757         (getStatusMessage): new methods
8758         (getStatus):use setStatusMessage instead of setErrorMessage
8759         (dispatch): when function is disabled, set error message here
8760         [instead of in getStatus previously]
8761
8762         * BufferView_pimpl.C (workAreaButtonRelease): update
8763         toolbar/menubar here too.
8764
8765 2002-01-13  Allan Rae  <rae@lyx.org>
8766
8767         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8768         Now seems indestructible.  Remaining task is to audit all other
8769         code affected by deleteEmptyParagraphMechanism.  One small quirk
8770         left is that an empty document with an error in the preamble can
8771         be made to report an error but no error box appears.  I don't know
8772         where it goes.
8773         (removeAutoInsets): Improved comments.
8774
8775 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8776
8777         * Thesaurus.h:
8778         * Thesaurus.C: update for Aiksaurus 0.14
8779
8780 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8781
8782         * text2.C (firstParagraph): removed member function, all uses
8783         replaces with ownerParagraph
8784         (redoParagraphs): here
8785         (updateInset): here
8786         (toggleAppendix): here
8787         * BufferView2.C (insertErrors): here
8788         (setCursorFromRow): here
8789
8790 2002-01-13  Allan Rae  <rae@lyx.org>
8791
8792         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8793         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8794         There is still a way to segfault this although you may have to do this
8795         multiple times: Have an InsetERT with an unknown command in it.
8796         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8797         <down-arrow>, <Enter> again, View->DVI, BANG!
8798
8799         * text2.C (setCursor):
8800         (deleteEmptyParagraphMechanism):
8801         * lyxtext.h (setCursor):
8802         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8803         Making use of the return value may help fix other bugs.
8804
8805 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8806
8807         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8808
8809         * LyXView.C (updateMenubar): call MenuBar::update here
8810         (updateToolbar): but not here
8811         (showState): do not update toolbar/menubar
8812
8813         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8814         should need to care about that.
8815
8816         * lyxfunc.C (verboseDispatch): simplify a bit
8817         (getStatus): have a version which takes a pseudoaction, and
8818         another which requires a (kb_action,string).
8819
8820         * LyXAction.C (retrieveActionArg): make it work also when action
8821         is not a pseudo-action.
8822         (getActionName): simplify a bit
8823         (helpText):
8824
8825 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8826
8827         * lyxfunc.C (verboseDispatch): new families of methods with
8828         several ways to specify a command and a bool to indicate whether
8829         the command name and shortcut should be displayed in minibuffer
8830         (eventually, we could extend that to a finer bitmask like
8831         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8832         (dispatch): the pristine dispatch command which just, well,
8833         dispatchs! Note it still sets its result to minibuffer; I'm not
8834         sure we want that.
8835
8836         * lyxfunc.h: remove setHintMessage
8837
8838         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8839
8840 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8841
8842         * BufferView_pimpl.C (specialChar): delete new inset if we have
8843         not been able to insert it.
8844
8845         * kbmap.C: revert to using int instead of kb_action, since all we
8846         are dealing with is pseudo-actions.
8847
8848         * LyXAction.C (searchActionArg): change to return int instead of
8849         kb_action, since the result is a pseudoaction.
8850
8851 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8852
8853         * buffer.C (insertErtContents): Fix (partially) the font bug.
8854
8855 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8856
8857         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8858         as the other one is broken on my machine!
8859
8860 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8861
8862         * commandtags.h:
8863         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8864
8865 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8866
8867         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8868         reflect their actual use. Provide compatibility code for older lyxrc
8869         files.
8870
8871         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8872         FL_NORMAL_STYLE.
8873         change names of popup font variables in line with the changes to lyxrc.C
8874
8875 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8876
8877         * buffer.C (asciiParagraph): avoid outputing a word twice after
8878         an inset.
8879
8880         * lyxrc.C (getDescription): document that document_path and
8881         template_path can be empty.
8882
8883 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8884
8885         * LaTeXFeatures.C (getMacros):
8886         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8887
8888         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8889
8890         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8891         getPackages.
8892         (getPackages): rename feature "floats" to "float". Use an array to
8893         iterate over 'simple' features (i.e. just a \usepackage). Add
8894         handling of "amsmath" (renamed from "amsstyle").
8895
8896 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8897
8898         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8899         features list.
8900
8901 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8902
8903         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8904         FuncStaus::FuncStatus & FuncStaus::some_method().
8905
8906 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8907
8908         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8909         of the func_satus stuff. Edited and massaged in various ways by
8910         JMarc.
8911
8912         * lyxfunc.C (getStatus): use FuncStatus
8913
8914 2002-01-08  Juergen Vigna  <jug@sad.it>
8915
8916         * text.C (nextBreakPoint): use function Inset::isChar().
8917
8918         * paragraph.C (TeXOnePar): use function
8919         Inset::forceDefaultParagraphs.
8920
8921         * buffer.C (latexParagraphs): use function
8922         Inset::forceDefaultParagraphs.
8923
8924 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8925
8926         * lyx_gui.C (init): set the style of the menu popups to
8927         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
8928
8929 2002-01-07  Juergen Vigna  <jug@sad.it>
8930
8931         * text.C (setHeightOfRow): small fix
8932         (prepareToPrint): don't look at alignment if we don't have the place
8933         for doing it.
8934
8935 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8936
8937         * box.C: New file. Move the Box methods and functions out of box.h,
8938         following Lars' suggestion.
8939
8940 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8941
8942         * box.h: #include "support/LOstream.h", needed for inlined function.
8943
8944         * lyxtextclass.C:
8945         * lyxtextclasslist.C: added some using std declarations.
8946
8947 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
8948
8949         * box.h: make signed dimensions to allow insets wider than
8950           the screen (bug #162)
8951
8952         * BufferView_pimpl.C: add some insetHit debug
8953
8954 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
8955
8956         * vc-backend.C: add FIXME
8957
8958 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8959
8960         * lyxfunc.C (getStatus): enable code for showing math font status
8961         in toolbar/menu.
8962
8963 2002-01-07  Juergen Vigna  <jug@sad.it>
8964
8965         * text.C (nextBreakPoint): removed debug output not needed anymore.
8966
8967 2002-01-06  Juergen Vigna  <jug@sad.it>
8968
8969         * text.C (nextBreakPoint): fixed up this function we had this bug
8970         since ever but now hopefully we break row better.
8971         (insertChar): we have to check if an inset is the next char as it
8972         could now happen that a large inset is causing a break.
8973
8974 2002-01-05  Juergen Vigna  <jug@sad.it>
8975
8976         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
8977         if it doesn't like to be drawed.
8978
8979 2002-01-04  Juergen Vigna  <jug@sad.it>
8980
8981         * BufferView2.C (lockInset): forgot to set a cursor.
8982
8983         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
8984
8985 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
8986
8987         * FormMathsPanel.C:
8988         * FormMathsPanel.h
8989         * MathsSymbols.C:
8990         * form_maths_panel.C:
8991         * form_maths_panel.h:
8992         * form_maths_panel.fd: implemented sub- and super- buttons in math
8993         panel.
8994
8995         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
8996         (or ^ space) to be used as in TeX (req'd by André).
8997
8998         * lyxfunc.C: Allow ^ and _ again to be used both as
8999         super/subscript (mathed) and as themselves (in text).
9000
9001 2002-01-03  Allan Rae  <rae@lyx.org>
9002
9003         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9004         "LyX" or the filename of the current buffer if it has one.  This is a
9005         modified form of John Levon's patch.
9006
9007         * XFormsView.C (setWindowTitle): also set icon title.
9008
9009         * LyXView.h (setWindowTitle): signature changed.
9010         * XFormsView.h (setWindowTitle): ditto.
9011
9012 2002-01-02  Juergen Vigna  <jug@sad.it>
9013
9014         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9015
9016 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9017
9018         * screen.C (topCursorVisible): introduce a temp var for
9019         text->cursor.row(), handle the case where this row is null. (kindo
9020         hachish)
9021
9022         * text2.C (setCursor): add a couple of asserts.
9023
9024         * paragraph.h (inset_iterator): add -> operator
9025
9026         * paragraph.[Ch] (autoDeleteInsets): remove member function
9027
9028         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9029         cursor pos correctly and handle inset deletion by itself.
9030         (insertErrors): move iterator declaration out of for expression
9031
9032         * lyxtextclass.C: add <algorithm>
9033
9034         * Makefile.am: added the new files to sources, removed layout.C
9035
9036         * layout.C: removed file
9037
9038         * layout.h: remove LYX_DUMMY_LAYOUT
9039
9040         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9041         layout.
9042
9043         * lyxlayout.[Ch]:
9044         * lyxtextclass.[Ch]:
9045         * lyxtextclasslist.[Ch]: new files
9046
9047         * include order changes to a lot of files, also changes because of
9048         the six new files.
9049
9050 2001-12-27  Juergen Vigna  <jug@sad.it>
9051
9052         * buffer.C (asciiParagraph): more fixes.
9053
9054         * tabular.C (ascii): make ascii export support export of only the
9055         data separated by a column-delimiter.
9056         (ascii): better support for ascii export.
9057
9058         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9059
9060 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9061
9062         * tabular_funcs.C: use a "using std::getline" instead of the
9063         previous fix from Angus (necessary for cxx + lyxstring)
9064
9065 2001-12-24  Juergen Vigna  <jug@sad.it>
9066
9067         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9068
9069         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9070         problems. First check a minipage also if we have some ert-contents
9071         (not only on par->size(), second set the right depth of the paragraph
9072         on the relink to the root-paragraph-list!
9073
9074         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9075         which then did not anymore update the main paragraphs on undo/redo!
9076
9077 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9078
9079         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9080         code. Support all font-changing funcs (even those which are not in
9081         menu currently). Support for reporting font settings in
9082         mathed (disabled until Andre provides a function on mathed's side).
9083
9084         * func_status.h (toggle): small helper function to set toggle
9085         state on a flag.
9086
9087 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9088
9089         * tabular_funcs.C: getline -> std::getline
9090
9091 2001-12-21  Juergen Vigna  <jug@sad.it>
9092
9093         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9094         accessed and could be 0 (I couldn't generate this but it seems
9095         Michael could!).
9096
9097 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9098
9099         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9100         * tabular_funcs.h: here and include iosfwd
9101
9102 2001-12-20  Juergen Vigna  <jug@sad.it>
9103
9104         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9105         inside inset but undo_par was.
9106
9107 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9108
9109         * Thesaurus.C: always include <config.h> in sources.
9110
9111         * Painter.h:
9112         * lyxlookup.h:
9113         * box.h: do not include <config.h> in header files
9114
9115         * text.C (paintLastRow): remove unused variable
9116
9117         * text.C (transformChar):
9118         (insertChar):
9119         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9120
9121         * Painter.C (text):
9122         * font.C (width): rewrite to use uppercase() instead of
9123         islower/toupper.
9124
9125         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9126
9127 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9128
9129         * lyxfind.C: clean up of find failure position change
9130
9131 2001-12-20  Juergen Vigna  <jug@sad.it>
9132
9133         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9134
9135         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9136         (TeXRow): added to LaTeX a single tabular row.
9137         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9138         (Latex): simplified and finally good LT-h/f support.
9139         (various_functions): just small adaptions for LT-h/f support.
9140
9141         * tabular_funcs.[hC]: added and moved here all not classfunctions
9142         of LyXTabular.
9143
9144 2001-12-19  Juergen Vigna  <jug@sad.it>
9145
9146         * tabular.[Ch]: better support for longtabular options (not finished
9147         yet!)
9148
9149 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9150
9151         * text.C (paintLastRow): use the label font instead of the font of
9152         the last character to compute the size of *_BOX. This makes more
9153         sense and avoids a crash with empty paragraphs.
9154         Use Painter::rectangle to draw EMPTY_BOX.
9155
9156 2001-12-19  Juergen Vigna  <jug@sad.it>
9157
9158         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9159         the paragraphs if the replaced paragraph is not the first one!
9160         Tried to delete not used paragraphs but does not work yet so for
9161         now it's inside #ifdef's and by default off!
9162
9163 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9164
9165         * MenuBackend.C: include "lyx_main.h" instead of declaring
9166         lastfiles (actually was declared as LastFiles* instead of a
9167         scoped_ptr).
9168
9169 2001-12-17  Juergen Vigna  <jug@sad.it>
9170
9171         * tabular.C (AppendColumn): applied John's fix
9172
9173 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9174
9175         * BufferView.h:
9176         * BufferView.C:
9177         * BufferView_pimpl.h:
9178         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9179
9180         * Makefile.am:
9181         * box.h: new start of class for above
9182
9183         * lyxfunc.C: ignore space-only minibuffer dispatches.
9184           Show the command name when it doesn't exist
9185
9186         * minibuffer.C: don't add empty lines to the history
9187
9188         * minibuffer.C: add a space on dropdown completion
9189
9190 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9191
9192         * text.C: fix line above/below drawing in insets
9193
9194 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9195
9196         * lyxlength.C (LyXLength): Initialize private variables.
9197
9198 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9199
9200         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9201         when inserting error insets.
9202
9203 2001-12-13  Juergen Vigna  <jug@sad.it>
9204
9205         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9206         actually sometimes the before-paragraph.
9207         (setUndo): don't clear the redostack if we're not actually undoing!
9208
9209 2001-12-06  Juergen Vigna  <jug@sad.it>
9210
9211         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9212         and fixed redoing of main paragraph, so we can use it now ;)
9213
9214         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9215
9216 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9217
9218         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9219         Juergen's request
9220
9221 2001-12-13  André Pönitz <poenitz@gmx.net>
9222
9223         * undostack.[Ch]:
9224         * undo_func.C: minor cleanup
9225
9226 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9227
9228         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9229         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9230         font in urw-fonts package which is marked as -urw-fontspecific and
9231         does not work (incidentally, changing the encoding in the
9232         fonts.dir of this package to -adobe-fontspecific fixes the
9233         problem).
9234
9235         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9236         is a crash when undoing first paragraph (Juergen, please take a
9237         look). THis does not mean the undo fix is wrong, just that it
9238         uncovers problems.
9239
9240         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9241         the (Paragraph*) version when needed instead of duplicating the
9242         code.
9243
9244         * text.C (workWidth): use Inset::parOwner to find out where the
9245         inset has been inserted. This is a huge performance gain for large
9246         documents with lots of insets. If Inset::parOwner is not set, fall
9247         back on the brute force method
9248
9249         * paragraph_pimpl.C (insertInset):
9250         * paragraph.C (Paragraph):
9251         (cutIntoMinibuffer): set parOwner of insets when
9252         inserting/removing them
9253
9254         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9255
9256 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9257
9258         * commandtags.h:
9259         * LyXAction.C:
9260         * lyx_main.C:
9261         * lyxfunc.C:
9262         * mathed/formulabase.C:
9263         * mathed/math_cursor.[Ch]:
9264         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9265
9266
9267 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9268
9269         * lyxlength.[Ch] (operator!=): new function
9270
9271 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9272
9273         * text.C (workWidth): use Inset::parOwner to find out where the
9274         inset has been inserted. This is a huge performance gain for large
9275         documents with lots of insets. If Inset::parOwner is not set, fall
9276         back on the brute force method
9277
9278         * paragraph_pimpl.C (insertInset):
9279         * paragraph.C (Paragraph):
9280         (cutIntoMinibuffer): set parOwner of insets when
9281         inserting/removing them
9282
9283         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9284
9285 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9286
9287         * tabular-old.C (getTokenValue):
9288         * tabular.C (getTokenValue):
9289         (write_attribute): new versions for LyXLength
9290         (everywhere): adjust the use of widths
9291
9292         * tabular.h: change the type of widths from string to LyXLength
9293
9294 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9295
9296         * paragraph.C: fixed missing line number count when exporting
9297         Environments to LaTeX file
9298
9299         * buffer.C: added informational message for checking line numbers.
9300
9301 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9302
9303         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9304         paragraph, do the 'double space' part, but not the 'empty
9305         paragraph' one.
9306
9307         * text.C (workWidth): small optimization
9308         (getLengthMarkerHeight): use minimal size for negative lengths.
9309
9310 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9311
9312         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9313
9314         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9315
9316 2001-12-11  André Pönitz <poenitz@gmx.net>
9317
9318         * FontLoader.C:
9319         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9320
9321 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9322
9323         * text2.C: keep selection on a setFont()
9324
9325 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9326
9327         * lyx_cb.C: another bv->text misuse, from insert label
9328
9329 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9330
9331         * kbsequence.h:
9332         * kbsequence.C: re-instate nmodifier mask
9333
9334 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9335
9336         * lyx_main.h: make lyxGUI private.
9337
9338 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9339
9340         * lyxfind.C: place the cursor correctly on failed search
9341
9342 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9343
9344         * text.C (getLengthMarkerHeight): for small heights, the arrows
9345         are not always on top/bottom of the text
9346         (drawLengthMarker): smaller arrows; take the left margin in
9347         account; draw also vfills.
9348         (paintFirstRow):
9349         (paintLastRow): remove special code for vfill and standard spaces,
9350         since everything is handled in drawLengthMarker now.
9351
9352 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9353
9354         * buffer.C (insertErtContents): try to handle font and language
9355         interaction a bit better.g
9356
9357         * ColorHandler.C (updateColor): change the hash to cover the whole
9358         LColor enum, ws cleanup
9359         (getGCLinepars): ditto
9360         (getGCLinepars): only lookup in the linecache once.
9361
9362 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9363
9364         * iterators.C (operator++): Make the iterator more robust
9365
9366         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9367         (John's patch)
9368         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9369
9370 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9371
9372         * lyxtext.h:
9373         * text.C: better added space drawing
9374
9375 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9376
9377         * LyXView.C:
9378         * BufferView2.C: fix layout combo update on inset unlock
9379
9380 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9381
9382         * Makefile.am: don't compile unused files
9383
9384 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9385
9386         * lyxfunc.C:
9387         * commandtags.h:
9388         * LyXAction.C: remove old LFUN_LAYOUTNO
9389
9390 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9391
9392         * paragraph_pimpl.h:
9393         * paragraph_pimpl.C: isTextAt() doesn't need font param
9394
9395 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9396
9397         * lyxlex.h:
9398         * lyxlex.C: little cleanup
9399
9400 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9401
9402         * BufferView_pimpl.C: fix insertAscii for insets
9403
9404 2001-12-05  Juergen Vigna  <jug@sad.it>
9405
9406         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9407         set the right font on the "multi" paragraph paste!
9408
9409 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9410
9411         * trans_decl.h:
9412         * trans_mgr.[Ch]:
9413         * trans.[Ch]:
9414         * lyxgluelength.C:
9415         * lyxlength.C: remove out-commented code.
9416
9417         * BufferView_pimpl:
9418         * CutAndPaste.C:
9419         * DepTable.C:
9420         * buffer.C:
9421         * chset.C:
9422         * lastfiles.C:
9423         * lyxlex.C:
9424         * lyxlex_pimpl.C:
9425         * lyxserver.C:
9426         * screen.C:
9427         * tabular-old.C:
9428         * tabular.C:
9429         * text.C:
9430         * trans_mgr.C:
9431         * vc-backend.C: change "while(" to "while ("
9432
9433         * lyxlength.[Ch]: add zero function to check if length is zero or
9434         not
9435         * lyxgluelength.C: use it
9436
9437 2001-12-05  Allan Rae  <rae@lyx.org>
9438
9439         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9440         Works for 2.95.3, from what I understand of Garst's reports this should
9441         work for other g++ versions.  We're screwed if the abs(int) definition
9442         changed between bugfix releases of gcc.
9443
9444 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9445
9446         * text.C: fix chapter label offset !
9447
9448 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9449
9450         * lyxtext.h:
9451         * text.C: fix hfill at end of line, clean up
9452
9453 2001-12-04  Juergen Vigna  <jug@sad.it>
9454
9455         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9456         that we force an update of the inset and it's owners if neccessary.
9457
9458 2001-12-03  Juergen Vigna  <jug@sad.it>
9459
9460         * text.C (rowLast): simplified code
9461
9462 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9463
9464         * lyxfunc.C: fix show options on timeout
9465
9466 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9467
9468         * screen.C (topCursorVisible): scroll half a page when the cursor
9469         reached top of bottom of screen
9470
9471 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9472
9473         * minibuffer.C: deactivate on loss of focus
9474
9475 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9476
9477         * vspace.[Ch] (operator!=): add operator.
9478
9479 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9480
9481         * BufferView_pimpl.C: refuse to open an inset when
9482         there's a selection.
9483
9484 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9485
9486         * BufferView_pimpl.C: allow to click on RHS of full row insets
9487
9488 2001-11-30  Juergen Vigna  <jug@sad.it>
9489
9490         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9491         insets for undo reasons.
9492
9493 2001-11-28  André Pönitz <poenitz@gmx.net>
9494
9495         * vspace.[Ch]: cosmetical changes
9496
9497 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9498
9499         * LyXAction.h:
9500         * LyXAction.C:
9501         * lyxfunc.h:
9502         * lyxfunc.C:
9503         * kbmap.h:
9504         * kbmap.C:
9505         * lyxrc.C:
9506         * kbsequence.h:
9507         * kbsequence.C: part re-write of old kb code
9508
9509         * Painter.C:
9510         * WorkArea.C: remove Lgb_bug_find_hack
9511
9512 2001-11-30  José Matos <jamatos@fep.up.pt>
9513
9514         * buffer.C (makeDocBookFile): add a comment to point a hack.
9515         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9516         Fixed a double write of labels.
9517
9518 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9519
9520         * LaTeX.C:
9521         * LaTeX.h Fixed bug in LaTeX class where it would not
9522         re-run latex if no depfiles were changed, but the .dvi was removed.
9523
9524 2001-11-28  André Pönitz <poenitz@gmx.net>
9525
9526         * all the files from the change on 2001/11/26:
9527         use lyx::layout_type instead of LyXTextClass::size_type
9528         use lyx::textclass_type instead of LyXTextClassList::size_type
9529
9530 2001-11-29  Juergen Vigna  <jug@sad.it>
9531
9532         * text.C: added support for paragraph::isFreeSpacing()
9533
9534         * buffer.C: same as above
9535
9536         * paragraph.h: inserted isFreeSpacing() function to enable
9537         FreeSpacing inside InsetERT.
9538
9539         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9540         of the paragraph's in the cut/copy buffer to 0!
9541
9542         * text2.C (removeRow): remove the assert as it can!
9543
9544         * lyxtext.h: added helper function firstRow returning firstrow and
9545         made firstrow private again.
9546
9547         * BufferView2.C (lockInset): don't relock if we're already locked!
9548
9549         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9550         the only paragraph.
9551         (removeRow): added Assert::(firstrow)
9552
9553         * debug.C: forgot to add INSETTEXT here.
9554
9555 2001-11-28  Juergen Vigna  <jug@sad.it>
9556
9557         * sp_spell.C (initialize): changed error text to more general
9558         spellchecker command use (not only ispell!)
9559
9560         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9561
9562         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9563
9564 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9565
9566         * vspace.C: initialise lyxgluelength on failure
9567
9568 2001-11-28  Allan Rae  <rae@lyx.org>
9569
9570         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9571         declaration & definition that looks like a function declaration.
9572
9573 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9574
9575         * BufferView2.C (copy):
9576         (copyEnvironment): do not clear the selection when doing a copy.
9577
9578         * text.C (paintFirstRow): compilation fix
9579
9580 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9581
9582         * tabular.C (Latex): correct line count when writing latex.
9583
9584 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9585
9586         * paragraph_pimpl.h:
9587         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9588           bug a bit
9589
9590 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9591
9592         * text.C:
9593         * LColor.h:
9594         * LColor.C: change vfillline->added_space
9595
9596         * text.C: add markers and text for added space
9597
9598         * vspace.C: fix comment
9599
9600 2001-11-28  André Pönitz <poenitz@gmx.net>
9601
9602         * paragraph.C: whitespace changes
9603         * all the other files from the change on 2001/11/26:
9604         change *::pos_type into lyx::pos_type
9605
9606 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9607
9608         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9609         language of the document when inserting error insets.
9610
9611 2001-11-26  André Pönitz <poenitz@gmx.net>
9612
9613         * BufferView_pimpl.[Ch]:
9614         *       CutAndPaste.C:
9615         * buffer.[Ch]:
9616         * lyxcursor.[Ch]:
9617         * lyxfind.C:
9618         * lyxfunc.C:
9619         * lyxrow.[Ch]:
9620         * paragraph.[Ch]:
9621         * paragraph_pimpl.[Ch]:
9622         * sp_spell.C:
9623         * text.C:
9624         * text2.C: reduce header dependencies, introduce type for positions
9625
9626 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9627
9628         * <various>: change to use Alert.h
9629
9630 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9631
9632         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9633         when encountering an unknown token.
9634         (readLyXformat2): Show an error message if there were unknown tokens.
9635
9636 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9637
9638         * BufferView2.C:
9639         * BufferView_pimpl.C:
9640         * buffer.C:
9641         * paragraph.h:
9642         * text.C:
9643         * text2.C: use par->isInset()
9644
9645 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9646
9647         * paragraph_pimpl.h:
9648         * paragraph_pimpl.C: cleanup
9649
9650 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9651
9652         * text2.C (removeRow):
9653         * text.C (setHeightOfRow): remove useless (and costly) call to
9654         getRow.
9655
9656 2001-11-20  Allan Rae  <rae@lyx.org>
9657
9658         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9659         Now need Inset*::checkInsertChar() to return true for appropriate
9660         cases so that the characters in the minibuffer will actually be
9661         inserted.
9662
9663 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9664
9665         * text.C: change the order of the includes.
9666         (workWidth): initialize it at once.
9667         (workWidth): make maxw unsigned
9668         (setHeightOfRow): remove unused variable (inset)
9669         (selectSelectedWord): remove unused variable (inset)
9670         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9671
9672 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9673
9674         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9675         server is not running.
9676         (openConnection):
9677         (closeConnection): add debug info when server is disabled.
9678
9679         * ColorHandler.C (getGCForeground): send debug message to GUI
9680         channel.
9681
9682         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9683
9684         * kbmap.C (bind): modify because return conventions of
9685         kb_sequence::parse have changed.
9686
9687         * kbsequence.C (parse): only ignore spaces and not any stupid
9688         control character. This avoids tests like s[i] <= ' ', which are
9689         guaranteed to fail with 8bit characters and signed chars.
9690         Change return code to string::npos when there have been no error
9691         (0 was a bad idea when error is at first character)
9692
9693 2001-11-14  José Matos  <jamatos@fep.up.pt>
9694
9695         * buffer.h:
9696         * buffer.C (simpleDocBookOnePar): removed unused argument.
9697
9698 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9699
9700         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9701         insets which are part of a word. Paragraph::isLetter takes care of
9702         that now. Use Paragraph::isInset to identify insets.
9703         (selectSelectedWord): do not test for hyphenation break.
9704
9705         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9706         that protected spaces are considered as spaces.
9707
9708         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9709         Inset::isLetter.
9710
9711 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9712
9713         * lyxserver.h:
9714         * lyxserver.C: fix it. and small cleanup.
9715
9716 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9717
9718         * BufferView_pimpl.C: use inline helpers
9719
9720         * LaTeXFeatures.h:
9721         * LaTeXFeatures.C: fix typos
9722
9723         * Spacing.h:
9724         * Spacing.C: move spacing_string into class
9725
9726         * ToolbarDefaults.C: move stuff into namespace anon
9727
9728         * layout.h: update enum
9729
9730         * lyxfunc.C: use better debug
9731
9732         * minibuffer.h: fix typo
9733
9734         * debug.h:
9735         * debug.C:
9736         * WorkArea.C: add and use Debug::WORKAREA
9737
9738         * lyxtext.h:
9739         * text.C:
9740         * text2.C: code re-organisation, inline helpers
9741
9742 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9743
9744         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9745         std::vector.empty().
9746
9747 2001-11-09  Allan Rae  <rae@lyx.org>
9748
9749         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9750         '\n's after tables.  Tabular and ERT inset work now makes this no
9751         longer necessary.
9752
9753 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9754
9755         * minibuffer.h:
9756         * minibuffer.C: fix crash, improve drop-down completion
9757
9758 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9759
9760         * lyxserver.h:
9761         * lyxserver.C: invalidate fd's when doing endPipe()
9762
9763 2001-11-08  José Matos  <jamatos@fep.up.pt>
9764
9765         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9766         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9767
9768         * paragraph.h:
9769         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9770
9771 2001-11-07  José Matos  <jamatos@fep.up.pt>
9772
9773         * buffer.h:
9774         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9775         const qualifier.
9776
9777         * buffer.C (sgmlOpenTag):
9778         * buffer.C (sgmlCloseTag): removed debug info.
9779
9780         * buffer.h (sgmlOpenTag):
9781         * buffer.h (sgmlCloseTag): made public.
9782
9783 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9784
9785         * buffer.C (saveParamsAsDefaults):
9786         * lyx_cb.C (MenuLayoutSave): remove
9787
9788         * LyXAction.C (init):
9789         * commandtags.h:
9790         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9791
9792 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9793
9794         * buffer.C (setPaperStuff): removed from here...
9795
9796         * bufferparams.C (setPaperStuff): ... and moved there.
9797
9798 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9799
9800         * minibuffer.h:
9801         * minibuffer.C:
9802         * XFormsView.C: add support for drop-down completion
9803
9804 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9805
9806         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9807         commands.
9808
9809 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9810
9811         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9812         disabled.
9813
9814 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9815
9816         * lyx_main.C: change ref to known bugs
9817
9818 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9819
9820         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9821         to work around older babel problems.
9822
9823 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9824
9825         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9826
9827 2001-10-24  Juergen Vigna  <jug@sad.it>
9828
9829         * tabular-old.C (ReadOld): below variable changes reflected.
9830
9831         * tabular.[Ch]: added ltType struct for longtable header/footer
9832         defines and changed all instances where they are used. Added
9833         future support for double top/bottom rows.
9834
9835 2001-10-24  José Matos  <jamatos@fep.up.pt>
9836
9837         * buffer.h (docbookHandleCaption):
9838         * buffer.C (docbookHandleCaption): removed unused function.
9839         (makeDocBookFile): moved docbook supported version to v4.1.
9840
9841 2001-10-24  José Matos  <jamatos@fep.up.pt>
9842
9843         * tabular.h:
9844         * tabular.C (docbookRow): new function to export docbook code of a row.
9845         (DocBook): now honors the longtable flags.
9846
9847 2001-10-23  José Matos  <jamatos@fep.up.pt>
9848
9849         * LaTeXFeatures.h:
9850         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9851         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9852
9853         * buffer.C (makeLinuxDocFile):
9854         (makeDocBookFile): reworked the preamble, more clean, and with
9855         support for lyx defined entities. Changed the document declaration
9856         to be more XML friendly.
9857
9858         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9859         if we need to output XML that should be done with a filter.
9860
9861 2001-10-22  Juergen Vigna  <jug@sad.it>
9862
9863         * sp_pspell.h (class PSpell): add alive function needed in the
9864         controller to see if the spellchecker could be started.
9865
9866 2001-10-22  Juergen Vigna  <jug@sad.it>
9867
9868         * buffer.C (insertStringAsLines): modify the font for inserting
9869         chars in certain conditions by calling checkInsertChar(font).
9870
9871 2001-10-19  Juergen Vigna  <jug@sad.it>
9872
9873         * text.C (workWidth): use getRow instead of wrong algorithm.
9874         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9875
9876 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9877
9878         * lyxserver.h:
9879         * lyxserver.C:
9880         * lyx_main.h:
9881         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9882
9883 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9884
9885         * text.C (workWidth): do not search for the exact row when
9886         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9887         optimization for big documents.
9888
9889 2001-10-18  Juergen Vigna  <jug@sad.it>
9890
9891         * text.C (workWidth): new function with added Inset * parameter.
9892
9893 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9894
9895         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9896
9897         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9898         change return type of getColumnNearX.
9899
9900
9901         * text.C (changeRegionCase): use uppercase/lowercase instead of
9902         toupper/tolower.
9903         (leftMargin):
9904         (rightMargin): simplify code by factoring out the uses of
9905         textclasslist.
9906         (labelFill):
9907         (numberOfHfills):
9908         (setHeightOfRow):
9909         (appendParagraph): use Paragraph::size_type
9910
9911 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9912
9913         * vspace.C (asLatexString): add a missing break
9914
9915 2001-10-15  Herbert Voss  <voss@perce.de>
9916
9917         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
9918
9919 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9920
9921         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
9922         is not available.
9923
9924 2001-10-10  André Pönitz <poenitz@gmx.net>
9925
9926         * lyxfunc.C: removed greek_kb_flag.
9927
9928 2001-10-10  Herbert Voss  <voss@perce.de>
9929
9930         * lyx_main.C: delete global string help_lyxdir.
9931
9932 2001-10-09  Herbert Voss  <voss@perce.de>
9933
9934         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
9935
9936         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
9937
9938         * lyx_main.C: added global string help_lyxdir.
9939
9940         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
9941
9942 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9943
9944         * lyxrc.C (set_font_norm_type): support iso8859-4
9945
9946 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
9947
9948         * LaTeX.C (deplog): add another regex for MikTeX
9949
9950 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9951
9952         * lyxrc.C (set_font_norm_type): support iso8859-3
9953
9954 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9955
9956         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
9957
9958         * LaTeXFeatures.C: remove special case of french and index
9959
9960         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
9961         before \begin{document}). This solves several incompatibilities.
9962
9963 2001-10-03  Garst Reese  <reese@isn.net>
9964
9965         * lyx_cb.C: change CheckTex error msg.
9966
9967 2001-10-03  José Matos  <jamatos@fep.up.pt>
9968
9969         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
9970
9971 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9972
9973         * .cvsignore: update
9974
9975         * lyx_main.C (commandLineVersionInfo): use new style version info.
9976
9977         * buffer.C (writeFile):
9978         (makeLaTeXFile):
9979         (makeLinuxDocFile):
9980         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
9981
9982         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
9983
9984         * version.h: update to use stuff in version.C
9985
9986         * version.C.in: new file. Contains version information determined
9987         at compile time. This is a merging of version.h and
9988         version_info.h.in.
9989
9990 2001-10-03  Juergen Vigna  <jug@sad.it>
9991
9992         * BufferView_pimpl.C (update): don't change "dirty" status in
9993         updateInset call.
9994
9995 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
9996
9997         * WorkArea.C (c-tor): re-position version string slightly.
9998
9999 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10000
10001         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10002         revert to previous code.
10003
10004         WorkArea.[Ch]: (show, destroySplash): methods removed.
10005
10006         WorkArea.C: rework code so that it's an amalgam of the codes before and
10007         after the splash screen was moved to WorkArea.
10008
10009 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10010
10011         * lyxrc.C (read):
10012         * vspace.C (inPixels):
10013         (lyx_advance):
10014         * kbmap.C (bind):
10015         * buffer.C (insertStringAsLines):
10016         (asciiParagraph): fix types to be large enough
10017
10018         * lyxlex_pimpl.h: change member status from short to int
10019
10020         * layout.h: fix type of endlabeltype
10021
10022         * kbmap.C (bind):
10023         * kbsequence.C (parse): change return type to string::size_type
10024
10025         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10026         variable
10027
10028         * Bullet.C (bulletSize):
10029         (bulletEntry): do not use short ints as parameters
10030
10031         * BufferView2.C (insertLyXFile): change a char to an int.
10032
10033         * WorkArea.C (WorkArea): remove unneeded floats in computation
10034
10035 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10036
10037         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10038
10039         * paragraph.C (asString): Do not ignore newline/hfill chars when
10040         copying to the clipboard.
10041
10042 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10043
10044         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10045         after a multi-line inset.
10046
10047 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10048
10049         * paragraph.C (validate): Set NeedLyXFootnoteCode
10050
10051 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10052
10053         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10054         and decrease-error to decrease.
10055
10056 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10057
10058         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10059         it more readable (should be equivalent)
10060
10061 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10062
10063         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10064
10065 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10066
10067         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10068         of a cursor (row, etc.) after a character has been deleted
10069         (deleteEmptyParagraphMechanism): call the method above on _all_
10070         cursors held by the LyXText when a double space has been
10071         detected/deleted.
10072
10073 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10074
10075         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10076         pixmap.
10077         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10078
10079         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10080         background. Use greyOut() and the new show() methods to toggle between
10081         the foreground and background. Add code to remove the splash after
10082         its initial showing.
10083
10084         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10085         (create_forms): no longer call Dialogs::showSplash.
10086
10087 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10088
10089         * .cvsignore: add version_info.h
10090
10091 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10092
10093         * version_info.h.in: new file
10094
10095         * Makefile.am: add version_info.h.in
10096
10097         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10098         version_info.h instead of VERSION_INFO
10099
10100 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10101
10102         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10103         The ERT inset now returns string().
10104
10105 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10106
10107         * lyxtext.h, text.C (selectNextWord): renamed as
10108         selectNextWordToSpellcheck.
10109
10110         * text.C (selectNextWordToSpellcheck): Modified to not select
10111         words inside an ERT inset.
10112
10113 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10114
10115         * lyx_cb.C (MenuLayoutSave): change a bit the question
10116
10117         * sp_base.h: include <sys/types.h>
10118
10119 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10120
10121         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10122
10123 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10124
10125         * several files: fix typos in user-visible strings
10126
10127 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10128
10129         * text2.C (pasteSelection): do not set the selection, since it
10130         will be cleared later. Actually, the intent was to fix the way the
10131         selection was set, but I figured rmoving the code was just as good.
10132
10133 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10134
10135         * FontLoader.C (available): Check if font is available without
10136         loading the font.
10137
10138 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10139
10140         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10141
10142 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10143
10144         * lyxrc.[Ch]: added display_graphics variable and associated code.
10145
10146 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10147
10148         * bufferparams.C (hasClassDefaults): new method. Returns true if
10149         the buffer parameters correspond to known class defaults
10150
10151 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10152
10153         * XFormsView.C (show): set minimum size to the main window.
10154
10155 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10156
10157         * text2.C (copySelection):
10158         (cutSelection):
10159         * lyxfind.C (LyXReplace):
10160         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10161         LyXText::selectionAsString.
10162
10163         * paragraph.C (asString): add "label" argument to the second form
10164
10165         * text2.C (selectionAsString): add "label" argument and pass it to
10166         Paragraph::asString.
10167
10168 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10169
10170         * lyx_main.C (commandLineHelp): remove version information
10171
10172 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10173
10174         * lyx_main.C: add -version commandline option
10175
10176 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10177
10178         * paragraph.h: make the optional constructor arg required instead.
10179         some modifications to other files because of this.
10180
10181         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10182
10183         * lyxserver.C (C_LyXComm_callback): make it static
10184
10185         * lyx_main.C (error_handler): make it static
10186
10187         * lyx_gui.C (LyX_XErrHandler): make it static
10188
10189         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10190
10191         * WorkArea.C: make the extern "C" methods static.
10192
10193         * Makefile.am (lyx_LDADD): simplify
10194
10195 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10196
10197         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10198         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10199
10200         * LyXAction.C (init):
10201         * lyxfunc.C (dispatch): associated code removal.
10202
10203 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10204
10205         * lyxfont.h (isSymbolFont): shut off warning
10206
10207         * text.C (setHeightOfRow):
10208         (getVisibleRow): fix crash with empty paragraphs which have a
10209         bottom line
10210
10211 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10212
10213         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10214         code.
10215
10216 2001-09-04  José Matos  <jamatos@fep.up.pt>
10217         * buffer.C
10218         * buffer.h
10219         * tabular.C (docbook): rename docBook method to docbook.
10220
10221 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10222
10223         * Makefile.am: add dependencies to main.o.
10224
10225 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10226
10227         * FontLoader.C (available): Return false if !lyxrc.use_gui
10228
10229 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10230
10231         * FontInfo.C (query):
10232         * converter.C (view):
10233         * importer.C (Import):
10234         * exporter.C (Export): Can not -> cannot.
10235
10236 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10237
10238         * BufferView_pimpl.C: allow to create index inset even if
10239           string is empty
10240
10241 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10242
10243         * buffer.C (getLists): replace boost::tie code with an explicit pair
10244         as boost::tie can break some compilers.
10245
10246         * iterators.h: Added a std:: declaration to the return type of
10247         ParIterator::size.
10248
10249 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10250
10251         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10252           case.
10253
10254 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10255
10256         * iterators.[Ch]: New files. Provide paragraph iterators.
10257
10258         * buffer.C (changeLanguage): Use paragraph iterators.
10259         (isMultiLingual): ditto
10260
10261         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10262
10263 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10264
10265         * FontLoader.C: Support for cmr font.
10266
10267 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10268
10269         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10270         (available): New method.
10271
10272         * FontInfo.C (getFontname): Use scalable fonts even when
10273         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10274         found.
10275
10276 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10277
10278         * converter.C (Formats::view): reverted! Incorrect fix.
10279
10280 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10281
10282         * converter.C (Formats::view): only output the -paper option
10283         if the dvi viewer is xdvi, thereby fixing bug #233429.
10284
10285 2001-08-23  Herbert Voss  <voss@perce>
10286
10287         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10288
10289 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10290
10291         * Spacing.h (Spacing): Set space to Default on in the default
10292         constructor.
10293
10294 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10295
10296         * vc-backend.h (RCS::versionString): add RCS to version
10297         (CVS::versionString): add CVS to version
10298
10299         * vc-backend.C (scanMaster): do not add CVS to version.
10300         (scanMaster): do not add RCS to version
10301
10302         * lyxvc.C (versionString): new method
10303
10304         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10305
10306 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10307
10308         * Spacing.C (set): initialize fval
10309
10310 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10311
10312         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10313         " or \.
10314
10315 2001-08-16  Juergen Vigna  <jug@sad.it>
10316
10317         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10318
10319 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10320
10321         * BufferView_pimpl.C:
10322         * figureForm.C:
10323         * lyxtext.h:
10324         * text2.C: setParagraph takes linespacing now
10325
10326 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10327
10328         * LyxAction.C: add internal LFUN_CITATION_INSERT
10329
10330         * LyXView.C: actually apply fix
10331
10332         * bufferlist.C: fix open non-existent file
10333
10334         * lyxfind.C: fix indentation
10335
10336         * lyxfunc.C: remove unneeded assert, fix typo
10337
10338 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10339
10340         * MenuBackend.C: use "Floatname List"
10341
10342 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10343
10344         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10345         when converting LaTeX layout to insetERT.
10346         Generate a non-collapsed float when reading old float
10347
10348 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10349
10350         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10351         ERT insets.
10352
10353 2001-08-13  Juergen Vigna  <jug@sad.it>
10354
10355         * text.C (fill): return 0 instead of 20 as this seems to be the more
10356         correct value.
10357
10358 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10359
10360         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10361         lyxrc.font_norm.
10362
10363 2001-08-13  Juergen Vigna  <jug@sad.it>
10364
10365         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10366         casesensitive off.
10367         (SearchBackward): comment out the unlocking of the inset_owner this
10368         should not be needed!
10369
10370 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10371
10372         * Many files: Remove inherit_language, and add latex_language
10373
10374         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10375         collapsible insets.
10376
10377 2001-08-10  Juergen Vigna  <jug@sad.it>
10378
10379         * text.C (prepareToPrint): fixed hfill-width in draw!
10380
10381         * BufferView2.C (selectLastWord): save the selection cursor as this
10382         now is cleared in the function LyXText::clearSelection!
10383
10384 2001-08-08  Juergen Vigna  <jug@sad.it>
10385
10386         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10387         BACKSPACE type functions.
10388
10389         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10390         is only cutted from the document but not put in the cut-buffer, where
10391         still the old stuff should be.
10392
10393         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10394
10395         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10396
10397         * tabular.C (SetWidthOfCell): fixed special case where the width
10398         was not updated!
10399         (LeftLine): handle '|' in align_special.
10400         (RightLine): ditto
10401         (LeftAlreadyDrawed): ditto
10402         (SetWidthOfCell): ditto
10403
10404 2001-08-07  Juergen Vigna  <jug@sad.it>
10405
10406         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10407
10408 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10409
10410         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10411         * lyxlex.[hC]: ditto
10412
10413 2001-08-06  Juergen Vigna  <jug@sad.it>
10414
10415         * text.C (getVisibleRow): fix up row clearing a bit.
10416
10417 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10418
10419         * minibuffer.C: make sure the X server sees the changes in the input.
10420
10421 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10422
10423         * paragraph.C (getFont): split into...
10424         (getLabelFont): this
10425         (getLayoutFont): and this
10426         * paragraph_pimpl.C (realizeFont): calling this
10427
10428         * text2.C (getFont): split into...
10429         (getLayoutFont): this
10430         (getLabelFont): and this
10431         (realizeFont): all three calling this
10432
10433         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10434         files where used.
10435
10436 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10437
10438         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10439
10440 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10441
10442         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10443         layouts from the Quote inset insertion.
10444
10445 2001-08-03  Juergen Vigna  <jug@sad.it>
10446
10447         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10448
10449         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10450         only if status not is already CHANGED_IN_DRAW (second level).
10451
10452         * text.C (draw): don't set the need_break_row when inside an
10453         InsetText LyXText.
10454
10455 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10456
10457         * buffer.C (parseSingleLyXformat2Token): handle more latex
10458         conversion cases.
10459
10460         * bufferview_funcs.[hC]: change function names to
10461         begin with small char, adjust other files.
10462
10463 2001-08-02  André Pönitz <poenitz@gmx.net>
10464
10465         * lyxfunc.C:
10466         BufferView_pimpl.C: remove broken special code for math-greek
10467
10468 2001-08-02  Juergen Vigna  <jug@sad.it>
10469
10470         * BufferView_pimpl.C (update): redone this function so that we
10471         update the text again if there was a CHANGE_IN_DRAW.
10472
10473         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10474         (drawFromTo): added a new internal bool which is used by draw() and
10475         redraw() function.
10476         (general): some cursor drawing problems fixed.
10477
10478 2001-08-01  Juergen Vigna  <jug@sad.it>
10479
10480         * lyxfind.C (LyXFind): fixed
10481         (SearchForward): ditto
10482         (SearchBackward): ditto
10483
10484         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10485         spurius drawing of the cursor in the main area.
10486
10487         * text2.C (status): small fix which could lead to a segfault!
10488         (clearSelection): remove unneeded BufferView param.
10489
10490 2001-08-01  André Pönitz <poenitz@gmx.net>
10491
10492         * lyxfunc.C: small change due to changed mathed interface
10493
10494 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10495
10496         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10497
10498 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10499
10500         * lyxfunc.c: fail gracefully if file doesn't exist
10501
10502         * LyXSendto.C:
10503         * buffer.C:
10504         * lyxfunc.C:
10505         * BufferView_pimpl.C: IsDirWriteable() proto changed
10506
10507         * LyXView.C: fix updateWindowTitle() to store the last title
10508
10509 2001-07-31  Juergen Vigna  <jug@sad.it>
10510
10511         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10512         the font (wrong since using of Paragraph::highestFontInRange).
10513
10514         * paragraph.C (highestFontInRange): added a default_size parameter.
10515
10516         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10517         (setHeightOfRow): reformat
10518
10519 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10520
10521         * converter.[hC] + affected files: move to (inital-char)lowercase
10522         function names.
10523
10524         * ParagraphParameters.C (ParagraphParameters): remove commented code
10525
10526         * PainterBase.[Ch]: remove commented code
10527
10528         * LaTeXFeatures.h: add "bool floats" for float.sty
10529
10530         * LaTeXFeatures.C (LaTeXFeatures): init floats
10531         (require): handle float
10532         (getPackages): do it with floats
10533
10534 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10535
10536         * BufferView_pimpl.C (Dispatch): improve handling of
10537         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10538
10539         * commandtags.h: #include lyxfont.h here temporarily to avoid
10540         keybinding bug.
10541
10542         * bufferlist.h: include LString.h here.
10543
10544 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10545
10546         * text2.C (getStringToIndex): new method.
10547
10548 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10549
10550         * *: Reduced header file dependencies all over.
10551
10552 2001-07-30  Baruch Even  <baruch@lyx.org>
10553
10554         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10555
10556 2001-07-29  Baruch Even  <baruch@lyx.org>
10557
10558         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10559
10560 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10561
10562         * ParameterStruct.h (endif): add a default constructor to make
10563         sure that all variables is initialized.
10564
10565         * ParagraphParameters.C (ParagraphParameters): adjust
10566
10567 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10568
10569         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10570         index; also, check that there is something to index, and that it
10571         does not span over several paragraphs.
10572         (doubleClick): use WHOLE_WORD_STRICT for double click.
10573
10574         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10575
10576         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10577         scheme.
10578
10579 2001-07-26  Baruch Even  <baruch@lyx.org>
10580
10581         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10582         an InsetFig figure, backwards compatible reading of old figure code.
10583
10584 2001-07-27  Juergen Vigna  <jug@sad.it>
10585
10586         * text2.C: font.realize function adaption.
10587
10588         * text.C (draw): add a warnings lyxerr text if needed.
10589
10590         * layout.C: font.realize function adaption.
10591
10592         * language.C: add inherit_language and implement it's handlings
10593
10594         * bufferview_funcs.C (StyleReset): remove language parameter from
10595         font creation (should be language_inherit now).
10596
10597         * bufferparams.C (writeFile): handle ignore_language.
10598
10599         * paragraph.C (getFontSettings): the language has to be resolved
10600         otherwise we have problems in LyXFont!
10601
10602         * lyxfont.C (lyxWriteChanges): added document_language parameter
10603         (update): removed unneeded language parameter
10604
10605         * paragraph.C (validate): fixed wrong output of color-package when
10606         using interface colors for certain fonts in certain environments,
10607         which should not seen as that on the final output.
10608
10609 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10610
10611         * BufferView_pimpl.C:
10612         * Thesaurus.h:
10613         * Thesaurus.C:
10614         * Makefile.am:
10615         * commandtags.h:
10616         * LyXAction.C: add thesaurus support
10617
10618         * lyxfind.h:
10619         * lyxfind.C: add "once" parameter, for thesaurus, to not
10620           move to the next match
10621
10622 2001-07-26  Juergen Vigna  <jug@sad.it>
10623
10624         * lyxfont.C (realize): honor ignore_language too!
10625         (resolved): ditto.
10626
10627         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10628
10629         * text.C (draw): one place more for ignore_language to not draw
10630         itself!
10631
10632 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10633
10634         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10635
10636 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10637
10638         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10639         the minipage conversion problem.
10640
10641 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10642
10643         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10644         insert an inset.
10645
10646 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10647
10648         * BufferView.h: don't forward declare WorkArea
10649
10650         * BufferView.C: don't include WorkArea.h
10651
10652 2001-07-25  André Pönitz <poenitz@gmx.net>
10653
10654         * commandtags.h:
10655         * LyXAction.C:
10656         * lyxfunc.C:  new LFUN 'math-space'
10657
10658         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10659
10660 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10661
10662         * text2.C (toggleInset): call open/close
10663
10664 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10665
10666         * lyxfunc.C (dispatch): add debug for the disabled case
10667
10668         * font.C (buttonText): make similar to rectText
10669
10670         * buffer.C (readInset): comment out parsing of insetlist and
10671         insttheorem
10672
10673         * PainterBase.C (rectText): small correction
10674
10675         * BufferView_pimpl.C: comment out insettheorem and insetlist
10676         * LyXAction.C: ditto
10677         * commandtags.h: ditto
10678
10679 2001-07-24  Juergen Vigna  <jug@sad.it>
10680
10681         * text.C (draw): honor the ignore_language.
10682
10683         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10684
10685 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10686
10687         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10688         char inset.
10689
10690 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10691
10692         * lyxtext.h: remove unused (and unimplemented) methods
10693
10694 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10695
10696         * text.C (getVisibleRow): honor background color
10697
10698         * PainterBase.h:
10699         * Painter.h: remove default color argument for fillRectangle
10700
10701         * text.C (backgroundColor): new method
10702
10703 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10704
10705         * text.C (getVisibleRow): adjust
10706
10707         * font.[Ch] (rectText): new method, metrics
10708         (buttonText): new method, metrics
10709
10710         * PainterBase.[hC]: make rectText and buttonText always draw and take
10711         fewer paramteres.
10712
10713 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10714
10715         * ToolbarDefaults.C (read):
10716         * MenuBackend.C (read): allow escaping in all strings
10717
10718         * BufferView_pimpl.C (insertAndEditInset): new method.
10719         (Dispatch): use insertAndEditInset whenever appropriate.
10720
10721         * BufferView_pimpl.C (insertNote): removed
10722
10723         * BufferView_pimpl.C (smartQuote): new method, moved from
10724         BufferView; if an insetquote cannot be inserted, insert a '"'
10725         character instead.
10726
10727         * BufferView2.C: remove insertCorrectQuote();
10728
10729         * lyxfunc.C (getStatus): Add support for all remaingin
10730         inset-insert lfuns.
10731
10732         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10733
10734         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10735         command (necessary to pass " as parameter of self-insert.
10736
10737         * text.C (selectWordWhenUnderCursor):
10738         (selectWord): add word_location parameter
10739         (selectWordWhenUnderCursor): same + remove special code for word
10740         boundary.
10741         (selectNextWord): use kind() to guess type of insetspecialchar,
10742         not latex().
10743
10744         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10745         (insertErtContents): create ert insets as collapsed.
10746         (readInset): better compatibility code for Info inset.
10747
10748 2001-07-20  Juergen Vigna  <jug@sad.it>
10749
10750         * lyxfunc.C (dispatch): use always LyXFind now!
10751
10752         * text2.C (init): add a reinit flag so that the LyXText can be
10753         reinited instead of deleted and reallocated (used in InsetText).
10754
10755         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10756
10757         * text.C: ditto
10758
10759         * text2.C: ditto
10760
10761 2001-07-18  Juergen Vigna  <jug@sad.it>
10762
10763         * text.C (selectNextWord): handle insets inside inset by calling
10764         always the bv->text functions so that we can go up the_locking_inset!
10765
10766         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10767         in strange locations when inside an inset!
10768
10769         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10770         handling to include insets.
10771
10772         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10773
10774 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10775
10776         * LyXAction.C (init):
10777         * commandtags.h:
10778         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10779         LIGATURE_BREAK, since the name is so stupid.
10780
10781 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10782
10783         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10784         InsetInfos.
10785
10786         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10787
10788         * sp_form.[Ch]: remove.
10789
10790         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10791
10792         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10793         InsetInfo.
10794
10795         * src/buffer.C (readInset): ditto.
10796
10797 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10798
10799         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10800         menuSeparator(), endOfSentenceDot(), ldots() and
10801         hyphenationPoint(), which are therefore removed.
10802         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10803
10804         * LyXAction.C (init):
10805         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10806
10807         * paragraph.C (getWord): removed.
10808
10809         * BufferView_pimpl.C (Dispatch): use last word or selection for
10810         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10811
10812         * lyx_main.C (queryUserLyXDir): do not ask before creating
10813         user_dir, except if it has been named explicitely.
10814
10815 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10816
10817         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10818         a document of zero size.
10819
10820 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10821
10822         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10823         approriately in the c-tor and in require().
10824         (getPackages): output the appropriate LaTeX for natbib support.
10825
10826         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10827         variables "use_natbib" and "use_numerical_citations" when reading the
10828         LyX file.
10829         (readInset): read the various natbib cite commands.
10830         (validate): white-space change.
10831
10832         * bufferparams.[Ch]: new variables "bool use_natbib" and
10833         "bool use_numerical_citations".
10834         (writeFile): output them in the LyX file.
10835
10836 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10837
10838         * lyxfunc.C (getStatus): add support for all the inset insertion
10839         commands.
10840
10841         * text2.C (insertInset):
10842         * paragraph.C (insetAllowed):
10843         * BufferView_pimpl.C (insertInset): update to take in account the
10844         renaming of insertInsetAllowed
10845
10846         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10847
10848         * text2.C (getInset): new method. returns inset at cursor position.
10849
10850         * BufferView_pimpl.C (Dispatch): changes because of this.
10851
10852         * LyXAction.C (init): rename open-stuff to inset-toggle.
10853
10854         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10855
10856         * text2.C (toggleInset): renamed from openStuff; use
10857         Inset::open().
10858
10859 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10860
10861         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10862
10863         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10864
10865 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10866
10867         * buffer.C (readLyXformat2): Add filename to the error dialog
10868
10869 2001-07-18  Juergen Vigna  <jug@sad.it>
10870
10871         * tabular.C (GetCellNumber): put an assert here instead of the check!
10872
10873 2001-07-17  Juergen Vigna  <jug@sad.it>
10874
10875         * BufferView_pimpl.C (toggleSelection): adapted too.
10876
10877         * text.C (selectNextWord): adapted for use with insets.
10878         (selectSelectedWord): ditto
10879
10880 2001-07-17  Juergen Vigna  <jug@sad.it>
10881
10882         * sp_spell.C (PSpell): fix initialitation order.
10883
10884 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10885
10886         * paragraph.C: spacing
10887
10888 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10889
10890         * sp_spell.C: repair language selection for pspell
10891
10892 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10893
10894         * lyxfunc.h: change more methods to begin with lower char.
10895
10896 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10897
10898         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10899         for unknown layouts.
10900
10901 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10902
10903         * buffer.C (readLyXformat2): Generate an error dialog if there are
10904         unknown layouts.
10905
10906 2001-07-16  Juergen Vigna  <jug@sad.it>
10907
10908         * sp_spell.C: always compile ISpell part.
10909
10910         * lyxrc.C: added use_pspell entry and it's handling.
10911
10912 2001-07-13  Juergen Vigna  <jug@sad.it>
10913
10914         * sp_spell.C: removed double includes.
10915
10916 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
10917
10918         Consistent use of Lsstream.h:
10919         * Lsstream.h: added using std::stringstream for consistencies sake.
10920
10921         * buffer.C: removed using std::stringstream
10922
10923         * lyxfont.C (stateText):
10924         * paragraph.C (asString):
10925         * text.C (selectNextWord, selectSelectedWord):
10926         * text2.C (setCounter):
10927         * vspace.C (asString, asLatexString):
10928         std::ostringstream -> ostringstream.
10929
10930 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10931
10932         * LyXAction.C: add LFUN_HELP_ABOUTLYX
10933         * commandtags.h: add LFUN_HELP_ABOUTLYX
10934         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
10935
10936 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10937
10938         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
10939         cursorToggle()
10940         * lyx_gui_misc.C: remove spellchecker
10941         * lyxfunc.C: showSpellchecker
10942         * sp_base.h: added
10943         * sp_ispell.h: added
10944         * sp_pspell.h: added
10945         * sp_spell.C: added
10946         * sp_form.[Ch]: removed
10947         * spellchecker.[Ch]: removed
10948
10949 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
10950
10951         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
10952         is set.
10953         (simpleTeXSpecialChars): Simply print the input character without
10954         any special translation if pass_thru is set.
10955
10956         * layout.h: Added bool pass_thru to layout class for being able to
10957         implement pass through of a paragraph for Literate Programming.
10958
10959         * layout.C: add LT_PASS_THRU to LayoutTags enum.
10960         * layout.C (LyXLayout): set pass_thru to flase in constructor.
10961         * layout.C (Read): add "passthru" to list of layout tags and add
10962         code to set the pass_thru boolean when it is read.
10963
10964 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10965
10966         * trans_decl.h: remove allowed from KmodInfo
10967
10968         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
10969         remove allowed code
10970         (Load): adjust
10971
10972         * paragraph_pimpl.C (erase): use boost::prior
10973
10974         * Painter.C (text): use data() instead of c_str() when length is
10975         also provided.
10976         * WorkArea.C (putClipboard): ditto
10977         * font.h (width): ditto
10978
10979         * BufferView2.C: use it-> instead of (*it). for iterators
10980         * texrow.C: ditto
10981         * paragraph_pimpl.C: ditto
10982         * paragraph.C: ditto
10983         * minibuffer.C: ditto
10984         * language.C: ditto
10985         * kbmap.C: ditto
10986         * encoding.C: ditto
10987         * counters.C: ditto
10988         * converter.C: ditto
10989         * chset.C: ditto
10990         * Variables.C: ditto
10991         * TextCache.C: ditto
10992         * MenuBackend.C: ditto
10993         * LyXAction.C: ditto
10994         * LColor.C: ditto
10995         * FloatList.C: ditto
10996         * DepTable.C: ditto
10997         * ColorHandler.C (LyXColorHandler): ditto
10998
10999 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11000
11001         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11002
11003         * text2.C (openStuff): reintroduce this method (which had been
11004         nuked in NEW_INSETS frenzy).
11005
11006         * lyxfunc.C (Dispatch): when an action has not been handled, use
11007         its name in the error message, not its number.
11008
11009         * paragraph.C (inInset): change method name to begin with lowercase.
11010
11011         * undo_funcs.C:
11012         * text2.C: updates because of this.
11013
11014 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11015
11016         * ToolbarDefaults.C (add): add spaces in error message
11017
11018 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11019
11020         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11021         (readLyXformat2): rename return_par to first_par, use lyxlex's
11022         pushToken and remove the manual push handling.
11023         (parseSingleLyXformat2Token): add another ert comp. variable:
11024         in_tabular, rename return_par to first_par. handle newlines better
11025
11026 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11027
11028         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11029
11030 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11031
11032         * text2.C (getParFromID): removed
11033
11034         * buffer.C (getParFromID): new method moved form lyxtext.
11035         * BufferView2.C (insertErrors): adjust
11036         (setCursorFromRow): adjust
11037         * BufferView_pimpl.C (restorePosition): adjust
11038         * lyxfunc.C (Dispatch): adjust
11039         * undo_funcs.C (textUndo): adjust
11040         (textRedo): adjust
11041         (textHandleUndo): adjust
11042         (textHandleUndo): adjust
11043
11044 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11045
11046         * buffer.C: up' the LYX_FORMAT
11047
11048         * lyxfont.h: turn NO_LATEX on as default
11049
11050         * buffer.C (insertErtContents): new methods of tex style compability.
11051         (parseSingleLyXformat2Token): use it several places.
11052         * tabular.C (OldFormatRead): and here
11053
11054 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11055
11056         * text2.C: remove some commented code.
11057         reindent file.
11058
11059         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11060         * trans.C: changes because of the above.
11061
11062 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11063
11064         * text2.C (setCounter): Fix counters bug with bibliography layout.
11065
11066 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11067
11068         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11069         own member functions
11070         (simpleTeXSpecialChars): ditto
11071
11072 2001-07-06  Juergen Vigna  <jug@sad.it>
11073
11074         * a lot of files: changed the access to LyXText::status and the
11075         call of undo-functions.
11076
11077         * undo.[Ch]: added a inset_id to the undo informations.
11078
11079         * undo_funcs.[Ch]: added and moved here all undo functions.
11080
11081         * lyxtext.h: give the status enum a weight, made status_ a private
11082         variable and made accessor functions for it, removed the whole bunch
11083         of undo-functions as they are now in their own file, make some
11084         functions publically available. Added function ownerParagraph with
11085         int parameter.
11086
11087         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11088         made InInset() a const function, added getParFromID() function.
11089
11090         * buffer.[Ch]: added const version for inset_iterator functions,
11091         added getInsetFromID() function.
11092
11093         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11094         changed undo functions for new version.
11095
11096 2001-07-05  Juergen Vigna  <jug@sad.it>
11097
11098         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11099         unknow mechanism does not call the proper constructor but only this
11100         one also if I request the other!?
11101
11102 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11103
11104         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11105
11106         * text2.C (LyXText): use initialization lists.
11107
11108         * lyxtext.h (Selection): initialize set_ and mark_
11109         (init): remove method
11110
11111 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11112
11113         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11114
11115 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11116
11117         * screen.[Ch]: change method names to begin with lowercase
11118
11119         * BufferView_pimpl.C (updateScrollbar): simplify further and
11120         hopefully make it a bit faster.
11121
11122 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11123
11124         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11125         calling directly xforms functions.
11126
11127         * Painter.C (Painter):
11128         * lyx_cb.C (MenuWrite):
11129         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11130         fl_display.
11131
11132         * lyx_gui.C: remove bogus guiruntime extern declaration.
11133
11134 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11135
11136         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11137         in NEW_INSETS
11138         (redoDrawingOfParagraph): ditto
11139         (redoParagraphs): ditto
11140         (cutSelection): don't create a object for CutAndPaste use the
11141         static method directly
11142         (pasteSelection): ditto
11143
11144         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11145         LyXview (+ rename)
11146
11147 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11148
11149         * modifications to some other files because of this.
11150
11151         * Makefile.am (lyx_SOURCES): add XFormsView
11152
11153         * XFormsView.[Ch]: new files
11154
11155         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11156         the main window. Move the gui dependent stuff to XFormsView
11157
11158 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11159
11160         * tabular.C (GetCellInset): update cur_cell also in the row/col
11161         version of this function.
11162
11163         * lyxfunc.C: no need to include figure_form.h here.
11164
11165         * FontLoader.h:
11166         * lyxfunc.h:
11167         * lyxscreen.h:
11168         * text2.C:
11169         * lyxvc.C: no need to include forms.h here.
11170
11171 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11172
11173         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11174
11175         * lyxfunc.C (Dispatch):
11176         * Spacing.C (set):
11177         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11178         constructor argument.
11179
11180 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11181
11182         * paragraph.C (Paragraph): dont't clear, and just set layout.
11183         (makeSameLayout): use params's copy contructor.
11184
11185         * ParagraphParameters.[Ch] (makeSame): delete method
11186
11187 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11188
11189         * Variables.[Ch]: fix indentation, rename set to isSet
11190
11191 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11192
11193         * lyxfunc.C (Dispatch): fix typo
11194
11195 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11196
11197         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11198         upper_bound.
11199
11200         * bufferlist.C: include assert.h for emergencyWrite().
11201
11202 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11203
11204         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11205           give up at last (bug #425202) !
11206
11207 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11208
11209         * lyx_gui_misc.C:
11210         * sp_form.h:
11211         * sp_form.C:
11212         * spellchecker.h:
11213         * spellchecker.C: strip spellchecker options and bring up
11214           preferences tab instead
11215
11216 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11217
11218         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11219         the istringstream constructor
11220
11221 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11222
11223         * paragraph.C (getLayout): fix return value
11224
11225         * paragraph.h: do not declare getLayout as inline.
11226
11227         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11228
11229 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11230
11231         * lyxcursor.h (operator<): new func
11232         (operator>): new func
11233         (operator>=): new func
11234         (operator<=): new func
11235
11236         * text.C (changeCase): use selection.start and selection.end
11237         (changeRegionCase): require from to be <= to. Require par to be a
11238         valid paragraph.
11239
11240         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11241
11242 2001-06-27  Juergen Vigna  <jug@sad.it>
11243
11244         * text.C (cursorLeftOneWord): changed to return the cursor and added
11245         overlay with BufferView * parameter which calls this one.
11246         (getWord): added
11247         (selectWord): use new getWord function.
11248         (changeCase): renamed from changeWordCase as and extended to work
11249         also on selections.
11250
11251         * lyxtext.h: added enum word_location
11252
11253         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11254         changeCase as this operates now also on selections.
11255
11256 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11257
11258         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11259
11260         * many files: send debug output to Debug::INFO instead of
11261         Debug::ANY.
11262
11263         * converter.C (View):
11264         (Convert):
11265         (Move): send debug output to Debug::FILES instead of console.
11266
11267 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11268
11269         * lyxfunc.C (getStatus): use func_status
11270
11271         * func_status.h: new header, describing the results of
11272         LyXFunc::getStatus;
11273
11274         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11275         LFUN_MATH_HALIGN.
11276
11277 2001-06-25  The LyX Project  <jug@sad.it>
11278
11279         * buffer.C (sgmlOpenTag):
11280         (sgmlCloseTag):
11281         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11282
11283 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11284
11285         * text2.C: remove some dead code
11286
11287         * tabular.C (GetCellInset): store the last cell checked (gotten)
11288
11289         * tabular.h: add the helper for the speedup
11290
11291         * lyxtext.h: remove some dead code
11292
11293 2001-06-26  The LyX Project  <Asger>
11294
11295         * paragraph.C: Change export to LaTeX of alignment to
11296         \begin{center} and family for better roundtrip work with reLyX.
11297
11298         * Tune the math drawing a bit.
11299
11300 2001-06-25  The LyX Project  <Asger>
11301
11302         * LColor.C (LColor): New color for math background. New color
11303         for buttons.
11304
11305 2001-06-25  The LyX Project  <jug@sad.it>
11306
11307         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11308
11309         * lyxfunc.C (Open):
11310         * bufferlist.C (newFile): do not restrict to files ending with
11311         .lyx
11312
11313         * BufferView_pimpl.C (MenuInsertLyXFile):
11314
11315 2001-06-24  The LyX Project  <jug@sad.it>
11316
11317         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11318         of compare_no_case
11319
11320 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11321
11322         * lyxtext.h: rename most methods to begin with a small char.
11323         Lots of changes because of this.
11324
11325         * paragraph.C (Paragraph): do not call fitToSize
11326         (erase): call Pimpl::erase
11327         (insertChar): call Pimpl::insertChar
11328         (insertInset): call Pipl::insertInset
11329         (breakParagraph): do not call fitToSize
11330         (breakParagraphConservative): do not call fitToSize
11331         (fitToSize): remove method
11332
11333         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11334
11335 2001-06-24  The LyX Project  <Asger>
11336
11337         * Fix Qt compilation^2
11338
11339 2001-06-24  The LyX Project  <jug@sad.it>
11340
11341         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11342         depthHook(getDepth()-1).
11343
11344         * paragraph.h:
11345         * ParagraphParameters.h:
11346         * ParameterStruct.h: change type of depth to unsigned int ==
11347         depth_type. Many adaptations to other files before of that.
11348
11349 2001-06-24  The LyX Project  <Asger>
11350
11351         * Fix Qt compilation.
11352
11353 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11354
11355         * paragraph.h: renamed several methods to begin with small letter.
11356         several changes to many parts of the code because of this.
11357
11358 2001-06-23  The LyX Project  <jug@sad.it>
11359
11360         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11361         rewritten to discard all double spaces when KeepEmpty is off
11362         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11363         to only handle newlines but not fiddle with spaces and friends.
11364
11365         * lyxfunc.C (MenuNew): when doing 'new from template', use
11366         template_path as default directory
11367
11368 2001-06-23  The LyX Project  <Asger>
11369
11370         * Clean-up of header file includes all over
11371         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11372
11373 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11374
11375         * paragraph.h: renamed from lyxparagraph.h
11376
11377 2001-06-23  Asger  <lyx@violet.home.sad.it>
11378
11379         * Buffer.h: Removed Buffer::resize
11380         * BufferList.h: Removed BufferList::resize
11381         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11382         the document lazily when we change the width, or the font settings.
11383
11384 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11385
11386         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11387
11388 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11389
11390         * buffer.h: remove out of date comment
11391
11392 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11393
11394         * lyxscreen.h:
11395         * screen.C: fix "theoretical" GC leak
11396
11397 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11398
11399         * LaTeX.C (scanAuxFile):
11400         (deplog): remove trailing \r when reading stream (useful under
11401         win32)
11402
11403 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11404
11405         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11406         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11407         and BufferView::theLockingInset(Inset*), so should use them and not
11408         access bv_->text->the_locking_inset directly.
11409
11410         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11411
11412 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11413
11414         * Makefile.am:
11415         * tex-defs.h: remove old unused file
11416
11417 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11418
11419         * BufferView_pimpl.C: fix typo, remove minibuffer message
11420           when buffer has loaded
11421
11422 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11423
11424         * lyxfunc.C (Dispatch): use stringstream
11425         (MenuNew): use stringstream
11426         (Open): use stringstream
11427
11428         * importer.C (Import): use stringstream
11429
11430         * bufferview_funcs.C (CurrentState): use stringstream
11431
11432         * LaTeX.C (run): use stringstream
11433
11434         * BufferView_pimpl.C (savePosition): use stringstream
11435         (restorePosition): use stringstream
11436         (MenuInsertLyXFile): use stringstream
11437
11438 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11439
11440         * BufferView.C:
11441         * Bullet.C:
11442         * ColorHandler.C:
11443         * FontInfo.C:
11444         * FontLoader.C:
11445         * LColor.C:
11446         * LaTeXFeatures.C:
11447         * Painter.C:
11448         * gettext.C:
11449         * lyx_gui_misc.C:
11450         * lyxserver.C:
11451         * vspace.C: removed // -*- C++ -*- as first line.
11452
11453         * lyxfind.h:
11454         * version.h: added // -*- C++ -*- as first line.
11455
11456 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11457
11458         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11459
11460         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11461         of string
11462
11463 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11464
11465         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11466         of floats.
11467
11468 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11469
11470         * gettext.C: include LString.h even when --disable-nls is on.
11471
11472 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11473
11474         * converter.h (Get): changed argument type from int to
11475         FormatList::size_type to avoid unnecessary conversion.
11476
11477         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11478         before using it.
11479
11480 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11481
11482         * gettext.h: include LString.h even when --disable-nls is on.
11483
11484 2001-06-07  Juergen Vigna  <jug@sad.it>
11485
11486         * text.C (BreakAgain): subst spaces with tabs.
11487
11488         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11489         (resizeInsetsLyXText): set force on resizeLyXText.
11490
11491 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11492
11493         * gettext.h (gettext_init):
11494         (locale_init): use a real definition instead of a macro
11495
11496 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11497
11498         * Bufferview_pimpl.C:
11499         * LColor.h:
11500         * LColor.C: further lcolor tidies
11501
11502 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11503
11504         * BufferView_pimpl.C (updateScrollbar): simplify.
11505
11506         * BufferView2.C: don't include insets/insetinfo.h, change
11507         prototype for insertInset and call the Pimpl version. let
11508         updateInset call Pimpl version.
11509
11510         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11511         gotoInset to BufferView::Pimpl
11512
11513 2001-06-01  Juergen Vigna  <jug@sad.it>
11514
11515         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11516         inside a LockingInset (is the update needed at all?).
11517
11518 2001-05-31  Juergen Vigna  <jug@sad.it>
11519
11520         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11521         here not the old one otherwise how should we compare it afterwards
11522         if it's the same!
11523
11524 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11525
11526         * lyxfont.C:
11527         * tabular.C:
11528         * tabular-old.C:
11529         * FontInfo.C: bring C functions into global namespace when
11530         necessary
11531
11532 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11533
11534         * LString.h: make sure config.h has been loaded before LString.h.
11535
11536         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11537         (one for each char read by EatLine!).
11538
11539         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11540         variables.
11541
11542 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11543
11544         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11545         to the same as the par we break from
11546
11547 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11548
11549         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11550
11551         * MenuBackend.C (expand): also create menu entries for wide
11552         versions of the floats.
11553
11554         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11555
11556         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11557
11558         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11559         frontends/Makefile.am
11560
11561         * text2.C: adjust
11562         * text.C: adjust
11563
11564
11565         * tabular.C (getTokenValue): add std::
11566
11567         * tabular-old.C (getTokenValue): add std::
11568         (getTokenValue): ditto
11569         (getTokenValue): ditto
11570
11571         * screen.C (ToggleSelection): adjust
11572
11573         * lyxtext.h: put selection cursors inside a Selection struct.
11574
11575         * lyxfunc.C (moveCursorUpdate): adjust
11576
11577         * lyxfont.C (latexWriteStartChanges): add std::
11578
11579         * lyxfind.C: adjust
11580
11581         * font.h: delete with(char const *, LyXFont const &)
11582
11583         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11584
11585         * FontInfo.C (getFontname): add std::
11586
11587         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11588         (workAreaButtonPress): adjust
11589         (tripleClick): adjust
11590         (update): adjust
11591         (moveCursorUpdate): adjust
11592         (Dispatch): adjust
11593
11594         * BufferView2.C (gotoInset): adjust
11595
11596 2001-05-30  Juergen Vigna  <jug@sad.it>
11597
11598         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11599         to check pspell I add this as default as I now have new pspell
11600         libraries and they seem to use this.
11601
11602 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11603
11604         * text2.C (CutSelection): make the cursor valid before the call to
11605         ClearSelection.
11606
11607 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11608
11609         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11610         relied on 0 terminated strings and other horrors. Bug found due to
11611         the new assert in lyxstring!
11612
11613         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11614         KP_ keys.
11615
11616 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11617
11618         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11619         to latinkeys.bind.
11620
11621         * lyxfunc.C (processKeySym): change method of getting to the
11622         self-insert char.
11623
11624         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11625         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11626         * BufferView_pimpl.[Ch]: here as private methods.
11627
11628 2001-05-28  Juergen Vigna  <jug@sad.it>
11629
11630         * text.C (SetHeightOfRow): added the update() call again as it is
11631         needed to initialize inset dimensions!
11632
11633 2001-05-16  Juergen Vigna  <jug@sad.it>
11634
11635         * text2.C (SetCharFont): Add new function with BufferView * and
11636         bool toggleall parameters for setting insets internal fonts.
11637         (SetFont): Freeze the undo as we may change fonts in Insets and
11638         all this change should be inside only one Undo!
11639
11640         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11641         setting font's in insets as for them we have the SetFont function!
11642
11643 2001-05-15  Juergen Vigna  <jug@sad.it>
11644
11645         * text2.C (ClearSelection): to be sure we REALLY don't have any
11646         selection anymore!
11647
11648         * tabular.C (TeXCellPreamble): fixed the left border problem for
11649         multicolumn cells.
11650
11651 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11652
11653         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11654         dependancy file
11655
11656 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11657
11658         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11659         LFUN_BREAKPARAGRAPH.
11660
11661         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11662         help test to "internal only", similar for LFUN_INSERT_URL
11663
11664         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11665         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11666         auto_region_delete and deadkeys.
11667
11668 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11669
11670         * LColor.h:
11671         * LColor.C: remove some dead entries, tidy a little
11672
11673 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11674
11675         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11676         commented code.
11677         (Dispatch): implement LFUN_ESCAPE
11678
11679         * commandtags.h: add LFUN_ESCAPE
11680
11681         * LyXAction.C (init): add entry for LFUN_ESCAPE
11682
11683         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11684         Remove commented code.
11685         (insertNote): moved here
11686         (open_new_inset): moved here
11687
11688         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11689         BufferView_pimpl
11690
11691 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11692
11693         * kbmap.C (findbinding): clean it up and make it work correctly.
11694
11695         * lyx_main.C (init): do not pass argc and argv as parameters
11696
11697 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11698
11699         * buffer.C: fix path for OS/2 & Win32
11700
11701         * lyx_gui.C:
11702         * lyx_main:
11703         * lyx_main.C: Added os:: class.
11704
11705         * os2_defines.h: update
11706
11707 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11708
11709         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11710         better by trying again with reduced state.
11711
11712 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11713
11714         * lyxrc.C (read): print error about invalid key sequence only when
11715         debugging (because not all latinX keysyms are known to some X
11716         servers)
11717
11718         * kbsequence.C (getiso): add a few std:: qualifiers
11719         (getiso): comment out extra return statement.
11720
11721 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11722
11723         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11724         handling.
11725         (Dispatch): enhance the accent inset a bit. (not perfect)
11726
11727 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11728
11729         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11730
11731 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11732
11733         * bufferlist.C (emergencyWrite): fix assert() call
11734
11735 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11736
11737         * text.C (InsertChar): Added trivial patch to only send the "you
11738         can not do multiple spaces this way" message once during a
11739         session.
11740
11741 2001-05-08  Baruch Even  <baruch@lyx.org>
11742
11743         * Makefile.am: Changed order of libraries to get LyX to link properly
11744         with the gnome frontend.
11745
11746 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11747
11748         * LaTeXFeatures.h: add a std:: qualifier
11749
11750 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11751
11752         * paragraph.C (String): use stringstream
11753
11754 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11755
11756         * paragraph.C (writeFile): remove footflag arg
11757
11758         * buffer.C (makeLaTeXFile): use stringstream
11759         (latexParagraphs): remove footnot gurba
11760
11761         * LaTeXFeatures.C (getPackages): use stringstream
11762         (getMacros): likewise
11763         (getTClassPreamble): likewise
11764         (getFloatDefinitions): new method
11765
11766         * paragraph.C (writeFile): reindent
11767         (Erase): reindent
11768
11769         * WorkArea.h: revert the xpos + etc changes.
11770
11771         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11772
11773         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11774
11775         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11776         (pasteSelection): likewise
11777         * text2.C (CreateUndo): likewise
11778
11779 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11780
11781         * minibuffer.C (peek_event): temporarily reduce the functionality
11782         of the minibuffer (to allow args on lfuns)
11783
11784         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11785         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11786
11787         * buffer.C (readInset): add compability reading of old float
11788         lists, add reading of new style float list.
11789         (readInset): avoid reevaluation of inscmd.getCmdName()
11790         (getLists): reindent
11791
11792         * MenuBackend.C (MenuItem): implement parsing of
11793         md_floatlistinsert and md_floatinsert.
11794         (expand::LastFiles): move initalizaton of iterators out of loop,
11795         avoid reevaluation.
11796         (expand::Documents): introduce typdedef vector<string> Strings,
11797         and use it.
11798         (expand::ExportFormats): introduce typedef vector<Format const *>
11799         Formats, and use it.
11800         (expand): implement FloatListInsert and FloatInsert.
11801
11802         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11803         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11804         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11805
11806         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11807         handling.
11808         (Dispatch::LFUN_FLOAT_LIST): implement
11809
11810 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11811
11812         * LaTeX.C (run): Fix problem with --export code.
11813
11814 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11815
11816         * BufferView.[Ch] (workarea): removed.
11817         (getClipboard) new method; wrapper for workarea()->getClipboard()
11818
11819         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11820         bug.
11821
11822         * WorkArea.h (width, height, xpos, ypos): These methods all
11823         returned the dimensions of the work_area sub-area of WorkArea,
11824         resulting in a position error if the WorkArea were resized. Now
11825         return the dimensions of the entire WorkArea.
11826
11827         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11828
11829 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11830
11831         * LaTeX.C (deplog): correct the syntax of regex reg1
11832
11833 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11834
11835         * undo.C: remove !NEW_INSETS cruft
11836
11837 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11838
11839         * text2.C: remove !NEW_INSETS cruft
11840
11841         * text.C: remove !NEW_INSETS cruft
11842
11843         * tabular.C: remove !NEW_INSETS cruft
11844
11845         * spellchecker.C: remove !NEW_INSETS cruft
11846
11847         * lyxtext.h: remove !NEW_INSETS cruft
11848
11849         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11850
11851         * lyxfunc.C: remove !NEW_INSETS cruft
11852
11853         * lyxfind.C: remove !NEW_INSETS cruft
11854
11855         * lyx_cb.C: remove !NEW_INSETS cruft
11856
11857         * figureForm.C: remove  !NEW_INSETS cruft
11858
11859         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11860
11861         * buffer.[Ch]: remove !NEW_INSETS cruft
11862
11863         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11864
11865         * CutAndPaste.C: remove !NEW_INSETS cruft
11866
11867         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11868
11869         * BufferView2.C: remove !NEW_INSETS cruft
11870
11871         * BufferView.h: remove !NEW_INSETS cruft
11872
11873 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11874
11875         * Lsstream.h: include LString.h before the sstream headers to
11876         fix problem with gcc 2.95.3 and lyxstring
11877
11878 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11879
11880         * lyx_main.C: add using directives when needed for C functions
11881         declared in std:: namespace.
11882
11883 2001-04-27  Juergen Vigna  <jug@sad.it>
11884
11885         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11886         (SetHeightOfRow): comment out the update call should not be needed!
11887
11888 2001-04-13  Juergen Vigna  <jug@sad.it>
11889
11890         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11891         (LyXTabular): tried to minimize operator= operations (and realized
11892         hopfully Lars wish).
11893
11894 2001-04-27  Juergen Vigna  <jug@sad.it>
11895
11896         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11897
11898 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11899
11900         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11901
11902         * buffer.C (readInset): hack to make listof algorithm work
11903
11904         * BufferView_pimpl.C: hack to make listof algorithm work
11905
11906 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11907
11908         * LyXAction.C: removed all !NEW_INSETS cruft
11909         (init): moved lfun_item in method
11910
11911         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
11912
11913 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11914
11915         * BufferView2.C (theLockingInset): white space.
11916
11917 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11918
11919         * minibuffer.C: include <iostream>
11920
11921         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
11922
11923         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
11924
11925         * commandtags.h: add LFUN_TRANSPOSE_CHARS
11926
11927         * text.[Ch] (TransposeChars): new method
11928
11929 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11930
11931         * call message directly through LyXView instead of through LyXFunc
11932         * BufferView2.C: adjust
11933         * BufferView_pimpl.C: adjust
11934         * FontLoader.C: adjust
11935         * buffer.C: adjust
11936         * bufferview_funcs.C: adjust
11937         * converter.C: adjust
11938         * figureForm.C: adjust
11939         * importer.C: adjust
11940         * lyx_cb.C: adjust
11941         * lyx_gui_misc.C: adjust
11942         * lyxfunc.C: adjust
11943         * lyxvc.C: adjust
11944         * text2.C: adjust
11945         + more files in subdirs
11946
11947         * lyxparagraph.h (size): move up int file
11948         (GetLayout): ditto
11949
11950         * adjust all uses of Assert to lyx::Assert.
11951
11952         * BufferView2.C (ChangeCitationsIfUnique): adjust for
11953         lyxfunctional in namespace lyx
11954         * layout.C (hasLayout): ditto
11955         (GetLayout): ditto
11956         (GetLayout): ditto
11957         (delete_layout): ditto
11958         (NumberOfClass): ditto
11959         * converter.C (GetFormat): ditto
11960         (GetNumber): ditto
11961         (Add): ditto
11962         (Delete): ditto
11963         (SetViewer): ditto
11964         * bufferlist.C (getFileNames): ditto
11965         (emergencyWriteAll): ditto
11966         (exists): ditto
11967         (getBuffer): ditto
11968         * MenuBackend.C (hasSubmenu): ditto
11969         (hasMenu): ditto
11970         (getMenu): ditto
11971         * BufferView_pimpl.C (getInsetByCode): ditto
11972
11973 2001-04-18  Juergen Vigna  <jug@sad.it>
11974
11975         * vspace.C (asLatexString): fixed the 100% problem.
11976
11977 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11978
11979         * lyxfunc.C (Dispatch):
11980         * minibuffer.C:
11981         * minibuffer.h: add a few std:: qualifiers
11982
11983 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11984
11985         * minibuffer.[Ch]: reimplement so that commands is initiated and
11986         run from lyxfunc, simplified som handling, and made the completion
11987         and history code for complete. wip.
11988
11989         * lyxfunc.C (processKeySym): call message
11990         (miniDispatch): new temporary method
11991         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
11992         (LFUN_MESSAGE): implement
11993         (LFUN_MESSAGE_PUSH): implement
11994         (LFUN_MESSAGE_POP): implement
11995         (initMiniBuffer): the initial/defualt minibuffer message.
11996
11997         * lyxfont.[Ch]: inline some more getters
11998
11999         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12000
12001         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12002
12003         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12004         (AutoSave): use LFUN_MESSAGE
12005         (Reconfigure): ditto
12006
12007         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12008
12009         * figureForm.C: use LFUN_MESSAGE
12010
12011         * converter.C (runLaTeX): use LFUN_MESSAGE
12012
12013         * bufferview_funcs.C: use LFUN_MESSAGE
12014         (Melt): ditto
12015         (changeDepth): ditto
12016
12017         * bufferparams.h: use boost::
12018
12019         * bufferlist.h: inherit privately from noncopyable
12020
12021         * bufferlist.C (loadLyXFile): remove some commented code.
12022
12023         * buffer.C (runChktex): use LFUN_MESSAGE
12024
12025         * ShareContainer.h: inherit privately from noncopyable
12026
12027         * ParagraphParameters.[hC] (depth): inline it.
12028
12029         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12030         methods.
12031         (message): new method
12032         (messagePush): ditto
12033         (messagePop): ditto
12034         (show): init minibuffer
12035         (showState): direct call
12036
12037         * LaTeX.[Ch]: inherit privately from noncopyable
12038         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12039         instead of WriteStatus.
12040
12041         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12042
12043         * BufferView_pimpl.C (buffer): don't init minibuffer
12044         (workAreaButtonPress): use LFUN_MESSAGE
12045         (workAreaButtonRelease): ditto
12046         (savePosition): ditto
12047         (restorePosition): ditto
12048         (MenuInsertLyXFile): ditto
12049         (workAreaExpose): don't init minibuffer
12050         (update): remove commented code, simplify
12051
12052         * BufferView2.C (openStuff): use LFUN_MESSAGE
12053         (toggleFloat): ditto
12054         (menuUndo): ditto
12055         (menuRedo): ditto
12056         (copyEnvironment): ditto
12057         (pasteEnvironment): ditto
12058         (copy): ditto
12059         (cut): ditto
12060         (paste): ditto
12061         (gotoInset): ditto
12062         (updateInset): remove some commented code
12063
12064         * lastfiles.h: inherit privately from noncopyable
12065         * layout.h: ditto
12066         * lyx_gui.h: ditto
12067         * lyx_main.h: ditto
12068         * lyxlex.h: ditto
12069         * lyxlex_pimpl.h: ditto
12070
12071         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12072         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12073         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12074
12075         * LyXAction.h: inherit privately from noncopyable, add methods
12076         func_begin, func_end, returning iterators to the func map.
12077
12078         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12079         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12080         (func_begin): new method
12081         (func_end): new method
12082
12083         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12084         and not)
12085         (copySelection): ditto
12086         (pasteSelection): ditto
12087
12088         * BufferView.C: whitespace change
12089         * BufferView.h: inherit privately from noncopyable
12090
12091 2001-04-16  Allan Rae  <rae@lyx.org>
12092
12093         * tabular-old.C (l_getline):
12094         * spellchecker.C (sc_check_word):
12095         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12096         an unrecognised preprocessor directive.  So ensure they're wrapped.
12097
12098 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12099
12100         * src/exporter.C (Export): Give an error message when path to file
12101         contains spaces.
12102
12103 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12104
12105         * LaTeX.C (deplog): Always check that foundfile exists.
12106
12107 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12108
12109         * lyx_main.h:
12110         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12111
12112 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12113
12114         * tabular.[Ch] (getLabelList): implement new method
12115
12116         * minibuffer.h: comment ouf setTiimer
12117
12118         * minibuffer.C (ExecutingCB): constify res
12119         (peek_event): constify s
12120         (Set): constify ntext
12121         (Init): constify nicename
12122
12123         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12124
12125         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12126         (savePosition): use two params to Minibuffer::Set
12127         (restorePosition): ditto
12128
12129 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12130
12131         * lyx_main.C: include language.h
12132
12133         * Makefile.am (lyx_main.o): add language.h
12134
12135 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12136
12137         * exporter.C:
12138         * paragraph.C:
12139         * screen.C:
12140         * tabular.C:
12141         * CutAndPaste.C: include gettext.h
12142
12143         * lyxfont.h: remove old hack with ON and OFF.
12144
12145         * lyxparagraph.h:
12146         * lyxfont.h: do not include language.h...
12147
12148         * BufferView2.C:
12149         * LaTeXFeatures.C:
12150         * Painter.C:
12151         * bufferview_funcs.C:
12152         * font.C:
12153         * lyxfont.C:
12154         * text.C:
12155         * text2.C:
12156         * trans_mgr.C:
12157         * paragraph.C: ... but do it here instead
12158
12159 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12160
12161         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12162
12163         * tabular.C: small reformat
12164
12165         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12166         NEW_INSETS version
12167         (GetChar): ditto
12168         (BreakParagraph): ditto
12169         (SetOnlyLayout): ditto
12170         (SetLayout): ditto
12171
12172         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12173         with one arg less.
12174
12175         * lastfiles.C: removed most using decl, add std:: where needed
12176
12177         * buffer.C: ws changes
12178
12179         * MenuBackend.C (class compare_format): put into anon namespace
12180         (expand): constify label, names, action, action2
12181         (expand):
12182
12183         * text.C (SingleWidth): constify font
12184         (IsBoundary): constify rtl2
12185         (GetVisibleRow): constify ww
12186
12187         * LaTeX.C (deplog): constify logfile
12188
12189         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12190         start_x, end_x
12191         (workAreaExpose): constify widthChange, heightChange
12192
12193         * lyxrow.C (par): moved
12194         (height): moved
12195         (next): moved
12196         * lyxrow.h: as inlines here
12197
12198         * lyxfont.h (shape): moved from lyxfont.C
12199         (emph): moved from lyxfont.C
12200
12201         * lyxfont.C (LyXFont): use initialization list for all
12202         constructors
12203         (shape): move to lyxfont.h as inline
12204         (emph): move to lyxfont.h as inline
12205
12206
12207 2001-04-04  Juergen Vigna  <jug@sad.it>
12208
12209         * vspace.C: had to include stdio.h for use of sscanf
12210
12211 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12212
12213         * BufferView.h:
12214         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12215         independent of xforms.
12216
12217 2001-04-02  Juergen Vigna  <jug@sad.it>
12218
12219         * spellchecker.C: fixed namespace placing!
12220
12221 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12222
12223         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12224         the LyXParagraph * is 0.
12225
12226 2001-03-29  Juergen Vigna  <jug@sad.it>
12227
12228         * vspace.C: added support for %, c%, p%, l%.
12229         (stringFromUnit): added helper function.
12230         (asLatexString): changed to give right results for the %-values.
12231
12232         * buffer.C: convert the widthp in a width%.
12233
12234 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12235
12236         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12237         figureForm.[Ch].
12238
12239         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12240         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12241
12242         * lyx_cb.[Ch]: see above.
12243
12244         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12245         form1.[Ch].
12246
12247         * form1.[Ch]:
12248         * lyx.[Ch]: replaced by figure_form.[Ch].
12249
12250         * lyx_gui.C:
12251         * lyx_gui_misc.C:
12252         * lyxfunc.C: changed headers associated with above changes.
12253
12254 2001-03-27  Juergen Vigna  <jug@sad.it>
12255
12256         * BufferView_pimpl.C: set the temporary cursor right!
12257
12258 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12259
12260         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12261
12262 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12263
12264         * LString.h: removed "using std::getline"!
12265
12266         * BufferView_pimpl.C (Dispatch): changes due to changes in
12267         InsetInclude::Params.
12268
12269         * buffer.C (tag_name): removed redundant break statements as they were
12270         producing lots of warnings with my compiler.
12271
12272 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12273
12274         * LString.h: add "using std::getline" when using the real <string>.
12275
12276 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12277
12278         * buffer.C: removed bitset usage.
12279         PAR_TAG moved to an anonymous name space.
12280         (tag_name): new funtion, also in the anonymous namespace.
12281         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12282         (makeDocBookFile): clean code. Completed transition from string arrays
12283         to string vectors.
12284         (SimpleDocBookOnePar): code clean.
12285
12286 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12287
12288         * tabular.C: add some comments.
12289
12290 2001-03-22  Juergen Vigna  <jug@sad.it>
12291
12292         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12293         compatibility read a bit and fixed bug with minipage in different
12294         depth.
12295
12296 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12297
12298         * buffer.C (pop_tag): removed.
12299         (push_tag): removed.
12300         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12301         array replaced with vector. Added support for CDATA sections.
12302         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12303         at any nest level.
12304         (makeDocBookFile): XML conformant declaration of CDATA section,
12305         fixed bug related to <emphasis> in the first paragraph char.
12306         (sgmlOpenTag): exclude empty tags.
12307         (sgmlCloseTag): ditto.
12308
12309         * buffer.h (pop_tag): removed.
12310         (push_tag): removed.
12311
12312 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12313
12314         * language.h (Languages): added size_type and size().
12315
12316 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12317
12318         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12319         response on compability reading of minipages. One probliem is that
12320         the old usage of minipages was «flertydig»
12321
12322         * several files here and in subdirs: don't use static at file
12323         scope use anon namespaces instead.
12324
12325 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12326
12327         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12328         LaTeX output. This is necessary for Literate document
12329         processing.
12330
12331 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12332
12333         * buffer.C: insert hfill when needed.
12334
12335         * tabular.C (l_getline): use string::erase, small whitespace change.
12336
12337         * BufferView_pimpl.C: try the anon namespace.
12338         * WorkArea.C: ditto
12339
12340 2001-03-16  Juergen Vigna  <jug@sad.it>
12341
12342         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12343         otherwise it won't open options-dialogs.
12344
12345         * buffer.C: honor pextraWidth(p) on converting minipages.
12346
12347         * tabular.C (l_getline): changed the functions to strip trailing \r.
12348
12349 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12350
12351         * BufferView_pimpl.C:
12352         * minibuffer..C: added "using SigC::slot" declaration.
12353
12354 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12355
12356         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12357
12358         * text2.C: ditto
12359
12360         * text.C: ditto
12361
12362         * paragraph.C: ditto
12363
12364         * lyxtext.h: NO_PEXTRA
12365
12366         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12367
12368         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12369         * ParameterStruct.h: ditto
12370         * ParagraphParameters.h: ditto
12371         * lyxparagraph.h: ditto
12372
12373 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12374
12375         * buffer.C: add compability for minipage alignment.
12376         (latexParagraphs): remove unwanted pextra check.
12377
12378         * several files: remove CXX_WORKING_NAMESPACES
12379
12380         * buffer.C (pop_tag): tie is in namespace boost
12381
12382         * BufferView.h: noncopyable is in namespace boost
12383         * lyxlex.h: ditto
12384         * lyx_main.h: ditto
12385         * lyx_gui.h: ditto
12386         * layout.h: ditto
12387         * lastfiles.h: ditto
12388         * bufferlist.h: ditto
12389         * ShareContainer.h: ditto
12390         * LyXView.h: ditto
12391         * LyXAction.h: ditto
12392         * LaTeX.h: ditto
12393
12394 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12395
12396         * Merging changes from BRANCH_MVC back into HEAD.
12397
12398         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12399
12400 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12401
12402         * BufferView_pimpl.C: change from intl.C
12403
12404         * combox.h:
12405         * combox.C:
12406         * Makefile.am: move combox.*
12407
12408         * form1.h:
12409         * form1.C:
12410         * lyx_gui.C:
12411         * intl.h:
12412         * intl.C: remove dialog (covered by prefs)
12413
12414 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12415
12416         * lyxfunc.C (Dispatch): removed redundant break statement.
12417
12418 2001-03-14  Juergen Vigna  <jug@sad.it>
12419
12420         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12421
12422 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12423
12424         * buffer.C: add hack to fix compability reading of minipages.
12425
12426 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12427
12428         * buffer.C (getLists): Cleanup.
12429
12430 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12431
12432         * lyxfont.C (update): don't honor toggleall on font size.
12433
12434 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12435
12436         * bmtable.c:
12437         * bmtable.h:
12438         * Makefile.am: moved to frontends/xforms/
12439
12440         * lyx_gui_misc.C:
12441         * lyxfunc.C:
12442         * BufferView_pimpl.C: changes for moved mathpanel
12443
12444 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12445
12446         * gettext.h: fix gettext_init() in --disable-nls
12447
12448 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12449
12450         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12451
12452 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12453
12454         * lyx.C:
12455         * lyx.h: strip external form
12456
12457 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12458
12459         * BufferView_pimpl.C: add comment, destroySplash()
12460
12461 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12462
12463         * BufferView_pimpl.C:
12464         * LyXAction.C:
12465         * buffer.C:
12466         * commandtags.h:
12467         * lyxfunc.C: use re-worked insetinclude
12468
12469 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12470
12471         * buffer.C: add using std::stringstream.
12472
12473         * lyx_cb.C: readd using std::ios.
12474
12475         * buffer.C: add using std::map.
12476
12477         * BufferView_pimpl.C: add using std::vector.
12478
12479         * ShareContainer.h: add std:: to swap.
12480
12481         * buffer.h: add some typedefs
12482         * buffer.C (getLists): use them
12483         (getLists): renamed from getTocList.
12484         add a counter for the different float types and use it in the
12485         generated string.
12486         (getLists): use the same counter for the NEW_INSETS and the "non"
12487         NEW_INSETS
12488
12489         * lyx_cb.h: remove unused items, includes, using etc.
12490
12491         * ShareContainer.h: remove some commented code, add more comments
12492         and "documentation".
12493
12494 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12495
12496         * buffer.C (getTocList): make the list also when NEW_INSETS is
12497         defined.
12498
12499         * buffer.h: remove TocType
12500
12501         * buffer.C (getTocList): change to return a map<string,
12502         vector<TocItem> >, implement for dynamic number of list.
12503
12504         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12505         * text2.C (PasteSelection): adjust
12506         * CutAndPaste.C (pasteSelection): adjust
12507
12508         * FloatList.C (FloatList): update from the new_insets branch.
12509         * Floating.[Ch]: ditto
12510         * LaTeXFeatures.C: ditto
12511         * buffer.C: ditto
12512         * lyxlex_pimpl.C: ditto
12513
12514         * paragraph.C (Last): remove when NEW_INSETS is defined.
12515
12516         * other file: changes because of the above.
12517
12518 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12519
12520         * lyxparagraph.h: rename next to next_, previous to previous_,
12521         make them private for NEW_INSETS. Rename Next() to next(),
12522         Previous() to previous().
12523
12524         * other files: changes because of the above.
12525
12526 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12527
12528         * BufferView.h:
12529         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12530         problem.
12531
12532 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12533
12534         * main.C (main): pass lyx_localedir to gettext_init().
12535
12536         * gettext.h: remove locale_init and gettext_init macros
12537
12538         * gettext.C (locale_init): new function
12539         (gettext_init): new function
12540
12541         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12542         setlocale().
12543
12544 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12545
12546         * Moved credits to frontends:
12547         * credits.[Ch]: removed
12548         * credits_form.[Ch]: removed
12549         * lyx_gui_misc.C: remove credits stuff
12550         * Makefile.am:
12551
12552 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12553
12554         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12555
12556         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12557         unneeded destructor.
12558
12559         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12560         a standalone pointer again.
12561
12562         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12563
12564 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12565
12566         * Makefile.am:
12567         * filedlg.h:
12568         * filedlg.C:
12569         * LyXAction.C:
12570         * ToolbarDefaults.C:
12571         * bufferlist.C:
12572         * commandtags.h:
12573         * form1.C:
12574         * form1.h:
12575         * lyx_cb.C:
12576         * lyx_cb.h:
12577         * lyxfunc.h:
12578         * lyxfunc.C:
12579         * BufferView_pimpl.C: use new file dialog in GUII
12580
12581         * lyx_cb.h:
12582         * lyx_cb.C: remove LayoutsCB to Toolbar
12583
12584 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12585
12586         * ShareContainer.h (get): add std:: qualifier
12587
12588 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12589
12590         * ShareContainer.h: define a proper ShareContainer::value_type
12591         type (and use typename to please compaq cxx)
12592
12593 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12594
12595         * lyxparagraph.h: move serveral local vars to
12596         ParameterStruct/ParagraphParameters., use ShareContainer in
12597         FontTable., make vars in FontTable private and add getter and
12598         setter.
12599
12600         * paragraph.C: changes because of the above.
12601
12602         * lyxfont.h: remove copy constructor and copy assignment. (the
12603         default ones is ok), move number inside FontBits. move inlines to
12604         lyxfont.C
12605
12606         * lyxfont.C: add number to initializaton of statics, move several
12607         inlines here. constify several local vars. some whitespace
12608         cleanup. Dont hide outerscope variables.
12609
12610         * Spacing.h: add two new constructors to match the set methods.
12611
12612         * ShareContainer.h: new file, will perhaps be moved to support
12613
12614         * ParameterStruct.h: new file
12615
12616         * ParagraphParameters.h: new file
12617
12618         * ParagraphParameters.C: new file
12619
12620         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12621         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12622
12623         * BufferView_pimpl.C: ParagraphParameter changes.
12624         * buffer.C: Likewise.
12625         * bufferview_funcs.C: Likewise.
12626         * text.C: Likewise.
12627         * text2.C: Likewise.
12628
12629 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12630
12631         * lyxfind.C (LyXReplace): do not redefine default argument in
12632         implementation.
12633         (IsStringInText): ditto
12634         (SearchForward): ditto
12635         (SearchBackward): ditto
12636
12637 2001-03-06  Juergen Vigna  <jug@sad.it>
12638
12639         * lyxfind.C (IsStringInText): put parentes around expressions.
12640
12641 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12642
12643         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12644
12645 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12646
12647         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12648
12649         * stl_string_fwd.h: add comment
12650
12651         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12652
12653         * tabular.h:
12654         * tabular.C: remove unused DocBook methods
12655
12656         * intl.C:
12657         * language.C:
12658         * paragraph.C:
12659         * buffer.C:
12660         killed DO_USE_DEFAULT_LANGUAGE
12661
12662 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12663
12664         * lyx_gui.C: do not include language.h.
12665
12666         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12667         arguments in function implementation.
12668
12669 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12670
12671         * BufferView_pimpl.C: add <ctime>
12672
12673 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12674
12675         * BufferView_pimpl.C: add using std::find_if
12676
12677 2001-02-27  José Matos  <jamatos@fep.up.pt>
12678
12679         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12680         by OnlyPath.
12681
12682 2001-02-11  José Matos  <jamatos@fep.up.pt>
12683
12684         * buffer.C (makeDocBookFile): command styles now have a parameter as
12685         "title" by default.
12686
12687 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12688
12689         * layout_forms.[Ch]: removed
12690         * lyx_cb.[Ch]: out character
12691         * lyx_gui.C: out character
12692         * lyx_gui_misc.C: out character
12693         * bufferview_funcs.C: : out character,
12694         added toggleall as parameter in ToggleAndShow
12695
12696 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12697
12698         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12699
12700         * text2.C (SetCurrentFont): Disable number property at boundary.
12701
12702 2001-02-26  Juergen Vigna  <jug@sad.it>
12703
12704         * lyxfunc.C (getStatus): added a string argument override function so
12705         that this is correctly called from LyXFunc::Dispatch if it contains a
12706         do_not_use_argument which is used!
12707         (Dispatch): added check for "custom" export and call appropriate func.
12708
12709 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12710
12711         * lyxrc.C: Add language_command_local, language_use_babel and
12712         language_global_options.
12713
12714         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12715
12716         * buffer.C (makeLaTeXFile): Use language_use_babel and
12717         language_global_options.
12718
12719 2001-02-23  Juergen Vigna  <jug@sad.it>
12720
12721         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12722         which works with LyXText and putted it inside BufferView. Here now we
12723         only call for that part the BufferView::Dispatch() function.
12724
12725         * BufferView.C (Dispatch): added.
12726
12727         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12728         functions which needs to use a LyXText over from LyXFunc.
12729         (MenuInsertLyXFile): added
12730         (getInsetByCode): added
12731         (moveCursorUpdate): added
12732         (static TEXT): added
12733
12734 2001-02-22  Juergen Vigna  <jug@sad.it>
12735
12736         * BufferView_pimpl.C (update): call a status update to see if LyXText
12737         needs it.
12738
12739 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12740
12741         * vc-backend.C (revert): implement for CVS
12742         (getLog): implement for CVS
12743
12744 2001-02-20  Juergen Vigna  <jug@sad.it>
12745
12746         * text2.C (ClearSelection): added BufferView param for inset_owner call
12747
12748         * lyxfunc.C (TEXT): added this function and use it instead of
12749         directly owner->view()-text of getLyXText().
12750
12751 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12752
12753         * src/layout_forms.C: out preamble
12754         * src/layout_forms.h: out preamble
12755         * src/lyx_cb.C: out preamble
12756         * src/lyx_cb.h: out preamble
12757         * src/lyx_gui.C: out preamble
12758         * src/lyx_gui_misc.C: out preamble
12759         * src/lyxfunc.C: connect with guii preamble
12760
12761 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12762
12763         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12764
12765 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12766
12767         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12768         whether to run bibtex.
12769
12770 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12771
12772         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12773
12774 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12775
12776         * Makefile.am (lyx_SOURCES): removed bibforms.h
12777
12778         * vspace.h: doxygen
12779
12780         * text.C (GetVisibleRow): make several local vars const
12781
12782         * tabular.C: small cleanup.
12783
12784         * lyxserver.C (callback): use compare instead of strncmp
12785
12786         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12787         inlines to after class or to paragraph.C
12788
12789         * lyxfont.h: remove friend operator!=
12790
12791         * converter.h: move friend bool operator< to non friend and after
12792         class def.
12793
12794         * combox.h: small cleanup
12795
12796         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12797         to inlines after class def.
12798
12799         * buffer.C (pop_tag): use string operations instead of strcmp
12800
12801         * bmtable.c: doxygen, small cleanup
12802
12803         * LaTeX.h: remove friend operator==
12804
12805 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12806
12807         * screen.C:
12808         * lyxrc.[Ch]:
12809         * lyxfunc.C:
12810         * lyxfont.[Ch]:
12811         * lyx_cb.C:
12812         * intl.[Ch]:
12813         * commandtags.h:
12814         * buffer.C:
12815         * WorkArea.[Ch]:
12816         * LyXAction.C:
12817         * BufferView_pimpl.C:
12818         * BufferView.[Ch]: remove cruft
12819
12820 2001-02-14  Juergen Vigna  <jug@sad.it>
12821
12822         * lyxfunc.C: removed #if 0 unused code
12823
12824         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12825
12826         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12827
12828         * text2.C (SetSelection): added a BufferView * parameter
12829
12830 2001-02-13  Juergen Vigna  <jug@sad.it>
12831
12832         * lyxfunc.C (Dispatch): fixed protected blank problem.
12833         * BufferView2.C (protectedBlank): added LyxText * parameter.
12834
12835         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12836         (AppendColumn): same as above for column_info.
12837
12838         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12839         (moveCursorUpdate): use a LyXText param for support of InsetText.
12840
12841         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12842         (tripleClick): ditto
12843
12844         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12845
12846         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12847
12848         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12849
12850         * text2.C (SetSelection): set correct update status if inset_owner
12851         (ToggleFree): ditto
12852
12853 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12854
12855         * tabular.C: remove some commented code.
12856
12857 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12858
12859         * BufferView_pimpl.C: call hideSplash()
12860
12861         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12862
12863         * include_form.h:
12864         * bibforms.h: remove
12865
12866         * lyxfunc.C:
12867         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12868           add LFUN_CHILD_CREATE
12869
12870         * counters.h: fix tiny typo
12871
12872         * lyx_cb.C:
12873         * lyx.h:
12874         * lyx_gui.C:
12875         * lyx.C: move splash to frontends/xforms/
12876
12877         * lyx_gui_misc.C: move Include and Bibform to frontends
12878
12879         * lyxvc.h: clarify comment
12880
12881         * vspace.C: tiny housekeeping
12882
12883 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12884
12885         * text.C (PrepareToPrint): RTL Fix.
12886
12887         * paragraph.C (GetUChar): New method.
12888         (String):  Use GetUChar.
12889
12890         * buffer.C (asciiParagraph): Use GetUChar.
12891
12892 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12893
12894         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12895
12896 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12897
12898         * buffer.h:
12899         * buffer.C: rename to getLogName(), handle
12900           build log / latex log nicely
12901
12902 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12903
12904         * MenuBackend.C:
12905         * MenuBackend.h: remove support for reference menuitem type.
12906
12907 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12908
12909         * BufferView_pimpl.C: housekeeping
12910         * BufferView_pimpl.h:
12911         * LyXView.h:
12912         * Makefile.am:
12913         * Timeout.C:
12914         * Timeout.h:
12915         * minibuffer.h: move Timeout GUI-I
12916
12917 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
12918
12919         * lyxrc.C (read): Update converters data-structures.
12920
12921 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12922
12923         * LaTeX.h (operator!=): add operator != for Aux_Info
12924
12925 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
12926
12927         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12928
12929         * LaTeXLog.C: deleted, useful code moved to Buffer
12930
12931         * buffer.h:
12932         * buffer.C: new function getLatexLogName()
12933
12934         * lyx_gui_misc.C:
12935         * lyx_gui.C:
12936         * lyxvc.C:
12937         * lyxvc.h:
12938         * lyxfunc.C: use frontends for LaTeX and VC logs
12939
12940 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12941
12942         * LaTeX.h: yet another std:: that Allan forgot.
12943
12944         * Variables.C (set): renamed from isset(), because this clashes
12945         with some HP-UX macros (grr).
12946
12947 2001-02-06  Allan Rae  <rae@lyx.org>
12948
12949         * LaTeX.h: Another bug fix.  Missing std:: this time.
12950
12951 2001-02-04  Allan Rae  <rae@lyx.org>
12952
12953         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
12954         floats problem. I've left it commented out because it's not quite
12955         correct.  It should also test that the current object is a table or
12956         figure inset.  But I haven't gotten around to figuring out how to do
12957         that.  I *think* it'll be something like: "table" == inset.type()
12958
12959         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
12960         bool.
12961
12962 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
12963
12964         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
12965         all the citation/databases/styles in the auxilary file.
12966         (run): Rerun latex if there was a babel language error.
12967
12968 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
12969
12970         * text.C (Backspace): Preserve the font when changing newline char
12971         with a space.
12972         (BreakParagraph): If the cursor is before a space, delete the space.
12973
12974         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
12975
12976 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
12977
12978         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
12979         new argument (code).
12980         (ChangeCitationsIfUnique): New method.
12981
12982         * paragraph.C (GetPositionOfInset): Handle bibkey.
12983
12984 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12985
12986         * BufferView_pimpl.h: change type of Position::par_pos to
12987         LyXParagraph::size_type.
12988
12989 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
12990
12991         * BufferView_pimpl.C (savePosition, restorePosition): Write
12992         messages to minibuffer.
12993
12994 2001-01-28  José Matos  <jamatos@fep.up.pt>
12995
12996         * buffer.C (makeDocBookFile): adds support for document language.
12997         A silly restriction on the name of LatexCommand types where removed.
12998         Added support for CDATA sections, allows to chars unescaped, used
12999         among others in code, to avoid escape < and >.
13000
13001 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13002
13003         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13004         saved positions instrad of a stack. Furthermore, a position is
13005         stored using paragraph id/paragraph position.
13006
13007         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13008         Remove LFUN_REF_BACK.
13009
13010 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13011
13012         * converter.C (dvipdfm_options): New method.
13013
13014 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13015
13016         * vspace.C (isValidLength): Fix for empty input string.
13017
13018 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13019
13020         * LyXAction.C (init): change description of LFUN_FIGURE to
13021         "Insert Graphics"
13022
13023 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13024
13025         * LaTeX.C: add using directive
13026
13027 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13028
13029         * MenuBackend.C (expand): Fix the sorting of the formats.
13030
13031 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13032
13033         * lyx_main.C: tiny error message fix
13034
13035 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13036
13037         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13038         calling fl_initialize(). This fixes the problem with ',' as
13039         decimal separator in text files.
13040
13041 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13042
13043         * trans.C (process): Fix the keymap bug.
13044
13045 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13046
13047         * LaTeX.C (scanAuxFiles): New method. Provides support for
13048         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13049         (scanLogFile) Scan for "run BibTeX" messages.
13050
13051         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13052         OT1 font encoding. Also, load the aecompl package if the ae
13053         package is loaded.
13054
13055         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13056
13057 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13058
13059         * texrow.C (increasePos): turn two error messages into debug
13060         messages.
13061
13062 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13063
13064         * LaTeX.C (scanAux): Handle the \@input macro.
13065         (runBibTeX): Use scanAux().
13066
13067         * language.C (latex_options_): New field.
13068
13069         * LaTeXFeatures.C (getMacros): Add language macros.
13070
13071         * buffer.C (makeLaTeXFile): Small fix.
13072
13073 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13074
13075         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13076
13077         * text2.C: add a using directive.
13078
13079 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13080
13081         * BufferView2.C:
13082         * lyx_gui_misc.h:
13083         * lyxfr1.C:
13084         * lyxfunc.C: kill LyXBell.
13085
13086 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13087
13088         * text.C (IsBoundary): Remove the error message
13089
13090         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13091
13092         * lyxrc.C (setDefaults): Correct initialization value for
13093         font_norm_type.
13094
13095 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13096
13097         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13098         gotoError().
13099
13100         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13101         and GotoNextNote().
13102
13103         * src/LyXAction.C: Added reference-next.
13104
13105         * text.C (InsertChar): Use contains instead of strchr.
13106
13107         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13108
13109 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13110
13111         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13112         alignment commands (when needed).
13113
13114         * text.C (InsertChar): Add ':' to number separator chars.