]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
fix #1145
[lyx.git] / src / ChangeLog
1
2 2003-10-02  André Pönitz  <poenitz@gmx.net>
3
4         * lyxfunc.C:
5         * text3.C: move handling of LFUN_DEPTH *; fix #1360
6
7 2003-10-01  André Pönitz  <poenitz@gmx.net>
8
9         * factory.C: assert early
10
11 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
12
13         * lyx_main.C: remove the global debug object 
14
15         * debug.h: adjust for new debugstream
16
17         * debug.C: adjust for new debugstream and keep the global debug
18         object here.
19
20 2003-09-22  Angus Leeming  <leeming@lyx.org>
21
22         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
23         of g++ which otherwise complain that the scoped_ptr destructor can't delete
24         an incomplete class LyXFont.
25
26 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
27
28         * factory.C: bug fix in branches
29
30 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
31
32         * lyxfunc.C (processKeySym): adjust
33         (dispatch): adjust
34         (dispatch): change arg name from ev to func, adjust
35         (sendDispatchMessage): ditto
36
37         * lyx_main.C (defaultKeyBindings): adjust keybindings
38         (deadKeyBindings): ditto
39
40         * kbsequence.C (addkey): return a FuncRequest
41
42         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
43
44         * kbmap.C (bind): take a FuncRequest as arg, adjust
45         (read): adjust
46         (lookup): adjust
47         (defkey): change to take a FuncRequest as arg, adjust
48         (findbinding): take a FuncRequest as arg, adjust.
49
50         * funcrequest.h (operator=): added
51
52         * funcrequest.C (FuncRequest): default kb_action changed from
53         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
54
55         * buffer.C (dispatch): simplify
56         (dispatch): adjust to take a FuncRequest as arg, adjust
57
58         * boost.C (assertion_failed): change assertion message slightly
59
60         * ToolbarBackend.C (read): simplify
61
62         * MenuBackend.C (binding): adjust call to findbinding, add a
63         message if no binding is found.
64         (read): simplify
65         (expandToc): correct by adding a empty FuncRequest
66
67         * LyXAction.C: include <boost/assert.hpp>
68         (isPseudoAction): delete function
69         (LookupFunc): change name to...
70         (lookupFunc): this. change return type to FuncRequest.
71         (getActionName): take kb_action as arg, simplify
72         (funcHasFlag): add an assert, simplify.
73
74 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
75
76         * toc.C (action): return a FuncRequest, simplify
77
78         * lyxfunc.C (processKeySym): adjust
79         (getStatus): delete version that takes an int.
80         (getStatus): adjust
81         (dispatch): delete version that takes action as int
82         (dispatch): adjust
83         (sendDispatchMessage): simplify and adjust
84
85         * funcrequest.C (getArg): take unsigned int as arg
86
87         * ToolbarBackend.C (read): adjust
88         (add): delete version that takes func as a string.
89         (getIton): take a FuncRequest as arg
90
91         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
92         action.
93
94         * MenuBackend.C (MenuItem): add a new construct that only takes a
95         Kind, simplify the constructor use for submenus.
96         (add): adjust
97         (expandLastfiles): adjust
98         (expandDocuments): adjust
99         (expandFormats): adjust
100         (expandFloatListInsert): adjust
101         (expandFloatInsert): adjust
102         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
103
104         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
105         Remove class variables lyx_pseudo_map and lyx_arg_map
106
107         * LyXAction.C (searchActionArg): delete function
108         (getPseudoAction): delete function
109         (retrieveActionArg): delete function
110         (LookupFunc): make it return kb_action, simplify.
111         (getActionName): simplify
112
113         * factory.C (createInset): fix new bug
114
115 2003-09-19  Angus Leeming  <leeming@lyx.org>
116
117         * CutAndPaste.C (pasteSelection): remove fudge used to set the
118         masterFilename_ parameter in the include inset.
119
120         * factory.C (createInset): changes due to the changes to InsetInclude.
121
122 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
123
124         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
125
126 2003-09-18  Angus Leeming  <leeming@lyx.org>
127
128         * buffer.C:
129         * BufferView.C: pass the buffer when calling Inset::getLabelList,
130         Inset::fillWithBibKeys.
131         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
132
133 2003-09-18  Angus Leeming  <leeming@lyx.org>
134
135         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
136         variables.
137         (ctor): pass and store a 'Buffer const &'
138         (buffer): new member function.
139
140         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
141         '*this' to the LaTeXFeatures ctor.
142
143 2003-09-18  Angus Leeming  <leeming@lyx.org>
144
145         * LColor.h:
146         * lyxfont.C:
147         * lyxfont.h:
148         * lyxtext.h:
149         * text.C: rename EnumLColor as LColor_color.
150
151 2003-09-18  Angus Leeming  <leeming@lyx.org>
152
153         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
154         remove #include "insets/insetbase.h" from cursor.h.
155
156 2003-09-18  Angus Leeming  <leeming@lyx.org>
157
158         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
159         InsetOld_code to remove #include "inset.h".
160
161         * iterators.C: add #include "insets/inset.h"
162
163 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
164
165         * BufferView.C: remove more locking stuff that apparently doesn't
166         do anything sensible.
167
168 2003-09-16  André Pönitz  <poenitz@gmx.net>
169
170         * paragraph.[Ch]:
171         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
172           performance boost.
173
174 2003-09-16  Angus Leeming  <leeming@lyx.org>
175
176         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
177
178         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
179         arg/return type.
180
181         * paragraph.h: remove #include "lyxfont.h". Forward declare
182         LyXFont_size.
183
184 2003-09-16  Angus Leeming  <leeming@lyx.org>
185
186         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
187         of support/textutils.h.
188         (isWord): move the contents of support/textutils.h's IsWordChar here.
189
190         * buffer.C:
191         * lyxfind.C:
192         * rowpainter.C:
193         * text.C:
194         * text2.C: add #include "paragraph.h".
195
196         * rowpainter.C:
197         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
198
199 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
200
201         * main.C:
202         * lyx_main.C:
203         * lyx_cb.C:
204         * buffer.C:
205         * LaTeX.C: use namespace alias for lyx::support::os
206
207 2003-09-16  Angus Leeming  <leeming@lyx.org>
208
209         * bufferparams.C:
210         * bufferview_funcs.C:
211         * factory.C:
212         * lyxfunc.C:
213         * paragraph_pimpl.C:
214         * rowpainter.C:
215         * text.C: add #include "LColor.h".
216
217 2003-09-16  Angus Leeming  <leeming@lyx.org>
218
219         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
220         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
221         return LyXFont &.
222         Store the FontBits::color variable as an int rather than as an
223         LColor::colorso that we can move LColor.h out of the lyxfont.h header
224         file.
225
226         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
227         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
228         string calls together.
229
230         * lyxrc.C: add #include "LColor.h".
231
232 2003-09-15  Angus Leeming  <leeming@lyx.org>
233
234         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
235         a cow_ptr.
236
237 2003-09-15  Angus Leeming  <leeming@lyx.org>
238
239         * LColor.h: add an EnumLColor wrapper for LColor::color.
240
241         * lyxfont.[Ch] (color, setColor, realColor):
242         * lyxtext.h, text.C (backgroundColor):
243         pass EnumLColor args to/from the functions, rather than LColor::color
244         ones.
245
246         * lyxfont.h:
247         * lyxtext.h: forward declare EnumLColor.
248
249         * lyx_main.C: add #include "LColor.h".
250
251 2003-09-15  Angus Leeming  <leeming@lyx.org>
252
253         * .cvsignore: add lyx-gtk.
254
255 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
256
257         * Chktex.C
258         * LaTeX.C
259         * LaTeXFeatures.C
260         * ParagraphParameters.C
261         * Spacing.C
262         * buffer.C
263         * bufferparams.C
264         * bufferview_funcs.C
265         * chset.C
266         * counters.C
267         * funcrequest.C
268         * lyxfont.C
269         * lyxgluelength.C
270         * lyxlength.C
271         * paragraph.C
272         * paragraph_funcs.C
273         * text3.C
274         * vc-backend.C: remove usage of STRCONV
275
276 2003-09-15  Angus Leeming  <leeming@lyx.org>
277
278         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
279         explicitly define the color passed to the painter.
280
281 2003-09-15  Angus Leeming  <leeming@lyx.org>
282
283         * bufferparams.C (BufferParams): reorder member initializers to avoid
284         compiler warning.
285
286 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
287
288         * CutAndPaste.C (pasteSelection): remove an outdated #warning
289         * text.C (updateRowPositions): remove an unusual nop
290
291 2003-09-12  André Pönitz  <poenitz@gmx.net>
292
293         * BufferView_pimpl.C:
294         * Bullet.C:
295         * layout.h:
296         * lyxfunc.C:
297         * lyxlayout.[Ch]:
298         * lyxtextclass.C:
299         * rowpainter.C:
300         * text.C:
301         * text2.C:
302         * Counters.[Ch]: finish the 'automatic counters' job
303
304 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
305
306         * aspell.C: include <boost/assert.cpp> (compile fix)
307
308 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
309
310         * boost.C (assertion_failed): use lyx::support::abort instead of
311         assert.
312
313 2003-09-10  Angus Leeming  <leeming@lyx.org>
314
315         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
316         with their _fwd progeny.
317
318 2003-09-09  Angus Leeming  <leeming@lyx.org>
319
320         134 files throughtout the source tree: replace 'using namespace abc;'
321         directives with the appropriate 'using abc::xyz;' declarations.
322
323 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
324
325         * boost.C (emergencyCleanup): moved here from LAssert.c
326         (assertion_failed): new function, called by BOOST_ASSERT
327
328         * several files: change Assert to BOOST_ASSERT
329
330 2003-09-09  Angus Leeming  <leeming@lyx.org>
331
332         * buffer.[Ch]: Add an Impl class and move Buffer's member
333         variables into it. As a result move several header files out of
334         buffer.h.
335
336         Add header files to lots of .C files all over the tree as a result.
337
338 2003-09-09  Angus Leeming  <leeming@lyx.org>
339
340         * buffer.[Ch]: make Buffer's member variables private. Add
341         accessor functions.
342
343         Lots of changes all over the tree as a result.
344
345 2003-09-08  Angus Leeming  <leeming@lyx.org>
346
347         * graph.C: #include <config.h>.
348
349 2003-09-08  Angus Leeming  <leeming@lyx.org>
350
351         * BranchList.C:
352         * BufferView.C:
353         * BufferView_pimpl.C:
354         * CutAndPaste.C:
355         * DepTable.C:
356         * LaTeX.C:
357         * LaTeXFeatures.C:
358         * LyXAction.C:
359         * MenuBackend.C:
360         * TextCache.C:
361         * aspell.C:
362         * buffer.C:
363         * bufferlist.C:
364         * changes.C:
365         * chset.C:
366         * converter.C:
367         * counters.C:
368         * debug.C:
369         * graph.C:
370         * ispell.C:
371         * lyx_cb.C:
372         * lyxfind.C:
373         * lyxfunc.C:
374         * lyxlex_pimpl.C:
375         * lyxrc.C:
376         * lyxrow.C:
377         * paragraph.C:
378         * rowpainter.C:
379         * texrow.C:
380         * text.C:
381         * text2.C:
382         * toc.C: remove redundant using directives.
383
384 2003-09-07  Angus Leeming  <leeming@lyx.org>
385
386         * LaTeXFeatures.h: remove #include "support/types.h".
387         * ToolbarBackend.h: remove #include <algorithm>.
388         * changes.h: remove #include <ctime>.
389         * debug.h: remove #include <iosfwd>.
390         * graph.h: remove #include "support/std_string.h".
391         * lyx_main.h: remove #include <csignal>.
392         * lyxlex_pimpl.h: remove #include <fstream>.
393         * sgml.h: remove #include <algorithm>, <utility>.
394         * toc.h: remove #include "support/std_ostream.h".
395         Add #include <iosfwd>.
396
397 2003-09-07  Angus Leeming  <leeming@lyx.org>
398
399         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
400
401         * converter.h: forward declare LatexRunParams.
402         * encoding.h: remove #include "lyxrc.h".
403         * lyxtext.h: remove #include "LColor.h".
404         * lyxtextclass.h: remove #include "support/types.h".
405         * trans.h: remove #include "tex-accent.h".
406         * trans_mgr.h: remove #include "tex-accent.h".
407         * insets/inset.h: remove #include "support/types.h", <vector>.
408         * insets/insetcollapsable.h: remove #include "LColor.h".
409         * insets/insetinclude.h: remove #include "dimension.h".
410         * insets/insetlatexaccent.h: remove #include "dimension.h".
411         * insets/insetoptarg.h:: remove #include "insettext.h".
412         * insets/insettext.h: remove #include "dimension.h",
413         <boost/shared_ptr.hpp>
414
415         * insets/renderers.h: add #include "dimension.h".
416         * insets/updatableinset.h: add #include "support/types.h".
417
418         * many .C files: Associated changes.
419
420 2003-09-06  Angus Leeming  <leeming@lyx.org>
421
422         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
423         one, inside testInvariant.
424
425         * PrinterParams.C: new file.
426         * PrinterParams.[Ch]: move the function bodies out of line.
427
428 2003-09-06  Angus Leeming  <leeming@lyx.org>
429
430         * ParagraphParameters.h: forward declare ParameterStruct rather than
431         including its header file.
432         (depth): moved out-of-line.
433
434 2003-09-06  Angus Leeming  <leeming@lyx.org>
435
436         * BufferView_pimpl.h:
437         * kbmap.h:
438         * kbsequence.h:
439         * lyxfunc.h: forward declare LyXKeySym rather than
440         #include "frontends/LyXKeySym.h".
441
442         * BufferView_pimpl.C:
443         * kbmap.C:
444         * kbsequence.C:
445         * lyxfunc.C: associated changes.
446
447 2003-09-06  Angus Leeming  <leeming@lyx.org>
448
449         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
450         As a result, can remove the #include "insets/inset.h" from BufferView.h
451
452 2003-09-06  Angus Leeming  <leeming@lyx.org>
453
454         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
455         As a result, can remove the #include "insets/inset.h" from BufferView.h
456
457 2003-09-06  Angus Leeming  <leeming@lyx.org>
458
459         * buffer_funcs.C:
460         * buffer.h:
461         * bufferlist.C:
462         * BufferView.C:
463         * bufferview_funcs.C:
464         * BufferView_pimpl.C:
465         * CutAndPaste.C:
466         * lyx_cb.C:
467         * lyxfunc.C:
468         * paragraph.h:
469         * ParagraphParameters.C:
470         * tabular.C:
471         * text3.C:
472         * toc.C:
473         * undo_funcs.C:
474         * frontends/controllers/ControlDocument.C:
475         * insets/insetcaption.C: rearrange the #includes into some sort of
476         coherent order.
477
478         * buffer.h: remove #includes ErrorList.h, undo.h
479
480 2003-09-06  Angus Leeming  <leeming@lyx.org>
481
482         * support/types.h: add a 'depth_type' typedef, used to store the
483         nesting depth of a paragraph.
484
485         * paragraph.h:
486         * ParameterStruct.h: use this lyx::depth_type typedef rather than
487         defining explicitly.
488
489         * buffer.h:
490         * paragraph_funcs.h:
491         * ParagraphParameters.h:
492         * sgml.h: use lyx::depth_type rather than Paragraph or
493         ParameterStruct's depth_type.
494
495         * buffer.h
496         * paragraph_funcs.h: no need to #include paragraph.h anymore.
497
498         * BufferView.C:
499         * BufferView_pimpl.C:
500         * CutAndPaste.C:
501         * ParagraphParameters.C:
502         * buffer_funcs.C:
503         * bufferlist.C:
504         * bufferview_funcs.C:
505         * lyx_cb.C:
506         * lyxfunc.C:
507         * tabular.C:
508         * text3.C:
509         * toc.C:
510         * undo_funcs.C:
511         * frontends/LyXView.C:
512         * frontends/controllers/ControlDocument.C:
513         * frontends/controllers/ControlErrorList.C:
514         * insets/insetbibitem.C:
515         * insets/insetbranch.C:
516         * insets/insetcaption.C:
517         * insets/insetcollapsable.C:
518         * insets/insetenv.C:
519         * insets/insetert.C:
520         * insets/insetfloat.C:
521         * insets/insetfoot.C:
522         * insets/insetfootlike.C:
523         * insets/insetnewline.C:
524         * insets/insetquotes.C:
525         * insets/insettabular.C:
526         * insets/insettext.C:
527         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
528
529         * frontends/controllers/ControlChanges.C: #include "changes.h".
530
531 2003-09-06  Angus Leeming  <leeming@lyx.org>
532
533         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
534         than #including paragraph.h.
535
536         * ParagraphList.h:
537         * RowList.h: deleted. Superfluous.
538
539         * CutAndPaste.h:
540         * iterators.h:
541         * lyxcursor.h:
542         * lyxtext.h:
543         * text_funcs.h:
544         * undo.h:
545         * undo_funcs.h:
546         * insets/inset.h:
547         * insets/insettext.h: use ParagraphList_fwd.h rather than
548         ParagraphList.h.
549
550         * paragraph.h: don't forward declare ParagraphList.
551
552         * buffer.h:
553         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
554         rather than ParagraphList.h. paragraph.h is still needed for the
555         Paragraph::depth_type parameters.
556
557         * textcursor.h: enable it to compile stand-alone in light of the
558         above changes.
559
560         * bufferview_funcs.C:
561         * iterators.C:
562         * lyxfunc.C:
563         * lyxrow_funcs.C:
564         * paragraph.C:
565         * rowpainter.C:
566         * text.C:
567         * text2.C:
568         * text3.C:
569         * text_funcs.C:
570         * textcursor.C:
571         * undo.C:
572         * frontends/controllers/ControlParagraph.C:
573         * frontends/controllers/ControlTabular.C:
574         * insets/insetmarginal.C:
575         * insets/insetminipage.C:
576         * insets/insetnote.C:
577         * insets/insetoptarg.C: add header files needed to compile again.
578
579 2003-09-06  Angus Leeming  <leeming@lyx.org>
580
581         * RowList_fwd.h: new file, forward-declaring Row rather than
582         #including lyxrow.h.
583
584         * lyxrow_funcs.h:
585         * lyxtext.h:
586         * paragraph.h:
587         * insets/insettext.h: use it instead of RowList.h
588
589         * bufferview_funcs.C:
590         * lyxfunc.C:
591         * lyxrow_funcs.C:
592         * paragraph.C:
593         * rowpainter.C:
594         * text.C:
595         * text2.C:
596         * text3.C: #include "RowList.h".
597
598 2003-09-05  Angus Leeming  <leeming@lyx.org>
599
600         * factory.C (createInset):
601         * vspace.C (c-tor): replace sscanf call with an istringstream.
602         * ispell.C: re-add missing HP/UX headers.
603         * lyxserver.C: re-add missing  os2 headers.
604
605 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
606
607         * BranchList.C:
608         * graph.C:
609         * ispell.C:
610         * lastfiles.C:
611         * lyx_cb.C:
612         * lyxserver.C:
613         * texrow.C:
614         * text3.C: re-add missing system headers, needed for 2.95.2.
615
616 2003-09-05  Angus Leeming  <leeming@lyx.org>
617
618         Changes most place everywhere due to the removal of using directives
619         from support/std_sstream.h.
620
621 2003-09-05  Angus Leeming  <leeming@lyx.org>
622
623         Replace LString.h with support/std_string.h,
624         Lsstream.h with support/std_sstream.h,
625         support/LIstream.h with support/std_istream.h,
626         support/LOstream.h with support/std_ostream.h.
627
628         Changes resulting throughout the tree.
629
630 2003-09-05  Angus Leeming  <leeming@lyx.org>
631
632         * sgml.h: ensure that the header file can be compiled stand-alone.
633         * *.C: strip out redundant #includes. (320 in total.)
634
635 2003-09-04  Angus Leeming  <leeming@lyx.org>
636
637         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
638         here (from getPackages).
639
640         * debug.[Ch]: add a new EXTERNAL tag.
641
642 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
643
644         * text2.C (cursorEnd): simplify
645         (setCursor): adjust
646         (getColumnNearX): adjust
647
648         * text.C (computeBidiTables): adjust
649         (fill): adjust
650
651         * rowpainter.C (paintChars): adjust
652         (paintSelection): adjust
653         (paintChangeBar): adjust
654         (paintText): adjust
655
656         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
657         lastPos instead.
658         (numberOfSeparators): adjust
659
660 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
661
662         * LyXAction.C:
663         * box.[Ch]:
664         * lfuns.h:
665         * lyxfunc.C:
666         * text3.C: Restricts the mouse click functionality
667         of insets like bibtex, include, toc and floatlist to the visible
668         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
669         up the dialogs. Cursor has to be in front of the inset (i.e.
670         start of row) for this to function.
671
672 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
673
674         * bufferview_funcs.C (currentState): output row information
675
676 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
677
678         * bufferview_funcs.C (currentState): output paragraph position
679
680 2003-09-04  Angus Leeming  <leeming@lyx.org>
681
682         * FloatList.h: move out #include "Floating.h".
683         * LaTeX.h: move out #include "DepTable.h".
684         * LyXAction.h: move out #include "funcrequest.h".
685         * buffer.h: move out #include "author.h", "iterators.h".
686         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
687         * lyx_main.h: move out #include "errorlist.h".
688         * lyxfunc.h: move out #include "FuncStatus.h".
689         * lyxtext: move out #include "lyxcursor.h".
690         * paragraph_pimpl.h: move out #include "counters.h".
691
692 2003-09-03  Angus Leeming  <leeming@lyx.org>
693
694         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
695         preamble_snippets list, enabling us to add snippets to the preamble
696         only if the snippet was not there already.
697
698 2003-09-04  Angus Leeming  <leeming@lyx.org>
699
700         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
701
702 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
703
704         * lyxfunc.C (dispatch): if fitCursor did something be sure to
705         update
706
707 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
708
709         * BranchList.C: point fix, earlier forgotten
710
711 2003-09-02  Angus Leeming  <leeming@lyx.org>
712
713         * box.C (contains): renamed from 'contained' after a fantastic
714         amount of hot air.
715
716 2003-09-02  John Levon  <levon@movementarian.org>
717
718         * BufferView.C:
719         * lyxcursor.h:
720         * lyxcursor.C:
721         * lyxfunc.C:
722         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
723
724 2003-09-02  John Levon  <levon@movementarian.org>
725
726         * text2.C: simplification of cursorEnd(), including partial
727         fix for bug 1376
728
729 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
730
731         * buffer.C (readFile): add a space
732
733 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
734
735         * BufferView_pimpl.C (update): remove bogus fitCursor() call
736
737 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
738
739         * buffer.C (readFile): new function, take a filename and a
740         ParagraphList::iterator
741         (readFile): adjust
742         (readFile): adjust, make it private. don't use setStream, make
743         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
744         always contain the filename.
745
746         * BufferView.C (insertLyXFile): simplify and make it work for
747         gzipped files.
748
749 2003-08-30  John Levon  <levon@movementarian.org>
750
751         * Makefile.am: fix dist (from Kayvan)
752
753 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
754
755         * most files: change to use const Buffer refs
756
757 2003-08-27  André Pönitz  <poenitz@gmx.net>
758
759         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
760         on top of ownerPar().
761
762 2003-08-27  John Levon  <levon@movementarian.org>
763
764         * funcrequest.C: properly initialise POD members
765
766 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
767
768         * lyxtext.h (top_y): move top_y from here
769         * text.C:
770         * text2.C:
771         * text3.C:
772         * BufferView.[Ch]:
773         * BufferView_pimpl.[Ch]: to here
774         * frontends/screen.C:
775         * insets/insettabular.C:
776         * insets/insettext.C: adjust
777         * rowpainter.[Ch] (paintRows): remove LyXText & argument
778
779 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
780
781         * BufferView.[Ch]:
782         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
783
784 2003-08-26  André Pönitz  <poenitz@gmx.net>
785
786         * paragraph_func.[Ch] (outerPar): new function
787
788         * paragraph.C:
789         * paragraph_funcs.C:
790         * paragraph_funcs.h:
791         * paragraph_pimpl.C:
792         * text2.C: remove Inset::par_owner
793
794 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
795
796         * lyxrow_funcs.C:
797         * lyxtext.h:
798         * text.C:
799         * text2.C: eliminates the needFullRow/display() stuff
800         altogether, putting the logic in metrics/draw in the insets.
801
802 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
803
804         * text2.C (redoParagraphInternal, redoParagraphs):
805         * text.C (redoParagraph): add a call to updateRowPositions at the
806         end of each 'metrics-like' call. Remove all others.
807         (getRow): remove the 'y-computing' version.
808         (getRowNearY): do not compute nor return the real y. Solve the
809         'y < 0' problem and simplify.
810
811 2003-08-22  Angus Leeming  <leeming@lyx.org>
812
813         * *.[Ch]: clean-up of licence and author blurbs.
814         Also move config.h out of a few .h files and into a few .C files.
815
816 2003-08-22  André Pönitz  <poenitz@gmx.net>
817
818         * lyxrow.[Ch]: add x_ and *fill_ members
819
820         * lyxtext.h:
821         * text.C:
822         * rowpainter.C:
823         * text2.C: adjust/remove prepareToPrint() calls
824
825 2003-08-22  André Pönitz  <poenitz@gmx.net>
826
827         * lyxrow.[Ch]: add  end_ member
828
829         * lyxrow_funcs.C: use LyXRow::end_
830
831         * lyxtext.h (singleWidth): add LyXFont parameter
832
833         * rowpainter.C:
834         * text2.C: adjust LyXText::singleWidth() calls
835
836         * text.C (redoParagraph): simplify row breaking logic
837
838
839 2003-08-19  André Pönitz  <poenitz@gmx.net>
840
841         * funcrequest.C: initialize button_ member
842
843         * text3.C:
844         * rowpainter.[Ch]: interface consolidation
845
846 2003-08-18  André Pönitz  <poenitz@gmx.net>
847
848         * BufferView.C:
849         * BufferView_pimpl.C:
850         * lyxfind.C:
851         * paragraph_funcs.C:
852         * rowpainter.C:
853         * text3.C: remove LyXScreen::draw() and fitCursor calls
854
855         * BranchList.h: remove spurious semicolons
856
857         * MenuBackend.C: fix branchlist related crash
858
859 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
860
861         * BranchList.[Ch]:
862         * InsetList.[Ch]:
863         * LColor.[Ch]:
864         * LyXAction.C:
865         * Makefile.am:
866         * MenuBackend.[Ch]:
867         * bufferparams.[Ch]:
868         * factory.C:
869         * lfuns.h:
870         * lyxfunc.C:
871         * text3.C: implements the 'branch inset'
872         idea. This allows the output of various versions of a document
873         from a single source version, selectively outputing or suppressing
874         output of parts of the text.
875         This implementation contains a 'branch list editor' in a separate
876         tab of the document settings dialog. Branches are user definable
877         and have a "display colour" to distinguish them on-screen.
878
879         ColorHandler was somewhat cleaned up.
880         (1) make possible a dynamically growing LColor list by allowing
881         the graphic context cache to grow along (vector);
882         (2) eliminate an IMHO unnecessary step in colour allocation.
883
884 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
885
886         * BufferView_pimpl.C: compile fix
887
888 2003-08-15  André Pönitz  <poenitz@gmx.net>
889
890         * rowpainter.C: remove extra metrics calls
891
892         * lyxtext.h: merge the two constructors into a single one,
893           pass reference to owner's par list
894
895         * BufferView_pimpl.C:
896         * text.C:
897         * text2.C: adjust
898
899 2003-08-15  André Pönitz  <poenitz@gmx.net>
900
901         * lyxrow_funcs.[Ch]:
902         * lyxtext.h:
903         * paragraph.h:
904         * paragraph_funcs.C:
905         * rowpainter.C:
906         * text.C:
907         * text2.C:
908         * text3.C:
909         * text_funcs.C: split LyXText::rowlist_ into individual
910         Paragraph::rows_ chunks
911
912         * BufferView.[Ch]:
913         * BufferView_pimpl.[Ch]:
914         * lyxfind.C:
915         * lyxtext.h:
916         * text3.C: remove toggleSelection()
917
918 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
919
920         * bufferlist.C: beautify two alerts (shorter text of buttons)
921         * buffer.C: Remove redundant ' ' from message
922         * tabular.h:
923         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
924         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
925         rename VALIGN_CENTER to VALIGN_MIDDLE
926
927 2003-08-11  André Pönitz  <poenitz@gmx.net>
928
929         * lyxtext.h (getPar):
930         * text.C: new function
931
932 2003-08-11  André Pönitz  <poenitz@gmx.net>
933
934         * Makefile.am:
935         * tracer.[Ch]: remove unneeded files
936
937         * InsetList.[Ch]: remove resizeInsetsLyXText()
938
939         * lyxtext.h:
940         * text.C:
941         * text2.C:
942         * text3.C: merge insertParagraphs() and appendParagraph()
943         remove breakAgain(), update()
944
945         * BufferView_pimpl.[Ch]:
946         * bufferview_funcs.[Ch]:
947         * lyxfunc.C:
948         * paragraph.[Ch]:
949         * rowpainter.C:
950         * tabular.C: adjust after text & InsetList changes.
951
952 2003-08-08  André Pönitz  <poenitz@gmx.net>
953
954         * text.C (insertChar, backspace): replace rowlist fiddling
955         with rebreak of full par
956
957         * lyxtext.h:
958         * text.C (breakAgainOneRow, redoHeightOfParagraph,
959         checkParagraph, updateInset): removed
960
961 2003-08-07  André Pönitz  <poenitz@gmx.net>
962
963         * paragraph.C:
964         * text3.C: merge some LFUN handlers, remove dead code
965
966 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
967
968         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
969
970 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
971
972         * text2.C (DEPM): fix part of bug 1255 and 1256
973
974 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
975
976         * BufferView_pimpl.C (workAreaDispatch): change to use
977         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
978         that are no mouse related.
979
980 2003-08-05  André Pönitz  <poenitz@gmx.net>
981
982         * BufferView.[Ch]:
983         * BufferView_pimpl.[Ch]:
984         * bufferview_funcs.C:
985         * text2.C:
986         * text3.C: rip out "deep update"
987
988         * textcursor.[Ch] (last_sel_cursor): remove unused member
989
990 2003-08-04  André Pönitz  <poenitz@gmx.net>
991
992         * BufferView.[Ch]:
993         * BufferView_pimpl.[Ch]:
994         * ParagraphParameters.C:
995         * bufferview_funcs.C:
996         * lyx_cb.C:
997         * lyxfind.C:
998         * lyxfunc.C:
999         * text.C:
1000         * text2.C:
1001         * text3.C: replace "complicated" BufferView::update(...) calls with
1002         simpler ones.
1003
1004         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1005
1006 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1007
1008         * Makefile.am (lyx_SOURCES): add paper.h
1009
1010 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1011
1012         * Makefile.am: move things around so that both lyx-qt and
1013         lyx-xforms can be built (according to --with-frontend). Then lyx
1014         is a symbolic link to lyx-[firstfrontend]
1015
1016 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1017
1018         * Always use std::endl with lyxerr
1019
1020 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1021
1022         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1023
1024 2003-08-01  André Pönitz  <poenitz@gmx.net>
1025
1026         * BufferView.[Ch]:
1027         * BufferView_pimpl.[Ch]:
1028         * lyxfunc.C:
1029         * text3.C: merge BufferView::repaint() and BufferView::update()
1030
1031 2003-08-01  José Matos  <jamatos@lyx.org>
1032
1033         * buffer.[Ch]: file_format is no longer a buffer data element.
1034
1035 2003-08-01  André Pönitz  <poenitz@gmx.net>
1036
1037         * BufferView.C:
1038         * lyxtext.h:
1039         * text.C:
1040         * text2.C: make redoParagraph more independent of current cursor
1041
1042         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1043         * text.C:
1044         * text2.C: remove unneeded members
1045
1046 2003-07-30  André Pönitz  <poenitz@gmx.net>
1047
1048         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1049
1050         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1051           create a single function...
1052
1053         * paragraph_funcs.C (moveItem): ... here.
1054
1055         * text.C:
1056           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1057
1058 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1059
1060         * LColor.[Ch]: Add comment and greyedout logical colors.
1061
1062 2003-07-30  André Pönitz  <poenitz@gmx.net>
1063
1064         * tabular.C: don't use Assert too heavily. This crashes where it
1065           shouldn't
1066
1067 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1068
1069         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1070         is disabled (bug 1232)
1071
1072 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1073
1074         * factory.C: limited 'arg' scope
1075
1076 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1077
1078         * factory.C: fixed Note submenu issues
1079
1080 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1081
1082         * factory.C: submenu for Note/Comment/Greyedout
1083
1084 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1085
1086         * lyx_main.C (LyX):
1087         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1088
1089 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1090
1091         * LaTeXFeatures.C:
1092         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1093         greyedout. Patch provided by Jürgen Spitzmüller.
1094
1095 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1096
1097         * kbmap.C (read): fix error message when reading bind files
1098
1099 2003-07-29  Angus Leeming  <leeming@lyx.org>
1100
1101         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1102         certainly does not do what it purports to do. I am doing it, and
1103         us, a favour by killing it.
1104
1105 2003-07-28  José Matos  <jamatos@lyx.org>
1106
1107         * buffer.C (readBody, do_writeFile):
1108         * paragraph.C(readParagraph): \end_document replaces \the_end.
1109
1110 2003-07-29  André Pönitz  <poenitz@gmx.net>
1111
1112         * BufferView.[Ch]:
1113         * BufferView_pimpl.[Ch]:
1114         * lyxfunc.C:
1115         * text2.C:
1116         * text3.C:
1117         * textcursor.[Ch]: remove toggleToggle & Co
1118
1119 2003-07-28  José Matos  <jamatos@fep.up.pt>
1120
1121         * buffer.C (readParagraph):
1122         * params_func (readParToken, readParagraph):
1123         * paragraph.C (write): \layout -> \begin_layout.
1124
1125 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1126
1127         * lyxlex_pimpl.C (setFile): clean up slightly.
1128
1129         * bufferparams.h: add compressed var
1130
1131         * buffer_funcs.C (readFile): adjust for LyXLex change
1132         (newFile): ditto + simplify
1133
1134         * buffer.C (writeFile): handle writing of compressed files
1135
1136         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1137         Check if the file is compressed and set a bufferparm if so.
1138
1139         * Makefile.am (lyx_LDADD): remove explicit -lz
1140
1141 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1142
1143         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1144         makeDocBookFile): put the real LyX version in the first line of
1145         the file
1146
1147         * version.h:
1148         * version.C.in: remove lyx_docversion
1149
1150         * tabular.C (write_attribute): add a template-based version to
1151         write enums properly
1152
1153 2003-07-28  André Pönitz  <poenitz@gmx.net>
1154
1155         * lyxtext.h:
1156         * text.C:
1157         * text2.C:
1158         * text3.C: use doubles again for x-coordinates. They are needed.
1159
1160 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1161
1162         * messages.C (getLocaleDir): use lyx_localedir()
1163
1164         * lyxlex_pimpl.C (setFile): compress stuff
1165
1166         * buffer.C (writeFile): add some compression stuff
1167         (do_writeFile): new func, dont call expliti close... will this
1168         breake anything?
1169
1170         * Makefile.am (lyx_LDADD): add -lz
1171
1172 2003-07-28  José Matos  <jamatos@fep.up.pt>
1173
1174         * buffer.C: increment file format.
1175         * paragraph_funcs (readParagraph, readParToken):
1176         * paragraph.C (readParagraph): add \end_layout.
1177
1178 2003-07-27  Angus Leeming  <leeming@lyx.org>
1179
1180         * Makefile.am: remove special casing for configure-time setting of
1181         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1182
1183         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1184         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1185
1186 2003-07-26  André Pönitz  <poenitz@gmx.net>
1187
1188         * paragraph_func.[Ch]:
1189         * paragraph.C (realizeFont): inline it whereever it is used
1190
1191         * rowpainter.C:
1192         * text.C:
1193         * text2.C:
1194         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1195
1196
1197 2003-07-26  André Pönitz  <poenitz@gmx.net>
1198
1199         *       lyxtext.h:
1200         * text.C:
1201         * text2.C: get rid of LyXText::need_break_row
1202
1203 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1204
1205         * toc.[Ch]: put namespace toc inside namespace lyx
1206
1207         * MenuBackend.C (expandToc2): adjust for lyx::toc
1208         (expandToc): ditto
1209
1210         * lyxfunc.C (dispatch): adjust for lyx::find
1211
1212         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1213         lyx::find instead. Reorganize a bit.
1214         (LyXReplace): rename to replace
1215         (LyXFind): rename to find
1216
1217         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1218         (dispatch): ditto
1219
1220 2003-07-26  André Pönitz  <poenitz@gmx.net>
1221
1222         * text.C (setHeightOfRow): restrict scope of temporary variable
1223
1224         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1225           code (never has been used?)
1226
1227 2003-07-27  Asger Alstrup  <alstrup@local>
1228
1229         * text.C (fill): Optimise algorithm to exploit that we can reuse
1230         the LyXFont for many characters.
1231         (setHeightOfRow): Same thing.
1232         (rowBreakPoint): Same thing.
1233
1234 2003-07-26  Asger Alstrup  <alstrup@local>
1235
1236         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1237
1238         * text.C (singleWidth): Spurious font copying in hot-spot
1239         singleWidth avoided. Reorder tests for arabic for efficiency.
1240
1241         * text.C (fill): handle empty paragraphs better.
1242
1243 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1244
1245         * ispell.C:
1246         * encoding.h: add includes
1247
1248         * lyxrc.C: remove reading of bind files
1249
1250         * lyx_main.C (init): setup bindings and menus only if we have a
1251         gui.
1252
1253         * kbmap.C (read): new method. Do the actual reading of bind
1254         files.
1255
1256         * converter.C (dvipdfm_options):
1257         * bufferparams.C:
1258         * lyxrc.C (read):
1259         (output): adapt PAPER_* enums.
1260
1261         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1262
1263         * bufferparams.h: remove paper-related enums from there
1264
1265         * paper.h: New file. A trivial header file to hold paper-related
1266         enums. It should later expand to contain many paper-related
1267         horrors access.
1268
1269         * lyxrc.C: declare extern displayTranslator
1270
1271 2003-07-27  José Matos  <jamatos@fep.up.pt>
1272
1273         * tabular.[Ch] (linuxdoc): add support for tables and figures
1274         (linuxdoc).
1275
1276 2003-07-27  José Matos  <jamatos@fep.up.pt>
1277
1278         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1279         consistency in both functions.
1280         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1281
1282 2003-07-26  Asger Alstrup  <alstrup@local>
1283
1284         * rowpainter.C (paintRows): Change algorithm to work directly on
1285         the insets rather than asking every character in the document
1286         whether its an inset.
1287
1288 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1289
1290         * buffer.C (openFileWrite): factorize some code
1291
1292 2003-07-26  Angus Leeming  <leeming@lyx.org>
1293
1294         * lyx_cb.C:
1295         * lyx_main.[Ch]: replace occurances of system_tempdir with
1296         os::getTmpDir().
1297
1298 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1299
1300         * rename Inset to InsetOld
1301
1302 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1303
1304         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1305         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1306         which I think is a bit clearer. EDIT is gone, since it was
1307         premature optimisation, and broken for mathed anyway.
1308         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1309         with cursor positioning in insets as well (math insets still do not
1310         work, but that's a different story anyway.) It mysteriously
1311         crashes sometimes with undo in the first paragraph, but I'm fairly
1312         confident that this is a compiler bug.
1313
1314 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1315
1316         * paragraph.C (Paragraph): adjust for new clone return type
1317         (operator==): ditto
1318         (copyIntoMinibuffer): ditto
1319
1320 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1321
1322         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1323         by not having a special case, and always doing a full rebreak of
1324         the document after undo.
1325
1326 2003-07-23  Angus Leeming  <leeming@lyx.org>
1327
1328         * factory.C (createInset): InsetExternal::setParams now takes a
1329         Buffer const * arg.
1330
1331 2003-07-23  Angus Leeming  <leeming@lyx.org>
1332
1333         * factory.C (createInset): changed interface to the external and
1334         graphics mailers' string2params functions.
1335
1336 2003-07-23  Angus Leeming  <leeming@lyx.org>
1337
1338         * factory.C (createInset): pass a
1339         Buffer const * parameter to InsetExternalMailer's string2params.
1340
1341 2003-07-22  John Levon  <levon@movementarian.org>
1342
1343         * Thesaurus.h: include the right aiksaurus header
1344
1345 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1346
1347         * MenuBackend.C (expand): check menu shortcuts unconditionally
1348
1349 2003-07-21  Angus Leeming  <leeming@lyx.org>
1350
1351         * factory.C (createInset): pass a
1352         buffer_path parameter to InsetGraphicsMailer's string2params.
1353
1354 2003-07-21  Angus Leeming  <leeming@lyx.org>
1355
1356         * BufferView_pimpl.C (buffer):
1357         * buffer.C (d-tor):
1358         * lyx_main.C (LyX):
1359         * lyxfunc.C (dispatch):
1360         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1361         rather than the grfx shortcut.
1362
1363 2003-07-21  André Pönitz  <poenitz@gmx.net>
1364
1365         * rowpainter.C: remove unused variables
1366
1367         * tabular_funcs.C:
1368         * tabular_funcs.h: move to tabular.C
1369         * Makefile.am: adjust
1370
1371         * tabular.[Ch]: basic optical cleaning
1372
1373         * author.h: pass references, not values
1374
1375 2003-07-18  André Pönitz  <poenitz@gmx.net>
1376
1377         * lyxtext.h:
1378         * metricsinfo.C:
1379         * metricsinfo.h:
1380         * rowpainter.C:
1381         * text.C:
1382         * text2.C:
1383         * text3.C: two-phase drawing for InsetText and InsetTabular
1384         some float -> int changes.
1385
1386 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1387
1388         * lyx_main.C: fix the fix
1389
1390 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1391
1392         * lyx_main.C: fix a crash in batch mode if no files specified
1393         * converter.C: ws
1394
1395 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1396
1397         * format.[Ch] (papersize): moved to BufferParams
1398         * converter.[Ch] (dvips_options): moved to BufferParams
1399         (dvipdfm_options): moved to anon namespace
1400         * bufferparams.[Ch]: added above functions.
1401
1402 2003-07-17  André Pönitz  <poenitz@gmx.net>
1403
1404         * lyxtext.h:
1405         * rowpainter.C:
1406         * text2.C: don't call inset->update() anymore
1407
1408         * metricsinfo.[Ch]: add convenience constructor
1409
1410 2003-07-16  André Pönitz  <poenitz@gmx.net>
1411
1412         * lyxcursor.[Ch]:
1413         * lyxfunc.[Ch]:
1414         * text.C:
1415         * text2.C: replace the LyXCursor::irow_ member with
1416          on-demand computation of the value
1417
1418 2003-07-16  John Levon  <levon@movementarian.org>
1419
1420         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1421
1422 2003-07-15  André Pönitz  <poenitz@gmx.net>
1423
1424         * text.C:
1425         * text2.C: remove no more needed refresh_row
1426
1427 2003-07-15  André Pönitz  <poenitz@gmx.net>
1428
1429         * lyxtext.h:
1430         * rowpainter.C:
1431         * text2.C:
1432         * text3.C: refresh_status tristate -> need_update bool
1433
1434 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1435
1436         * lyxtext.h (init): remove reinit argument (act as if always true)
1437         * text2.C: adjust to that
1438
1439 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1440
1441         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1442         * text3.C: use it to delete selections in some cases
1443         (bugs 441, 673, 702, 954).
1444
1445 2003-07-14  André Pönitz  <poenitz@gmx.net>
1446
1447         * rowpainter.[Ch]: reduce interface
1448
1449 2003-07-14  André Pönitz  <poenitz@gmx.net>
1450
1451         * BufferView_pimpl.C:
1452         * text2.C: adjust after removing unused BufferView * argument
1453
1454 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1455
1456         * text2.C (init): fix a crash fired on resize
1457
1458 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1459
1460         * buffer.[Ch]: added new closing signal
1461         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1462         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1463         BufferView::Pimpl via the closing the signal
1464
1465 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1466
1467         * buffer.[Ch]: take out all bv-related from buffer
1468         * BufferView.C:
1469         * BufferView_pimpl.[Ch]: connect to new signals
1470         * CutAndPaste.C: removed useless asserts
1471         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1472         * lyxvc.[Ch]:
1473         * vc-backend.[Ch]:
1474         * lyxfunc.C: moved view-related funciontality from vc here
1475         * paragraph.C: removed outdated comments
1476         * text.C: ws
1477
1478 2003-07-10  André Pönitz  <poenitz@gmx.net>
1479
1480         * BufferView_pimpl.C:
1481         * tabular.h:
1482         * tabular_funcs.C:
1483         * text.C:
1484         * text2.C: remove InsetText::InnerCache, clean up consequences
1485
1486 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1487
1488         * ispell.C: fix two typos in error messages
1489
1490 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1491
1492         * Extend Note inset to other forms of annotation like Comment
1493         and Greyedout. Right button click gives dialog.
1494
1495         Files modified or added (+):
1496
1497         * insetnote.[Ch]
1498         * FormNote.[Ch]      +
1499         * ControlNote.[Ch]   +
1500         * form_note.fd       +
1501         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1502         frontends/controllers
1503         * xforms/Dialogs.C
1504         * factory.C
1505
1506 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1507
1508         * aspell.C: add missing namespace lyx::support
1509
1510 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1511
1512         * BufferView.[Ch] (newFile): Add
1513         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1514         * LaTeX.[Ch] (message): added this signal and use it
1515         * buffer.[Ch] (busy, message): added these signals and use them
1516         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1517         * converter.C:
1518         * exporter.C:
1519         * format.C:
1520         * importer.C: use buffer signals instead of direct bv calling
1521         * lyx_cb.[Ch] (ShowMessage): removed
1522         * lyx_main.C:
1523         * lyxfunc.C:
1524         * paragraph_funcs.C:
1525         * text2.C: use buffer signals
1526
1527 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1528
1529         * introduce namespace lyx::graphics
1530
1531 2003-07-02  André Pönitz  <poenitz@gmx.net>
1532
1533         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1534
1535 2003-07-01  André Pönitz  <poenitz@gmx.net>
1536
1537         * text.C:
1538         * text2.C:
1539         * text3.C:
1540         * text_funcs.[Ch]:
1541         * textcursor.h:
1542         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1543           text*.C to text_func.C
1544
1545 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1546
1547         * introduce namespace lyx::support
1548
1549 2003-06-30  André Pönitz  <poenitz@gmx.net>
1550
1551         * Chktex.C:
1552         * funcrequest.C:
1553         * lyxtext.h:
1554         * text.C: re-enable --with-included-string
1555
1556 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1557
1558         * textcursor.C: add <config.h>
1559
1560         * text.C (getWord): remove const from word_location arg
1561
1562         * lyxvc.C (getLogFile): fix const type order
1563
1564         * lyxtext.h: remove const from word_location arg, add arg name
1565
1566         * lyxlayout.h: currect type on labeltype.
1567
1568         * importer.C: correct \file
1569
1570         * converter.C (intToFormat): use std:: on ret val, ws changes
1571
1572         * bufferlist.h: correct \file
1573
1574         * buffer.C (makeLinuxDocFile): fix const type order
1575         (makeDocBookFile): ditto
1576         (fillWithBibKeys): use std:: on stdlib args.
1577
1578         * CutAndPaste.C: fix authors.
1579         (availableSelections): use std:: on return vector
1580
1581 2003-06-27  André Pönitz  <poenitz@gmx.net>
1582
1583         * BufferView_pimpl.C:
1584         * bufferview_funcs.C:
1585         * lyxcursor.C:
1586         * lyxcursor.h:
1587         * lyxfunc.C:
1588         * lyxtext.h:
1589         * rowpainter.C:
1590         * text.C:
1591         * text2.C:
1592         * text3.C: remove LyXCursor::row_ member
1593
1594         * lyxtext.h:
1595         * text.C: rename fullRebreak() to partialRebreak() and implement
1596           a fullRebreak() that really bereks fully
1597
1598         * textcursor.h: new struct for cursor-related data
1599
1600 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1601
1602         * lyx_main.C (LyX): get full path of document loaded on the
1603         command line
1604
1605 2003-06-26  André Pönitz  <poenitz@gmx.net>
1606
1607         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1608           remove unused/broken operator>,<,>=.
1609
1610         *       text.C: remove only use of broken operator<= in an Assert().
1611
1612 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1613
1614         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1615         moved errorlist_.clear to showErrorList
1616
1617 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1618
1619         * converter.C (scanLog, runLaTeX):
1620         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1621         move the bv->showErrorList call to the callers
1622         * lyxfunc.C: i.e. here...
1623         * text2.C: and here
1624         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1625         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1626         namespace, the second to...
1627         * buffer_funcs (BufferFormat, parseErrors): added
1628         * errorlist.C (ErrorList(TeXErrors const &)): removed
1629
1630 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1631
1632         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1633
1634 2003-06-24  "Garst R. Reese" <reese@isn.net>
1635
1636         * debug.C: fix typo
1637
1638 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1639
1640         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1641
1642         * version.C.in: change docversion to 1.4
1643
1644 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1645
1646         * buffer.C: fix a bug just introduced
1647
1648 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1649
1650         * buffer.[Ch]: added the parseError signal and use it, removed
1651         sgmlError
1652         * BufferView.[Ch] (addError): moved to ...
1653         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1654         to the Buffer::parseError signal to catch (guess what) parse errors
1655         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1656
1657 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1658
1659         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1660         ability to create a buffer and to return an existing one from
1661         the list. Moved these functions to...
1662         * buffer_funcs.[Ch]: added
1663         * BufferView.[Ch] (loadLyXFile): added
1664         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1665         job removed from bufferlist::loadLyXFile.
1666         * buffer.C (setReadOnly): make it work without view
1667         (i.e added an if (users))
1668
1669 2003-06-19  Angus Leeming  <leeming@lyx.org>
1670
1671         * lfuns.h:
1672         * LyXAction.C (init):
1673         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1674         with LFUN_DIALOG_SHOW <name> <data>.
1675
1676 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1677
1678         * CutAndPaste.C (availableSelections): small compilation fix for
1679         ancient (gcc 2.9x) compilers
1680
1681 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1682
1683         * text3.C (cursorNext): add tmp var
1684
1685         * text2.C (updateCounters): for function calling out of for clause
1686         (replaceSelectionWithString): ditto
1687         (insertStringAsParagraphs): ditto
1688         (getColumnNearX): add tmp var
1689         (setCursorFromCoordinates): add tmp var
1690         (cursorDownParagraph): add tmp var
1691         (deleteEmptyParagraphMechanism): add tmp var
1692
1693         * text.C (insertChar): add tmp var
1694
1695         * rowpainter.C (paintDepthBar): add tmp var
1696
1697         * CutAndPaste.C (availableSelections): potentially check all
1698         paragraphs in a cut to fill the shown strings.
1699
1700 2003-06-18  André Pönitz  <poenitz@gmx.net>
1701
1702         * kbmap.[Ch]: use vector<> instead of list<>
1703
1704 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1705
1706         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1707         pasteSelection with index
1708
1709         * text2.C (pasteSelection): modify, call pasteSelection with index
1710
1711         * paragraph.C (asString): reimplement version with no interval to
1712         call the one with interval.
1713
1714         * lyxtext.h: add index arg to pasteSelection
1715
1716         * MenuBackend.C (MenuItem): handle PasteRecent
1717         (Menu::read::Menutags): add md_pasterecent
1718         (read): handle it
1719         (expandPasteRecent): new function
1720         (expand): use it
1721
1722         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1723
1724         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1725         the limited stack
1726         (availableSelections): new function
1727
1728 2003-06-17  Angus Leeming  <leeming@lyx.org>
1729
1730         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1731
1732 2003-06-17  Angus Leeming  <leeming@lyx.org>
1733
1734         * lfuns.h:
1735         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1736
1737         * lyxfunc.C (dispatch): invoke it.
1738
1739 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1740
1741         * iterators.C (operator++, ParPosition): reintroduce some
1742         const_cast for the benefit of older compilers.
1743
1744 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1745
1746         * text3.C (dispatch): do not modify clipboard when doing
1747         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1748         LFUN_DELETE_SKIP on a selection selection
1749
1750 2003-06-16  André Pönitz  <poenitz@gmx.net>
1751
1752         * BufferView.C:
1753         * buffer.C:
1754         * buffer.h:
1755         * paragraph.C:
1756         * tabular.[Ch]: IU of clone() and getLabelList();
1757
1758 2003-06-13  André Pönitz  <poenitz@gmx.net>
1759
1760         * tabular.h: compactification
1761
1762 2003-06-12  André Pönitz  <poenitz@gmx.net>
1763
1764         * tabular.C:
1765         * tabular.h:
1766         * tabular_funcs.h: some renaming plus whitespace
1767
1768 2003-06-12  André Pönitz  <poenitz@gmx.net>
1769
1770         * BufferView.C:
1771         * BufferView_pimpl.C:
1772         * CutAndPaste.C:
1773         * buffer.C:
1774         * iterators.[Ch]:
1775         * lyxfunc.C:
1776         * text.C:
1777         * toc.C: Return a Paragraph & for ParIterator::operator*()
1778
1779 2003-06-11  John Levon  <levon@movementarian.org>
1780
1781         * lyx_main.C:
1782         * ToolbarBackend.h:
1783         * ToolbarBackend.C: add "Toolbars" section and
1784         put the flags there
1785
1786 2003-06-10  Angus Leeming  <leeming@lyx.org>
1787
1788         * lfuns.h:
1789         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1790
1791         * lyxfunc.C (dispatch): invoke it.
1792
1793 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1794
1795         * main.C: protect <ios> with HAVE_IOS
1796         (main): protect sync_with_stdio with HAVE_IOS
1797
1798 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1799
1800         * text2.C (cutSelection): adjust
1801         (pasteSelection): adjust
1802
1803         * messages.C: handle get of empty string
1804
1805         * main.C (main): use sync_with_stdio(false)
1806
1807         * lyxfunc.C (dispatch): adjust
1808
1809         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1810         (WriteAs): remove unneeded BufferView arg.
1811
1812         * bufferparams.h: use correct types on papersize, papersize2 and
1813         paperpackage.
1814
1815         * bufferparams.C (readToken): adjust for type
1816         (writeLaTeX): add missing cases to switch.
1817
1818         * bufferlist.C (quitWriteBuffer): adjust
1819         (close): adjust
1820
1821         * buffer.C (asciiParagraph): remove some commented code.
1822
1823         * CutAndPaste.C: remove current_view extern variable.
1824         (cutSelection): add BufferParams arg.
1825         (eraseSelection): add BufferParams arg.
1826         (pasteSelection): add Buffer const & arg
1827
1828 2003-06-07  John Levon  <levon@movementarian.org>
1829
1830         * buffer.C:
1831         * paragraph_funcs.C:
1832         * paragraph_pimpl.C:
1833         * text.C:
1834         * text2.C:
1835         * paragraph.h:
1836         * paragraph.C: allow InsetERT to freely space lines,
1837         and some consolidation of code
1838
1839 2003-06-06  José Matos  <jamatos@fep.up.pt>
1840
1841         * buffer.C (makeDocBookFile): fix bug #821
1842
1843 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1844
1845         * BufferView_pimpl.C (dispatch): use Dialogs::visible
1846
1847 2003-06-04  Angus Leeming  <leeming@lyx.org>
1848
1849         * buffer.C: bump format to 224.
1850
1851 2003-06-05  André Pönitz  <poenitz@gmx.net>
1852
1853         * text2.C (redoParagraphs): remove two const_cast<>
1854
1855 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1856
1857         * ParagraphList.h: remove last remnants of NO_STD_LIST
1858
1859 2003-06-03  Angus Leeming  <leeming@lyx.org>
1860
1861         * factory.C (createInset): small change to the way InsetExternal's params
1862         are set.
1863
1864 2003-06-04  André Pönitz  <poenitz@gmx.net>
1865
1866         * buffer.h: use Undo directly instead of shared_ptr<Undo>
1867
1868         * paragraph_pimpl.h:
1869         * paragraph.[Ch]: some Inset -> UpdatableInset changes
1870
1871         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
1872
1873         * undo_funcs.C: make some simple cases of undo work again
1874
1875 2003-06-03  John Levon  <levon@movementarian.org>
1876
1877         * ispell.C: HPUX doesn't have sys/select.h
1878         (from Albert Chin)
1879
1880 2003-06-03  John Levon  <levon@movementarian.org>
1881
1882         * CutAndPaste.C: update tabular and include inset
1883         buffer references
1884
1885         * buffer.h:
1886         * paragraph.h:
1887         * paragraph.C: remove owningBuffer(), don't pass Buffer
1888         to clone()
1889
1890         * factory.C: insetGraphicsParams changed
1891
1892 2003-06-02  John Levon  <levon@movementarian.org>
1893
1894         * LyXAction.C:
1895         * factory.C:
1896         * lfuns.h:
1897         * lyxfunc.C:
1898         * text3.C: remove insetparent
1899
1900 2003-06-02  John Levon  <levon@movementarian.org>
1901
1902         * buffer.h:
1903         * buffer.C: fix inset_iterator.end(), move out of line
1904         (bug 1149)
1905
1906 2003-06-01  John Levon  <levon@movementarian.org>
1907
1908         * text3.C: use a proper cut/paste when doing inset
1909         insert (from Jürgen Spitzmüller)
1910
1911 2003-06-01  John Levon  <levon@movementarian.org>
1912
1913         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
1914
1915 2003-05-30  André Pönitz  <poenitz@gmx.net>
1916
1917         * rowpainter.C: unify second drawing phase
1918
1919 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1920
1921         * trans_mgr.C: remove one case of current_view
1922
1923         * text2.C (cursorBottom): delete NO_STD_LIST stuff
1924
1925         * paragraph_funcs.h: remove paragraph.h include
1926
1927         * paragraph.h: delete NO_STD_LIST stuff
1928
1929         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
1930
1931         * buffer.h: remove paragraph.h include
1932
1933         * ParagraphList.C: delete file
1934
1935         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
1936
1937         * toc.C (getTocList): adjust
1938
1939         * paragraph_pimpl.C (validate): adjust
1940
1941         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
1942
1943         * paragraph.C (Paragraph): adjust
1944         (getPositionOfInset): use const_iterator, adjust
1945         (bibitem): use const_iterator, adjust
1946         (setInsetOwner): adjust
1947
1948         * iterators.C (operator++): adjust
1949
1950         * InsetList.[Ch]: Replace selfmade iterator with standard
1951         vector::iterator also introduce const_iterator. Remove getPos,
1952         getInset and setInset from InsetTable. Adjust accordingly.
1953
1954         * BufferView.C (lockInset): adjust
1955         (ChangeInsets): adjust
1956
1957         * tabular.[Ch]: delete commented same_id functions
1958
1959 2003-05-28  John Levon  <levon@movementarian.org>
1960
1961         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
1962
1963 2003-05-28  André Pönitz  <poenitz@gmx.net>
1964
1965         * metricsinfo.[Ch]: remove 'fullredraw' member
1966
1967 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1968
1969         * lyxtextclass.C (operator): remove caching.
1970
1971 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1972
1973         * text3.C: adjust
1974
1975         * text2.C (cursorBottom): adjust
1976         (setCounter): use ParagraphList::find, adjust
1977
1978         * text.C (workWidth): use ParagraphList::find, adjust
1979
1980         * lyxcursor.C (LyXCursor): adjust
1981
1982         * buffer.C (inset_iterator): adjust
1983
1984         * ParagraphList.h: make iterator(value_type) private, make
1985         ParagraphList a friend of iterator.
1986
1987         * ParagraphList.C (find): new function
1988
1989         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1990
1991 2003-05-27  André Pönitz  <poenitz@gmx.net>
1992
1993         * dimension.[Ch]: a -> asc, d -> des, w -> wid
1994
1995 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1996
1997         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
1998
1999 2003-05-26  John Levon  <levon@movementarian.org>
2000
2001         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2002
2003 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2004
2005         * remove same_id from function signatures, adjust.
2006
2007 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2008
2009         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2010
2011         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2012
2013         * paragraph.C (Paragraph): get rid of same_ids parameter
2014
2015         * ParagraphList.C (insert): adjust
2016         (push_back): adjust
2017
2018 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2019
2020         * paragraph_funcs.C (breakParagraph): adjust
2021         (breakParagraphConservative): adjust
2022
2023         * buffer.C (readParagraph): adjust
2024
2025         * ParagraphList.C (insert): take a reference instead of a pointer
2026         (insert): adjust
2027
2028         * paragraph.[Ch] (id): new function
2029
2030         * bufferlist.C (newFile): adjust
2031
2032         * ParagraphList.C (ParagraphList): adjust
2033         (assign): adjust
2034         (push_back): take a reference instead of a pointer.
2035
2036         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2037
2038         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2039         instead.
2040
2041         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2042         set else use old code.
2043
2044         * ParagraphList.C: remove all NO_NEXT code and only compile this
2045         code of NO_STD_LIST is set.
2046
2047 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2048
2049         * BufferView_pimpl.C:
2050         * TextCache.C:
2051         * TextCache.h:
2052         * bufferlist.C:
2053         * errorlist.h:
2054         * format.C:
2055         * format.h:
2056         * graph.C:
2057         * lyxfunc.C:
2058         * lyxrc.C:
2059         * graphics/GraphicsConverter.C:
2060         * graphics/PreviewLoader.C: header adjustment
2061
2062 2003-05-23  Angus Leeming  <leeming@lyx.org>
2063
2064         * LaTeXFeatures.[Ch] (useBabel): new method.
2065         * bufferparams.C (writeLaTeX): use it.
2066
2067 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2068
2069         * ParagraphList.h (set): remove unused function.
2070
2071 2003-05-23  André Pönitz  <poenitz@gmx.net>
2072
2073         * BufferView.C:
2074         * BufferView_pimpl.C:
2075         * buffer.C:
2076         * buffer.h:
2077         * lyxfunc.C:
2078         * undo_funcs.C: setUndo reworked
2079
2080         * iterators.[Ch]: add access to topmost ParagraphList
2081
2082         * lyxtext.[Ch] (workWidth): add a const
2083
2084 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2085
2086         * texrow.[Ch] (increasePos): remove function
2087         * exporter.C (export): removed unused var and outdated comment
2088
2089 2003-05-23  Angus Leeming  <leeming@lyx.org>
2090
2091         * latexrunparams.h: rename fragile as moving_arg.
2092         * paragraph.C (simpleTeXOnePar): ditto.
2093         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2094
2095 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2096
2097         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2098         (createUndo): ditto
2099         (textUndoOrRedo): comment out a currently unused var.
2100
2101         * paragraph.h (NO_NEXT): enable NO_NEXT
2102
2103         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2104
2105         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2106
2107         * exporter.C (Export): adjust for removeAutoInsets removal.
2108
2109         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2110
2111         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2112
2113         * BufferView.[Ch] (removeAutoInsets): delete function
2114
2115 2003-05-22  Angus Leeming  <leeming@lyx.org>
2116
2117         * latexrunparams.h: add a free_spacing variable.
2118
2119         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2120         to pass moving_arg, as the data is stored in runparams.fragile.
2121
2122         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2123         to Inset::latexOptional or to simpleTeXOnePar.
2124
2125         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2126         free_spacing arg to Inset::latexOptional.
2127
2128         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2129         free_spacing arg.
2130
2131 2003-05-22  Angus Leeming  <leeming@lyx.org>
2132
2133         * latexrunparams.h: add fragile and use_babel variables.
2134
2135         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2136         * buffer.C (makeLaTeXFile): store this returned value in
2137         runparams.use_babel, thus passing it to the inset::latex methods.
2138
2139         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2140         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2141
2142         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2143         longer has a fragile arg, as it is stored in runparams.fragile.
2144
2145         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2146         moving_arg parameter as the data is stored in runparams.fragile.
2147
2148         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2149         a fragile parameter as the data is stored in runparams.fragile.
2150
2151 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2152
2153         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2154
2155 2003-05-22  Angus Leeming  <leeming@lyx.org>
2156
2157         * latexrunparams.h: add a 'bool nice' which defaults to false.
2158
2159         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2160         now encapsulated within runparams.
2161
2162         * bufferlist.C (updateIncludedTeXfiles):
2163         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2164
2165 2003-05-22  Angus Leeming  <leeming@lyx.org>
2166
2167         * latexrunparams.h: new file containing struct LatexRunParams.
2168         * Makefile.am: add new file.
2169
2170         * LaTeX.[Ch] (c-tor, run):
2171         * buffer.[Ch] (makeLaTeXFile):
2172         * bufferlist.[Ch] (updateIncludedTeXfiles):
2173         * converter.C (convert, scanLog):
2174         * converter.[Ch] (runLaTeX):
2175         * exporter.C (Export):
2176         * paragraph.[Ch] (simpleTeXOnePar):
2177         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2178         * paragraph_funcs.[Ch] (latexParagraphs):
2179         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2180         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2181         pass around a LatexRunParams parameter.
2182
2183 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2184
2185         * paragraph.[Ch]: remove unused constructor
2186
2187         * ParagraphList.C (erase): new function, taking two iterators
2188
2189 2003-05-22  André Pönitz  <poenitz@gmx.net>
2190
2191         * undo_funcs.C: remove duplicated code
2192
2193         * iterator.[Ch]: operator=
2194
2195 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2196
2197         * tabular.C (SetMultiColumn): ws changes
2198
2199         * rowpainter.C (paintFirst): get rid of a ->previous
2200
2201         * lyx_cb.C (getPossibleLabel): parlist simplification
2202
2203         * BufferView.C (ChangeInsets): simplify slightly.
2204
2205 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2206
2207         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2208         * lfuns.h: new LFUN_SPACE
2209         * lyxfunc.C: protected space has a new lfun
2210         * paragraph_funcs.C: read new space insets
2211         * text3.C:
2212         * factory.C: handle new space insets
2213
2214 2003-05-22  André Pönitz  <poenitz@gmx.net>
2215
2216         * BufferView.C:
2217         * BufferView_pimpl.C:
2218         * buffer.[Ch]:
2219         * lyxfunc.C:
2220         * undo_funcs.C: return a ParIterator from getParFromID.
2221
2222         * iterators.[Ch]: add two const's
2223
2224 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2225
2226         * toc.C (getTocList): adjust
2227
2228         * iterators.[Ch]: rework for parlist
2229
2230         * buffer.C (par_iterator_begin): adjust
2231         (par_iterator_end): adjust
2232
2233         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2234
2235         * BufferView.C (removeAutoInsets): adjust
2236         (ChangeInsets): adjust
2237
2238 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2239
2240         * text.C (top_y): fix bug 1110
2241
2242 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2243
2244         * errorlist.[Ch]: added
2245         * buffer.C:
2246         * BufferView.[Ch]:
2247         * BufferView_pimpl.C:
2248         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2249         instead
2250
2251 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2252
2253         * Makefile.am: ensure that lyx is relinked upon changes to the
2254         various "convenience" libs.
2255
2256 2003-05-20  Angus Leeming  <leeming@lyx.org>
2257
2258         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2259         files are compiled in alphabetical order again.
2260
2261         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2262
2263 2003-05-19  Angus Leeming  <leeming@lyx.org>
2264
2265         * gettext.[Ch]: remove "char const * _(char const *)".
2266
2267 2003-05-19  André Pönitz  <poenitz@gmx.net>
2268
2269         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2270
2271         * Makefile.am:
2272         * BufferView.C:
2273         * DepTable.h:
2274         * LaTeXFeatures.C:
2275         * buffer.C:
2276         * lyxfont.C:
2277         * lyxlex.h:
2278         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2279
2280 2003-05-19  André Pönitz  <poenitz@gmx.net>
2281
2282         * buffer.C:
2283         * lyxlayout.[Ch]:
2284         * lyxtextclass.[Ch]:
2285         * paragraph.C:
2286         * paragraph_funcs.[Ch]:
2287         * text2.C:
2288         * text3.C: more insetenv work
2289
2290 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2291
2292         * ParagraphParameters.C (params2string): small bug fixed
2293
2294 2003-05-16  André Pönitz  <poenitz@gmx.net>
2295
2296         * debug.C:
2297         * bufferview_funcs.C: patch from Kornel Benko to prevent
2298           crash when _(...) is called twice in a statement
2299
2300 2003-05-16  André Pönitz  <poenitz@gmx.net>
2301
2302         * BufferView.C:
2303         * lyxfunc.C:
2304         * text.C:
2305         * text2.C:
2306         * text3.C:
2307         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2308
2309 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2310
2311         * lyx_main.C (init): remove spurious static_cast
2312
2313 2003-05-14  André Pönitz  <poenitz@gmx.net>
2314
2315         * BufferView.C: fix format string
2316
2317 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2318
2319         * BufferView.[Ch] (insertErrors): removed
2320         * BufferView.[Ch] (showErrorList): added
2321         * buffer.C (runChkTeX):
2322         * converter.C (scanLog): call showErrorList instead of inserterrors
2323
2324 2003-05-13  André Pönitz  <poenitz@gmx.net>
2325
2326         * BufferView_pimpl.C:
2327         * buffer.C:
2328         * bufferview_func.C:
2329         * MenuBackend.C:
2330         * lyxfunc.C:
2331         * lyxrc.C:
2332         * tex-accent.C:
2333         * text3.C:
2334         * toc.C:
2335         * tabular_funcs.h: tostr() from its own header
2336
2337         * ParagraphParameters.C:
2338         * ToolbarBackend.C:
2339         * bufferparams.C:
2340         * format.C:
2341         * lyxlex_pimpl.C:
2342         * text3.C: STRCONV()
2343
2344 2003-05-12  André Pönitz  <poenitz@gmx.net>
2345
2346         * BufferView.C:
2347         * BufferView_pimpl.C:
2348         * CutAndPaste.C:
2349         * LaTeX.C:
2350         * LaTeXFeatures.C:
2351         * ParagraphParameters.C:
2352         * buffer.C:
2353         * bufferlist.C:
2354         * bufferparams.C:
2355         * bufferview_funcs.C:
2356         * converter.C:
2357         * counters.C:
2358         * debug.C:
2359         * exporter.C:
2360         * format.C:
2361         * importer.C:
2362         * lyx_cb.C:
2363         * lyx_main.C:
2364         * lyxfont.C:
2365         * lyxfunc.C:
2366         * lyxvc.C:
2367         * paragraph.C:
2368         * paragraph_funcs.C:
2369         * tabular.C:
2370         * tabular_funcs.C:
2371         * text2.C:
2372         * text3.C:  boost::format -> bformat  all over the place
2373
2374
2375 2003-05-09  André Pönitz  <poenitz@gmx.net>
2376
2377         * LColor.[Ch]: Pimpl the #include <map> away
2378
2379 2003-05-09  John Levon  <levon@movementarian.org>
2380
2381         * bufferlist.C: never remove emergency saves
2382
2383 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2384
2385         * Makefile.am: better lib building
2386
2387 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2388
2389         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2390         instead.
2391         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2392         (simpleTeXSpecialChars): adjust
2393         (simpleTeXSpecialChars): adjust
2394         * paragraph.C (simpleTeXOnePar): adjust
2395         * buffer.C (makeLaTeXFile): adjust
2396
2397         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2398
2399         * text2.C (changeDepth): parlist cleanup
2400         (getColumnNearX): ditto
2401
2402         * rowpainter.C (getLabelFont): parlist cleanup
2403
2404         * bufferlist.C (newFile): parlist cleanup
2405
2406         * CutAndPaste.C (eraseSelection): parlist cleanup
2407
2408         * BufferView_pimpl.C (trackChanges): parlist cleanup
2409         (dispatch): ditto
2410
2411         * BufferView.C (lockInset): parlist cleanup.
2412         (ChangeInsets): ditto
2413
2414 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2415
2416         * CutAndPaste.h: Update file header.
2417
2418         * CutAndPaste.C: Update file header.
2419         Store the parts cut out of the Document in a limited_stack.
2420         (copySelection): adjust
2421         (pasteSelection): new function, takes the index in the limited stack.
2422         (nrOfParagraphs): adjust
2423         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2424         simplify error inset insertion.
2425         (checkPastePossible): adjust
2426
2427 2003-05-06  John Levon  <levon@movementarian.org>
2428
2429         * text2.C: don't cast wrap inset to float
2430
2431 2003-05-05  André Pönitz  <poenitz@gmx.net>
2432
2433         * iterator.C:
2434         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2435
2436         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2437           few naked Paragraph *.
2438
2439 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2440
2441         * bufferparams.C: Output warning if a document with missing
2442         TeX document class is loaded
2443         * exporter.C: Disable TeX exports if the document class is missing
2444         * lyxtextclass.C:
2445         * lyxtextclass.h:
2446         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2447         isTeXClassAvailable()
2448
2449 2003-05-03  John Levon  <levon@movementarian.org>
2450
2451         * BufferView.h:
2452         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2453         explicit cursor show/hide
2454
2455         * BufferView_pimpl.h:
2456         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2457         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2458
2459         * lyxfunc.C: hide cursor before dispatching.
2460
2461         * lyx_cb.C:
2462         * lyxfind.C:
2463         * text.C:
2464         * text3.C: remove explicit cursor hides
2465
2466 2003-05-02  André Pönitz  <poenitz@gmx.net>
2467
2468         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2469
2470         * undo_funcs.C:
2471         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2472           linked lists
2473
2474         * text2.C: tiny whitespace
2475
2476 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2477
2478         * undo_funcs.C: almost only ws changes.
2479
2480         * ParagraphList.C (splice): just return if pl is empty.
2481
2482 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2483
2484         * ParagraphList.C (splice): new function.
2485
2486         * CutAndPaste.C (pasteSelection): use it
2487
2488 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2489
2490         * CutAndPaste.C (pasteSelection): remove the last next and
2491         previous from this file.
2492
2493 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2494
2495         * CutAndPaste.C (pasteSelection): more clean up, user proper
2496         ParagraphList functions for pasteing.
2497
2498         * ParagraphList.C (insert): new function, three arg insert
2499
2500 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2501
2502         * ParagraphList.C (insert): new function, three arg insert
2503
2504         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2505         not on paragraphs.
2506
2507 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2508
2509         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2510
2511 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2512
2513         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2514
2515 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2516
2517         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2518         (copySelection): clean up a bit.
2519         (pasteSelection): use make_pair
2520
2521         * ParagraphList.C (ParagraphList): implement copy constructor
2522         (operator=): implement, base on copy constructor.
2523         (assign): new func
2524
2525         * paragraph.C (erase): return a bool
2526
2527         * paragraph_pimpl.C (erasePos): remove function, move contents...
2528         (erase): ... here. Return a bool.
2529         (erase): call erase instead of erasePos.
2530
2531 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2532
2533         * ParagraphList.h: define PitPosPair
2534         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2535         ParagraphList, fix a bug on pasting multiple pars
2536         * text2.C: change interface to C&P
2537
2538 2003-04-30  André Pönitz  <poenitz@gmx.net>
2539
2540         * undo_func.C: revert part of yesterday's patch 2
2541
2542 2003-04-30  John Levon  <levon@movementarian.org>
2543
2544         * LColor.C: s/tabular/table/
2545
2546 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2547
2548         * text3.C (dispatch): do not convert iterator -> pointer
2549         * undo_funcs.C (setCursorParUndo): ditto
2550         * text_funcs.C (transposeChars): ditto
2551
2552         * text2.C (setLayout): ws changes only
2553
2554         * text.C (breakParagraph): do not convert iterator -> pointer
2555         (insertChar): ditto
2556         (acceptChange): ditto
2557         (rejectChange): ditto
2558         (changeCase): ditto
2559         (Delete): ditto
2560         (backspace): ditto
2561
2562         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2563         pointer
2564
2565 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2566
2567         * text3.C (gotoInset): YABG (yet another bad getChar)
2568
2569 2003-04-29  André Pönitz  <poenitz@gmx.net>
2570
2571         * paragraph.h: make operator= private unimplemented as long as
2572           it is unusable
2573
2574         * ParagraphList.C: whitespace
2575
2576         * paragraph.[Ch]:
2577         * paragraph_pimpl.[Ch]:
2578         * paragraph_funcs.C:
2579         * CutAndPaste.C:
2580         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2581
2582         * text2.C:
2583           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2584
2585 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2586
2587         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2588         * paragraph.[Ch] (erase):
2589         * paragraph_pimpl.[Ch] (erase): change return type and value
2590         * text2.C (cutSelection): some rework
2591
2592 2003-04-28  John Levon  <levon@movementarian.org>
2593
2594         * bufferlist.C: changes for unsaved changes dialog
2595
2596 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2597
2598         * bufferlist.C (newFile): set language (messages_) for new
2599         documents also.
2600
2601         * buffer.C (readFile): ws changes only.
2602
2603 2003-04-28  André Pönitz  <poenitz@gmx.net>
2604
2605         * undo_funcs.C:
2606         * lyxfunc.C:
2607         * buffer.[Ch]:
2608         * BufferView_pimpl.C:
2609         * BufferView.C: getParFromID related ParagraphList::iterator changes
2610
2611 2003-04-28  André Pönitz  <poenitz@gmx.net>
2612
2613         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2614           Changes
2615
2616 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2617
2618         * messages.C: remove one more localedir class variable.
2619
2620 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2621
2622         * messages.C (getLocaleDir): singleton generation function
2623         (Pimpl): use it.
2624         (Messages): add a default constructor.
2625
2626         * main.C (main): do not setup localedir here, do not call
2627         gettext_init.
2628
2629         * gettext.C (_): use it.
2630         (gettext_init): delete funciton
2631
2632 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2633
2634         * gettext.C (getLyXMessages): new singleton generating function.
2635
2636         * buffer.C (updateDocLang): adjust
2637
2638         * Makefile.am (messages.o): add target
2639         (main.o): remove target
2640
2641 2003-04-27  John Levon  <levon@movementarian.org>
2642
2643         * bufferlist.C:
2644         * lyx_cb.C:
2645         * lyxfunc.C:
2646         * lyxvc.C: specify cancel button in Alert::prompt
2647
2648 2003-04-26  John Levon  <levon@movementarian.org>
2649
2650         * text3.C:
2651         * lyxfunc.C:
2652         * lfuns.h:
2653         * LyXAction.C: add LFUN_INSET_SETTINGS
2654
2655         * lyxfunc.C: don't enable tabular-feature when there's
2656         just any locking inset
2657
2658 2003-04-26  John Levon  <levon@movementarian.org>
2659
2660         * bufferlist.C: re-add Cancel to buffer close question
2661
2662         * lyxfunc.C: fix import UI a bit
2663
2664 2003-04-25  John Levon  <levon@movementarian.org>
2665
2666         * gettext.C: remove the broken asserts for now
2667
2668 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2669
2670         * messages.C: make case where setlocale cannot comply work better.
2671
2672         * buffer.C (updateDocLang): new function
2673         (changeLanguage): use it
2674         (readFile): use it
2675
2676         * text2.C (setCounter): use B_ a bit.
2677
2678         * lyxlayout.C (Read): be sure to trim the label strings.
2679
2680         * messages.C (Messages): fix typo in comment
2681
2682         * buffer.C (readFile): set message_ after file is loaded.
2683         (makeDocBookFile): remove double return
2684         (changeLanguage): reset message_ upon language change.
2685         (B_): new func, use this to get translated buffer strings.
2686
2687         * main.C: add myself and Jean Marc as authors.
2688
2689 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2690
2691         * messages.[hC]: pimplify Messages, and three different pimpls to be
2692         used in different circumstances.
2693
2694         * gettext.[Ch]: change for use with new message code.
2695
2696 2003-04-24 André Pönitz <poenitz@gmx.net>
2697
2698         * factory.C: support for eqref
2699
2700 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2701
2702         * messages.[Ch]: add missing char
2703
2704         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2705
2706         * messages.[Ch]: New files
2707
2708 2003-04-18  John Levon  <levon@movementarian.org>
2709
2710         * BufferView.h:
2711         * BufferView.C:
2712         * BufferView_pimpl.C:
2713         * lfuns.h:
2714         * LyXAction.C:
2715         * lyxtext.h:
2716         * text2.C: remove layout-copy/paste (bug 778)
2717
2718 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2719
2720         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2721
2722 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2723
2724         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2725         if they succeed. Act accordingly.
2726
2727 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2728
2729         * text2.C (setCharFont): adjust
2730         (setCounter): adjust
2731         (insertStringAsLines): adjust
2732
2733         * text.C (leftMargin): adjust
2734         (setHeightOfRow): adjust
2735
2736         * rowpainter.C (paintFirst): adjust
2737         (paintLast): adjust
2738
2739         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2740         (outerHook): ditto
2741         (isFirstInSequence): ditto
2742         (getEndLabel): ditto
2743         (outerFont): adjust
2744
2745         * paragraph.C (getParLanguage): comment out some hard stuff.
2746
2747         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2748         (sgmlError): ditto
2749         (simpleDocBookOnePar): ditto
2750         (makeDocBookFile): use ParagraphList::iterator
2751
2752         * CutAndPaste.C (pasteSelection): adjust
2753
2754 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2755
2756         * text2.C (getFont): adjust
2757         (getLayoutFont): adjust
2758         (getLabelFont): adjust
2759
2760         * paragraph_funcs.C (TeXOnePar): adjust
2761
2762         * buffer.C (simpleLinuxDocOnePar): adjust
2763         (simpleDocBookOnePar): adjust
2764
2765         * CutAndPaste.C (pasteSelection): adjust
2766
2767         * BufferView.C (getEncoding): adjust
2768
2769         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2770
2771 2003-04-16  John Levon  <levon@movementarian.org>
2772
2773         * lyxfind.C: use parlist stuff for search/changes
2774
2775 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2776
2777         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2778
2779         * text2.C (deleteEmptyParagraphMechanism): adjust
2780
2781         * text2.[Ch] (ownerParagraph): delete func (both of them
2782
2783 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2784
2785         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2786
2787 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2788
2789         * ParagraphList.C: prepare for NO_NEXT
2790
2791 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2792
2793         * text2.C (getFont): adjust
2794         (getLayoutFont): adjust
2795         (getLabelFont): adjust
2796
2797         * paragraph.C (getFont): adjust
2798         (getLabelFont): adjust
2799         (getLayoutFont): adjust
2800
2801         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2802
2803 2003-04-15  John Levon  <levon@movementarian.org>
2804
2805         From Angus Leeming
2806
2807         * lyx_main.C: handle Include in .ui files
2808
2809 2003-04-15  John Levon  <levon@movementarian.org>
2810
2811         * MenuBackend.C: make the doc files length shorter
2812
2813         * ToolbarBackend.h:
2814         * ToolbarBackend.C: handle toolbar placement flags,
2815         Minibuffer
2816
2817 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2818
2819         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
2820         adjust
2821
2822         * paragraph_funcs.C (TeXOnePar): adjust
2823
2824         * paragraph.C (getLabelFont): add outerfont arg, adjust
2825         (getLayoutFont): ditto
2826         (simpleTeXOnePar): adjust
2827
2828         * paragraph_pimpl.C (realizeFont): delete func
2829
2830 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
2831
2832         * text2.C (beforeFullRowInset): added a bad getchar check, removed
2833         row argument, constify cur argument.
2834
2835 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2836
2837         * text2.C (getFont): adjust
2838         (getLayoutFont): adjust
2839         (getLabelFont): adjust
2840
2841         * paragraph_funcs.C (TeXOnePar): adjust
2842         (outerFont): new func...
2843         (realizeFont): ...moved out from here, changed this to facilitate
2844         transition
2845
2846         * paragraph.C (getFont): take outerfont as arg, adjust
2847         (simpleTeXOnePar): add outerfont arg, adjust
2848
2849         * buffer.C (simpleLinuxDocOnePar): adjust
2850         (simpleDocBookOnePar): adjust
2851
2852         * CutAndPaste.C (pasteSelection): adjust
2853
2854         * BufferView.C (getEncoding): adjust
2855
2856 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2857
2858         * text2.C (setCharFont): adjust
2859         (setCounter): adjust
2860
2861         * text.C (leftMargin): adjust
2862         (setHeightOfRow): adjust
2863
2864         * rowpainter.C (paintFirst): adjust
2865         (paintLast): adjust
2866
2867         * paragraph_pimpl.C (realizeFont): adjust
2868
2869         * paragraph.C (isFirstInSequence): move from here...
2870         * paragraph_funcs.C (isFirstInSequence): ...to here
2871
2872         * paragraph.C (outerHook): move from here...
2873         * paragraph_funcs.C (outerHook): ...to here
2874
2875         * paragraph.C (depthHook): move from here...
2876         * paragraph_funcs.C (depthHook): ...to here
2877
2878         * paragraph.C (getEndLabel): move from here...
2879         * paragraph_funcs.C (getEndLabel): ...to here
2880
2881         * text2.C (realizeFont): move from here...
2882         * paragraph_funcs.C (realizeFont): ...to here
2883
2884 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2885
2886         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
2887
2888 2003-04-14  Angus Leeming  <leeming@lyx.org>
2889
2890         * LColor.[Ch]: scrap LColor mathcursor.
2891
2892 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2893
2894         * lyxlex.[Ch] (text): delete function
2895         * trans.C (Load): adjust
2896         * paragraph_funcs.C (readParToken): adjust
2897
2898 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2899
2900         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
2901         vector<char> instead of a char[].
2902
2903         * lyxlex_pimpl.C (getString): adjust
2904         (next): adjust
2905         (lex): use getString
2906         (eatLine): adjust
2907         (nextToken): adjust
2908
2909         * lyxlex.C (text): use pimpl_->getString()
2910         (getBool): ditto
2911         (findToken): ditto
2912
2913 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2914
2915         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
2916         (makeFontEntriesLayoutSpecific): temp var for par.size()
2917         (setLayout): temp var for ownerParagraphs().end()
2918         (fullRebreak): temp var for rows().end()
2919         (selectionAsString): temp var for boost::next(startpit), realize
2920         that the while really is a regular for loop.
2921         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
2922         setCursor in one place.
2923         (setParagraph): temp vr for ownerParagraphs().end()
2924         (updateCounters): make the while loop a for loop
2925         (cutSelection): temp var for ownerParagraphs().end()
2926         (updateInset): make the do {} while() a regular for loop
2927         (getCursorX): use temp vars
2928         (setCurrentFont): use temp vars
2929         (getColumnNearX): use temp vars
2930
2931 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2932
2933         * text.C (transformChar): use temp var for getChar
2934         (computeBidiTables): use temp var for row->par()
2935         (fill): move temp vars for row->par() and pit->layout() earlier in
2936         the function.
2937         (labelFill): use temp var for row->par()
2938         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
2939         asc and desc, realize that pit never changes and that firstpit is
2940         just a duplicate and not needed. Exchange rit->par() with pit in a
2941         lot of places.
2942         (breakAgain): use a temp var for boost::next(rit)
2943         (breakAgainOneRow): ditto
2944         (breakParagraph): use a temp var for rows().begin()
2945         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
2946         (cursorRightOneWord): use temp var for cursor.par() and
2947         cursor.pos(), remove usage of tmpcursor.
2948         (cursorLeftOneWord): use temp var for cursor.par() and
2949         cursor.pos() only set cur at end of function.
2950
2951 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2952
2953         * text.C, text2.C: exchange all usage of Paragraph::next with
2954         boost::next(ParagraphList::iterator)
2955
2956         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
2957
2958         * text2.C (cursorTop): simplify implementation
2959         (cursorBottom): ditto
2960         (setParagraph): use ParagraphList::iterator
2961         (setCurrentFont): adjust
2962         (getColumnNearX): adjust
2963         (cursorRight): adjust
2964         (cursorLeft): remove usage of Paragraph::previous
2965         (cursorUpParagraph): ditto
2966         (deleteEmptyParagraphMechanism): slight cleanup
2967
2968         * text.C (isBoundary): take a Paragraph const & instead of a
2969         pointer as arg.
2970         (addressBreakPoint): ditto
2971         (leftMargin): remove usage of Paragraph::previous.
2972         (setHeightOfRow): ditto
2973         (cursorLeftOneWord): ditto
2974         (selectNextWordToSpellcheck): ditto
2975         (Delete): ditto
2976         (backspace): ditto
2977         (breakParagraph): remove one usage of Paragraph::next
2978         (redoParagraph): ditto
2979         (acceptChange): ditto
2980         (insertChar): adjust
2981         (rowBreakPoint): adjust
2982
2983         * bufferview_funcs.C (toggleAndShow): adjust
2984
2985 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
2986
2987         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
2988         methods to access it.
2989         * lyxtext.h:
2990         * text.C: Added updateRowPositions to compute all row positions.
2991         Make top_y and getRowNearY() to use the cached y position
2992
2993 2003-04-11  John Levon  <levon@movementarian.org>
2994
2995         * text.C (rowBreakPoint): reintroduce the labelEnd
2996         checks, code copied from the row fill stuff. Deep voodoo.
2997
2998         * text.C (fill): add a comment and debugging for the
2999         next poor soul.
3000
3001 2003-04-11  John Levon  <levon@movementarian.org>
3002
3003         * text.C: make sure fullrow insets get wrapped to the next line,
3004         even when they're in a manual label
3005
3006 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3007
3008         * text2.C (insertParagraph): make it take ParagraphList::iterator
3009         as arg.
3010         (setLayout): make it return ParagraphList::iterator
3011         (redoParagraphs): ditto
3012         (setCounter): ditto
3013         (checkParagraph): ditto
3014
3015         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3016
3017         * text2.C: adjust several funcs.
3018         (realizeFont): take a ParagraphList::iterator as arg.
3019         (getLayoutFont): ditto
3020         (getLabelFont): ditto
3021         (setCharFont): ditto
3022
3023         * text.C: adjust several funcs.
3024
3025 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3026
3027         * text.C (selectNextWordToSpellcheck): don't accidentally
3028         skip insets
3029
3030 2003-04-10  John Levon  <levon@movementarian.org>
3031
3032         * ToolbarBackend.C (getIcon): special handling for
3033         LFUN_MATH_DELIM
3034
3035 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3036
3037         * text2.C (cursorRight): a getChar assert fixed
3038
3039 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3040
3041         * text2.C (getFont): change to take a ParagraphList::iterator
3042         instead of Paragraph*
3043         Adjust several functions.
3044
3045         * text.C (transformChar): change to take a ParagraphList::iterator
3046         instead of Paragraph*
3047         (singleWidth): ditto
3048         Adjust several functions.
3049
3050         * rowpainter.C: adjust several functions
3051         * rowpainter.h:store a ParagraphList::iterator and not a
3052         Paragraph&.
3053
3054
3055 2003-04-09  John Levon  <levon@movementarian.org>
3056
3057         * lyxfunc.C:
3058         * lfuns.h:
3059         * LyXAction.h:
3060         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3061         and the "help" bits as well
3062
3063 2003-04-09  John Levon  <levon@movementarian.org>
3064
3065         * ToolbarBackend.h:
3066         * ToolbarBackend.C: allow multiple toolbars
3067
3068 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3069
3070         * undo_funcs.C (setCursorParUndo): adjust
3071
3072         * text_funcs.C (transposeChars): adjust
3073
3074         * text3.C (gotoNextInset): adjust
3075         (dispatch): adjust
3076
3077         * text2.C (setLayout): adjust
3078         (changeDepth): adjust
3079         (setFont): adjust
3080         (redoParagraphs): adjust
3081         (selectionAsString): adjust
3082         (setParagraph): adjust
3083         (insertInset): adjust
3084         (cutSelection): adjust
3085         (copySelection): adjust
3086         (pasteSelection): adjust
3087         (insertStringAsLines): adjust
3088         (updateInset): adjust
3089         (setCursor): change to take a ParagraphList::iterator parameter
3090         (setCursorIntern): change to take a ParagraphList::iterator parameter
3091         (setCurrentFont): adjust
3092         (cursorLeft): adjust
3093         (cursorRight): adjust
3094         (deleteEmptyParagraphMechanism): adjust
3095
3096         * text.C (breakParagraph): adjust
3097         (insertChar): adjust
3098         (acceptChange): adjust
3099         (rejectChange): adjust
3100         (selectNextWordToSpellcheck): adjust
3101         (changeCase): adjust
3102         (Delete): adjust
3103         (backspace): adjust
3104
3105         * lyxfind.C (SearchForward): adjust
3106         (SearchBackward): adjust
3107         (nextChange): adjust
3108
3109         * lyxcursor.C (par): adjust
3110
3111         * lyxcursor.h: store a ParagraphList::iterator instead of a
3112         Paragraph*
3113
3114         * lyx_cb.C (getPossibleLabel): adjust
3115
3116         * bufferview_funcs.C (toggleAndShow): adjust
3117
3118         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3119         (dispatch): adjust
3120
3121         * BufferView.C (removeAutoInsets): adjust
3122         (lockedInsetStoreUndo): adjust
3123
3124 2003-04-09  John Levon  <levon@movementarian.org>
3125
3126         * ToolbarBackend.C: try icon without argument
3127         if with argument fails
3128
3129 2003-04-08  John Levon  <levon@movementarian.org>
3130
3131         * ToolbarBackend.h:
3132         * ToolbarBackend.C: add getIcon(), handle tooltip,
3133         and change from "Icon" to "Item".
3134
3135 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3136
3137         * BufferView.C (lockInset): another bad getchar crunched
3138
3139 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3140
3141         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3142         again)
3143
3144 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3145
3146         * lyxfind.C (searchForward, searchBackwards): bug 782
3147
3148 2003-04-07  John Levon  <levon@movementarian.org>
3149
3150         * paragraph.C: remove dead comment
3151
3152         * text.C: remove troublesome depth-fiddling code
3153         in leftMargin() and rightMargin() (bug 1017)
3154
3155         * text.C: fix breaking of rows in nested lists
3156         (bug 1004)
3157
3158         * text2.C (updateCounters): fix up depth values
3159         (bug 1013)
3160
3161 2003-04-07  John Levon  <levon@movementarian.org>
3162
3163         * BufferView_pimpl.C: clear message when doc finishes resizing,
3164         and after a mouse event
3165
3166         * lyxfunc.C: clear message after exiting inset
3167
3168 2003-04-07  John Levon  <levon@movementarian.org>
3169
3170         * bufferview_funcs.C: show math status not outside
3171         status in the statusbar
3172
3173 2003-04-07  John Levon  <levon@movementarian.org>
3174
3175         * lyxfunc.C: note status changed after a depth change
3176
3177 2003-04-04  Angus Leeming  <leeming@lyx.org>
3178
3179         * LaTeX.h: move AuxInfo operator==, != out of line.
3180         Remove LaTeX virtual destructor; nothing derives from it.
3181         Move operator()() out of public area and rename it startscript().
3182         Change protected for private.
3183
3184 2003-04-04  Angus Leeming  <leeming@lyx.org>
3185
3186         * lyxfunc.C:
3187         * text2.C: remove unneeded #includes.
3188
3189 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3190
3191         * text2.C (dEPM): fix the heigth of the next row
3192
3193 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3194
3195         * text.C: squashed an invalid getChar requester + some ws changes
3196
3197 2003-04-03  John Levon  <levon@movementarian.org>
3198
3199         * bufferview_funcs.h:
3200         * bufferview_funcs.C:
3201         * lyxfunc.C:
3202         * lyxtext.h:
3203         * text2.C: make getStatus work for the env depth lfuns
3204
3205 2003-04-03  John Levon  <levon@movementarian.org>
3206
3207         * bufferview_funcs.h:
3208         * bufferview_funcs.C:
3209         * lyxfunc.C:
3210         * lyxtext.h:
3211         * text2.C: parlistize decDepth(), by merging it with incDepth()
3212
3213 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3214
3215         * lyxrow.h: store a ParagraphList::iterator instead of a
3216         Paragraph* and adjust other class functions to suit.
3217
3218         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3219         above.
3220
3221 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3222
3223         * text2.C (setCursor): do not anchor to cursor row for the time being
3224
3225 2003-04-02  John Levon  <levon@movementarian.org>
3226
3227         * LyXAction.C:
3228         * lfuns.h:
3229         * lyx_main.C:
3230         * lyxtext.h:
3231         * text.C:
3232         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3233
3234 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3235
3236         * paragraph.h: make ParagraphList and ParagraphList::iterator
3237         friends of Paragraph.
3238
3239         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3240
3241         * ParagraphList.C: Use the private next_ and previous_ from
3242         Paragraph.
3243
3244 2003-04-01  John Levon  <levon@movementarian.org>
3245
3246         * ToolbarBackend.h:
3247         * ToolbarBackend.C:
3248         * Makefile.am: rename, remove defaults gunk
3249
3250         * MenuBackend.h:
3251         * MenuBackend.C: remove defaults gunk
3252
3253         * Languages.h:
3254         * Languages.C: remove defaults gunk
3255
3256         * lyx_main.h:
3257         * lyx_main.C: error out if files couldn't be found.
3258
3259 2003-04-02  John Levon  <levon@movementarian.org>
3260
3261         * text2.C: make incDepth() use parlist
3262
3263 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3264
3265         * undo_funcs.C (firstUndoParagraph): adjust
3266
3267         * text3.C (gotoInset): adjust
3268         (dispatch): adjust, and rewrite loop.
3269
3270         * text2.C (init): adjust, and rewrite loop.
3271         (redoParagraphs): adjust
3272         (updateInset): adjust, and rewrite loop.
3273         (deleteEmptyParagraphMechanism): adjust
3274
3275         * tabular.C (LyXTabular): adjust
3276         (SetMultiColumn): adjust
3277         (TeXRow): adjust
3278
3279         * lyxtext.[Ch] (ownerParagraph): delete function
3280         (ownerParagraphs): new function returns a ParagraphList.
3281
3282         * BufferView.C (removeAutoInsets): adjust
3283         (insertErrors): adjust
3284         (setCursorFromRow): adjust
3285
3286 2003-04-01  Angus Leeming  <leeming@lyx.org>
3287
3288         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3289         in the frontends.
3290
3291 2003-04-02  John Levon  <levon@movementarian.org>
3292
3293         * lyxtext.h:
3294         * text.C:
3295         * Makefile.am:
3296         * text_funcs.h:
3297         * text_funcs.C: make transposeChars a free function
3298
3299         * lyxrow_funcs.C: remove wrong comment
3300
3301 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3302
3303         * lyxtext.h: adjust
3304         * rowpainter.C: adjust
3305         * text.C: adjust
3306         * text2.C: adjust
3307         * text3.C: adjust
3308
3309         * lyxrow_funcs. [Ch]: new files
3310
3311         * lyxrow.[Ch]: remove next and previous pointers
3312         (next,previous): remove accessor functions
3313         (isParEnd): move to lyxrow_funcs
3314         (lastPos): move to lyxrow_funcs
3315         (nextRowIsAllInset): move to lyxrow_funcs
3316         (lastPrintablePos): move to lyxrow_funcs
3317         (numberOfSeparators): move to lyxrow_funcs
3318         (numberOfHfills): move to lyxrow_funcs
3319         (numberOfLabelHfills): move to lyxrow_funcs
3320         (hfillExpansion): move to lyxrow_funcs
3321
3322         * lyxfunc.C: adjust
3323
3324         * bufferview_funcs.C (toggleAndShow): adjust
3325
3326         * RowList.h: Remove class RowList from file leave just a
3327         std::list<Row>.
3328
3329         * RowList.C: delete file
3330
3331         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3332         and lyxrow_funcs.h
3333
3334 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3335
3336         * text3.C (cursorPrevious): adjust
3337         (cursorNext): adjust
3338         (dispatch): adjust
3339
3340         * text2.C (redoHeightOfParagraph): adjust
3341         (redoDrawingOfParagraph): adjust
3342         (setCursor): adjust
3343
3344         * text.C (breakParagraph): adjust
3345         (insertChar): adjust
3346         (backspace): adjust
3347
3348         * rowpainter.C (RowPainter): adjust
3349         (leftMargin): simplify and adjust
3350         (most rowpainter functions): adjust.
3351
3352         * rowpainter.h: store the row as RowList::iterator not as Row*
3353
3354         * lyxcursor.C (row): taka RowList::iterator as arg
3355         (irow): ditto
3356
3357         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3358         of Row*.
3359
3360 2003-04-01  Angus Leeming  <leeming@lyx.org>
3361
3362         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3363         stuff like bool Bool.
3364
3365 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3366
3367         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3368         rewrite a loop
3369
3370 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3371
3372         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3373         RowList::iterator.
3374
3375         * lyxtext.h (rows): drop one version and leve a const variant that
3376         returns a RowList::iterator.
3377
3378 2003-03-31  Angus Leeming  <leeming@lyx.org>
3379
3380         * text.C (fill): ensure that the signature is the same as that in the
3381         header file.
3382
3383 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3384
3385         * text2.C (redoParagraphs): adjust
3386         (updateCounters): adjust
3387         (checkParagraph): adjust
3388         (getColumnNearX): adjust and reformat a bit.
3389
3390         * text.C (top_y): adjust
3391         (workWidth): adjust
3392         (leftMargin): adjust
3393         (prepareToPrint): adjust
3394         (getRow): adjust
3395         (getRowNearY): adjust
3396
3397         * lyxtext.h: make rowlist_ mutable.
3398
3399         * RowList.h: add const_iterator
3400         * RowList.C: adjust for RowList::const_iterator.
3401
3402         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3403         adjust.
3404
3405 2003-03-31  John Levon  <levon@movementarian.org>
3406
3407         * lyxrc.h:
3408         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3409
3410         * lyx_main.C: set default fonts from using lyx_gui funcs
3411
3412         * exporter.C: pdf_mode moved from lyxrc
3413
3414         * lyx_cb.C:
3415         * lyxfunc.C: changes from above
3416
3417 2003-03-31  John Levon  <levon@movementarian.org>
3418
3419         * lyx_main.C: fix to the last fix
3420
3421 2003-03-31  John Levon  <levon@movementarian.org>
3422
3423         * bufferlist.C: "Load original" -> "Load Original"
3424
3425         * converter.C:
3426         * exporter.C:
3427         * importer.C:
3428         * lyx_main.C:
3429         * format.C: more Alert cleanups
3430
3431 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3432
3433         * text2.C (removeParagraph): make it take a RowList::iterator as
3434         arg, adjust.
3435         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3436         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3437
3438         * text.C (anchor_row): make it take a RowList::iterator as arg,
3439         adjust.
3440         (computeBidiTables): make it take a const reference to Row instead
3441         of Row pointer, adjust.
3442         (leftMargin): make it take a RowList::iterator as arg, adjust.
3443         (rowBreakPoint): adjust
3444         (breakAgainOneRow): make it take a RowList::iterator as arg,
3445         adjust.
3446         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3447
3448         * bufferview_funcs.C (toggleAndShow): adjust
3449
3450 2003-03-30  John Levon  <levon@movementarian.org>
3451
3452         * Makefile.am:
3453         * BoostFormat.h:
3454         * boost-inst.C: moved to support
3455
3456         * several files: changes as a result
3457
3458 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3459
3460         * text2.C (LyXText): adjust.
3461         (init): adjust
3462         (removeRow): make it take a RowList::iterator as arg, adjust.
3463         (fullRebreak): adjust
3464         (deleteEmptyParagraphMechanism): adjust
3465         (clearPaint): adjust
3466         (postPaint): adjust
3467
3468         * text.C (top_y): adjust
3469         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3470         (breakAgain): make it take a RowList::iterator as arg, adjust.
3471         (breakParagraph): adjust
3472         (insertChar): adjust
3473         (backspace): adjust
3474
3475         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3476         need_break_row, and refresh_row.
3477
3478         * text3.C (dispatch): adjust
3479
3480         * text2.C (checkParagraph): adjust
3481         (setCursor): adjust
3482         (setCursorFromCoordinates): adjust
3483
3484         * text.C (top_y): adjust
3485         (workWidth): adjust
3486         (getRow): make it return a RowList::iterator, adjust
3487         (getRowNearY): make it return a RowList::iterator, adjust
3488
3489         * text2.C (init): adjust
3490         (insertRow): remove function
3491         (insertParagraph): adjust
3492         (redoParagraphs): adjust
3493         (fullRebreak): adjust
3494         (updateCounters): adjust
3495
3496         * text.C (top_y): rewrite to use RowList iterators.
3497         (top_y): adjust
3498         (setHeightOfRow): rewrite to sue RowList iterators.
3499         (appendParagraph): adjust
3500         (breakAgain): adjust
3501         (breakAgainOneRow): adjust
3502         (breakParagraph): adjust
3503         (getRow): adjust
3504         (getRowNearY): adjust, and remove commented code.
3505
3506         * lyxtext.h (firstRow): delete function
3507         (lastRow): delete function
3508         (rows): new function (const and non-const versions.)
3509         (insertRow): delete function
3510
3511         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3512
3513 2003-03-29  John Levon  <levon@movementarian.org>
3514
3515         * BufferView_pimpl.C: always update scrollbar top
3516         because pasting text when we're anchored could mean we
3517         miss an update altogether
3518
3519 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3520
3521         * text2.C (init): use rowlist_.end() and not 0.
3522         (insertRow): change to take a RowList::iterator as arg, adjust
3523         for this.
3524         (insertParagraph): change to take a RowList::iterator as arg,
3525         adjust for this.
3526         (redoParagraphs): remove some debug msgs.
3527
3528         * text.C (appendParagraph): change to take a RowList::iterator
3529         arg, adjust for this.
3530         (breakAgain): add an assert
3531         (breakAgainOneRow): ditto
3532
3533 2003-03-29  John Levon  <levon@movementarian.org>
3534
3535         * text2.C: do not clear selection after inc/decDepth
3536         (bug 550)
3537
3538 2003-03-29  John Levon  <levon@movementarian.org>
3539
3540         * BufferView.C:
3541         * buffer.C: fix broken strerrors according to Lars
3542
3543 2003-03-29  John Levon  <levon@movementarian.org>
3544
3545         * converters.C: more Alert cleanups
3546
3547 2003-03-29  John Levon  <levon@movementarian.org>
3548
3549         * bufferview_funcs.C: remove pointless Alert
3550
3551         * buffer.C: fix confusing error message when
3552         a template is chmoded 000
3553
3554 2003-03-29  John Levon  <levon@movementarian.org>
3555
3556         * BufferView.C:
3557         * BufferView.h:
3558         * BufferView_pimpl.C: Alert fixes
3559
3560         * Makefile.am:
3561         * tabular.C:
3562         * tabular-old.C: remove unused table compat reading
3563
3564 2003-03-29  John Levon  <levon@movementarian.org>
3565
3566         * BufferView.C:
3567         * buffer.C:
3568         * lyx_cb.h:
3569         * lyx_cb.C: more Alert cleanups
3570
3571         * lyxfunc.C: don't allow chktex if not latex document
3572
3573 2003-03-29  John Levon  <levon@movementarian.org>
3574
3575         * lyx_cb.C:
3576         * BufferView.C:
3577         * buffer.C: warnings pushed down from support/,
3578         kill err_alert
3579
3580 2003-03-29  John Levon  <levon@movementarian.org>
3581
3582         * lyxfunc.C: safety check for C-r (revert)
3583
3584 2003-03-29  John Levon  <levon@movementarian.org>
3585
3586         * bufferlist.h:
3587         * bufferlist.C: several UI fixes using Alert::prompt.
3588         Fix the pointless looping quit code. Fix stupid revert
3589         behaviour (bug 938)
3590
3591         * lyxvc.h:
3592         * lyxvc.C:
3593         * lyx_cb.C: use Alert::prompt
3594
3595         * lyx_main.C: remove a silly question
3596
3597         * lyxfunc.C: remove a couple of silly questions,
3598         use Alert::prompt
3599
3600 2003-03-28  John Levon  <levon@movementarian.org>
3601
3602         * text2.C: fix bug 974 (End on empty par)
3603
3604 2003-03-28  John Levon  <levon@movementarian.org>
3605
3606         * BufferView_pimpl.C:
3607         * LyXAction.C:
3608         * lfuns.h: remove do-nothing math greek lfuns
3609
3610 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3611
3612         * lyxgluelength.h (isValidGlueLength): add default arg on
3613         parameter 2. Remove default arg from friend in class.
3614
3615         * lyxlength.h (isValidLength): add default arg on parameter 2.
3616         Remove default arg from friend in class.
3617
3618         * text2.C (LyXText): adjust, initialize refresh_row.
3619         (init): adjust
3620         (removeRow): adjust
3621         (insertRow): adjust
3622         (insertParagraph): adjst
3623         (redoParagraphs): adjust
3624         (fullRebreak): adjust
3625         (updateCounters): adjust
3626         (deleteEmptyParagraphMechanism): first attempt at fixing a
3627         crashing bug.
3628
3629         * text.C (top_y): adjust
3630         (setHeightOfRow): adjust
3631         (getRow): adjust
3632         (getRowNearY): adjust
3633
3634         * lyxtext.h: include RowList.h
3635         (~LyXText): not needed anymore, deleted.
3636         (firstRow): modify for RowList
3637         (lastRow): new function
3638         Delete firstrow and lastrow class variables, add a Rowlist
3639         rowlist_ class variable.
3640
3641         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3642         paragraph is empty.
3643
3644         * RowList.C (insert): fix case where it == begin().
3645
3646 2003-03-26  Angus Leeming  <leeming@lyx.org>
3647
3648         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3649         the thesaurus dialog.
3650
3651 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3652
3653         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3654
3655         * RowList.[Ch]: new files
3656
3657         * ParagraphList.C (erase): handle the case where it == begin
3658         correctly.
3659
3660 2003-03-25  John Levon  <levon@movementarian.org>
3661
3662         * Makefile.am:
3663         * aspell_local.h:
3664         * aspell.C: add new aspell support
3665
3666         * lyxrc.h:
3667         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3668         have it accessible.
3669
3670 2003-03-25  Angus Leeming  <leeming@lyx.org>
3671
3672         * lfuns.h:
3673         * LyXAction.C (init): new LFUN_INSET_INSERT.
3674
3675         * BufferView_pimpl.C (dispatch): split out part of the
3676         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3677
3678         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3679         LFUN_INSET_APPLY.
3680
3681 2003-03-25  Angus Leeming  <leeming@lyx.org>
3682
3683         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3684
3685 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3686
3687         * text2.C:
3688         * text3.C: remove useless row->height(0)
3689
3690 2003-03-25  John Levon  <levon@movementarian.org>
3691
3692         * lyxtext.h:
3693         * text2.C:
3694         * text3.C: rename the refreshing stuff to better names
3695
3696 2003-03-24  John Levon  <levon@movementarian.org>
3697
3698         * BufferView_pimpl.h:
3699         * BufferView_pimpl.C: update layout choice on a mouse
3700         press/release
3701
3702 2003-03-23  John Levon  <levon@movementarian.org>
3703
3704         * Makefile.am: fix commandtags.h reference
3705
3706 2003-03-22  John Levon  <levon@movementarian.org>
3707
3708         * BufferView_pimpl.C:
3709         * lyxtext.h:
3710         * rowpainter.C:
3711         * rowpainter.h:
3712         * text.C:
3713         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3714
3715 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3716
3717         * lyxtext.h:
3718         * text.C: take the rtl methods out of line
3719
3720 2003-03-21 André Pönitz <poenitz@gmx.net>
3721
3722         * metricsinfo.[Ch]: new files containing structures to be passed around
3723         during the two-phase-drawing...
3724
3725 2003-03-21 André Pönitz <poenitz@gmx.net>
3726
3727         * lyxtextclass.C: read 'environment' tag.
3728
3729 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3730
3731         * text2.C (removeRow): fix bug 964
3732
3733 2003-03-20  John Levon  <levon@movementarian.org>
3734
3735         * rowpainter.C:
3736         * text.C:
3737         * text2.C: paint cleanups. Inset::update() dropped font
3738         parameter
3739
3740 2003-03-19  John Levon  <levon@movementarian.org>
3741
3742         * lyxfunc.C: only fitcursor/markDirty if available()
3743
3744 2003-03-19  John Levon  <levon@movementarian.org>
3745
3746         * commandtags.h: rename to ...
3747
3748         * lfuns.h: ... this, and renumber / cleanup
3749
3750 2003-03-19  John Levon  <levon@movementarian.org>
3751
3752         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3753         fit the cursor after an lfun
3754
3755         * BufferView.h:
3756         * BufferView.C:
3757         * BufferView_pimpl.h:
3758         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3759
3760         * LyXAction.C: layout-character should have ReadOnly
3761
3762         * ParagraphParameters.C:
3763         * buffer.C:
3764         * bufferview_funcs.C:
3765         * lyx_cb.C:
3766         * lyxfind.C:
3767         * lyxtext.h:
3768         * text.C:
3769         * text2.C:
3770         * text3.C:
3771         * undo_funcs.C: changes from above
3772
3773 2003-03-18  John Levon  <levon@movementarian.org>
3774
3775         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3776         remove it from update()
3777
3778         * lyxfunc.C: update layout choice after an lfun
3779
3780         * text3.C: remove extra updateLayoutChoice()s
3781
3782 2003-03-18  John Levon  <levon@movementarian.org>
3783
3784         * text.C: top_y change means full repaint, fix
3785         a drawing bug with cursor movement
3786
3787 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3788
3789         * lyxtext.h:
3790         * text.C:
3791         * text2.C: anchor row on setCursor
3792
3793 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3794
3795         * lyxtext.h: remove almost all mutable keywords
3796         * text.C:
3797         * text2.C:
3798         * text3.C: remove const keywords accordingly
3799
3800 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3801
3802         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3803         anon namespace
3804         (TeXEnvironment): ditto
3805         (TeXOnePar): ditto
3806
3807 2003-03-17  John Levon  <levon@movementarian.org>
3808
3809         * text.C (rowBreakPoint): remove attempt to fix displayed
3810         math insets inside a manual label
3811
3812 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3813
3814         * lyxtext.h: remove BufferView* as first arg from almost all class
3815         functions.
3816         * other files: adjust.
3817
3818 2003-03-17  John Levon  <levon@movementarian.org>
3819
3820         * lyxtext.h:
3821         * undo_funcs.C:
3822         * text2.C: more paint cleanups
3823
3824         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
3825
3826         * rowpainter.h:
3827         * rowpainter.C: remove "smart" background painting code
3828
3829 2003-03-16  John Levon  <levon@movementarian.org>
3830
3831         * lyxtext.h:
3832         * text.C:
3833         * text2.C:
3834         * text3.C: add helper functions for setting refresh_row/y
3835
3836 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
3837
3838         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
3839         newline inset which *can* get inserted in the pass_thru layouts.
3840         This is primarily for literate documents.
3841
3842 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
3843
3844         * buffer.C: increment LYX_FORMAT to 223
3845
3846 2003-03-14 André Pönitz <poenitz@gmx.net>
3847
3848         * textclass.h: prepare for environment handling, ws changes
3849         * lyxlayout.C: read latexheader and latexfooter tags
3850
3851 2003-03-14  John Levon  <levon@movementarian.org>
3852
3853         * text2.C: rewrite ::status() a bit
3854
3855 2003-03-13  John Levon  <levon@movementarian.org>
3856
3857         * lyxtext.h: add some docs
3858
3859 2003-03-13  John Levon  <levon@movementarian.org>
3860
3861         * lyxtext.h:
3862         * text.C:
3863         * text2.C:
3864         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
3865
3866 2003-03-13  John Levon  <levon@movementarian.org>
3867
3868         * text3.C: fix appendix redrawing
3869
3870 2003-03-13  John Levon  <levon@movementarian.org>
3871
3872         * text.C (setHeightOfRow):
3873         * rowpainter.h:
3874         * rowpainter.C: make appendix mark have the text
3875           "Appendix" so the user knows what it is
3876
3877         * LColor.h:
3878         * LColor.C: s/appendixline/appendix/ from above
3879
3880 2003-03-13  John Levon  <levon@movementarian.org>
3881
3882         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
3883
3884         * text.C: fix a getChar(pos) bug properly
3885
3886 2003-03-13  Angus Leeming  <leeming@lyx.org>
3887
3888         * commandtags.h:
3889         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
3890         Probably only temporary. Let's see how things pan out.
3891
3892         * BufferView.C (unlockInset):
3893         * BufferView_pimpl.C (fitCursor):
3894         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
3895
3896         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
3897         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
3898
3899         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
3900         new functions that convert ParagraphParameters to and from a string.
3901
3902         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
3903         BufferView::Pimpl's dispatch.
3904         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
3905
3906 2003-03-13 André Pönitz <poenitz@gmx.net>
3907
3908         * lyxfunc.C:
3909         * text3.C:
3910         * factory.C: make it aware of InsetEnv
3911
3912 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3913
3914         * text2.C (setCursor): never ask for one past last
3915         (setCursor): add some debugging messages.
3916
3917         * text.C (singleWidth): never ask for one past last
3918         (singleWidth): ditto
3919         (leftMargin): ditto
3920         (rightMargin): ditto
3921         (rowBreakPoint): ditto
3922         (setHeightOfRow): ditto
3923         (prepareToPrint): ditto
3924
3925         * rowpainter.C (paintBackground): never ask for one past last
3926         (paintText): never ask for one past last
3927
3928         * paragraph_pimpl.C (getChar): make the assert stricter, never
3929         allow the one past last pos to be taken
3930
3931         * paragraph.C (getChar): ws changes only
3932
3933         * lyxrow.C (nextRowIsAllInset): never ask for one past last
3934         (numberOfSeparators): ditto
3935         (numberOfHfills): ditto
3936
3937 2003-03-12  John Levon  <levon@movementarian.org>
3938
3939         * author.h:
3940         * author.C:
3941         * bufferparams.h:
3942         * bufferparams.C:
3943         * paragraph_funcs.C: fix per-buffer authorlists
3944
3945 2003-03-12  John Levon  <levon@movementarian.org>
3946
3947         * text.C: fix newline in right address
3948
3949 2003-03-12  Angus Leeming  <leeming@lyx.org>
3950
3951         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
3952         duplicate those in LyXFunc::dispatch.
3953
3954         * commandtags.h:
3955         * LyXAction.C:
3956         * ToolbarDefaults.C:
3957         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
3958         Add LFUN_FONTFREE_UPDATE.
3959
3960         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
3961         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
3962
3963         * bufferview_func.[Ch]: several new functions to facilliate
3964         transfer of data to and from the character dialog.
3965
3966 2003-03-12  John Levon  <levon@movementarian.org>
3967
3968         * buffer.C:
3969         * paragraph.h:
3970         * paragraph.C:
3971         * paragraph_funcs.C:
3972         * paragraph_pimpl.C:
3973         * sgml.C:
3974         * tabular.C:
3975         * text.C:
3976         * text3.C: remove META_NEWLINE in favour of an inset
3977
3978         * rowpainter.h:
3979         * rowpainter.C: remove paintNewline (done by inset)
3980
3981 2003-03-12  John Levon  <levon@movementarian.org>
3982
3983         * paragraph_pimpl.C: complain about bad getChar()s
3984         for a while at least
3985
3986 2003-03-12  John Levon  <levon@movementarian.org>
3987
3988         * buffer.h:
3989         * buffer.C: move paragraph read into a separate function,
3990         a little renaming to reflect that.
3991
3992         * bufferparams.h:
3993         * bufferparams.C: remove the author_ids map, not necessary now
3994
3995         * factory.h:
3996         * factory.C: moved Buffer::readInset to here
3997
3998         * paragraph_funcs.h:
3999         * paragraph_funcs.C: readParagraph free function moved from
4000         buffer.C
4001
4002         * tabular.C: name change
4003
4004 2003-03-12  John Levon  <levon@movementarian.org>
4005
4006         * buffer.C:
4007         * ParagraphParameters.C: move par params input to
4008         a read() method
4009
4010         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4011         behave like a normal read from the stream wrt reading
4012         a line vs. a \\token
4013
4014 2003-03-12  John Levon  <levon@movementarian.org>
4015
4016         * paragraph.C:
4017         * ParagraphParameters.h:
4018         * ParagraphParameters.C: move output code to a
4019         ::write() method
4020
4021 2003-03-12  John Levon  <levon@movementarian.org>
4022
4023         * BufferView.C (insertLyXFile):
4024         * buffer.h:
4025         * buffer.C:
4026         * tabular.C: use a parlist iterator for creating the
4027           document.
4028
4029 2003-03-12  John Levon  <levon@movementarian.org>
4030
4031         * buffer.C: make current_change static local not
4032           static file-scope
4033
4034 2003-03-12  John Levon  <levon@movementarian.org>
4035
4036         * buffer.C: fix insertStringAsLines for change tracking
4037
4038 2003-03-12  John Levon  <levon@movementarian.org>
4039
4040         * BufferView.C:
4041         * tabular.C:
4042         * buffer.h:
4043         * buffer.C:
4044         * bufferparams.h:
4045         * bufferparams.C: move author list into params. Rename some
4046           functions. Move the header reading into a separate token
4047           loop. Move the header token reading into BufferParams.
4048
4049 2003-03-12  John Levon  <levon@movementarian.org>
4050
4051         * changes.C: put debug inside lyxerr.debugging() checks
4052
4053 2003-03-11 André Pönitz <poenitz@gmx.net>
4054
4055         * factory.C: make it aware of InsetHFill
4056
4057 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4058
4059         * buffer.C (latexParagraphs): move function from here...
4060         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4061         args.
4062
4063 2003-03-10  Angus Leeming  <leeming@lyx.org>
4064
4065         * LyXAction.C (init): fix bug in poplating array with multiple entries
4066         with the same LFUN (spotted by JMarc).
4067
4068 2003-03-10  John Levon  <levon@movementarian.org>
4069
4070         * text.C:
4071         * text2.C: move getColumnNearX() near its
4072         only call site
4073
4074 2003-03-10  John Levon  <levon@movementarian.org>
4075
4076         * text.C: fix break before a minipage
4077
4078 2003-03-10  John Levon  <levon@movementarian.org>
4079
4080         * text.C: fix the last commit
4081
4082 2003-03-09  John Levon  <levon@movementarian.org>
4083
4084         * lyxtext.h:
4085         * text.C:
4086         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4087         bug 365 (don't break before insets unless needed). Don't
4088         return a value > last under any circumstances.
4089
4090 2003-03-09  Angus Leeming  <leeming@lyx.org>
4091
4092         * BufferView_pimpl.C (trackChanges, dispatch): call
4093         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4094
4095 2003-03-09  Angus Leeming  <leeming@lyx.org>
4096
4097         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4098         than Dialogs::showAboutlyx().
4099
4100 2003-03-09  Angus Leeming  <leeming@lyx.org>
4101
4102         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4103         than Dialogs::showTabularCreate().
4104
4105 2003-03-09  John Levon  <levon@movementarian.org>
4106
4107         * lyxtext.h:
4108         * text.C:
4109         * text2.C: 3rd arg to nextBreakPoint was always the same.
4110           Use references.
4111
4112 2003-03-08  John Levon  <levon@movementarian.org>
4113
4114         * lyxrow.C:
4115         * paragraph.C:
4116         * paragraph.h:
4117         * rowpainter.C:
4118         * text.C:
4119         * text2.C: Remove the "main" bit from the "main body"
4120           notion.
4121
4122 2003-03-08  John Levon  <levon@movementarian.org>
4123
4124         * text.C (leftMargin): The left margin of an empty
4125         manual label paragraph should not include the label width
4126         string length.
4127
4128         * text.C (prepareToPrint): don't attempt to measure hfills
4129         for empty manual label paragraphs - the answer should be 0
4130
4131 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4132
4133         * CutAndPaste.C: remove commented code and reindent.
4134
4135 2003-03-08  John Levon  <levon@movementarian.org>
4136
4137         * lyxfunc.h:
4138         * lyxfunc.C: move reloadBuffer()
4139
4140         * BufferView.h:
4141         * BufferView.C: to here
4142
4143         * lyxvc.C: add comment
4144
4145         * vc-backend.h:
4146         * vc-backend.C: call bv->reload() to avoid
4147           getStatus() check on MENURELOAD
4148
4149 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4150
4151         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4152         to an old format .dep file.
4153
4154 2003-03-07  Angus Leeming  <leeming@lyx.org>
4155
4156         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4157         when the LFUN_MOUSE_RELEASE should have been handled by
4158         inset->localDispatch.
4159
4160 2003-03-07  Angus Leeming  <leeming@lyx.org>
4161
4162         * BufferView_pimpl.C (dispatch):
4163         * LyXAction.C (init):
4164         * ToolbarDefaults.C (init):
4165         * commandtags.h:
4166         * lyxfunc.C (getStatus):
4167         remove LFUN_INSET_GRAPHICS.
4168
4169         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4170
4171 2003-03-07  Angus Leeming  <leeming@lyx.org>
4172
4173         * commandtags.h:
4174         * LyXAction.C (init):
4175         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4176
4177         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4178
4179         * commandtags.h:
4180         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4181
4182         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4183         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4184
4185 2003-03-07  Angus Leeming  <leeming@lyx.org>
4186
4187         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4188         remove "ert".
4189
4190 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4191
4192         * ParagraphList.C (front): new function
4193         (back): implement
4194
4195 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4196
4197         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4198         and top_row_offset_. removed var first_y.
4199         * text.C (top_y):
4200         * text2.C (LyXText, removeRow):
4201         * text3.C:
4202         * BufferView_pimpl.C:
4203         use these methods instead of using first_y
4204
4205 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4206
4207         * text2.C (pasteSelection): adjust for checkPastePossible
4208
4209         * CutAndPaste.C: remove Paragraph * buf and replace with
4210         ParagraphList paragraphs.
4211         (DeleteBuffer): delete
4212         (cutSelection): change the tc type to textclass_type
4213         (copySelection): change the tc type to textclass_type
4214         (copySelection): adjust for ParagraphList
4215         (pasteSelection): change the tc type to textclass_type
4216         (pasteSelection): adjust for Paragraphlist
4217         (nrOfParagraphs): simplify for ParagraphList
4218         (checkPastePossible): simplify for ParagraphList
4219         (checkPastePossible): remove unused arg
4220
4221         * ParagraphList.C (insert): handle the case where there are no
4222         paragraphs yet.
4223
4224         * CutAndPaste.h: make CutAndPaste a namespace.
4225
4226         * text3.C (dispatch): adjust
4227
4228         * text.C (breakParagraph): add a ParagraphList as arg
4229
4230         * paragraph_funcs.C (breakParagraph): change to take a
4231         BufferParams and a ParagraphList as args.
4232         (breakParagraphConservative): ditto
4233         (mergeParagraph): ditto
4234         (TeXDeeper): add a ParagraphList arg
4235         (TeXEnvironment): ditto
4236         (TeXOnePar): ditto
4237
4238         * buffer.C (readLyXformat2): adjust
4239         (insertStringAsLines): adjust
4240         (latexParagraphs): adjust
4241
4242         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4243         (cutSelection): adjust
4244         (pasteSelection): adjust
4245
4246         * BufferView_pimpl.C (insertInset): adjust
4247
4248 2003-03-05  Angus Leeming  <leeming@lyx.org>
4249
4250         * commandtags.h:
4251         * LyXAction.C (init):
4252         * BufferView_pimpl.C (dispatch):
4253         * lyxfunc.C (getStatus):
4254         remove LFUN_CHILD_INSERT.
4255
4256         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4257
4258 2003-03-05  Angus Leeming  <leeming@lyx.org>
4259
4260         * commandtags.h:
4261         * LyXAction.C (init):
4262         * src/factory.C (createInset):
4263         * lyxfunc.C (getStatus):
4264         * text3.C (dispatch):
4265         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4266
4267         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4268
4269 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4270
4271         * ParagraphList.C (insert): handle insert right before end()
4272         (erase): fix cases where it can be first or last paragraph.
4273
4274 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4275
4276         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4277         Paragraph::next and Paragraph::previous
4278         (TeXOnePar): ditto
4279
4280         * text.C (breakParagraph): adjust
4281
4282         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4283         BufferParams& as arg.
4284         (breakParagraph): use ParagraphList::insert
4285         (breakParagraphConservative): take a Buffer* instead of a
4286         BufferParams& as arg.
4287         (breakParagraphConservative): use ParagraphList::insert.
4288
4289         * buffer.C (insertStringAsLines): un-const it
4290         (insertStringAsLines): adjust
4291
4292         * ParagraphList.C (insert): new function
4293
4294         * CutAndPaste.C (pasteSelection): adjust
4295
4296         * text.C (backspace): adjust
4297
4298         * tabular.C (SetMultiColumn): adjust
4299
4300         * CutAndPaste.C (cutSelection): adjust
4301         (pasteSelection): adjust
4302
4303         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4304         Buffer const * as arg
4305
4306         * ParagraphList.C (erase): new function
4307         * paragraph_funcs.C (mergeParagraph): use it
4308         (mergeParagraph): make it take a Buffer* instead of a
4309         BufferParams* as arg
4310
4311         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4312         as arg
4313         (breakParagraphConservative): ditto
4314
4315         * paragraph.h: remove the breakParagraph friend
4316
4317         * paragraph.C (eraseIntern): new function
4318         (setChange): new function
4319
4320         * paragraph_funcs.C (mergeParagraph): make it take a
4321         ParagraphList::iterator instead of a Paragraph *, adjust
4322         accordingly.
4323
4324         * paragraph.h: move an #endif so that the change tracking stuff
4325         also works in the NO_NEXT case.
4326
4327 2003-03-04  Angus Leeming  <leeming@lyx.org>
4328
4329         * commandtags.h:
4330         * LyXAction.C: new LFUN_INSET_MODIFY.
4331
4332         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4333         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4334
4335 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4336
4337         * several files: ws changes only
4338
4339         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4340         (TeXEnvironment): ditto
4341         (TeXDeeper): ditto
4342
4343         * buffer.C (makeLaTeXFile): adjust
4344         (latexParagraphs): make it take ParagraphList::iterator as args
4345
4346 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4347
4348         * buffer.C (latexParagraphs): adjust
4349
4350         * paragraph.C (TeXOnePar): move function...
4351         (optArgInset): move function...
4352         (TeXEnvironment): move function...
4353         * paragraph_pimpl.C (TeXDeeper): move function...
4354         * paragraph_funcs.C: ...here
4355
4356         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4357
4358 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4359
4360         * buffer.C (readInset): remove compability code for old Figure and
4361         InsetInfo insets
4362
4363 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4364
4365         * buffer.C: ws changes
4366         (readInset):
4367
4368         * BufferView_pimpl.C: ditto
4369         * author.C: ditto
4370         * buffer.h: ditto
4371         * bufferlist.h: ditto
4372         * changes.h: ditto
4373         * lyxfunc.C: ditto
4374
4375 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4376
4377         * converter.[Ch]: split into itself +
4378         * graph.[Ch]
4379         * format.[Ch]
4380         * Makefile.am: += graph.[Ch] + format.[Ch]
4381         * MenuBackend.C
4382         * buffer.C
4383         * exporter.C
4384         * importer.C
4385         * lyx_main.C
4386         * lyxfunc.C
4387         * lyxrc.C: added #include "format.h"
4388
4389 2003-02-27  Angus Leeming  <leeming@lyx.org>
4390
4391         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4392           a label.
4393
4394         * factory.C (createInset): add "label" to the factory.
4395
4396         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4397           string and do no more.
4398
4399 2003-02-27  Angus Leeming  <leeming@lyx.org>
4400
4401         * commandtags.h:
4402         * LyXAction.C (init):
4403         * factory.C (createInset):
4404         * BufferView_pimpl.C (dispatch):
4405           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4406
4407         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4408
4409         * lyxfunc.C (dispatch):
4410         * text3.C (dispatch): pass name to params2string.
4411
4412 2003-02-26  Angus Leeming  <leeming@lyx.org>
4413
4414         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4415           blocks together.
4416           Rearrange the ~includes. Strip out the unnecessary ones.
4417
4418         * factory.C (createInset): reformat.
4419           create new insets for the various LFUN_XYZ_APPLY lfuns.
4420
4421 2003-02-26  John Levon  <levon@movementarian.org>
4422
4423         * lyxrow.h:
4424         * lyxrow.C: add isParStart,isParEnd helpers
4425
4426         * paragraph.h: make isInserted/DeletedText take refs
4427
4428         * paragraph_funcs.h:
4429         * paragraph_funcs.C: remove #if 0'd code
4430
4431         * lyxtext.h:
4432         * text3.C:
4433         * text2.C:
4434         * text.C: use lyxrow helpers above.
4435           Move draw and paint routines to RowPainter.
4436           Make several methods use refs not pointers.
4437           Make backgroundColor() const.
4438           Add markChangeInDraw(), isInInset().
4439           Merge changeRegionCase into changeCase.
4440           Make workWidth() shouldn't-happen code into an Assert.
4441
4442         * rowpainter.h:
4443         * rowpainter.C: new class for painting a row.
4444
4445         * vspace.h:
4446         * vspace.C: make inPixels take a ref
4447
4448 2003-02-26  Angus Leeming  <leeming@lyx.org>
4449
4450         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4451         LFUN_REF_APPLY.
4452
4453 2003-02-25  John Levon  <levon@movementarian.org>
4454
4455         * ispell.C: give the forked command a more accurate name
4456
4457 2003-02-22  John Levon  <levon@movementarian.org>
4458
4459         * toc.h:
4460         * toc.C: make TocItem store an id not a Paragraph *
4461           (bug #913)
4462
4463 2003-02-21  Angus Leeming  <leeming@lyx.org>
4464
4465         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4466           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4467           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4468           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4469           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4470           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4471
4472         * BufferView_pimpl.C (dispatch):
4473         * LyXAction.C (init):
4474         * factory.C (createInset):
4475         * lyxfunc.C (getStatus, dispatch):
4476         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4477
4478 2003-02-21  Angus Leeming  <leeming@lyx.org>
4479
4480         * BufferView_pimpl.C (MenuInsertLyXFile):
4481         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4482         * lyxfunc.C (menuNew, open, doImport):
4483           no longer pass a LyXView & to fileDlg.
4484
4485 2003-02-21  Angus Leeming  <leeming@lyx.org>
4486
4487         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4488         * LyXAction.C: change, BIBKEY to BIBITEM.
4489         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4490         Change InsetBibKey to InsetBibitem.
4491         Change BIBKEY_CODE to BIBITEM_CODE.
4492         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4493         * factory.C: replace insetbib.h with insetbibitem.h.
4494         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4495         * paragraph.C: replace insetbib.h with insetbibitem.h.
4496         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4497         Change bibkey() to bibitem().
4498         * text.C: remove insetbib.h.
4499         * text2.C: replace insetbib.h with insetbibitem.h.
4500         change bibkey() to bibitem().
4501         * text3.C: remove insetbib.h.
4502         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4503
4504 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4505
4506         * lyxrc.C (output): enclose user email in quotes (in case there are
4507         several words)
4508
4509 2003-02-18  John Levon  <levon@movementarian.org>
4510
4511         * buffer.h: add std::
4512
4513 2003-02-17  John Levon  <levon@movementarian.org>
4514
4515         * SpellBase.h:
4516         * ispell.h:
4517         * ispell.C:
4518         * pspell.h:
4519         * pspell.C: reworking. Especially in ispell, a large
4520           number of clean ups and bug fixes.
4521
4522         * lyxfunc.C: fix revert to behave sensibly
4523
4524 2003-02-17 André Pönitz <poenitz@gmx.net>
4525
4526         * LyXAction.C:
4527         * commandtags.h: new LFUN_INSERT_BIBKEY
4528
4529         * layout.h:
4530         * lyxlayout.C:
4531         * buffer.C:
4532         * factory.C:
4533         * text.C:
4534         * text2.C:
4535         * text3.C:
4536         * paragraph.[Ch]:
4537         * paragraph_func.C: remove special bibkey handling
4538
4539 2003-02-17  John Levon  <levon@movementarian.org>
4540
4541         * text.C (Delete): fix case where delete at the end of
4542           the very first paragraph would not merge the pars
4543
4544 2003-02-17  John Levon  <levon@movementarian.org>
4545
4546         * lyxrow.C: fix lastPrintablePos()
4547
4548 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4549
4550         * bufferparams.C (writeLaTeX): add a std:here
4551
4552         * buffer.C: and remove a using directive there
4553
4554 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4555
4556         * buffer.C (makeLaTeXFile): move the code that generates the
4557           preamble...
4558
4559         * bufferparams.C (writeLaTeX): ... in this new method
4560
4561         * LaTeXFeatures.C (getEncodingSet): make const
4562           (getLanguages): make const
4563
4564         * MenuBackend.C (binding): returns the binding associated to this
4565           action
4566           (add): sets the status of each item by calling getStatus. Adds
4567           some intelligence.
4568           (read): add support for OptSubMenu
4569           (expand): remove extra separator at the end of expanded menu
4570
4571 2003-02-15  John Levon  <levon@movementarian.org>
4572
4573         * BufferView.C:
4574         * BufferView_pimpl.C:
4575         * bufferlist.h:
4576         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4577           inset code that had no actual effect. Remove unneeded status
4578           code.
4579
4580 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4581
4582         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4583           in preamble
4584
4585 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4586
4587         * text.C (drawLengthMarker): also draw an arrow marker for
4588           symbolic lengths (medskip...)
4589
4590 2003-02-14  John Levon  <levon@movementarian.org>
4591
4592         * tabular.h:
4593         * tabular.C: better method names
4594
4595 2003-02-14  John Levon  <levon@movementarian.org>
4596
4597         * BufferView_pimpl.C:
4598         * bufferlist.C:
4599         * buffer.C:
4600         * converter.C:
4601         * lyx_cb.C:
4602         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4603           it's a more accurate name. Remove some pointless uses.
4604
4605 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4606
4607         * text2.C (LyXText): change order of initilizers to shut off
4608           warnings
4609
4610 2003-02-14  John Levon  <levon@movementarian.org>
4611
4612         * buffer.C: use ParIterator for getParFromID()
4613
4614         * paragraph.h:
4615         * paragraph.C:
4616         * paragraph_pimpl.h:
4617         * paragraph_pimpl.C: remove unused getParFromID()
4618
4619 2003-02-14  John Levon  <levon@movementarian.org>
4620
4621         * buffer.C: remove some very old #if 0'd parse code
4622
4623 2003-02-13  John Levon  <levon@movementarian.org>
4624
4625         * text.h:
4626         * text.C:
4627         * text2.C: move hfillExpansion(), numberOfSeparators(),
4628           rowLast(), rowLastPrintable(), numberofHfills(),
4629           numberOfLabelHfills() ...
4630
4631         * lyxrow.h:
4632         * lyxrow.C: ... to member functions here.
4633
4634         * paragraph.h:
4635         * paragraph.C:
4636         * lyxtext.h:
4637         * text.C: remove LyXText::beginningOfMainBody(), and call
4638           p->beginningOfMainBody() directly. Move the check for
4639           LABEL_MANUAL into the latter.
4640
4641         * text.h:
4642         * text.C:
4643         * text2.C:
4644         * vspace.C:
4645         * BufferView.h:
4646         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4647
4648         * text.h:
4649         * text.C:
4650         * text2.C:
4651         * text3.C:
4652         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4653           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4654
4655 2003-02-13  John Levon  <levon@movementarian.org>
4656
4657         * CutAndPaste.C: remove debug
4658
4659 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4660
4661         * paragraph.C (asString): remove two unused variables
4662
4663         * lyxtextclass.C (readTitleType):
4664           (Read):
4665           (LyXTextClass): handle new members titletype_ and titlename_
4666
4667         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4668
4669 2003-02-09  John Levon  <levon@movementarian.org>
4670
4671         * buffer.h:
4672         * buffer.C: replace hand-coded list with a map for the dep clean
4673
4674 2003-02-08  John Levon  <levon@movementarian.org>
4675
4676         * LaTeX.C: consolidate code into showRunMessage() helper
4677
4678 2003-02-08  John Levon  <levon@movementarian.org>
4679
4680         * lyxfind.C:
4681         * lyxtext.h:
4682         * text2.C:
4683         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4684           and pass the size in explicitly
4685
4686         * BufferView_pimpl.h:
4687         * BufferView_pimpl.C:
4688         * BufferView.h:
4689         * BufferView.C: add getCurrentChange()
4690
4691         * BufferView_pimpl.h:
4692         * BufferView_pimpl.C: handle change lfuns
4693
4694         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4695           for changes. Mark pasted paragraphs as new.
4696
4697         * support/lyxtime.h:
4698         * support/lyxtime.C:
4699         * DepTable.C: abstract time_t as lyx::time_type
4700
4701         * LColor.h:
4702         * LColor.C: add colours for new text, deleted text, changebars
4703
4704         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4705           package use "usenames" option.
4706
4707         * commandtags.h:
4708         * lyxfunc.C:
4709         * LyXAction.C: add change lfuns
4710
4711         * Makefile.am:
4712         * author.h:
4713         * author.C: author handling
4714
4715         * buffer.h:
4716         * buffer.C: add a per-buffer author list, with first entry as
4717           current author. Handle new .lyx tokens for change tracking. Output
4718           author list to .lyx file. Output dvipost stuff to .tex preamble.
4719           Bump lyx format to 222.
4720
4721         * bufferlist.h:
4722         * bufferlist.C: add setCurrentAuthor() to reset current author details
4723           in all buffers.
4724
4725         * bufferparams.h:
4726         * bufferparams.C: add param for tracking
4727
4728         * bufferview_funcs.C: output change info in minibuffer
4729
4730         * Makefile.am:
4731         * changes.h:
4732         * changes.C: add change-tracking structure
4733
4734         * debug.h:
4735         * debug.C: add CHANGES debug flag
4736
4737         * lyxfind.h:
4738         * lyxfind.C: add code for finding the next change piece
4739
4740         * lyxrc.h:
4741         * lyxrc.C: add user_name and user_email
4742
4743         * lyxrow.h:
4744         * lyxrow.C: add a metric for the top of the text line
4745
4746         * lyxtext.h:
4747         * text.C: implement accept/rejectChange()
4748
4749         * lyxtext.h:
4750         * text.C: paint changebars. Paint new/deleted text in the chosen
4751         colours. Strike through deleted text.
4752
4753         * paragraph.h:
4754         * paragraph.C:
4755         * paragraph_pimpl.h:
4756         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4757           in the current change to the insert functions. Rework erase to
4758           mark text as deleted, adding an eraseIntern() and a range-based
4759           erase(). Implement per-paragraph change lookup and
4760           accept/reject.
4761
4762         * paragraph_funcs.C: Fixup paste for change tracking.
4763
4764         * tabular.C: mark added row/columns as new.
4765
4766         * text.C: fix rowLast() to never return -1. Don't allow
4767           spellchecking of deleted text. Track transpose changes. Don't
4768           allow paragraph break or merge where appropriate.
4769
4770         * text2.C: leave cursor at end of selection after a cut.
4771
4772 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4773
4774         * text.C (getLengthMarkerHeight):
4775         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4776         visible on screen too.
4777
4778 2003-02-07  John Levon  <levon@movementarian.org>
4779
4780         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4781
4782 2003-02-05  Angus Leeming  <leeming@lyx.org>
4783
4784         * lyxserver.C (read_ready): revert my patch of 11 September last year
4785         as it sends PC cpu through the roof. Presumably this means that
4786         the lyxserver will no longer run on an Alpha...
4787
4788 2003-01-30  Angus Leeming  <leeming@lyx.org>
4789
4790         * factory.C (createInset): create an InsetCommandParam of type "index"
4791         and use it to 'do the right thing'.
4792
4793         * text2.C (getStringToIndex): ensure that cursor position is always
4794         reset to the reset_cursor position.
4795
4796 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4797
4798         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4799         disabled.
4800
4801 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4802
4803         * bufferview.C:
4804         * lyxcb.C:
4805         * lyxfunc.C: Output messages with identical spelling, punctuation,
4806         and spaces
4807
4808 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4809
4810         * MenuBackend.C (expandFormats): List only viewable export formats
4811         in "View" menu
4812
4813         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
4814         message
4815
4816         * lyxfunc.C (getStatus): Make sure that formats other than
4817         "fax" can also be disabled
4818
4819 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4820
4821         * text3.C (dispatch): put the lfuns that insert insets in 3
4822         groups, and call doInsertInset with appropriate arguments.
4823         (doInsertInset): new function, that creates an inset and inserts
4824         it according to some boolean parameters.
4825
4826 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4827
4828         * buffer.C (readFile): remember to pass on 'par' when calling
4829         readFile recursively.
4830
4831 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4832
4833         * MenuBackend.C (expandFormats): add "..." to import formats.
4834
4835 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4836
4837         * paragraph.C (asString): Remove XForms RTL hacks.
4838
4839 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
4840         * buffer.C: fix typo
4841
4842 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4843
4844         * Makefile.am (LIBS): delete var
4845         (lyx_LDADD): add @LIBS@ here instead.
4846
4847 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
4848
4849         * Clarify the meaning of "wheel mouse jump"
4850
4851 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4852
4853         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
4854         tabular in a float
4855
4856 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4857
4858         * importer.C (Loaders): do not preallocate 3 elements in the
4859         vector, since one ends up with 6 elements otherwise
4860
4861 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4862
4863         * DepTable.C (write): write the file name as last element of the
4864         .dep file (because it may contain spaces)
4865         (read): read info in the right order
4866
4867 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4868
4869         * paragraph_pimpl.C (simpleTeXBlanks):
4870         (simpleTeXSpecialChars):
4871         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
4872
4873         * tabular.C (latex): add some missing case statements. Reindent.
4874
4875         * MenuBackend.C (expandToc): remove unused variable.
4876
4877 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4878
4879         * LColor.C:
4880         * LaTeX.C:
4881         * LyXAction.C:
4882         * MenuBackend.C:
4883         * buffer.C:
4884         * exporter.C:
4885         * lyxfunc.C:
4886         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
4887         and the like.
4888
4889 2003-01-05  John Levon  <levon@movementarian.org>
4890
4891         * BufferView.h:
4892         * BufferView.C: add getEncoding()
4893
4894         * kbsequence.h:
4895         * kbsequence.C: do not store last keypress
4896
4897         * lyxfunc.h:
4898         * lyxfunc.C: store last keypress here instead. Pass encoding
4899           to getISOEncoded()
4900
4901 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4902
4903         * lyx_main.C (init): remove annoying error message when following
4904         symbolic links (bug #780)
4905
4906 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4907
4908         * text.C (insertChar):
4909         * lyxrc.C (getDescription): remove extra spaces
4910
4911 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4912
4913         * lyxrc.C (getDescription): remove extra spaces
4914
4915 2002-12-20  John Levon  <levon@movementarian.org>
4916
4917         * text3.C: hack fix for page up/down across tall rows
4918
4919 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4920
4921         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
4922         not been invoked
4923
4924 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4925
4926         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
4927         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
4928         thesaurus is not compiled in
4929
4930 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
4931
4932         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
4933
4934 2002-12-16  Angus Leeming  <leeming@lyx.org>
4935
4936         * lyxrc.[Ch]:
4937         * lyx_main.C (init): remove override_x_deadkeys stuff.
4938
4939 2002-12-12  John Levon  <levon@movementarian.org>
4940
4941         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
4942           insert. Only remove shift modifier under strict
4943           circumstances.
4944
4945 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4946
4947         * MenuBackend.C (expandToc): fix crash.
4948
4949 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4950
4951         * MenuBackend.C (expandToc): gettext on float names.
4952
4953 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4954
4955         * lyxlength.[Ch]: set default unit to UNIT_NONE,
4956         implement bool empty() [bug 490]
4957
4958 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4959
4960         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
4961
4962 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4963
4964         * several files: ws changes
4965
4966 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4967
4968         * text2.C (setCounter): clean up a bit, use boost.format.
4969         (updateCounters): initialize par upon declaration.
4970
4971         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
4972         if the layout exists. We do not just store the layout any more.
4973         (SwitchLayoutsBetweenClasses): use boost.format
4974
4975 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4976
4977         * converter.C (convert): if from and to files are the same, use a
4978         temporary files as intermediary
4979
4980 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4981
4982         * commandtags.h:
4983         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
4984
4985 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
4986
4987         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
4988
4989 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4990
4991         * tabular.C (asciiPrintCell): use string(size, char) instead of
4992         explicit loop.
4993
4994         * sgml.C (openTag): fix order of arguments to string constructor
4995         (closeTag): ditto
4996
4997         * lyxfunc.C (dispatch): use boost.format
4998
4999         * lots of files: change "c" -> 'c'
5000
5001 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5002
5003         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5004
5005 2002-11-25  Angus Leeming  <leeming@lyx.org>
5006
5007         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5008
5009         * lyx_main.C (init): compile fix.
5010
5011 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5012
5013         * lyx_cb.C (start): boost.formatify
5014         do not include <iostream>
5015
5016         * lengthcommon.C: ws only
5017
5018         * boost-inst.C,BoostFormat.h: add more explict instantations
5019
5020 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5021
5022         * lots of files: handle USE_BOOST_FORMAT
5023
5024 2002-11-21  John Levon  <levon@movementarian.org>
5025
5026         * pspell.C: fix compile
5027
5028 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5029
5030         * lyxfunc.C (dispatch): use boost::format
5031         (open): ditto
5032         (doImport): ditto
5033
5034         * lyxfont.C (stateText): use boost::format
5035
5036         * lyx_main.C (LyX): use boost::format
5037         (init): ditto
5038         (queryUserLyXDir): ditto
5039         (readRcFile): ditto
5040         (parse_dbg): ditto
5041         (typedef boost::function): use the recommened syntax.
5042
5043         * importer.C (Import): use boost::format
5044
5045         * debug.C (showLevel): use boost::format
5046
5047         * converter.C (view): use boost::format
5048         (convert): ditto
5049         (move): ditto
5050         (scanLog): ditto
5051
5052         * bufferview_funcs.C (currentState): use boost::format
5053
5054         * bufferlist.C (emergencyWrite): use boost::format
5055
5056         * buffer.C (readLyXformat2): use boost::format
5057         (parseSingleLyXformat2Token): ditto
5058
5059         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5060
5061         * LaTeX.C (run): use boost::format
5062
5063         * Chktex.C (scanLogFile): use boost::format
5064
5065         * BufferView_pimpl.C (savePosition): use boost::format
5066         (restorePosition): ditto
5067         (MenuInsertLyXFile): ditto
5068
5069         * BoostFormat.h: help file for explicit instation.
5070
5071 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5072
5073         * tabular.C (latex): Support for block alignment in fixed width
5074         columns.
5075
5076 2002-11-17  John Levon  <levon@movementarian.org>
5077
5078         * BufferView_pimpl.C:
5079         * lyx_cb.C:
5080         * lyxfunc.C: split filedialog into open/save
5081
5082 2002-11-08  Juergen Vigna  <jug@sad.it>
5083
5084         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5085         by my last patch (hopefully).
5086
5087 2002-11-08  John Levon  <levon@movementarian.org>
5088
5089         * iterators.h:
5090         * iterators.C:
5091         * buffer.h:
5092         * buffer.C:
5093         * paragraph.h:
5094         * paragraph.C:
5095         * toc.h:
5096         * toc.C: ParConstIterator, and use it (from Lars)
5097
5098 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5099
5100         * lyxtextclass.[Ch]: revise and add doxygen comments
5101
5102 2002-11-07  John Levon  <levon@movementarian.org>
5103
5104         * text.C: fix progress value for spellchecker
5105
5106         * toc.C: fix navigate menu for insetwrap inside minipage
5107
5108         * paragraph_funcs.C: added FIXME for suspect code
5109
5110 2002-11-07  John Levon  <levon@movementarian.org>
5111
5112         * BufferView_pimpl.C: fix redrawing of insets
5113           on buffer switch
5114
5115 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5116
5117         * text2.C (updateCounters): fix bug 668
5118
5119 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5120
5121         * text3.C (dispatch): Do not make the buffer dirty when moving the
5122         cursor.
5123
5124 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5125
5126         * vc-backend.C: STRCONV
5127         (scanMaster): ditto
5128
5129         * text2.C (setCounter): STRCONV
5130
5131         * paragraph.C (asString): STRCONV
5132
5133         * lyxlength.C (asString): STRCONV
5134         (asLatexString): ditto
5135
5136         * lyxgluelength.C (asString): STRCONV
5137         (asLatexString): ditto
5138
5139         * lyxfunc.C (dispatch): STRCONV
5140         (open): ditto
5141
5142         * lyxfont.C (stateText): STRCONV
5143
5144         * importer.C (Import): STRCONV
5145
5146         * counters.C (labelItem): STRCONV
5147         (numberLabel): ditto
5148         (numberLabel): remove unused ostringstream o
5149
5150         * chset.C: STRCONV
5151         (loadFile): ditto
5152
5153         * bufferview_funcs.C (currentState): STRCONV
5154
5155         * buffer.C (readFile): STRCONV
5156         (asciiParagraph): ditto
5157         (makeLaTeXFile): ditto
5158
5159         * Spacing.C (writeEnvirBegin): STRCONV
5160
5161         * LaTeXFeatures.C (getLanguages): STRCONV
5162         (getPackages): ditto
5163         (getMacros): ditto
5164         (getBabelOptions): ditto
5165         (getTClassPreamble): ditto
5166         (getLyXSGMLEntities): ditto
5167         (getIncludedFiles): ditto
5168
5169         * LaTeX.C: STRCONV
5170         (run): ditto
5171         (scanAuxFile): ditto
5172         (deplog): ditto
5173
5174         * LString.h: add the STRCONV macros
5175
5176         * BufferView_pimpl.C (savePosition): STRCONV
5177         (restorePosition): ditto
5178         (MenuInsertLyXFile): ditto
5179
5180         * vc-backend.C (scanMaster): change from submatch[...] to
5181         submatch.str(...)
5182
5183         * funcrequest.C: include config.h
5184
5185         * factory.C: include config.h
5186
5187         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5188
5189         * box.C: include config.h
5190
5191         * LaTeX.C (scanAuxFile): change from submatch[...] to
5192         submatch.str(...)
5193         (deplog): ditto
5194
5195 2002-10-25  Angus Leeming  <leeming@lyx.org>
5196
5197         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5198
5199         * ispell.[Ch] (setError): new method.
5200         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5201         Use setError() insetead of goto END.
5202
5203         * lyx_cb.C (AutoSave): move out child process into new class
5204         AutoSaveBuffer.
5205
5206 2002-10-30  John Levon  <levon@movementarian.org>
5207
5208         * text3.C: make start appendix undoable
5209
5210 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5211
5212         * lyxlength.C (inPixels): Fix returned value.
5213
5214         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5215         environment.
5216
5217 2002-10-24  Angus Leeming  <leeming@lyx.org>
5218
5219         * lyxgluelength.h: no need to forward declare BufferParams
5220         or BufferView, so don't.
5221
5222 2002-10-21  John Levon  <levon@movementarian.org>
5223
5224         * BufferView.C: menuUndo ->undo, redo
5225
5226         * BufferView.h: document, remove dead, make some methods private
5227
5228         * paragraph_funcs.h:
5229         * paragraph_funcs.C:
5230         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5231
5232         * buffer.h:
5233         * buffer.C:
5234         * sgml.h:
5235         * sgml.C: move sgml open/close tag into sgml.C
5236
5237         * bufferview_funcs.h: unused prototype
5238
5239         * lyxfunc.h:
5240         * lyxfunc.C: remove unused
5241
5242         * lyxtext.h:
5243         * text.C: remove unused
5244
5245 2002-10-21  John Levon  <levon@movementarian.org>
5246
5247         * BufferView.h:
5248         * BufferView.C:
5249         * BufferView_pimpl.h:
5250         * BufferView_pimpl.C: fix mouse wheel handling based on
5251           patch from Darren Freeman
5252
5253 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5254
5255         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5256
5257 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5258
5259         * lyxlength.C (inPixels): Fix hanfling of negative length.
5260         Fix LyXLength::MU case.
5261
5262 2002-10-16  John Levon  <levon@movementarian.org>
5263
5264         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5265
5266 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5267
5268         * converter.C (view): add support for $$i (file name) and $$p
5269         (file path) for the viewer command. If $$i is not specified, then
5270         it is appended to the command (for compatibility with old syntax)
5271
5272 2002-10-14  Juergen Vigna  <jug@sad.it>
5273
5274         * undo_funcs.C (textHandleUndo): alter the order in which the
5275         new undopar is added to the LyXText, as we have to set first
5276         the right prev/next and then add it as otherwise the rebuild of
5277         LyXText is not correct. Also reset the cursor to the right paragraph,
5278         with this IMO we could remove the hack in "redoParagraphs()".
5279
5280 2002-10-09  Angus Leeming  <leeming@lyx.org>
5281
5282         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5283         to turn off an optimisation if a new inset is to be inserted.
5284
5285 2002-10-11 André Pönitz <poenitz@gmx.net>
5286
5287         * lyxtext.h: make some functions public to allow access
5288         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5289
5290 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5291
5292         * text3.C (dispatch): when changing layout, avoid an infinite loop
5293         [bug #652]
5294
5295 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5296
5297         * lyxrc.C (read): treat a viewer or converter command of "none" as
5298         if it were empty.
5299
5300         * MenuBackend.C (expandFormats): for an update, also allow the
5301         formats that are not viewable
5302
5303         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5304         script if it is newer than the lyxrc.defaults in user directory
5305
5306 2002-10-07 André Pönitz <poenitz@gmx.net>
5307
5308         * text.C: Vitaly Lipatov's small i18n fix
5309
5310 2002-09-25  Angus Leeming  <leeming@lyx.org>
5311
5312         * ispell.h: doxygen fix.
5313
5314 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5315
5316         * buffer.h (readFile): Add a new argument to the method, to allow
5317         reading of old-format templates.
5318
5319 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5320
5321         * toc.C (getTocList): Get TOC from InsetWrap.
5322
5323 2002-09-16  John Levon  <levon@movementarian.org>
5324
5325         * lyxfunc.C: check tabular for cut/copy too
5326
5327 2002-09-12  John Levon  <levon@movementarian.org>
5328
5329         * LyXAction.C: tidy
5330
5331         * factory.h:
5332         * factory.C: add header
5333
5334         * paragraph_funcs.h:
5335         * paragraph_funcs.C: cleanup
5336
5337 2002-09-11  John Levon  <levon@movementarian.org>
5338
5339         * PrinterParams.h: odd/even default to true
5340
5341 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5342
5343         * PrinterParams.h: update printer parameters for new xforms dialog
5344
5345 2002-09-11  Angus Leeming  <leeming@lyx.org>
5346
5347         * lyxserver.C (read_ready): re-write to make it more transparent
5348         and to make it work in coherent fashion under Tru64 Unix.
5349
5350 2002-09-11  André Pönitz <poenitz@gmx.net>
5351
5352         * commandtags.h:
5353         * LyXAction.C:
5354         * text3.C: implement LFUN_WORDSEL
5355
5356 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5357
5358         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5359         make floatlist_ a boost::shared_ptr<FloatList>
5360
5361         * lyxtextclass.C: include FloatList.h
5362         (LyXTextClass): initialize floatlist_
5363         (TextClassTags): add TC_NOFLOAT
5364         (Read): match "nofloat" to TC_NOFLOAT and use it.
5365         (readFloat): modify call to floatlist_
5366         (floats): ditto
5367         (floats): ditto
5368
5369         * FloatList.[Ch] (FloatList): remove commented out float
5370         initialization.
5371         (erase): new function
5372
5373 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5374
5375         * MenuBackend.C (expandToc): fix crash when there is no document
5376         open
5377
5378 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5379
5380         * many files: Add insetwrap.
5381
5382 2002-09-09  John Levon  <levon@movementarian.org>
5383
5384         * text2.C: remove confusing and awkward depth wraparound
5385
5386 2002-09-09  John Levon  <levon@movementarian.org>
5387
5388         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5389
5390         * buffer.h:
5391         * buffer.C: remove getIncludeonlyList()
5392
5393         * paragraph.C:
5394         * lyxfunc.C: remove headers
5395
5396 2002-09-09  Juergen Vigna  <jug@sad.it>
5397
5398         * text.C (getColumnNearX): fix form Michael this is most
5399         probably a cut&paste bug.
5400
5401 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5402
5403         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5404
5405         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5406         references, ws changes.
5407
5408         * text2.C (init): update counters after init
5409         (insertParagraph): no need to set counter on idividual paragraphs.
5410         (setCounter): access the counters object in the textclass object
5411         on in the buffer object.
5412         (updateCounters): ditto
5413
5414         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5415         shared_ptr<Counters> to avoid loading counters.h in all
5416         compilation units.
5417         (LyXTextClass): initialize ctrs_
5418         (TextClassTags): add TC_COUNTER, and ...
5419         (Read): use it here.
5420         (CounterTags): new tags
5421         (readCounter): new function
5422         (counters): new funtion
5423         (defaultLayoutName): return a const reference
5424
5425         * counters.C (Counters): remove contructor
5426         (newCounter): remove a couple of unneeded statements.
5427         (newCounter): simplify a bit.
5428         (numberLabel): some small formatting changes.
5429
5430         * buffer.[Ch]: remove all traces of counters, move the Counters
5431         object to the LyXTextClass.
5432
5433 2002-09-06  Alain Castera  <castera@in2p3.fr>
5434
5435         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5436         package to set the horizontal alignment on fixed width columns.
5437
5438         * lyx_sty.C:
5439         * lyx_sty.h: added tabularnewline macro def.
5440
5441         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5442
5443 2002-09-06  John Levon  <levon@movementarian.org>
5444
5445         * LyXAction.C: tooltips for sub/superscript
5446
5447         * MenuBackend.C: a bit more verbose
5448
5449         * lyxfunc.C: tiny clean
5450
5451         * undo_funcs.C: document undo_frozen
5452
5453 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5454
5455         * counters.C (Counters): add missing algorithm counter.
5456
5457         * text2.C (setCounter): lookup the counter with layouts latexname
5458         instead of by section number.
5459         (setCounter): use a hackish way to lookup the correct enum
5460         counter.
5461         a float name->type change
5462         reset enum couners with counter name directly instead of depth value.
5463
5464         * counters.C (Counters): remove the push_backs, change to use the
5465         float type not the float name.
5466         (labelItem): remove unused string, float name->type change
5467
5468         * counters.h: don't include vector, loose the enums and sects vectors
5469
5470 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5471
5472         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5473         (Read): add float->TC_FLOAT to textclassTags
5474         (Read): and handle it in the switch
5475         (readFloat): new function
5476
5477         * FloatList.C (FloatList): comment out the hardcoded float
5478         definitions.
5479
5480         * lyxlayout.h: ws change.
5481
5482 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5483
5484         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5485
5486 2002-09-03  Angus Leeming  <leeming@lyx.org>
5487
5488         * BufferView_pimpl.h: qualified name is not allowed in member
5489         declaration: WorkArea & Pimpl::workarea() const;
5490
5491         * factory.C: added using std::endl directive.
5492
5493         * text3.C: added using std::find and std::vector directives.
5494
5495 2002-08-29  André Pönitz <poenitz@gmx.net>
5496
5497         * lyxtext.h:
5498         * text2.C: remove unused member number_of_rows
5499
5500         * Makefile.am:
5501         * BufferView2.C: remove file, move contents to...
5502         * BufferView.C: ... here
5503
5504         * BufferView_pimpl.C:
5505         * factory.C: move more inset creation to factory
5506
5507         * vspace.C: avoid direct usage of LyXText, ws changes
5508
5509         * BufferView.[Ch]:
5510                 don't provide direct access to WorkArea, use two simple
5511                 acessors haveSelction() and workHeight() instead
5512
5513
5514 2002-08-29  John Levon  <levon@movementarian.org>
5515
5516         * BufferView_pimpl.C (dispatch): do not continue when
5517           no buffer
5518
5519 2002-08-28  André Pönitz <poenitz@gmx.net>
5520
5521         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5522
5523         * BufferView.h:
5524         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5525
5526 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5527
5528         * buffer.C: increment LYX_FORMAT to 221
5529
5530         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5531         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5532
5533         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5534
5535         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5536
5537 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5538
5539         * factory.C (createInset): use LyXTextClass::floats
5540
5541         * MenuBackend.C (expandFloatListInsert):
5542         (expandFloatInsert):
5543         (expandToc):
5544
5545         * text2.C (setCounter):
5546
5547         * LaTeXFeatures.C (useFloat):
5548         (getFloatDefinitions):
5549
5550         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5551
5552         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5553         floatlist_, with accessor floats().
5554
5555         * FloatList.h: remove global FloatList
5556
5557 2002-08-26  André Pönitz <poenitz@gmx.net>
5558
5559         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5560
5561         * BufferView.h:
5562         * BufferView2.C:
5563         * BufferView_pimpl.C:
5564         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5565
5566 2002-08-25  John Levon  <levon@movementarian.org>
5567
5568         * LyXAction.C: fix margin note description
5569
5570 2002-08-24  John Levon  <levon@movementarian.org>
5571
5572         * buffer.C:
5573         * bufferlist.C:
5574         * bufferview_funcs.C:
5575         * lyxfont.C:
5576         * undo_funcs.C: cleanups
5577
5578         * lyxfunc.C: disable CUT/COPY when no selection
5579
5580 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5581
5582         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5583         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5584
5585         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5586         Add backward compatibility to "mono", "gray" and "no".
5587
5588 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5589
5590         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5591         (and file_format >= 200).
5592
5593 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5594
5595         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5596
5597 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5598
5599         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5600
5601 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5602
5603         * BufferView_pimpl.C:
5604         * LyXAction.C:
5605         * buffer.C:
5606         * commandtags.h:
5607         * lyxfunc.C:
5608         * paragraph.[Ch]:
5609         * text2.C:
5610         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5611         inset and code to make it  work with the paragraph code. The inset
5612         can be anywhere in the paragraph, but will only do the expected
5613         thing in LaTeX if the layout file contains the parameter line
5614                         OptionalArgs    1
5615         (or more generally, a nonzero value) for that layout.
5616
5617 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5618
5619         * paragraph.h: remove the declaration of undefined counters class
5620         function.
5621
5622 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5623
5624         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5625         Dr. Richard Hawkins.
5626
5627 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5628
5629         * paragraph_funcs.h: remove some unneeded includes
5630
5631         * text.C (backspace): pasteParagraph now in global scipe
5632
5633         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5634         (pasteSelection): ditto
5635
5636         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5637         * paragraph_funcs.C (pasteParagraph): ... here
5638
5639 2002-08-20  André Pönitz <poenitz@gmx.net>
5640
5641         * commandtags.h: new LFUNs for swapping/copying table row/colums
5642
5643         * LyXAction.C:
5644         * lyxfunc.C: support for new lfuns
5645
5646 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5647
5648         * tabular.C:
5649         * buffer.[Ch]: remove NO_COMPABILITY stuff
5650
5651 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5652
5653         * boost.C (throw_exception): new file, with helper function for
5654         boost compiled without exceptions.
5655
5656         * paragraph.h:
5657         * lyxlength.C:
5658         * buffer.C:
5659         * ParameterStruct.h:
5660         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5661
5662         * bufferlist.C (emergencyWriteAll): use boost bind
5663
5664         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5665
5666         * text.C: include paragraph_funcs.h
5667         (breakParagraph): breakParagraph is now in global scope
5668
5669         * paragraph_funcs.[Ch]: new files
5670
5671         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5672         global scope
5673
5674         * buffer.C: include paragraph_funcs.h
5675         (insertStringAsLines): breakParagraph is now in global scope
5676
5677         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5678         paragraph_funcs.C
5679
5680         * CutAndPaste.C: include paragraph_funcs.h
5681         (cutSelection): breakParagraphConservative is now in global scope
5682         (pasteSelection): ditto
5683
5684         * buffer.h: declare oprator== and operator!= for
5685         Buffer::inset_iterator
5686
5687         * bufferlist.C (emergencyWrite): don't use fmt(...)
5688
5689         * text3.C: add using std::endl
5690
5691         * BufferView.C (moveCursorUpdate): remove default arg
5692
5693 2002-08-20  André Pönitz <poenitz@gmx.net>
5694
5695         * buffer.[Ch]: move inline functions to .C
5696
5697         * BufferView2.C:
5698         * BufferView_pimpl.C:
5699         * text.C:
5700         * buffer.[Ch]: use improved inset_iterator
5701
5702         * buffer.C:
5703         * paragraph.[Ch]: write one paragraph at a time
5704
5705 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5706
5707         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5708         style if style is not specified.
5709
5710 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5711
5712         * text2.C (setCounter): when searching for right label for a
5713         caption, make sure to recurse to parent insets (so that a caption
5714         in a minipage in a figure float works) (bug #568)
5715
5716 2002-08-20  André Pönitz <poenitz@gmx.net>
5717
5718         * text3.C: new file for LyXText::dispatch() and helpers
5719
5720         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5721
5722         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5723
5724 2002-08-19  André Pönitz <poenitz@gmx.net>
5725
5726         * lyxtext.h:
5727         * text.C: new LyXText::dispatch()
5728
5729         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5730
5731 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5732
5733         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5734
5735         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5736         Hebrew text.
5737
5738 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5739
5740         * Makefile.am: use $(variables) instead of @substitutions@
5741
5742 2002-08-15  André Pönitz <poenitz@gmx.net>
5743
5744         * lyxfunc.C:
5745         * BufferView_pimpl.C: streamlining mathed <-> outer world
5746         interaction
5747
5748         * commandtags.h:
5749         * LyXAction.C: remove unused LFUN_MATH
5750
5751 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5752
5753         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5754
5755 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5756
5757         * paragraph.C (Paragraph): reformat a bit
5758         (cutIntoMinibuffer): use builtin InsetList function instad of
5759         doing it manually.
5760         (getInset): ditto
5761
5762         * buffer.C: include boost/bind.hpp, add using std::for_each
5763         (writeFileAscii): use ParagraphList iterators
5764         (validate): use for_each for validate traversal of paragraphs
5765         (getBibkeyList): use ParagraphList iterators
5766         (resizeInsets): use for_each to resizeInsetsLyXText for all
5767         paragraphs.
5768         (getParFromID): use ParagraphList iterators
5769
5770         * BufferView2.C (lockInset): use paragraph list and iterators
5771
5772 2002-08-14  John Levon  <levon@movementarian.org>
5773
5774         * lyxserver.C: remove spurious xforms include
5775
5776 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5777
5778         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5779
5780 2002-08-13  André Pönitz <poenitz@gmx.net>
5781
5782         * LyXAction.[Ch]:
5783         * lyxfunc.C: further cleaning
5784
5785 2002-08-13  André Pönitz <poenitz@gmx.net>
5786
5787         * funcrequest.h: new constructor
5788
5789         * funcrequest.C: move stuff here from .h
5790
5791         * Makefile.am:
5792         * BufferView_pimpl.C:
5793         * LyXAction.C:
5794         * toc.C:
5795         * lyxfunc.C: subsequent changes
5796
5797         * lyxfunc.h: new view() member function
5798
5799         * lyxfunc.C: subsequent changes
5800
5801 2002-08-13  Angus Leeming  <leeming@lyx.org>
5802
5803         * BufferView2.C:
5804         * BufferView_pimpl.C:
5805         * buffer.C:
5806         * converter.C:
5807         * importer.C:
5808         * lyxfunc.C:
5809         * lyxvc.C:
5810         * toc.C:
5811         * vc-backend.C:
5812         changes due to the changed LyXView interface that now returns references
5813         to member variables not pointers.
5814
5815 2002-08-13  Angus Leeming  <leeming@lyx.org>
5816
5817         * WordLangTuple (word, lang_code): return references to strings,
5818         not strings.
5819
5820         * BufferView.h:
5821         * SpellBase.h:
5822         * lyxtext.h: forward-declare WordLangTuple.
5823
5824         * BufferView2.C:
5825         * ispell.C:
5826         * pspell.C:
5827         * text.C: #include "WordLangTuple.h".
5828
5829         * lyxtext.h:
5830         * text.C: (selectNextWordToSpellcheck): constify return type.
5831
5832 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
5833
5834         * buffer.C:
5835         * buffer.h:
5836         * lyxtext.h:
5837         * paragraph.C:
5838         * paragraph_pimpl.h:
5839         * text.C:
5840         * text2.C:
5841         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
5842         suggested by Angus.
5843         Made updateCounter always count from start of buffer, and removed
5844         second argument (par).
5845         Reverted floats number display to '#'. Perhaps I'll try again when the
5846         code base is sanitized a bit.
5847
5848 2002-08-12  Angus Leeming  <leeming@lyx.org>
5849
5850         * buffer.[Ch] (getLabelList): constify.
5851
5852 2002-08-07  André Pönitz <poenitz@gmx.net>
5853
5854         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
5855
5856         * funcrequest.h: extension to keep mouse (x,y) position
5857
5858 2002-08-12  Juergen Vigna  <jug@sad.it>
5859
5860         * BufferView2.C (insertErrors): forbid undo when inserting error
5861         insets.
5862
5863         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
5864
5865 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5866
5867         * ParagraphList.[Ch]: new files
5868
5869         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
5870
5871         * BufferView2.C (lockInset): ParagraphList changes
5872         * toc.C: ditto
5873         * text2.C: ditto
5874         * bufferlist.C: ditto
5875         * buffer.h: ditto
5876         * buffer.C: ditto
5877
5878 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5879
5880         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
5881         unused class variable counter_,
5882
5883         * paragraph.[Ch] (getFirstCounter): delete unused function
5884
5885         * counters.C: include LAssert.h
5886         (reset): add a new function with no arg, change other version to
5887         not have def. arg and to not allow empty arg.
5888
5889         * text2.C (setCounter): remove empty arg from call to Counters::reset
5890
5891 2002-08-11  John Levon  <levon@movementarian.org>
5892
5893         * Makefile.am: add WordLangTuple.h
5894
5895 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5896
5897         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
5898         lyxfunc.C lyxlex_pimpl.C: ws changes only.
5899
5900         * insets/insettext.C: InsetList changes
5901
5902         * graphics/GraphicsSupport.C (operator()): InsetList changes
5903
5904         * toc.C (getTocList): InsetList changes
5905
5906         * paragraph_pimpl.[Ch]: InsetList changes
5907
5908         * paragraph.[Ch]: InsetList changes
5909
5910         * buffer.C (inset_iterator): InsetList changes
5911         (setParagraph): ditto
5912         * buffer.h (inset_iterator): ditto
5913         * iterators.C (operator++): ditto
5914         * iterators.h: ditto
5915
5916         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
5917
5918         * InsetList.[Ch]: new files, most InsetList handling moved out of
5919         paragraph.C.
5920
5921         * BufferView2.C (removeAutoInsets): InsetList changes
5922         (lockInset): ditto
5923         (ChangeInsets): ditto
5924
5925 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5926
5927         * paragraph_pimpl.h (empty): new function
5928
5929         * paragraph.[Ch] (empty): new function
5930
5931         * other files: use the new Paragraph::empty function
5932
5933 2002-08-09  John Levon  <levon@movementarian.org>
5934
5935         * lyxtext.h: remove unused refresh_height
5936
5937 2002-08-09  John Levon  <levon@movementarian.org>
5938
5939         * Makefile.am:
5940         * sgml.h:
5941         * sgml.C:
5942         * buffer.C:
5943         * paragraph.h:
5944         * paragraph.C: move sgml char escaping out of paragraph
5945
5946         * paragraph.h:
5947         * paragraph.C: remove id setter
5948
5949         * buffer.C:
5950         * paragraph.C:
5951         * paragraph_pimpl.C: remove dead tex_code_break_column
5952
5953         * bufferview_funcs.C: small cleanup
5954
5955         * lyxfunc.C: remove dead proto
5956
5957         * lyxtext.h: make some stuff private. Remove some dead stuff.
5958
5959         * lyxgluelength.C: make as[LyX]String() readable
5960
5961 2002-08-08  John Levon  <levon@movementarian.org>
5962
5963         * LyXAction.h:
5964         * LyXAction.C:
5965         * MenuBackend.C:
5966         * ToolbarDefaults.C:
5967         * lyxfunc.C:
5968         * lyxrc.C:
5969         * toc.C: lyxaction cleanup
5970
5971 2002-08-08  John Levon  <levon@movementarian.org>
5972
5973         * BufferView2.C: small cleanup
5974
5975         * lyxfind.h:
5976         * lyxfind.C: move unnecessary header into the .C
5977
5978 2002-08-08  John Levon  <levon@movementarian.org>
5979
5980         * funcrequest.h: just tedious nonsense
5981
5982         * lyx_main.h:
5983         * lyx_main.C: cleanups
5984
5985         * buffer.C:
5986         * vspace.C: remove dead header lyx_main.h
5987
5988 2002-08-07  Angus Leeming  <leeming@lyx.org>
5989
5990         * Paragraph.[Ch]:
5991         * paragraph_pimpl.h:
5992         Forward declare class Counters in paragraph.h by moving the ctrs member
5993         variable into Paragraph::Pimpl.
5994         (counters): new method, returning a reference to pimpl_->ctrs.
5995
5996         * text2.C: ensuing changes.
5997
5998 2002-08-07  John Levon  <levon@movementarian.org>
5999
6000         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6001
6002         * BufferView_pimpl.C: announce X selection on double/triple
6003           click
6004
6005         * lyx_main.C: use correct bool in batch dispatch
6006
6007         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6008
6009 2002-08-07  André Pönitz <poenitz@gmx.net>
6010
6011         * funcrequest.h: new class to wrap a kb_action and its argument
6012
6013         * BufferView.[Ch]:
6014         * BufferView_pimpl[Ch]:
6015         * LaTeX.C:
6016         * LyXAction.[Ch]:
6017         * lyxfunc.[Ch]:
6018         * lyxrc.C: subsequent changes
6019
6020
6021 2002-08-07  John Levon  <levon@movementarian.org>
6022
6023         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6024           document options change.
6025
6026 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6027
6028         * counters.[Ch]
6029         * text2.C
6030         * paragraph.[Ch]
6031         * makefile.am: move counters functionality over from
6032         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6033
6034 2002-08-06  John Levon  <levon@movementarian.org>
6035
6036         * WordLangTuple.h: new file for word + language code tuple
6037
6038         * SpellBase.h:
6039         * pspell.h:
6040         * pspell.C:
6041         * ispell.h:
6042         * ispell.C:
6043         * lyxtext.h:
6044         * text.C:
6045         * text2.C:
6046         * BufferView.h:
6047         * BufferView2.C: use WordLangTuple
6048
6049         * layout.h:
6050         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6051
6052 2002-08-06  John Levon  <levon@movementarian.org>
6053
6054         * lyx_main.C: fix cmdline batch handling
6055
6056 2002-08-06  André Pönitz <poenitz@gmx.net>
6057
6058         * lyxrc.C: set default for show_banner to true
6059
6060 2002-08-06  John Levon  <levon@movementarian.org>
6061
6062         * pspell.C: fix a crash, and allow new aspell to work
6063
6064 2002-08-06  John Levon  <levon@movementarian.org>
6065
6066         * lyxfunc.C:
6067         * kbmap.C: small cleanup
6068
6069         * vspace.h:
6070         * vspace.C: add const
6071
6072 2002-08-05  John Levon  <levon@movementarian.org>
6073
6074         * LyXAction.C: back to tabular-insert
6075
6076 2002-08-04  John Levon  <levon@movementarian.org>
6077
6078         * BufferView.h:
6079         * BufferView.C: cosmetic change
6080
6081         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6082
6083         * bufferlist.C:
6084         * buffer.h:
6085         * buffer.C:
6086         * lyxcb.h:
6087         * lyxcb.C:
6088         * lyxserver.C:
6089         * lyxvc.C:
6090         * vc-backend.C:
6091         * BufferView2.C: purge all "Lyx" not "LyX" strings
6092
6093         * lyxcursor.h:
6094         * lyxcursor.C: attempt to add some documentation
6095
6096         * lyxfunc.C:
6097         * commandtags.h:
6098         * LyXAction.C:
6099         * ToolbarDefaults.C:
6100         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6101           merge with LFUN_TABULAR_INSERT
6102
6103         * Makefile.am:
6104         * SpellBase.h:
6105         * ispell.h:
6106         * ispell.C:
6107         * pspell.h:
6108         * pspell.C: split up i/pspell implementations into separate
6109           files, many cleanups
6110
6111         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6112
6113         * text2.C: some cleanup
6114
6115         * lyxfunc.C: don't check for isp_command == "none" any more, it
6116           didn't make any sense
6117
6118 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6119
6120         * counters.[Ch]
6121         * text2.C
6122         * paragraph.[Ch]
6123         * makefile.am: move counters functionality over
6124         from text2.C/paragraph.[Ch] to counters.[Ch], and
6125         make proper C++.
6126 2002-08-02  John Levon  <levon@movementarian.org>
6127
6128         * buffer.C: s/lyxconvert/lyx2lyx/
6129
6130 2002-08-02  Angus Leeming  <leeming@lyx.org>
6131
6132         * lyxlex.C: revert John's change as it breaks reading of the user
6133         preamble.
6134
6135 2002-08-02  Angus Leeming  <leeming@lyx.org>
6136
6137         * importer.C (Import):
6138         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6139         changes due to LyXView::view() now returning a boost::shared_ptr.
6140
6141 2002-08-02  John Levon  <levon@movementarian.org>
6142
6143         * lyxlex.C: small cleanup
6144
6145 2002-08-02  John Levon  <levon@movementarian.org>
6146
6147         * text2.C (status): small cleanup, no logic change
6148
6149 2002-08-01  John Levon  <levon@movementarian.org>
6150
6151         * buffer.h:
6152         * buffer.C (writeFile): don't output alerts, caller
6153           handles this
6154
6155         * bufferlist.C:
6156         * lyx_cb.C: from above
6157
6158         * lyxfunc.C: allow to open non-existent files
6159
6160 2002-07-31  John Levon  <levon@movementarian.org>
6161
6162         * lyxserver.C: don't let incidental errors get
6163           in the way (errno)
6164
6165 2002-07-30  John Levon  <levon@movementarian.org>
6166
6167         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6168
6169 2002-07-30  John Levon  <levon@movementarian.org>
6170
6171         * lyxserver.h:
6172         * lyxserver.C: remove I/O callback too
6173
6174 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6175
6176         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6177         log.
6178
6179 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6180
6181         * many files: strip,frontStrip -> trim,ltrim,rtrim
6182
6183 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6184
6185         * PrinterParams.h: remove extern containsOnly, and include
6186         support/lstrings.h instead.
6187
6188         * LaTeX.C (scanAuxFile): modify because of strip changes
6189         (deplog): ditto
6190         * buffer.C (makeLaTeXFile): ditto
6191         * bufferparams.C (writeFile): ditt
6192         * lyxfont.C (stateText): ditto
6193         * lyxserver.C (read_ready): ditto
6194         * vc-backend.C (scanMaster): ditto
6195
6196         * BufferView_pimpl.h: ws changes
6197
6198         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6199
6200 2002-07-26  André Pönitz <poenitz@gmx.net>
6201
6202         * kb_sequence.C: remove unnedred usings
6203
6204 2002-07-26  Juergen Vigna  <jug@sad.it>
6205
6206         * lyxfind.C (LyXReplace): we have to check better if the returned
6207         text is not of theLockingInset()->getLockingInset().
6208
6209 2002-07-25  Juergen Vigna  <jug@sad.it>
6210
6211         * lyxfind.C (LyXReplace): don't replace if we don't get the
6212         right LyXText.
6213
6214         * undo_funcs.C (createUndo): remove debugging code.
6215
6216 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6217
6218         * buffer.C (parseSingleLyXformat2Token): Use default placement
6219         when reading old floats.
6220
6221         * FloatList.C (FloatList): Change the default placement of figure
6222         and tables to "tbp".
6223
6224 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6225
6226         * MenuBackend.C: using std::max
6227
6228 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6229
6230         * MenuBackend.C (expandToc):
6231         (expandToc2): code moved from xforms menu frontend. It is now
6232         generic and TOCs are transparent to menu frontends.
6233
6234 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6235
6236         * toc.C (getTocList): protect against buf=0
6237
6238         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6239         Menu as first parameter. Now, this calls itself recursively to
6240         expand a whole tree (this will be useful for TOC handling)
6241         (expandFloatInsert): remove 'wide' version of floats
6242
6243         * MenuBackend.h (submenuname): returns the name of the submenu.
6244         (submenu): returns the submenu itself, provided it has been
6245         created by MenuBackend::expand
6246
6247 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6248
6249         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6250         insets which have noFontChange == true. (bug #172)
6251
6252 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6253
6254         * BufferView_pimpl.C: add connection objects and use them...
6255         (Pimpl): here.
6256
6257 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6258
6259         * MenuBackend.C (expandLastfiles):
6260         (expandDocuments):
6261         (expandFormats):
6262         (expandFloatListInsert):
6263         (expandFloatInsert):
6264         (expand): split expand in parts
6265
6266 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6267
6268         * lyx_gui.C: use lyx_gui::exit()
6269
6270 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6271
6272         * LyXAction.C: show the failing pseudo action
6273
6274 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6275
6276         * buffer.C (readFile): Run the lyxconvert script in order to read
6277         old files.
6278
6279 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6280
6281         * LyXAction.C:
6282         * commandtags.h:
6283         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6284
6285 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6286
6287         * LyXAction.C:
6288         * commandtags.h:
6289         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6290
6291 2002-07-22  Herbert Voss  <voss@lyx.org>
6292
6293         * lengthcommon.C:
6294         * lyxlength.[Ch]: add support for the vertical lengths
6295
6296 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6297
6298         * toc.[Ch]: std:: fixes
6299
6300 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6301
6302         * lyxrc.C: do not include lyx_main.h
6303
6304         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6305         for layouts
6306
6307         * lyxrc.C:
6308         * encoding.C:
6309         * bufferlist.C:
6310         * BufferView2.C: include "lyxlex.h"
6311
6312         * tabular.h:
6313         * bufferparams.h: do not #include "lyxlex.h"
6314
6315         * lyxtextclasslist.C (Add): remove method
6316         (classlist): renamed to classlist_
6317
6318         * paragraph_pimpl.C:
6319         * paragraph.C:
6320         * text2.C:
6321         * CutAndPaste.C:
6322         * bufferview_funcs.C:
6323         * bufferlist.C:
6324         * text.C:
6325         * LaTeXFeatures.C:
6326         * buffer.C:
6327         * toc.C (getTocList): use BufferParams::getLyXTextClass
6328
6329         * toc.C (getTocList): use InsetFloat::addToToc
6330
6331         * toc.[Ch]: new files, containing helper functions to handle table
6332         of contents
6333
6334         * lyxfunc.C (dispatch): no need to remove spaces around command
6335         given as a string
6336         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6337         first command of the sequence; it is not very clever, but I do not
6338         have a better idea, actually
6339
6340         * LyXAction.C (LookupFunc): make sure to remove space at the
6341         beginning and end of the command
6342
6343 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6344
6345         * MenuBackend.C (getMenubar): new method: return the menubar of
6346         this menu set
6347         (read): treat differently reading of menu and menubar (in
6348         particular, the menubar has no name now)
6349         (Menu::menubar): remove
6350
6351         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6352         saving is finished
6353
6354 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6355
6356         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6357         a bibitem inset in a RTL paragraph.
6358
6359 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6360
6361         * paragraph_pimpl.C: constify
6362
6363         * BufferView_pimpl.C:
6364         * LaTeX.C:
6365         * lyxfunc.C: fix dispatch in a nicer way
6366
6367 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6368
6369         * lyxfunc.C (dispatch):
6370         * BufferView_pimpl.C:
6371         * BufferView_pimpl.h:
6372         * BufferView.C:
6373         * BufferView.h: rename Dispatch() to dispatch()
6374
6375         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6376
6377         * lyxlayout.C (Read): honor DependsOn tag
6378
6379         * lyxlayout.[Ch] (depends_on): new method
6380
6381         * version.C.in: update lyx_docversion
6382
6383         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6384
6385         * paragraph.C (validate): remove from here...
6386         * paragraph_pimpl.C (validate): ... and move here
6387         (isTextAt): make it const
6388
6389         * buffer.C (getLists): ws cleanup
6390
6391 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6392
6393         * language.C (read): Use iso8859-1 encoding in latex_lang
6394         (this prevents LyX from crashing when using iso10646-1 encoding).
6395
6396 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6397
6398         * text2.C (toggleInset): if cursor is inside an inset, close the
6399         inset and leave cursor _after_ it
6400
6401 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6402
6403         * lyxfunc.C: move minibuffer completion handling out of here
6404
6405 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6406
6407         * BufferView_pimpl.C:
6408         * LaTeX.C: fix dispatch calls
6409
6410 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6411
6412         * text.C (drawChars): Fix Arabic text rendering.
6413
6414 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6415
6416         * LyXAction.C:
6417         * commandtags.h:
6418         * lyxfunc.C: remove message-push/pop
6419
6420         * lyxserver.C:
6421         * lyxfunc.h:
6422         * lyxfunc.C: rationalise some code by removing verboseDispatch
6423           in favour of a bool argument to dispatch()
6424
6425 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6426
6427         * lyx_main.C (init): make sure to read symlinks as absolute paths
6428
6429 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6430
6431         * lyxfunc.h:
6432         * lyxfunc.C: no need for commandshortcut to be a member
6433
6434 2002-07-15  André Pönitz <poenitz@gmx.net>
6435
6436         * converter.C: add support for $$s (scripts from lib/scripts dir)
6437         * lyx_main.C: white space
6438
6439 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6440
6441         * bufferlist.C:
6442         * lyxrc.h:
6443         * lyxrc.C: remove second exit confirmation
6444
6445 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6446
6447         * BufferView.h:
6448         * BufferView.C:
6449         * BufferView2.C:
6450         * BufferView_pimpl.h:
6451         * BufferView_pimpl.C:
6452         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6453
6454 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6455
6456         * MenuBackend.C (expand): add numeric shortcuts to document menu
6457
6458         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6459
6460 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6461
6462         * lyxfont.C (setLyXFamily):
6463         (setLyXSeries):
6464         (setLyXShape):
6465         (setLyXSize):
6466         (setLyXMisc):
6467         (lyxRead):
6468         * debug.C (value):
6469         * buffer.C (asciiParagraph): use ascii_lowercase
6470
6471 2002-07-15  Mike Fabian  <mfabian@suse.de>
6472
6473         * lyxlex_pimpl.C (search_kw):
6474         * lyxlex.C (getLongString):
6475         * converter.h (operator<):
6476         * converter.C (operator<):
6477         * buffer.C (parseSingleLyXformat2Token):
6478         (asciiParagraph):
6479         * ToolbarDefaults.C (read):
6480         * MenuBackend.C (checkShortcuts):
6481         (read):
6482         * LColor.C (getFromGUIName):
6483         (getFromLyXName): use the compare_ascii_no_case instead of
6484         compare_no_case, because in turkish, 'i' is not the lowercase
6485         version of 'I', and thus turkish locale breaks parsing of tags.
6486
6487 2002-07-16  Angus Leeming  <leeming@lyx.org>
6488
6489         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6490         now takes a Buffer const & argument.
6491
6492 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6493
6494         * BufferView.C (resize): check there's a buffer to resize
6495
6496 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6497
6498         * lyxfunc.C: remove dead code
6499
6500         * lyxserver.h:
6501         * lyxserver.C: use lyx_guii::set_read_callback
6502
6503 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6504
6505         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6506         an inset in a RTL paragraph.
6507
6508 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6509
6510         * lyxfunc.C: repaint after a font size update
6511
6512 2002-07-15  André Pönitz <poenitz@gmx.net>
6513
6514         * lyxlength.C: inBP should be able to return negative values
6515
6516 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6517
6518         * lyxfunc.C: use lyx_gui::update_fonts()
6519
6520 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6521
6522         * lyxfunc.C: use lyx_gui::update_color()
6523
6524 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6525
6526         * bufferlist.C:
6527         * lyxfunc.h:
6528         * lyxfunc.C:
6529         * lyxrc.h:
6530         * lyxrc.C: remove file->new asks for name option, and let
6531           buffer-new take an argument
6532
6533 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6534
6535         * BufferView_pimpl.C: remove unneeded extra repaint()
6536
6537 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6538
6539         * LyXAction.C: allow command-sequence with NoBuffer
6540
6541         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6542
6543 2002-07-10  Angus Leeming  <leeming@lyx.org>
6544
6545         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6546
6547 2002-07-09  Angus Leeming  <leeming@lyx.org>
6548
6549         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6550
6551 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6552
6553         * lengthcommon.h: whitespace
6554
6555         * lyxfunc.C: update scrollbar after goto paragraph
6556
6557         * lyxtext.h: factor out page break drawing, and fix it so
6558           page break/added space paints as selected nicely
6559
6560 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6561
6562         * BufferView_pimpl.C: add FIXMEs, clean up a little
6563
6564 2002-07-09  André Pönitz <poenitz@gmx.net>
6565
6566         * lyxfont.[Ch]: support for wasy symbols
6567
6568 2002-07-08  André Pönitz <poenitz@gmx.net>
6569
6570         * BufferView_pimpl.C: apply John's patch for #93.
6571
6572 2002-07-05  Angus Leeming  <leeming@lyx.org>
6573
6574         * BufferView_pimpl.C (buffer): generate previews if desired.
6575
6576         * LColor.h: add "preview" to the color enum.
6577
6578         * LColor.C (LColor): add a corresponding entry to the items array.
6579
6580         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6581         with this buffer.
6582
6583 2002-07-05  Angus Leeming  <leeming@lyx.org>
6584
6585         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6586         The body of the code is now in the method that is passed an ostream &
6587         rather than a file name.
6588         Pass an additional only_preamble parameter, useful for the forthcoming
6589         preview stuff.
6590
6591 2002-07-03  André Pönitz <poenitz@gmx.net>
6592
6593         * lyxfunc.C: simplify getStatus() a bit for math stuff
6594
6595 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6596
6597         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6598
6599 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6600
6601         * text.C (changeRegionCase): do not change case of all the
6602         document when region ends at paragraph end (bug #461)
6603
6604 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6605
6606         * paragraph.C (startTeXParParams):
6607         (endTeXParParams): add \protect when necessary
6608
6609 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6610
6611         * BufferView_pimpl.C (workAreaExpose): remove warning
6612
6613 2002-06-27  Angus Leeming  <leeming@lyx.org>
6614
6615         * Makefile.am: add lyxlayout_ptr_fwd.h.
6616
6617 2002-06-26  André Pönitz <poenitz@gmx.net>
6618
6619         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6620
6621 2002-06-25  Angus Leeming  <leeming@lyx.org>
6622
6623         * lyxfunc.C (dispatch): Comment out the call to
6624         grfx::GCache::changeDisplay. The method no longer exists now that the
6625         pixmap generation part of the graphics loader has been moved into
6626         InsetGraphics.
6627
6628 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6629
6630         * text2.C: layout as layout
6631
6632         * text.C: layout as layout
6633
6634         * tabular.C (OldFormatRead): layout as layout
6635
6636         * paragraph_pimpl.C (TeXDeeper): layout as layout
6637         (realizeFont): layout as layout
6638
6639         * paragraph.C (writeFile): layout as layout
6640         (validate): layout as layout
6641         (getFont): layout as layout
6642         (getLabelFont): layout as layout
6643         (getLayoutFont): layout as layout
6644         (breakParagraph): layout as layout
6645         (stripLeadingSpaces): layout as layout
6646         (getEndLabel): layout as layout
6647         (getMaxDepthAfter): layout as layout
6648         (applyLayout): layout as layout
6649         (TeXOnePar): layout as layout
6650         (simpleTeXOnePar): layout as layout
6651         (TeXEnvironment): layout as layout
6652         (layout): layout as layout
6653         (layout): layout as layout
6654
6655         * lyxtextclass.C (compare_name): new functor to work with
6656         shared_ptr, layout as layout
6657         (Read): layout as layout
6658         (hasLayout): layout as layout
6659         (operator): layout as layout
6660         (delete_layout): layout as layout
6661         (defaultLayout): layout as layout
6662
6663         * lyxlayout_ptr_fwd.h: new file
6664
6665         * lyxlayout.C (Read): layout as layout
6666
6667         * lyx_cb.C (MenuInsertLabel): layout as layout
6668
6669         * bufferlist.C (newFile): layout as layout
6670
6671         * buffer.C (readLyXformat2): layout as layout
6672         (parseSingleLyXformat2Token): layout as layout
6673         (insertStringAsLines): layout as layout
6674         (asciiParagraph): layout as layout
6675         (latexParagraphs): layout as layout
6676         (makeLinuxDocFile): layout as layout
6677         (simpleLinuxDocOnePar): layout as layout
6678         (makeDocBookFile): layout as layout
6679         (simpleDocBookOnePar): layout as layout
6680         (getLists): layout as layout
6681
6682         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6683
6684         * CutAndPaste.C (cutSelection): layout as layout
6685         (pasteSelection): layout as layout
6686         (SwitchLayoutsBetweenClasses): layout as layout
6687
6688         * BufferView_pimpl.C (Dispatch): layout as layout
6689         (smartQuote): layout as layout
6690
6691         * BufferView2.C (unlockInset): layout as layout
6692
6693 2002-06-24  André Pönitz <poenitz@gmx.net>
6694
6695         * lyxfunc.C: fix #487
6696
6697 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6698
6699         * lyxrc.h:
6700         * lyxrc.C:
6701         * lyxfunc.C: remove display_shortcuts, show_banner
6702
6703 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6704
6705         * Buffer_pimpl.C: oops, update on resize
6706
6707 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6708
6709         * buffer.C:
6710         * converter.C:
6711         * exporter.C:
6712         * lyxfunc.C:
6713         * BufferView.h:
6714         * BufferView.C: use repaint()
6715
6716         * BufferView_pimpl.h:
6717         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6718           as it's a clearer description. Remove superfluous
6719           redraws.
6720
6721 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6722
6723         * text.C: fix bug 488. Not ideal, but getting
6724           getWord() to work properly for the insets that
6725           matter is more difficult ...
6726
6727 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6728
6729         * BufferView_pimpl.C:
6730         * LyXAction.C:
6731         * commandtags.h:
6732         * lyxfunc.C: remove the six million index lyxfuncs to just
6733           one, and DTRT (bug 458)
6734
6735 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6736
6737         * BufferView.h:
6738         * BufferView.C:
6739         * BufferView_pimpl.h:
6740         * BufferView_pimpl.C: clean up resize() stuff,
6741           and unnecessary updateScreen()s
6742
6743 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6744
6745         * BufferView.h:
6746         * BufferView.C:
6747         * BufferView_pimpl.h:
6748         * BufferView_pimpl.C:
6749         * lyxfind.h:
6750         * lyxfind.C:
6751         * minibuffer.C: remove focus management of workarea,
6752           not needed. Use screen's greyOut()
6753
6754 2002-06-17  Herbert Voss  <voss@lyx.org>
6755
6756         * converter.C: (convert) do not post a message, when converting
6757         fails, let the calling function decide what to do in this case
6758
6759 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6760
6761         * lyxfunc.C: tidy up a little
6762
6763 2002-06-16    <alstrup@diku.dk>
6764
6765         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6766         Got rid of FORMS_H_LOCATION include. Now we are
6767         GUII.
6768
6769 2002-06-15  LyX Development team  <lyx@rilke>
6770
6771         * buffer.[Ch] (sgmlOpenTag):
6772         (sgmlCloseTag): Added support for avoiding pernicious mixed
6773         content. Return number of lines written.
6774
6775         (makeLinuxDocFile):
6776         (makeDocBookFile): Fixed calls to sgml*Tag.
6777         Simple white space clean.
6778
6779         (simpleDocBookOnePar): Simple white space clean.
6780
6781         * tabular.[Ch] (docBook): Renamed to docbook and got another
6782         argument to related with the pernicious mixed content.
6783
6784         (docbookRow): Fixed calls for docbook inset method.
6785
6786 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6787
6788         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6789         so it's X11 independent.
6790
6791         * kb*.[Ch]: ditto.
6792
6793         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6794
6795 2002-06-15  Lyx Development team  <lyx@electronia>
6796
6797         * intl.h: Renamed getTrans to getTransManager.
6798
6799 2002-06-14  Angus Leeming  <leeming@lyx.org>
6800
6801         * Makefile.am: nuke forgotten stl_string_fwd.h.
6802
6803 2002-06-12  Angus Leeming  <leeming@lyx.org>
6804
6805         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6806
6807 2002-06-13  Angus Leeming  <leeming@lyx.org>
6808
6809         * LaTeX.C:
6810         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6811
6812 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
6813
6814         * kbmap.C (getiso): add support for cyrillic and greek
6815
6816 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6817
6818         * BufferView.h:
6819         * BufferView.C:
6820         * BufferView_pimpl.h:
6821         * BufferView_pimpl.C: move bogus scrolling logic
6822           to xforms
6823
6824 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6825
6826         * lyxfunc.C:
6827         * BufferView_pimpl.C: view->resize() change
6828
6829 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6830
6831         * BufferView_pimpl.C: topCursorVisible
6832           prototype change
6833
6834 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6835
6836         * Makefile.am:
6837         * lyx_gui.h:
6838         * lyx_gui.C: move to frontends/
6839
6840         * main.C:
6841         * lyx_main.h:
6842         * lyx_main.C: changes from above
6843
6844 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6845
6846         * intl.C:
6847         * intl.h:
6848         * kbmap.C:
6849         * kbsequence.C:
6850         * lyx_cb.C:
6851         * lyx_main.C: minor tidy
6852
6853 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6854
6855         * BufferView_pimpl.h:
6856         * BufferView_pimpl.C:
6857         * BufferView.h:
6858         * BufferView.C: make painter() const,
6859           remove dead code
6860
6861         * BufferView2.C: use screen() accessor
6862
6863         * lyx_main.h:
6864         * lyx_main.C: some minor cleanup
6865
6866 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6867
6868         * BufferView_pimpl.h:
6869         * BufferView_pimpl.C: remove enter/leaveView,
6870           use workHeight()
6871
6872 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6873
6874         * BufferView.h:
6875         * BufferView.C:
6876         * BufferView2.C:
6877         * BufferView_pimpl.h:
6878         * BufferView_pimpl.C: only construct screen once,
6879           rename
6880
6881         * lyxrc.C: remove pointless comment
6882
6883 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6884
6885         * BufferView.h:
6886         * BufferView.C: remove active() and belowMouse()
6887
6888         * BufferView_pimpl.h:
6889         * BufferView_pimpl.C: use workarea() not workarea_,
6890           and make it use a scoped_ptr instead
6891
6892 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6893
6894         * lyx_gui.C: add debug message on BadWindow
6895
6896 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6897
6898         * sp_spell.C: fdopen is not part of the C++ standard.
6899
6900         * paragraph.C (InsetIterator): use >= instead of ==
6901
6902 2002-06-07  Angus Leeming  <leeming@lyx.org>
6903
6904         Fixes needed to compile with Compaq cxx 6.5.
6905         * BufferView_pimpl.C:
6906         * DepTable.C:
6907         * buffer.C:
6908         * converter.C:
6909         * encoding.C:
6910         * lyx_gui.C:
6911         * lyx_main.C:
6912         * lyxtextclasslist.C:
6913         * minibuffer.C:
6914         * sp_spell.C:
6915         * tabular_funcs.C:
6916         * vc-backend.C:
6917         all c-library variables have been moved into namespace std. Wrap
6918         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
6919
6920         * lyxlength.C:
6921         * tabular-old.C:
6922         * tabular.C:
6923         Add a using std::abs declaration.
6924
6925         * kbmap.h (modifier_pair):
6926         * paragraph.h (InsetTable, InsetList):
6927         * lyxfont.h (FontBits):
6928         type definition made public.
6929
6930         * bufferlist.C (emergencyWriteAll): the compiler complains that
6931         there is more than one possible lyx::class_fun template to choose from.
6932         I re-named the void specialisation as lyx::void_class_fun.
6933
6934         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
6935
6936         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
6937         the compiler is is unable to find tostr in write_attribute.
6938
6939 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6940
6941         * buffer.C (sgmlError): hide #warning
6942
6943 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6944
6945         * xtl/*: get rid of xtl, which is not in use anyway
6946
6947         * LyXAction.C (init):
6948         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
6949         were unimplemented xtl experimentation
6950
6951 2002-06-04  André Pönitz <poenitz@gmx.net>
6952
6953         * lyxfunc.C: disable array operation on simple formulae
6954
6955 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
6956
6957         * converter.C: constify a bit
6958
6959 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
6960
6961         * lyx_gui.C: check xforms version correctly
6962
6963 2002-04-30  Herbert Voss  <voss@lyx.org>
6964
6965         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
6966         "keep" option
6967
6968 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
6969
6970         * lyxvc.C: fix bug 416 (make sure buffer is saved before
6971           attempt to register it with a VCS)
6972
6973 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6974
6975         * lyx_main.C (init): honor variables LYX_DIR_13x and
6976         LYX_USERDIR_13x
6977
6978 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6979
6980         * buffer.h:
6981         * buffer.C:
6982         * lyx_main.C: fix a crash on bad command line,
6983           and give a useful exit status on error
6984
6985         * lyxfunc.C (doImport): allow -i lyx to work
6986
6987 2002-03-30  André Pönitz <poenitz@gmx.net>
6988
6989         * lyxfunc.C: mathed font changes
6990
6991 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6992
6993         * LaTeX.C:
6994         * importer.h:
6995         * importer.C:
6996         * lyx_sty.h:
6997         * lyx_sty.C:
6998         * lyxlex.C:
6999         * lyxrow.h:
7000         * lyxtext.h:
7001         * paragraph.h:
7002         * paragraph.C:
7003         * texrow.h:
7004         * texrow.C:
7005         * text.C:
7006         * trans_mgr.h: srcdocs, and some minor cleanups
7007
7008 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7009
7010         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7011         call getFont all the time)
7012
7013 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7014
7015         * switch from SigC signals to boost::signals
7016
7017 2002-05-29  André Pönitz <poenitz@gmx.net>
7018
7019         * paragraph_pimpl.C (getChar): don't call size() too often...
7020
7021 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7022
7023         * paragraph_pimpl.C (insertChar): do not try to update tables when
7024         appending (pos == size())
7025
7026         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7027         in order to reduce drastically the number of comparisons needed to
7028         parse a large document
7029
7030 2002-05-29  André Pönitz <poenitz@gmx.net>
7031
7032         * text.C:
7033         * text2.C:
7034         * lyxtextclass.C:
7035         * sp_pspell.h:
7036         * textclasslist.[Ch]:
7037         * sp_ispell.h: whitespace change
7038
7039 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7040
7041         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7042         lyxaction directly now.
7043
7044 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7045
7046         * trans.C:
7047         * lyxfont.C:
7048         * lyxvc.C: remove unused headers
7049
7050 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7051
7052         * Makefile.am:
7053         * buffer.h:
7054         * undostack.h:
7055         * undostack.C:
7056         * undo_funcs.h:
7057         * undo_funcs.C: some cleanups. Use shared_ptr
7058           and a template for the undo stacks.
7059
7060 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7061
7062         * BufferView_pimpl.h:
7063         * BufferView_pimpl.C:
7064         * kbmap.h:
7065         * kbmap.C:
7066         * kbsequence.h:
7067         * kbsequence.C:
7068         * lyxfunc.h:
7069         * lyxfunc.C:
7070         * text2.C: use key_state/mouse_state
7071
7072 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7073
7074         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7075         and LSubstring
7076
7077         * chset.C: change include order
7078         (loadFile): use boost regex and get rid of LRegex and LSubstring
7079
7080         * Makefile.am (BOOST_LIBS): new variable
7081         (lyx_LDADD): use it
7082
7083         * LaTeX.C: change include order.
7084         (scanAuxFile): use boost regex and get rid of LRegex and
7085         LSubstring
7086         (deplog): ditto
7087
7088 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7089
7090         * ColorHandler.h:
7091         * ColorHandler.C:
7092         * FontInfo.h:
7093         * FontInfo.C: moved to frontends/xforms/
7094
7095         * FontLoader.h:
7096         * FontLoader.C: moved into frontends for GUIIzation
7097
7098         * Makefile.am:
7099         * lyx_gui.C:
7100         * lyxfont.C:
7101         * lyxfunc.C: changes from above
7102
7103 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7104
7105         * LColor.C: remove spurious X include
7106
7107         * BufferView_pimpl.C:
7108         * Makefile.am:
7109         * font.h:
7110         * font.C:
7111         * text.C:
7112         * text2.C: move font metrics to frontends/
7113
7114 2002-05-24  Juergen Vigna  <jug@sad.it>
7115
7116         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7117         setting the undo_cursor.
7118
7119         * ParagraphParameters.h: include local includes first.
7120
7121 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7122
7123         * BufferView_pimpl.C:
7124         * BufferView_pimpl.h:
7125         * Makefile.am:
7126         * WorkArea.h:
7127         * WorkArea.C:
7128         * screen.C: move WorkArea into frontends/
7129
7130         * lyxscreen.h:
7131         * screen.C:
7132         * text.C:
7133         * BufferView.C:
7134         * BufferView2.C: move LyXScreen into frontends/
7135
7136         * lyxlookup.h:
7137         * lyxlookup.C:
7138         * lyx_gui.C: move lyxlookup into frontends/xforms/
7139
7140 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7141
7142         * BufferView2.C:
7143         * BufferView_pimpl.C:
7144         * FontLoader.C:
7145         * LyXView.h:
7146         * LyXView.C:
7147         * Makefile.am:
7148         * WorkArea.C:
7149         * XFormsView.h:
7150         * XFormsView.C:
7151         * buffer.C:
7152         * bufferlist.C:
7153         * bufferview_funcs.C:
7154         * converter.C:
7155         * importer.C:
7156         * lyx_cb.C:
7157         * lyx_gui.C:
7158         * lyx_main.C:
7159         * lyx_find.C:
7160         * lyxfunc.C:
7161         * lyxvc.C:
7162         * minibuffer.C:
7163         * text.C:
7164         * text2.C:
7165         * trans.C:
7166         * vc-backend.C: move LyX/XFormsView into frontends/
7167
7168 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7169
7170         * Makefile.am:
7171         * PainterBase.C:
7172         * PainterBase.h:
7173         * Painter.C:
7174         * Painter.h:
7175         * WorkArea.C:
7176         * WorkArea.h:
7177         * screen.C:
7178         * tabular.C:
7179         * text.C:
7180         * text2.C: move Painter to frontends/
7181
7182 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7183
7184         * buffer.C: comment out some some code that depend upon lyx_format
7185         < 220
7186
7187         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7188         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7189
7190         * buffer.h (NO_COMPABILITY): turn off compability
7191
7192         * ColorHandler.C: include scoped_array.hpp
7193
7194         * font.C: Use more specific smart_ptr header.
7195         * Painter.C: ditto
7196         * gettext.C: ditto
7197         * ShareContainer.h: ditto
7198         * lyx_main.h: ditto
7199         * kbmap.h: ditto
7200         * FontInfo.h: ditto
7201         * BufferView_pimpl.h: ditto
7202         * ColorHandler.h: ditto
7203
7204         * kbmap.C (defkey): change call to shared_ptr::reset
7205
7206 2002-05-21  Juergen Vigna  <jug@sad.it>
7207
7208         * buffer.C (insertErtContents): fix to insert ert asis if it is
7209         non empty. Skip it completely if it contains only whitespaces.
7210
7211 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7212
7213         * BufferView_pimpl.C:
7214         * BufferView2.C: clear selection on paste (bug 393)
7215
7216 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7217
7218         * DepTable.C: include ctime
7219
7220 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7221
7222         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7223
7224 2002-05-14  Juergen Vigna  <jug@sad.it>
7225
7226         * text.C (breakParagraph): fixed function to honor the keepempty
7227         layout in the right maner and also to permit the right breaking
7228         algorithm on empty or non empyt keepempty paragraphs.
7229
7230         * paragraph.C (breakParagraph): we have to check also if the par
7231         is really empty (!size()) for isempty otherwise we do the wrong
7232         paragraph break.
7233
7234 2002-05-10  Juergen Vigna  <jug@sad.it>
7235
7236         * buffer.[Ch] : The following are only changes to the ert
7237         compatibility read reading old LaTeX layout and font stuff and
7238         convert it to ERTInsets.
7239
7240         * buffer.h: added isErtInset().
7241
7242         * buffer.C (struct ErtComp): add a fromlayout bool to check
7243         if we're inside a LaTeX layout.
7244         (isErtInset): new helper function.
7245         (insertErtContents): look for other ert insets before this one
7246         and insert the contents there, so that we don't have subsequent
7247         ERT insets with nothing between them. This way we create only one
7248         inset with multiple paragraphs. Also check if we don't insert only
7249         spaces ' ' as they are ignored anyway afterwards in the .tex file
7250         so if we have only spaces we will ignore this latex part in the
7251         new file.
7252         (parseSingleLyXformat2Token \\layout): better compatibility when
7253         reading layout-latex stuff.
7254         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7255         language tag.
7256         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7257         stuff after reading the inset only get the information back from
7258         the stack.
7259
7260 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7261
7262         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7263
7264         * LaTeXFeatures.C (getBabelOptions): New method.
7265
7266 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7267
7268         * BufferView_pimpl.C (Dispatch): work around missing argument for
7269         'layout'
7270
7271 2002-05-08  Juergen Vigna  <jug@sad.it>
7272
7273         * text.C (leftMargin): handle paragraph leftindent.
7274
7275         * paragraph.C (writeFile): write the new \\leftindent tag.
7276         (validate): handle leftindent code.
7277         (TeXEnvironment): handle paragraphleftindent code again.
7278
7279         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7280
7281         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7282         for paragrap_extra indent code and new token \\leftindent.
7283         (latexParagraphs): handle the leftindent as environment.
7284
7285         * ParameterStruct.h: added leftindent support.
7286
7287         * ParagraphParameters.C (leftIndent): added support functions for
7288         the paragraph left indent.
7289
7290         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7291         more appropriate.
7292
7293 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7294
7295         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7296         inside insetERT.
7297
7298         * text.C (computeBidiTables): No bidi in insetERT.
7299
7300         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7301         in RTL documents.
7302
7303 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7304
7305         * version.C.in: pre 5
7306
7307 2002-05-02  José Matos  <jamatos@fep.up.pt>
7308         * buffer.C (makeDocBookFile): white space changes, add newline to
7309         command styles.
7310         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7311
7312         * tabular.C (docBook): fix typo.
7313
7314 2002-05-03  Juergen Vigna  <jug@sad.it>
7315
7316         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7317         change in LyXText as we can not be sure it was not freed.
7318         (drawOneRow): remove unused code.
7319
7320         * text.C (drawInset): redo the calculation of the need_break_row as
7321         it could have a row which was already freed.
7322         (draw): look at the return value of drawInset and return false if
7323         it also returned false.
7324         (paintRowText): look at the return value of draw and return false if
7325         it also returned false.
7326
7327         * lyxtext.h: added bool return type to drawInset() and draw() so that
7328         if we have a change in the row so that the rowbreak has to be redone
7329         we abort drawing as it will be called again.
7330
7331 2002-05-02  Juergen Vigna  <jug@sad.it>
7332
7333         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7334         a change in the maintext also if we're inside an inset.
7335         (Dispatch): set the cursor again after a break line and after the
7336         screen has been updated as it could be we're in a different row.
7337
7338         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7339         to set the cursor behind the pargraph with > size().
7340         (setCursor): check also for the same paragraph when checking where
7341         to put the cursor if we have a NFR inset.
7342
7343         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7344         parts of layout read further up as it still was in the wrong
7345         position.
7346
7347 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7348
7349         * screen.C (drawFromTo): change sine fullRebreak always return
7350         true.
7351
7352         * buffer.C (parseSingleLyXformat2Token): reindent some
7353
7354         * BufferView_pimpl.C (update): change since fullRebreak always
7355         return true.
7356         (Dispatch): git rid of the last hardcoded "Standard"s.
7357
7358 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7359
7360         * text2.[Ch] (fullRebreak): make it return void now that we always
7361         returned true.
7362
7363 2002-04-30  Juergen Vigna  <jug@sad.it>
7364
7365         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7366         ert compatibility check for "latex" layout.
7367
7368 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7369
7370         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7371         minipages: use col% instead of p%, and also use the current font.
7372         (makeLaTeXFile): Fix use babel condition.
7373         (parseSingleLyXformat2Token): Correct font when reading old floats.
7374
7375 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7376
7377         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7378         inserting list of floats.
7379
7380 2002-04-25  Herbert Voss  <voss@lyx.org>
7381
7382         * MenuBackend.C (expand): don't add the graphics extensions to the
7383         export menu
7384
7385 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7386
7387         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7388         non-existing layout, do not complain if it was the default layout
7389         of the original class (bug #342)
7390
7391 2002-04-24  Juergen Vigna  <jug@sad.it>
7392
7393         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7394         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7395
7396 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7397
7398         * buffer.C (getBibkeyList): If using \bibliography, return the
7399         option field with the reference itself. Enables us to provide natbib
7400         support when using \bibliography.
7401
7402 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7403
7404         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7405
7406         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7407         natbib is provided by the LaTeX class.
7408
7409 2002-04-23  Juergen Vigna  <jug@sad.it>
7410
7411         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7412         Wakeup functions.
7413
7414         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7415
7416 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7417
7418         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7419
7420         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7421         ensuremath around textordmasculine, textordfeminine and
7422         textdegree.
7423
7424 2002-04-19  Juergen Vigna  <jug@sad.it>
7425
7426         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7427         reinitializing the buffer otherwise row-dimensions may be wrong.
7428         (update): reset also the selection cursors if they do exits otherwise
7429         their x/y positions may be wrong.
7430
7431         * text2.C (cursorDown): don't enter the inset if we came from a row
7432         above and are one row over the inset.
7433
7434         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7435         really leaving an inset.
7436
7437 2002-04-18  Juergen Vigna  <jug@sad.it>
7438
7439         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7440         of the selected paragraph does not have the selected layout also if
7441         the last one had!
7442
7443         * text2.C (setLayout): fixed bug which did not change last selected
7444         paragraph.
7445
7446         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7447         changed the read and substituted \\end_float with \\end_inset!
7448
7449         * BufferView_pimpl.C (cursorPrevious):
7450         (cursorNext): fixed to make it work with rows heigher than the work
7451         area without moving the cursor only the draw of the row.
7452         (workAreaMotionNotify): fix jumping over high rows.
7453
7454 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7455
7456         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7457         Ressler.
7458
7459 2002-04-16  Juergen Vigna  <jug@sad.it>
7460
7461         * text2.C (setCursor): set also the irow().
7462         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7463         (cursorUp):
7464         (cursorDown): support for locking an inset if the x_fix value goes
7465         inside it. That way I can transverse insets too with cursor up/down.
7466
7467         * lyxrow.h: added irow helper function same as other (i) functions.
7468
7469         * BufferView_pimpl.C (cursorPrevious):
7470         (cursorNext): fixed for insets!
7471
7472 2002-04-15  Juergen Vigna  <jug@sad.it>
7473
7474         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7475         position otherwise it is wrong in some cases.
7476
7477         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7478         inside the inset before the call.
7479
7480 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7481
7482         * buffer.[Ch] (getBibkeyList): make it const.
7483
7484 2002-04-12  Juergen Vigna  <jug@sad.it>
7485
7486         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7487
7488         * text2.C (getCursorX): new helper function
7489         (setCursor): compute also ix_
7490         (setCursorFromCoordinates): set also ix.
7491
7492         * lyxcursor.h: added ix_ and helper functions.
7493
7494         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7495
7496         * buffer.C (insertStringAsLines): dont break paragraph if the this
7497         paragraph is inside an inset which does not permit it!
7498
7499         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7500         also with no chars on this paragraph.
7501         (paintRowText): only paint stuff if it's inside the workarea!
7502
7503         * paragraph.C (breakParagraph): honor keepempty flag and break the
7504         paragraph always below not above.
7505
7506         * BufferView2.C (unlockInset): update the paragraph layout on inset
7507         unlock as we changed paragraph in such a case.
7508
7509         * lyxfind.C (LyXFind): clear the former selection if not found!
7510
7511         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7512         again called in insertChar().
7513
7514         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7515         an inset which uses the whole row!
7516         (rightMargin): ditto.
7517         (insertChar): force a rebreak if we inserted an inset!
7518
7519 2002-03-28  Herbert Voss  <voss@lyx.org>
7520
7521         * lyxlength.[Ch]: add inBP() to get the right PS-point
7522         units (BigPoint). With inPixels we have rounding errors
7523
7524 2002-04-11  Juergen Vigna  <jug@sad.it>
7525
7526         * text2.C (setCursorFromCoordinates): set iy to the right value.
7527         (setCursor): add check if row->previous exists!
7528
7529         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7530         an old float_type as this was the case in the old code!
7531
7532         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7533
7534         * BufferView2.C (showLockedInsetCursor): use iy
7535         (fitLockedInsetCursor): ditto
7536
7537         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7538         locked insets as there we have the right value now.
7539
7540         * lyxcursor.C: added iy_ variable and iy functions to set to the
7541         baseline of cursor-y of the locked inset.
7542
7543         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7544         (setCursor): fixed for insets which need a full row.
7545
7546         * text.C (rowLastPrintable): don't ignore the last space when before
7547         an inset which needs a full row.
7548         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7549         as last character of a row when before a inset which needs a full row.
7550
7551 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7552
7553         * version.C.in: update date
7554
7555         * text2.C (fullRebreak): try to always return true and see what
7556         happens...
7557
7558 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7559
7560         * MenuBackend.C (expand): use Floating::listName
7561
7562         * FloatList.C (FloatList): add listName argument to the built-in
7563         floats
7564
7565         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7566         text associated with the float.
7567
7568 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7569
7570         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7571
7572 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7573
7574         * ShareContainer.h: add a couple of missing typenames.
7575
7576 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7577
7578         * lyxrc.C (getDescription): use _() correctly rather than N_().
7579
7580 2002-03-28  Herbert Voss  <voss@lyx.org>
7581
7582         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7583         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7584
7585 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7586
7587         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7588         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7589
7590 2002-03-29  Juergen Vigna  <jug@sad.it>
7591
7592         * lyxfunc.C (dispatch): add a missing fitCursor call.
7593
7594         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7595         it was scrolled by a cursor move, so return the bool status.
7596
7597         * BufferView.C (fitCursor): return the bool flag also to the outside
7598         world as this is needed.
7599
7600         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7601
7602         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7603         call the edit() as it is not needed (and wrong) IMO.
7604         (workAreaButtonPress): set the screen_first variable before evt.
7605         unlock the inset as this may change screen_first and then we have
7606         a wrong y position for the click!
7607
7608 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7609
7610         * MenuBackend.C (expand): another translation that I missed
7611
7612 2002-03-28  Juergen Vigna  <jug@sad.it>
7613
7614         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7615
7616         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7617
7618 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7619
7620         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7621
7622         * MenuBackend.C (expand): fix export/view/update when there is no
7623         document open.
7624
7625 2002-03-27  Herbert Voss  <voss@lyx.org>
7626
7627         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7628         and text%
7629
7630 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7631
7632         * bufferview_funcs.C (currentState): only show paragraph number
7633         for is DEVEL_VERSION is set.
7634
7635         * lyxfunc.C (dispatch): put warning in INFO channel
7636
7637         * MenuBackend.C (expand): translate the name of floats
7638
7639         * FloatList.C (FloatList): mark the float names for translation
7640
7641         * converter.C (convert): use LibScriptSearch
7642
7643 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7644
7645         * MenuBackend.C (defaults): fix default menu (we might as well get
7646         rid of it...)
7647
7648 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7649
7650         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7651         directory.
7652
7653 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7654
7655         * lyxvc.C: reorder includes.
7656
7657 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7658
7659         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7660           properly
7661
7662 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7663
7664         * CutAndPaste.C: change layouts earlier on paste
7665           to avoid crashing when calling getFont()
7666
7667 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7668
7669         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7670         irritating #error.
7671
7672 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7673
7674         * WorkArea.C: remove 'Pending' debug message.
7675
7676         * most files: ws cleanup
7677
7678         * buffer.[Ch]: ws changes
7679
7680         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7681
7682 2002-03-21  Juergen Vigna  <jug@sad.it>
7683
7684         * tabular.C (SetMultiColumn): collapse also the contents of the
7685         cells and set the last border right. Added a Buffer const * param.
7686
7687 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7688
7689         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7690         linking or not.
7691
7692 2002-03-19  Juergen Vigna  <jug@sad.it>
7693
7694         * text2.C (clearSelection): reset also xsel_cache.
7695
7696         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7697         where it needs to be called (John tells us to do so too :)
7698         (selectionLost): reset sel_cache.
7699
7700         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7701
7702 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7703
7704         * text2.C (setCursorIntern): put debuging code in INSETS channel
7705
7706 2002-03-19  André Pönitz <poenitz@gmx.net>
7707
7708         * lyxfunc.C: tiny whitespace change
7709
7710 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7711
7712         * ToolbarDefaults.C (init):
7713         * LyXAction.C (init):
7714         * commandtags.h:
7715         * BufferView_pimpl.C (Dispatch):
7716         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7717
7718 2002-03-19  Allan Rae  <rae@lyx.org>
7719
7720         * exporter.C (Export): removeAutoInsets before doing anything else.
7721         While I've just introduced a dependency on BufferView this really is
7722         the best place to clean the buffer otherwise you need to cleanup in
7723         a dozen places before calling export or cleanup in a dozen functions
7724         that export calls.
7725
7726         * converter.C (runLaTeX):
7727         (scanLog): Better handling of removeAutoInsets and screen updates.
7728
7729         * lyxfunc.C (dispatch): small whitespace changes
7730
7731 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7732
7733         * WorkArea.C (C_WorkAreaEvent): return a value.
7734         (event_cb): return 1 if we handled the event, 0 otherwise.
7735
7736         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7737
7738 2002-03-18  Juergen Vigna  <jug@sad.it>
7739
7740         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7741         (GetAdditionalWidth): ditto.
7742         (RightLine): ditto.
7743         (LeftLine): ditto.
7744
7745         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7746         inset if we're there actually (probably not used right now but this
7747         is the direction to go for unifying code).
7748         (paste): disable code to clear the selection.
7749
7750         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7751         inside an InsetText and move the check further up as it is in the
7752         wrong place.
7753
7754         * text2.C (pasteSelection): set a selection over the pasted text.
7755
7756 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7757
7758         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7759         and libgraphics to build on Cygwin.
7760
7761 2002-03-15  Juergen Vigna  <jug@sad.it>
7762
7763         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7764         inserting an Inset into the paragraph. I know this is not the best
7765         fix but we already use current_view in CutAndPaste so we will remove
7766         all of it's using at the same time.
7767
7768         * buffer.C (sgmlError): deactivated function till it is rewritten in
7769         the right mode, now it can create problems.
7770
7771         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7772         before accessing it.
7773
7774 2002-03-14  Juergen Vigna  <jug@sad.it>
7775
7776         * undo_funcs.C (textHandleUndo): do the right thing when updating
7777         the inset after the undo/redo.
7778
7779         * text2.C (setCursor): just some testcode for #44 not ready yet.
7780
7781         * undo_funcs.C (textHandleUndo): set the next() and previous()
7782         pointers of the paragraph to 0 before deleting otherwise we have
7783         problems with the Paragraph::[destructor].
7784
7785         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7786         on a paragraph insertion.
7787
7788 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7789
7790         * buffer.C (asciiParagraph): use += operator for char append to
7791         string.
7792
7793         * paragraph.C (getFontSettings): compare >= not just >
7794         (highestFontInRange): ditto
7795         (setFont): ditto
7796
7797 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7798
7799         * paragraph.C: change several algorithm to be more appripriate for
7800         the problem domain. This is lookip in FontList and in the InsetList.
7801
7802 2002-03-13  André Pönitz <poenitz@gmx.net>
7803
7804         * commandtags.h:
7805         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7806
7807 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7808
7809         * commandtags.h:
7810         * LyXAction.C:
7811         * lyxfunc.C:
7812         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
7813
7814 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7815
7816         * Painter.C (display): anon helper function, adjust code for this
7817         change.
7818         (pixmap): remove function.
7819
7820         * Painter.h: remove private display variable.
7821
7822         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
7823
7824 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
7825
7826         * WorkArea.[Ch]: remove figinset_canvas cruft.
7827
7828 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7829
7830         * lyxtextclass.C (operator): add one item cache optimization.
7831
7832         * bufferlist.h: doxy changes
7833
7834         * bufferlist.C: ws changes
7835
7836         * DepTable.[Ch] (ext_exist): place const in the right spot.
7837
7838         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
7839         call resizeInsets.
7840         (workAreaExpose): call resizeInsets when the with BufferView changes.
7841         (Dispatch): adjust for protectedBlank removal
7842         (specialChar): call updateInset if the insert went ok.
7843
7844         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
7845         specialChar instead.
7846
7847         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
7848
7849         * BufferView.h: doxy change
7850
7851         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
7852
7853         * lyxtextclass.C (operator[]): remove non-const version
7854         (defaultLayout): remove non-const version
7855
7856 2002-03-12  Juergen Vigna  <jug@sad.it>
7857
7858         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
7859         did resize the LyXText too.
7860
7861         * buffer.C (readLyXformat2): set layout information on newly allocated
7862         paragraphs.
7863
7864         * tabular.C (OldFormatRead): set layout information on the paragraph.
7865
7866 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7867
7868         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
7869
7870 2002-03-11  Juergen Vigna  <jug@sad.it>
7871
7872         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
7873         plainly wrong.
7874         (resizeCurrentBuffer): force also the insets to resize themselfes.
7875         (moveCursorUpdate): fixed up for InsetText.
7876
7877 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
7878
7879         * commandtags.h:
7880         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
7881         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
7882         value of Dialogs::tooltipsEnabled().
7883         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
7884
7885 2002-03-08  Juergen Vigna  <jug@sad.it>
7886
7887         * BufferView_pimpl.C (updateInset): update inset inside inset also
7888         if it isn't inside theLockingInset().
7889
7890 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7891
7892         * buffer.C (asciiParagraph): redo some of the word and line length
7893         handling.
7894         (getLists): look for Caption instead of caption.
7895
7896 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7897
7898         * buffer.C (Buffer): initialize niceFile to true
7899         (makeLaTeXFile):
7900         (makeLinuxDocFile):
7901         (makeDocBookFile): make sure niceFile is true on exit
7902
7903 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7904
7905         * buffer.C (makeLaTeXFile): escape ~ in \input@path
7906
7907 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
7908
7909         * LyXSendto.C: remove.
7910         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
7911         * lyx_gui.C: remove now-redundant comment.
7912         * ColorHandler.h: remove forward declaration of class WorkArea.
7913         * lyxfunc.C: remove #include "WorkArea.h".
7914
7915 2002-03-07  Juergen Vigna  <jug@sad.it>
7916
7917         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
7918         got moved away with the DEPM and also set the inset_owner always
7919         right which before could have been omitted.
7920
7921 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7922
7923         * buffer.C (parseSingleLyXformat2Token): use default layout is the
7924         wanted layout is not found.
7925
7926 2002-03-07  Juergen Vigna  <jug@sad.it>
7927
7928         * CutAndPaste.C (cutSelection): another layout settings forgotten.
7929
7930 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7931
7932         * paragraph.C (breakParagraph): use default layout not layout of
7933         prev paragraph.
7934         (Paragraph): clear ParagraphParameters.
7935
7936 2002-03-06  Juergen Vigna  <jug@sad.it>
7937
7938         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
7939         otherwise it would not be a valid lenght. Fixed a special case in
7940         the minipage compatibility read where we end the document with a
7941         minipage.
7942
7943         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
7944         was set as it could be 0 for InsetTexts first entry.
7945
7946 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7947
7948         * paragraph.C (writeFile): if layout is empty write out
7949         defaultLayoutName().
7950
7951         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
7952         file without named layout we set layout to defaultLayoutName().
7953
7954 2002-03-06  Juergen Vigna  <jug@sad.it>
7955
7956         * CutAndPaste.C (copySelection): set layout for new paragraph.
7957
7958         * text.C (prepareToPrint): leave ERT inset left aligned
7959         (leftMargin): don't indent paragraphs inside ERT insets
7960
7961 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7962
7963         * paragraph.C (breakParagraph): dont call clear do the work manually
7964
7965         * paragraph.[Ch] (clear): remove function
7966
7967 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7968
7969         * paragraph.C (Paragraph): dont call clear, the work has already
7970         been done.
7971
7972         * lyxtextclass.C (operator): assert if n is empty
7973
7974         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
7975         work manually instead.
7976
7977 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7978
7979         * BufferView_pimpl.C: protect selectionLost against text == 0
7980
7981 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7982
7983         * text.C (breakParagraph): fix a setting layout to '0' problem.
7984
7985 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7986
7987         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
7988         final location of file, for the included files, and graphics.
7989
7990 2002-03-05  Juergen Vigna  <jug@sad.it>
7991
7992         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
7993
7994 2002-03-04  Juergen Vigna  <jug@sad.it>
7995
7996         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
7997
7998         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
7999         last column of multicolumn cells.
8000         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8001
8002 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8003
8004         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8005         file if it doesn't go to a temporary file.
8006
8007         * buffer.C (sgmlOpenTag):
8008         (sgmlCloseTag):  remove extra newline insertion.
8009
8010 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8011
8012         * text.C (getRowNearY): comment out debug msg
8013
8014 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8015
8016         * text2.C: first -> first_y
8017
8018         * text.C (getRowNearY): add some attemts at a possible
8019         optimization, not working.
8020
8021         * tabular.[Ch]: add BufferParams to several function so that newly
8022         created paragraph can be initialized to he default layotu for the
8023         buffers textclass.
8024
8025         * tabular-old.C (ReadOld): add buf->params to call of Init
8026
8027         * screen.C: rename text->first to text->first_y
8028
8029         * paragraph.C (breakParagraph): always set layout in the broken
8030         paragraph
8031
8032         * lyxtextclass.C (Read): remove lowercase
8033         (hasLayout): ditto
8034         (operator): ditto
8035         (delete_layout): ditto
8036
8037         * lyxtext.h: rename first -> first_y
8038
8039         * lyxlayout.C (Read): remove lowercase
8040         (name): ditto
8041         (setName): ditto
8042         (obsoleted_by): ditto
8043
8044         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8045
8046         * buffer.C (insertErtContents): add params are to InsetERT
8047         (parseSingleLyXformat2Token): add code to check if a paragraphs
8048         layout really exist.
8049         (parseSingleLyXformat2Token): add params to several inset
8050         constructors
8051         (asciiParagraph): remove lowercase, do the layout comparisons with
8052         no_case
8053
8054         * BufferView_pimpl.C (cursorNext): first -> first_y
8055         (resizeCurrentBuffer): first -> first_y
8056         (updateScrollbar): first -> first_y
8057         (scrollCB): first -> first_y
8058         (workAreaMotionNotify): first -> first_y
8059         (workAreaButtonPress): first -> first_y
8060         (checkInsetHit): first -> first_y
8061         (cursorPrevious): first -> first_y
8062         (cursorNext): first -> first_y
8063         (Dispatch): add buffer_->params to severl inset contructors
8064
8065 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8066
8067         * lyxlayout.C (Read): remove some debug info that I forgot.
8068
8069         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8070         clean up the code slightly.
8071         (makeLinuxDocFile): ditto
8072         (makeDocBookFile): ditto
8073
8074         * text2.C: layout as string
8075
8076         * text.C: layout as string
8077
8078         * paragraph_pimpl.C: layout as string
8079
8080         * paragraph.[Ch]: layout as string
8081
8082         * lyxtextclasslist.[Ch]: layout as string
8083
8084         * lyxtextclass.[Ch]: layout as string
8085
8086         * lyxtext.h: layout as string
8087
8088         * lyxlayout.[Ch]: layout as string
8089
8090         * lyx_cb.C: layout as string
8091
8092         * bufferview_funcs.C: layout as string
8093
8094         * bufferparams.C: layout as string
8095
8096         * buffer.C: layout as string
8097
8098         * LyXView.[Ch]: layout as string
8099
8100         * LaTeXFeatures.[Ch]: layout as string
8101
8102         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8103
8104         * BufferView_pimpl.C: change current_layout to string, remove
8105         lyx::layout_type.
8106         (Dispatch):
8107         (smartQuote):
8108         (insertInset):
8109         (workAreaButtonRelease): layout as string
8110
8111         * BufferView2.C (unlockInset): adjust
8112
8113         * vspace.C (asLatexCommand): use an explict temp variable.
8114
8115 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8116
8117         * Makefile.am: use FRONTEND_*
8118
8119 2002-03-01  Juergen Vigna  <jug@sad.it>
8120
8121         * tabular.C (SetWidthOfMulticolCell): changed to something better
8122         I hope but still work in progress.
8123         (recalculateMulticolumnsOfColumn): renamed function from
8124         recalculateMulticolCells as it is more appropriate now.
8125         (SetWidthOfCell): calculate multicols better.
8126
8127 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8128
8129         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8130
8131         * lyxfunc.C (processKeySym): print sequence also if it is
8132         `deleted' (complete)
8133
8134         * kbsequence.C (print): print sequence even if it is deleted
8135         (complete would be a better word, actually).
8136
8137         * lyxfunc.C (dispatch): print complete options after a prefix key
8138
8139         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8140
8141 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8142
8143         * text2.C (setCharFont): eliminate setCharFont code duplication.
8144
8145 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8146
8147         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8148         LFUN_TABULAR_FEATURE (bug #177)
8149
8150 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8151
8152         * Makefile.am: remove figure.h
8153
8154 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8155
8156         * Bufferview_pimpl.C:
8157         * CutAndPasteC:
8158         * LaTeX.C:
8159         * LyXSendto.C:
8160         * buffer.C:
8161         * bufferlist.C:
8162         * converter.C:
8163         * language.C:
8164         * lyxfunc.C:
8165         * lyxvc.C:
8166         * paragraph.C:
8167         * text.C:
8168         * text2.C: remove #include "lyx_gui_misc.h".
8169
8170         * LaTeX.C: added #include <cstdio>
8171
8172 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8173
8174         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8175         that the paragraph following this one can have.
8176
8177         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8178
8179         * vspace.C (asLatexCommand): fix bogus gcc warning
8180
8181         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8182
8183 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8184
8185         * text2.C (setLayout): get rid of redundant code
8186
8187 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8188
8189         * text2.C (incDepth): make sure depth cannot be increased beyond
8190         reasonable values.
8191
8192 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8193
8194         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8195         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8196
8197         * PainterBase.h (image):
8198         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8199         a LyXImage const *.
8200
8201 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8202
8203         * BufferView.C:
8204         * BufferView.h:
8205         * BufferView_pimpl.C:
8206         * BufferView_pimpl.h:
8207         * LaTeXFeatures.C:
8208         * LyXAction.C:
8209         * LyXView.C:
8210         * Makefile.am:
8211         * UpdateList.h:
8212         * UpdateList.C:
8213         * buffer.C:
8214         * figure.h:
8215         * figureForm.C:
8216         * figureForm.h:
8217         * figure_form.C:
8218         * figure_form.h:
8219         * lyx_cb.C:
8220         * lyx_gui.C:
8221         * lyx_gui_misc.C:
8222         * lyxfunc.C:
8223         * sp_base.h:
8224         * sp_ispell.h:
8225         * sp_pspell.h:
8226         * sp_spell.C: remove fig inset, and the crap house of
8227           cards that follows it
8228
8229 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8230
8231         * Makefile.am:
8232         * lyxserver.C:
8233         * os2_defines.h:
8234         * os2_errortable.h:
8235         * nt_defines.h: move .h into support/
8236
8237         * vms_defines.h: remove
8238
8239         * WorkArea.C: add space in debug output
8240
8241         * text2.C:
8242         * paragraph.C:
8243         * buffer.C: add WITH_WARNINGS
8244
8245         * vc-backend.h:
8246         * vc-backend.C:
8247         * bufferlist.C: s/retrive/retrieve/, add docs
8248
8249         * vspace.h:
8250         * vspace.C:
8251         * kbmap.h:
8252         * lyxlength.h:
8253         * lyxgluelength.h:
8254         * length_common.h:
8255         * chset.h:
8256         * chset.C: add docs
8257
8258         * lyxgui.C: add ID to X error handler
8259
8260         * lyxtestclass.c: fix typo
8261
8262 2002-02-26  Juergen Vigna  <jug@sad.it>
8263
8264         * tabular_funcs.C (write_attribute): changed so that some default
8265         attributes are not written at all.
8266         (getTokenValue): set default values before trying to read the
8267         value so we have the return value always set as default if we don't
8268         find the token we search for.
8269
8270         * tabular.C (Write): write bools as bools not as strings!
8271
8272 2002-02-22  Juergen Vigna  <jug@sad.it>
8273
8274         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8275         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8276
8277         * text.C (leftMargin): don't add an indent for paragraphs inside
8278         tabular cells (fix #208).
8279
8280 2002-02-21  José Matos  <jamatos@fep.up.pt>
8281
8282         * tabular.C (docBook): fixed support for long tables.
8283
8284 2002-02-20  Juergen Vigna  <jug@sad.it>
8285
8286         * text2.C (getFont): get the drawing font of the Inset if this
8287         paragraph is inside an inset (only important for InsetERT for now).
8288
8289         * buffer.C (insertErtContents): use new lanugage params in ERT
8290         constructor.
8291
8292         * CutAndPaste.C: commenting out seemingly uneeded code.
8293
8294 2002-02-19  Allan Rae  <rae@lyx.org>
8295
8296         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8297         Iterators might be simple to use but they also get invalidated.
8298         (removeAutoInsets): renamed saved cursor tracking variables and added
8299         some comments to clarify what everything does.
8300
8301 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8302
8303         * Chktex.C:
8304         * LaTeX.C:
8305         * LyXSendto.C:
8306         * converter.C:
8307         * lyx_cb.C:
8308         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8309         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8310
8311         * lyxfunc.C:
8312         * vc-backend.h: remove #include "support/syscall.h"
8313
8314         * LaTeX.C:
8315         * LyXSendto.C:
8316         * converter.C: rearrange #includes in Lars' approved fashion.
8317
8318         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8319         forward declare class Timeout in the header file.
8320
8321         * XFormsView.C: changes due to the above.
8322
8323         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8324         similar to LyXView.
8325
8326         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8327         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8328
8329 2002-02-18  José Matos  <jamatos@fep.up.pt>
8330
8331         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8332         insets contents.
8333
8334 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8335
8336         * a lot of small ws changes
8337         * add a lot of using std::XXX
8338         * use std construcs some places where approp.
8339         * use some exisint stuff from lyxfunctional where approp.
8340         * Make file changes to use partial linking (lets test this now...)
8341
8342 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8343
8344         * Chktex.C:
8345         * buffer.C:
8346         remove #include "support/syscontr.h" as it's redundant. Always has been.
8347
8348         * Chktex.C:
8349         * LaTeX.C:
8350         * LyXSendto.C:
8351         * converter.C:
8352         * lyx_cb.C:
8353         * vc-backend.C:
8354         change Systemcalls::System to Systemcalls::Wait and
8355         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8356         No change of functionality, just reflects the stripped down Systemcalls
8357         class.
8358
8359 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8360
8361         * debug.[Ch]: add a GRAPHICS type to the enum.
8362
8363 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8364
8365         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8366
8367         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8368         there is an inset.
8369
8370 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8371
8372         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8373         match the changes below.
8374
8375         * text2.C (toggleInset): if there is not editable inset at cursor
8376         position, try to see if cursor is _inside_ a collapsable inset
8377         and close it.
8378
8379 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8380
8381         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8382         document menu has a nice checkbox
8383
8384 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8385
8386         * lyxlength.C (asLatexString): change PW to output as percent of
8387         \textwidth.
8388
8389         * lengthcommon.C: change '%' to 't%'
8390
8391         * lyxfunc.C (dispatch): a few comments from Martin
8392
8393 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8394
8395         * WorkArea.h:
8396         * WorkArea.C:
8397         * BufferView_pimpl.h:
8398         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8399           the X selection.
8400
8401 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8402
8403         * vspace.C (inPixels): fix compiler warning
8404
8405 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8406
8407         * lyxfunc.C (getStatus): fix status message for disabled commands.
8408
8409 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8410
8411         * BufferView_pimpl.C: fix crash on close buffer
8412         during selection (#227)
8413
8414 2002-01-27  Herbert Voss  <voss@lyx.org>
8415
8416         * buffer.C: link old Figure to new graphic inset
8417
8418 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8419
8420         * FontLoader.C (getFontinfo): Change the latex font names in order
8421         to match the names of type1inst.
8422
8423 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8424
8425         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8426
8427         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8428         (extchanged): ditto
8429         (ext_exist): ditto
8430         (remove_files_with_extension): ditto
8431         (remove_file): ditto
8432         (write): ditto
8433
8434         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8435         document is smaller than the work area height. Do not initialize
8436         static variables to 0.
8437
8438 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8439
8440         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8441
8442         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8443         LFUN_LAYOUT_PARAGRAPHS.
8444
8445         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8446         tabular. It is possible to provide a possible cell, which will
8447         typically be the actcell from the corresponding insettabular
8448
8449         * lyxfunc.C (getStatus): small cleanup; disable
8450         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8451         true
8452
8453 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8454
8455         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8456
8457         * paragraph.C (startTeXParParams):
8458         (endTeXParParams): new methods. The LaTeX code to
8459         start/end paragraph formatting
8460         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8461         empty (fixes bug #200)
8462
8463         * vspace.C (inPixels): adapt to the change below
8464         (inPixels): [later] more cleanups (remove unused variables)
8465
8466         * lyxlength.C (inPixels): change to use a width and a height as
8467         parameter.
8468
8469 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8470
8471         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8472         Replaced with \paperwidth
8473
8474         * DepTable.C (insert): add std:: qualifier
8475
8476 2002-01-18  Allan Rae  <rae@lyx.org>
8477
8478         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8479         updated also?
8480
8481         * text.C (drawInset): Turned out I didn't know enough about how
8482         rebreaking worked.  This fixes most of the redraw problems.  I see
8483         an occasional cursor trail when a line is broken now and the cursor
8484         placement can seem out by a few pixels also after a rebreak.
8485
8486 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8487
8488         * buffer.C (parseSingleLyXformat2Token): update because minipage
8489         width is now a LyXLength
8490
8491         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8492
8493         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8494         math insets
8495
8496 2002-01-17  Juergen Vigna  <jug@sad.it>
8497
8498         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8499
8500         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8501         is set correctly and the inset is updated correctly.
8502
8503 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8504
8505         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8506         the beginning of the loop.
8507
8508 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8509
8510         * lyxrc.C: improve help for use_scalable_fonts
8511
8512 2002-01-17  Allan Rae  <rae@lyx.org>
8513
8514         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8515
8516 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8517
8518         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8519         make sure to set their inset_owner to the right value (bug #171)
8520
8521 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8522
8523         * DepTable.h
8524         * DepTable.C: Implement mtime checking to reduce time spent doing
8525         CRCs.
8526
8527 2002-01-16  Juergen Vigna  <jug@sad.it>
8528
8529         * tabular.C (GetAdditionalHeight): one of error fixed.
8530
8531         * lyxrc.C (output): small fix in writing use_pspell.
8532
8533 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8534
8535         * sp_base.h: #include LString.h
8536
8537 2002-01-16  Allan Rae  <rae@lyx.org>
8538
8539         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8540         Can someone check this please?
8541
8542         * text.C (drawInset): It was possible that p.row would be removed by
8543         breakAgainOneRow upsetting a few other settings.  There may be another
8544         small tweak possible by setting need_break_row = 0 when p.row has been
8545         removed but I don't know enough about the logic here.
8546
8547 2002-01-15  Allan Rae  <rae@lyx.org>
8548
8549         * text.C (insertChar): removed conditional truism.
8550
8551         * BufferView2.C (removeAutoInsets): More tweaks.
8552         cur_par_prev could be a stray pointer.  Check for trailing empty line
8553         in case last line was cur_par and only had an error inset on it.
8554
8555 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8556
8557         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8558         absolute
8559
8560         * vc-backend.C (most methods):
8561         * exporter.C (Export):
8562         * converter.C (convert):
8563         (runLaTeX):
8564         * LyXSendto.C (SendtoApplyCB):
8565         * lyxfunc.C (dispatch):
8566         (menuNew):
8567         (open):
8568         (doImport):
8569         * lyx_cb.C (AutoSave):
8570         (InsertAsciiFile):
8571         * BufferView_pimpl.C (MenuInsertLyXFile):
8572         * buffer.C (runChktex): use Buffer::filePath().
8573
8574         * buffer.h: rename filename to filename_; rename filepath to
8575         filepath_ and make it private
8576         (filePath): new method
8577
8578         * buffer.C (writeFile): use fileName()
8579         (getLatexName):
8580
8581         * lyx_main.C (init): fix starting  of LyX when the binary is a
8582         link from so,ewhere else.
8583
8584         * minibuffer.C: include <cctype> for isprint
8585
8586 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8587
8588         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8589         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8590         name clash with InsetCollapsable's width function.
8591
8592 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8593
8594         * lastfiles.C: include <iterator>
8595
8596 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8597
8598         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8599         std::count.
8600
8601         * buffer.C (makeLaTeXFile): ditto.
8602         Also make loop operation more transparent.
8603
8604 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8605
8606         * ToolbarDefaults.C: remove trailing comma closing namespace.
8607
8608         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8609
8610         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8611         as in WorkArea.
8612
8613         * trans.C (Load): comment out unused variable, allowed.
8614
8615 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8616
8617         * minibuffer.[Ch] (append_char): new method to recieve input from the
8618         drop-down completion browser. If a key was pressed, then recieve this
8619         char and append it to the existing string.
8620         (peek_event): modify the positioning data passed to the completion
8621         browser so that it can be placed above the minibuffer rather than below.
8622 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8623
8624         * LyXAction.C (init): alloe error-next for readonly documents.
8625
8626         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8627         count.
8628
8629 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8630
8631         * bufferlist.C (readFile): create the buffer _after_ checking that
8632         the file exists.
8633
8634         * lyxfunc.C (verboseDispatch): fix handling of arguments
8635
8636         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8637
8638         * lyxrc.C: use string::erase() instead of initializing to "".
8639
8640
8641 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8642
8643         * BufferView_pimpl.h:
8644         * BufferView_pimpl.C:
8645         * WorkArea.h:
8646         * WorkArea.C:
8647         * text2.C: tell X when we have made a selection for copying
8648
8649 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8650
8651         * BufferView_pimpl.C (MenuInsertLyXFile):
8652         * lyxfunc.C (menuNew):
8653         (open):
8654         (doImport): add shortcuts to directory buttons
8655
8656         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8657         open a float)
8658
8659         * lyxfunc.C (setStatusMessage):
8660         (getStatusMessage): new methods
8661         (getStatus):use setStatusMessage instead of setErrorMessage
8662         (dispatch): when function is disabled, set error message here
8663         [instead of in getStatus previously]
8664
8665         * BufferView_pimpl.C (workAreaButtonRelease): update
8666         toolbar/menubar here too.
8667
8668 2002-01-13  Allan Rae  <rae@lyx.org>
8669
8670         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8671         Now seems indestructible.  Remaining task is to audit all other
8672         code affected by deleteEmptyParagraphMechanism.  One small quirk
8673         left is that an empty document with an error in the preamble can
8674         be made to report an error but no error box appears.  I don't know
8675         where it goes.
8676         (removeAutoInsets): Improved comments.
8677
8678 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8679
8680         * Thesaurus.h:
8681         * Thesaurus.C: update for Aiksaurus 0.14
8682
8683 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8684
8685         * text2.C (firstParagraph): removed member function, all uses
8686         replaces with ownerParagraph
8687         (redoParagraphs): here
8688         (updateInset): here
8689         (toggleAppendix): here
8690         * BufferView2.C (insertErrors): here
8691         (setCursorFromRow): here
8692
8693 2002-01-13  Allan Rae  <rae@lyx.org>
8694
8695         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8696         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8697         There is still a way to segfault this although you may have to do this
8698         multiple times: Have an InsetERT with an unknown command in it.
8699         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8700         <down-arrow>, <Enter> again, View->DVI, BANG!
8701
8702         * text2.C (setCursor):
8703         (deleteEmptyParagraphMechanism):
8704         * lyxtext.h (setCursor):
8705         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8706         Making use of the return value may help fix other bugs.
8707
8708 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8709
8710         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8711
8712         * LyXView.C (updateMenubar): call MenuBar::update here
8713         (updateToolbar): but not here
8714         (showState): do not update toolbar/menubar
8715
8716         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8717         should need to care about that.
8718
8719         * lyxfunc.C (verboseDispatch): simplify a bit
8720         (getStatus): have a version which takes a pseudoaction, and
8721         another which requires a (kb_action,string).
8722
8723         * LyXAction.C (retrieveActionArg): make it work also when action
8724         is not a pseudo-action.
8725         (getActionName): simplify a bit
8726         (helpText):
8727
8728 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8729
8730         * lyxfunc.C (verboseDispatch): new families of methods with
8731         several ways to specify a command and a bool to indicate whether
8732         the command name and shortcut should be displayed in minibuffer
8733         (eventually, we could extend that to a finer bitmask like
8734         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8735         (dispatch): the pristine dispatch command which just, well,
8736         dispatchs! Note it still sets its result to minibuffer; I'm not
8737         sure we want that.
8738
8739         * lyxfunc.h: remove setHintMessage
8740
8741         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8742
8743 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8744
8745         * BufferView_pimpl.C (specialChar): delete new inset if we have
8746         not been able to insert it.
8747
8748         * kbmap.C: revert to using int instead of kb_action, since all we
8749         are dealing with is pseudo-actions.
8750
8751         * LyXAction.C (searchActionArg): change to return int instead of
8752         kb_action, since the result is a pseudoaction.
8753
8754 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8755
8756         * buffer.C (insertErtContents): Fix (partially) the font bug.
8757
8758 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8759
8760         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8761         as the other one is broken on my machine!
8762
8763 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8764
8765         * commandtags.h:
8766         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8767
8768 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8769
8770         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8771         reflect their actual use. Provide compatibility code for older lyxrc
8772         files.
8773
8774         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8775         FL_NORMAL_STYLE.
8776         change names of popup font variables in line with the changes to lyxrc.C
8777
8778 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8779
8780         * buffer.C (asciiParagraph): avoid outputing a word twice after
8781         an inset.
8782
8783         * lyxrc.C (getDescription): document that document_path and
8784         template_path can be empty.
8785
8786 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8787
8788         * LaTeXFeatures.C (getMacros):
8789         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8790
8791         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8792
8793         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8794         getPackages.
8795         (getPackages): rename feature "floats" to "float". Use an array to
8796         iterate over 'simple' features (i.e. just a \usepackage). Add
8797         handling of "amsmath" (renamed from "amsstyle").
8798
8799 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8800
8801         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8802         features list.
8803
8804 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8805
8806         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8807         FuncStaus::FuncStatus & FuncStaus::some_method().
8808
8809 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8810
8811         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8812         of the func_satus stuff. Edited and massaged in various ways by
8813         JMarc.
8814
8815         * lyxfunc.C (getStatus): use FuncStatus
8816
8817 2002-01-08  Juergen Vigna  <jug@sad.it>
8818
8819         * text.C (nextBreakPoint): use function Inset::isChar().
8820
8821         * paragraph.C (TeXOnePar): use function
8822         Inset::forceDefaultParagraphs.
8823
8824         * buffer.C (latexParagraphs): use function
8825         Inset::forceDefaultParagraphs.
8826
8827 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8828
8829         * lyx_gui.C (init): set the style of the menu popups to
8830         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
8831
8832 2002-01-07  Juergen Vigna  <jug@sad.it>
8833
8834         * text.C (setHeightOfRow): small fix
8835         (prepareToPrint): don't look at alignment if we don't have the place
8836         for doing it.
8837
8838 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8839
8840         * box.C: New file. Move the Box methods and functions out of box.h,
8841         following Lars' suggestion.
8842
8843 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8844
8845         * box.h: #include "support/LOstream.h", needed for inlined function.
8846
8847         * lyxtextclass.C:
8848         * lyxtextclasslist.C: added some using std declarations.
8849
8850 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
8851
8852         * box.h: make signed dimensions to allow insets wider than
8853           the screen (bug #162)
8854
8855         * BufferView_pimpl.C: add some insetHit debug
8856
8857 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
8858
8859         * vc-backend.C: add FIXME
8860
8861 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8862
8863         * lyxfunc.C (getStatus): enable code for showing math font status
8864         in toolbar/menu.
8865
8866 2002-01-07  Juergen Vigna  <jug@sad.it>
8867
8868         * text.C (nextBreakPoint): removed debug output not needed anymore.
8869
8870 2002-01-06  Juergen Vigna  <jug@sad.it>
8871
8872         * text.C (nextBreakPoint): fixed up this function we had this bug
8873         since ever but now hopefully we break row better.
8874         (insertChar): we have to check if an inset is the next char as it
8875         could now happen that a large inset is causing a break.
8876
8877 2002-01-05  Juergen Vigna  <jug@sad.it>
8878
8879         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
8880         if it doesn't like to be drawed.
8881
8882 2002-01-04  Juergen Vigna  <jug@sad.it>
8883
8884         * BufferView2.C (lockInset): forgot to set a cursor.
8885
8886         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
8887
8888 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
8889
8890         * FormMathsPanel.C:
8891         * FormMathsPanel.h
8892         * MathsSymbols.C:
8893         * form_maths_panel.C:
8894         * form_maths_panel.h:
8895         * form_maths_panel.fd: implemented sub- and super- buttons in math
8896         panel.
8897
8898         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
8899         (or ^ space) to be used as in TeX (req'd by André).
8900
8901         * lyxfunc.C: Allow ^ and _ again to be used both as
8902         super/subscript (mathed) and as themselves (in text).
8903
8904 2002-01-03  Allan Rae  <rae@lyx.org>
8905
8906         * LyXView.C (updateWindowTitle): Setup a short icon title of either
8907         "LyX" or the filename of the current buffer if it has one.  This is a
8908         modified form of John Levon's patch.
8909
8910         * XFormsView.C (setWindowTitle): also set icon title.
8911
8912         * LyXView.h (setWindowTitle): signature changed.
8913         * XFormsView.h (setWindowTitle): ditto.
8914
8915 2002-01-02  Juergen Vigna  <jug@sad.it>
8916
8917         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
8918
8919 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8920
8921         * screen.C (topCursorVisible): introduce a temp var for
8922         text->cursor.row(), handle the case where this row is null. (kindo
8923         hachish)
8924
8925         * text2.C (setCursor): add a couple of asserts.
8926
8927         * paragraph.h (inset_iterator): add -> operator
8928
8929         * paragraph.[Ch] (autoDeleteInsets): remove member function
8930
8931         * BufferView2.C (removeAutoInsets): rewrite to handle the old
8932         cursor pos correctly and handle inset deletion by itself.
8933         (insertErrors): move iterator declaration out of for expression
8934
8935         * lyxtextclass.C: add <algorithm>
8936
8937         * Makefile.am: added the new files to sources, removed layout.C
8938
8939         * layout.C: removed file
8940
8941         * layout.h: remove LYX_DUMMY_LAYOUT
8942
8943         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
8944         layout.
8945
8946         * lyxlayout.[Ch]:
8947         * lyxtextclass.[Ch]:
8948         * lyxtextclasslist.[Ch]: new files
8949
8950         * include order changes to a lot of files, also changes because of
8951         the six new files.
8952
8953 2001-12-27  Juergen Vigna  <jug@sad.it>
8954
8955         * buffer.C (asciiParagraph): more fixes.
8956
8957         * tabular.C (ascii): make ascii export support export of only the
8958         data separated by a column-delimiter.
8959         (ascii): better support for ascii export.
8960
8961         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
8962
8963 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8964
8965         * tabular_funcs.C: use a "using std::getline" instead of the
8966         previous fix from Angus (necessary for cxx + lyxstring)
8967
8968 2001-12-24  Juergen Vigna  <jug@sad.it>
8969
8970         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
8971
8972         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
8973         problems. First check a minipage also if we have some ert-contents
8974         (not only on par->size(), second set the right depth of the paragraph
8975         on the relink to the root-paragraph-list!
8976
8977         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
8978         which then did not anymore update the main paragraphs on undo/redo!
8979
8980 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8981
8982         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
8983         code. Support all font-changing funcs (even those which are not in
8984         menu currently). Support for reporting font settings in
8985         mathed (disabled until Andre provides a function on mathed's side).
8986
8987         * func_status.h (toggle): small helper function to set toggle
8988         state on a flag.
8989
8990 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
8991
8992         * tabular_funcs.C: getline -> std::getline
8993
8994 2001-12-21  Juergen Vigna  <jug@sad.it>
8995
8996         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
8997         accessed and could be 0 (I couldn't generate this but it seems
8998         Michael could!).
8999
9000 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9001
9002         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9003         * tabular_funcs.h: here and include iosfwd
9004
9005 2001-12-20  Juergen Vigna  <jug@sad.it>
9006
9007         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9008         inside inset but undo_par was.
9009
9010 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9011
9012         * Thesaurus.C: always include <config.h> in sources.
9013
9014         * Painter.h:
9015         * lyxlookup.h:
9016         * box.h: do not include <config.h> in header files
9017
9018         * text.C (paintLastRow): remove unused variable
9019
9020         * text.C (transformChar):
9021         (insertChar):
9022         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9023
9024         * Painter.C (text):
9025         * font.C (width): rewrite to use uppercase() instead of
9026         islower/toupper.
9027
9028         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9029
9030 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9031
9032         * lyxfind.C: clean up of find failure position change
9033
9034 2001-12-20  Juergen Vigna  <jug@sad.it>
9035
9036         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9037
9038         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9039         (TeXRow): added to LaTeX a single tabular row.
9040         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9041         (Latex): simplified and finally good LT-h/f support.
9042         (various_functions): just small adaptions for LT-h/f support.
9043
9044         * tabular_funcs.[hC]: added and moved here all not classfunctions
9045         of LyXTabular.
9046
9047 2001-12-19  Juergen Vigna  <jug@sad.it>
9048
9049         * tabular.[Ch]: better support for longtabular options (not finished
9050         yet!)
9051
9052 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9053
9054         * text.C (paintLastRow): use the label font instead of the font of
9055         the last character to compute the size of *_BOX. This makes more
9056         sense and avoids a crash with empty paragraphs.
9057         Use Painter::rectangle to draw EMPTY_BOX.
9058
9059 2001-12-19  Juergen Vigna  <jug@sad.it>
9060
9061         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9062         the paragraphs if the replaced paragraph is not the first one!
9063         Tried to delete not used paragraphs but does not work yet so for
9064         now it's inside #ifdef's and by default off!
9065
9066 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9067
9068         * MenuBackend.C: include "lyx_main.h" instead of declaring
9069         lastfiles (actually was declared as LastFiles* instead of a
9070         scoped_ptr).
9071
9072 2001-12-17  Juergen Vigna  <jug@sad.it>
9073
9074         * tabular.C (AppendColumn): applied John's fix
9075
9076 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9077
9078         * BufferView.h:
9079         * BufferView.C:
9080         * BufferView_pimpl.h:
9081         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9082
9083         * Makefile.am:
9084         * box.h: new start of class for above
9085
9086         * lyxfunc.C: ignore space-only minibuffer dispatches.
9087           Show the command name when it doesn't exist
9088
9089         * minibuffer.C: don't add empty lines to the history
9090
9091         * minibuffer.C: add a space on dropdown completion
9092
9093 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9094
9095         * text.C: fix line above/below drawing in insets
9096
9097 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9098
9099         * lyxlength.C (LyXLength): Initialize private variables.
9100
9101 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9102
9103         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9104         when inserting error insets.
9105
9106 2001-12-13  Juergen Vigna  <jug@sad.it>
9107
9108         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9109         actually sometimes the before-paragraph.
9110         (setUndo): don't clear the redostack if we're not actually undoing!
9111
9112 2001-12-06  Juergen Vigna  <jug@sad.it>
9113
9114         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9115         and fixed redoing of main paragraph, so we can use it now ;)
9116
9117         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9118
9119 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9120
9121         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9122         Juergen's request
9123
9124 2001-12-13  André Pönitz <poenitz@gmx.net>
9125
9126         * undostack.[Ch]:
9127         * undo_func.C: minor cleanup
9128
9129 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9130
9131         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9132         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9133         font in urw-fonts package which is marked as -urw-fontspecific and
9134         does not work (incidentally, changing the encoding in the
9135         fonts.dir of this package to -adobe-fontspecific fixes the
9136         problem).
9137
9138         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9139         is a crash when undoing first paragraph (Juergen, please take a
9140         look). THis does not mean the undo fix is wrong, just that it
9141         uncovers problems.
9142
9143         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9144         the (Paragraph*) version when needed instead of duplicating the
9145         code.
9146
9147         * text.C (workWidth): use Inset::parOwner to find out where the
9148         inset has been inserted. This is a huge performance gain for large
9149         documents with lots of insets. If Inset::parOwner is not set, fall
9150         back on the brute force method
9151
9152         * paragraph_pimpl.C (insertInset):
9153         * paragraph.C (Paragraph):
9154         (cutIntoMinibuffer): set parOwner of insets when
9155         inserting/removing them
9156
9157         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9158
9159 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9160
9161         * commandtags.h:
9162         * LyXAction.C:
9163         * lyx_main.C:
9164         * lyxfunc.C:
9165         * mathed/formulabase.C:
9166         * mathed/math_cursor.[Ch]:
9167         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9168
9169
9170 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9171
9172         * lyxlength.[Ch] (operator!=): new function
9173
9174 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9175
9176         * text.C (workWidth): use Inset::parOwner to find out where the
9177         inset has been inserted. This is a huge performance gain for large
9178         documents with lots of insets. If Inset::parOwner is not set, fall
9179         back on the brute force method
9180
9181         * paragraph_pimpl.C (insertInset):
9182         * paragraph.C (Paragraph):
9183         (cutIntoMinibuffer): set parOwner of insets when
9184         inserting/removing them
9185
9186         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9187
9188 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9189
9190         * tabular-old.C (getTokenValue):
9191         * tabular.C (getTokenValue):
9192         (write_attribute): new versions for LyXLength
9193         (everywhere): adjust the use of widths
9194
9195         * tabular.h: change the type of widths from string to LyXLength
9196
9197 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9198
9199         * paragraph.C: fixed missing line number count when exporting
9200         Environments to LaTeX file
9201
9202         * buffer.C: added informational message for checking line numbers.
9203
9204 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9205
9206         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9207         paragraph, do the 'double space' part, but not the 'empty
9208         paragraph' one.
9209
9210         * text.C (workWidth): small optimization
9211         (getLengthMarkerHeight): use minimal size for negative lengths.
9212
9213 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9214
9215         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9216
9217         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9218
9219 2001-12-11  André Pönitz <poenitz@gmx.net>
9220
9221         * FontLoader.C:
9222         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9223
9224 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9225
9226         * text2.C: keep selection on a setFont()
9227
9228 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9229
9230         * lyx_cb.C: another bv->text misuse, from insert label
9231
9232 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9233
9234         * kbsequence.h:
9235         * kbsequence.C: re-instate nmodifier mask
9236
9237 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9238
9239         * lyx_main.h: make lyxGUI private.
9240
9241 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9242
9243         * lyxfind.C: place the cursor correctly on failed search
9244
9245 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9246
9247         * text.C (getLengthMarkerHeight): for small heights, the arrows
9248         are not always on top/bottom of the text
9249         (drawLengthMarker): smaller arrows; take the left margin in
9250         account; draw also vfills.
9251         (paintFirstRow):
9252         (paintLastRow): remove special code for vfill and standard spaces,
9253         since everything is handled in drawLengthMarker now.
9254
9255 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9256
9257         * buffer.C (insertErtContents): try to handle font and language
9258         interaction a bit better.g
9259
9260         * ColorHandler.C (updateColor): change the hash to cover the whole
9261         LColor enum, ws cleanup
9262         (getGCLinepars): ditto
9263         (getGCLinepars): only lookup in the linecache once.
9264
9265 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9266
9267         * iterators.C (operator++): Make the iterator more robust
9268
9269         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9270         (John's patch)
9271         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9272
9273 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9274
9275         * lyxtext.h:
9276         * text.C: better added space drawing
9277
9278 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9279
9280         * LyXView.C:
9281         * BufferView2.C: fix layout combo update on inset unlock
9282
9283 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9284
9285         * Makefile.am: don't compile unused files
9286
9287 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9288
9289         * lyxfunc.C:
9290         * commandtags.h:
9291         * LyXAction.C: remove old LFUN_LAYOUTNO
9292
9293 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9294
9295         * paragraph_pimpl.h:
9296         * paragraph_pimpl.C: isTextAt() doesn't need font param
9297
9298 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9299
9300         * lyxlex.h:
9301         * lyxlex.C: little cleanup
9302
9303 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9304
9305         * BufferView_pimpl.C: fix insertAscii for insets
9306
9307 2001-12-05  Juergen Vigna  <jug@sad.it>
9308
9309         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9310         set the right font on the "multi" paragraph paste!
9311
9312 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9313
9314         * trans_decl.h:
9315         * trans_mgr.[Ch]:
9316         * trans.[Ch]:
9317         * lyxgluelength.C:
9318         * lyxlength.C: remove out-commented code.
9319
9320         * BufferView_pimpl:
9321         * CutAndPaste.C:
9322         * DepTable.C:
9323         * buffer.C:
9324         * chset.C:
9325         * lastfiles.C:
9326         * lyxlex.C:
9327         * lyxlex_pimpl.C:
9328         * lyxserver.C:
9329         * screen.C:
9330         * tabular-old.C:
9331         * tabular.C:
9332         * text.C:
9333         * trans_mgr.C:
9334         * vc-backend.C: change "while(" to "while ("
9335
9336         * lyxlength.[Ch]: add zero function to check if length is zero or
9337         not
9338         * lyxgluelength.C: use it
9339
9340 2001-12-05  Allan Rae  <rae@lyx.org>
9341
9342         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9343         Works for 2.95.3, from what I understand of Garst's reports this should
9344         work for other g++ versions.  We're screwed if the abs(int) definition
9345         changed between bugfix releases of gcc.
9346
9347 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9348
9349         * text.C: fix chapter label offset !
9350
9351 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9352
9353         * lyxtext.h:
9354         * text.C: fix hfill at end of line, clean up
9355
9356 2001-12-04  Juergen Vigna  <jug@sad.it>
9357
9358         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9359         that we force an update of the inset and it's owners if neccessary.
9360
9361 2001-12-03  Juergen Vigna  <jug@sad.it>
9362
9363         * text.C (rowLast): simplified code
9364
9365 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9366
9367         * lyxfunc.C: fix show options on timeout
9368
9369 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9370
9371         * screen.C (topCursorVisible): scroll half a page when the cursor
9372         reached top of bottom of screen
9373
9374 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9375
9376         * minibuffer.C: deactivate on loss of focus
9377
9378 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9379
9380         * vspace.[Ch] (operator!=): add operator.
9381
9382 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9383
9384         * BufferView_pimpl.C: refuse to open an inset when
9385         there's a selection.
9386
9387 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9388
9389         * BufferView_pimpl.C: allow to click on RHS of full row insets
9390
9391 2001-11-30  Juergen Vigna  <jug@sad.it>
9392
9393         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9394         insets for undo reasons.
9395
9396 2001-11-28  André Pönitz <poenitz@gmx.net>
9397
9398         * vspace.[Ch]: cosmetical changes
9399
9400 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9401
9402         * LyXAction.h:
9403         * LyXAction.C:
9404         * lyxfunc.h:
9405         * lyxfunc.C:
9406         * kbmap.h:
9407         * kbmap.C:
9408         * lyxrc.C:
9409         * kbsequence.h:
9410         * kbsequence.C: part re-write of old kb code
9411
9412         * Painter.C:
9413         * WorkArea.C: remove Lgb_bug_find_hack
9414
9415 2001-11-30  José Matos <jamatos@fep.up.pt>
9416
9417         * buffer.C (makeDocBookFile): add a comment to point a hack.
9418         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9419         Fixed a double write of labels.
9420
9421 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9422
9423         * LaTeX.C:
9424         * LaTeX.h Fixed bug in LaTeX class where it would not
9425         re-run latex if no depfiles were changed, but the .dvi was removed.
9426
9427 2001-11-28  André Pönitz <poenitz@gmx.net>
9428
9429         * all the files from the change on 2001/11/26:
9430         use lyx::layout_type instead of LyXTextClass::size_type
9431         use lyx::textclass_type instead of LyXTextClassList::size_type
9432
9433 2001-11-29  Juergen Vigna  <jug@sad.it>
9434
9435         * text.C: added support for paragraph::isFreeSpacing()
9436
9437         * buffer.C: same as above
9438
9439         * paragraph.h: inserted isFreeSpacing() function to enable
9440         FreeSpacing inside InsetERT.
9441
9442         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9443         of the paragraph's in the cut/copy buffer to 0!
9444
9445         * text2.C (removeRow): remove the assert as it can!
9446
9447         * lyxtext.h: added helper function firstRow returning firstrow and
9448         made firstrow private again.
9449
9450         * BufferView2.C (lockInset): don't relock if we're already locked!
9451
9452         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9453         the only paragraph.
9454         (removeRow): added Assert::(firstrow)
9455
9456         * debug.C: forgot to add INSETTEXT here.
9457
9458 2001-11-28  Juergen Vigna  <jug@sad.it>
9459
9460         * sp_spell.C (initialize): changed error text to more general
9461         spellchecker command use (not only ispell!)
9462
9463         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9464
9465         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9466
9467 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9468
9469         * vspace.C: initialise lyxgluelength on failure
9470
9471 2001-11-28  Allan Rae  <rae@lyx.org>
9472
9473         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9474         declaration & definition that looks like a function declaration.
9475
9476 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9477
9478         * BufferView2.C (copy):
9479         (copyEnvironment): do not clear the selection when doing a copy.
9480
9481         * text.C (paintFirstRow): compilation fix
9482
9483 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9484
9485         * tabular.C (Latex): correct line count when writing latex.
9486
9487 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9488
9489         * paragraph_pimpl.h:
9490         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9491           bug a bit
9492
9493 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9494
9495         * text.C:
9496         * LColor.h:
9497         * LColor.C: change vfillline->added_space
9498
9499         * text.C: add markers and text for added space
9500
9501         * vspace.C: fix comment
9502
9503 2001-11-28  André Pönitz <poenitz@gmx.net>
9504
9505         * paragraph.C: whitespace changes
9506         * all the other files from the change on 2001/11/26:
9507         change *::pos_type into lyx::pos_type
9508
9509 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9510
9511         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9512         language of the document when inserting error insets.
9513
9514 2001-11-26  André Pönitz <poenitz@gmx.net>
9515
9516         * BufferView_pimpl.[Ch]:
9517         *       CutAndPaste.C:
9518         * buffer.[Ch]:
9519         * lyxcursor.[Ch]:
9520         * lyxfind.C:
9521         * lyxfunc.C:
9522         * lyxrow.[Ch]:
9523         * paragraph.[Ch]:
9524         * paragraph_pimpl.[Ch]:
9525         * sp_spell.C:
9526         * text.C:
9527         * text2.C: reduce header dependencies, introduce type for positions
9528
9529 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9530
9531         * <various>: change to use Alert.h
9532
9533 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9534
9535         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9536         when encountering an unknown token.
9537         (readLyXformat2): Show an error message if there were unknown tokens.
9538
9539 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9540
9541         * BufferView2.C:
9542         * BufferView_pimpl.C:
9543         * buffer.C:
9544         * paragraph.h:
9545         * text.C:
9546         * text2.C: use par->isInset()
9547
9548 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9549
9550         * paragraph_pimpl.h:
9551         * paragraph_pimpl.C: cleanup
9552
9553 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9554
9555         * text2.C (removeRow):
9556         * text.C (setHeightOfRow): remove useless (and costly) call to
9557         getRow.
9558
9559 2001-11-20  Allan Rae  <rae@lyx.org>
9560
9561         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9562         Now need Inset*::checkInsertChar() to return true for appropriate
9563         cases so that the characters in the minibuffer will actually be
9564         inserted.
9565
9566 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9567
9568         * text.C: change the order of the includes.
9569         (workWidth): initialize it at once.
9570         (workWidth): make maxw unsigned
9571         (setHeightOfRow): remove unused variable (inset)
9572         (selectSelectedWord): remove unused variable (inset)
9573         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9574
9575 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9576
9577         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9578         server is not running.
9579         (openConnection):
9580         (closeConnection): add debug info when server is disabled.
9581
9582         * ColorHandler.C (getGCForeground): send debug message to GUI
9583         channel.
9584
9585         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9586
9587         * kbmap.C (bind): modify because return conventions of
9588         kb_sequence::parse have changed.
9589
9590         * kbsequence.C (parse): only ignore spaces and not any stupid
9591         control character. This avoids tests like s[i] <= ' ', which are
9592         guaranteed to fail with 8bit characters and signed chars.
9593         Change return code to string::npos when there have been no error
9594         (0 was a bad idea when error is at first character)
9595
9596 2001-11-14  José Matos  <jamatos@fep.up.pt>
9597
9598         * buffer.h:
9599         * buffer.C (simpleDocBookOnePar): removed unused argument.
9600
9601 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9602
9603         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9604         insets which are part of a word. Paragraph::isLetter takes care of
9605         that now. Use Paragraph::isInset to identify insets.
9606         (selectSelectedWord): do not test for hyphenation break.
9607
9608         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9609         that protected spaces are considered as spaces.
9610
9611         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9612         Inset::isLetter.
9613
9614 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9615
9616         * lyxserver.h:
9617         * lyxserver.C: fix it. and small cleanup.
9618
9619 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9620
9621         * BufferView_pimpl.C: use inline helpers
9622
9623         * LaTeXFeatures.h:
9624         * LaTeXFeatures.C: fix typos
9625
9626         * Spacing.h:
9627         * Spacing.C: move spacing_string into class
9628
9629         * ToolbarDefaults.C: move stuff into namespace anon
9630
9631         * layout.h: update enum
9632
9633         * lyxfunc.C: use better debug
9634
9635         * minibuffer.h: fix typo
9636
9637         * debug.h:
9638         * debug.C:
9639         * WorkArea.C: add and use Debug::WORKAREA
9640
9641         * lyxtext.h:
9642         * text.C:
9643         * text2.C: code re-organisation, inline helpers
9644
9645 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9646
9647         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9648         std::vector.empty().
9649
9650 2001-11-09  Allan Rae  <rae@lyx.org>
9651
9652         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9653         '\n's after tables.  Tabular and ERT inset work now makes this no
9654         longer necessary.
9655
9656 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9657
9658         * minibuffer.h:
9659         * minibuffer.C: fix crash, improve drop-down completion
9660
9661 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9662
9663         * lyxserver.h:
9664         * lyxserver.C: invalidate fd's when doing endPipe()
9665
9666 2001-11-08  José Matos  <jamatos@fep.up.pt>
9667
9668         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9669         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9670
9671         * paragraph.h:
9672         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9673
9674 2001-11-07  José Matos  <jamatos@fep.up.pt>
9675
9676         * buffer.h:
9677         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9678         const qualifier.
9679
9680         * buffer.C (sgmlOpenTag):
9681         * buffer.C (sgmlCloseTag): removed debug info.
9682
9683         * buffer.h (sgmlOpenTag):
9684         * buffer.h (sgmlCloseTag): made public.
9685
9686 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9687
9688         * buffer.C (saveParamsAsDefaults):
9689         * lyx_cb.C (MenuLayoutSave): remove
9690
9691         * LyXAction.C (init):
9692         * commandtags.h:
9693         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9694
9695 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9696
9697         * buffer.C (setPaperStuff): removed from here...
9698
9699         * bufferparams.C (setPaperStuff): ... and moved there.
9700
9701 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9702
9703         * minibuffer.h:
9704         * minibuffer.C:
9705         * XFormsView.C: add support for drop-down completion
9706
9707 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9708
9709         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9710         commands.
9711
9712 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9713
9714         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9715         disabled.
9716
9717 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9718
9719         * lyx_main.C: change ref to known bugs
9720
9721 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9722
9723         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9724         to work around older babel problems.
9725
9726 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9727
9728         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9729
9730 2001-10-24  Juergen Vigna  <jug@sad.it>
9731
9732         * tabular-old.C (ReadOld): below variable changes reflected.
9733
9734         * tabular.[Ch]: added ltType struct for longtable header/footer
9735         defines and changed all instances where they are used. Added
9736         future support for double top/bottom rows.
9737
9738 2001-10-24  José Matos  <jamatos@fep.up.pt>
9739
9740         * buffer.h (docbookHandleCaption):
9741         * buffer.C (docbookHandleCaption): removed unused function.
9742         (makeDocBookFile): moved docbook supported version to v4.1.
9743
9744 2001-10-24  José Matos  <jamatos@fep.up.pt>
9745
9746         * tabular.h:
9747         * tabular.C (docbookRow): new function to export docbook code of a row.
9748         (DocBook): now honors the longtable flags.
9749
9750 2001-10-23  José Matos  <jamatos@fep.up.pt>
9751
9752         * LaTeXFeatures.h:
9753         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9754         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9755
9756         * buffer.C (makeLinuxDocFile):
9757         (makeDocBookFile): reworked the preamble, more clean, and with
9758         support for lyx defined entities. Changed the document declaration
9759         to be more XML friendly.
9760
9761         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9762         if we need to output XML that should be done with a filter.
9763
9764 2001-10-22  Juergen Vigna  <jug@sad.it>
9765
9766         * sp_pspell.h (class PSpell): add alive function needed in the
9767         controller to see if the spellchecker could be started.
9768
9769 2001-10-22  Juergen Vigna  <jug@sad.it>
9770
9771         * buffer.C (insertStringAsLines): modify the font for inserting
9772         chars in certain conditions by calling checkInsertChar(font).
9773
9774 2001-10-19  Juergen Vigna  <jug@sad.it>
9775
9776         * text.C (workWidth): use getRow instead of wrong algorithm.
9777         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9778
9779 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9780
9781         * lyxserver.h:
9782         * lyxserver.C:
9783         * lyx_main.h:
9784         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9785
9786 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9787
9788         * text.C (workWidth): do not search for the exact row when
9789         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9790         optimization for big documents.
9791
9792 2001-10-18  Juergen Vigna  <jug@sad.it>
9793
9794         * text.C (workWidth): new function with added Inset * parameter.
9795
9796 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9797
9798         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9799
9800         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9801         change return type of getColumnNearX.
9802
9803
9804         * text.C (changeRegionCase): use uppercase/lowercase instead of
9805         toupper/tolower.
9806         (leftMargin):
9807         (rightMargin): simplify code by factoring out the uses of
9808         textclasslist.
9809         (labelFill):
9810         (numberOfHfills):
9811         (setHeightOfRow):
9812         (appendParagraph): use Paragraph::size_type
9813
9814 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9815
9816         * vspace.C (asLatexString): add a missing break
9817
9818 2001-10-15  Herbert Voss  <voss@perce.de>
9819
9820         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
9821
9822 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9823
9824         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
9825         is not available.
9826
9827 2001-10-10  André Pönitz <poenitz@gmx.net>
9828
9829         * lyxfunc.C: removed greek_kb_flag.
9830
9831 2001-10-10  Herbert Voss  <voss@perce.de>
9832
9833         * lyx_main.C: delete global string help_lyxdir.
9834
9835 2001-10-09  Herbert Voss  <voss@perce.de>
9836
9837         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
9838
9839         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
9840
9841         * lyx_main.C: added global string help_lyxdir.
9842
9843         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
9844
9845 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9846
9847         * lyxrc.C (set_font_norm_type): support iso8859-4
9848
9849 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
9850
9851         * LaTeX.C (deplog): add another regex for MikTeX
9852
9853 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9854
9855         * lyxrc.C (set_font_norm_type): support iso8859-3
9856
9857 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9858
9859         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
9860
9861         * LaTeXFeatures.C: remove special case of french and index
9862
9863         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
9864         before \begin{document}). This solves several incompatibilities.
9865
9866 2001-10-03  Garst Reese  <reese@isn.net>
9867
9868         * lyx_cb.C: change CheckTex error msg.
9869
9870 2001-10-03  José Matos  <jamatos@fep.up.pt>
9871
9872         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
9873
9874 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9875
9876         * .cvsignore: update
9877
9878         * lyx_main.C (commandLineVersionInfo): use new style version info.
9879
9880         * buffer.C (writeFile):
9881         (makeLaTeXFile):
9882         (makeLinuxDocFile):
9883         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
9884
9885         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
9886
9887         * version.h: update to use stuff in version.C
9888
9889         * version.C.in: new file. Contains version information determined
9890         at compile time. This is a merging of version.h and
9891         version_info.h.in.
9892
9893 2001-10-03  Juergen Vigna  <jug@sad.it>
9894
9895         * BufferView_pimpl.C (update): don't change "dirty" status in
9896         updateInset call.
9897
9898 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
9899
9900         * WorkArea.C (c-tor): re-position version string slightly.
9901
9902 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
9903
9904         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
9905         revert to previous code.
9906
9907         WorkArea.[Ch]: (show, destroySplash): methods removed.
9908
9909         WorkArea.C: rework code so that it's an amalgam of the codes before and
9910         after the splash screen was moved to WorkArea.
9911
9912 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9913
9914         * lyxrc.C (read):
9915         * vspace.C (inPixels):
9916         (lyx_advance):
9917         * kbmap.C (bind):
9918         * buffer.C (insertStringAsLines):
9919         (asciiParagraph): fix types to be large enough
9920
9921         * lyxlex_pimpl.h: change member status from short to int
9922
9923         * layout.h: fix type of endlabeltype
9924
9925         * kbmap.C (bind):
9926         * kbsequence.C (parse): change return type to string::size_type
9927
9928         * LaTeX.C (updateBibtexDependencies): comment out unneeded
9929         variable
9930
9931         * Bullet.C (bulletSize):
9932         (bulletEntry): do not use short ints as parameters
9933
9934         * BufferView2.C (insertLyXFile): change a char to an int.
9935
9936         * WorkArea.C (WorkArea): remove unneeded floats in computation
9937
9938 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
9939
9940         * buffer.C (asciiParagraph): Treat '\\' as other chars.
9941
9942         * paragraph.C (asString): Do not ignore newline/hfill chars when
9943         copying to the clipboard.
9944
9945 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
9946
9947         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
9948         after a multi-line inset.
9949
9950 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
9951
9952         * paragraph.C (validate): Set NeedLyXFootnoteCode
9953
9954 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9955
9956         * lyxfont.C (LyXSizeNames): changed increase-error to increase
9957         and decrease-error to decrease.
9958
9959 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9960
9961         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
9962         it more readable (should be equivalent)
9963
9964 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9965
9966         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
9967
9968 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9969
9970         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
9971         of a cursor (row, etc.) after a character has been deleted
9972         (deleteEmptyParagraphMechanism): call the method above on _all_
9973         cursors held by the LyXText when a double space has been
9974         detected/deleted.
9975
9976 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9977
9978         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
9979         pixmap.
9980         (resizeCurrentBuff): remove code to destroy the old splash dialog.
9981
9982         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
9983         background. Use greyOut() and the new show() methods to toggle between
9984         the foreground and background. Add code to remove the splash after
9985         its initial showing.
9986
9987         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
9988         (create_forms): no longer call Dialogs::showSplash.
9989
9990 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9991
9992         * .cvsignore: add version_info.h
9993
9994 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9995
9996         * version_info.h.in: new file
9997
9998         * Makefile.am: add version_info.h.in
9999
10000         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10001         version_info.h instead of VERSION_INFO
10002
10003 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10004
10005         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10006         The ERT inset now returns string().
10007
10008 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10009
10010         * lyxtext.h, text.C (selectNextWord): renamed as
10011         selectNextWordToSpellcheck.
10012
10013         * text.C (selectNextWordToSpellcheck): Modified to not select
10014         words inside an ERT inset.
10015
10016 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10017
10018         * lyx_cb.C (MenuLayoutSave): change a bit the question
10019
10020         * sp_base.h: include <sys/types.h>
10021
10022 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10023
10024         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10025
10026 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10027
10028         * several files: fix typos in user-visible strings
10029
10030 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10031
10032         * text2.C (pasteSelection): do not set the selection, since it
10033         will be cleared later. Actually, the intent was to fix the way the
10034         selection was set, but I figured rmoving the code was just as good.
10035
10036 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10037
10038         * FontLoader.C (available): Check if font is available without
10039         loading the font.
10040
10041 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10042
10043         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10044
10045 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10046
10047         * lyxrc.[Ch]: added display_graphics variable and associated code.
10048
10049 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10050
10051         * bufferparams.C (hasClassDefaults): new method. Returns true if
10052         the buffer parameters correspond to known class defaults
10053
10054 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10055
10056         * XFormsView.C (show): set minimum size to the main window.
10057
10058 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10059
10060         * text2.C (copySelection):
10061         (cutSelection):
10062         * lyxfind.C (LyXReplace):
10063         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10064         LyXText::selectionAsString.
10065
10066         * paragraph.C (asString): add "label" argument to the second form
10067
10068         * text2.C (selectionAsString): add "label" argument and pass it to
10069         Paragraph::asString.
10070
10071 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10072
10073         * lyx_main.C (commandLineHelp): remove version information
10074
10075 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10076
10077         * lyx_main.C: add -version commandline option
10078
10079 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10080
10081         * paragraph.h: make the optional constructor arg required instead.
10082         some modifications to other files because of this.
10083
10084         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10085
10086         * lyxserver.C (C_LyXComm_callback): make it static
10087
10088         * lyx_main.C (error_handler): make it static
10089
10090         * lyx_gui.C (LyX_XErrHandler): make it static
10091
10092         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10093
10094         * WorkArea.C: make the extern "C" methods static.
10095
10096         * Makefile.am (lyx_LDADD): simplify
10097
10098 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10099
10100         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10101         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10102
10103         * LyXAction.C (init):
10104         * lyxfunc.C (dispatch): associated code removal.
10105
10106 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10107
10108         * lyxfont.h (isSymbolFont): shut off warning
10109
10110         * text.C (setHeightOfRow):
10111         (getVisibleRow): fix crash with empty paragraphs which have a
10112         bottom line
10113
10114 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10115
10116         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10117         code.
10118
10119 2001-09-04  José Matos  <jamatos@fep.up.pt>
10120         * buffer.C
10121         * buffer.h
10122         * tabular.C (docbook): rename docBook method to docbook.
10123
10124 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10125
10126         * Makefile.am: add dependencies to main.o.
10127
10128 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10129
10130         * FontLoader.C (available): Return false if !lyxrc.use_gui
10131
10132 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10133
10134         * FontInfo.C (query):
10135         * converter.C (view):
10136         * importer.C (Import):
10137         * exporter.C (Export): Can not -> cannot.
10138
10139 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10140
10141         * BufferView_pimpl.C: allow to create index inset even if
10142           string is empty
10143
10144 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10145
10146         * buffer.C (getLists): replace boost::tie code with an explicit pair
10147         as boost::tie can break some compilers.
10148
10149         * iterators.h: Added a std:: declaration to the return type of
10150         ParIterator::size.
10151
10152 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10153
10154         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10155           case.
10156
10157 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10158
10159         * iterators.[Ch]: New files. Provide paragraph iterators.
10160
10161         * buffer.C (changeLanguage): Use paragraph iterators.
10162         (isMultiLingual): ditto
10163
10164         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10165
10166 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10167
10168         * FontLoader.C: Support for cmr font.
10169
10170 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10171
10172         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10173         (available): New method.
10174
10175         * FontInfo.C (getFontname): Use scalable fonts even when
10176         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10177         found.
10178
10179 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10180
10181         * converter.C (Formats::view): reverted! Incorrect fix.
10182
10183 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10184
10185         * converter.C (Formats::view): only output the -paper option
10186         if the dvi viewer is xdvi, thereby fixing bug #233429.
10187
10188 2001-08-23  Herbert Voss  <voss@perce>
10189
10190         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10191
10192 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10193
10194         * Spacing.h (Spacing): Set space to Default on in the default
10195         constructor.
10196
10197 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10198
10199         * vc-backend.h (RCS::versionString): add RCS to version
10200         (CVS::versionString): add CVS to version
10201
10202         * vc-backend.C (scanMaster): do not add CVS to version.
10203         (scanMaster): do not add RCS to version
10204
10205         * lyxvc.C (versionString): new method
10206
10207         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10208
10209 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10210
10211         * Spacing.C (set): initialize fval
10212
10213 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10214
10215         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10216         " or \.
10217
10218 2001-08-16  Juergen Vigna  <jug@sad.it>
10219
10220         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10221
10222 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10223
10224         * BufferView_pimpl.C:
10225         * figureForm.C:
10226         * lyxtext.h:
10227         * text2.C: setParagraph takes linespacing now
10228
10229 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10230
10231         * LyxAction.C: add internal LFUN_CITATION_INSERT
10232
10233         * LyXView.C: actually apply fix
10234
10235         * bufferlist.C: fix open non-existent file
10236
10237         * lyxfind.C: fix indentation
10238
10239         * lyxfunc.C: remove unneeded assert, fix typo
10240
10241 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10242
10243         * MenuBackend.C: use "Floatname List"
10244
10245 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10246
10247         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10248         when converting LaTeX layout to insetERT.
10249         Generate a non-collapsed float when reading old float
10250
10251 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10252
10253         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10254         ERT insets.
10255
10256 2001-08-13  Juergen Vigna  <jug@sad.it>
10257
10258         * text.C (fill): return 0 instead of 20 as this seems to be the more
10259         correct value.
10260
10261 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10262
10263         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10264         lyxrc.font_norm.
10265
10266 2001-08-13  Juergen Vigna  <jug@sad.it>
10267
10268         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10269         casesensitive off.
10270         (SearchBackward): comment out the unlocking of the inset_owner this
10271         should not be needed!
10272
10273 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10274
10275         * Many files: Remove inherit_language, and add latex_language
10276
10277         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10278         collapsible insets.
10279
10280 2001-08-10  Juergen Vigna  <jug@sad.it>
10281
10282         * text.C (prepareToPrint): fixed hfill-width in draw!
10283
10284         * BufferView2.C (selectLastWord): save the selection cursor as this
10285         now is cleared in the function LyXText::clearSelection!
10286
10287 2001-08-08  Juergen Vigna  <jug@sad.it>
10288
10289         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10290         BACKSPACE type functions.
10291
10292         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10293         is only cutted from the document but not put in the cut-buffer, where
10294         still the old stuff should be.
10295
10296         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10297
10298         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10299
10300         * tabular.C (SetWidthOfCell): fixed special case where the width
10301         was not updated!
10302         (LeftLine): handle '|' in align_special.
10303         (RightLine): ditto
10304         (LeftAlreadyDrawed): ditto
10305         (SetWidthOfCell): ditto
10306
10307 2001-08-07  Juergen Vigna  <jug@sad.it>
10308
10309         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10310
10311 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10312
10313         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10314         * lyxlex.[hC]: ditto
10315
10316 2001-08-06  Juergen Vigna  <jug@sad.it>
10317
10318         * text.C (getVisibleRow): fix up row clearing a bit.
10319
10320 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10321
10322         * minibuffer.C: make sure the X server sees the changes in the input.
10323
10324 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10325
10326         * paragraph.C (getFont): split into...
10327         (getLabelFont): this
10328         (getLayoutFont): and this
10329         * paragraph_pimpl.C (realizeFont): calling this
10330
10331         * text2.C (getFont): split into...
10332         (getLayoutFont): this
10333         (getLabelFont): and this
10334         (realizeFont): all three calling this
10335
10336         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10337         files where used.
10338
10339 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10340
10341         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10342
10343 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10344
10345         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10346         layouts from the Quote inset insertion.
10347
10348 2001-08-03  Juergen Vigna  <jug@sad.it>
10349
10350         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10351
10352         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10353         only if status not is already CHANGED_IN_DRAW (second level).
10354
10355         * text.C (draw): don't set the need_break_row when inside an
10356         InsetText LyXText.
10357
10358 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10359
10360         * buffer.C (parseSingleLyXformat2Token): handle more latex
10361         conversion cases.
10362
10363         * bufferview_funcs.[hC]: change function names to
10364         begin with small char, adjust other files.
10365
10366 2001-08-02  André Pönitz <poenitz@gmx.net>
10367
10368         * lyxfunc.C:
10369         BufferView_pimpl.C: remove broken special code for math-greek
10370
10371 2001-08-02  Juergen Vigna  <jug@sad.it>
10372
10373         * BufferView_pimpl.C (update): redone this function so that we
10374         update the text again if there was a CHANGE_IN_DRAW.
10375
10376         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10377         (drawFromTo): added a new internal bool which is used by draw() and
10378         redraw() function.
10379         (general): some cursor drawing problems fixed.
10380
10381 2001-08-01  Juergen Vigna  <jug@sad.it>
10382
10383         * lyxfind.C (LyXFind): fixed
10384         (SearchForward): ditto
10385         (SearchBackward): ditto
10386
10387         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10388         spurius drawing of the cursor in the main area.
10389
10390         * text2.C (status): small fix which could lead to a segfault!
10391         (clearSelection): remove unneeded BufferView param.
10392
10393 2001-08-01  André Pönitz <poenitz@gmx.net>
10394
10395         * lyxfunc.C: small change due to changed mathed interface
10396
10397 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10398
10399         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10400
10401 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10402
10403         * lyxfunc.c: fail gracefully if file doesn't exist
10404
10405         * LyXSendto.C:
10406         * buffer.C:
10407         * lyxfunc.C:
10408         * BufferView_pimpl.C: IsDirWriteable() proto changed
10409
10410         * LyXView.C: fix updateWindowTitle() to store the last title
10411
10412 2001-07-31  Juergen Vigna  <jug@sad.it>
10413
10414         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10415         the font (wrong since using of Paragraph::highestFontInRange).
10416
10417         * paragraph.C (highestFontInRange): added a default_size parameter.
10418
10419         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10420         (setHeightOfRow): reformat
10421
10422 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10423
10424         * converter.[hC] + affected files: move to (inital-char)lowercase
10425         function names.
10426
10427         * ParagraphParameters.C (ParagraphParameters): remove commented code
10428
10429         * PainterBase.[Ch]: remove commented code
10430
10431         * LaTeXFeatures.h: add "bool floats" for float.sty
10432
10433         * LaTeXFeatures.C (LaTeXFeatures): init floats
10434         (require): handle float
10435         (getPackages): do it with floats
10436
10437 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10438
10439         * BufferView_pimpl.C (Dispatch): improve handling of
10440         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10441
10442         * commandtags.h: #include lyxfont.h here temporarily to avoid
10443         keybinding bug.
10444
10445         * bufferlist.h: include LString.h here.
10446
10447 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10448
10449         * text2.C (getStringToIndex): new method.
10450
10451 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10452
10453         * *: Reduced header file dependencies all over.
10454
10455 2001-07-30  Baruch Even  <baruch@lyx.org>
10456
10457         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10458
10459 2001-07-29  Baruch Even  <baruch@lyx.org>
10460
10461         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10462
10463 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10464
10465         * ParameterStruct.h (endif): add a default constructor to make
10466         sure that all variables is initialized.
10467
10468         * ParagraphParameters.C (ParagraphParameters): adjust
10469
10470 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10471
10472         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10473         index; also, check that there is something to index, and that it
10474         does not span over several paragraphs.
10475         (doubleClick): use WHOLE_WORD_STRICT for double click.
10476
10477         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10478
10479         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10480         scheme.
10481
10482 2001-07-26  Baruch Even  <baruch@lyx.org>
10483
10484         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10485         an InsetFig figure, backwards compatible reading of old figure code.
10486
10487 2001-07-27  Juergen Vigna  <jug@sad.it>
10488
10489         * text2.C: font.realize function adaption.
10490
10491         * text.C (draw): add a warnings lyxerr text if needed.
10492
10493         * layout.C: font.realize function adaption.
10494
10495         * language.C: add inherit_language and implement it's handlings
10496
10497         * bufferview_funcs.C (StyleReset): remove language parameter from
10498         font creation (should be language_inherit now).
10499
10500         * bufferparams.C (writeFile): handle ignore_language.
10501
10502         * paragraph.C (getFontSettings): the language has to be resolved
10503         otherwise we have problems in LyXFont!
10504
10505         * lyxfont.C (lyxWriteChanges): added document_language parameter
10506         (update): removed unneeded language parameter
10507
10508         * paragraph.C (validate): fixed wrong output of color-package when
10509         using interface colors for certain fonts in certain environments,
10510         which should not seen as that on the final output.
10511
10512 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10513
10514         * BufferView_pimpl.C:
10515         * Thesaurus.h:
10516         * Thesaurus.C:
10517         * Makefile.am:
10518         * commandtags.h:
10519         * LyXAction.C: add thesaurus support
10520
10521         * lyxfind.h:
10522         * lyxfind.C: add "once" parameter, for thesaurus, to not
10523           move to the next match
10524
10525 2001-07-26  Juergen Vigna  <jug@sad.it>
10526
10527         * lyxfont.C (realize): honor ignore_language too!
10528         (resolved): ditto.
10529
10530         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10531
10532         * text.C (draw): one place more for ignore_language to not draw
10533         itself!
10534
10535 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10536
10537         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10538
10539 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10540
10541         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10542         the minipage conversion problem.
10543
10544 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10545
10546         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10547         insert an inset.
10548
10549 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10550
10551         * BufferView.h: don't forward declare WorkArea
10552
10553         * BufferView.C: don't include WorkArea.h
10554
10555 2001-07-25  André Pönitz <poenitz@gmx.net>
10556
10557         * commandtags.h:
10558         * LyXAction.C:
10559         * lyxfunc.C:  new LFUN 'math-space'
10560
10561         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10562
10563 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10564
10565         * text2.C (toggleInset): call open/close
10566
10567 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10568
10569         * lyxfunc.C (dispatch): add debug for the disabled case
10570
10571         * font.C (buttonText): make similar to rectText
10572
10573         * buffer.C (readInset): comment out parsing of insetlist and
10574         insttheorem
10575
10576         * PainterBase.C (rectText): small correction
10577
10578         * BufferView_pimpl.C: comment out insettheorem and insetlist
10579         * LyXAction.C: ditto
10580         * commandtags.h: ditto
10581
10582 2001-07-24  Juergen Vigna  <jug@sad.it>
10583
10584         * text.C (draw): honor the ignore_language.
10585
10586         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10587
10588 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10589
10590         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10591         char inset.
10592
10593 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10594
10595         * lyxtext.h: remove unused (and unimplemented) methods
10596
10597 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10598
10599         * text.C (getVisibleRow): honor background color
10600
10601         * PainterBase.h:
10602         * Painter.h: remove default color argument for fillRectangle
10603
10604         * text.C (backgroundColor): new method
10605
10606 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10607
10608         * text.C (getVisibleRow): adjust
10609
10610         * font.[Ch] (rectText): new method, metrics
10611         (buttonText): new method, metrics
10612
10613         * PainterBase.[hC]: make rectText and buttonText always draw and take
10614         fewer paramteres.
10615
10616 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10617
10618         * ToolbarDefaults.C (read):
10619         * MenuBackend.C (read): allow escaping in all strings
10620
10621         * BufferView_pimpl.C (insertAndEditInset): new method.
10622         (Dispatch): use insertAndEditInset whenever appropriate.
10623
10624         * BufferView_pimpl.C (insertNote): removed
10625
10626         * BufferView_pimpl.C (smartQuote): new method, moved from
10627         BufferView; if an insetquote cannot be inserted, insert a '"'
10628         character instead.
10629
10630         * BufferView2.C: remove insertCorrectQuote();
10631
10632         * lyxfunc.C (getStatus): Add support for all remaingin
10633         inset-insert lfuns.
10634
10635         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10636
10637         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10638         command (necessary to pass " as parameter of self-insert.
10639
10640         * text.C (selectWordWhenUnderCursor):
10641         (selectWord): add word_location parameter
10642         (selectWordWhenUnderCursor): same + remove special code for word
10643         boundary.
10644         (selectNextWord): use kind() to guess type of insetspecialchar,
10645         not latex().
10646
10647         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10648         (insertErtContents): create ert insets as collapsed.
10649         (readInset): better compatibility code for Info inset.
10650
10651 2001-07-20  Juergen Vigna  <jug@sad.it>
10652
10653         * lyxfunc.C (dispatch): use always LyXFind now!
10654
10655         * text2.C (init): add a reinit flag so that the LyXText can be
10656         reinited instead of deleted and reallocated (used in InsetText).
10657
10658         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10659
10660         * text.C: ditto
10661
10662         * text2.C: ditto
10663
10664 2001-07-18  Juergen Vigna  <jug@sad.it>
10665
10666         * text.C (selectNextWord): handle insets inside inset by calling
10667         always the bv->text functions so that we can go up the_locking_inset!
10668
10669         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10670         in strange locations when inside an inset!
10671
10672         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10673         handling to include insets.
10674
10675         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10676
10677 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10678
10679         * LyXAction.C (init):
10680         * commandtags.h:
10681         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10682         LIGATURE_BREAK, since the name is so stupid.
10683
10684 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10685
10686         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10687         InsetInfos.
10688
10689         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10690
10691         * sp_form.[Ch]: remove.
10692
10693         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10694
10695         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10696         InsetInfo.
10697
10698         * src/buffer.C (readInset): ditto.
10699
10700 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10701
10702         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10703         menuSeparator(), endOfSentenceDot(), ldots() and
10704         hyphenationPoint(), which are therefore removed.
10705         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10706
10707         * LyXAction.C (init):
10708         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10709
10710         * paragraph.C (getWord): removed.
10711
10712         * BufferView_pimpl.C (Dispatch): use last word or selection for
10713         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10714
10715         * lyx_main.C (queryUserLyXDir): do not ask before creating
10716         user_dir, except if it has been named explicitely.
10717
10718 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10719
10720         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10721         a document of zero size.
10722
10723 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10724
10725         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10726         approriately in the c-tor and in require().
10727         (getPackages): output the appropriate LaTeX for natbib support.
10728
10729         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10730         variables "use_natbib" and "use_numerical_citations" when reading the
10731         LyX file.
10732         (readInset): read the various natbib cite commands.
10733         (validate): white-space change.
10734
10735         * bufferparams.[Ch]: new variables "bool use_natbib" and
10736         "bool use_numerical_citations".
10737         (writeFile): output them in the LyX file.
10738
10739 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10740
10741         * lyxfunc.C (getStatus): add support for all the inset insertion
10742         commands.
10743
10744         * text2.C (insertInset):
10745         * paragraph.C (insetAllowed):
10746         * BufferView_pimpl.C (insertInset): update to take in account the
10747         renaming of insertInsetAllowed
10748
10749         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10750
10751         * text2.C (getInset): new method. returns inset at cursor position.
10752
10753         * BufferView_pimpl.C (Dispatch): changes because of this.
10754
10755         * LyXAction.C (init): rename open-stuff to inset-toggle.
10756
10757         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10758
10759         * text2.C (toggleInset): renamed from openStuff; use
10760         Inset::open().
10761
10762 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10763
10764         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10765
10766         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10767
10768 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10769
10770         * buffer.C (readLyXformat2): Add filename to the error dialog
10771
10772 2001-07-18  Juergen Vigna  <jug@sad.it>
10773
10774         * tabular.C (GetCellNumber): put an assert here instead of the check!
10775
10776 2001-07-17  Juergen Vigna  <jug@sad.it>
10777
10778         * BufferView_pimpl.C (toggleSelection): adapted too.
10779
10780         * text.C (selectNextWord): adapted for use with insets.
10781         (selectSelectedWord): ditto
10782
10783 2001-07-17  Juergen Vigna  <jug@sad.it>
10784
10785         * sp_spell.C (PSpell): fix initialitation order.
10786
10787 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10788
10789         * paragraph.C: spacing
10790
10791 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10792
10793         * sp_spell.C: repair language selection for pspell
10794
10795 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10796
10797         * lyxfunc.h: change more methods to begin with lower char.
10798
10799 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10800
10801         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10802         for unknown layouts.
10803
10804 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10805
10806         * buffer.C (readLyXformat2): Generate an error dialog if there are
10807         unknown layouts.
10808
10809 2001-07-16  Juergen Vigna  <jug@sad.it>
10810
10811         * sp_spell.C: always compile ISpell part.
10812
10813         * lyxrc.C: added use_pspell entry and it's handling.
10814
10815 2001-07-13  Juergen Vigna  <jug@sad.it>
10816
10817         * sp_spell.C: removed double includes.
10818
10819 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
10820
10821         Consistent use of Lsstream.h:
10822         * Lsstream.h: added using std::stringstream for consistencies sake.
10823
10824         * buffer.C: removed using std::stringstream
10825
10826         * lyxfont.C (stateText):
10827         * paragraph.C (asString):
10828         * text.C (selectNextWord, selectSelectedWord):
10829         * text2.C (setCounter):
10830         * vspace.C (asString, asLatexString):
10831         std::ostringstream -> ostringstream.
10832
10833 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10834
10835         * LyXAction.C: add LFUN_HELP_ABOUTLYX
10836         * commandtags.h: add LFUN_HELP_ABOUTLYX
10837         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
10838
10839 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10840
10841         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
10842         cursorToggle()
10843         * lyx_gui_misc.C: remove spellchecker
10844         * lyxfunc.C: showSpellchecker
10845         * sp_base.h: added
10846         * sp_ispell.h: added
10847         * sp_pspell.h: added
10848         * sp_spell.C: added
10849         * sp_form.[Ch]: removed
10850         * spellchecker.[Ch]: removed
10851
10852 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
10853
10854         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
10855         is set.
10856         (simpleTeXSpecialChars): Simply print the input character without
10857         any special translation if pass_thru is set.
10858
10859         * layout.h: Added bool pass_thru to layout class for being able to
10860         implement pass through of a paragraph for Literate Programming.
10861
10862         * layout.C: add LT_PASS_THRU to LayoutTags enum.
10863         * layout.C (LyXLayout): set pass_thru to flase in constructor.
10864         * layout.C (Read): add "passthru" to list of layout tags and add
10865         code to set the pass_thru boolean when it is read.
10866
10867 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10868
10869         * trans_decl.h: remove allowed from KmodInfo
10870
10871         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
10872         remove allowed code
10873         (Load): adjust
10874
10875         * paragraph_pimpl.C (erase): use boost::prior
10876
10877         * Painter.C (text): use data() instead of c_str() when length is
10878         also provided.
10879         * WorkArea.C (putClipboard): ditto
10880         * font.h (width): ditto
10881
10882         * BufferView2.C: use it-> instead of (*it). for iterators
10883         * texrow.C: ditto
10884         * paragraph_pimpl.C: ditto
10885         * paragraph.C: ditto
10886         * minibuffer.C: ditto
10887         * language.C: ditto
10888         * kbmap.C: ditto
10889         * encoding.C: ditto
10890         * counters.C: ditto
10891         * converter.C: ditto
10892         * chset.C: ditto
10893         * Variables.C: ditto
10894         * TextCache.C: ditto
10895         * MenuBackend.C: ditto
10896         * LyXAction.C: ditto
10897         * LColor.C: ditto
10898         * FloatList.C: ditto
10899         * DepTable.C: ditto
10900         * ColorHandler.C (LyXColorHandler): ditto
10901
10902 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10903
10904         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
10905
10906         * text2.C (openStuff): reintroduce this method (which had been
10907         nuked in NEW_INSETS frenzy).
10908
10909         * lyxfunc.C (Dispatch): when an action has not been handled, use
10910         its name in the error message, not its number.
10911
10912         * paragraph.C (inInset): change method name to begin with lowercase.
10913
10914         * undo_funcs.C:
10915         * text2.C: updates because of this.
10916
10917 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10918
10919         * ToolbarDefaults.C (add): add spaces in error message
10920
10921 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10922
10923         * buffer.C (readLyXformat2): initialize the ert comp. variables.
10924         (readLyXformat2): rename return_par to first_par, use lyxlex's
10925         pushToken and remove the manual push handling.
10926         (parseSingleLyXformat2Token): add another ert comp. variable:
10927         in_tabular, rename return_par to first_par. handle newlines better
10928
10929 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10930
10931         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
10932
10933 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10934
10935         * text2.C (getParFromID): removed
10936
10937         * buffer.C (getParFromID): new method moved form lyxtext.
10938         * BufferView2.C (insertErrors): adjust
10939         (setCursorFromRow): adjust
10940         * BufferView_pimpl.C (restorePosition): adjust
10941         * lyxfunc.C (Dispatch): adjust
10942         * undo_funcs.C (textUndo): adjust
10943         (textRedo): adjust
10944         (textHandleUndo): adjust
10945         (textHandleUndo): adjust
10946
10947 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10948
10949         * buffer.C: up' the LYX_FORMAT
10950
10951         * lyxfont.h: turn NO_LATEX on as default
10952
10953         * buffer.C (insertErtContents): new methods of tex style compability.
10954         (parseSingleLyXformat2Token): use it several places.
10955         * tabular.C (OldFormatRead): and here
10956
10957 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10958
10959         * text2.C: remove some commented code.
10960         reindent file.
10961
10962         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
10963         * trans.C: changes because of the above.
10964
10965 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
10966
10967         * text2.C (setCounter): Fix counters bug with bibliography layout.
10968
10969 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10970
10971         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
10972         own member functions
10973         (simpleTeXSpecialChars): ditto
10974
10975 2001-07-06  Juergen Vigna  <jug@sad.it>
10976
10977         * a lot of files: changed the access to LyXText::status and the
10978         call of undo-functions.
10979
10980         * undo.[Ch]: added a inset_id to the undo informations.
10981
10982         * undo_funcs.[Ch]: added and moved here all undo functions.
10983
10984         * lyxtext.h: give the status enum a weight, made status_ a private
10985         variable and made accessor functions for it, removed the whole bunch
10986         of undo-functions as they are now in their own file, make some
10987         functions publically available. Added function ownerParagraph with
10988         int parameter.
10989
10990         * paragraph.[Ch]: added "bool same_ids" to the constructor,
10991         made InInset() a const function, added getParFromID() function.
10992
10993         * buffer.[Ch]: added const version for inset_iterator functions,
10994         added getInsetFromID() function.
10995
10996         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
10997         changed undo functions for new version.
10998
10999 2001-07-05  Juergen Vigna  <jug@sad.it>
11000
11001         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11002         unknow mechanism does not call the proper constructor but only this
11003         one also if I request the other!?
11004
11005 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11006
11007         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11008
11009         * text2.C (LyXText): use initialization lists.
11010
11011         * lyxtext.h (Selection): initialize set_ and mark_
11012         (init): remove method
11013
11014 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11015
11016         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11017
11018 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11019
11020         * screen.[Ch]: change method names to begin with lowercase
11021
11022         * BufferView_pimpl.C (updateScrollbar): simplify further and
11023         hopefully make it a bit faster.
11024
11025 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11026
11027         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11028         calling directly xforms functions.
11029
11030         * Painter.C (Painter):
11031         * lyx_cb.C (MenuWrite):
11032         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11033         fl_display.
11034
11035         * lyx_gui.C: remove bogus guiruntime extern declaration.
11036
11037 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11038
11039         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11040         in NEW_INSETS
11041         (redoDrawingOfParagraph): ditto
11042         (redoParagraphs): ditto
11043         (cutSelection): don't create a object for CutAndPaste use the
11044         static method directly
11045         (pasteSelection): ditto
11046
11047         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11048         LyXview (+ rename)
11049
11050 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11051
11052         * modifications to some other files because of this.
11053
11054         * Makefile.am (lyx_SOURCES): add XFormsView
11055
11056         * XFormsView.[Ch]: new files
11057
11058         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11059         the main window. Move the gui dependent stuff to XFormsView
11060
11061 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11062
11063         * tabular.C (GetCellInset): update cur_cell also in the row/col
11064         version of this function.
11065
11066         * lyxfunc.C: no need to include figure_form.h here.
11067
11068         * FontLoader.h:
11069         * lyxfunc.h:
11070         * lyxscreen.h:
11071         * text2.C:
11072         * lyxvc.C: no need to include forms.h here.
11073
11074 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11075
11076         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11077
11078         * lyxfunc.C (Dispatch):
11079         * Spacing.C (set):
11080         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11081         constructor argument.
11082
11083 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11084
11085         * paragraph.C (Paragraph): dont't clear, and just set layout.
11086         (makeSameLayout): use params's copy contructor.
11087
11088         * ParagraphParameters.[Ch] (makeSame): delete method
11089
11090 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11091
11092         * Variables.[Ch]: fix indentation, rename set to isSet
11093
11094 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11095
11096         * lyxfunc.C (Dispatch): fix typo
11097
11098 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11099
11100         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11101         upper_bound.
11102
11103         * bufferlist.C: include assert.h for emergencyWrite().
11104
11105 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11106
11107         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11108           give up at last (bug #425202) !
11109
11110 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11111
11112         * lyx_gui_misc.C:
11113         * sp_form.h:
11114         * sp_form.C:
11115         * spellchecker.h:
11116         * spellchecker.C: strip spellchecker options and bring up
11117           preferences tab instead
11118
11119 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11120
11121         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11122         the istringstream constructor
11123
11124 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11125
11126         * paragraph.C (getLayout): fix return value
11127
11128         * paragraph.h: do not declare getLayout as inline.
11129
11130         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11131
11132 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11133
11134         * lyxcursor.h (operator<): new func
11135         (operator>): new func
11136         (operator>=): new func
11137         (operator<=): new func
11138
11139         * text.C (changeCase): use selection.start and selection.end
11140         (changeRegionCase): require from to be <= to. Require par to be a
11141         valid paragraph.
11142
11143         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11144
11145 2001-06-27  Juergen Vigna  <jug@sad.it>
11146
11147         * text.C (cursorLeftOneWord): changed to return the cursor and added
11148         overlay with BufferView * parameter which calls this one.
11149         (getWord): added
11150         (selectWord): use new getWord function.
11151         (changeCase): renamed from changeWordCase as and extended to work
11152         also on selections.
11153
11154         * lyxtext.h: added enum word_location
11155
11156         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11157         changeCase as this operates now also on selections.
11158
11159 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11160
11161         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11162
11163         * many files: send debug output to Debug::INFO instead of
11164         Debug::ANY.
11165
11166         * converter.C (View):
11167         (Convert):
11168         (Move): send debug output to Debug::FILES instead of console.
11169
11170 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11171
11172         * lyxfunc.C (getStatus): use func_status
11173
11174         * func_status.h: new header, describing the results of
11175         LyXFunc::getStatus;
11176
11177         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11178         LFUN_MATH_HALIGN.
11179
11180 2001-06-25  The LyX Project  <jug@sad.it>
11181
11182         * buffer.C (sgmlOpenTag):
11183         (sgmlCloseTag):
11184         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11185
11186 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11187
11188         * text2.C: remove some dead code
11189
11190         * tabular.C (GetCellInset): store the last cell checked (gotten)
11191
11192         * tabular.h: add the helper for the speedup
11193
11194         * lyxtext.h: remove some dead code
11195
11196 2001-06-26  The LyX Project  <Asger>
11197
11198         * paragraph.C: Change export to LaTeX of alignment to
11199         \begin{center} and family for better roundtrip work with reLyX.
11200
11201         * Tune the math drawing a bit.
11202
11203 2001-06-25  The LyX Project  <Asger>
11204
11205         * LColor.C (LColor): New color for math background. New color
11206         for buttons.
11207
11208 2001-06-25  The LyX Project  <jug@sad.it>
11209
11210         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11211
11212         * lyxfunc.C (Open):
11213         * bufferlist.C (newFile): do not restrict to files ending with
11214         .lyx
11215
11216         * BufferView_pimpl.C (MenuInsertLyXFile):
11217
11218 2001-06-24  The LyX Project  <jug@sad.it>
11219
11220         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11221         of compare_no_case
11222
11223 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11224
11225         * lyxtext.h: rename most methods to begin with a small char.
11226         Lots of changes because of this.
11227
11228         * paragraph.C (Paragraph): do not call fitToSize
11229         (erase): call Pimpl::erase
11230         (insertChar): call Pimpl::insertChar
11231         (insertInset): call Pipl::insertInset
11232         (breakParagraph): do not call fitToSize
11233         (breakParagraphConservative): do not call fitToSize
11234         (fitToSize): remove method
11235
11236         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11237
11238 2001-06-24  The LyX Project  <Asger>
11239
11240         * Fix Qt compilation^2
11241
11242 2001-06-24  The LyX Project  <jug@sad.it>
11243
11244         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11245         depthHook(getDepth()-1).
11246
11247         * paragraph.h:
11248         * ParagraphParameters.h:
11249         * ParameterStruct.h: change type of depth to unsigned int ==
11250         depth_type. Many adaptations to other files before of that.
11251
11252 2001-06-24  The LyX Project  <Asger>
11253
11254         * Fix Qt compilation.
11255
11256 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11257
11258         * paragraph.h: renamed several methods to begin with small letter.
11259         several changes to many parts of the code because of this.
11260
11261 2001-06-23  The LyX Project  <jug@sad.it>
11262
11263         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11264         rewritten to discard all double spaces when KeepEmpty is off
11265         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11266         to only handle newlines but not fiddle with spaces and friends.
11267
11268         * lyxfunc.C (MenuNew): when doing 'new from template', use
11269         template_path as default directory
11270
11271 2001-06-23  The LyX Project  <Asger>
11272
11273         * Clean-up of header file includes all over
11274         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11275
11276 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11277
11278         * paragraph.h: renamed from lyxparagraph.h
11279
11280 2001-06-23  Asger  <lyx@violet.home.sad.it>
11281
11282         * Buffer.h: Removed Buffer::resize
11283         * BufferList.h: Removed BufferList::resize
11284         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11285         the document lazily when we change the width, or the font settings.
11286
11287 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11288
11289         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11290
11291 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11292
11293         * buffer.h: remove out of date comment
11294
11295 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11296
11297         * lyxscreen.h:
11298         * screen.C: fix "theoretical" GC leak
11299
11300 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11301
11302         * LaTeX.C (scanAuxFile):
11303         (deplog): remove trailing \r when reading stream (useful under
11304         win32)
11305
11306 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11307
11308         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11309         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11310         and BufferView::theLockingInset(Inset*), so should use them and not
11311         access bv_->text->the_locking_inset directly.
11312
11313         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11314
11315 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11316
11317         * Makefile.am:
11318         * tex-defs.h: remove old unused file
11319
11320 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11321
11322         * BufferView_pimpl.C: fix typo, remove minibuffer message
11323           when buffer has loaded
11324
11325 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11326
11327         * lyxfunc.C (Dispatch): use stringstream
11328         (MenuNew): use stringstream
11329         (Open): use stringstream
11330
11331         * importer.C (Import): use stringstream
11332
11333         * bufferview_funcs.C (CurrentState): use stringstream
11334
11335         * LaTeX.C (run): use stringstream
11336
11337         * BufferView_pimpl.C (savePosition): use stringstream
11338         (restorePosition): use stringstream
11339         (MenuInsertLyXFile): use stringstream
11340
11341 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11342
11343         * BufferView.C:
11344         * Bullet.C:
11345         * ColorHandler.C:
11346         * FontInfo.C:
11347         * FontLoader.C:
11348         * LColor.C:
11349         * LaTeXFeatures.C:
11350         * Painter.C:
11351         * gettext.C:
11352         * lyx_gui_misc.C:
11353         * lyxserver.C:
11354         * vspace.C: removed // -*- C++ -*- as first line.
11355
11356         * lyxfind.h:
11357         * version.h: added // -*- C++ -*- as first line.
11358
11359 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11360
11361         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11362
11363         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11364         of string
11365
11366 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11367
11368         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11369         of floats.
11370
11371 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11372
11373         * gettext.C: include LString.h even when --disable-nls is on.
11374
11375 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11376
11377         * converter.h (Get): changed argument type from int to
11378         FormatList::size_type to avoid unnecessary conversion.
11379
11380         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11381         before using it.
11382
11383 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11384
11385         * gettext.h: include LString.h even when --disable-nls is on.
11386
11387 2001-06-07  Juergen Vigna  <jug@sad.it>
11388
11389         * text.C (BreakAgain): subst spaces with tabs.
11390
11391         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11392         (resizeInsetsLyXText): set force on resizeLyXText.
11393
11394 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11395
11396         * gettext.h (gettext_init):
11397         (locale_init): use a real definition instead of a macro
11398
11399 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11400
11401         * Bufferview_pimpl.C:
11402         * LColor.h:
11403         * LColor.C: further lcolor tidies
11404
11405 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11406
11407         * BufferView_pimpl.C (updateScrollbar): simplify.
11408
11409         * BufferView2.C: don't include insets/insetinfo.h, change
11410         prototype for insertInset and call the Pimpl version. let
11411         updateInset call Pimpl version.
11412
11413         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11414         gotoInset to BufferView::Pimpl
11415
11416 2001-06-01  Juergen Vigna  <jug@sad.it>
11417
11418         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11419         inside a LockingInset (is the update needed at all?).
11420
11421 2001-05-31  Juergen Vigna  <jug@sad.it>
11422
11423         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11424         here not the old one otherwise how should we compare it afterwards
11425         if it's the same!
11426
11427 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11428
11429         * lyxfont.C:
11430         * tabular.C:
11431         * tabular-old.C:
11432         * FontInfo.C: bring C functions into global namespace when
11433         necessary
11434
11435 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11436
11437         * LString.h: make sure config.h has been loaded before LString.h.
11438
11439         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11440         (one for each char read by EatLine!).
11441
11442         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11443         variables.
11444
11445 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11446
11447         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11448         to the same as the par we break from
11449
11450 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11451
11452         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11453
11454         * MenuBackend.C (expand): also create menu entries for wide
11455         versions of the floats.
11456
11457         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11458
11459         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11460
11461         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11462         frontends/Makefile.am
11463
11464         * text2.C: adjust
11465         * text.C: adjust
11466
11467
11468         * tabular.C (getTokenValue): add std::
11469
11470         * tabular-old.C (getTokenValue): add std::
11471         (getTokenValue): ditto
11472         (getTokenValue): ditto
11473
11474         * screen.C (ToggleSelection): adjust
11475
11476         * lyxtext.h: put selection cursors inside a Selection struct.
11477
11478         * lyxfunc.C (moveCursorUpdate): adjust
11479
11480         * lyxfont.C (latexWriteStartChanges): add std::
11481
11482         * lyxfind.C: adjust
11483
11484         * font.h: delete with(char const *, LyXFont const &)
11485
11486         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11487
11488         * FontInfo.C (getFontname): add std::
11489
11490         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11491         (workAreaButtonPress): adjust
11492         (tripleClick): adjust
11493         (update): adjust
11494         (moveCursorUpdate): adjust
11495         (Dispatch): adjust
11496
11497         * BufferView2.C (gotoInset): adjust
11498
11499 2001-05-30  Juergen Vigna  <jug@sad.it>
11500
11501         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11502         to check pspell I add this as default as I now have new pspell
11503         libraries and they seem to use this.
11504
11505 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11506
11507         * text2.C (CutSelection): make the cursor valid before the call to
11508         ClearSelection.
11509
11510 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11511
11512         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11513         relied on 0 terminated strings and other horrors. Bug found due to
11514         the new assert in lyxstring!
11515
11516         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11517         KP_ keys.
11518
11519 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11520
11521         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11522         to latinkeys.bind.
11523
11524         * lyxfunc.C (processKeySym): change method of getting to the
11525         self-insert char.
11526
11527         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11528         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11529         * BufferView_pimpl.[Ch]: here as private methods.
11530
11531 2001-05-28  Juergen Vigna  <jug@sad.it>
11532
11533         * text.C (SetHeightOfRow): added the update() call again as it is
11534         needed to initialize inset dimensions!
11535
11536 2001-05-16  Juergen Vigna  <jug@sad.it>
11537
11538         * text2.C (SetCharFont): Add new function with BufferView * and
11539         bool toggleall parameters for setting insets internal fonts.
11540         (SetFont): Freeze the undo as we may change fonts in Insets and
11541         all this change should be inside only one Undo!
11542
11543         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11544         setting font's in insets as for them we have the SetFont function!
11545
11546 2001-05-15  Juergen Vigna  <jug@sad.it>
11547
11548         * text2.C (ClearSelection): to be sure we REALLY don't have any
11549         selection anymore!
11550
11551         * tabular.C (TeXCellPreamble): fixed the left border problem for
11552         multicolumn cells.
11553
11554 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11555
11556         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11557         dependancy file
11558
11559 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11560
11561         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11562         LFUN_BREAKPARAGRAPH.
11563
11564         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11565         help test to "internal only", similar for LFUN_INSERT_URL
11566
11567         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11568         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11569         auto_region_delete and deadkeys.
11570
11571 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11572
11573         * LColor.h:
11574         * LColor.C: remove some dead entries, tidy a little
11575
11576 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11577
11578         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11579         commented code.
11580         (Dispatch): implement LFUN_ESCAPE
11581
11582         * commandtags.h: add LFUN_ESCAPE
11583
11584         * LyXAction.C (init): add entry for LFUN_ESCAPE
11585
11586         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11587         Remove commented code.
11588         (insertNote): moved here
11589         (open_new_inset): moved here
11590
11591         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11592         BufferView_pimpl
11593
11594 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11595
11596         * kbmap.C (findbinding): clean it up and make it work correctly.
11597
11598         * lyx_main.C (init): do not pass argc and argv as parameters
11599
11600 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11601
11602         * buffer.C: fix path for OS/2 & Win32
11603
11604         * lyx_gui.C:
11605         * lyx_main:
11606         * lyx_main.C: Added os:: class.
11607
11608         * os2_defines.h: update
11609
11610 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11611
11612         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11613         better by trying again with reduced state.
11614
11615 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11616
11617         * lyxrc.C (read): print error about invalid key sequence only when
11618         debugging (because not all latinX keysyms are known to some X
11619         servers)
11620
11621         * kbsequence.C (getiso): add a few std:: qualifiers
11622         (getiso): comment out extra return statement.
11623
11624 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11625
11626         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11627         handling.
11628         (Dispatch): enhance the accent inset a bit. (not perfect)
11629
11630 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11631
11632         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11633
11634 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11635
11636         * bufferlist.C (emergencyWrite): fix assert() call
11637
11638 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11639
11640         * text.C (InsertChar): Added trivial patch to only send the "you
11641         can not do multiple spaces this way" message once during a
11642         session.
11643
11644 2001-05-08  Baruch Even  <baruch@lyx.org>
11645
11646         * Makefile.am: Changed order of libraries to get LyX to link properly
11647         with the gnome frontend.
11648
11649 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11650
11651         * LaTeXFeatures.h: add a std:: qualifier
11652
11653 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11654
11655         * paragraph.C (String): use stringstream
11656
11657 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11658
11659         * paragraph.C (writeFile): remove footflag arg
11660
11661         * buffer.C (makeLaTeXFile): use stringstream
11662         (latexParagraphs): remove footnot gurba
11663
11664         * LaTeXFeatures.C (getPackages): use stringstream
11665         (getMacros): likewise
11666         (getTClassPreamble): likewise
11667         (getFloatDefinitions): new method
11668
11669         * paragraph.C (writeFile): reindent
11670         (Erase): reindent
11671
11672         * WorkArea.h: revert the xpos + etc changes.
11673
11674         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11675
11676         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11677
11678         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11679         (pasteSelection): likewise
11680         * text2.C (CreateUndo): likewise
11681
11682 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11683
11684         * minibuffer.C (peek_event): temporarily reduce the functionality
11685         of the minibuffer (to allow args on lfuns)
11686
11687         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11688         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11689
11690         * buffer.C (readInset): add compability reading of old float
11691         lists, add reading of new style float list.
11692         (readInset): avoid reevaluation of inscmd.getCmdName()
11693         (getLists): reindent
11694
11695         * MenuBackend.C (MenuItem): implement parsing of
11696         md_floatlistinsert and md_floatinsert.
11697         (expand::LastFiles): move initalizaton of iterators out of loop,
11698         avoid reevaluation.
11699         (expand::Documents): introduce typdedef vector<string> Strings,
11700         and use it.
11701         (expand::ExportFormats): introduce typedef vector<Format const *>
11702         Formats, and use it.
11703         (expand): implement FloatListInsert and FloatInsert.
11704
11705         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11706         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11707         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11708
11709         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11710         handling.
11711         (Dispatch::LFUN_FLOAT_LIST): implement
11712
11713 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11714
11715         * LaTeX.C (run): Fix problem with --export code.
11716
11717 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11718
11719         * BufferView.[Ch] (workarea): removed.
11720         (getClipboard) new method; wrapper for workarea()->getClipboard()
11721
11722         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11723         bug.
11724
11725         * WorkArea.h (width, height, xpos, ypos): These methods all
11726         returned the dimensions of the work_area sub-area of WorkArea,
11727         resulting in a position error if the WorkArea were resized. Now
11728         return the dimensions of the entire WorkArea.
11729
11730         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11731
11732 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11733
11734         * LaTeX.C (deplog): correct the syntax of regex reg1
11735
11736 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11737
11738         * undo.C: remove !NEW_INSETS cruft
11739
11740 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11741
11742         * text2.C: remove !NEW_INSETS cruft
11743
11744         * text.C: remove !NEW_INSETS cruft
11745
11746         * tabular.C: remove !NEW_INSETS cruft
11747
11748         * spellchecker.C: remove !NEW_INSETS cruft
11749
11750         * lyxtext.h: remove !NEW_INSETS cruft
11751
11752         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11753
11754         * lyxfunc.C: remove !NEW_INSETS cruft
11755
11756         * lyxfind.C: remove !NEW_INSETS cruft
11757
11758         * lyx_cb.C: remove !NEW_INSETS cruft
11759
11760         * figureForm.C: remove  !NEW_INSETS cruft
11761
11762         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11763
11764         * buffer.[Ch]: remove !NEW_INSETS cruft
11765
11766         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11767
11768         * CutAndPaste.C: remove !NEW_INSETS cruft
11769
11770         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11771
11772         * BufferView2.C: remove !NEW_INSETS cruft
11773
11774         * BufferView.h: remove !NEW_INSETS cruft
11775
11776 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11777
11778         * Lsstream.h: include LString.h before the sstream headers to
11779         fix problem with gcc 2.95.3 and lyxstring
11780
11781 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11782
11783         * lyx_main.C: add using directives when needed for C functions
11784         declared in std:: namespace.
11785
11786 2001-04-27  Juergen Vigna  <jug@sad.it>
11787
11788         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11789         (SetHeightOfRow): comment out the update call should not be needed!
11790
11791 2001-04-13  Juergen Vigna  <jug@sad.it>
11792
11793         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11794         (LyXTabular): tried to minimize operator= operations (and realized
11795         hopfully Lars wish).
11796
11797 2001-04-27  Juergen Vigna  <jug@sad.it>
11798
11799         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11800
11801 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11802
11803         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11804
11805         * buffer.C (readInset): hack to make listof algorithm work
11806
11807         * BufferView_pimpl.C: hack to make listof algorithm work
11808
11809 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11810
11811         * LyXAction.C: removed all !NEW_INSETS cruft
11812         (init): moved lfun_item in method
11813
11814         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
11815
11816 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11817
11818         * BufferView2.C (theLockingInset): white space.
11819
11820 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11821
11822         * minibuffer.C: include <iostream>
11823
11824         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
11825
11826         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
11827
11828         * commandtags.h: add LFUN_TRANSPOSE_CHARS
11829
11830         * text.[Ch] (TransposeChars): new method
11831
11832 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11833
11834         * call message directly through LyXView instead of through LyXFunc
11835         * BufferView2.C: adjust
11836         * BufferView_pimpl.C: adjust
11837         * FontLoader.C: adjust
11838         * buffer.C: adjust
11839         * bufferview_funcs.C: adjust
11840         * converter.C: adjust
11841         * figureForm.C: adjust
11842         * importer.C: adjust
11843         * lyx_cb.C: adjust
11844         * lyx_gui_misc.C: adjust
11845         * lyxfunc.C: adjust
11846         * lyxvc.C: adjust
11847         * text2.C: adjust
11848         + more files in subdirs
11849
11850         * lyxparagraph.h (size): move up int file
11851         (GetLayout): ditto
11852
11853         * adjust all uses of Assert to lyx::Assert.
11854
11855         * BufferView2.C (ChangeCitationsIfUnique): adjust for
11856         lyxfunctional in namespace lyx
11857         * layout.C (hasLayout): ditto
11858         (GetLayout): ditto
11859         (GetLayout): ditto
11860         (delete_layout): ditto
11861         (NumberOfClass): ditto
11862         * converter.C (GetFormat): ditto
11863         (GetNumber): ditto
11864         (Add): ditto
11865         (Delete): ditto
11866         (SetViewer): ditto
11867         * bufferlist.C (getFileNames): ditto
11868         (emergencyWriteAll): ditto
11869         (exists): ditto
11870         (getBuffer): ditto
11871         * MenuBackend.C (hasSubmenu): ditto
11872         (hasMenu): ditto
11873         (getMenu): ditto
11874         * BufferView_pimpl.C (getInsetByCode): ditto
11875
11876 2001-04-18  Juergen Vigna  <jug@sad.it>
11877
11878         * vspace.C (asLatexString): fixed the 100% problem.
11879
11880 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11881
11882         * lyxfunc.C (Dispatch):
11883         * minibuffer.C:
11884         * minibuffer.h: add a few std:: qualifiers
11885
11886 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11887
11888         * minibuffer.[Ch]: reimplement so that commands is initiated and
11889         run from lyxfunc, simplified som handling, and made the completion
11890         and history code for complete. wip.
11891
11892         * lyxfunc.C (processKeySym): call message
11893         (miniDispatch): new temporary method
11894         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
11895         (LFUN_MESSAGE): implement
11896         (LFUN_MESSAGE_PUSH): implement
11897         (LFUN_MESSAGE_POP): implement
11898         (initMiniBuffer): the initial/defualt minibuffer message.
11899
11900         * lyxfont.[Ch]: inline some more getters
11901
11902         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
11903
11904         * lyx_gui_misc.[Ch] (WriteStatus): remove method
11905
11906         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
11907         (AutoSave): use LFUN_MESSAGE
11908         (Reconfigure): ditto
11909
11910         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
11911
11912         * figureForm.C: use LFUN_MESSAGE
11913
11914         * converter.C (runLaTeX): use LFUN_MESSAGE
11915
11916         * bufferview_funcs.C: use LFUN_MESSAGE
11917         (Melt): ditto
11918         (changeDepth): ditto
11919
11920         * bufferparams.h: use boost::
11921
11922         * bufferlist.h: inherit privately from noncopyable
11923
11924         * bufferlist.C (loadLyXFile): remove some commented code.
11925
11926         * buffer.C (runChktex): use LFUN_MESSAGE
11927
11928         * ShareContainer.h: inherit privately from noncopyable
11929
11930         * ParagraphParameters.[hC] (depth): inline it.
11931
11932         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
11933         methods.
11934         (message): new method
11935         (messagePush): ditto
11936         (messagePop): ditto
11937         (show): init minibuffer
11938         (showState): direct call
11939
11940         * LaTeX.[Ch]: inherit privately from noncopyable
11941         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
11942         instead of WriteStatus.
11943
11944         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
11945
11946         * BufferView_pimpl.C (buffer): don't init minibuffer
11947         (workAreaButtonPress): use LFUN_MESSAGE
11948         (workAreaButtonRelease): ditto
11949         (savePosition): ditto
11950         (restorePosition): ditto
11951         (MenuInsertLyXFile): ditto
11952         (workAreaExpose): don't init minibuffer
11953         (update): remove commented code, simplify
11954
11955         * BufferView2.C (openStuff): use LFUN_MESSAGE
11956         (toggleFloat): ditto
11957         (menuUndo): ditto
11958         (menuRedo): ditto
11959         (copyEnvironment): ditto
11960         (pasteEnvironment): ditto
11961         (copy): ditto
11962         (cut): ditto
11963         (paste): ditto
11964         (gotoInset): ditto
11965         (updateInset): remove some commented code
11966
11967         * lastfiles.h: inherit privately from noncopyable
11968         * layout.h: ditto
11969         * lyx_gui.h: ditto
11970         * lyx_main.h: ditto
11971         * lyxlex.h: ditto
11972         * lyxlex_pimpl.h: ditto
11973
11974         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
11975         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
11976         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11977
11978         * LyXAction.h: inherit privately from noncopyable, add methods
11979         func_begin, func_end, returning iterators to the func map.
11980
11981         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
11982         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11983         (func_begin): new method
11984         (func_end): new method
11985
11986         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
11987         and not)
11988         (copySelection): ditto
11989         (pasteSelection): ditto
11990
11991         * BufferView.C: whitespace change
11992         * BufferView.h: inherit privately from noncopyable
11993
11994 2001-04-16  Allan Rae  <rae@lyx.org>
11995
11996         * tabular-old.C (l_getline):
11997         * spellchecker.C (sc_check_word):
11998         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
11999         an unrecognised preprocessor directive.  So ensure they're wrapped.
12000
12001 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12002
12003         * src/exporter.C (Export): Give an error message when path to file
12004         contains spaces.
12005
12006 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12007
12008         * LaTeX.C (deplog): Always check that foundfile exists.
12009
12010 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12011
12012         * lyx_main.h:
12013         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12014
12015 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12016
12017         * tabular.[Ch] (getLabelList): implement new method
12018
12019         * minibuffer.h: comment ouf setTiimer
12020
12021         * minibuffer.C (ExecutingCB): constify res
12022         (peek_event): constify s
12023         (Set): constify ntext
12024         (Init): constify nicename
12025
12026         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12027
12028         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12029         (savePosition): use two params to Minibuffer::Set
12030         (restorePosition): ditto
12031
12032 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12033
12034         * lyx_main.C: include language.h
12035
12036         * Makefile.am (lyx_main.o): add language.h
12037
12038 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12039
12040         * exporter.C:
12041         * paragraph.C:
12042         * screen.C:
12043         * tabular.C:
12044         * CutAndPaste.C: include gettext.h
12045
12046         * lyxfont.h: remove old hack with ON and OFF.
12047
12048         * lyxparagraph.h:
12049         * lyxfont.h: do not include language.h...
12050
12051         * BufferView2.C:
12052         * LaTeXFeatures.C:
12053         * Painter.C:
12054         * bufferview_funcs.C:
12055         * font.C:
12056         * lyxfont.C:
12057         * text.C:
12058         * text2.C:
12059         * trans_mgr.C:
12060         * paragraph.C: ... but do it here instead
12061
12062 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12063
12064         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12065
12066         * tabular.C: small reformat
12067
12068         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12069         NEW_INSETS version
12070         (GetChar): ditto
12071         (BreakParagraph): ditto
12072         (SetOnlyLayout): ditto
12073         (SetLayout): ditto
12074
12075         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12076         with one arg less.
12077
12078         * lastfiles.C: removed most using decl, add std:: where needed
12079
12080         * buffer.C: ws changes
12081
12082         * MenuBackend.C (class compare_format): put into anon namespace
12083         (expand): constify label, names, action, action2
12084         (expand):
12085
12086         * text.C (SingleWidth): constify font
12087         (IsBoundary): constify rtl2
12088         (GetVisibleRow): constify ww
12089
12090         * LaTeX.C (deplog): constify logfile
12091
12092         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12093         start_x, end_x
12094         (workAreaExpose): constify widthChange, heightChange
12095
12096         * lyxrow.C (par): moved
12097         (height): moved
12098         (next): moved
12099         * lyxrow.h: as inlines here
12100
12101         * lyxfont.h (shape): moved from lyxfont.C
12102         (emph): moved from lyxfont.C
12103
12104         * lyxfont.C (LyXFont): use initialization list for all
12105         constructors
12106         (shape): move to lyxfont.h as inline
12107         (emph): move to lyxfont.h as inline
12108
12109
12110 2001-04-04  Juergen Vigna  <jug@sad.it>
12111
12112         * vspace.C: had to include stdio.h for use of sscanf
12113
12114 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12115
12116         * BufferView.h:
12117         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12118         independent of xforms.
12119
12120 2001-04-02  Juergen Vigna  <jug@sad.it>
12121
12122         * spellchecker.C: fixed namespace placing!
12123
12124 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12125
12126         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12127         the LyXParagraph * is 0.
12128
12129 2001-03-29  Juergen Vigna  <jug@sad.it>
12130
12131         * vspace.C: added support for %, c%, p%, l%.
12132         (stringFromUnit): added helper function.
12133         (asLatexString): changed to give right results for the %-values.
12134
12135         * buffer.C: convert the widthp in a width%.
12136
12137 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12138
12139         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12140         figureForm.[Ch].
12141
12142         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12143         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12144
12145         * lyx_cb.[Ch]: see above.
12146
12147         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12148         form1.[Ch].
12149
12150         * form1.[Ch]:
12151         * lyx.[Ch]: replaced by figure_form.[Ch].
12152
12153         * lyx_gui.C:
12154         * lyx_gui_misc.C:
12155         * lyxfunc.C: changed headers associated with above changes.
12156
12157 2001-03-27  Juergen Vigna  <jug@sad.it>
12158
12159         * BufferView_pimpl.C: set the temporary cursor right!
12160
12161 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12162
12163         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12164
12165 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12166
12167         * LString.h: removed "using std::getline"!
12168
12169         * BufferView_pimpl.C (Dispatch): changes due to changes in
12170         InsetInclude::Params.
12171
12172         * buffer.C (tag_name): removed redundant break statements as they were
12173         producing lots of warnings with my compiler.
12174
12175 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12176
12177         * LString.h: add "using std::getline" when using the real <string>.
12178
12179 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12180
12181         * buffer.C: removed bitset usage.
12182         PAR_TAG moved to an anonymous name space.
12183         (tag_name): new funtion, also in the anonymous namespace.
12184         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12185         (makeDocBookFile): clean code. Completed transition from string arrays
12186         to string vectors.
12187         (SimpleDocBookOnePar): code clean.
12188
12189 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12190
12191         * tabular.C: add some comments.
12192
12193 2001-03-22  Juergen Vigna  <jug@sad.it>
12194
12195         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12196         compatibility read a bit and fixed bug with minipage in different
12197         depth.
12198
12199 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12200
12201         * buffer.C (pop_tag): removed.
12202         (push_tag): removed.
12203         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12204         array replaced with vector. Added support for CDATA sections.
12205         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12206         at any nest level.
12207         (makeDocBookFile): XML conformant declaration of CDATA section,
12208         fixed bug related to <emphasis> in the first paragraph char.
12209         (sgmlOpenTag): exclude empty tags.
12210         (sgmlCloseTag): ditto.
12211
12212         * buffer.h (pop_tag): removed.
12213         (push_tag): removed.
12214
12215 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12216
12217         * language.h (Languages): added size_type and size().
12218
12219 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12220
12221         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12222         response on compability reading of minipages. One probliem is that
12223         the old usage of minipages was «flertydig»
12224
12225         * several files here and in subdirs: don't use static at file
12226         scope use anon namespaces instead.
12227
12228 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12229
12230         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12231         LaTeX output. This is necessary for Literate document
12232         processing.
12233
12234 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12235
12236         * buffer.C: insert hfill when needed.
12237
12238         * tabular.C (l_getline): use string::erase, small whitespace change.
12239
12240         * BufferView_pimpl.C: try the anon namespace.
12241         * WorkArea.C: ditto
12242
12243 2001-03-16  Juergen Vigna  <jug@sad.it>
12244
12245         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12246         otherwise it won't open options-dialogs.
12247
12248         * buffer.C: honor pextraWidth(p) on converting minipages.
12249
12250         * tabular.C (l_getline): changed the functions to strip trailing \r.
12251
12252 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12253
12254         * BufferView_pimpl.C:
12255         * minibuffer..C: added "using SigC::slot" declaration.
12256
12257 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12258
12259         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12260
12261         * text2.C: ditto
12262
12263         * text.C: ditto
12264
12265         * paragraph.C: ditto
12266
12267         * lyxtext.h: NO_PEXTRA
12268
12269         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12270
12271         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12272         * ParameterStruct.h: ditto
12273         * ParagraphParameters.h: ditto
12274         * lyxparagraph.h: ditto
12275
12276 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12277
12278         * buffer.C: add compability for minipage alignment.
12279         (latexParagraphs): remove unwanted pextra check.
12280
12281         * several files: remove CXX_WORKING_NAMESPACES
12282
12283         * buffer.C (pop_tag): tie is in namespace boost
12284
12285         * BufferView.h: noncopyable is in namespace boost
12286         * lyxlex.h: ditto
12287         * lyx_main.h: ditto
12288         * lyx_gui.h: ditto
12289         * layout.h: ditto
12290         * lastfiles.h: ditto
12291         * bufferlist.h: ditto
12292         * ShareContainer.h: ditto
12293         * LyXView.h: ditto
12294         * LyXAction.h: ditto
12295         * LaTeX.h: ditto
12296
12297 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12298
12299         * Merging changes from BRANCH_MVC back into HEAD.
12300
12301         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12302
12303 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12304
12305         * BufferView_pimpl.C: change from intl.C
12306
12307         * combox.h:
12308         * combox.C:
12309         * Makefile.am: move combox.*
12310
12311         * form1.h:
12312         * form1.C:
12313         * lyx_gui.C:
12314         * intl.h:
12315         * intl.C: remove dialog (covered by prefs)
12316
12317 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12318
12319         * lyxfunc.C (Dispatch): removed redundant break statement.
12320
12321 2001-03-14  Juergen Vigna  <jug@sad.it>
12322
12323         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12324
12325 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12326
12327         * buffer.C: add hack to fix compability reading of minipages.
12328
12329 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12330
12331         * buffer.C (getLists): Cleanup.
12332
12333 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12334
12335         * lyxfont.C (update): don't honor toggleall on font size.
12336
12337 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12338
12339         * bmtable.c:
12340         * bmtable.h:
12341         * Makefile.am: moved to frontends/xforms/
12342
12343         * lyx_gui_misc.C:
12344         * lyxfunc.C:
12345         * BufferView_pimpl.C: changes for moved mathpanel
12346
12347 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12348
12349         * gettext.h: fix gettext_init() in --disable-nls
12350
12351 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12352
12353         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12354
12355 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12356
12357         * lyx.C:
12358         * lyx.h: strip external form
12359
12360 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12361
12362         * BufferView_pimpl.C: add comment, destroySplash()
12363
12364 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12365
12366         * BufferView_pimpl.C:
12367         * LyXAction.C:
12368         * buffer.C:
12369         * commandtags.h:
12370         * lyxfunc.C: use re-worked insetinclude
12371
12372 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12373
12374         * buffer.C: add using std::stringstream.
12375
12376         * lyx_cb.C: readd using std::ios.
12377
12378         * buffer.C: add using std::map.
12379
12380         * BufferView_pimpl.C: add using std::vector.
12381
12382         * ShareContainer.h: add std:: to swap.
12383
12384         * buffer.h: add some typedefs
12385         * buffer.C (getLists): use them
12386         (getLists): renamed from getTocList.
12387         add a counter for the different float types and use it in the
12388         generated string.
12389         (getLists): use the same counter for the NEW_INSETS and the "non"
12390         NEW_INSETS
12391
12392         * lyx_cb.h: remove unused items, includes, using etc.
12393
12394         * ShareContainer.h: remove some commented code, add more comments
12395         and "documentation".
12396
12397 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12398
12399         * buffer.C (getTocList): make the list also when NEW_INSETS is
12400         defined.
12401
12402         * buffer.h: remove TocType
12403
12404         * buffer.C (getTocList): change to return a map<string,
12405         vector<TocItem> >, implement for dynamic number of list.
12406
12407         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12408         * text2.C (PasteSelection): adjust
12409         * CutAndPaste.C (pasteSelection): adjust
12410
12411         * FloatList.C (FloatList): update from the new_insets branch.
12412         * Floating.[Ch]: ditto
12413         * LaTeXFeatures.C: ditto
12414         * buffer.C: ditto
12415         * lyxlex_pimpl.C: ditto
12416
12417         * paragraph.C (Last): remove when NEW_INSETS is defined.
12418
12419         * other file: changes because of the above.
12420
12421 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12422
12423         * lyxparagraph.h: rename next to next_, previous to previous_,
12424         make them private for NEW_INSETS. Rename Next() to next(),
12425         Previous() to previous().
12426
12427         * other files: changes because of the above.
12428
12429 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12430
12431         * BufferView.h:
12432         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12433         problem.
12434
12435 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12436
12437         * main.C (main): pass lyx_localedir to gettext_init().
12438
12439         * gettext.h: remove locale_init and gettext_init macros
12440
12441         * gettext.C (locale_init): new function
12442         (gettext_init): new function
12443
12444         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12445         setlocale().
12446
12447 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12448
12449         * Moved credits to frontends:
12450         * credits.[Ch]: removed
12451         * credits_form.[Ch]: removed
12452         * lyx_gui_misc.C: remove credits stuff
12453         * Makefile.am:
12454
12455 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12456
12457         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12458
12459         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12460         unneeded destructor.
12461
12462         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12463         a standalone pointer again.
12464
12465         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12466
12467 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12468
12469         * Makefile.am:
12470         * filedlg.h:
12471         * filedlg.C:
12472         * LyXAction.C:
12473         * ToolbarDefaults.C:
12474         * bufferlist.C:
12475         * commandtags.h:
12476         * form1.C:
12477         * form1.h:
12478         * lyx_cb.C:
12479         * lyx_cb.h:
12480         * lyxfunc.h:
12481         * lyxfunc.C:
12482         * BufferView_pimpl.C: use new file dialog in GUII
12483
12484         * lyx_cb.h:
12485         * lyx_cb.C: remove LayoutsCB to Toolbar
12486
12487 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12488
12489         * ShareContainer.h (get): add std:: qualifier
12490
12491 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12492
12493         * ShareContainer.h: define a proper ShareContainer::value_type
12494         type (and use typename to please compaq cxx)
12495
12496 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12497
12498         * lyxparagraph.h: move serveral local vars to
12499         ParameterStruct/ParagraphParameters., use ShareContainer in
12500         FontTable., make vars in FontTable private and add getter and
12501         setter.
12502
12503         * paragraph.C: changes because of the above.
12504
12505         * lyxfont.h: remove copy constructor and copy assignment. (the
12506         default ones is ok), move number inside FontBits. move inlines to
12507         lyxfont.C
12508
12509         * lyxfont.C: add number to initializaton of statics, move several
12510         inlines here. constify several local vars. some whitespace
12511         cleanup. Dont hide outerscope variables.
12512
12513         * Spacing.h: add two new constructors to match the set methods.
12514
12515         * ShareContainer.h: new file, will perhaps be moved to support
12516
12517         * ParameterStruct.h: new file
12518
12519         * ParagraphParameters.h: new file
12520
12521         * ParagraphParameters.C: new file
12522
12523         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12524         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12525
12526         * BufferView_pimpl.C: ParagraphParameter changes.
12527         * buffer.C: Likewise.
12528         * bufferview_funcs.C: Likewise.
12529         * text.C: Likewise.
12530         * text2.C: Likewise.
12531
12532 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12533
12534         * lyxfind.C (LyXReplace): do not redefine default argument in
12535         implementation.
12536         (IsStringInText): ditto
12537         (SearchForward): ditto
12538         (SearchBackward): ditto
12539
12540 2001-03-06  Juergen Vigna  <jug@sad.it>
12541
12542         * lyxfind.C (IsStringInText): put parentes around expressions.
12543
12544 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12545
12546         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12547
12548 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12549
12550         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12551
12552         * stl_string_fwd.h: add comment
12553
12554         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12555
12556         * tabular.h:
12557         * tabular.C: remove unused DocBook methods
12558
12559         * intl.C:
12560         * language.C:
12561         * paragraph.C:
12562         * buffer.C:
12563         killed DO_USE_DEFAULT_LANGUAGE
12564
12565 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12566
12567         * lyx_gui.C: do not include language.h.
12568
12569         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12570         arguments in function implementation.
12571
12572 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12573
12574         * BufferView_pimpl.C: add <ctime>
12575
12576 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12577
12578         * BufferView_pimpl.C: add using std::find_if
12579
12580 2001-02-27  José Matos  <jamatos@fep.up.pt>
12581
12582         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12583         by OnlyPath.
12584
12585 2001-02-11  José Matos  <jamatos@fep.up.pt>
12586
12587         * buffer.C (makeDocBookFile): command styles now have a parameter as
12588         "title" by default.
12589
12590 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12591
12592         * layout_forms.[Ch]: removed
12593         * lyx_cb.[Ch]: out character
12594         * lyx_gui.C: out character
12595         * lyx_gui_misc.C: out character
12596         * bufferview_funcs.C: : out character,
12597         added toggleall as parameter in ToggleAndShow
12598
12599 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12600
12601         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12602
12603         * text2.C (SetCurrentFont): Disable number property at boundary.
12604
12605 2001-02-26  Juergen Vigna  <jug@sad.it>
12606
12607         * lyxfunc.C (getStatus): added a string argument override function so
12608         that this is correctly called from LyXFunc::Dispatch if it contains a
12609         do_not_use_argument which is used!
12610         (Dispatch): added check for "custom" export and call appropriate func.
12611
12612 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12613
12614         * lyxrc.C: Add language_command_local, language_use_babel and
12615         language_global_options.
12616
12617         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12618
12619         * buffer.C (makeLaTeXFile): Use language_use_babel and
12620         language_global_options.
12621
12622 2001-02-23  Juergen Vigna  <jug@sad.it>
12623
12624         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12625         which works with LyXText and putted it inside BufferView. Here now we
12626         only call for that part the BufferView::Dispatch() function.
12627
12628         * BufferView.C (Dispatch): added.
12629
12630         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12631         functions which needs to use a LyXText over from LyXFunc.
12632         (MenuInsertLyXFile): added
12633         (getInsetByCode): added
12634         (moveCursorUpdate): added
12635         (static TEXT): added
12636
12637 2001-02-22  Juergen Vigna  <jug@sad.it>
12638
12639         * BufferView_pimpl.C (update): call a status update to see if LyXText
12640         needs it.
12641
12642 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12643
12644         * vc-backend.C (revert): implement for CVS
12645         (getLog): implement for CVS
12646
12647 2001-02-20  Juergen Vigna  <jug@sad.it>
12648
12649         * text2.C (ClearSelection): added BufferView param for inset_owner call
12650
12651         * lyxfunc.C (TEXT): added this function and use it instead of
12652         directly owner->view()-text of getLyXText().
12653
12654 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12655
12656         * src/layout_forms.C: out preamble
12657         * src/layout_forms.h: out preamble
12658         * src/lyx_cb.C: out preamble
12659         * src/lyx_cb.h: out preamble
12660         * src/lyx_gui.C: out preamble
12661         * src/lyx_gui_misc.C: out preamble
12662         * src/lyxfunc.C: connect with guii preamble
12663
12664 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12665
12666         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12667
12668 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12669
12670         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12671         whether to run bibtex.
12672
12673 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12674
12675         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12676
12677 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12678
12679         * Makefile.am (lyx_SOURCES): removed bibforms.h
12680
12681         * vspace.h: doxygen
12682
12683         * text.C (GetVisibleRow): make several local vars const
12684
12685         * tabular.C: small cleanup.
12686
12687         * lyxserver.C (callback): use compare instead of strncmp
12688
12689         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12690         inlines to after class or to paragraph.C
12691
12692         * lyxfont.h: remove friend operator!=
12693
12694         * converter.h: move friend bool operator< to non friend and after
12695         class def.
12696
12697         * combox.h: small cleanup
12698
12699         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12700         to inlines after class def.
12701
12702         * buffer.C (pop_tag): use string operations instead of strcmp
12703
12704         * bmtable.c: doxygen, small cleanup
12705
12706         * LaTeX.h: remove friend operator==
12707
12708 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12709
12710         * screen.C:
12711         * lyxrc.[Ch]:
12712         * lyxfunc.C:
12713         * lyxfont.[Ch]:
12714         * lyx_cb.C:
12715         * intl.[Ch]:
12716         * commandtags.h:
12717         * buffer.C:
12718         * WorkArea.[Ch]:
12719         * LyXAction.C:
12720         * BufferView_pimpl.C:
12721         * BufferView.[Ch]: remove cruft
12722
12723 2001-02-14  Juergen Vigna  <jug@sad.it>
12724
12725         * lyxfunc.C: removed #if 0 unused code
12726
12727         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12728
12729         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12730
12731         * text2.C (SetSelection): added a BufferView * parameter
12732
12733 2001-02-13  Juergen Vigna  <jug@sad.it>
12734
12735         * lyxfunc.C (Dispatch): fixed protected blank problem.
12736         * BufferView2.C (protectedBlank): added LyxText * parameter.
12737
12738         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12739         (AppendColumn): same as above for column_info.
12740
12741         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12742         (moveCursorUpdate): use a LyXText param for support of InsetText.
12743
12744         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12745         (tripleClick): ditto
12746
12747         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12748
12749         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12750
12751         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12752
12753         * text2.C (SetSelection): set correct update status if inset_owner
12754         (ToggleFree): ditto
12755
12756 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12757
12758         * tabular.C: remove some commented code.
12759
12760 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12761
12762         * BufferView_pimpl.C: call hideSplash()
12763
12764         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12765
12766         * include_form.h:
12767         * bibforms.h: remove
12768
12769         * lyxfunc.C:
12770         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12771           add LFUN_CHILD_CREATE
12772
12773         * counters.h: fix tiny typo
12774
12775         * lyx_cb.C:
12776         * lyx.h:
12777         * lyx_gui.C:
12778         * lyx.C: move splash to frontends/xforms/
12779
12780         * lyx_gui_misc.C: move Include and Bibform to frontends
12781
12782         * lyxvc.h: clarify comment
12783
12784         * vspace.C: tiny housekeeping
12785
12786 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12787
12788         * text.C (PrepareToPrint): RTL Fix.
12789
12790         * paragraph.C (GetUChar): New method.
12791         (String):  Use GetUChar.
12792
12793         * buffer.C (asciiParagraph): Use GetUChar.
12794
12795 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12796
12797         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12798
12799 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12800
12801         * buffer.h:
12802         * buffer.C: rename to getLogName(), handle
12803           build log / latex log nicely
12804
12805 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12806
12807         * MenuBackend.C:
12808         * MenuBackend.h: remove support for reference menuitem type.
12809
12810 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12811
12812         * BufferView_pimpl.C: housekeeping
12813         * BufferView_pimpl.h:
12814         * LyXView.h:
12815         * Makefile.am:
12816         * Timeout.C:
12817         * Timeout.h:
12818         * minibuffer.h: move Timeout GUI-I
12819
12820 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
12821
12822         * lyxrc.C (read): Update converters data-structures.
12823
12824 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12825
12826         * LaTeX.h (operator!=): add operator != for Aux_Info
12827
12828 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
12829
12830         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12831
12832         * LaTeXLog.C: deleted, useful code moved to Buffer
12833
12834         * buffer.h:
12835         * buffer.C: new function getLatexLogName()
12836
12837         * lyx_gui_misc.C:
12838         * lyx_gui.C:
12839         * lyxvc.C:
12840         * lyxvc.h:
12841         * lyxfunc.C: use frontends for LaTeX and VC logs
12842
12843 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12844
12845         * LaTeX.h: yet another std:: that Allan forgot.
12846
12847         * Variables.C (set): renamed from isset(), because this clashes
12848         with some HP-UX macros (grr).
12849
12850 2001-02-06  Allan Rae  <rae@lyx.org>
12851
12852         * LaTeX.h: Another bug fix.  Missing std:: this time.
12853
12854 2001-02-04  Allan Rae  <rae@lyx.org>
12855
12856         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
12857         floats problem. I've left it commented out because it's not quite
12858         correct.  It should also test that the current object is a table or
12859         figure inset.  But I haven't gotten around to figuring out how to do
12860         that.  I *think* it'll be something like: "table" == inset.type()
12861
12862         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
12863         bool.
12864
12865 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
12866
12867         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
12868         all the citation/databases/styles in the auxilary file.
12869         (run): Rerun latex if there was a babel language error.
12870
12871 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
12872
12873         * text.C (Backspace): Preserve the font when changing newline char
12874         with a space.
12875         (BreakParagraph): If the cursor is before a space, delete the space.
12876
12877         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
12878
12879 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
12880
12881         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
12882         new argument (code).
12883         (ChangeCitationsIfUnique): New method.
12884
12885         * paragraph.C (GetPositionOfInset): Handle bibkey.
12886
12887 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12888
12889         * BufferView_pimpl.h: change type of Position::par_pos to
12890         LyXParagraph::size_type.
12891
12892 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
12893
12894         * BufferView_pimpl.C (savePosition, restorePosition): Write
12895         messages to minibuffer.
12896
12897 2001-01-28  José Matos  <jamatos@fep.up.pt>
12898
12899         * buffer.C (makeDocBookFile): adds support for document language.
12900         A silly restriction on the name of LatexCommand types where removed.
12901         Added support for CDATA sections, allows to chars unescaped, used
12902         among others in code, to avoid escape < and >.
12903
12904 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12905
12906         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
12907         saved positions instrad of a stack. Furthermore, a position is
12908         stored using paragraph id/paragraph position.
12909
12910         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
12911         Remove LFUN_REF_BACK.
12912
12913 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12914
12915         * converter.C (dvipdfm_options): New method.
12916
12917 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12918
12919         * vspace.C (isValidLength): Fix for empty input string.
12920
12921 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12922
12923         * LyXAction.C (init): change description of LFUN_FIGURE to
12924         "Insert Graphics"
12925
12926 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12927
12928         * LaTeX.C: add using directive
12929
12930 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12931
12932         * MenuBackend.C (expand): Fix the sorting of the formats.
12933
12934 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
12935
12936         * lyx_main.C: tiny error message fix
12937
12938 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12939
12940         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
12941         calling fl_initialize(). This fixes the problem with ',' as
12942         decimal separator in text files.
12943
12944 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12945
12946         * trans.C (process): Fix the keymap bug.
12947
12948 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
12949
12950         * LaTeX.C (scanAuxFiles): New method. Provides support for
12951         multiple bibliographies (when using the bibtopic/bibunits pacakges).
12952         (scanLogFile) Scan for "run BibTeX" messages.
12953
12954         * buffer.C (makeLaTeXFile): Do not load the ae package when using
12955         OT1 font encoding. Also, load the aecompl package if the ae
12956         package is loaded.
12957
12958         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
12959
12960 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12961
12962         * texrow.C (increasePos): turn two error messages into debug
12963         messages.
12964
12965 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
12966
12967         * LaTeX.C (scanAux): Handle the \@input macro.
12968         (runBibTeX): Use scanAux().
12969
12970         * language.C (latex_options_): New field.
12971
12972         * LaTeXFeatures.C (getMacros): Add language macros.
12973
12974         * buffer.C (makeLaTeXFile): Small fix.
12975
12976 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12977
12978         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
12979
12980         * text2.C: add a using directive.
12981
12982 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
12983
12984         * BufferView2.C:
12985         * lyx_gui_misc.h:
12986         * lyxfr1.C:
12987         * lyxfunc.C: kill LyXBell.
12988
12989 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
12990
12991         * text.C (IsBoundary): Remove the error message
12992
12993         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
12994
12995         * lyxrc.C (setDefaults): Correct initialization value for
12996         font_norm_type.
12997
12998 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
12999
13000         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13001         gotoError().
13002
13003         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13004         and GotoNextNote().
13005
13006         * src/LyXAction.C: Added reference-next.
13007
13008         * text.C (InsertChar): Use contains instead of strchr.
13009
13010         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13011
13012 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13013
13014         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13015         alignment commands (when needed).
13016
13017         * text.C (InsertChar): Add ':' to number separator chars.