]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Small fixes to allow building with STLport
[lyx.git] / src / ChangeLog
1
2 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
3
4         * graph.C:
5         * paragraph_pimpl.C: Small fixes to build using STLport
6
7 2003-10-02  André Pönitz  <poenitz@gmx.net>
8
9         * lyxfunc.C:
10         * text3.C: move handling of LFUN_DEPTH *; fix #1360
11
12 2003-10-01  André Pönitz  <poenitz@gmx.net>
13
14         * factory.C: assert early
15
16 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
17
18         * lyx_main.C: remove the global debug object 
19
20         * debug.h: adjust for new debugstream
21
22         * debug.C: adjust for new debugstream and keep the global debug
23         object here.
24
25 2003-09-22  Angus Leeming  <leeming@lyx.org>
26
27         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
28         of g++ which otherwise complain that the scoped_ptr destructor can't delete
29         an incomplete class LyXFont.
30
31 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
32
33         * factory.C: bug fix in branches
34
35 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
36
37         * lyxfunc.C (processKeySym): adjust
38         (dispatch): adjust
39         (dispatch): change arg name from ev to func, adjust
40         (sendDispatchMessage): ditto
41
42         * lyx_main.C (defaultKeyBindings): adjust keybindings
43         (deadKeyBindings): ditto
44
45         * kbsequence.C (addkey): return a FuncRequest
46
47         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
48
49         * kbmap.C (bind): take a FuncRequest as arg, adjust
50         (read): adjust
51         (lookup): adjust
52         (defkey): change to take a FuncRequest as arg, adjust
53         (findbinding): take a FuncRequest as arg, adjust.
54
55         * funcrequest.h (operator=): added
56
57         * funcrequest.C (FuncRequest): default kb_action changed from
58         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
59
60         * buffer.C (dispatch): simplify
61         (dispatch): adjust to take a FuncRequest as arg, adjust
62
63         * boost.C (assertion_failed): change assertion message slightly
64
65         * ToolbarBackend.C (read): simplify
66
67         * MenuBackend.C (binding): adjust call to findbinding, add a
68         message if no binding is found.
69         (read): simplify
70         (expandToc): correct by adding a empty FuncRequest
71
72         * LyXAction.C: include <boost/assert.hpp>
73         (isPseudoAction): delete function
74         (LookupFunc): change name to...
75         (lookupFunc): this. change return type to FuncRequest.
76         (getActionName): take kb_action as arg, simplify
77         (funcHasFlag): add an assert, simplify.
78
79 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
80
81         * toc.C (action): return a FuncRequest, simplify
82
83         * lyxfunc.C (processKeySym): adjust
84         (getStatus): delete version that takes an int.
85         (getStatus): adjust
86         (dispatch): delete version that takes action as int
87         (dispatch): adjust
88         (sendDispatchMessage): simplify and adjust
89
90         * funcrequest.C (getArg): take unsigned int as arg
91
92         * ToolbarBackend.C (read): adjust
93         (add): delete version that takes func as a string.
94         (getIton): take a FuncRequest as arg
95
96         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
97         action.
98
99         * MenuBackend.C (MenuItem): add a new construct that only takes a
100         Kind, simplify the constructor use for submenus.
101         (add): adjust
102         (expandLastfiles): adjust
103         (expandDocuments): adjust
104         (expandFormats): adjust
105         (expandFloatListInsert): adjust
106         (expandFloatInsert): adjust
107         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
108
109         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
110         Remove class variables lyx_pseudo_map and lyx_arg_map
111
112         * LyXAction.C (searchActionArg): delete function
113         (getPseudoAction): delete function
114         (retrieveActionArg): delete function
115         (LookupFunc): make it return kb_action, simplify.
116         (getActionName): simplify
117
118         * factory.C (createInset): fix new bug
119
120 2003-09-19  Angus Leeming  <leeming@lyx.org>
121
122         * CutAndPaste.C (pasteSelection): remove fudge used to set the
123         masterFilename_ parameter in the include inset.
124
125         * factory.C (createInset): changes due to the changes to InsetInclude.
126
127 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
128
129         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
130
131 2003-09-18  Angus Leeming  <leeming@lyx.org>
132
133         * buffer.C:
134         * BufferView.C: pass the buffer when calling Inset::getLabelList,
135         Inset::fillWithBibKeys.
136         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
137
138 2003-09-18  Angus Leeming  <leeming@lyx.org>
139
140         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
141         variables.
142         (ctor): pass and store a 'Buffer const &'
143         (buffer): new member function.
144
145         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
146         '*this' to the LaTeXFeatures ctor.
147
148 2003-09-18  Angus Leeming  <leeming@lyx.org>
149
150         * LColor.h:
151         * lyxfont.C:
152         * lyxfont.h:
153         * lyxtext.h:
154         * text.C: rename EnumLColor as LColor_color.
155
156 2003-09-18  Angus Leeming  <leeming@lyx.org>
157
158         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
159         remove #include "insets/insetbase.h" from cursor.h.
160
161 2003-09-18  Angus Leeming  <leeming@lyx.org>
162
163         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
164         InsetOld_code to remove #include "inset.h".
165
166         * iterators.C: add #include "insets/inset.h"
167
168 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
169
170         * BufferView.C: remove more locking stuff that apparently doesn't
171         do anything sensible.
172
173 2003-09-16  André Pönitz  <poenitz@gmx.net>
174
175         * paragraph.[Ch]:
176         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
177           performance boost.
178
179 2003-09-16  Angus Leeming  <leeming@lyx.org>
180
181         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
182
183         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
184         arg/return type.
185
186         * paragraph.h: remove #include "lyxfont.h". Forward declare
187         LyXFont_size.
188
189 2003-09-16  Angus Leeming  <leeming@lyx.org>
190
191         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
192         of support/textutils.h.
193         (isWord): move the contents of support/textutils.h's IsWordChar here.
194
195         * buffer.C:
196         * lyxfind.C:
197         * rowpainter.C:
198         * text.C:
199         * text2.C: add #include "paragraph.h".
200
201         * rowpainter.C:
202         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
203
204 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
205
206         * main.C:
207         * lyx_main.C:
208         * lyx_cb.C:
209         * buffer.C:
210         * LaTeX.C: use namespace alias for lyx::support::os
211
212 2003-09-16  Angus Leeming  <leeming@lyx.org>
213
214         * bufferparams.C:
215         * bufferview_funcs.C:
216         * factory.C:
217         * lyxfunc.C:
218         * paragraph_pimpl.C:
219         * rowpainter.C:
220         * text.C: add #include "LColor.h".
221
222 2003-09-16  Angus Leeming  <leeming@lyx.org>
223
224         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
225         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
226         return LyXFont &.
227         Store the FontBits::color variable as an int rather than as an
228         LColor::colorso that we can move LColor.h out of the lyxfont.h header
229         file.
230
231         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
232         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
233         string calls together.
234
235         * lyxrc.C: add #include "LColor.h".
236
237 2003-09-15  Angus Leeming  <leeming@lyx.org>
238
239         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
240         a cow_ptr.
241
242 2003-09-15  Angus Leeming  <leeming@lyx.org>
243
244         * LColor.h: add an EnumLColor wrapper for LColor::color.
245
246         * lyxfont.[Ch] (color, setColor, realColor):
247         * lyxtext.h, text.C (backgroundColor):
248         pass EnumLColor args to/from the functions, rather than LColor::color
249         ones.
250
251         * lyxfont.h:
252         * lyxtext.h: forward declare EnumLColor.
253
254         * lyx_main.C: add #include "LColor.h".
255
256 2003-09-15  Angus Leeming  <leeming@lyx.org>
257
258         * .cvsignore: add lyx-gtk.
259
260 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
261
262         * Chktex.C
263         * LaTeX.C
264         * LaTeXFeatures.C
265         * ParagraphParameters.C
266         * Spacing.C
267         * buffer.C
268         * bufferparams.C
269         * bufferview_funcs.C
270         * chset.C
271         * counters.C
272         * funcrequest.C
273         * lyxfont.C
274         * lyxgluelength.C
275         * lyxlength.C
276         * paragraph.C
277         * paragraph_funcs.C
278         * text3.C
279         * vc-backend.C: remove usage of STRCONV
280
281 2003-09-15  Angus Leeming  <leeming@lyx.org>
282
283         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
284         explicitly define the color passed to the painter.
285
286 2003-09-15  Angus Leeming  <leeming@lyx.org>
287
288         * bufferparams.C (BufferParams): reorder member initializers to avoid
289         compiler warning.
290
291 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
292
293         * CutAndPaste.C (pasteSelection): remove an outdated #warning
294         * text.C (updateRowPositions): remove an unusual nop
295
296 2003-09-12  André Pönitz  <poenitz@gmx.net>
297
298         * BufferView_pimpl.C:
299         * Bullet.C:
300         * layout.h:
301         * lyxfunc.C:
302         * lyxlayout.[Ch]:
303         * lyxtextclass.C:
304         * rowpainter.C:
305         * text.C:
306         * text2.C:
307         * Counters.[Ch]: finish the 'automatic counters' job
308
309 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
310
311         * aspell.C: include <boost/assert.cpp> (compile fix)
312
313 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
314
315         * boost.C (assertion_failed): use lyx::support::abort instead of
316         assert.
317
318 2003-09-10  Angus Leeming  <leeming@lyx.org>
319
320         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
321         with their _fwd progeny.
322
323 2003-09-09  Angus Leeming  <leeming@lyx.org>
324
325         134 files throughtout the source tree: replace 'using namespace abc;'
326         directives with the appropriate 'using abc::xyz;' declarations.
327
328 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
329
330         * boost.C (emergencyCleanup): moved here from LAssert.c
331         (assertion_failed): new function, called by BOOST_ASSERT
332
333         * several files: change Assert to BOOST_ASSERT
334
335 2003-09-09  Angus Leeming  <leeming@lyx.org>
336
337         * buffer.[Ch]: Add an Impl class and move Buffer's member
338         variables into it. As a result move several header files out of
339         buffer.h.
340
341         Add header files to lots of .C files all over the tree as a result.
342
343 2003-09-09  Angus Leeming  <leeming@lyx.org>
344
345         * buffer.[Ch]: make Buffer's member variables private. Add
346         accessor functions.
347
348         Lots of changes all over the tree as a result.
349
350 2003-09-08  Angus Leeming  <leeming@lyx.org>
351
352         * graph.C: #include <config.h>.
353
354 2003-09-08  Angus Leeming  <leeming@lyx.org>
355
356         * BranchList.C:
357         * BufferView.C:
358         * BufferView_pimpl.C:
359         * CutAndPaste.C:
360         * DepTable.C:
361         * LaTeX.C:
362         * LaTeXFeatures.C:
363         * LyXAction.C:
364         * MenuBackend.C:
365         * TextCache.C:
366         * aspell.C:
367         * buffer.C:
368         * bufferlist.C:
369         * changes.C:
370         * chset.C:
371         * converter.C:
372         * counters.C:
373         * debug.C:
374         * graph.C:
375         * ispell.C:
376         * lyx_cb.C:
377         * lyxfind.C:
378         * lyxfunc.C:
379         * lyxlex_pimpl.C:
380         * lyxrc.C:
381         * lyxrow.C:
382         * paragraph.C:
383         * rowpainter.C:
384         * texrow.C:
385         * text.C:
386         * text2.C:
387         * toc.C: remove redundant using directives.
388
389 2003-09-07  Angus Leeming  <leeming@lyx.org>
390
391         * LaTeXFeatures.h: remove #include "support/types.h".
392         * ToolbarBackend.h: remove #include <algorithm>.
393         * changes.h: remove #include <ctime>.
394         * debug.h: remove #include <iosfwd>.
395         * graph.h: remove #include "support/std_string.h".
396         * lyx_main.h: remove #include <csignal>.
397         * lyxlex_pimpl.h: remove #include <fstream>.
398         * sgml.h: remove #include <algorithm>, <utility>.
399         * toc.h: remove #include "support/std_ostream.h".
400         Add #include <iosfwd>.
401
402 2003-09-07  Angus Leeming  <leeming@lyx.org>
403
404         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
405
406         * converter.h: forward declare LatexRunParams.
407         * encoding.h: remove #include "lyxrc.h".
408         * lyxtext.h: remove #include "LColor.h".
409         * lyxtextclass.h: remove #include "support/types.h".
410         * trans.h: remove #include "tex-accent.h".
411         * trans_mgr.h: remove #include "tex-accent.h".
412         * insets/inset.h: remove #include "support/types.h", <vector>.
413         * insets/insetcollapsable.h: remove #include "LColor.h".
414         * insets/insetinclude.h: remove #include "dimension.h".
415         * insets/insetlatexaccent.h: remove #include "dimension.h".
416         * insets/insetoptarg.h:: remove #include "insettext.h".
417         * insets/insettext.h: remove #include "dimension.h",
418         <boost/shared_ptr.hpp>
419
420         * insets/renderers.h: add #include "dimension.h".
421         * insets/updatableinset.h: add #include "support/types.h".
422
423         * many .C files: Associated changes.
424
425 2003-09-06  Angus Leeming  <leeming@lyx.org>
426
427         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
428         one, inside testInvariant.
429
430         * PrinterParams.C: new file.
431         * PrinterParams.[Ch]: move the function bodies out of line.
432
433 2003-09-06  Angus Leeming  <leeming@lyx.org>
434
435         * ParagraphParameters.h: forward declare ParameterStruct rather than
436         including its header file.
437         (depth): moved out-of-line.
438
439 2003-09-06  Angus Leeming  <leeming@lyx.org>
440
441         * BufferView_pimpl.h:
442         * kbmap.h:
443         * kbsequence.h:
444         * lyxfunc.h: forward declare LyXKeySym rather than
445         #include "frontends/LyXKeySym.h".
446
447         * BufferView_pimpl.C:
448         * kbmap.C:
449         * kbsequence.C:
450         * lyxfunc.C: associated changes.
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         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
460         As a result, can remove the #include "insets/inset.h" from BufferView.h
461
462 2003-09-06  Angus Leeming  <leeming@lyx.org>
463
464         * buffer_funcs.C:
465         * buffer.h:
466         * bufferlist.C:
467         * BufferView.C:
468         * bufferview_funcs.C:
469         * BufferView_pimpl.C:
470         * CutAndPaste.C:
471         * lyx_cb.C:
472         * lyxfunc.C:
473         * paragraph.h:
474         * ParagraphParameters.C:
475         * tabular.C:
476         * text3.C:
477         * toc.C:
478         * undo_funcs.C:
479         * frontends/controllers/ControlDocument.C:
480         * insets/insetcaption.C: rearrange the #includes into some sort of
481         coherent order.
482
483         * buffer.h: remove #includes ErrorList.h, undo.h
484
485 2003-09-06  Angus Leeming  <leeming@lyx.org>
486
487         * support/types.h: add a 'depth_type' typedef, used to store the
488         nesting depth of a paragraph.
489
490         * paragraph.h:
491         * ParameterStruct.h: use this lyx::depth_type typedef rather than
492         defining explicitly.
493
494         * buffer.h:
495         * paragraph_funcs.h:
496         * ParagraphParameters.h:
497         * sgml.h: use lyx::depth_type rather than Paragraph or
498         ParameterStruct's depth_type.
499
500         * buffer.h
501         * paragraph_funcs.h: no need to #include paragraph.h anymore.
502
503         * BufferView.C:
504         * BufferView_pimpl.C:
505         * CutAndPaste.C:
506         * ParagraphParameters.C:
507         * buffer_funcs.C:
508         * bufferlist.C:
509         * bufferview_funcs.C:
510         * lyx_cb.C:
511         * lyxfunc.C:
512         * tabular.C:
513         * text3.C:
514         * toc.C:
515         * undo_funcs.C:
516         * frontends/LyXView.C:
517         * frontends/controllers/ControlDocument.C:
518         * frontends/controllers/ControlErrorList.C:
519         * insets/insetbibitem.C:
520         * insets/insetbranch.C:
521         * insets/insetcaption.C:
522         * insets/insetcollapsable.C:
523         * insets/insetenv.C:
524         * insets/insetert.C:
525         * insets/insetfloat.C:
526         * insets/insetfoot.C:
527         * insets/insetfootlike.C:
528         * insets/insetnewline.C:
529         * insets/insetquotes.C:
530         * insets/insettabular.C:
531         * insets/insettext.C:
532         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
533
534         * frontends/controllers/ControlChanges.C: #include "changes.h".
535
536 2003-09-06  Angus Leeming  <leeming@lyx.org>
537
538         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
539         than #including paragraph.h.
540
541         * ParagraphList.h:
542         * RowList.h: deleted. Superfluous.
543
544         * CutAndPaste.h:
545         * iterators.h:
546         * lyxcursor.h:
547         * lyxtext.h:
548         * text_funcs.h:
549         * undo.h:
550         * undo_funcs.h:
551         * insets/inset.h:
552         * insets/insettext.h: use ParagraphList_fwd.h rather than
553         ParagraphList.h.
554
555         * paragraph.h: don't forward declare ParagraphList.
556
557         * buffer.h:
558         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
559         rather than ParagraphList.h. paragraph.h is still needed for the
560         Paragraph::depth_type parameters.
561
562         * textcursor.h: enable it to compile stand-alone in light of the
563         above changes.
564
565         * bufferview_funcs.C:
566         * iterators.C:
567         * lyxfunc.C:
568         * lyxrow_funcs.C:
569         * paragraph.C:
570         * rowpainter.C:
571         * text.C:
572         * text2.C:
573         * text3.C:
574         * text_funcs.C:
575         * textcursor.C:
576         * undo.C:
577         * frontends/controllers/ControlParagraph.C:
578         * frontends/controllers/ControlTabular.C:
579         * insets/insetmarginal.C:
580         * insets/insetminipage.C:
581         * insets/insetnote.C:
582         * insets/insetoptarg.C: add header files needed to compile again.
583
584 2003-09-06  Angus Leeming  <leeming@lyx.org>
585
586         * RowList_fwd.h: new file, forward-declaring Row rather than
587         #including lyxrow.h.
588
589         * lyxrow_funcs.h:
590         * lyxtext.h:
591         * paragraph.h:
592         * insets/insettext.h: use it instead of RowList.h
593
594         * bufferview_funcs.C:
595         * lyxfunc.C:
596         * lyxrow_funcs.C:
597         * paragraph.C:
598         * rowpainter.C:
599         * text.C:
600         * text2.C:
601         * text3.C: #include "RowList.h".
602
603 2003-09-05  Angus Leeming  <leeming@lyx.org>
604
605         * factory.C (createInset):
606         * vspace.C (c-tor): replace sscanf call with an istringstream.
607         * ispell.C: re-add missing HP/UX headers.
608         * lyxserver.C: re-add missing  os2 headers.
609
610 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
611
612         * BranchList.C:
613         * graph.C:
614         * ispell.C:
615         * lastfiles.C:
616         * lyx_cb.C:
617         * lyxserver.C:
618         * texrow.C:
619         * text3.C: re-add missing system headers, needed for 2.95.2.
620
621 2003-09-05  Angus Leeming  <leeming@lyx.org>
622
623         Changes most place everywhere due to the removal of using directives
624         from support/std_sstream.h.
625
626 2003-09-05  Angus Leeming  <leeming@lyx.org>
627
628         Replace LString.h with support/std_string.h,
629         Lsstream.h with support/std_sstream.h,
630         support/LIstream.h with support/std_istream.h,
631         support/LOstream.h with support/std_ostream.h.
632
633         Changes resulting throughout the tree.
634
635 2003-09-05  Angus Leeming  <leeming@lyx.org>
636
637         * sgml.h: ensure that the header file can be compiled stand-alone.
638         * *.C: strip out redundant #includes. (320 in total.)
639
640 2003-09-04  Angus Leeming  <leeming@lyx.org>
641
642         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
643         here (from getPackages).
644
645         * debug.[Ch]: add a new EXTERNAL tag.
646
647 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
648
649         * text2.C (cursorEnd): simplify
650         (setCursor): adjust
651         (getColumnNearX): adjust
652
653         * text.C (computeBidiTables): adjust
654         (fill): adjust
655
656         * rowpainter.C (paintChars): adjust
657         (paintSelection): adjust
658         (paintChangeBar): adjust
659         (paintText): adjust
660
661         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
662         lastPos instead.
663         (numberOfSeparators): adjust
664
665 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
666
667         * LyXAction.C:
668         * box.[Ch]:
669         * lfuns.h:
670         * lyxfunc.C:
671         * text3.C: Restricts the mouse click functionality
672         of insets like bibtex, include, toc and floatlist to the visible
673         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
674         up the dialogs. Cursor has to be in front of the inset (i.e.
675         start of row) for this to function.
676
677 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
678
679         * bufferview_funcs.C (currentState): output row information
680
681 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
682
683         * bufferview_funcs.C (currentState): output paragraph position
684
685 2003-09-04  Angus Leeming  <leeming@lyx.org>
686
687         * FloatList.h: move out #include "Floating.h".
688         * LaTeX.h: move out #include "DepTable.h".
689         * LyXAction.h: move out #include "funcrequest.h".
690         * buffer.h: move out #include "author.h", "iterators.h".
691         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
692         * lyx_main.h: move out #include "errorlist.h".
693         * lyxfunc.h: move out #include "FuncStatus.h".
694         * lyxtext: move out #include "lyxcursor.h".
695         * paragraph_pimpl.h: move out #include "counters.h".
696
697 2003-09-03  Angus Leeming  <leeming@lyx.org>
698
699         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
700         preamble_snippets list, enabling us to add snippets to the preamble
701         only if the snippet was not there already.
702
703 2003-09-04  Angus Leeming  <leeming@lyx.org>
704
705         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
706
707 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
708
709         * lyxfunc.C (dispatch): if fitCursor did something be sure to
710         update
711
712 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
713
714         * BranchList.C: point fix, earlier forgotten
715
716 2003-09-02  Angus Leeming  <leeming@lyx.org>
717
718         * box.C (contains): renamed from 'contained' after a fantastic
719         amount of hot air.
720
721 2003-09-02  John Levon  <levon@movementarian.org>
722
723         * BufferView.C:
724         * lyxcursor.h:
725         * lyxcursor.C:
726         * lyxfunc.C:
727         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
728
729 2003-09-02  John Levon  <levon@movementarian.org>
730
731         * text2.C: simplification of cursorEnd(), including partial
732         fix for bug 1376
733
734 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
735
736         * buffer.C (readFile): add a space
737
738 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
739
740         * BufferView_pimpl.C (update): remove bogus fitCursor() call
741
742 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
743
744         * buffer.C (readFile): new function, take a filename and a
745         ParagraphList::iterator
746         (readFile): adjust
747         (readFile): adjust, make it private. don't use setStream, make
748         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
749         always contain the filename.
750
751         * BufferView.C (insertLyXFile): simplify and make it work for
752         gzipped files.
753
754 2003-08-30  John Levon  <levon@movementarian.org>
755
756         * Makefile.am: fix dist (from Kayvan)
757
758 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
759
760         * most files: change to use const Buffer refs
761
762 2003-08-27  André Pönitz  <poenitz@gmx.net>
763
764         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
765         on top of ownerPar().
766
767 2003-08-27  John Levon  <levon@movementarian.org>
768
769         * funcrequest.C: properly initialise POD members
770
771 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
772
773         * lyxtext.h (top_y): move top_y from here
774         * text.C:
775         * text2.C:
776         * text3.C:
777         * BufferView.[Ch]:
778         * BufferView_pimpl.[Ch]: to here
779         * frontends/screen.C:
780         * insets/insettabular.C:
781         * insets/insettext.C: adjust
782         * rowpainter.[Ch] (paintRows): remove LyXText & argument
783
784 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
785
786         * BufferView.[Ch]:
787         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
788
789 2003-08-26  André Pönitz  <poenitz@gmx.net>
790
791         * paragraph_func.[Ch] (outerPar): new function
792
793         * paragraph.C:
794         * paragraph_funcs.C:
795         * paragraph_funcs.h:
796         * paragraph_pimpl.C:
797         * text2.C: remove Inset::par_owner
798
799 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
800
801         * lyxrow_funcs.C:
802         * lyxtext.h:
803         * text.C:
804         * text2.C: eliminates the needFullRow/display() stuff
805         altogether, putting the logic in metrics/draw in the insets.
806
807 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
808
809         * text2.C (redoParagraphInternal, redoParagraphs):
810         * text.C (redoParagraph): add a call to updateRowPositions at the
811         end of each 'metrics-like' call. Remove all others.
812         (getRow): remove the 'y-computing' version.
813         (getRowNearY): do not compute nor return the real y. Solve the
814         'y < 0' problem and simplify.
815
816 2003-08-22  Angus Leeming  <leeming@lyx.org>
817
818         * *.[Ch]: clean-up of licence and author blurbs.
819         Also move config.h out of a few .h files and into a few .C files.
820
821 2003-08-22  André Pönitz  <poenitz@gmx.net>
822
823         * lyxrow.[Ch]: add x_ and *fill_ members
824
825         * lyxtext.h:
826         * text.C:
827         * rowpainter.C:
828         * text2.C: adjust/remove prepareToPrint() calls
829
830 2003-08-22  André Pönitz  <poenitz@gmx.net>
831
832         * lyxrow.[Ch]: add  end_ member
833
834         * lyxrow_funcs.C: use LyXRow::end_
835
836         * lyxtext.h (singleWidth): add LyXFont parameter
837
838         * rowpainter.C:
839         * text2.C: adjust LyXText::singleWidth() calls
840
841         * text.C (redoParagraph): simplify row breaking logic
842
843
844 2003-08-19  André Pönitz  <poenitz@gmx.net>
845
846         * funcrequest.C: initialize button_ member
847
848         * text3.C:
849         * rowpainter.[Ch]: interface consolidation
850
851 2003-08-18  André Pönitz  <poenitz@gmx.net>
852
853         * BufferView.C:
854         * BufferView_pimpl.C:
855         * lyxfind.C:
856         * paragraph_funcs.C:
857         * rowpainter.C:
858         * text3.C: remove LyXScreen::draw() and fitCursor calls
859
860         * BranchList.h: remove spurious semicolons
861
862         * MenuBackend.C: fix branchlist related crash
863
864 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
865
866         * BranchList.[Ch]:
867         * InsetList.[Ch]:
868         * LColor.[Ch]:
869         * LyXAction.C:
870         * Makefile.am:
871         * MenuBackend.[Ch]:
872         * bufferparams.[Ch]:
873         * factory.C:
874         * lfuns.h:
875         * lyxfunc.C:
876         * text3.C: implements the 'branch inset'
877         idea. This allows the output of various versions of a document
878         from a single source version, selectively outputing or suppressing
879         output of parts of the text.
880         This implementation contains a 'branch list editor' in a separate
881         tab of the document settings dialog. Branches are user definable
882         and have a "display colour" to distinguish them on-screen.
883
884         ColorHandler was somewhat cleaned up.
885         (1) make possible a dynamically growing LColor list by allowing
886         the graphic context cache to grow along (vector);
887         (2) eliminate an IMHO unnecessary step in colour allocation.
888
889 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
890
891         * BufferView_pimpl.C: compile fix
892
893 2003-08-15  André Pönitz  <poenitz@gmx.net>
894
895         * rowpainter.C: remove extra metrics calls
896
897         * lyxtext.h: merge the two constructors into a single one,
898           pass reference to owner's par list
899
900         * BufferView_pimpl.C:
901         * text.C:
902         * text2.C: adjust
903
904 2003-08-15  André Pönitz  <poenitz@gmx.net>
905
906         * lyxrow_funcs.[Ch]:
907         * lyxtext.h:
908         * paragraph.h:
909         * paragraph_funcs.C:
910         * rowpainter.C:
911         * text.C:
912         * text2.C:
913         * text3.C:
914         * text_funcs.C: split LyXText::rowlist_ into individual
915         Paragraph::rows_ chunks
916
917         * BufferView.[Ch]:
918         * BufferView_pimpl.[Ch]:
919         * lyxfind.C:
920         * lyxtext.h:
921         * text3.C: remove toggleSelection()
922
923 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
924
925         * bufferlist.C: beautify two alerts (shorter text of buttons)
926         * buffer.C: Remove redundant ' ' from message
927         * tabular.h:
928         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
929         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
930         rename VALIGN_CENTER to VALIGN_MIDDLE
931
932 2003-08-11  André Pönitz  <poenitz@gmx.net>
933
934         * lyxtext.h (getPar):
935         * text.C: new function
936
937 2003-08-11  André Pönitz  <poenitz@gmx.net>
938
939         * Makefile.am:
940         * tracer.[Ch]: remove unneeded files
941
942         * InsetList.[Ch]: remove resizeInsetsLyXText()
943
944         * lyxtext.h:
945         * text.C:
946         * text2.C:
947         * text3.C: merge insertParagraphs() and appendParagraph()
948         remove breakAgain(), update()
949
950         * BufferView_pimpl.[Ch]:
951         * bufferview_funcs.[Ch]:
952         * lyxfunc.C:
953         * paragraph.[Ch]:
954         * rowpainter.C:
955         * tabular.C: adjust after text & InsetList changes.
956
957 2003-08-08  André Pönitz  <poenitz@gmx.net>
958
959         * text.C (insertChar, backspace): replace rowlist fiddling
960         with rebreak of full par
961
962         * lyxtext.h:
963         * text.C (breakAgainOneRow, redoHeightOfParagraph,
964         checkParagraph, updateInset): removed
965
966 2003-08-07  André Pönitz  <poenitz@gmx.net>
967
968         * paragraph.C:
969         * text3.C: merge some LFUN handlers, remove dead code
970
971 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
972
973         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
974
975 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
976
977         * text2.C (DEPM): fix part of bug 1255 and 1256
978
979 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
980
981         * BufferView_pimpl.C (workAreaDispatch): change to use
982         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
983         that are no mouse related.
984
985 2003-08-05  André Pönitz  <poenitz@gmx.net>
986
987         * BufferView.[Ch]:
988         * BufferView_pimpl.[Ch]:
989         * bufferview_funcs.C:
990         * text2.C:
991         * text3.C: rip out "deep update"
992
993         * textcursor.[Ch] (last_sel_cursor): remove unused member
994
995 2003-08-04  André Pönitz  <poenitz@gmx.net>
996
997         * BufferView.[Ch]:
998         * BufferView_pimpl.[Ch]:
999         * ParagraphParameters.C:
1000         * bufferview_funcs.C:
1001         * lyx_cb.C:
1002         * lyxfind.C:
1003         * lyxfunc.C:
1004         * text.C:
1005         * text2.C:
1006         * text3.C: replace "complicated" BufferView::update(...) calls with
1007         simpler ones.
1008
1009         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1010
1011 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1012
1013         * Makefile.am (lyx_SOURCES): add paper.h
1014
1015 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1016
1017         * Makefile.am: move things around so that both lyx-qt and
1018         lyx-xforms can be built (according to --with-frontend). Then lyx
1019         is a symbolic link to lyx-[firstfrontend]
1020
1021 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1022
1023         * Always use std::endl with lyxerr
1024
1025 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1026
1027         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1028
1029 2003-08-01  André Pönitz  <poenitz@gmx.net>
1030
1031         * BufferView.[Ch]:
1032         * BufferView_pimpl.[Ch]:
1033         * lyxfunc.C:
1034         * text3.C: merge BufferView::repaint() and BufferView::update()
1035
1036 2003-08-01  José Matos  <jamatos@lyx.org>
1037
1038         * buffer.[Ch]: file_format is no longer a buffer data element.
1039
1040 2003-08-01  André Pönitz  <poenitz@gmx.net>
1041
1042         * BufferView.C:
1043         * lyxtext.h:
1044         * text.C:
1045         * text2.C: make redoParagraph more independent of current cursor
1046
1047         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1048         * text.C:
1049         * text2.C: remove unneeded members
1050
1051 2003-07-30  André Pönitz  <poenitz@gmx.net>
1052
1053         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1054
1055         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1056           create a single function...
1057
1058         * paragraph_funcs.C (moveItem): ... here.
1059
1060         * text.C:
1061           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1062
1063 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1064
1065         * LColor.[Ch]: Add comment and greyedout logical colors.
1066
1067 2003-07-30  André Pönitz  <poenitz@gmx.net>
1068
1069         * tabular.C: don't use Assert too heavily. This crashes where it
1070           shouldn't
1071
1072 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1073
1074         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1075         is disabled (bug 1232)
1076
1077 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1078
1079         * factory.C: limited 'arg' scope
1080
1081 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1082
1083         * factory.C: fixed Note submenu issues
1084
1085 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1086
1087         * factory.C: submenu for Note/Comment/Greyedout
1088
1089 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1090
1091         * lyx_main.C (LyX):
1092         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1093
1094 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1095
1096         * LaTeXFeatures.C:
1097         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1098         greyedout. Patch provided by Jürgen Spitzmüller.
1099
1100 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1101
1102         * kbmap.C (read): fix error message when reading bind files
1103
1104 2003-07-29  Angus Leeming  <leeming@lyx.org>
1105
1106         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1107         certainly does not do what it purports to do. I am doing it, and
1108         us, a favour by killing it.
1109
1110 2003-07-28  José Matos  <jamatos@lyx.org>
1111
1112         * buffer.C (readBody, do_writeFile):
1113         * paragraph.C(readParagraph): \end_document replaces \the_end.
1114
1115 2003-07-29  André Pönitz  <poenitz@gmx.net>
1116
1117         * BufferView.[Ch]:
1118         * BufferView_pimpl.[Ch]:
1119         * lyxfunc.C:
1120         * text2.C:
1121         * text3.C:
1122         * textcursor.[Ch]: remove toggleToggle & Co
1123
1124 2003-07-28  José Matos  <jamatos@fep.up.pt>
1125
1126         * buffer.C (readParagraph):
1127         * params_func (readParToken, readParagraph):
1128         * paragraph.C (write): \layout -> \begin_layout.
1129
1130 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1131
1132         * lyxlex_pimpl.C (setFile): clean up slightly.
1133
1134         * bufferparams.h: add compressed var
1135
1136         * buffer_funcs.C (readFile): adjust for LyXLex change
1137         (newFile): ditto + simplify
1138
1139         * buffer.C (writeFile): handle writing of compressed files
1140
1141         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1142         Check if the file is compressed and set a bufferparm if so.
1143
1144         * Makefile.am (lyx_LDADD): remove explicit -lz
1145
1146 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1147
1148         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1149         makeDocBookFile): put the real LyX version in the first line of
1150         the file
1151
1152         * version.h:
1153         * version.C.in: remove lyx_docversion
1154
1155         * tabular.C (write_attribute): add a template-based version to
1156         write enums properly
1157
1158 2003-07-28  André Pönitz  <poenitz@gmx.net>
1159
1160         * lyxtext.h:
1161         * text.C:
1162         * text2.C:
1163         * text3.C: use doubles again for x-coordinates. They are needed.
1164
1165 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1166
1167         * messages.C (getLocaleDir): use lyx_localedir()
1168
1169         * lyxlex_pimpl.C (setFile): compress stuff
1170
1171         * buffer.C (writeFile): add some compression stuff
1172         (do_writeFile): new func, dont call expliti close... will this
1173         breake anything?
1174
1175         * Makefile.am (lyx_LDADD): add -lz
1176
1177 2003-07-28  José Matos  <jamatos@fep.up.pt>
1178
1179         * buffer.C: increment file format.
1180         * paragraph_funcs (readParagraph, readParToken):
1181         * paragraph.C (readParagraph): add \end_layout.
1182
1183 2003-07-27  Angus Leeming  <leeming@lyx.org>
1184
1185         * Makefile.am: remove special casing for configure-time setting of
1186         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1187
1188         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1189         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1190
1191 2003-07-26  André Pönitz  <poenitz@gmx.net>
1192
1193         * paragraph_func.[Ch]:
1194         * paragraph.C (realizeFont): inline it whereever it is used
1195
1196         * rowpainter.C:
1197         * text.C:
1198         * text2.C:
1199         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1200
1201
1202 2003-07-26  André Pönitz  <poenitz@gmx.net>
1203
1204         *       lyxtext.h:
1205         * text.C:
1206         * text2.C: get rid of LyXText::need_break_row
1207
1208 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1209
1210         * toc.[Ch]: put namespace toc inside namespace lyx
1211
1212         * MenuBackend.C (expandToc2): adjust for lyx::toc
1213         (expandToc): ditto
1214
1215         * lyxfunc.C (dispatch): adjust for lyx::find
1216
1217         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1218         lyx::find instead. Reorganize a bit.
1219         (LyXReplace): rename to replace
1220         (LyXFind): rename to find
1221
1222         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1223         (dispatch): ditto
1224
1225 2003-07-26  André Pönitz  <poenitz@gmx.net>
1226
1227         * text.C (setHeightOfRow): restrict scope of temporary variable
1228
1229         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1230           code (never has been used?)
1231
1232 2003-07-27  Asger Alstrup  <alstrup@local>
1233
1234         * text.C (fill): Optimise algorithm to exploit that we can reuse
1235         the LyXFont for many characters.
1236         (setHeightOfRow): Same thing.
1237         (rowBreakPoint): Same thing.
1238
1239 2003-07-26  Asger Alstrup  <alstrup@local>
1240
1241         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1242
1243         * text.C (singleWidth): Spurious font copying in hot-spot
1244         singleWidth avoided. Reorder tests for arabic for efficiency.
1245
1246         * text.C (fill): handle empty paragraphs better.
1247
1248 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1249
1250         * ispell.C:
1251         * encoding.h: add includes
1252
1253         * lyxrc.C: remove reading of bind files
1254
1255         * lyx_main.C (init): setup bindings and menus only if we have a
1256         gui.
1257
1258         * kbmap.C (read): new method. Do the actual reading of bind
1259         files.
1260
1261         * converter.C (dvipdfm_options):
1262         * bufferparams.C:
1263         * lyxrc.C (read):
1264         (output): adapt PAPER_* enums.
1265
1266         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1267
1268         * bufferparams.h: remove paper-related enums from there
1269
1270         * paper.h: New file. A trivial header file to hold paper-related
1271         enums. It should later expand to contain many paper-related
1272         horrors access.
1273
1274         * lyxrc.C: declare extern displayTranslator
1275
1276 2003-07-27  José Matos  <jamatos@fep.up.pt>
1277
1278         * tabular.[Ch] (linuxdoc): add support for tables and figures
1279         (linuxdoc).
1280
1281 2003-07-27  José Matos  <jamatos@fep.up.pt>
1282
1283         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1284         consistency in both functions.
1285         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1286
1287 2003-07-26  Asger Alstrup  <alstrup@local>
1288
1289         * rowpainter.C (paintRows): Change algorithm to work directly on
1290         the insets rather than asking every character in the document
1291         whether its an inset.
1292
1293 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1294
1295         * buffer.C (openFileWrite): factorize some code
1296
1297 2003-07-26  Angus Leeming  <leeming@lyx.org>
1298
1299         * lyx_cb.C:
1300         * lyx_main.[Ch]: replace occurances of system_tempdir with
1301         os::getTmpDir().
1302
1303 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1304
1305         * rename Inset to InsetOld
1306
1307 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1308
1309         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1310         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1311         which I think is a bit clearer. EDIT is gone, since it was
1312         premature optimisation, and broken for mathed anyway.
1313         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1314         with cursor positioning in insets as well (math insets still do not
1315         work, but that's a different story anyway.) It mysteriously
1316         crashes sometimes with undo in the first paragraph, but I'm fairly
1317         confident that this is a compiler bug.
1318
1319 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1320
1321         * paragraph.C (Paragraph): adjust for new clone return type
1322         (operator==): ditto
1323         (copyIntoMinibuffer): ditto
1324
1325 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1326
1327         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1328         by not having a special case, and always doing a full rebreak of
1329         the document after undo.
1330
1331 2003-07-23  Angus Leeming  <leeming@lyx.org>
1332
1333         * factory.C (createInset): InsetExternal::setParams now takes a
1334         Buffer const * arg.
1335
1336 2003-07-23  Angus Leeming  <leeming@lyx.org>
1337
1338         * factory.C (createInset): changed interface to the external and
1339         graphics mailers' string2params functions.
1340
1341 2003-07-23  Angus Leeming  <leeming@lyx.org>
1342
1343         * factory.C (createInset): pass a
1344         Buffer const * parameter to InsetExternalMailer's string2params.
1345
1346 2003-07-22  John Levon  <levon@movementarian.org>
1347
1348         * Thesaurus.h: include the right aiksaurus header
1349
1350 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1351
1352         * MenuBackend.C (expand): check menu shortcuts unconditionally
1353
1354 2003-07-21  Angus Leeming  <leeming@lyx.org>
1355
1356         * factory.C (createInset): pass a
1357         buffer_path parameter to InsetGraphicsMailer's string2params.
1358
1359 2003-07-21  Angus Leeming  <leeming@lyx.org>
1360
1361         * BufferView_pimpl.C (buffer):
1362         * buffer.C (d-tor):
1363         * lyx_main.C (LyX):
1364         * lyxfunc.C (dispatch):
1365         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1366         rather than the grfx shortcut.
1367
1368 2003-07-21  André Pönitz  <poenitz@gmx.net>
1369
1370         * rowpainter.C: remove unused variables
1371
1372         * tabular_funcs.C:
1373         * tabular_funcs.h: move to tabular.C
1374         * Makefile.am: adjust
1375
1376         * tabular.[Ch]: basic optical cleaning
1377
1378         * author.h: pass references, not values
1379
1380 2003-07-18  André Pönitz  <poenitz@gmx.net>
1381
1382         * lyxtext.h:
1383         * metricsinfo.C:
1384         * metricsinfo.h:
1385         * rowpainter.C:
1386         * text.C:
1387         * text2.C:
1388         * text3.C: two-phase drawing for InsetText and InsetTabular
1389         some float -> int changes.
1390
1391 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1392
1393         * lyx_main.C: fix the fix
1394
1395 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1396
1397         * lyx_main.C: fix a crash in batch mode if no files specified
1398         * converter.C: ws
1399
1400 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1401
1402         * format.[Ch] (papersize): moved to BufferParams
1403         * converter.[Ch] (dvips_options): moved to BufferParams
1404         (dvipdfm_options): moved to anon namespace
1405         * bufferparams.[Ch]: added above functions.
1406
1407 2003-07-17  André Pönitz  <poenitz@gmx.net>
1408
1409         * lyxtext.h:
1410         * rowpainter.C:
1411         * text2.C: don't call inset->update() anymore
1412
1413         * metricsinfo.[Ch]: add convenience constructor
1414
1415 2003-07-16  André Pönitz  <poenitz@gmx.net>
1416
1417         * lyxcursor.[Ch]:
1418         * lyxfunc.[Ch]:
1419         * text.C:
1420         * text2.C: replace the LyXCursor::irow_ member with
1421          on-demand computation of the value
1422
1423 2003-07-16  John Levon  <levon@movementarian.org>
1424
1425         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1426
1427 2003-07-15  André Pönitz  <poenitz@gmx.net>
1428
1429         * text.C:
1430         * text2.C: remove no more needed refresh_row
1431
1432 2003-07-15  André Pönitz  <poenitz@gmx.net>
1433
1434         * lyxtext.h:
1435         * rowpainter.C:
1436         * text2.C:
1437         * text3.C: refresh_status tristate -> need_update bool
1438
1439 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1440
1441         * lyxtext.h (init): remove reinit argument (act as if always true)
1442         * text2.C: adjust to that
1443
1444 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1445
1446         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1447         * text3.C: use it to delete selections in some cases
1448         (bugs 441, 673, 702, 954).
1449
1450 2003-07-14  André Pönitz  <poenitz@gmx.net>
1451
1452         * rowpainter.[Ch]: reduce interface
1453
1454 2003-07-14  André Pönitz  <poenitz@gmx.net>
1455
1456         * BufferView_pimpl.C:
1457         * text2.C: adjust after removing unused BufferView * argument
1458
1459 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1460
1461         * text2.C (init): fix a crash fired on resize
1462
1463 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1464
1465         * buffer.[Ch]: added new closing signal
1466         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1467         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1468         BufferView::Pimpl via the closing the signal
1469
1470 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1471
1472         * buffer.[Ch]: take out all bv-related from buffer
1473         * BufferView.C:
1474         * BufferView_pimpl.[Ch]: connect to new signals
1475         * CutAndPaste.C: removed useless asserts
1476         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1477         * lyxvc.[Ch]:
1478         * vc-backend.[Ch]:
1479         * lyxfunc.C: moved view-related funciontality from vc here
1480         * paragraph.C: removed outdated comments
1481         * text.C: ws
1482
1483 2003-07-10  André Pönitz  <poenitz@gmx.net>
1484
1485         * BufferView_pimpl.C:
1486         * tabular.h:
1487         * tabular_funcs.C:
1488         * text.C:
1489         * text2.C: remove InsetText::InnerCache, clean up consequences
1490
1491 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1492
1493         * ispell.C: fix two typos in error messages
1494
1495 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1496
1497         * Extend Note inset to other forms of annotation like Comment
1498         and Greyedout. Right button click gives dialog.
1499
1500         Files modified or added (+):
1501
1502         * insetnote.[Ch]
1503         * FormNote.[Ch]      +
1504         * ControlNote.[Ch]   +
1505         * form_note.fd       +
1506         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1507         frontends/controllers
1508         * xforms/Dialogs.C
1509         * factory.C
1510
1511 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1512
1513         * aspell.C: add missing namespace lyx::support
1514
1515 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1516
1517         * BufferView.[Ch] (newFile): Add
1518         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1519         * LaTeX.[Ch] (message): added this signal and use it
1520         * buffer.[Ch] (busy, message): added these signals and use them
1521         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1522         * converter.C:
1523         * exporter.C:
1524         * format.C:
1525         * importer.C: use buffer signals instead of direct bv calling
1526         * lyx_cb.[Ch] (ShowMessage): removed
1527         * lyx_main.C:
1528         * lyxfunc.C:
1529         * paragraph_funcs.C:
1530         * text2.C: use buffer signals
1531
1532 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1533
1534         * introduce namespace lyx::graphics
1535
1536 2003-07-02  André Pönitz  <poenitz@gmx.net>
1537
1538         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1539
1540 2003-07-01  André Pönitz  <poenitz@gmx.net>
1541
1542         * text.C:
1543         * text2.C:
1544         * text3.C:
1545         * text_funcs.[Ch]:
1546         * textcursor.h:
1547         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1548           text*.C to text_func.C
1549
1550 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1551
1552         * introduce namespace lyx::support
1553
1554 2003-06-30  André Pönitz  <poenitz@gmx.net>
1555
1556         * Chktex.C:
1557         * funcrequest.C:
1558         * lyxtext.h:
1559         * text.C: re-enable --with-included-string
1560
1561 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1562
1563         * textcursor.C: add <config.h>
1564
1565         * text.C (getWord): remove const from word_location arg
1566
1567         * lyxvc.C (getLogFile): fix const type order
1568
1569         * lyxtext.h: remove const from word_location arg, add arg name
1570
1571         * lyxlayout.h: currect type on labeltype.
1572
1573         * importer.C: correct \file
1574
1575         * converter.C (intToFormat): use std:: on ret val, ws changes
1576
1577         * bufferlist.h: correct \file
1578
1579         * buffer.C (makeLinuxDocFile): fix const type order
1580         (makeDocBookFile): ditto
1581         (fillWithBibKeys): use std:: on stdlib args.
1582
1583         * CutAndPaste.C: fix authors.
1584         (availableSelections): use std:: on return vector
1585
1586 2003-06-27  André Pönitz  <poenitz@gmx.net>
1587
1588         * BufferView_pimpl.C:
1589         * bufferview_funcs.C:
1590         * lyxcursor.C:
1591         * lyxcursor.h:
1592         * lyxfunc.C:
1593         * lyxtext.h:
1594         * rowpainter.C:
1595         * text.C:
1596         * text2.C:
1597         * text3.C: remove LyXCursor::row_ member
1598
1599         * lyxtext.h:
1600         * text.C: rename fullRebreak() to partialRebreak() and implement
1601           a fullRebreak() that really bereks fully
1602
1603         * textcursor.h: new struct for cursor-related data
1604
1605 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1606
1607         * lyx_main.C (LyX): get full path of document loaded on the
1608         command line
1609
1610 2003-06-26  André Pönitz  <poenitz@gmx.net>
1611
1612         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1613           remove unused/broken operator>,<,>=.
1614
1615         *       text.C: remove only use of broken operator<= in an Assert().
1616
1617 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1618
1619         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1620         moved errorlist_.clear to showErrorList
1621
1622 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1623
1624         * converter.C (scanLog, runLaTeX):
1625         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1626         move the bv->showErrorList call to the callers
1627         * lyxfunc.C: i.e. here...
1628         * text2.C: and here
1629         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1630         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1631         namespace, the second to...
1632         * buffer_funcs (BufferFormat, parseErrors): added
1633         * errorlist.C (ErrorList(TeXErrors const &)): removed
1634
1635 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1636
1637         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1638
1639 2003-06-24  "Garst R. Reese" <reese@isn.net>
1640
1641         * debug.C: fix typo
1642
1643 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1644
1645         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1646
1647         * version.C.in: change docversion to 1.4
1648
1649 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1650
1651         * buffer.C: fix a bug just introduced
1652
1653 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1654
1655         * buffer.[Ch]: added the parseError signal and use it, removed
1656         sgmlError
1657         * BufferView.[Ch] (addError): moved to ...
1658         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1659         to the Buffer::parseError signal to catch (guess what) parse errors
1660         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1661
1662 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1663
1664         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1665         ability to create a buffer and to return an existing one from
1666         the list. Moved these functions to...
1667         * buffer_funcs.[Ch]: added
1668         * BufferView.[Ch] (loadLyXFile): added
1669         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1670         job removed from bufferlist::loadLyXFile.
1671         * buffer.C (setReadOnly): make it work without view
1672         (i.e added an if (users))
1673
1674 2003-06-19  Angus Leeming  <leeming@lyx.org>
1675
1676         * lfuns.h:
1677         * LyXAction.C (init):
1678         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1679         with LFUN_DIALOG_SHOW <name> <data>.
1680
1681 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1682
1683         * CutAndPaste.C (availableSelections): small compilation fix for
1684         ancient (gcc 2.9x) compilers
1685
1686 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1687
1688         * text3.C (cursorNext): add tmp var
1689
1690         * text2.C (updateCounters): for function calling out of for clause
1691         (replaceSelectionWithString): ditto
1692         (insertStringAsParagraphs): ditto
1693         (getColumnNearX): add tmp var
1694         (setCursorFromCoordinates): add tmp var
1695         (cursorDownParagraph): add tmp var
1696         (deleteEmptyParagraphMechanism): add tmp var
1697
1698         * text.C (insertChar): add tmp var
1699
1700         * rowpainter.C (paintDepthBar): add tmp var
1701
1702         * CutAndPaste.C (availableSelections): potentially check all
1703         paragraphs in a cut to fill the shown strings.
1704
1705 2003-06-18  André Pönitz  <poenitz@gmx.net>
1706
1707         * kbmap.[Ch]: use vector<> instead of list<>
1708
1709 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1710
1711         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1712         pasteSelection with index
1713
1714         * text2.C (pasteSelection): modify, call pasteSelection with index
1715
1716         * paragraph.C (asString): reimplement version with no interval to
1717         call the one with interval.
1718
1719         * lyxtext.h: add index arg to pasteSelection
1720
1721         * MenuBackend.C (MenuItem): handle PasteRecent
1722         (Menu::read::Menutags): add md_pasterecent
1723         (read): handle it
1724         (expandPasteRecent): new function
1725         (expand): use it
1726
1727         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1728
1729         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1730         the limited stack
1731         (availableSelections): new function
1732
1733 2003-06-17  Angus Leeming  <leeming@lyx.org>
1734
1735         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1736
1737 2003-06-17  Angus Leeming  <leeming@lyx.org>
1738
1739         * lfuns.h:
1740         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1741
1742         * lyxfunc.C (dispatch): invoke it.
1743
1744 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1745
1746         * iterators.C (operator++, ParPosition): reintroduce some
1747         const_cast for the benefit of older compilers.
1748
1749 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1750
1751         * text3.C (dispatch): do not modify clipboard when doing
1752         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1753         LFUN_DELETE_SKIP on a selection selection
1754
1755 2003-06-16  André Pönitz  <poenitz@gmx.net>
1756
1757         * BufferView.C:
1758         * buffer.C:
1759         * buffer.h:
1760         * paragraph.C:
1761         * tabular.[Ch]: IU of clone() and getLabelList();
1762
1763 2003-06-13  André Pönitz  <poenitz@gmx.net>
1764
1765         * tabular.h: compactification
1766
1767 2003-06-12  André Pönitz  <poenitz@gmx.net>
1768
1769         * tabular.C:
1770         * tabular.h:
1771         * tabular_funcs.h: some renaming plus whitespace
1772
1773 2003-06-12  André Pönitz  <poenitz@gmx.net>
1774
1775         * BufferView.C:
1776         * BufferView_pimpl.C:
1777         * CutAndPaste.C:
1778         * buffer.C:
1779         * iterators.[Ch]:
1780         * lyxfunc.C:
1781         * text.C:
1782         * toc.C: Return a Paragraph & for ParIterator::operator*()
1783
1784 2003-06-11  John Levon  <levon@movementarian.org>
1785
1786         * lyx_main.C:
1787         * ToolbarBackend.h:
1788         * ToolbarBackend.C: add "Toolbars" section and
1789         put the flags there
1790
1791 2003-06-10  Angus Leeming  <leeming@lyx.org>
1792
1793         * lfuns.h:
1794         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1795
1796         * lyxfunc.C (dispatch): invoke it.
1797
1798 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1799
1800         * main.C: protect <ios> with HAVE_IOS
1801         (main): protect sync_with_stdio with HAVE_IOS
1802
1803 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1804
1805         * text2.C (cutSelection): adjust
1806         (pasteSelection): adjust
1807
1808         * messages.C: handle get of empty string
1809
1810         * main.C (main): use sync_with_stdio(false)
1811
1812         * lyxfunc.C (dispatch): adjust
1813
1814         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1815         (WriteAs): remove unneeded BufferView arg.
1816
1817         * bufferparams.h: use correct types on papersize, papersize2 and
1818         paperpackage.
1819
1820         * bufferparams.C (readToken): adjust for type
1821         (writeLaTeX): add missing cases to switch.
1822
1823         * bufferlist.C (quitWriteBuffer): adjust
1824         (close): adjust
1825
1826         * buffer.C (asciiParagraph): remove some commented code.
1827
1828         * CutAndPaste.C: remove current_view extern variable.
1829         (cutSelection): add BufferParams arg.
1830         (eraseSelection): add BufferParams arg.
1831         (pasteSelection): add Buffer const & arg
1832
1833 2003-06-07  John Levon  <levon@movementarian.org>
1834
1835         * buffer.C:
1836         * paragraph_funcs.C:
1837         * paragraph_pimpl.C:
1838         * text.C:
1839         * text2.C:
1840         * paragraph.h:
1841         * paragraph.C: allow InsetERT to freely space lines,
1842         and some consolidation of code
1843
1844 2003-06-06  José Matos  <jamatos@fep.up.pt>
1845
1846         * buffer.C (makeDocBookFile): fix bug #821
1847
1848 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1849
1850         * BufferView_pimpl.C (dispatch): use Dialogs::visible
1851
1852 2003-06-04  Angus Leeming  <leeming@lyx.org>
1853
1854         * buffer.C: bump format to 224.
1855
1856 2003-06-05  André Pönitz  <poenitz@gmx.net>
1857
1858         * text2.C (redoParagraphs): remove two const_cast<>
1859
1860 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1861
1862         * ParagraphList.h: remove last remnants of NO_STD_LIST
1863
1864 2003-06-03  Angus Leeming  <leeming@lyx.org>
1865
1866         * factory.C (createInset): small change to the way InsetExternal's params
1867         are set.
1868
1869 2003-06-04  André Pönitz  <poenitz@gmx.net>
1870
1871         * buffer.h: use Undo directly instead of shared_ptr<Undo>
1872
1873         * paragraph_pimpl.h:
1874         * paragraph.[Ch]: some Inset -> UpdatableInset changes
1875
1876         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
1877
1878         * undo_funcs.C: make some simple cases of undo work again
1879
1880 2003-06-03  John Levon  <levon@movementarian.org>
1881
1882         * ispell.C: HPUX doesn't have sys/select.h
1883         (from Albert Chin)
1884
1885 2003-06-03  John Levon  <levon@movementarian.org>
1886
1887         * CutAndPaste.C: update tabular and include inset
1888         buffer references
1889
1890         * buffer.h:
1891         * paragraph.h:
1892         * paragraph.C: remove owningBuffer(), don't pass Buffer
1893         to clone()
1894
1895         * factory.C: insetGraphicsParams changed
1896
1897 2003-06-02  John Levon  <levon@movementarian.org>
1898
1899         * LyXAction.C:
1900         * factory.C:
1901         * lfuns.h:
1902         * lyxfunc.C:
1903         * text3.C: remove insetparent
1904
1905 2003-06-02  John Levon  <levon@movementarian.org>
1906
1907         * buffer.h:
1908         * buffer.C: fix inset_iterator.end(), move out of line
1909         (bug 1149)
1910
1911 2003-06-01  John Levon  <levon@movementarian.org>
1912
1913         * text3.C: use a proper cut/paste when doing inset
1914         insert (from Jürgen Spitzmüller)
1915
1916 2003-06-01  John Levon  <levon@movementarian.org>
1917
1918         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
1919
1920 2003-05-30  André Pönitz  <poenitz@gmx.net>
1921
1922         * rowpainter.C: unify second drawing phase
1923
1924 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1925
1926         * trans_mgr.C: remove one case of current_view
1927
1928         * text2.C (cursorBottom): delete NO_STD_LIST stuff
1929
1930         * paragraph_funcs.h: remove paragraph.h include
1931
1932         * paragraph.h: delete NO_STD_LIST stuff
1933
1934         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
1935
1936         * buffer.h: remove paragraph.h include
1937
1938         * ParagraphList.C: delete file
1939
1940         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
1941
1942         * toc.C (getTocList): adjust
1943
1944         * paragraph_pimpl.C (validate): adjust
1945
1946         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
1947
1948         * paragraph.C (Paragraph): adjust
1949         (getPositionOfInset): use const_iterator, adjust
1950         (bibitem): use const_iterator, adjust
1951         (setInsetOwner): adjust
1952
1953         * iterators.C (operator++): adjust
1954
1955         * InsetList.[Ch]: Replace selfmade iterator with standard
1956         vector::iterator also introduce const_iterator. Remove getPos,
1957         getInset and setInset from InsetTable. Adjust accordingly.
1958
1959         * BufferView.C (lockInset): adjust
1960         (ChangeInsets): adjust
1961
1962         * tabular.[Ch]: delete commented same_id functions
1963
1964 2003-05-28  John Levon  <levon@movementarian.org>
1965
1966         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
1967
1968 2003-05-28  André Pönitz  <poenitz@gmx.net>
1969
1970         * metricsinfo.[Ch]: remove 'fullredraw' member
1971
1972 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1973
1974         * lyxtextclass.C (operator): remove caching.
1975
1976 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1977
1978         * text3.C: adjust
1979
1980         * text2.C (cursorBottom): adjust
1981         (setCounter): use ParagraphList::find, adjust
1982
1983         * text.C (workWidth): use ParagraphList::find, adjust
1984
1985         * lyxcursor.C (LyXCursor): adjust
1986
1987         * buffer.C (inset_iterator): adjust
1988
1989         * ParagraphList.h: make iterator(value_type) private, make
1990         ParagraphList a friend of iterator.
1991
1992         * ParagraphList.C (find): new function
1993
1994         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1995
1996 2003-05-27  André Pönitz  <poenitz@gmx.net>
1997
1998         * dimension.[Ch]: a -> asc, d -> des, w -> wid
1999
2000 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2001
2002         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2003
2004 2003-05-26  John Levon  <levon@movementarian.org>
2005
2006         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2007
2008 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2009
2010         * remove same_id from function signatures, adjust.
2011
2012 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2013
2014         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2015
2016         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2017
2018         * paragraph.C (Paragraph): get rid of same_ids parameter
2019
2020         * ParagraphList.C (insert): adjust
2021         (push_back): adjust
2022
2023 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2024
2025         * paragraph_funcs.C (breakParagraph): adjust
2026         (breakParagraphConservative): adjust
2027
2028         * buffer.C (readParagraph): adjust
2029
2030         * ParagraphList.C (insert): take a reference instead of a pointer
2031         (insert): adjust
2032
2033         * paragraph.[Ch] (id): new function
2034
2035         * bufferlist.C (newFile): adjust
2036
2037         * ParagraphList.C (ParagraphList): adjust
2038         (assign): adjust
2039         (push_back): take a reference instead of a pointer.
2040
2041         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2042
2043         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2044         instead.
2045
2046         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2047         set else use old code.
2048
2049         * ParagraphList.C: remove all NO_NEXT code and only compile this
2050         code of NO_STD_LIST is set.
2051
2052 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2053
2054         * BufferView_pimpl.C:
2055         * TextCache.C:
2056         * TextCache.h:
2057         * bufferlist.C:
2058         * errorlist.h:
2059         * format.C:
2060         * format.h:
2061         * graph.C:
2062         * lyxfunc.C:
2063         * lyxrc.C:
2064         * graphics/GraphicsConverter.C:
2065         * graphics/PreviewLoader.C: header adjustment
2066
2067 2003-05-23  Angus Leeming  <leeming@lyx.org>
2068
2069         * LaTeXFeatures.[Ch] (useBabel): new method.
2070         * bufferparams.C (writeLaTeX): use it.
2071
2072 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2073
2074         * ParagraphList.h (set): remove unused function.
2075
2076 2003-05-23  André Pönitz  <poenitz@gmx.net>
2077
2078         * BufferView.C:
2079         * BufferView_pimpl.C:
2080         * buffer.C:
2081         * buffer.h:
2082         * lyxfunc.C:
2083         * undo_funcs.C: setUndo reworked
2084
2085         * iterators.[Ch]: add access to topmost ParagraphList
2086
2087         * lyxtext.[Ch] (workWidth): add a const
2088
2089 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2090
2091         * texrow.[Ch] (increasePos): remove function
2092         * exporter.C (export): removed unused var and outdated comment
2093
2094 2003-05-23  Angus Leeming  <leeming@lyx.org>
2095
2096         * latexrunparams.h: rename fragile as moving_arg.
2097         * paragraph.C (simpleTeXOnePar): ditto.
2098         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2099
2100 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2101
2102         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2103         (createUndo): ditto
2104         (textUndoOrRedo): comment out a currently unused var.
2105
2106         * paragraph.h (NO_NEXT): enable NO_NEXT
2107
2108         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2109
2110         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2111
2112         * exporter.C (Export): adjust for removeAutoInsets removal.
2113
2114         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2115
2116         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2117
2118         * BufferView.[Ch] (removeAutoInsets): delete function
2119
2120 2003-05-22  Angus Leeming  <leeming@lyx.org>
2121
2122         * latexrunparams.h: add a free_spacing variable.
2123
2124         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2125         to pass moving_arg, as the data is stored in runparams.fragile.
2126
2127         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2128         to Inset::latexOptional or to simpleTeXOnePar.
2129
2130         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2131         free_spacing arg to Inset::latexOptional.
2132
2133         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2134         free_spacing arg.
2135
2136 2003-05-22  Angus Leeming  <leeming@lyx.org>
2137
2138         * latexrunparams.h: add fragile and use_babel variables.
2139
2140         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2141         * buffer.C (makeLaTeXFile): store this returned value in
2142         runparams.use_babel, thus passing it to the inset::latex methods.
2143
2144         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2145         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2146
2147         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2148         longer has a fragile arg, as it is stored in runparams.fragile.
2149
2150         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2151         moving_arg parameter as the data is stored in runparams.fragile.
2152
2153         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2154         a fragile parameter as the data is stored in runparams.fragile.
2155
2156 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2157
2158         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2159
2160 2003-05-22  Angus Leeming  <leeming@lyx.org>
2161
2162         * latexrunparams.h: add a 'bool nice' which defaults to false.
2163
2164         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2165         now encapsulated within runparams.
2166
2167         * bufferlist.C (updateIncludedTeXfiles):
2168         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2169
2170 2003-05-22  Angus Leeming  <leeming@lyx.org>
2171
2172         * latexrunparams.h: new file containing struct LatexRunParams.
2173         * Makefile.am: add new file.
2174
2175         * LaTeX.[Ch] (c-tor, run):
2176         * buffer.[Ch] (makeLaTeXFile):
2177         * bufferlist.[Ch] (updateIncludedTeXfiles):
2178         * converter.C (convert, scanLog):
2179         * converter.[Ch] (runLaTeX):
2180         * exporter.C (Export):
2181         * paragraph.[Ch] (simpleTeXOnePar):
2182         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2183         * paragraph_funcs.[Ch] (latexParagraphs):
2184         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2185         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2186         pass around a LatexRunParams parameter.
2187
2188 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2189
2190         * paragraph.[Ch]: remove unused constructor
2191
2192         * ParagraphList.C (erase): new function, taking two iterators
2193
2194 2003-05-22  André Pönitz  <poenitz@gmx.net>
2195
2196         * undo_funcs.C: remove duplicated code
2197
2198         * iterator.[Ch]: operator=
2199
2200 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2201
2202         * tabular.C (SetMultiColumn): ws changes
2203
2204         * rowpainter.C (paintFirst): get rid of a ->previous
2205
2206         * lyx_cb.C (getPossibleLabel): parlist simplification
2207
2208         * BufferView.C (ChangeInsets): simplify slightly.
2209
2210 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2211
2212         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2213         * lfuns.h: new LFUN_SPACE
2214         * lyxfunc.C: protected space has a new lfun
2215         * paragraph_funcs.C: read new space insets
2216         * text3.C:
2217         * factory.C: handle new space insets
2218
2219 2003-05-22  André Pönitz  <poenitz@gmx.net>
2220
2221         * BufferView.C:
2222         * BufferView_pimpl.C:
2223         * buffer.[Ch]:
2224         * lyxfunc.C:
2225         * undo_funcs.C: return a ParIterator from getParFromID.
2226
2227         * iterators.[Ch]: add two const's
2228
2229 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2230
2231         * toc.C (getTocList): adjust
2232
2233         * iterators.[Ch]: rework for parlist
2234
2235         * buffer.C (par_iterator_begin): adjust
2236         (par_iterator_end): adjust
2237
2238         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2239
2240         * BufferView.C (removeAutoInsets): adjust
2241         (ChangeInsets): adjust
2242
2243 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2244
2245         * text.C (top_y): fix bug 1110
2246
2247 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2248
2249         * errorlist.[Ch]: added
2250         * buffer.C:
2251         * BufferView.[Ch]:
2252         * BufferView_pimpl.C:
2253         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2254         instead
2255
2256 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2257
2258         * Makefile.am: ensure that lyx is relinked upon changes to the
2259         various "convenience" libs.
2260
2261 2003-05-20  Angus Leeming  <leeming@lyx.org>
2262
2263         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2264         files are compiled in alphabetical order again.
2265
2266         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2267
2268 2003-05-19  Angus Leeming  <leeming@lyx.org>
2269
2270         * gettext.[Ch]: remove "char const * _(char const *)".
2271
2272 2003-05-19  André Pönitz  <poenitz@gmx.net>
2273
2274         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2275
2276         * Makefile.am:
2277         * BufferView.C:
2278         * DepTable.h:
2279         * LaTeXFeatures.C:
2280         * buffer.C:
2281         * lyxfont.C:
2282         * lyxlex.h:
2283         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2284
2285 2003-05-19  André Pönitz  <poenitz@gmx.net>
2286
2287         * buffer.C:
2288         * lyxlayout.[Ch]:
2289         * lyxtextclass.[Ch]:
2290         * paragraph.C:
2291         * paragraph_funcs.[Ch]:
2292         * text2.C:
2293         * text3.C: more insetenv work
2294
2295 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2296
2297         * ParagraphParameters.C (params2string): small bug fixed
2298
2299 2003-05-16  André Pönitz  <poenitz@gmx.net>
2300
2301         * debug.C:
2302         * bufferview_funcs.C: patch from Kornel Benko to prevent
2303           crash when _(...) is called twice in a statement
2304
2305 2003-05-16  André Pönitz  <poenitz@gmx.net>
2306
2307         * BufferView.C:
2308         * lyxfunc.C:
2309         * text.C:
2310         * text2.C:
2311         * text3.C:
2312         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2313
2314 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2315
2316         * lyx_main.C (init): remove spurious static_cast
2317
2318 2003-05-14  André Pönitz  <poenitz@gmx.net>
2319
2320         * BufferView.C: fix format string
2321
2322 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2323
2324         * BufferView.[Ch] (insertErrors): removed
2325         * BufferView.[Ch] (showErrorList): added
2326         * buffer.C (runChkTeX):
2327         * converter.C (scanLog): call showErrorList instead of inserterrors
2328
2329 2003-05-13  André Pönitz  <poenitz@gmx.net>
2330
2331         * BufferView_pimpl.C:
2332         * buffer.C:
2333         * bufferview_func.C:
2334         * MenuBackend.C:
2335         * lyxfunc.C:
2336         * lyxrc.C:
2337         * tex-accent.C:
2338         * text3.C:
2339         * toc.C:
2340         * tabular_funcs.h: tostr() from its own header
2341
2342         * ParagraphParameters.C:
2343         * ToolbarBackend.C:
2344         * bufferparams.C:
2345         * format.C:
2346         * lyxlex_pimpl.C:
2347         * text3.C: STRCONV()
2348
2349 2003-05-12  André Pönitz  <poenitz@gmx.net>
2350
2351         * BufferView.C:
2352         * BufferView_pimpl.C:
2353         * CutAndPaste.C:
2354         * LaTeX.C:
2355         * LaTeXFeatures.C:
2356         * ParagraphParameters.C:
2357         * buffer.C:
2358         * bufferlist.C:
2359         * bufferparams.C:
2360         * bufferview_funcs.C:
2361         * converter.C:
2362         * counters.C:
2363         * debug.C:
2364         * exporter.C:
2365         * format.C:
2366         * importer.C:
2367         * lyx_cb.C:
2368         * lyx_main.C:
2369         * lyxfont.C:
2370         * lyxfunc.C:
2371         * lyxvc.C:
2372         * paragraph.C:
2373         * paragraph_funcs.C:
2374         * tabular.C:
2375         * tabular_funcs.C:
2376         * text2.C:
2377         * text3.C:  boost::format -> bformat  all over the place
2378
2379
2380 2003-05-09  André Pönitz  <poenitz@gmx.net>
2381
2382         * LColor.[Ch]: Pimpl the #include <map> away
2383
2384 2003-05-09  John Levon  <levon@movementarian.org>
2385
2386         * bufferlist.C: never remove emergency saves
2387
2388 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2389
2390         * Makefile.am: better lib building
2391
2392 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2393
2394         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2395         instead.
2396         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2397         (simpleTeXSpecialChars): adjust
2398         (simpleTeXSpecialChars): adjust
2399         * paragraph.C (simpleTeXOnePar): adjust
2400         * buffer.C (makeLaTeXFile): adjust
2401
2402         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2403
2404         * text2.C (changeDepth): parlist cleanup
2405         (getColumnNearX): ditto
2406
2407         * rowpainter.C (getLabelFont): parlist cleanup
2408
2409         * bufferlist.C (newFile): parlist cleanup
2410
2411         * CutAndPaste.C (eraseSelection): parlist cleanup
2412
2413         * BufferView_pimpl.C (trackChanges): parlist cleanup
2414         (dispatch): ditto
2415
2416         * BufferView.C (lockInset): parlist cleanup.
2417         (ChangeInsets): ditto
2418
2419 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2420
2421         * CutAndPaste.h: Update file header.
2422
2423         * CutAndPaste.C: Update file header.
2424         Store the parts cut out of the Document in a limited_stack.
2425         (copySelection): adjust
2426         (pasteSelection): new function, takes the index in the limited stack.
2427         (nrOfParagraphs): adjust
2428         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2429         simplify error inset insertion.
2430         (checkPastePossible): adjust
2431
2432 2003-05-06  John Levon  <levon@movementarian.org>
2433
2434         * text2.C: don't cast wrap inset to float
2435
2436 2003-05-05  André Pönitz  <poenitz@gmx.net>
2437
2438         * iterator.C:
2439         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2440
2441         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2442           few naked Paragraph *.
2443
2444 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2445
2446         * bufferparams.C: Output warning if a document with missing
2447         TeX document class is loaded
2448         * exporter.C: Disable TeX exports if the document class is missing
2449         * lyxtextclass.C:
2450         * lyxtextclass.h:
2451         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2452         isTeXClassAvailable()
2453
2454 2003-05-03  John Levon  <levon@movementarian.org>
2455
2456         * BufferView.h:
2457         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2458         explicit cursor show/hide
2459
2460         * BufferView_pimpl.h:
2461         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2462         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2463
2464         * lyxfunc.C: hide cursor before dispatching.
2465
2466         * lyx_cb.C:
2467         * lyxfind.C:
2468         * text.C:
2469         * text3.C: remove explicit cursor hides
2470
2471 2003-05-02  André Pönitz  <poenitz@gmx.net>
2472
2473         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2474
2475         * undo_funcs.C:
2476         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2477           linked lists
2478
2479         * text2.C: tiny whitespace
2480
2481 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2482
2483         * undo_funcs.C: almost only ws changes.
2484
2485         * ParagraphList.C (splice): just return if pl is empty.
2486
2487 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2488
2489         * ParagraphList.C (splice): new function.
2490
2491         * CutAndPaste.C (pasteSelection): use it
2492
2493 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2494
2495         * CutAndPaste.C (pasteSelection): remove the last next and
2496         previous from this file.
2497
2498 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2499
2500         * CutAndPaste.C (pasteSelection): more clean up, user proper
2501         ParagraphList functions for pasteing.
2502
2503         * ParagraphList.C (insert): new function, three arg insert
2504
2505 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2506
2507         * ParagraphList.C (insert): new function, three arg insert
2508
2509         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2510         not on paragraphs.
2511
2512 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2513
2514         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2515
2516 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2517
2518         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2519
2520 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2521
2522         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2523         (copySelection): clean up a bit.
2524         (pasteSelection): use make_pair
2525
2526         * ParagraphList.C (ParagraphList): implement copy constructor
2527         (operator=): implement, base on copy constructor.
2528         (assign): new func
2529
2530         * paragraph.C (erase): return a bool
2531
2532         * paragraph_pimpl.C (erasePos): remove function, move contents...
2533         (erase): ... here. Return a bool.
2534         (erase): call erase instead of erasePos.
2535
2536 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2537
2538         * ParagraphList.h: define PitPosPair
2539         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2540         ParagraphList, fix a bug on pasting multiple pars
2541         * text2.C: change interface to C&P
2542
2543 2003-04-30  André Pönitz  <poenitz@gmx.net>
2544
2545         * undo_func.C: revert part of yesterday's patch 2
2546
2547 2003-04-30  John Levon  <levon@movementarian.org>
2548
2549         * LColor.C: s/tabular/table/
2550
2551 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2552
2553         * text3.C (dispatch): do not convert iterator -> pointer
2554         * undo_funcs.C (setCursorParUndo): ditto
2555         * text_funcs.C (transposeChars): ditto
2556
2557         * text2.C (setLayout): ws changes only
2558
2559         * text.C (breakParagraph): do not convert iterator -> pointer
2560         (insertChar): ditto
2561         (acceptChange): ditto
2562         (rejectChange): ditto
2563         (changeCase): ditto
2564         (Delete): ditto
2565         (backspace): ditto
2566
2567         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2568         pointer
2569
2570 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2571
2572         * text3.C (gotoInset): YABG (yet another bad getChar)
2573
2574 2003-04-29  André Pönitz  <poenitz@gmx.net>
2575
2576         * paragraph.h: make operator= private unimplemented as long as
2577           it is unusable
2578
2579         * ParagraphList.C: whitespace
2580
2581         * paragraph.[Ch]:
2582         * paragraph_pimpl.[Ch]:
2583         * paragraph_funcs.C:
2584         * CutAndPaste.C:
2585         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2586
2587         * text2.C:
2588           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2589
2590 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2591
2592         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2593         * paragraph.[Ch] (erase):
2594         * paragraph_pimpl.[Ch] (erase): change return type and value
2595         * text2.C (cutSelection): some rework
2596
2597 2003-04-28  John Levon  <levon@movementarian.org>
2598
2599         * bufferlist.C: changes for unsaved changes dialog
2600
2601 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2602
2603         * bufferlist.C (newFile): set language (messages_) for new
2604         documents also.
2605
2606         * buffer.C (readFile): ws changes only.
2607
2608 2003-04-28  André Pönitz  <poenitz@gmx.net>
2609
2610         * undo_funcs.C:
2611         * lyxfunc.C:
2612         * buffer.[Ch]:
2613         * BufferView_pimpl.C:
2614         * BufferView.C: getParFromID related ParagraphList::iterator changes
2615
2616 2003-04-28  André Pönitz  <poenitz@gmx.net>
2617
2618         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2619           Changes
2620
2621 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2622
2623         * messages.C: remove one more localedir class variable.
2624
2625 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2626
2627         * messages.C (getLocaleDir): singleton generation function
2628         (Pimpl): use it.
2629         (Messages): add a default constructor.
2630
2631         * main.C (main): do not setup localedir here, do not call
2632         gettext_init.
2633
2634         * gettext.C (_): use it.
2635         (gettext_init): delete funciton
2636
2637 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2638
2639         * gettext.C (getLyXMessages): new singleton generating function.
2640
2641         * buffer.C (updateDocLang): adjust
2642
2643         * Makefile.am (messages.o): add target
2644         (main.o): remove target
2645
2646 2003-04-27  John Levon  <levon@movementarian.org>
2647
2648         * bufferlist.C:
2649         * lyx_cb.C:
2650         * lyxfunc.C:
2651         * lyxvc.C: specify cancel button in Alert::prompt
2652
2653 2003-04-26  John Levon  <levon@movementarian.org>
2654
2655         * text3.C:
2656         * lyxfunc.C:
2657         * lfuns.h:
2658         * LyXAction.C: add LFUN_INSET_SETTINGS
2659
2660         * lyxfunc.C: don't enable tabular-feature when there's
2661         just any locking inset
2662
2663 2003-04-26  John Levon  <levon@movementarian.org>
2664
2665         * bufferlist.C: re-add Cancel to buffer close question
2666
2667         * lyxfunc.C: fix import UI a bit
2668
2669 2003-04-25  John Levon  <levon@movementarian.org>
2670
2671         * gettext.C: remove the broken asserts for now
2672
2673 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2674
2675         * messages.C: make case where setlocale cannot comply work better.
2676
2677         * buffer.C (updateDocLang): new function
2678         (changeLanguage): use it
2679         (readFile): use it
2680
2681         * text2.C (setCounter): use B_ a bit.
2682
2683         * lyxlayout.C (Read): be sure to trim the label strings.
2684
2685         * messages.C (Messages): fix typo in comment
2686
2687         * buffer.C (readFile): set message_ after file is loaded.
2688         (makeDocBookFile): remove double return
2689         (changeLanguage): reset message_ upon language change.
2690         (B_): new func, use this to get translated buffer strings.
2691
2692         * main.C: add myself and Jean Marc as authors.
2693
2694 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2695
2696         * messages.[hC]: pimplify Messages, and three different pimpls to be
2697         used in different circumstances.
2698
2699         * gettext.[Ch]: change for use with new message code.
2700
2701 2003-04-24 André Pönitz <poenitz@gmx.net>
2702
2703         * factory.C: support for eqref
2704
2705 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2706
2707         * messages.[Ch]: add missing char
2708
2709         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2710
2711         * messages.[Ch]: New files
2712
2713 2003-04-18  John Levon  <levon@movementarian.org>
2714
2715         * BufferView.h:
2716         * BufferView.C:
2717         * BufferView_pimpl.C:
2718         * lfuns.h:
2719         * LyXAction.C:
2720         * lyxtext.h:
2721         * text2.C: remove layout-copy/paste (bug 778)
2722
2723 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2724
2725         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2726
2727 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2728
2729         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2730         if they succeed. Act accordingly.
2731
2732 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2733
2734         * text2.C (setCharFont): adjust
2735         (setCounter): adjust
2736         (insertStringAsLines): adjust
2737
2738         * text.C (leftMargin): adjust
2739         (setHeightOfRow): adjust
2740
2741         * rowpainter.C (paintFirst): adjust
2742         (paintLast): adjust
2743
2744         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2745         (outerHook): ditto
2746         (isFirstInSequence): ditto
2747         (getEndLabel): ditto
2748         (outerFont): adjust
2749
2750         * paragraph.C (getParLanguage): comment out some hard stuff.
2751
2752         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2753         (sgmlError): ditto
2754         (simpleDocBookOnePar): ditto
2755         (makeDocBookFile): use ParagraphList::iterator
2756
2757         * CutAndPaste.C (pasteSelection): adjust
2758
2759 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2760
2761         * text2.C (getFont): adjust
2762         (getLayoutFont): adjust
2763         (getLabelFont): adjust
2764
2765         * paragraph_funcs.C (TeXOnePar): adjust
2766
2767         * buffer.C (simpleLinuxDocOnePar): adjust
2768         (simpleDocBookOnePar): adjust
2769
2770         * CutAndPaste.C (pasteSelection): adjust
2771
2772         * BufferView.C (getEncoding): adjust
2773
2774         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2775
2776 2003-04-16  John Levon  <levon@movementarian.org>
2777
2778         * lyxfind.C: use parlist stuff for search/changes
2779
2780 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2781
2782         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2783
2784         * text2.C (deleteEmptyParagraphMechanism): adjust
2785
2786         * text2.[Ch] (ownerParagraph): delete func (both of them
2787
2788 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2789
2790         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2791
2792 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2793
2794         * ParagraphList.C: prepare for NO_NEXT
2795
2796 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2797
2798         * text2.C (getFont): adjust
2799         (getLayoutFont): adjust
2800         (getLabelFont): adjust
2801
2802         * paragraph.C (getFont): adjust
2803         (getLabelFont): adjust
2804         (getLayoutFont): adjust
2805
2806         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2807
2808 2003-04-15  John Levon  <levon@movementarian.org>
2809
2810         From Angus Leeming
2811
2812         * lyx_main.C: handle Include in .ui files
2813
2814 2003-04-15  John Levon  <levon@movementarian.org>
2815
2816         * MenuBackend.C: make the doc files length shorter
2817
2818         * ToolbarBackend.h:
2819         * ToolbarBackend.C: handle toolbar placement flags,
2820         Minibuffer
2821
2822 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2823
2824         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
2825         adjust
2826
2827         * paragraph_funcs.C (TeXOnePar): adjust
2828
2829         * paragraph.C (getLabelFont): add outerfont arg, adjust
2830         (getLayoutFont): ditto
2831         (simpleTeXOnePar): adjust
2832
2833         * paragraph_pimpl.C (realizeFont): delete func
2834
2835 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
2836
2837         * text2.C (beforeFullRowInset): added a bad getchar check, removed
2838         row argument, constify cur argument.
2839
2840 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2841
2842         * text2.C (getFont): adjust
2843         (getLayoutFont): adjust
2844         (getLabelFont): adjust
2845
2846         * paragraph_funcs.C (TeXOnePar): adjust
2847         (outerFont): new func...
2848         (realizeFont): ...moved out from here, changed this to facilitate
2849         transition
2850
2851         * paragraph.C (getFont): take outerfont as arg, adjust
2852         (simpleTeXOnePar): add outerfont arg, adjust
2853
2854         * buffer.C (simpleLinuxDocOnePar): adjust
2855         (simpleDocBookOnePar): adjust
2856
2857         * CutAndPaste.C (pasteSelection): adjust
2858
2859         * BufferView.C (getEncoding): adjust
2860
2861 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2862
2863         * text2.C (setCharFont): adjust
2864         (setCounter): adjust
2865
2866         * text.C (leftMargin): adjust
2867         (setHeightOfRow): adjust
2868
2869         * rowpainter.C (paintFirst): adjust
2870         (paintLast): adjust
2871
2872         * paragraph_pimpl.C (realizeFont): adjust
2873
2874         * paragraph.C (isFirstInSequence): move from here...
2875         * paragraph_funcs.C (isFirstInSequence): ...to here
2876
2877         * paragraph.C (outerHook): move from here...
2878         * paragraph_funcs.C (outerHook): ...to here
2879
2880         * paragraph.C (depthHook): move from here...
2881         * paragraph_funcs.C (depthHook): ...to here
2882
2883         * paragraph.C (getEndLabel): move from here...
2884         * paragraph_funcs.C (getEndLabel): ...to here
2885
2886         * text2.C (realizeFont): move from here...
2887         * paragraph_funcs.C (realizeFont): ...to here
2888
2889 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2890
2891         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
2892
2893 2003-04-14  Angus Leeming  <leeming@lyx.org>
2894
2895         * LColor.[Ch]: scrap LColor mathcursor.
2896
2897 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2898
2899         * lyxlex.[Ch] (text): delete function
2900         * trans.C (Load): adjust
2901         * paragraph_funcs.C (readParToken): adjust
2902
2903 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2904
2905         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
2906         vector<char> instead of a char[].
2907
2908         * lyxlex_pimpl.C (getString): adjust
2909         (next): adjust
2910         (lex): use getString
2911         (eatLine): adjust
2912         (nextToken): adjust
2913
2914         * lyxlex.C (text): use pimpl_->getString()
2915         (getBool): ditto
2916         (findToken): ditto
2917
2918 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2919
2920         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
2921         (makeFontEntriesLayoutSpecific): temp var for par.size()
2922         (setLayout): temp var for ownerParagraphs().end()
2923         (fullRebreak): temp var for rows().end()
2924         (selectionAsString): temp var for boost::next(startpit), realize
2925         that the while really is a regular for loop.
2926         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
2927         setCursor in one place.
2928         (setParagraph): temp vr for ownerParagraphs().end()
2929         (updateCounters): make the while loop a for loop
2930         (cutSelection): temp var for ownerParagraphs().end()
2931         (updateInset): make the do {} while() a regular for loop
2932         (getCursorX): use temp vars
2933         (setCurrentFont): use temp vars
2934         (getColumnNearX): use temp vars
2935
2936 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2937
2938         * text.C (transformChar): use temp var for getChar
2939         (computeBidiTables): use temp var for row->par()
2940         (fill): move temp vars for row->par() and pit->layout() earlier in
2941         the function.
2942         (labelFill): use temp var for row->par()
2943         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
2944         asc and desc, realize that pit never changes and that firstpit is
2945         just a duplicate and not needed. Exchange rit->par() with pit in a
2946         lot of places.
2947         (breakAgain): use a temp var for boost::next(rit)
2948         (breakAgainOneRow): ditto
2949         (breakParagraph): use a temp var for rows().begin()
2950         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
2951         (cursorRightOneWord): use temp var for cursor.par() and
2952         cursor.pos(), remove usage of tmpcursor.
2953         (cursorLeftOneWord): use temp var for cursor.par() and
2954         cursor.pos() only set cur at end of function.
2955
2956 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2957
2958         * text.C, text2.C: exchange all usage of Paragraph::next with
2959         boost::next(ParagraphList::iterator)
2960
2961         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
2962
2963         * text2.C (cursorTop): simplify implementation
2964         (cursorBottom): ditto
2965         (setParagraph): use ParagraphList::iterator
2966         (setCurrentFont): adjust
2967         (getColumnNearX): adjust
2968         (cursorRight): adjust
2969         (cursorLeft): remove usage of Paragraph::previous
2970         (cursorUpParagraph): ditto
2971         (deleteEmptyParagraphMechanism): slight cleanup
2972
2973         * text.C (isBoundary): take a Paragraph const & instead of a
2974         pointer as arg.
2975         (addressBreakPoint): ditto
2976         (leftMargin): remove usage of Paragraph::previous.
2977         (setHeightOfRow): ditto
2978         (cursorLeftOneWord): ditto
2979         (selectNextWordToSpellcheck): ditto
2980         (Delete): ditto
2981         (backspace): ditto
2982         (breakParagraph): remove one usage of Paragraph::next
2983         (redoParagraph): ditto
2984         (acceptChange): ditto
2985         (insertChar): adjust
2986         (rowBreakPoint): adjust
2987
2988         * bufferview_funcs.C (toggleAndShow): adjust
2989
2990 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
2991
2992         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
2993         methods to access it.
2994         * lyxtext.h:
2995         * text.C: Added updateRowPositions to compute all row positions.
2996         Make top_y and getRowNearY() to use the cached y position
2997
2998 2003-04-11  John Levon  <levon@movementarian.org>
2999
3000         * text.C (rowBreakPoint): reintroduce the labelEnd
3001         checks, code copied from the row fill stuff. Deep voodoo.
3002
3003         * text.C (fill): add a comment and debugging for the
3004         next poor soul.
3005
3006 2003-04-11  John Levon  <levon@movementarian.org>
3007
3008         * text.C: make sure fullrow insets get wrapped to the next line,
3009         even when they're in a manual label
3010
3011 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3012
3013         * text2.C (insertParagraph): make it take ParagraphList::iterator
3014         as arg.
3015         (setLayout): make it return ParagraphList::iterator
3016         (redoParagraphs): ditto
3017         (setCounter): ditto
3018         (checkParagraph): ditto
3019
3020         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3021
3022         * text2.C: adjust several funcs.
3023         (realizeFont): take a ParagraphList::iterator as arg.
3024         (getLayoutFont): ditto
3025         (getLabelFont): ditto
3026         (setCharFont): ditto
3027
3028         * text.C: adjust several funcs.
3029
3030 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3031
3032         * text.C (selectNextWordToSpellcheck): don't accidentally
3033         skip insets
3034
3035 2003-04-10  John Levon  <levon@movementarian.org>
3036
3037         * ToolbarBackend.C (getIcon): special handling for
3038         LFUN_MATH_DELIM
3039
3040 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3041
3042         * text2.C (cursorRight): a getChar assert fixed
3043
3044 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3045
3046         * text2.C (getFont): change to take a ParagraphList::iterator
3047         instead of Paragraph*
3048         Adjust several functions.
3049
3050         * text.C (transformChar): change to take a ParagraphList::iterator
3051         instead of Paragraph*
3052         (singleWidth): ditto
3053         Adjust several functions.
3054
3055         * rowpainter.C: adjust several functions
3056         * rowpainter.h:store a ParagraphList::iterator and not a
3057         Paragraph&.
3058
3059
3060 2003-04-09  John Levon  <levon@movementarian.org>
3061
3062         * lyxfunc.C:
3063         * lfuns.h:
3064         * LyXAction.h:
3065         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3066         and the "help" bits as well
3067
3068 2003-04-09  John Levon  <levon@movementarian.org>
3069
3070         * ToolbarBackend.h:
3071         * ToolbarBackend.C: allow multiple toolbars
3072
3073 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3074
3075         * undo_funcs.C (setCursorParUndo): adjust
3076
3077         * text_funcs.C (transposeChars): adjust
3078
3079         * text3.C (gotoNextInset): adjust
3080         (dispatch): adjust
3081
3082         * text2.C (setLayout): adjust
3083         (changeDepth): adjust
3084         (setFont): adjust
3085         (redoParagraphs): adjust
3086         (selectionAsString): adjust
3087         (setParagraph): adjust
3088         (insertInset): adjust
3089         (cutSelection): adjust
3090         (copySelection): adjust
3091         (pasteSelection): adjust
3092         (insertStringAsLines): adjust
3093         (updateInset): adjust
3094         (setCursor): change to take a ParagraphList::iterator parameter
3095         (setCursorIntern): change to take a ParagraphList::iterator parameter
3096         (setCurrentFont): adjust
3097         (cursorLeft): adjust
3098         (cursorRight): adjust
3099         (deleteEmptyParagraphMechanism): adjust
3100
3101         * text.C (breakParagraph): adjust
3102         (insertChar): adjust
3103         (acceptChange): adjust
3104         (rejectChange): adjust
3105         (selectNextWordToSpellcheck): adjust
3106         (changeCase): adjust
3107         (Delete): adjust
3108         (backspace): adjust
3109
3110         * lyxfind.C (SearchForward): adjust
3111         (SearchBackward): adjust
3112         (nextChange): adjust
3113
3114         * lyxcursor.C (par): adjust
3115
3116         * lyxcursor.h: store a ParagraphList::iterator instead of a
3117         Paragraph*
3118
3119         * lyx_cb.C (getPossibleLabel): adjust
3120
3121         * bufferview_funcs.C (toggleAndShow): adjust
3122
3123         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3124         (dispatch): adjust
3125
3126         * BufferView.C (removeAutoInsets): adjust
3127         (lockedInsetStoreUndo): adjust
3128
3129 2003-04-09  John Levon  <levon@movementarian.org>
3130
3131         * ToolbarBackend.C: try icon without argument
3132         if with argument fails
3133
3134 2003-04-08  John Levon  <levon@movementarian.org>
3135
3136         * ToolbarBackend.h:
3137         * ToolbarBackend.C: add getIcon(), handle tooltip,
3138         and change from "Icon" to "Item".
3139
3140 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3141
3142         * BufferView.C (lockInset): another bad getchar crunched
3143
3144 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3145
3146         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3147         again)
3148
3149 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3150
3151         * lyxfind.C (searchForward, searchBackwards): bug 782
3152
3153 2003-04-07  John Levon  <levon@movementarian.org>
3154
3155         * paragraph.C: remove dead comment
3156
3157         * text.C: remove troublesome depth-fiddling code
3158         in leftMargin() and rightMargin() (bug 1017)
3159
3160         * text.C: fix breaking of rows in nested lists
3161         (bug 1004)
3162
3163         * text2.C (updateCounters): fix up depth values
3164         (bug 1013)
3165
3166 2003-04-07  John Levon  <levon@movementarian.org>
3167
3168         * BufferView_pimpl.C: clear message when doc finishes resizing,
3169         and after a mouse event
3170
3171         * lyxfunc.C: clear message after exiting inset
3172
3173 2003-04-07  John Levon  <levon@movementarian.org>
3174
3175         * bufferview_funcs.C: show math status not outside
3176         status in the statusbar
3177
3178 2003-04-07  John Levon  <levon@movementarian.org>
3179
3180         * lyxfunc.C: note status changed after a depth change
3181
3182 2003-04-04  Angus Leeming  <leeming@lyx.org>
3183
3184         * LaTeX.h: move AuxInfo operator==, != out of line.
3185         Remove LaTeX virtual destructor; nothing derives from it.
3186         Move operator()() out of public area and rename it startscript().
3187         Change protected for private.
3188
3189 2003-04-04  Angus Leeming  <leeming@lyx.org>
3190
3191         * lyxfunc.C:
3192         * text2.C: remove unneeded #includes.
3193
3194 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3195
3196         * text2.C (dEPM): fix the heigth of the next row
3197
3198 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3199
3200         * text.C: squashed an invalid getChar requester + some ws changes
3201
3202 2003-04-03  John Levon  <levon@movementarian.org>
3203
3204         * bufferview_funcs.h:
3205         * bufferview_funcs.C:
3206         * lyxfunc.C:
3207         * lyxtext.h:
3208         * text2.C: make getStatus work for the env depth lfuns
3209
3210 2003-04-03  John Levon  <levon@movementarian.org>
3211
3212         * bufferview_funcs.h:
3213         * bufferview_funcs.C:
3214         * lyxfunc.C:
3215         * lyxtext.h:
3216         * text2.C: parlistize decDepth(), by merging it with incDepth()
3217
3218 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3219
3220         * lyxrow.h: store a ParagraphList::iterator instead of a
3221         Paragraph* and adjust other class functions to suit.
3222
3223         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3224         above.
3225
3226 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3227
3228         * text2.C (setCursor): do not anchor to cursor row for the time being
3229
3230 2003-04-02  John Levon  <levon@movementarian.org>
3231
3232         * LyXAction.C:
3233         * lfuns.h:
3234         * lyx_main.C:
3235         * lyxtext.h:
3236         * text.C:
3237         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3238
3239 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3240
3241         * paragraph.h: make ParagraphList and ParagraphList::iterator
3242         friends of Paragraph.
3243
3244         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3245
3246         * ParagraphList.C: Use the private next_ and previous_ from
3247         Paragraph.
3248
3249 2003-04-01  John Levon  <levon@movementarian.org>
3250
3251         * ToolbarBackend.h:
3252         * ToolbarBackend.C:
3253         * Makefile.am: rename, remove defaults gunk
3254
3255         * MenuBackend.h:
3256         * MenuBackend.C: remove defaults gunk
3257
3258         * Languages.h:
3259         * Languages.C: remove defaults gunk
3260
3261         * lyx_main.h:
3262         * lyx_main.C: error out if files couldn't be found.
3263
3264 2003-04-02  John Levon  <levon@movementarian.org>
3265
3266         * text2.C: make incDepth() use parlist
3267
3268 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3269
3270         * undo_funcs.C (firstUndoParagraph): adjust
3271
3272         * text3.C (gotoInset): adjust
3273         (dispatch): adjust, and rewrite loop.
3274
3275         * text2.C (init): adjust, and rewrite loop.
3276         (redoParagraphs): adjust
3277         (updateInset): adjust, and rewrite loop.
3278         (deleteEmptyParagraphMechanism): adjust
3279
3280         * tabular.C (LyXTabular): adjust
3281         (SetMultiColumn): adjust
3282         (TeXRow): adjust
3283
3284         * lyxtext.[Ch] (ownerParagraph): delete function
3285         (ownerParagraphs): new function returns a ParagraphList.
3286
3287         * BufferView.C (removeAutoInsets): adjust
3288         (insertErrors): adjust
3289         (setCursorFromRow): adjust
3290
3291 2003-04-01  Angus Leeming  <leeming@lyx.org>
3292
3293         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3294         in the frontends.
3295
3296 2003-04-02  John Levon  <levon@movementarian.org>
3297
3298         * lyxtext.h:
3299         * text.C:
3300         * Makefile.am:
3301         * text_funcs.h:
3302         * text_funcs.C: make transposeChars a free function
3303
3304         * lyxrow_funcs.C: remove wrong comment
3305
3306 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3307
3308         * lyxtext.h: adjust
3309         * rowpainter.C: adjust
3310         * text.C: adjust
3311         * text2.C: adjust
3312         * text3.C: adjust
3313
3314         * lyxrow_funcs. [Ch]: new files
3315
3316         * lyxrow.[Ch]: remove next and previous pointers
3317         (next,previous): remove accessor functions
3318         (isParEnd): move to lyxrow_funcs
3319         (lastPos): move to lyxrow_funcs
3320         (nextRowIsAllInset): move to lyxrow_funcs
3321         (lastPrintablePos): move to lyxrow_funcs
3322         (numberOfSeparators): move to lyxrow_funcs
3323         (numberOfHfills): move to lyxrow_funcs
3324         (numberOfLabelHfills): move to lyxrow_funcs
3325         (hfillExpansion): move to lyxrow_funcs
3326
3327         * lyxfunc.C: adjust
3328
3329         * bufferview_funcs.C (toggleAndShow): adjust
3330
3331         * RowList.h: Remove class RowList from file leave just a
3332         std::list<Row>.
3333
3334         * RowList.C: delete file
3335
3336         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3337         and lyxrow_funcs.h
3338
3339 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3340
3341         * text3.C (cursorPrevious): adjust
3342         (cursorNext): adjust
3343         (dispatch): adjust
3344
3345         * text2.C (redoHeightOfParagraph): adjust
3346         (redoDrawingOfParagraph): adjust
3347         (setCursor): adjust
3348
3349         * text.C (breakParagraph): adjust
3350         (insertChar): adjust
3351         (backspace): adjust
3352
3353         * rowpainter.C (RowPainter): adjust
3354         (leftMargin): simplify and adjust
3355         (most rowpainter functions): adjust.
3356
3357         * rowpainter.h: store the row as RowList::iterator not as Row*
3358
3359         * lyxcursor.C (row): taka RowList::iterator as arg
3360         (irow): ditto
3361
3362         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3363         of Row*.
3364
3365 2003-04-01  Angus Leeming  <leeming@lyx.org>
3366
3367         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3368         stuff like bool Bool.
3369
3370 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3371
3372         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3373         rewrite a loop
3374
3375 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3376
3377         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3378         RowList::iterator.
3379
3380         * lyxtext.h (rows): drop one version and leve a const variant that
3381         returns a RowList::iterator.
3382
3383 2003-03-31  Angus Leeming  <leeming@lyx.org>
3384
3385         * text.C (fill): ensure that the signature is the same as that in the
3386         header file.
3387
3388 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3389
3390         * text2.C (redoParagraphs): adjust
3391         (updateCounters): adjust
3392         (checkParagraph): adjust
3393         (getColumnNearX): adjust and reformat a bit.
3394
3395         * text.C (top_y): adjust
3396         (workWidth): adjust
3397         (leftMargin): adjust
3398         (prepareToPrint): adjust
3399         (getRow): adjust
3400         (getRowNearY): adjust
3401
3402         * lyxtext.h: make rowlist_ mutable.
3403
3404         * RowList.h: add const_iterator
3405         * RowList.C: adjust for RowList::const_iterator.
3406
3407         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3408         adjust.
3409
3410 2003-03-31  John Levon  <levon@movementarian.org>
3411
3412         * lyxrc.h:
3413         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3414
3415         * lyx_main.C: set default fonts from using lyx_gui funcs
3416
3417         * exporter.C: pdf_mode moved from lyxrc
3418
3419         * lyx_cb.C:
3420         * lyxfunc.C: changes from above
3421
3422 2003-03-31  John Levon  <levon@movementarian.org>
3423
3424         * lyx_main.C: fix to the last fix
3425
3426 2003-03-31  John Levon  <levon@movementarian.org>
3427
3428         * bufferlist.C: "Load original" -> "Load Original"
3429
3430         * converter.C:
3431         * exporter.C:
3432         * importer.C:
3433         * lyx_main.C:
3434         * format.C: more Alert cleanups
3435
3436 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3437
3438         * text2.C (removeParagraph): make it take a RowList::iterator as
3439         arg, adjust.
3440         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3441         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3442
3443         * text.C (anchor_row): make it take a RowList::iterator as arg,
3444         adjust.
3445         (computeBidiTables): make it take a const reference to Row instead
3446         of Row pointer, adjust.
3447         (leftMargin): make it take a RowList::iterator as arg, adjust.
3448         (rowBreakPoint): adjust
3449         (breakAgainOneRow): make it take a RowList::iterator as arg,
3450         adjust.
3451         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3452
3453         * bufferview_funcs.C (toggleAndShow): adjust
3454
3455 2003-03-30  John Levon  <levon@movementarian.org>
3456
3457         * Makefile.am:
3458         * BoostFormat.h:
3459         * boost-inst.C: moved to support
3460
3461         * several files: changes as a result
3462
3463 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3464
3465         * text2.C (LyXText): adjust.
3466         (init): adjust
3467         (removeRow): make it take a RowList::iterator as arg, adjust.
3468         (fullRebreak): adjust
3469         (deleteEmptyParagraphMechanism): adjust
3470         (clearPaint): adjust
3471         (postPaint): adjust
3472
3473         * text.C (top_y): adjust
3474         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3475         (breakAgain): make it take a RowList::iterator as arg, adjust.
3476         (breakParagraph): adjust
3477         (insertChar): adjust
3478         (backspace): adjust
3479
3480         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3481         need_break_row, and refresh_row.
3482
3483         * text3.C (dispatch): adjust
3484
3485         * text2.C (checkParagraph): adjust
3486         (setCursor): adjust
3487         (setCursorFromCoordinates): adjust
3488
3489         * text.C (top_y): adjust
3490         (workWidth): adjust
3491         (getRow): make it return a RowList::iterator, adjust
3492         (getRowNearY): make it return a RowList::iterator, adjust
3493
3494         * text2.C (init): adjust
3495         (insertRow): remove function
3496         (insertParagraph): adjust
3497         (redoParagraphs): adjust
3498         (fullRebreak): adjust
3499         (updateCounters): adjust
3500
3501         * text.C (top_y): rewrite to use RowList iterators.
3502         (top_y): adjust
3503         (setHeightOfRow): rewrite to sue RowList iterators.
3504         (appendParagraph): adjust
3505         (breakAgain): adjust
3506         (breakAgainOneRow): adjust
3507         (breakParagraph): adjust
3508         (getRow): adjust
3509         (getRowNearY): adjust, and remove commented code.
3510
3511         * lyxtext.h (firstRow): delete function
3512         (lastRow): delete function
3513         (rows): new function (const and non-const versions.)
3514         (insertRow): delete function
3515
3516         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3517
3518 2003-03-29  John Levon  <levon@movementarian.org>
3519
3520         * BufferView_pimpl.C: always update scrollbar top
3521         because pasting text when we're anchored could mean we
3522         miss an update altogether
3523
3524 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3525
3526         * text2.C (init): use rowlist_.end() and not 0.
3527         (insertRow): change to take a RowList::iterator as arg, adjust
3528         for this.
3529         (insertParagraph): change to take a RowList::iterator as arg,
3530         adjust for this.
3531         (redoParagraphs): remove some debug msgs.
3532
3533         * text.C (appendParagraph): change to take a RowList::iterator
3534         arg, adjust for this.
3535         (breakAgain): add an assert
3536         (breakAgainOneRow): ditto
3537
3538 2003-03-29  John Levon  <levon@movementarian.org>
3539
3540         * text2.C: do not clear selection after inc/decDepth
3541         (bug 550)
3542
3543 2003-03-29  John Levon  <levon@movementarian.org>
3544
3545         * BufferView.C:
3546         * buffer.C: fix broken strerrors according to Lars
3547
3548 2003-03-29  John Levon  <levon@movementarian.org>
3549
3550         * converters.C: more Alert cleanups
3551
3552 2003-03-29  John Levon  <levon@movementarian.org>
3553
3554         * bufferview_funcs.C: remove pointless Alert
3555
3556         * buffer.C: fix confusing error message when
3557         a template is chmoded 000
3558
3559 2003-03-29  John Levon  <levon@movementarian.org>
3560
3561         * BufferView.C:
3562         * BufferView.h:
3563         * BufferView_pimpl.C: Alert fixes
3564
3565         * Makefile.am:
3566         * tabular.C:
3567         * tabular-old.C: remove unused table compat reading
3568
3569 2003-03-29  John Levon  <levon@movementarian.org>
3570
3571         * BufferView.C:
3572         * buffer.C:
3573         * lyx_cb.h:
3574         * lyx_cb.C: more Alert cleanups
3575
3576         * lyxfunc.C: don't allow chktex if not latex document
3577
3578 2003-03-29  John Levon  <levon@movementarian.org>
3579
3580         * lyx_cb.C:
3581         * BufferView.C:
3582         * buffer.C: warnings pushed down from support/,
3583         kill err_alert
3584
3585 2003-03-29  John Levon  <levon@movementarian.org>
3586
3587         * lyxfunc.C: safety check for C-r (revert)
3588
3589 2003-03-29  John Levon  <levon@movementarian.org>
3590
3591         * bufferlist.h:
3592         * bufferlist.C: several UI fixes using Alert::prompt.
3593         Fix the pointless looping quit code. Fix stupid revert
3594         behaviour (bug 938)
3595
3596         * lyxvc.h:
3597         * lyxvc.C:
3598         * lyx_cb.C: use Alert::prompt
3599
3600         * lyx_main.C: remove a silly question
3601
3602         * lyxfunc.C: remove a couple of silly questions,
3603         use Alert::prompt
3604
3605 2003-03-28  John Levon  <levon@movementarian.org>
3606
3607         * text2.C: fix bug 974 (End on empty par)
3608
3609 2003-03-28  John Levon  <levon@movementarian.org>
3610
3611         * BufferView_pimpl.C:
3612         * LyXAction.C:
3613         * lfuns.h: remove do-nothing math greek lfuns
3614
3615 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3616
3617         * lyxgluelength.h (isValidGlueLength): add default arg on
3618         parameter 2. Remove default arg from friend in class.
3619
3620         * lyxlength.h (isValidLength): add default arg on parameter 2.
3621         Remove default arg from friend in class.
3622
3623         * text2.C (LyXText): adjust, initialize refresh_row.
3624         (init): adjust
3625         (removeRow): adjust
3626         (insertRow): adjust
3627         (insertParagraph): adjst
3628         (redoParagraphs): adjust
3629         (fullRebreak): adjust
3630         (updateCounters): adjust
3631         (deleteEmptyParagraphMechanism): first attempt at fixing a
3632         crashing bug.
3633
3634         * text.C (top_y): adjust
3635         (setHeightOfRow): adjust
3636         (getRow): adjust
3637         (getRowNearY): adjust
3638
3639         * lyxtext.h: include RowList.h
3640         (~LyXText): not needed anymore, deleted.
3641         (firstRow): modify for RowList
3642         (lastRow): new function
3643         Delete firstrow and lastrow class variables, add a Rowlist
3644         rowlist_ class variable.
3645
3646         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3647         paragraph is empty.
3648
3649         * RowList.C (insert): fix case where it == begin().
3650
3651 2003-03-26  Angus Leeming  <leeming@lyx.org>
3652
3653         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3654         the thesaurus dialog.
3655
3656 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3657
3658         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3659
3660         * RowList.[Ch]: new files
3661
3662         * ParagraphList.C (erase): handle the case where it == begin
3663         correctly.
3664
3665 2003-03-25  John Levon  <levon@movementarian.org>
3666
3667         * Makefile.am:
3668         * aspell_local.h:
3669         * aspell.C: add new aspell support
3670
3671         * lyxrc.h:
3672         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3673         have it accessible.
3674
3675 2003-03-25  Angus Leeming  <leeming@lyx.org>
3676
3677         * lfuns.h:
3678         * LyXAction.C (init): new LFUN_INSET_INSERT.
3679
3680         * BufferView_pimpl.C (dispatch): split out part of the
3681         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3682
3683         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3684         LFUN_INSET_APPLY.
3685
3686 2003-03-25  Angus Leeming  <leeming@lyx.org>
3687
3688         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3689
3690 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3691
3692         * text2.C:
3693         * text3.C: remove useless row->height(0)
3694
3695 2003-03-25  John Levon  <levon@movementarian.org>
3696
3697         * lyxtext.h:
3698         * text2.C:
3699         * text3.C: rename the refreshing stuff to better names
3700
3701 2003-03-24  John Levon  <levon@movementarian.org>
3702
3703         * BufferView_pimpl.h:
3704         * BufferView_pimpl.C: update layout choice on a mouse
3705         press/release
3706
3707 2003-03-23  John Levon  <levon@movementarian.org>
3708
3709         * Makefile.am: fix commandtags.h reference
3710
3711 2003-03-22  John Levon  <levon@movementarian.org>
3712
3713         * BufferView_pimpl.C:
3714         * lyxtext.h:
3715         * rowpainter.C:
3716         * rowpainter.h:
3717         * text.C:
3718         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3719
3720 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3721
3722         * lyxtext.h:
3723         * text.C: take the rtl methods out of line
3724
3725 2003-03-21 André Pönitz <poenitz@gmx.net>
3726
3727         * metricsinfo.[Ch]: new files containing structures to be passed around
3728         during the two-phase-drawing...
3729
3730 2003-03-21 André Pönitz <poenitz@gmx.net>
3731
3732         * lyxtextclass.C: read 'environment' tag.
3733
3734 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3735
3736         * text2.C (removeRow): fix bug 964
3737
3738 2003-03-20  John Levon  <levon@movementarian.org>
3739
3740         * rowpainter.C:
3741         * text.C:
3742         * text2.C: paint cleanups. Inset::update() dropped font
3743         parameter
3744
3745 2003-03-19  John Levon  <levon@movementarian.org>
3746
3747         * lyxfunc.C: only fitcursor/markDirty if available()
3748
3749 2003-03-19  John Levon  <levon@movementarian.org>
3750
3751         * commandtags.h: rename to ...
3752
3753         * lfuns.h: ... this, and renumber / cleanup
3754
3755 2003-03-19  John Levon  <levon@movementarian.org>
3756
3757         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3758         fit the cursor after an lfun
3759
3760         * BufferView.h:
3761         * BufferView.C:
3762         * BufferView_pimpl.h:
3763         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3764
3765         * LyXAction.C: layout-character should have ReadOnly
3766
3767         * ParagraphParameters.C:
3768         * buffer.C:
3769         * bufferview_funcs.C:
3770         * lyx_cb.C:
3771         * lyxfind.C:
3772         * lyxtext.h:
3773         * text.C:
3774         * text2.C:
3775         * text3.C:
3776         * undo_funcs.C: changes from above
3777
3778 2003-03-18  John Levon  <levon@movementarian.org>
3779
3780         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3781         remove it from update()
3782
3783         * lyxfunc.C: update layout choice after an lfun
3784
3785         * text3.C: remove extra updateLayoutChoice()s
3786
3787 2003-03-18  John Levon  <levon@movementarian.org>
3788
3789         * text.C: top_y change means full repaint, fix
3790         a drawing bug with cursor movement
3791
3792 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3793
3794         * lyxtext.h:
3795         * text.C:
3796         * text2.C: anchor row on setCursor
3797
3798 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3799
3800         * lyxtext.h: remove almost all mutable keywords
3801         * text.C:
3802         * text2.C:
3803         * text3.C: remove const keywords accordingly
3804
3805 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3806
3807         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3808         anon namespace
3809         (TeXEnvironment): ditto
3810         (TeXOnePar): ditto
3811
3812 2003-03-17  John Levon  <levon@movementarian.org>
3813
3814         * text.C (rowBreakPoint): remove attempt to fix displayed
3815         math insets inside a manual label
3816
3817 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3818
3819         * lyxtext.h: remove BufferView* as first arg from almost all class
3820         functions.
3821         * other files: adjust.
3822
3823 2003-03-17  John Levon  <levon@movementarian.org>
3824
3825         * lyxtext.h:
3826         * undo_funcs.C:
3827         * text2.C: more paint cleanups
3828
3829         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
3830
3831         * rowpainter.h:
3832         * rowpainter.C: remove "smart" background painting code
3833
3834 2003-03-16  John Levon  <levon@movementarian.org>
3835
3836         * lyxtext.h:
3837         * text.C:
3838         * text2.C:
3839         * text3.C: add helper functions for setting refresh_row/y
3840
3841 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
3842
3843         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
3844         newline inset which *can* get inserted in the pass_thru layouts.
3845         This is primarily for literate documents.
3846
3847 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
3848
3849         * buffer.C: increment LYX_FORMAT to 223
3850
3851 2003-03-14 André Pönitz <poenitz@gmx.net>
3852
3853         * textclass.h: prepare for environment handling, ws changes
3854         * lyxlayout.C: read latexheader and latexfooter tags
3855
3856 2003-03-14  John Levon  <levon@movementarian.org>
3857
3858         * text2.C: rewrite ::status() a bit
3859
3860 2003-03-13  John Levon  <levon@movementarian.org>
3861
3862         * lyxtext.h: add some docs
3863
3864 2003-03-13  John Levon  <levon@movementarian.org>
3865
3866         * lyxtext.h:
3867         * text.C:
3868         * text2.C:
3869         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
3870
3871 2003-03-13  John Levon  <levon@movementarian.org>
3872
3873         * text3.C: fix appendix redrawing
3874
3875 2003-03-13  John Levon  <levon@movementarian.org>
3876
3877         * text.C (setHeightOfRow):
3878         * rowpainter.h:
3879         * rowpainter.C: make appendix mark have the text
3880           "Appendix" so the user knows what it is
3881
3882         * LColor.h:
3883         * LColor.C: s/appendixline/appendix/ from above
3884
3885 2003-03-13  John Levon  <levon@movementarian.org>
3886
3887         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
3888
3889         * text.C: fix a getChar(pos) bug properly
3890
3891 2003-03-13  Angus Leeming  <leeming@lyx.org>
3892
3893         * commandtags.h:
3894         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
3895         Probably only temporary. Let's see how things pan out.
3896
3897         * BufferView.C (unlockInset):
3898         * BufferView_pimpl.C (fitCursor):
3899         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
3900
3901         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
3902         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
3903
3904         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
3905         new functions that convert ParagraphParameters to and from a string.
3906
3907         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
3908         BufferView::Pimpl's dispatch.
3909         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
3910
3911 2003-03-13 André Pönitz <poenitz@gmx.net>
3912
3913         * lyxfunc.C:
3914         * text3.C:
3915         * factory.C: make it aware of InsetEnv
3916
3917 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3918
3919         * text2.C (setCursor): never ask for one past last
3920         (setCursor): add some debugging messages.
3921
3922         * text.C (singleWidth): never ask for one past last
3923         (singleWidth): ditto
3924         (leftMargin): ditto
3925         (rightMargin): ditto
3926         (rowBreakPoint): ditto
3927         (setHeightOfRow): ditto
3928         (prepareToPrint): ditto
3929
3930         * rowpainter.C (paintBackground): never ask for one past last
3931         (paintText): never ask for one past last
3932
3933         * paragraph_pimpl.C (getChar): make the assert stricter, never
3934         allow the one past last pos to be taken
3935
3936         * paragraph.C (getChar): ws changes only
3937
3938         * lyxrow.C (nextRowIsAllInset): never ask for one past last
3939         (numberOfSeparators): ditto
3940         (numberOfHfills): ditto
3941
3942 2003-03-12  John Levon  <levon@movementarian.org>
3943
3944         * author.h:
3945         * author.C:
3946         * bufferparams.h:
3947         * bufferparams.C:
3948         * paragraph_funcs.C: fix per-buffer authorlists
3949
3950 2003-03-12  John Levon  <levon@movementarian.org>
3951
3952         * text.C: fix newline in right address
3953
3954 2003-03-12  Angus Leeming  <leeming@lyx.org>
3955
3956         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
3957         duplicate those in LyXFunc::dispatch.
3958
3959         * commandtags.h:
3960         * LyXAction.C:
3961         * ToolbarDefaults.C:
3962         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
3963         Add LFUN_FONTFREE_UPDATE.
3964
3965         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
3966         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
3967
3968         * bufferview_func.[Ch]: several new functions to facilliate
3969         transfer of data to and from the character dialog.
3970
3971 2003-03-12  John Levon  <levon@movementarian.org>
3972
3973         * buffer.C:
3974         * paragraph.h:
3975         * paragraph.C:
3976         * paragraph_funcs.C:
3977         * paragraph_pimpl.C:
3978         * sgml.C:
3979         * tabular.C:
3980         * text.C:
3981         * text3.C: remove META_NEWLINE in favour of an inset
3982
3983         * rowpainter.h:
3984         * rowpainter.C: remove paintNewline (done by inset)
3985
3986 2003-03-12  John Levon  <levon@movementarian.org>
3987
3988         * paragraph_pimpl.C: complain about bad getChar()s
3989         for a while at least
3990
3991 2003-03-12  John Levon  <levon@movementarian.org>
3992
3993         * buffer.h:
3994         * buffer.C: move paragraph read into a separate function,
3995         a little renaming to reflect that.
3996
3997         * bufferparams.h:
3998         * bufferparams.C: remove the author_ids map, not necessary now
3999
4000         * factory.h:
4001         * factory.C: moved Buffer::readInset to here
4002
4003         * paragraph_funcs.h:
4004         * paragraph_funcs.C: readParagraph free function moved from
4005         buffer.C
4006
4007         * tabular.C: name change
4008
4009 2003-03-12  John Levon  <levon@movementarian.org>
4010
4011         * buffer.C:
4012         * ParagraphParameters.C: move par params input to
4013         a read() method
4014
4015         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4016         behave like a normal read from the stream wrt reading
4017         a line vs. a \\token
4018
4019 2003-03-12  John Levon  <levon@movementarian.org>
4020
4021         * paragraph.C:
4022         * ParagraphParameters.h:
4023         * ParagraphParameters.C: move output code to a
4024         ::write() method
4025
4026 2003-03-12  John Levon  <levon@movementarian.org>
4027
4028         * BufferView.C (insertLyXFile):
4029         * buffer.h:
4030         * buffer.C:
4031         * tabular.C: use a parlist iterator for creating the
4032           document.
4033
4034 2003-03-12  John Levon  <levon@movementarian.org>
4035
4036         * buffer.C: make current_change static local not
4037           static file-scope
4038
4039 2003-03-12  John Levon  <levon@movementarian.org>
4040
4041         * buffer.C: fix insertStringAsLines for change tracking
4042
4043 2003-03-12  John Levon  <levon@movementarian.org>
4044
4045         * BufferView.C:
4046         * tabular.C:
4047         * buffer.h:
4048         * buffer.C:
4049         * bufferparams.h:
4050         * bufferparams.C: move author list into params. Rename some
4051           functions. Move the header reading into a separate token
4052           loop. Move the header token reading into BufferParams.
4053
4054 2003-03-12  John Levon  <levon@movementarian.org>
4055
4056         * changes.C: put debug inside lyxerr.debugging() checks
4057
4058 2003-03-11 André Pönitz <poenitz@gmx.net>
4059
4060         * factory.C: make it aware of InsetHFill
4061
4062 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4063
4064         * buffer.C (latexParagraphs): move function from here...
4065         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4066         args.
4067
4068 2003-03-10  Angus Leeming  <leeming@lyx.org>
4069
4070         * LyXAction.C (init): fix bug in poplating array with multiple entries
4071         with the same LFUN (spotted by JMarc).
4072
4073 2003-03-10  John Levon  <levon@movementarian.org>
4074
4075         * text.C:
4076         * text2.C: move getColumnNearX() near its
4077         only call site
4078
4079 2003-03-10  John Levon  <levon@movementarian.org>
4080
4081         * text.C: fix break before a minipage
4082
4083 2003-03-10  John Levon  <levon@movementarian.org>
4084
4085         * text.C: fix the last commit
4086
4087 2003-03-09  John Levon  <levon@movementarian.org>
4088
4089         * lyxtext.h:
4090         * text.C:
4091         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4092         bug 365 (don't break before insets unless needed). Don't
4093         return a value > last under any circumstances.
4094
4095 2003-03-09  Angus Leeming  <leeming@lyx.org>
4096
4097         * BufferView_pimpl.C (trackChanges, dispatch): call
4098         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4099
4100 2003-03-09  Angus Leeming  <leeming@lyx.org>
4101
4102         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4103         than Dialogs::showAboutlyx().
4104
4105 2003-03-09  Angus Leeming  <leeming@lyx.org>
4106
4107         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4108         than Dialogs::showTabularCreate().
4109
4110 2003-03-09  John Levon  <levon@movementarian.org>
4111
4112         * lyxtext.h:
4113         * text.C:
4114         * text2.C: 3rd arg to nextBreakPoint was always the same.
4115           Use references.
4116
4117 2003-03-08  John Levon  <levon@movementarian.org>
4118
4119         * lyxrow.C:
4120         * paragraph.C:
4121         * paragraph.h:
4122         * rowpainter.C:
4123         * text.C:
4124         * text2.C: Remove the "main" bit from the "main body"
4125           notion.
4126
4127 2003-03-08  John Levon  <levon@movementarian.org>
4128
4129         * text.C (leftMargin): The left margin of an empty
4130         manual label paragraph should not include the label width
4131         string length.
4132
4133         * text.C (prepareToPrint): don't attempt to measure hfills
4134         for empty manual label paragraphs - the answer should be 0
4135
4136 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4137
4138         * CutAndPaste.C: remove commented code and reindent.
4139
4140 2003-03-08  John Levon  <levon@movementarian.org>
4141
4142         * lyxfunc.h:
4143         * lyxfunc.C: move reloadBuffer()
4144
4145         * BufferView.h:
4146         * BufferView.C: to here
4147
4148         * lyxvc.C: add comment
4149
4150         * vc-backend.h:
4151         * vc-backend.C: call bv->reload() to avoid
4152           getStatus() check on MENURELOAD
4153
4154 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4155
4156         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4157         to an old format .dep file.
4158
4159 2003-03-07  Angus Leeming  <leeming@lyx.org>
4160
4161         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4162         when the LFUN_MOUSE_RELEASE should have been handled by
4163         inset->localDispatch.
4164
4165 2003-03-07  Angus Leeming  <leeming@lyx.org>
4166
4167         * BufferView_pimpl.C (dispatch):
4168         * LyXAction.C (init):
4169         * ToolbarDefaults.C (init):
4170         * commandtags.h:
4171         * lyxfunc.C (getStatus):
4172         remove LFUN_INSET_GRAPHICS.
4173
4174         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4175
4176 2003-03-07  Angus Leeming  <leeming@lyx.org>
4177
4178         * commandtags.h:
4179         * LyXAction.C (init):
4180         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4181
4182         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4183
4184         * commandtags.h:
4185         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4186
4187         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4188         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4189
4190 2003-03-07  Angus Leeming  <leeming@lyx.org>
4191
4192         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4193         remove "ert".
4194
4195 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4196
4197         * ParagraphList.C (front): new function
4198         (back): implement
4199
4200 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4201
4202         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4203         and top_row_offset_. removed var first_y.
4204         * text.C (top_y):
4205         * text2.C (LyXText, removeRow):
4206         * text3.C:
4207         * BufferView_pimpl.C:
4208         use these methods instead of using first_y
4209
4210 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4211
4212         * text2.C (pasteSelection): adjust for checkPastePossible
4213
4214         * CutAndPaste.C: remove Paragraph * buf and replace with
4215         ParagraphList paragraphs.
4216         (DeleteBuffer): delete
4217         (cutSelection): change the tc type to textclass_type
4218         (copySelection): change the tc type to textclass_type
4219         (copySelection): adjust for ParagraphList
4220         (pasteSelection): change the tc type to textclass_type
4221         (pasteSelection): adjust for Paragraphlist
4222         (nrOfParagraphs): simplify for ParagraphList
4223         (checkPastePossible): simplify for ParagraphList
4224         (checkPastePossible): remove unused arg
4225
4226         * ParagraphList.C (insert): handle the case where there are no
4227         paragraphs yet.
4228
4229         * CutAndPaste.h: make CutAndPaste a namespace.
4230
4231         * text3.C (dispatch): adjust
4232
4233         * text.C (breakParagraph): add a ParagraphList as arg
4234
4235         * paragraph_funcs.C (breakParagraph): change to take a
4236         BufferParams and a ParagraphList as args.
4237         (breakParagraphConservative): ditto
4238         (mergeParagraph): ditto
4239         (TeXDeeper): add a ParagraphList arg
4240         (TeXEnvironment): ditto
4241         (TeXOnePar): ditto
4242
4243         * buffer.C (readLyXformat2): adjust
4244         (insertStringAsLines): adjust
4245         (latexParagraphs): adjust
4246
4247         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4248         (cutSelection): adjust
4249         (pasteSelection): adjust
4250
4251         * BufferView_pimpl.C (insertInset): adjust
4252
4253 2003-03-05  Angus Leeming  <leeming@lyx.org>
4254
4255         * commandtags.h:
4256         * LyXAction.C (init):
4257         * BufferView_pimpl.C (dispatch):
4258         * lyxfunc.C (getStatus):
4259         remove LFUN_CHILD_INSERT.
4260
4261         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4262
4263 2003-03-05  Angus Leeming  <leeming@lyx.org>
4264
4265         * commandtags.h:
4266         * LyXAction.C (init):
4267         * src/factory.C (createInset):
4268         * lyxfunc.C (getStatus):
4269         * text3.C (dispatch):
4270         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4271
4272         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4273
4274 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4275
4276         * ParagraphList.C (insert): handle insert right before end()
4277         (erase): fix cases where it can be first or last paragraph.
4278
4279 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4280
4281         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4282         Paragraph::next and Paragraph::previous
4283         (TeXOnePar): ditto
4284
4285         * text.C (breakParagraph): adjust
4286
4287         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4288         BufferParams& as arg.
4289         (breakParagraph): use ParagraphList::insert
4290         (breakParagraphConservative): take a Buffer* instead of a
4291         BufferParams& as arg.
4292         (breakParagraphConservative): use ParagraphList::insert.
4293
4294         * buffer.C (insertStringAsLines): un-const it
4295         (insertStringAsLines): adjust
4296
4297         * ParagraphList.C (insert): new function
4298
4299         * CutAndPaste.C (pasteSelection): adjust
4300
4301         * text.C (backspace): adjust
4302
4303         * tabular.C (SetMultiColumn): adjust
4304
4305         * CutAndPaste.C (cutSelection): adjust
4306         (pasteSelection): adjust
4307
4308         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4309         Buffer const * as arg
4310
4311         * ParagraphList.C (erase): new function
4312         * paragraph_funcs.C (mergeParagraph): use it
4313         (mergeParagraph): make it take a Buffer* instead of a
4314         BufferParams* as arg
4315
4316         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4317         as arg
4318         (breakParagraphConservative): ditto
4319
4320         * paragraph.h: remove the breakParagraph friend
4321
4322         * paragraph.C (eraseIntern): new function
4323         (setChange): new function
4324
4325         * paragraph_funcs.C (mergeParagraph): make it take a
4326         ParagraphList::iterator instead of a Paragraph *, adjust
4327         accordingly.
4328
4329         * paragraph.h: move an #endif so that the change tracking stuff
4330         also works in the NO_NEXT case.
4331
4332 2003-03-04  Angus Leeming  <leeming@lyx.org>
4333
4334         * commandtags.h:
4335         * LyXAction.C: new LFUN_INSET_MODIFY.
4336
4337         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4338         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4339
4340 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4341
4342         * several files: ws changes only
4343
4344         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4345         (TeXEnvironment): ditto
4346         (TeXDeeper): ditto
4347
4348         * buffer.C (makeLaTeXFile): adjust
4349         (latexParagraphs): make it take ParagraphList::iterator as args
4350
4351 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4352
4353         * buffer.C (latexParagraphs): adjust
4354
4355         * paragraph.C (TeXOnePar): move function...
4356         (optArgInset): move function...
4357         (TeXEnvironment): move function...
4358         * paragraph_pimpl.C (TeXDeeper): move function...
4359         * paragraph_funcs.C: ...here
4360
4361         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4362
4363 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4364
4365         * buffer.C (readInset): remove compability code for old Figure and
4366         InsetInfo insets
4367
4368 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4369
4370         * buffer.C: ws changes
4371         (readInset):
4372
4373         * BufferView_pimpl.C: ditto
4374         * author.C: ditto
4375         * buffer.h: ditto
4376         * bufferlist.h: ditto
4377         * changes.h: ditto
4378         * lyxfunc.C: ditto
4379
4380 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4381
4382         * converter.[Ch]: split into itself +
4383         * graph.[Ch]
4384         * format.[Ch]
4385         * Makefile.am: += graph.[Ch] + format.[Ch]
4386         * MenuBackend.C
4387         * buffer.C
4388         * exporter.C
4389         * importer.C
4390         * lyx_main.C
4391         * lyxfunc.C
4392         * lyxrc.C: added #include "format.h"
4393
4394 2003-02-27  Angus Leeming  <leeming@lyx.org>
4395
4396         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4397           a label.
4398
4399         * factory.C (createInset): add "label" to the factory.
4400
4401         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4402           string and do no more.
4403
4404 2003-02-27  Angus Leeming  <leeming@lyx.org>
4405
4406         * commandtags.h:
4407         * LyXAction.C (init):
4408         * factory.C (createInset):
4409         * BufferView_pimpl.C (dispatch):
4410           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4411
4412         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4413
4414         * lyxfunc.C (dispatch):
4415         * text3.C (dispatch): pass name to params2string.
4416
4417 2003-02-26  Angus Leeming  <leeming@lyx.org>
4418
4419         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4420           blocks together.
4421           Rearrange the ~includes. Strip out the unnecessary ones.
4422
4423         * factory.C (createInset): reformat.
4424           create new insets for the various LFUN_XYZ_APPLY lfuns.
4425
4426 2003-02-26  John Levon  <levon@movementarian.org>
4427
4428         * lyxrow.h:
4429         * lyxrow.C: add isParStart,isParEnd helpers
4430
4431         * paragraph.h: make isInserted/DeletedText take refs
4432
4433         * paragraph_funcs.h:
4434         * paragraph_funcs.C: remove #if 0'd code
4435
4436         * lyxtext.h:
4437         * text3.C:
4438         * text2.C:
4439         * text.C: use lyxrow helpers above.
4440           Move draw and paint routines to RowPainter.
4441           Make several methods use refs not pointers.
4442           Make backgroundColor() const.
4443           Add markChangeInDraw(), isInInset().
4444           Merge changeRegionCase into changeCase.
4445           Make workWidth() shouldn't-happen code into an Assert.
4446
4447         * rowpainter.h:
4448         * rowpainter.C: new class for painting a row.
4449
4450         * vspace.h:
4451         * vspace.C: make inPixels take a ref
4452
4453 2003-02-26  Angus Leeming  <leeming@lyx.org>
4454
4455         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4456         LFUN_REF_APPLY.
4457
4458 2003-02-25  John Levon  <levon@movementarian.org>
4459
4460         * ispell.C: give the forked command a more accurate name
4461
4462 2003-02-22  John Levon  <levon@movementarian.org>
4463
4464         * toc.h:
4465         * toc.C: make TocItem store an id not a Paragraph *
4466           (bug #913)
4467
4468 2003-02-21  Angus Leeming  <leeming@lyx.org>
4469
4470         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4471           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4472           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4473           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4474           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4475           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4476
4477         * BufferView_pimpl.C (dispatch):
4478         * LyXAction.C (init):
4479         * factory.C (createInset):
4480         * lyxfunc.C (getStatus, dispatch):
4481         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4482
4483 2003-02-21  Angus Leeming  <leeming@lyx.org>
4484
4485         * BufferView_pimpl.C (MenuInsertLyXFile):
4486         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4487         * lyxfunc.C (menuNew, open, doImport):
4488           no longer pass a LyXView & to fileDlg.
4489
4490 2003-02-21  Angus Leeming  <leeming@lyx.org>
4491
4492         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4493         * LyXAction.C: change, BIBKEY to BIBITEM.
4494         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4495         Change InsetBibKey to InsetBibitem.
4496         Change BIBKEY_CODE to BIBITEM_CODE.
4497         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4498         * factory.C: replace insetbib.h with insetbibitem.h.
4499         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4500         * paragraph.C: replace insetbib.h with insetbibitem.h.
4501         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4502         Change bibkey() to bibitem().
4503         * text.C: remove insetbib.h.
4504         * text2.C: replace insetbib.h with insetbibitem.h.
4505         change bibkey() to bibitem().
4506         * text3.C: remove insetbib.h.
4507         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4508
4509 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4510
4511         * lyxrc.C (output): enclose user email in quotes (in case there are
4512         several words)
4513
4514 2003-02-18  John Levon  <levon@movementarian.org>
4515
4516         * buffer.h: add std::
4517
4518 2003-02-17  John Levon  <levon@movementarian.org>
4519
4520         * SpellBase.h:
4521         * ispell.h:
4522         * ispell.C:
4523         * pspell.h:
4524         * pspell.C: reworking. Especially in ispell, a large
4525           number of clean ups and bug fixes.
4526
4527         * lyxfunc.C: fix revert to behave sensibly
4528
4529 2003-02-17 André Pönitz <poenitz@gmx.net>
4530
4531         * LyXAction.C:
4532         * commandtags.h: new LFUN_INSERT_BIBKEY
4533
4534         * layout.h:
4535         * lyxlayout.C:
4536         * buffer.C:
4537         * factory.C:
4538         * text.C:
4539         * text2.C:
4540         * text3.C:
4541         * paragraph.[Ch]:
4542         * paragraph_func.C: remove special bibkey handling
4543
4544 2003-02-17  John Levon  <levon@movementarian.org>
4545
4546         * text.C (Delete): fix case where delete at the end of
4547           the very first paragraph would not merge the pars
4548
4549 2003-02-17  John Levon  <levon@movementarian.org>
4550
4551         * lyxrow.C: fix lastPrintablePos()
4552
4553 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4554
4555         * bufferparams.C (writeLaTeX): add a std:here
4556
4557         * buffer.C: and remove a using directive there
4558
4559 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4560
4561         * buffer.C (makeLaTeXFile): move the code that generates the
4562           preamble...
4563
4564         * bufferparams.C (writeLaTeX): ... in this new method
4565
4566         * LaTeXFeatures.C (getEncodingSet): make const
4567           (getLanguages): make const
4568
4569         * MenuBackend.C (binding): returns the binding associated to this
4570           action
4571           (add): sets the status of each item by calling getStatus. Adds
4572           some intelligence.
4573           (read): add support for OptSubMenu
4574           (expand): remove extra separator at the end of expanded menu
4575
4576 2003-02-15  John Levon  <levon@movementarian.org>
4577
4578         * BufferView.C:
4579         * BufferView_pimpl.C:
4580         * bufferlist.h:
4581         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4582           inset code that had no actual effect. Remove unneeded status
4583           code.
4584
4585 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4586
4587         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4588           in preamble
4589
4590 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4591
4592         * text.C (drawLengthMarker): also draw an arrow marker for
4593           symbolic lengths (medskip...)
4594
4595 2003-02-14  John Levon  <levon@movementarian.org>
4596
4597         * tabular.h:
4598         * tabular.C: better method names
4599
4600 2003-02-14  John Levon  <levon@movementarian.org>
4601
4602         * BufferView_pimpl.C:
4603         * bufferlist.C:
4604         * buffer.C:
4605         * converter.C:
4606         * lyx_cb.C:
4607         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4608           it's a more accurate name. Remove some pointless uses.
4609
4610 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4611
4612         * text2.C (LyXText): change order of initilizers to shut off
4613           warnings
4614
4615 2003-02-14  John Levon  <levon@movementarian.org>
4616
4617         * buffer.C: use ParIterator for getParFromID()
4618
4619         * paragraph.h:
4620         * paragraph.C:
4621         * paragraph_pimpl.h:
4622         * paragraph_pimpl.C: remove unused getParFromID()
4623
4624 2003-02-14  John Levon  <levon@movementarian.org>
4625
4626         * buffer.C: remove some very old #if 0'd parse code
4627
4628 2003-02-13  John Levon  <levon@movementarian.org>
4629
4630         * text.h:
4631         * text.C:
4632         * text2.C: move hfillExpansion(), numberOfSeparators(),
4633           rowLast(), rowLastPrintable(), numberofHfills(),
4634           numberOfLabelHfills() ...
4635
4636         * lyxrow.h:
4637         * lyxrow.C: ... to member functions here.
4638
4639         * paragraph.h:
4640         * paragraph.C:
4641         * lyxtext.h:
4642         * text.C: remove LyXText::beginningOfMainBody(), and call
4643           p->beginningOfMainBody() directly. Move the check for
4644           LABEL_MANUAL into the latter.
4645
4646         * text.h:
4647         * text.C:
4648         * text2.C:
4649         * vspace.C:
4650         * BufferView.h:
4651         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4652
4653         * text.h:
4654         * text.C:
4655         * text2.C:
4656         * text3.C:
4657         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4658           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4659
4660 2003-02-13  John Levon  <levon@movementarian.org>
4661
4662         * CutAndPaste.C: remove debug
4663
4664 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4665
4666         * paragraph.C (asString): remove two unused variables
4667
4668         * lyxtextclass.C (readTitleType):
4669           (Read):
4670           (LyXTextClass): handle new members titletype_ and titlename_
4671
4672         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4673
4674 2003-02-09  John Levon  <levon@movementarian.org>
4675
4676         * buffer.h:
4677         * buffer.C: replace hand-coded list with a map for the dep clean
4678
4679 2003-02-08  John Levon  <levon@movementarian.org>
4680
4681         * LaTeX.C: consolidate code into showRunMessage() helper
4682
4683 2003-02-08  John Levon  <levon@movementarian.org>
4684
4685         * lyxfind.C:
4686         * lyxtext.h:
4687         * text2.C:
4688         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4689           and pass the size in explicitly
4690
4691         * BufferView_pimpl.h:
4692         * BufferView_pimpl.C:
4693         * BufferView.h:
4694         * BufferView.C: add getCurrentChange()
4695
4696         * BufferView_pimpl.h:
4697         * BufferView_pimpl.C: handle change lfuns
4698
4699         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4700           for changes. Mark pasted paragraphs as new.
4701
4702         * support/lyxtime.h:
4703         * support/lyxtime.C:
4704         * DepTable.C: abstract time_t as lyx::time_type
4705
4706         * LColor.h:
4707         * LColor.C: add colours for new text, deleted text, changebars
4708
4709         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4710           package use "usenames" option.
4711
4712         * commandtags.h:
4713         * lyxfunc.C:
4714         * LyXAction.C: add change lfuns
4715
4716         * Makefile.am:
4717         * author.h:
4718         * author.C: author handling
4719
4720         * buffer.h:
4721         * buffer.C: add a per-buffer author list, with first entry as
4722           current author. Handle new .lyx tokens for change tracking. Output
4723           author list to .lyx file. Output dvipost stuff to .tex preamble.
4724           Bump lyx format to 222.
4725
4726         * bufferlist.h:
4727         * bufferlist.C: add setCurrentAuthor() to reset current author details
4728           in all buffers.
4729
4730         * bufferparams.h:
4731         * bufferparams.C: add param for tracking
4732
4733         * bufferview_funcs.C: output change info in minibuffer
4734
4735         * Makefile.am:
4736         * changes.h:
4737         * changes.C: add change-tracking structure
4738
4739         * debug.h:
4740         * debug.C: add CHANGES debug flag
4741
4742         * lyxfind.h:
4743         * lyxfind.C: add code for finding the next change piece
4744
4745         * lyxrc.h:
4746         * lyxrc.C: add user_name and user_email
4747
4748         * lyxrow.h:
4749         * lyxrow.C: add a metric for the top of the text line
4750
4751         * lyxtext.h:
4752         * text.C: implement accept/rejectChange()
4753
4754         * lyxtext.h:
4755         * text.C: paint changebars. Paint new/deleted text in the chosen
4756         colours. Strike through deleted text.
4757
4758         * paragraph.h:
4759         * paragraph.C:
4760         * paragraph_pimpl.h:
4761         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4762           in the current change to the insert functions. Rework erase to
4763           mark text as deleted, adding an eraseIntern() and a range-based
4764           erase(). Implement per-paragraph change lookup and
4765           accept/reject.
4766
4767         * paragraph_funcs.C: Fixup paste for change tracking.
4768
4769         * tabular.C: mark added row/columns as new.
4770
4771         * text.C: fix rowLast() to never return -1. Don't allow
4772           spellchecking of deleted text. Track transpose changes. Don't
4773           allow paragraph break or merge where appropriate.
4774
4775         * text2.C: leave cursor at end of selection after a cut.
4776
4777 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4778
4779         * text.C (getLengthMarkerHeight):
4780         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4781         visible on screen too.
4782
4783 2003-02-07  John Levon  <levon@movementarian.org>
4784
4785         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4786
4787 2003-02-05  Angus Leeming  <leeming@lyx.org>
4788
4789         * lyxserver.C (read_ready): revert my patch of 11 September last year
4790         as it sends PC cpu through the roof. Presumably this means that
4791         the lyxserver will no longer run on an Alpha...
4792
4793 2003-01-30  Angus Leeming  <leeming@lyx.org>
4794
4795         * factory.C (createInset): create an InsetCommandParam of type "index"
4796         and use it to 'do the right thing'.
4797
4798         * text2.C (getStringToIndex): ensure that cursor position is always
4799         reset to the reset_cursor position.
4800
4801 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4802
4803         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4804         disabled.
4805
4806 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4807
4808         * bufferview.C:
4809         * lyxcb.C:
4810         * lyxfunc.C: Output messages with identical spelling, punctuation,
4811         and spaces
4812
4813 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4814
4815         * MenuBackend.C (expandFormats): List only viewable export formats
4816         in "View" menu
4817
4818         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
4819         message
4820
4821         * lyxfunc.C (getStatus): Make sure that formats other than
4822         "fax" can also be disabled
4823
4824 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4825
4826         * text3.C (dispatch): put the lfuns that insert insets in 3
4827         groups, and call doInsertInset with appropriate arguments.
4828         (doInsertInset): new function, that creates an inset and inserts
4829         it according to some boolean parameters.
4830
4831 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4832
4833         * buffer.C (readFile): remember to pass on 'par' when calling
4834         readFile recursively.
4835
4836 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4837
4838         * MenuBackend.C (expandFormats): add "..." to import formats.
4839
4840 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4841
4842         * paragraph.C (asString): Remove XForms RTL hacks.
4843
4844 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
4845         * buffer.C: fix typo
4846
4847 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4848
4849         * Makefile.am (LIBS): delete var
4850         (lyx_LDADD): add @LIBS@ here instead.
4851
4852 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
4853
4854         * Clarify the meaning of "wheel mouse jump"
4855
4856 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4857
4858         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
4859         tabular in a float
4860
4861 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4862
4863         * importer.C (Loaders): do not preallocate 3 elements in the
4864         vector, since one ends up with 6 elements otherwise
4865
4866 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4867
4868         * DepTable.C (write): write the file name as last element of the
4869         .dep file (because it may contain spaces)
4870         (read): read info in the right order
4871
4872 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4873
4874         * paragraph_pimpl.C (simpleTeXBlanks):
4875         (simpleTeXSpecialChars):
4876         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
4877
4878         * tabular.C (latex): add some missing case statements. Reindent.
4879
4880         * MenuBackend.C (expandToc): remove unused variable.
4881
4882 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4883
4884         * LColor.C:
4885         * LaTeX.C:
4886         * LyXAction.C:
4887         * MenuBackend.C:
4888         * buffer.C:
4889         * exporter.C:
4890         * lyxfunc.C:
4891         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
4892         and the like.
4893
4894 2003-01-05  John Levon  <levon@movementarian.org>
4895
4896         * BufferView.h:
4897         * BufferView.C: add getEncoding()
4898
4899         * kbsequence.h:
4900         * kbsequence.C: do not store last keypress
4901
4902         * lyxfunc.h:
4903         * lyxfunc.C: store last keypress here instead. Pass encoding
4904           to getISOEncoded()
4905
4906 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4907
4908         * lyx_main.C (init): remove annoying error message when following
4909         symbolic links (bug #780)
4910
4911 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4912
4913         * text.C (insertChar):
4914         * lyxrc.C (getDescription): remove extra spaces
4915
4916 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4917
4918         * lyxrc.C (getDescription): remove extra spaces
4919
4920 2002-12-20  John Levon  <levon@movementarian.org>
4921
4922         * text3.C: hack fix for page up/down across tall rows
4923
4924 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4925
4926         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
4927         not been invoked
4928
4929 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4930
4931         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
4932         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
4933         thesaurus is not compiled in
4934
4935 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
4936
4937         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
4938
4939 2002-12-16  Angus Leeming  <leeming@lyx.org>
4940
4941         * lyxrc.[Ch]:
4942         * lyx_main.C (init): remove override_x_deadkeys stuff.
4943
4944 2002-12-12  John Levon  <levon@movementarian.org>
4945
4946         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
4947           insert. Only remove shift modifier under strict
4948           circumstances.
4949
4950 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4951
4952         * MenuBackend.C (expandToc): fix crash.
4953
4954 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4955
4956         * MenuBackend.C (expandToc): gettext on float names.
4957
4958 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4959
4960         * lyxlength.[Ch]: set default unit to UNIT_NONE,
4961         implement bool empty() [bug 490]
4962
4963 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4964
4965         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
4966
4967 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4968
4969         * several files: ws changes
4970
4971 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4972
4973         * text2.C (setCounter): clean up a bit, use boost.format.
4974         (updateCounters): initialize par upon declaration.
4975
4976         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
4977         if the layout exists. We do not just store the layout any more.
4978         (SwitchLayoutsBetweenClasses): use boost.format
4979
4980 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4981
4982         * converter.C (convert): if from and to files are the same, use a
4983         temporary files as intermediary
4984
4985 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4986
4987         * commandtags.h:
4988         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
4989
4990 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
4991
4992         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
4993
4994 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4995
4996         * tabular.C (asciiPrintCell): use string(size, char) instead of
4997         explicit loop.
4998
4999         * sgml.C (openTag): fix order of arguments to string constructor
5000         (closeTag): ditto
5001
5002         * lyxfunc.C (dispatch): use boost.format
5003
5004         * lots of files: change "c" -> 'c'
5005
5006 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5007
5008         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5009
5010 2002-11-25  Angus Leeming  <leeming@lyx.org>
5011
5012         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5013
5014         * lyx_main.C (init): compile fix.
5015
5016 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5017
5018         * lyx_cb.C (start): boost.formatify
5019         do not include <iostream>
5020
5021         * lengthcommon.C: ws only
5022
5023         * boost-inst.C,BoostFormat.h: add more explict instantations
5024
5025 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5026
5027         * lots of files: handle USE_BOOST_FORMAT
5028
5029 2002-11-21  John Levon  <levon@movementarian.org>
5030
5031         * pspell.C: fix compile
5032
5033 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5034
5035         * lyxfunc.C (dispatch): use boost::format
5036         (open): ditto
5037         (doImport): ditto
5038
5039         * lyxfont.C (stateText): use boost::format
5040
5041         * lyx_main.C (LyX): use boost::format
5042         (init): ditto
5043         (queryUserLyXDir): ditto
5044         (readRcFile): ditto
5045         (parse_dbg): ditto
5046         (typedef boost::function): use the recommened syntax.
5047
5048         * importer.C (Import): use boost::format
5049
5050         * debug.C (showLevel): use boost::format
5051
5052         * converter.C (view): use boost::format
5053         (convert): ditto
5054         (move): ditto
5055         (scanLog): ditto
5056
5057         * bufferview_funcs.C (currentState): use boost::format
5058
5059         * bufferlist.C (emergencyWrite): use boost::format
5060
5061         * buffer.C (readLyXformat2): use boost::format
5062         (parseSingleLyXformat2Token): ditto
5063
5064         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5065
5066         * LaTeX.C (run): use boost::format
5067
5068         * Chktex.C (scanLogFile): use boost::format
5069
5070         * BufferView_pimpl.C (savePosition): use boost::format
5071         (restorePosition): ditto
5072         (MenuInsertLyXFile): ditto
5073
5074         * BoostFormat.h: help file for explicit instation.
5075
5076 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5077
5078         * tabular.C (latex): Support for block alignment in fixed width
5079         columns.
5080
5081 2002-11-17  John Levon  <levon@movementarian.org>
5082
5083         * BufferView_pimpl.C:
5084         * lyx_cb.C:
5085         * lyxfunc.C: split filedialog into open/save
5086
5087 2002-11-08  Juergen Vigna  <jug@sad.it>
5088
5089         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5090         by my last patch (hopefully).
5091
5092 2002-11-08  John Levon  <levon@movementarian.org>
5093
5094         * iterators.h:
5095         * iterators.C:
5096         * buffer.h:
5097         * buffer.C:
5098         * paragraph.h:
5099         * paragraph.C:
5100         * toc.h:
5101         * toc.C: ParConstIterator, and use it (from Lars)
5102
5103 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5104
5105         * lyxtextclass.[Ch]: revise and add doxygen comments
5106
5107 2002-11-07  John Levon  <levon@movementarian.org>
5108
5109         * text.C: fix progress value for spellchecker
5110
5111         * toc.C: fix navigate menu for insetwrap inside minipage
5112
5113         * paragraph_funcs.C: added FIXME for suspect code
5114
5115 2002-11-07  John Levon  <levon@movementarian.org>
5116
5117         * BufferView_pimpl.C: fix redrawing of insets
5118           on buffer switch
5119
5120 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5121
5122         * text2.C (updateCounters): fix bug 668
5123
5124 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5125
5126         * text3.C (dispatch): Do not make the buffer dirty when moving the
5127         cursor.
5128
5129 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5130
5131         * vc-backend.C: STRCONV
5132         (scanMaster): ditto
5133
5134         * text2.C (setCounter): STRCONV
5135
5136         * paragraph.C (asString): STRCONV
5137
5138         * lyxlength.C (asString): STRCONV
5139         (asLatexString): ditto
5140
5141         * lyxgluelength.C (asString): STRCONV
5142         (asLatexString): ditto
5143
5144         * lyxfunc.C (dispatch): STRCONV
5145         (open): ditto
5146
5147         * lyxfont.C (stateText): STRCONV
5148
5149         * importer.C (Import): STRCONV
5150
5151         * counters.C (labelItem): STRCONV
5152         (numberLabel): ditto
5153         (numberLabel): remove unused ostringstream o
5154
5155         * chset.C: STRCONV
5156         (loadFile): ditto
5157
5158         * bufferview_funcs.C (currentState): STRCONV
5159
5160         * buffer.C (readFile): STRCONV
5161         (asciiParagraph): ditto
5162         (makeLaTeXFile): ditto
5163
5164         * Spacing.C (writeEnvirBegin): STRCONV
5165
5166         * LaTeXFeatures.C (getLanguages): STRCONV
5167         (getPackages): ditto
5168         (getMacros): ditto
5169         (getBabelOptions): ditto
5170         (getTClassPreamble): ditto
5171         (getLyXSGMLEntities): ditto
5172         (getIncludedFiles): ditto
5173
5174         * LaTeX.C: STRCONV
5175         (run): ditto
5176         (scanAuxFile): ditto
5177         (deplog): ditto
5178
5179         * LString.h: add the STRCONV macros
5180
5181         * BufferView_pimpl.C (savePosition): STRCONV
5182         (restorePosition): ditto
5183         (MenuInsertLyXFile): ditto
5184
5185         * vc-backend.C (scanMaster): change from submatch[...] to
5186         submatch.str(...)
5187
5188         * funcrequest.C: include config.h
5189
5190         * factory.C: include config.h
5191
5192         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5193
5194         * box.C: include config.h
5195
5196         * LaTeX.C (scanAuxFile): change from submatch[...] to
5197         submatch.str(...)
5198         (deplog): ditto
5199
5200 2002-10-25  Angus Leeming  <leeming@lyx.org>
5201
5202         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5203
5204         * ispell.[Ch] (setError): new method.
5205         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5206         Use setError() insetead of goto END.
5207
5208         * lyx_cb.C (AutoSave): move out child process into new class
5209         AutoSaveBuffer.
5210
5211 2002-10-30  John Levon  <levon@movementarian.org>
5212
5213         * text3.C: make start appendix undoable
5214
5215 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5216
5217         * lyxlength.C (inPixels): Fix returned value.
5218
5219         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5220         environment.
5221
5222 2002-10-24  Angus Leeming  <leeming@lyx.org>
5223
5224         * lyxgluelength.h: no need to forward declare BufferParams
5225         or BufferView, so don't.
5226
5227 2002-10-21  John Levon  <levon@movementarian.org>
5228
5229         * BufferView.C: menuUndo ->undo, redo
5230
5231         * BufferView.h: document, remove dead, make some methods private
5232
5233         * paragraph_funcs.h:
5234         * paragraph_funcs.C:
5235         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5236
5237         * buffer.h:
5238         * buffer.C:
5239         * sgml.h:
5240         * sgml.C: move sgml open/close tag into sgml.C
5241
5242         * bufferview_funcs.h: unused prototype
5243
5244         * lyxfunc.h:
5245         * lyxfunc.C: remove unused
5246
5247         * lyxtext.h:
5248         * text.C: remove unused
5249
5250 2002-10-21  John Levon  <levon@movementarian.org>
5251
5252         * BufferView.h:
5253         * BufferView.C:
5254         * BufferView_pimpl.h:
5255         * BufferView_pimpl.C: fix mouse wheel handling based on
5256           patch from Darren Freeman
5257
5258 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5259
5260         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5261
5262 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5263
5264         * lyxlength.C (inPixels): Fix hanfling of negative length.
5265         Fix LyXLength::MU case.
5266
5267 2002-10-16  John Levon  <levon@movementarian.org>
5268
5269         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5270
5271 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5272
5273         * converter.C (view): add support for $$i (file name) and $$p
5274         (file path) for the viewer command. If $$i is not specified, then
5275         it is appended to the command (for compatibility with old syntax)
5276
5277 2002-10-14  Juergen Vigna  <jug@sad.it>
5278
5279         * undo_funcs.C (textHandleUndo): alter the order in which the
5280         new undopar is added to the LyXText, as we have to set first
5281         the right prev/next and then add it as otherwise the rebuild of
5282         LyXText is not correct. Also reset the cursor to the right paragraph,
5283         with this IMO we could remove the hack in "redoParagraphs()".
5284
5285 2002-10-09  Angus Leeming  <leeming@lyx.org>
5286
5287         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5288         to turn off an optimisation if a new inset is to be inserted.
5289
5290 2002-10-11 André Pönitz <poenitz@gmx.net>
5291
5292         * lyxtext.h: make some functions public to allow access
5293         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5294
5295 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5296
5297         * text3.C (dispatch): when changing layout, avoid an infinite loop
5298         [bug #652]
5299
5300 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5301
5302         * lyxrc.C (read): treat a viewer or converter command of "none" as
5303         if it were empty.
5304
5305         * MenuBackend.C (expandFormats): for an update, also allow the
5306         formats that are not viewable
5307
5308         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5309         script if it is newer than the lyxrc.defaults in user directory
5310
5311 2002-10-07 André Pönitz <poenitz@gmx.net>
5312
5313         * text.C: Vitaly Lipatov's small i18n fix
5314
5315 2002-09-25  Angus Leeming  <leeming@lyx.org>
5316
5317         * ispell.h: doxygen fix.
5318
5319 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5320
5321         * buffer.h (readFile): Add a new argument to the method, to allow
5322         reading of old-format templates.
5323
5324 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5325
5326         * toc.C (getTocList): Get TOC from InsetWrap.
5327
5328 2002-09-16  John Levon  <levon@movementarian.org>
5329
5330         * lyxfunc.C: check tabular for cut/copy too
5331
5332 2002-09-12  John Levon  <levon@movementarian.org>
5333
5334         * LyXAction.C: tidy
5335
5336         * factory.h:
5337         * factory.C: add header
5338
5339         * paragraph_funcs.h:
5340         * paragraph_funcs.C: cleanup
5341
5342 2002-09-11  John Levon  <levon@movementarian.org>
5343
5344         * PrinterParams.h: odd/even default to true
5345
5346 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5347
5348         * PrinterParams.h: update printer parameters for new xforms dialog
5349
5350 2002-09-11  Angus Leeming  <leeming@lyx.org>
5351
5352         * lyxserver.C (read_ready): re-write to make it more transparent
5353         and to make it work in coherent fashion under Tru64 Unix.
5354
5355 2002-09-11  André Pönitz <poenitz@gmx.net>
5356
5357         * commandtags.h:
5358         * LyXAction.C:
5359         * text3.C: implement LFUN_WORDSEL
5360
5361 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5362
5363         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5364         make floatlist_ a boost::shared_ptr<FloatList>
5365
5366         * lyxtextclass.C: include FloatList.h
5367         (LyXTextClass): initialize floatlist_
5368         (TextClassTags): add TC_NOFLOAT
5369         (Read): match "nofloat" to TC_NOFLOAT and use it.
5370         (readFloat): modify call to floatlist_
5371         (floats): ditto
5372         (floats): ditto
5373
5374         * FloatList.[Ch] (FloatList): remove commented out float
5375         initialization.
5376         (erase): new function
5377
5378 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5379
5380         * MenuBackend.C (expandToc): fix crash when there is no document
5381         open
5382
5383 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5384
5385         * many files: Add insetwrap.
5386
5387 2002-09-09  John Levon  <levon@movementarian.org>
5388
5389         * text2.C: remove confusing and awkward depth wraparound
5390
5391 2002-09-09  John Levon  <levon@movementarian.org>
5392
5393         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5394
5395         * buffer.h:
5396         * buffer.C: remove getIncludeonlyList()
5397
5398         * paragraph.C:
5399         * lyxfunc.C: remove headers
5400
5401 2002-09-09  Juergen Vigna  <jug@sad.it>
5402
5403         * text.C (getColumnNearX): fix form Michael this is most
5404         probably a cut&paste bug.
5405
5406 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5407
5408         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5409
5410         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5411         references, ws changes.
5412
5413         * text2.C (init): update counters after init
5414         (insertParagraph): no need to set counter on idividual paragraphs.
5415         (setCounter): access the counters object in the textclass object
5416         on in the buffer object.
5417         (updateCounters): ditto
5418
5419         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5420         shared_ptr<Counters> to avoid loading counters.h in all
5421         compilation units.
5422         (LyXTextClass): initialize ctrs_
5423         (TextClassTags): add TC_COUNTER, and ...
5424         (Read): use it here.
5425         (CounterTags): new tags
5426         (readCounter): new function
5427         (counters): new funtion
5428         (defaultLayoutName): return a const reference
5429
5430         * counters.C (Counters): remove contructor
5431         (newCounter): remove a couple of unneeded statements.
5432         (newCounter): simplify a bit.
5433         (numberLabel): some small formatting changes.
5434
5435         * buffer.[Ch]: remove all traces of counters, move the Counters
5436         object to the LyXTextClass.
5437
5438 2002-09-06  Alain Castera  <castera@in2p3.fr>
5439
5440         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5441         package to set the horizontal alignment on fixed width columns.
5442
5443         * lyx_sty.C:
5444         * lyx_sty.h: added tabularnewline macro def.
5445
5446         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5447
5448 2002-09-06  John Levon  <levon@movementarian.org>
5449
5450         * LyXAction.C: tooltips for sub/superscript
5451
5452         * MenuBackend.C: a bit more verbose
5453
5454         * lyxfunc.C: tiny clean
5455
5456         * undo_funcs.C: document undo_frozen
5457
5458 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5459
5460         * counters.C (Counters): add missing algorithm counter.
5461
5462         * text2.C (setCounter): lookup the counter with layouts latexname
5463         instead of by section number.
5464         (setCounter): use a hackish way to lookup the correct enum
5465         counter.
5466         a float name->type change
5467         reset enum couners with counter name directly instead of depth value.
5468
5469         * counters.C (Counters): remove the push_backs, change to use the
5470         float type not the float name.
5471         (labelItem): remove unused string, float name->type change
5472
5473         * counters.h: don't include vector, loose the enums and sects vectors
5474
5475 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5476
5477         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5478         (Read): add float->TC_FLOAT to textclassTags
5479         (Read): and handle it in the switch
5480         (readFloat): new function
5481
5482         * FloatList.C (FloatList): comment out the hardcoded float
5483         definitions.
5484
5485         * lyxlayout.h: ws change.
5486
5487 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5488
5489         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5490
5491 2002-09-03  Angus Leeming  <leeming@lyx.org>
5492
5493         * BufferView_pimpl.h: qualified name is not allowed in member
5494         declaration: WorkArea & Pimpl::workarea() const;
5495
5496         * factory.C: added using std::endl directive.
5497
5498         * text3.C: added using std::find and std::vector directives.
5499
5500 2002-08-29  André Pönitz <poenitz@gmx.net>
5501
5502         * lyxtext.h:
5503         * text2.C: remove unused member number_of_rows
5504
5505         * Makefile.am:
5506         * BufferView2.C: remove file, move contents to...
5507         * BufferView.C: ... here
5508
5509         * BufferView_pimpl.C:
5510         * factory.C: move more inset creation to factory
5511
5512         * vspace.C: avoid direct usage of LyXText, ws changes
5513
5514         * BufferView.[Ch]:
5515                 don't provide direct access to WorkArea, use two simple
5516                 acessors haveSelction() and workHeight() instead
5517
5518
5519 2002-08-29  John Levon  <levon@movementarian.org>
5520
5521         * BufferView_pimpl.C (dispatch): do not continue when
5522           no buffer
5523
5524 2002-08-28  André Pönitz <poenitz@gmx.net>
5525
5526         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5527
5528         * BufferView.h:
5529         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5530
5531 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5532
5533         * buffer.C: increment LYX_FORMAT to 221
5534
5535         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5536         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5537
5538         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5539
5540         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5541
5542 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5543
5544         * factory.C (createInset): use LyXTextClass::floats
5545
5546         * MenuBackend.C (expandFloatListInsert):
5547         (expandFloatInsert):
5548         (expandToc):
5549
5550         * text2.C (setCounter):
5551
5552         * LaTeXFeatures.C (useFloat):
5553         (getFloatDefinitions):
5554
5555         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5556
5557         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5558         floatlist_, with accessor floats().
5559
5560         * FloatList.h: remove global FloatList
5561
5562 2002-08-26  André Pönitz <poenitz@gmx.net>
5563
5564         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5565
5566         * BufferView.h:
5567         * BufferView2.C:
5568         * BufferView_pimpl.C:
5569         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5570
5571 2002-08-25  John Levon  <levon@movementarian.org>
5572
5573         * LyXAction.C: fix margin note description
5574
5575 2002-08-24  John Levon  <levon@movementarian.org>
5576
5577         * buffer.C:
5578         * bufferlist.C:
5579         * bufferview_funcs.C:
5580         * lyxfont.C:
5581         * undo_funcs.C: cleanups
5582
5583         * lyxfunc.C: disable CUT/COPY when no selection
5584
5585 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5586
5587         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5588         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5589
5590         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5591         Add backward compatibility to "mono", "gray" and "no".
5592
5593 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5594
5595         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5596         (and file_format >= 200).
5597
5598 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5599
5600         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5601
5602 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5603
5604         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5605
5606 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5607
5608         * BufferView_pimpl.C:
5609         * LyXAction.C:
5610         * buffer.C:
5611         * commandtags.h:
5612         * lyxfunc.C:
5613         * paragraph.[Ch]:
5614         * text2.C:
5615         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5616         inset and code to make it  work with the paragraph code. The inset
5617         can be anywhere in the paragraph, but will only do the expected
5618         thing in LaTeX if the layout file contains the parameter line
5619                         OptionalArgs    1
5620         (or more generally, a nonzero value) for that layout.
5621
5622 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5623
5624         * paragraph.h: remove the declaration of undefined counters class
5625         function.
5626
5627 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5628
5629         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5630         Dr. Richard Hawkins.
5631
5632 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5633
5634         * paragraph_funcs.h: remove some unneeded includes
5635
5636         * text.C (backspace): pasteParagraph now in global scipe
5637
5638         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5639         (pasteSelection): ditto
5640
5641         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5642         * paragraph_funcs.C (pasteParagraph): ... here
5643
5644 2002-08-20  André Pönitz <poenitz@gmx.net>
5645
5646         * commandtags.h: new LFUNs for swapping/copying table row/colums
5647
5648         * LyXAction.C:
5649         * lyxfunc.C: support for new lfuns
5650
5651 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5652
5653         * tabular.C:
5654         * buffer.[Ch]: remove NO_COMPABILITY stuff
5655
5656 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5657
5658         * boost.C (throw_exception): new file, with helper function for
5659         boost compiled without exceptions.
5660
5661         * paragraph.h:
5662         * lyxlength.C:
5663         * buffer.C:
5664         * ParameterStruct.h:
5665         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5666
5667         * bufferlist.C (emergencyWriteAll): use boost bind
5668
5669         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5670
5671         * text.C: include paragraph_funcs.h
5672         (breakParagraph): breakParagraph is now in global scope
5673
5674         * paragraph_funcs.[Ch]: new files
5675
5676         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5677         global scope
5678
5679         * buffer.C: include paragraph_funcs.h
5680         (insertStringAsLines): breakParagraph is now in global scope
5681
5682         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5683         paragraph_funcs.C
5684
5685         * CutAndPaste.C: include paragraph_funcs.h
5686         (cutSelection): breakParagraphConservative is now in global scope
5687         (pasteSelection): ditto
5688
5689         * buffer.h: declare oprator== and operator!= for
5690         Buffer::inset_iterator
5691
5692         * bufferlist.C (emergencyWrite): don't use fmt(...)
5693
5694         * text3.C: add using std::endl
5695
5696         * BufferView.C (moveCursorUpdate): remove default arg
5697
5698 2002-08-20  André Pönitz <poenitz@gmx.net>
5699
5700         * buffer.[Ch]: move inline functions to .C
5701
5702         * BufferView2.C:
5703         * BufferView_pimpl.C:
5704         * text.C:
5705         * buffer.[Ch]: use improved inset_iterator
5706
5707         * buffer.C:
5708         * paragraph.[Ch]: write one paragraph at a time
5709
5710 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5711
5712         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5713         style if style is not specified.
5714
5715 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5716
5717         * text2.C (setCounter): when searching for right label for a
5718         caption, make sure to recurse to parent insets (so that a caption
5719         in a minipage in a figure float works) (bug #568)
5720
5721 2002-08-20  André Pönitz <poenitz@gmx.net>
5722
5723         * text3.C: new file for LyXText::dispatch() and helpers
5724
5725         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5726
5727         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5728
5729 2002-08-19  André Pönitz <poenitz@gmx.net>
5730
5731         * lyxtext.h:
5732         * text.C: new LyXText::dispatch()
5733
5734         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5735
5736 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5737
5738         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5739
5740         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5741         Hebrew text.
5742
5743 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5744
5745         * Makefile.am: use $(variables) instead of @substitutions@
5746
5747 2002-08-15  André Pönitz <poenitz@gmx.net>
5748
5749         * lyxfunc.C:
5750         * BufferView_pimpl.C: streamlining mathed <-> outer world
5751         interaction
5752
5753         * commandtags.h:
5754         * LyXAction.C: remove unused LFUN_MATH
5755
5756 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5757
5758         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5759
5760 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5761
5762         * paragraph.C (Paragraph): reformat a bit
5763         (cutIntoMinibuffer): use builtin InsetList function instad of
5764         doing it manually.
5765         (getInset): ditto
5766
5767         * buffer.C: include boost/bind.hpp, add using std::for_each
5768         (writeFileAscii): use ParagraphList iterators
5769         (validate): use for_each for validate traversal of paragraphs
5770         (getBibkeyList): use ParagraphList iterators
5771         (resizeInsets): use for_each to resizeInsetsLyXText for all
5772         paragraphs.
5773         (getParFromID): use ParagraphList iterators
5774
5775         * BufferView2.C (lockInset): use paragraph list and iterators
5776
5777 2002-08-14  John Levon  <levon@movementarian.org>
5778
5779         * lyxserver.C: remove spurious xforms include
5780
5781 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5782
5783         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5784
5785 2002-08-13  André Pönitz <poenitz@gmx.net>
5786
5787         * LyXAction.[Ch]:
5788         * lyxfunc.C: further cleaning
5789
5790 2002-08-13  André Pönitz <poenitz@gmx.net>
5791
5792         * funcrequest.h: new constructor
5793
5794         * funcrequest.C: move stuff here from .h
5795
5796         * Makefile.am:
5797         * BufferView_pimpl.C:
5798         * LyXAction.C:
5799         * toc.C:
5800         * lyxfunc.C: subsequent changes
5801
5802         * lyxfunc.h: new view() member function
5803
5804         * lyxfunc.C: subsequent changes
5805
5806 2002-08-13  Angus Leeming  <leeming@lyx.org>
5807
5808         * BufferView2.C:
5809         * BufferView_pimpl.C:
5810         * buffer.C:
5811         * converter.C:
5812         * importer.C:
5813         * lyxfunc.C:
5814         * lyxvc.C:
5815         * toc.C:
5816         * vc-backend.C:
5817         changes due to the changed LyXView interface that now returns references
5818         to member variables not pointers.
5819
5820 2002-08-13  Angus Leeming  <leeming@lyx.org>
5821
5822         * WordLangTuple (word, lang_code): return references to strings,
5823         not strings.
5824
5825         * BufferView.h:
5826         * SpellBase.h:
5827         * lyxtext.h: forward-declare WordLangTuple.
5828
5829         * BufferView2.C:
5830         * ispell.C:
5831         * pspell.C:
5832         * text.C: #include "WordLangTuple.h".
5833
5834         * lyxtext.h:
5835         * text.C: (selectNextWordToSpellcheck): constify return type.
5836
5837 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
5838
5839         * buffer.C:
5840         * buffer.h:
5841         * lyxtext.h:
5842         * paragraph.C:
5843         * paragraph_pimpl.h:
5844         * text.C:
5845         * text2.C:
5846         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
5847         suggested by Angus.
5848         Made updateCounter always count from start of buffer, and removed
5849         second argument (par).
5850         Reverted floats number display to '#'. Perhaps I'll try again when the
5851         code base is sanitized a bit.
5852
5853 2002-08-12  Angus Leeming  <leeming@lyx.org>
5854
5855         * buffer.[Ch] (getLabelList): constify.
5856
5857 2002-08-07  André Pönitz <poenitz@gmx.net>
5858
5859         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
5860
5861         * funcrequest.h: extension to keep mouse (x,y) position
5862
5863 2002-08-12  Juergen Vigna  <jug@sad.it>
5864
5865         * BufferView2.C (insertErrors): forbid undo when inserting error
5866         insets.
5867
5868         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
5869
5870 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5871
5872         * ParagraphList.[Ch]: new files
5873
5874         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
5875
5876         * BufferView2.C (lockInset): ParagraphList changes
5877         * toc.C: ditto
5878         * text2.C: ditto
5879         * bufferlist.C: ditto
5880         * buffer.h: ditto
5881         * buffer.C: ditto
5882
5883 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5884
5885         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
5886         unused class variable counter_,
5887
5888         * paragraph.[Ch] (getFirstCounter): delete unused function
5889
5890         * counters.C: include LAssert.h
5891         (reset): add a new function with no arg, change other version to
5892         not have def. arg and to not allow empty arg.
5893
5894         * text2.C (setCounter): remove empty arg from call to Counters::reset
5895
5896 2002-08-11  John Levon  <levon@movementarian.org>
5897
5898         * Makefile.am: add WordLangTuple.h
5899
5900 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5901
5902         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
5903         lyxfunc.C lyxlex_pimpl.C: ws changes only.
5904
5905         * insets/insettext.C: InsetList changes
5906
5907         * graphics/GraphicsSupport.C (operator()): InsetList changes
5908
5909         * toc.C (getTocList): InsetList changes
5910
5911         * paragraph_pimpl.[Ch]: InsetList changes
5912
5913         * paragraph.[Ch]: InsetList changes
5914
5915         * buffer.C (inset_iterator): InsetList changes
5916         (setParagraph): ditto
5917         * buffer.h (inset_iterator): ditto
5918         * iterators.C (operator++): ditto
5919         * iterators.h: ditto
5920
5921         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
5922
5923         * InsetList.[Ch]: new files, most InsetList handling moved out of
5924         paragraph.C.
5925
5926         * BufferView2.C (removeAutoInsets): InsetList changes
5927         (lockInset): ditto
5928         (ChangeInsets): ditto
5929
5930 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5931
5932         * paragraph_pimpl.h (empty): new function
5933
5934         * paragraph.[Ch] (empty): new function
5935
5936         * other files: use the new Paragraph::empty function
5937
5938 2002-08-09  John Levon  <levon@movementarian.org>
5939
5940         * lyxtext.h: remove unused refresh_height
5941
5942 2002-08-09  John Levon  <levon@movementarian.org>
5943
5944         * Makefile.am:
5945         * sgml.h:
5946         * sgml.C:
5947         * buffer.C:
5948         * paragraph.h:
5949         * paragraph.C: move sgml char escaping out of paragraph
5950
5951         * paragraph.h:
5952         * paragraph.C: remove id setter
5953
5954         * buffer.C:
5955         * paragraph.C:
5956         * paragraph_pimpl.C: remove dead tex_code_break_column
5957
5958         * bufferview_funcs.C: small cleanup
5959
5960         * lyxfunc.C: remove dead proto
5961
5962         * lyxtext.h: make some stuff private. Remove some dead stuff.
5963
5964         * lyxgluelength.C: make as[LyX]String() readable
5965
5966 2002-08-08  John Levon  <levon@movementarian.org>
5967
5968         * LyXAction.h:
5969         * LyXAction.C:
5970         * MenuBackend.C:
5971         * ToolbarDefaults.C:
5972         * lyxfunc.C:
5973         * lyxrc.C:
5974         * toc.C: lyxaction cleanup
5975
5976 2002-08-08  John Levon  <levon@movementarian.org>
5977
5978         * BufferView2.C: small cleanup
5979
5980         * lyxfind.h:
5981         * lyxfind.C: move unnecessary header into the .C
5982
5983 2002-08-08  John Levon  <levon@movementarian.org>
5984
5985         * funcrequest.h: just tedious nonsense
5986
5987         * lyx_main.h:
5988         * lyx_main.C: cleanups
5989
5990         * buffer.C:
5991         * vspace.C: remove dead header lyx_main.h
5992
5993 2002-08-07  Angus Leeming  <leeming@lyx.org>
5994
5995         * Paragraph.[Ch]:
5996         * paragraph_pimpl.h:
5997         Forward declare class Counters in paragraph.h by moving the ctrs member
5998         variable into Paragraph::Pimpl.
5999         (counters): new method, returning a reference to pimpl_->ctrs.
6000
6001         * text2.C: ensuing changes.
6002
6003 2002-08-07  John Levon  <levon@movementarian.org>
6004
6005         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6006
6007         * BufferView_pimpl.C: announce X selection on double/triple
6008           click
6009
6010         * lyx_main.C: use correct bool in batch dispatch
6011
6012         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6013
6014 2002-08-07  André Pönitz <poenitz@gmx.net>
6015
6016         * funcrequest.h: new class to wrap a kb_action and its argument
6017
6018         * BufferView.[Ch]:
6019         * BufferView_pimpl[Ch]:
6020         * LaTeX.C:
6021         * LyXAction.[Ch]:
6022         * lyxfunc.[Ch]:
6023         * lyxrc.C: subsequent changes
6024
6025
6026 2002-08-07  John Levon  <levon@movementarian.org>
6027
6028         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6029           document options change.
6030
6031 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6032
6033         * counters.[Ch]
6034         * text2.C
6035         * paragraph.[Ch]
6036         * makefile.am: move counters functionality over from
6037         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6038
6039 2002-08-06  John Levon  <levon@movementarian.org>
6040
6041         * WordLangTuple.h: new file for word + language code tuple
6042
6043         * SpellBase.h:
6044         * pspell.h:
6045         * pspell.C:
6046         * ispell.h:
6047         * ispell.C:
6048         * lyxtext.h:
6049         * text.C:
6050         * text2.C:
6051         * BufferView.h:
6052         * BufferView2.C: use WordLangTuple
6053
6054         * layout.h:
6055         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6056
6057 2002-08-06  John Levon  <levon@movementarian.org>
6058
6059         * lyx_main.C: fix cmdline batch handling
6060
6061 2002-08-06  André Pönitz <poenitz@gmx.net>
6062
6063         * lyxrc.C: set default for show_banner to true
6064
6065 2002-08-06  John Levon  <levon@movementarian.org>
6066
6067         * pspell.C: fix a crash, and allow new aspell to work
6068
6069 2002-08-06  John Levon  <levon@movementarian.org>
6070
6071         * lyxfunc.C:
6072         * kbmap.C: small cleanup
6073
6074         * vspace.h:
6075         * vspace.C: add const
6076
6077 2002-08-05  John Levon  <levon@movementarian.org>
6078
6079         * LyXAction.C: back to tabular-insert
6080
6081 2002-08-04  John Levon  <levon@movementarian.org>
6082
6083         * BufferView.h:
6084         * BufferView.C: cosmetic change
6085
6086         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6087
6088         * bufferlist.C:
6089         * buffer.h:
6090         * buffer.C:
6091         * lyxcb.h:
6092         * lyxcb.C:
6093         * lyxserver.C:
6094         * lyxvc.C:
6095         * vc-backend.C:
6096         * BufferView2.C: purge all "Lyx" not "LyX" strings
6097
6098         * lyxcursor.h:
6099         * lyxcursor.C: attempt to add some documentation
6100
6101         * lyxfunc.C:
6102         * commandtags.h:
6103         * LyXAction.C:
6104         * ToolbarDefaults.C:
6105         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6106           merge with LFUN_TABULAR_INSERT
6107
6108         * Makefile.am:
6109         * SpellBase.h:
6110         * ispell.h:
6111         * ispell.C:
6112         * pspell.h:
6113         * pspell.C: split up i/pspell implementations into separate
6114           files, many cleanups
6115
6116         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6117
6118         * text2.C: some cleanup
6119
6120         * lyxfunc.C: don't check for isp_command == "none" any more, it
6121           didn't make any sense
6122
6123 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6124
6125         * counters.[Ch]
6126         * text2.C
6127         * paragraph.[Ch]
6128         * makefile.am: move counters functionality over
6129         from text2.C/paragraph.[Ch] to counters.[Ch], and
6130         make proper C++.
6131 2002-08-02  John Levon  <levon@movementarian.org>
6132
6133         * buffer.C: s/lyxconvert/lyx2lyx/
6134
6135 2002-08-02  Angus Leeming  <leeming@lyx.org>
6136
6137         * lyxlex.C: revert John's change as it breaks reading of the user
6138         preamble.
6139
6140 2002-08-02  Angus Leeming  <leeming@lyx.org>
6141
6142         * importer.C (Import):
6143         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6144         changes due to LyXView::view() now returning a boost::shared_ptr.
6145
6146 2002-08-02  John Levon  <levon@movementarian.org>
6147
6148         * lyxlex.C: small cleanup
6149
6150 2002-08-02  John Levon  <levon@movementarian.org>
6151
6152         * text2.C (status): small cleanup, no logic change
6153
6154 2002-08-01  John Levon  <levon@movementarian.org>
6155
6156         * buffer.h:
6157         * buffer.C (writeFile): don't output alerts, caller
6158           handles this
6159
6160         * bufferlist.C:
6161         * lyx_cb.C: from above
6162
6163         * lyxfunc.C: allow to open non-existent files
6164
6165 2002-07-31  John Levon  <levon@movementarian.org>
6166
6167         * lyxserver.C: don't let incidental errors get
6168           in the way (errno)
6169
6170 2002-07-30  John Levon  <levon@movementarian.org>
6171
6172         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6173
6174 2002-07-30  John Levon  <levon@movementarian.org>
6175
6176         * lyxserver.h:
6177         * lyxserver.C: remove I/O callback too
6178
6179 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6180
6181         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6182         log.
6183
6184 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6185
6186         * many files: strip,frontStrip -> trim,ltrim,rtrim
6187
6188 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6189
6190         * PrinterParams.h: remove extern containsOnly, and include
6191         support/lstrings.h instead.
6192
6193         * LaTeX.C (scanAuxFile): modify because of strip changes
6194         (deplog): ditto
6195         * buffer.C (makeLaTeXFile): ditto
6196         * bufferparams.C (writeFile): ditt
6197         * lyxfont.C (stateText): ditto
6198         * lyxserver.C (read_ready): ditto
6199         * vc-backend.C (scanMaster): ditto
6200
6201         * BufferView_pimpl.h: ws changes
6202
6203         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6204
6205 2002-07-26  André Pönitz <poenitz@gmx.net>
6206
6207         * kb_sequence.C: remove unnedred usings
6208
6209 2002-07-26  Juergen Vigna  <jug@sad.it>
6210
6211         * lyxfind.C (LyXReplace): we have to check better if the returned
6212         text is not of theLockingInset()->getLockingInset().
6213
6214 2002-07-25  Juergen Vigna  <jug@sad.it>
6215
6216         * lyxfind.C (LyXReplace): don't replace if we don't get the
6217         right LyXText.
6218
6219         * undo_funcs.C (createUndo): remove debugging code.
6220
6221 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6222
6223         * buffer.C (parseSingleLyXformat2Token): Use default placement
6224         when reading old floats.
6225
6226         * FloatList.C (FloatList): Change the default placement of figure
6227         and tables to "tbp".
6228
6229 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6230
6231         * MenuBackend.C: using std::max
6232
6233 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6234
6235         * MenuBackend.C (expandToc):
6236         (expandToc2): code moved from xforms menu frontend. It is now
6237         generic and TOCs are transparent to menu frontends.
6238
6239 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6240
6241         * toc.C (getTocList): protect against buf=0
6242
6243         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6244         Menu as first parameter. Now, this calls itself recursively to
6245         expand a whole tree (this will be useful for TOC handling)
6246         (expandFloatInsert): remove 'wide' version of floats
6247
6248         * MenuBackend.h (submenuname): returns the name of the submenu.
6249         (submenu): returns the submenu itself, provided it has been
6250         created by MenuBackend::expand
6251
6252 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6253
6254         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6255         insets which have noFontChange == true. (bug #172)
6256
6257 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6258
6259         * BufferView_pimpl.C: add connection objects and use them...
6260         (Pimpl): here.
6261
6262 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6263
6264         * MenuBackend.C (expandLastfiles):
6265         (expandDocuments):
6266         (expandFormats):
6267         (expandFloatListInsert):
6268         (expandFloatInsert):
6269         (expand): split expand in parts
6270
6271 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6272
6273         * lyx_gui.C: use lyx_gui::exit()
6274
6275 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6276
6277         * LyXAction.C: show the failing pseudo action
6278
6279 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6280
6281         * buffer.C (readFile): Run the lyxconvert script in order to read
6282         old files.
6283
6284 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6285
6286         * LyXAction.C:
6287         * commandtags.h:
6288         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6289
6290 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6291
6292         * LyXAction.C:
6293         * commandtags.h:
6294         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6295
6296 2002-07-22  Herbert Voss  <voss@lyx.org>
6297
6298         * lengthcommon.C:
6299         * lyxlength.[Ch]: add support for the vertical lengths
6300
6301 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6302
6303         * toc.[Ch]: std:: fixes
6304
6305 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6306
6307         * lyxrc.C: do not include lyx_main.h
6308
6309         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6310         for layouts
6311
6312         * lyxrc.C:
6313         * encoding.C:
6314         * bufferlist.C:
6315         * BufferView2.C: include "lyxlex.h"
6316
6317         * tabular.h:
6318         * bufferparams.h: do not #include "lyxlex.h"
6319
6320         * lyxtextclasslist.C (Add): remove method
6321         (classlist): renamed to classlist_
6322
6323         * paragraph_pimpl.C:
6324         * paragraph.C:
6325         * text2.C:
6326         * CutAndPaste.C:
6327         * bufferview_funcs.C:
6328         * bufferlist.C:
6329         * text.C:
6330         * LaTeXFeatures.C:
6331         * buffer.C:
6332         * toc.C (getTocList): use BufferParams::getLyXTextClass
6333
6334         * toc.C (getTocList): use InsetFloat::addToToc
6335
6336         * toc.[Ch]: new files, containing helper functions to handle table
6337         of contents
6338
6339         * lyxfunc.C (dispatch): no need to remove spaces around command
6340         given as a string
6341         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6342         first command of the sequence; it is not very clever, but I do not
6343         have a better idea, actually
6344
6345         * LyXAction.C (LookupFunc): make sure to remove space at the
6346         beginning and end of the command
6347
6348 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6349
6350         * MenuBackend.C (getMenubar): new method: return the menubar of
6351         this menu set
6352         (read): treat differently reading of menu and menubar (in
6353         particular, the menubar has no name now)
6354         (Menu::menubar): remove
6355
6356         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6357         saving is finished
6358
6359 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6360
6361         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6362         a bibitem inset in a RTL paragraph.
6363
6364 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6365
6366         * paragraph_pimpl.C: constify
6367
6368         * BufferView_pimpl.C:
6369         * LaTeX.C:
6370         * lyxfunc.C: fix dispatch in a nicer way
6371
6372 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6373
6374         * lyxfunc.C (dispatch):
6375         * BufferView_pimpl.C:
6376         * BufferView_pimpl.h:
6377         * BufferView.C:
6378         * BufferView.h: rename Dispatch() to dispatch()
6379
6380         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6381
6382         * lyxlayout.C (Read): honor DependsOn tag
6383
6384         * lyxlayout.[Ch] (depends_on): new method
6385
6386         * version.C.in: update lyx_docversion
6387
6388         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6389
6390         * paragraph.C (validate): remove from here...
6391         * paragraph_pimpl.C (validate): ... and move here
6392         (isTextAt): make it const
6393
6394         * buffer.C (getLists): ws cleanup
6395
6396 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6397
6398         * language.C (read): Use iso8859-1 encoding in latex_lang
6399         (this prevents LyX from crashing when using iso10646-1 encoding).
6400
6401 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6402
6403         * text2.C (toggleInset): if cursor is inside an inset, close the
6404         inset and leave cursor _after_ it
6405
6406 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6407
6408         * lyxfunc.C: move minibuffer completion handling out of here
6409
6410 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6411
6412         * BufferView_pimpl.C:
6413         * LaTeX.C: fix dispatch calls
6414
6415 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6416
6417         * text.C (drawChars): Fix Arabic text rendering.
6418
6419 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6420
6421         * LyXAction.C:
6422         * commandtags.h:
6423         * lyxfunc.C: remove message-push/pop
6424
6425         * lyxserver.C:
6426         * lyxfunc.h:
6427         * lyxfunc.C: rationalise some code by removing verboseDispatch
6428           in favour of a bool argument to dispatch()
6429
6430 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6431
6432         * lyx_main.C (init): make sure to read symlinks as absolute paths
6433
6434 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6435
6436         * lyxfunc.h:
6437         * lyxfunc.C: no need for commandshortcut to be a member
6438
6439 2002-07-15  André Pönitz <poenitz@gmx.net>
6440
6441         * converter.C: add support for $$s (scripts from lib/scripts dir)
6442         * lyx_main.C: white space
6443
6444 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6445
6446         * bufferlist.C:
6447         * lyxrc.h:
6448         * lyxrc.C: remove second exit confirmation
6449
6450 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6451
6452         * BufferView.h:
6453         * BufferView.C:
6454         * BufferView2.C:
6455         * BufferView_pimpl.h:
6456         * BufferView_pimpl.C:
6457         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6458
6459 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6460
6461         * MenuBackend.C (expand): add numeric shortcuts to document menu
6462
6463         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6464
6465 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6466
6467         * lyxfont.C (setLyXFamily):
6468         (setLyXSeries):
6469         (setLyXShape):
6470         (setLyXSize):
6471         (setLyXMisc):
6472         (lyxRead):
6473         * debug.C (value):
6474         * buffer.C (asciiParagraph): use ascii_lowercase
6475
6476 2002-07-15  Mike Fabian  <mfabian@suse.de>
6477
6478         * lyxlex_pimpl.C (search_kw):
6479         * lyxlex.C (getLongString):
6480         * converter.h (operator<):
6481         * converter.C (operator<):
6482         * buffer.C (parseSingleLyXformat2Token):
6483         (asciiParagraph):
6484         * ToolbarDefaults.C (read):
6485         * MenuBackend.C (checkShortcuts):
6486         (read):
6487         * LColor.C (getFromGUIName):
6488         (getFromLyXName): use the compare_ascii_no_case instead of
6489         compare_no_case, because in turkish, 'i' is not the lowercase
6490         version of 'I', and thus turkish locale breaks parsing of tags.
6491
6492 2002-07-16  Angus Leeming  <leeming@lyx.org>
6493
6494         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6495         now takes a Buffer const & argument.
6496
6497 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6498
6499         * BufferView.C (resize): check there's a buffer to resize
6500
6501 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6502
6503         * lyxfunc.C: remove dead code
6504
6505         * lyxserver.h:
6506         * lyxserver.C: use lyx_guii::set_read_callback
6507
6508 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6509
6510         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6511         an inset in a RTL paragraph.
6512
6513 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6514
6515         * lyxfunc.C: repaint after a font size update
6516
6517 2002-07-15  André Pönitz <poenitz@gmx.net>
6518
6519         * lyxlength.C: inBP should be able to return negative values
6520
6521 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6522
6523         * lyxfunc.C: use lyx_gui::update_fonts()
6524
6525 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6526
6527         * lyxfunc.C: use lyx_gui::update_color()
6528
6529 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6530
6531         * bufferlist.C:
6532         * lyxfunc.h:
6533         * lyxfunc.C:
6534         * lyxrc.h:
6535         * lyxrc.C: remove file->new asks for name option, and let
6536           buffer-new take an argument
6537
6538 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6539
6540         * BufferView_pimpl.C: remove unneeded extra repaint()
6541
6542 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6543
6544         * LyXAction.C: allow command-sequence with NoBuffer
6545
6546         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6547
6548 2002-07-10  Angus Leeming  <leeming@lyx.org>
6549
6550         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6551
6552 2002-07-09  Angus Leeming  <leeming@lyx.org>
6553
6554         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6555
6556 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6557
6558         * lengthcommon.h: whitespace
6559
6560         * lyxfunc.C: update scrollbar after goto paragraph
6561
6562         * lyxtext.h: factor out page break drawing, and fix it so
6563           page break/added space paints as selected nicely
6564
6565 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6566
6567         * BufferView_pimpl.C: add FIXMEs, clean up a little
6568
6569 2002-07-09  André Pönitz <poenitz@gmx.net>
6570
6571         * lyxfont.[Ch]: support for wasy symbols
6572
6573 2002-07-08  André Pönitz <poenitz@gmx.net>
6574
6575         * BufferView_pimpl.C: apply John's patch for #93.
6576
6577 2002-07-05  Angus Leeming  <leeming@lyx.org>
6578
6579         * BufferView_pimpl.C (buffer): generate previews if desired.
6580
6581         * LColor.h: add "preview" to the color enum.
6582
6583         * LColor.C (LColor): add a corresponding entry to the items array.
6584
6585         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6586         with this buffer.
6587
6588 2002-07-05  Angus Leeming  <leeming@lyx.org>
6589
6590         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6591         The body of the code is now in the method that is passed an ostream &
6592         rather than a file name.
6593         Pass an additional only_preamble parameter, useful for the forthcoming
6594         preview stuff.
6595
6596 2002-07-03  André Pönitz <poenitz@gmx.net>
6597
6598         * lyxfunc.C: simplify getStatus() a bit for math stuff
6599
6600 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6601
6602         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6603
6604 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6605
6606         * text.C (changeRegionCase): do not change case of all the
6607         document when region ends at paragraph end (bug #461)
6608
6609 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6610
6611         * paragraph.C (startTeXParParams):
6612         (endTeXParParams): add \protect when necessary
6613
6614 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6615
6616         * BufferView_pimpl.C (workAreaExpose): remove warning
6617
6618 2002-06-27  Angus Leeming  <leeming@lyx.org>
6619
6620         * Makefile.am: add lyxlayout_ptr_fwd.h.
6621
6622 2002-06-26  André Pönitz <poenitz@gmx.net>
6623
6624         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6625
6626 2002-06-25  Angus Leeming  <leeming@lyx.org>
6627
6628         * lyxfunc.C (dispatch): Comment out the call to
6629         grfx::GCache::changeDisplay. The method no longer exists now that the
6630         pixmap generation part of the graphics loader has been moved into
6631         InsetGraphics.
6632
6633 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6634
6635         * text2.C: layout as layout
6636
6637         * text.C: layout as layout
6638
6639         * tabular.C (OldFormatRead): layout as layout
6640
6641         * paragraph_pimpl.C (TeXDeeper): layout as layout
6642         (realizeFont): layout as layout
6643
6644         * paragraph.C (writeFile): layout as layout
6645         (validate): layout as layout
6646         (getFont): layout as layout
6647         (getLabelFont): layout as layout
6648         (getLayoutFont): layout as layout
6649         (breakParagraph): layout as layout
6650         (stripLeadingSpaces): layout as layout
6651         (getEndLabel): layout as layout
6652         (getMaxDepthAfter): layout as layout
6653         (applyLayout): layout as layout
6654         (TeXOnePar): layout as layout
6655         (simpleTeXOnePar): layout as layout
6656         (TeXEnvironment): layout as layout
6657         (layout): layout as layout
6658         (layout): layout as layout
6659
6660         * lyxtextclass.C (compare_name): new functor to work with
6661         shared_ptr, layout as layout
6662         (Read): layout as layout
6663         (hasLayout): layout as layout
6664         (operator): layout as layout
6665         (delete_layout): layout as layout
6666         (defaultLayout): layout as layout
6667
6668         * lyxlayout_ptr_fwd.h: new file
6669
6670         * lyxlayout.C (Read): layout as layout
6671
6672         * lyx_cb.C (MenuInsertLabel): layout as layout
6673
6674         * bufferlist.C (newFile): layout as layout
6675
6676         * buffer.C (readLyXformat2): layout as layout
6677         (parseSingleLyXformat2Token): layout as layout
6678         (insertStringAsLines): layout as layout
6679         (asciiParagraph): layout as layout
6680         (latexParagraphs): layout as layout
6681         (makeLinuxDocFile): layout as layout
6682         (simpleLinuxDocOnePar): layout as layout
6683         (makeDocBookFile): layout as layout
6684         (simpleDocBookOnePar): layout as layout
6685         (getLists): layout as layout
6686
6687         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6688
6689         * CutAndPaste.C (cutSelection): layout as layout
6690         (pasteSelection): layout as layout
6691         (SwitchLayoutsBetweenClasses): layout as layout
6692
6693         * BufferView_pimpl.C (Dispatch): layout as layout
6694         (smartQuote): layout as layout
6695
6696         * BufferView2.C (unlockInset): layout as layout
6697
6698 2002-06-24  André Pönitz <poenitz@gmx.net>
6699
6700         * lyxfunc.C: fix #487
6701
6702 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6703
6704         * lyxrc.h:
6705         * lyxrc.C:
6706         * lyxfunc.C: remove display_shortcuts, show_banner
6707
6708 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6709
6710         * Buffer_pimpl.C: oops, update on resize
6711
6712 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6713
6714         * buffer.C:
6715         * converter.C:
6716         * exporter.C:
6717         * lyxfunc.C:
6718         * BufferView.h:
6719         * BufferView.C: use repaint()
6720
6721         * BufferView_pimpl.h:
6722         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6723           as it's a clearer description. Remove superfluous
6724           redraws.
6725
6726 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6727
6728         * text.C: fix bug 488. Not ideal, but getting
6729           getWord() to work properly for the insets that
6730           matter is more difficult ...
6731
6732 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6733
6734         * BufferView_pimpl.C:
6735         * LyXAction.C:
6736         * commandtags.h:
6737         * lyxfunc.C: remove the six million index lyxfuncs to just
6738           one, and DTRT (bug 458)
6739
6740 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6741
6742         * BufferView.h:
6743         * BufferView.C:
6744         * BufferView_pimpl.h:
6745         * BufferView_pimpl.C: clean up resize() stuff,
6746           and unnecessary updateScreen()s
6747
6748 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6749
6750         * BufferView.h:
6751         * BufferView.C:
6752         * BufferView_pimpl.h:
6753         * BufferView_pimpl.C:
6754         * lyxfind.h:
6755         * lyxfind.C:
6756         * minibuffer.C: remove focus management of workarea,
6757           not needed. Use screen's greyOut()
6758
6759 2002-06-17  Herbert Voss  <voss@lyx.org>
6760
6761         * converter.C: (convert) do not post a message, when converting
6762         fails, let the calling function decide what to do in this case
6763
6764 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6765
6766         * lyxfunc.C: tidy up a little
6767
6768 2002-06-16    <alstrup@diku.dk>
6769
6770         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6771         Got rid of FORMS_H_LOCATION include. Now we are
6772         GUII.
6773
6774 2002-06-15  LyX Development team  <lyx@rilke>
6775
6776         * buffer.[Ch] (sgmlOpenTag):
6777         (sgmlCloseTag): Added support for avoiding pernicious mixed
6778         content. Return number of lines written.
6779
6780         (makeLinuxDocFile):
6781         (makeDocBookFile): Fixed calls to sgml*Tag.
6782         Simple white space clean.
6783
6784         (simpleDocBookOnePar): Simple white space clean.
6785
6786         * tabular.[Ch] (docBook): Renamed to docbook and got another
6787         argument to related with the pernicious mixed content.
6788
6789         (docbookRow): Fixed calls for docbook inset method.
6790
6791 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6792
6793         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6794         so it's X11 independent.
6795
6796         * kb*.[Ch]: ditto.
6797
6798         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6799
6800 2002-06-15  Lyx Development team  <lyx@electronia>
6801
6802         * intl.h: Renamed getTrans to getTransManager.
6803
6804 2002-06-14  Angus Leeming  <leeming@lyx.org>
6805
6806         * Makefile.am: nuke forgotten stl_string_fwd.h.
6807
6808 2002-06-12  Angus Leeming  <leeming@lyx.org>
6809
6810         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6811
6812 2002-06-13  Angus Leeming  <leeming@lyx.org>
6813
6814         * LaTeX.C:
6815         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6816
6817 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
6818
6819         * kbmap.C (getiso): add support for cyrillic and greek
6820
6821 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6822
6823         * BufferView.h:
6824         * BufferView.C:
6825         * BufferView_pimpl.h:
6826         * BufferView_pimpl.C: move bogus scrolling logic
6827           to xforms
6828
6829 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6830
6831         * lyxfunc.C:
6832         * BufferView_pimpl.C: view->resize() change
6833
6834 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6835
6836         * BufferView_pimpl.C: topCursorVisible
6837           prototype change
6838
6839 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6840
6841         * Makefile.am:
6842         * lyx_gui.h:
6843         * lyx_gui.C: move to frontends/
6844
6845         * main.C:
6846         * lyx_main.h:
6847         * lyx_main.C: changes from above
6848
6849 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6850
6851         * intl.C:
6852         * intl.h:
6853         * kbmap.C:
6854         * kbsequence.C:
6855         * lyx_cb.C:
6856         * lyx_main.C: minor tidy
6857
6858 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6859
6860         * BufferView_pimpl.h:
6861         * BufferView_pimpl.C:
6862         * BufferView.h:
6863         * BufferView.C: make painter() const,
6864           remove dead code
6865
6866         * BufferView2.C: use screen() accessor
6867
6868         * lyx_main.h:
6869         * lyx_main.C: some minor cleanup
6870
6871 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6872
6873         * BufferView_pimpl.h:
6874         * BufferView_pimpl.C: remove enter/leaveView,
6875           use workHeight()
6876
6877 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6878
6879         * BufferView.h:
6880         * BufferView.C:
6881         * BufferView2.C:
6882         * BufferView_pimpl.h:
6883         * BufferView_pimpl.C: only construct screen once,
6884           rename
6885
6886         * lyxrc.C: remove pointless comment
6887
6888 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6889
6890         * BufferView.h:
6891         * BufferView.C: remove active() and belowMouse()
6892
6893         * BufferView_pimpl.h:
6894         * BufferView_pimpl.C: use workarea() not workarea_,
6895           and make it use a scoped_ptr instead
6896
6897 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6898
6899         * lyx_gui.C: add debug message on BadWindow
6900
6901 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6902
6903         * sp_spell.C: fdopen is not part of the C++ standard.
6904
6905         * paragraph.C (InsetIterator): use >= instead of ==
6906
6907 2002-06-07  Angus Leeming  <leeming@lyx.org>
6908
6909         Fixes needed to compile with Compaq cxx 6.5.
6910         * BufferView_pimpl.C:
6911         * DepTable.C:
6912         * buffer.C:
6913         * converter.C:
6914         * encoding.C:
6915         * lyx_gui.C:
6916         * lyx_main.C:
6917         * lyxtextclasslist.C:
6918         * minibuffer.C:
6919         * sp_spell.C:
6920         * tabular_funcs.C:
6921         * vc-backend.C:
6922         all c-library variables have been moved into namespace std. Wrap
6923         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
6924
6925         * lyxlength.C:
6926         * tabular-old.C:
6927         * tabular.C:
6928         Add a using std::abs declaration.
6929
6930         * kbmap.h (modifier_pair):
6931         * paragraph.h (InsetTable, InsetList):
6932         * lyxfont.h (FontBits):
6933         type definition made public.
6934
6935         * bufferlist.C (emergencyWriteAll): the compiler complains that
6936         there is more than one possible lyx::class_fun template to choose from.
6937         I re-named the void specialisation as lyx::void_class_fun.
6938
6939         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
6940
6941         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
6942         the compiler is is unable to find tostr in write_attribute.
6943
6944 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6945
6946         * buffer.C (sgmlError): hide #warning
6947
6948 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6949
6950         * xtl/*: get rid of xtl, which is not in use anyway
6951
6952         * LyXAction.C (init):
6953         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
6954         were unimplemented xtl experimentation
6955
6956 2002-06-04  André Pönitz <poenitz@gmx.net>
6957
6958         * lyxfunc.C: disable array operation on simple formulae
6959
6960 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
6961
6962         * converter.C: constify a bit
6963
6964 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
6965
6966         * lyx_gui.C: check xforms version correctly
6967
6968 2002-04-30  Herbert Voss  <voss@lyx.org>
6969
6970         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
6971         "keep" option
6972
6973 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
6974
6975         * lyxvc.C: fix bug 416 (make sure buffer is saved before
6976           attempt to register it with a VCS)
6977
6978 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6979
6980         * lyx_main.C (init): honor variables LYX_DIR_13x and
6981         LYX_USERDIR_13x
6982
6983 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6984
6985         * buffer.h:
6986         * buffer.C:
6987         * lyx_main.C: fix a crash on bad command line,
6988           and give a useful exit status on error
6989
6990         * lyxfunc.C (doImport): allow -i lyx to work
6991
6992 2002-03-30  André Pönitz <poenitz@gmx.net>
6993
6994         * lyxfunc.C: mathed font changes
6995
6996 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6997
6998         * LaTeX.C:
6999         * importer.h:
7000         * importer.C:
7001         * lyx_sty.h:
7002         * lyx_sty.C:
7003         * lyxlex.C:
7004         * lyxrow.h:
7005         * lyxtext.h:
7006         * paragraph.h:
7007         * paragraph.C:
7008         * texrow.h:
7009         * texrow.C:
7010         * text.C:
7011         * trans_mgr.h: srcdocs, and some minor cleanups
7012
7013 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7014
7015         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7016         call getFont all the time)
7017
7018 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7019
7020         * switch from SigC signals to boost::signals
7021
7022 2002-05-29  André Pönitz <poenitz@gmx.net>
7023
7024         * paragraph_pimpl.C (getChar): don't call size() too often...
7025
7026 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7027
7028         * paragraph_pimpl.C (insertChar): do not try to update tables when
7029         appending (pos == size())
7030
7031         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7032         in order to reduce drastically the number of comparisons needed to
7033         parse a large document
7034
7035 2002-05-29  André Pönitz <poenitz@gmx.net>
7036
7037         * text.C:
7038         * text2.C:
7039         * lyxtextclass.C:
7040         * sp_pspell.h:
7041         * textclasslist.[Ch]:
7042         * sp_ispell.h: whitespace change
7043
7044 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7045
7046         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7047         lyxaction directly now.
7048
7049 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7050
7051         * trans.C:
7052         * lyxfont.C:
7053         * lyxvc.C: remove unused headers
7054
7055 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7056
7057         * Makefile.am:
7058         * buffer.h:
7059         * undostack.h:
7060         * undostack.C:
7061         * undo_funcs.h:
7062         * undo_funcs.C: some cleanups. Use shared_ptr
7063           and a template for the undo stacks.
7064
7065 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7066
7067         * BufferView_pimpl.h:
7068         * BufferView_pimpl.C:
7069         * kbmap.h:
7070         * kbmap.C:
7071         * kbsequence.h:
7072         * kbsequence.C:
7073         * lyxfunc.h:
7074         * lyxfunc.C:
7075         * text2.C: use key_state/mouse_state
7076
7077 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7078
7079         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7080         and LSubstring
7081
7082         * chset.C: change include order
7083         (loadFile): use boost regex and get rid of LRegex and LSubstring
7084
7085         * Makefile.am (BOOST_LIBS): new variable
7086         (lyx_LDADD): use it
7087
7088         * LaTeX.C: change include order.
7089         (scanAuxFile): use boost regex and get rid of LRegex and
7090         LSubstring
7091         (deplog): ditto
7092
7093 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7094
7095         * ColorHandler.h:
7096         * ColorHandler.C:
7097         * FontInfo.h:
7098         * FontInfo.C: moved to frontends/xforms/
7099
7100         * FontLoader.h:
7101         * FontLoader.C: moved into frontends for GUIIzation
7102
7103         * Makefile.am:
7104         * lyx_gui.C:
7105         * lyxfont.C:
7106         * lyxfunc.C: changes from above
7107
7108 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7109
7110         * LColor.C: remove spurious X include
7111
7112         * BufferView_pimpl.C:
7113         * Makefile.am:
7114         * font.h:
7115         * font.C:
7116         * text.C:
7117         * text2.C: move font metrics to frontends/
7118
7119 2002-05-24  Juergen Vigna  <jug@sad.it>
7120
7121         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7122         setting the undo_cursor.
7123
7124         * ParagraphParameters.h: include local includes first.
7125
7126 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7127
7128         * BufferView_pimpl.C:
7129         * BufferView_pimpl.h:
7130         * Makefile.am:
7131         * WorkArea.h:
7132         * WorkArea.C:
7133         * screen.C: move WorkArea into frontends/
7134
7135         * lyxscreen.h:
7136         * screen.C:
7137         * text.C:
7138         * BufferView.C:
7139         * BufferView2.C: move LyXScreen into frontends/
7140
7141         * lyxlookup.h:
7142         * lyxlookup.C:
7143         * lyx_gui.C: move lyxlookup into frontends/xforms/
7144
7145 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7146
7147         * BufferView2.C:
7148         * BufferView_pimpl.C:
7149         * FontLoader.C:
7150         * LyXView.h:
7151         * LyXView.C:
7152         * Makefile.am:
7153         * WorkArea.C:
7154         * XFormsView.h:
7155         * XFormsView.C:
7156         * buffer.C:
7157         * bufferlist.C:
7158         * bufferview_funcs.C:
7159         * converter.C:
7160         * importer.C:
7161         * lyx_cb.C:
7162         * lyx_gui.C:
7163         * lyx_main.C:
7164         * lyx_find.C:
7165         * lyxfunc.C:
7166         * lyxvc.C:
7167         * minibuffer.C:
7168         * text.C:
7169         * text2.C:
7170         * trans.C:
7171         * vc-backend.C: move LyX/XFormsView into frontends/
7172
7173 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7174
7175         * Makefile.am:
7176         * PainterBase.C:
7177         * PainterBase.h:
7178         * Painter.C:
7179         * Painter.h:
7180         * WorkArea.C:
7181         * WorkArea.h:
7182         * screen.C:
7183         * tabular.C:
7184         * text.C:
7185         * text2.C: move Painter to frontends/
7186
7187 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7188
7189         * buffer.C: comment out some some code that depend upon lyx_format
7190         < 220
7191
7192         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7193         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7194
7195         * buffer.h (NO_COMPABILITY): turn off compability
7196
7197         * ColorHandler.C: include scoped_array.hpp
7198
7199         * font.C: Use more specific smart_ptr header.
7200         * Painter.C: ditto
7201         * gettext.C: ditto
7202         * ShareContainer.h: ditto
7203         * lyx_main.h: ditto
7204         * kbmap.h: ditto
7205         * FontInfo.h: ditto
7206         * BufferView_pimpl.h: ditto
7207         * ColorHandler.h: ditto
7208
7209         * kbmap.C (defkey): change call to shared_ptr::reset
7210
7211 2002-05-21  Juergen Vigna  <jug@sad.it>
7212
7213         * buffer.C (insertErtContents): fix to insert ert asis if it is
7214         non empty. Skip it completely if it contains only whitespaces.
7215
7216 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7217
7218         * BufferView_pimpl.C:
7219         * BufferView2.C: clear selection on paste (bug 393)
7220
7221 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7222
7223         * DepTable.C: include ctime
7224
7225 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7226
7227         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7228
7229 2002-05-14  Juergen Vigna  <jug@sad.it>
7230
7231         * text.C (breakParagraph): fixed function to honor the keepempty
7232         layout in the right maner and also to permit the right breaking
7233         algorithm on empty or non empyt keepempty paragraphs.
7234
7235         * paragraph.C (breakParagraph): we have to check also if the par
7236         is really empty (!size()) for isempty otherwise we do the wrong
7237         paragraph break.
7238
7239 2002-05-10  Juergen Vigna  <jug@sad.it>
7240
7241         * buffer.[Ch] : The following are only changes to the ert
7242         compatibility read reading old LaTeX layout and font stuff and
7243         convert it to ERTInsets.
7244
7245         * buffer.h: added isErtInset().
7246
7247         * buffer.C (struct ErtComp): add a fromlayout bool to check
7248         if we're inside a LaTeX layout.
7249         (isErtInset): new helper function.
7250         (insertErtContents): look for other ert insets before this one
7251         and insert the contents there, so that we don't have subsequent
7252         ERT insets with nothing between them. This way we create only one
7253         inset with multiple paragraphs. Also check if we don't insert only
7254         spaces ' ' as they are ignored anyway afterwards in the .tex file
7255         so if we have only spaces we will ignore this latex part in the
7256         new file.
7257         (parseSingleLyXformat2Token \\layout): better compatibility when
7258         reading layout-latex stuff.
7259         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7260         language tag.
7261         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7262         stuff after reading the inset only get the information back from
7263         the stack.
7264
7265 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7266
7267         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7268
7269         * LaTeXFeatures.C (getBabelOptions): New method.
7270
7271 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7272
7273         * BufferView_pimpl.C (Dispatch): work around missing argument for
7274         'layout'
7275
7276 2002-05-08  Juergen Vigna  <jug@sad.it>
7277
7278         * text.C (leftMargin): handle paragraph leftindent.
7279
7280         * paragraph.C (writeFile): write the new \\leftindent tag.
7281         (validate): handle leftindent code.
7282         (TeXEnvironment): handle paragraphleftindent code again.
7283
7284         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7285
7286         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7287         for paragrap_extra indent code and new token \\leftindent.
7288         (latexParagraphs): handle the leftindent as environment.
7289
7290         * ParameterStruct.h: added leftindent support.
7291
7292         * ParagraphParameters.C (leftIndent): added support functions for
7293         the paragraph left indent.
7294
7295         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7296         more appropriate.
7297
7298 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7299
7300         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7301         inside insetERT.
7302
7303         * text.C (computeBidiTables): No bidi in insetERT.
7304
7305         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7306         in RTL documents.
7307
7308 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7309
7310         * version.C.in: pre 5
7311
7312 2002-05-02  José Matos  <jamatos@fep.up.pt>
7313         * buffer.C (makeDocBookFile): white space changes, add newline to
7314         command styles.
7315         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7316
7317         * tabular.C (docBook): fix typo.
7318
7319 2002-05-03  Juergen Vigna  <jug@sad.it>
7320
7321         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7322         change in LyXText as we can not be sure it was not freed.
7323         (drawOneRow): remove unused code.
7324
7325         * text.C (drawInset): redo the calculation of the need_break_row as
7326         it could have a row which was already freed.
7327         (draw): look at the return value of drawInset and return false if
7328         it also returned false.
7329         (paintRowText): look at the return value of draw and return false if
7330         it also returned false.
7331
7332         * lyxtext.h: added bool return type to drawInset() and draw() so that
7333         if we have a change in the row so that the rowbreak has to be redone
7334         we abort drawing as it will be called again.
7335
7336 2002-05-02  Juergen Vigna  <jug@sad.it>
7337
7338         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7339         a change in the maintext also if we're inside an inset.
7340         (Dispatch): set the cursor again after a break line and after the
7341         screen has been updated as it could be we're in a different row.
7342
7343         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7344         to set the cursor behind the pargraph with > size().
7345         (setCursor): check also for the same paragraph when checking where
7346         to put the cursor if we have a NFR inset.
7347
7348         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7349         parts of layout read further up as it still was in the wrong
7350         position.
7351
7352 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7353
7354         * screen.C (drawFromTo): change sine fullRebreak always return
7355         true.
7356
7357         * buffer.C (parseSingleLyXformat2Token): reindent some
7358
7359         * BufferView_pimpl.C (update): change since fullRebreak always
7360         return true.
7361         (Dispatch): git rid of the last hardcoded "Standard"s.
7362
7363 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7364
7365         * text2.[Ch] (fullRebreak): make it return void now that we always
7366         returned true.
7367
7368 2002-04-30  Juergen Vigna  <jug@sad.it>
7369
7370         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7371         ert compatibility check for "latex" layout.
7372
7373 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7374
7375         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7376         minipages: use col% instead of p%, and also use the current font.
7377         (makeLaTeXFile): Fix use babel condition.
7378         (parseSingleLyXformat2Token): Correct font when reading old floats.
7379
7380 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7381
7382         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7383         inserting list of floats.
7384
7385 2002-04-25  Herbert Voss  <voss@lyx.org>
7386
7387         * MenuBackend.C (expand): don't add the graphics extensions to the
7388         export menu
7389
7390 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7391
7392         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7393         non-existing layout, do not complain if it was the default layout
7394         of the original class (bug #342)
7395
7396 2002-04-24  Juergen Vigna  <jug@sad.it>
7397
7398         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7399         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7400
7401 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7402
7403         * buffer.C (getBibkeyList): If using \bibliography, return the
7404         option field with the reference itself. Enables us to provide natbib
7405         support when using \bibliography.
7406
7407 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7408
7409         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7410
7411         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7412         natbib is provided by the LaTeX class.
7413
7414 2002-04-23  Juergen Vigna  <jug@sad.it>
7415
7416         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7417         Wakeup functions.
7418
7419         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7420
7421 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7422
7423         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7424
7425         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7426         ensuremath around textordmasculine, textordfeminine and
7427         textdegree.
7428
7429 2002-04-19  Juergen Vigna  <jug@sad.it>
7430
7431         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7432         reinitializing the buffer otherwise row-dimensions may be wrong.
7433         (update): reset also the selection cursors if they do exits otherwise
7434         their x/y positions may be wrong.
7435
7436         * text2.C (cursorDown): don't enter the inset if we came from a row
7437         above and are one row over the inset.
7438
7439         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7440         really leaving an inset.
7441
7442 2002-04-18  Juergen Vigna  <jug@sad.it>
7443
7444         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7445         of the selected paragraph does not have the selected layout also if
7446         the last one had!
7447
7448         * text2.C (setLayout): fixed bug which did not change last selected
7449         paragraph.
7450
7451         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7452         changed the read and substituted \\end_float with \\end_inset!
7453
7454         * BufferView_pimpl.C (cursorPrevious):
7455         (cursorNext): fixed to make it work with rows heigher than the work
7456         area without moving the cursor only the draw of the row.
7457         (workAreaMotionNotify): fix jumping over high rows.
7458
7459 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7460
7461         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7462         Ressler.
7463
7464 2002-04-16  Juergen Vigna  <jug@sad.it>
7465
7466         * text2.C (setCursor): set also the irow().
7467         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7468         (cursorUp):
7469         (cursorDown): support for locking an inset if the x_fix value goes
7470         inside it. That way I can transverse insets too with cursor up/down.
7471
7472         * lyxrow.h: added irow helper function same as other (i) functions.
7473
7474         * BufferView_pimpl.C (cursorPrevious):
7475         (cursorNext): fixed for insets!
7476
7477 2002-04-15  Juergen Vigna  <jug@sad.it>
7478
7479         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7480         position otherwise it is wrong in some cases.
7481
7482         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7483         inside the inset before the call.
7484
7485 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7486
7487         * buffer.[Ch] (getBibkeyList): make it const.
7488
7489 2002-04-12  Juergen Vigna  <jug@sad.it>
7490
7491         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7492
7493         * text2.C (getCursorX): new helper function
7494         (setCursor): compute also ix_
7495         (setCursorFromCoordinates): set also ix.
7496
7497         * lyxcursor.h: added ix_ and helper functions.
7498
7499         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7500
7501         * buffer.C (insertStringAsLines): dont break paragraph if the this
7502         paragraph is inside an inset which does not permit it!
7503
7504         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7505         also with no chars on this paragraph.
7506         (paintRowText): only paint stuff if it's inside the workarea!
7507
7508         * paragraph.C (breakParagraph): honor keepempty flag and break the
7509         paragraph always below not above.
7510
7511         * BufferView2.C (unlockInset): update the paragraph layout on inset
7512         unlock as we changed paragraph in such a case.
7513
7514         * lyxfind.C (LyXFind): clear the former selection if not found!
7515
7516         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7517         again called in insertChar().
7518
7519         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7520         an inset which uses the whole row!
7521         (rightMargin): ditto.
7522         (insertChar): force a rebreak if we inserted an inset!
7523
7524 2002-03-28  Herbert Voss  <voss@lyx.org>
7525
7526         * lyxlength.[Ch]: add inBP() to get the right PS-point
7527         units (BigPoint). With inPixels we have rounding errors
7528
7529 2002-04-11  Juergen Vigna  <jug@sad.it>
7530
7531         * text2.C (setCursorFromCoordinates): set iy to the right value.
7532         (setCursor): add check if row->previous exists!
7533
7534         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7535         an old float_type as this was the case in the old code!
7536
7537         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7538
7539         * BufferView2.C (showLockedInsetCursor): use iy
7540         (fitLockedInsetCursor): ditto
7541
7542         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7543         locked insets as there we have the right value now.
7544
7545         * lyxcursor.C: added iy_ variable and iy functions to set to the
7546         baseline of cursor-y of the locked inset.
7547
7548         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7549         (setCursor): fixed for insets which need a full row.
7550
7551         * text.C (rowLastPrintable): don't ignore the last space when before
7552         an inset which needs a full row.
7553         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7554         as last character of a row when before a inset which needs a full row.
7555
7556 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7557
7558         * version.C.in: update date
7559
7560         * text2.C (fullRebreak): try to always return true and see what
7561         happens...
7562
7563 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7564
7565         * MenuBackend.C (expand): use Floating::listName
7566
7567         * FloatList.C (FloatList): add listName argument to the built-in
7568         floats
7569
7570         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7571         text associated with the float.
7572
7573 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7574
7575         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7576
7577 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7578
7579         * ShareContainer.h: add a couple of missing typenames.
7580
7581 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7582
7583         * lyxrc.C (getDescription): use _() correctly rather than N_().
7584
7585 2002-03-28  Herbert Voss  <voss@lyx.org>
7586
7587         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7588         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7589
7590 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7591
7592         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7593         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7594
7595 2002-03-29  Juergen Vigna  <jug@sad.it>
7596
7597         * lyxfunc.C (dispatch): add a missing fitCursor call.
7598
7599         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7600         it was scrolled by a cursor move, so return the bool status.
7601
7602         * BufferView.C (fitCursor): return the bool flag also to the outside
7603         world as this is needed.
7604
7605         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7606
7607         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7608         call the edit() as it is not needed (and wrong) IMO.
7609         (workAreaButtonPress): set the screen_first variable before evt.
7610         unlock the inset as this may change screen_first and then we have
7611         a wrong y position for the click!
7612
7613 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7614
7615         * MenuBackend.C (expand): another translation that I missed
7616
7617 2002-03-28  Juergen Vigna  <jug@sad.it>
7618
7619         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7620
7621         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7622
7623 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7624
7625         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7626
7627         * MenuBackend.C (expand): fix export/view/update when there is no
7628         document open.
7629
7630 2002-03-27  Herbert Voss  <voss@lyx.org>
7631
7632         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7633         and text%
7634
7635 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7636
7637         * bufferview_funcs.C (currentState): only show paragraph number
7638         for is DEVEL_VERSION is set.
7639
7640         * lyxfunc.C (dispatch): put warning in INFO channel
7641
7642         * MenuBackend.C (expand): translate the name of floats
7643
7644         * FloatList.C (FloatList): mark the float names for translation
7645
7646         * converter.C (convert): use LibScriptSearch
7647
7648 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7649
7650         * MenuBackend.C (defaults): fix default menu (we might as well get
7651         rid of it...)
7652
7653 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7654
7655         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7656         directory.
7657
7658 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7659
7660         * lyxvc.C: reorder includes.
7661
7662 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7663
7664         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7665           properly
7666
7667 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7668
7669         * CutAndPaste.C: change layouts earlier on paste
7670           to avoid crashing when calling getFont()
7671
7672 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7673
7674         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7675         irritating #error.
7676
7677 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7678
7679         * WorkArea.C: remove 'Pending' debug message.
7680
7681         * most files: ws cleanup
7682
7683         * buffer.[Ch]: ws changes
7684
7685         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7686
7687 2002-03-21  Juergen Vigna  <jug@sad.it>
7688
7689         * tabular.C (SetMultiColumn): collapse also the contents of the
7690         cells and set the last border right. Added a Buffer const * param.
7691
7692 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7693
7694         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7695         linking or not.
7696
7697 2002-03-19  Juergen Vigna  <jug@sad.it>
7698
7699         * text2.C (clearSelection): reset also xsel_cache.
7700
7701         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7702         where it needs to be called (John tells us to do so too :)
7703         (selectionLost): reset sel_cache.
7704
7705         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7706
7707 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7708
7709         * text2.C (setCursorIntern): put debuging code in INSETS channel
7710
7711 2002-03-19  André Pönitz <poenitz@gmx.net>
7712
7713         * lyxfunc.C: tiny whitespace change
7714
7715 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7716
7717         * ToolbarDefaults.C (init):
7718         * LyXAction.C (init):
7719         * commandtags.h:
7720         * BufferView_pimpl.C (Dispatch):
7721         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7722
7723 2002-03-19  Allan Rae  <rae@lyx.org>
7724
7725         * exporter.C (Export): removeAutoInsets before doing anything else.
7726         While I've just introduced a dependency on BufferView this really is
7727         the best place to clean the buffer otherwise you need to cleanup in
7728         a dozen places before calling export or cleanup in a dozen functions
7729         that export calls.
7730
7731         * converter.C (runLaTeX):
7732         (scanLog): Better handling of removeAutoInsets and screen updates.
7733
7734         * lyxfunc.C (dispatch): small whitespace changes
7735
7736 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7737
7738         * WorkArea.C (C_WorkAreaEvent): return a value.
7739         (event_cb): return 1 if we handled the event, 0 otherwise.
7740
7741         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7742
7743 2002-03-18  Juergen Vigna  <jug@sad.it>
7744
7745         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7746         (GetAdditionalWidth): ditto.
7747         (RightLine): ditto.
7748         (LeftLine): ditto.
7749
7750         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7751         inset if we're there actually (probably not used right now but this
7752         is the direction to go for unifying code).
7753         (paste): disable code to clear the selection.
7754
7755         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7756         inside an InsetText and move the check further up as it is in the
7757         wrong place.
7758
7759         * text2.C (pasteSelection): set a selection over the pasted text.
7760
7761 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7762
7763         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7764         and libgraphics to build on Cygwin.
7765
7766 2002-03-15  Juergen Vigna  <jug@sad.it>
7767
7768         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7769         inserting an Inset into the paragraph. I know this is not the best
7770         fix but we already use current_view in CutAndPaste so we will remove
7771         all of it's using at the same time.
7772
7773         * buffer.C (sgmlError): deactivated function till it is rewritten in
7774         the right mode, now it can create problems.
7775
7776         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7777         before accessing it.
7778
7779 2002-03-14  Juergen Vigna  <jug@sad.it>
7780
7781         * undo_funcs.C (textHandleUndo): do the right thing when updating
7782         the inset after the undo/redo.
7783
7784         * text2.C (setCursor): just some testcode for #44 not ready yet.
7785
7786         * undo_funcs.C (textHandleUndo): set the next() and previous()
7787         pointers of the paragraph to 0 before deleting otherwise we have
7788         problems with the Paragraph::[destructor].
7789
7790         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7791         on a paragraph insertion.
7792
7793 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7794
7795         * buffer.C (asciiParagraph): use += operator for char append to
7796         string.
7797
7798         * paragraph.C (getFontSettings): compare >= not just >
7799         (highestFontInRange): ditto
7800         (setFont): ditto
7801
7802 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7803
7804         * paragraph.C: change several algorithm to be more appripriate for
7805         the problem domain. This is lookip in FontList and in the InsetList.
7806
7807 2002-03-13  André Pönitz <poenitz@gmx.net>
7808
7809         * commandtags.h:
7810         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7811
7812 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7813
7814         * commandtags.h:
7815         * LyXAction.C:
7816         * lyxfunc.C:
7817         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
7818
7819 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7820
7821         * Painter.C (display): anon helper function, adjust code for this
7822         change.
7823         (pixmap): remove function.
7824
7825         * Painter.h: remove private display variable.
7826
7827         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
7828
7829 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
7830
7831         * WorkArea.[Ch]: remove figinset_canvas cruft.
7832
7833 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7834
7835         * lyxtextclass.C (operator): add one item cache optimization.
7836
7837         * bufferlist.h: doxy changes
7838
7839         * bufferlist.C: ws changes
7840
7841         * DepTable.[Ch] (ext_exist): place const in the right spot.
7842
7843         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
7844         call resizeInsets.
7845         (workAreaExpose): call resizeInsets when the with BufferView changes.
7846         (Dispatch): adjust for protectedBlank removal
7847         (specialChar): call updateInset if the insert went ok.
7848
7849         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
7850         specialChar instead.
7851
7852         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
7853
7854         * BufferView.h: doxy change
7855
7856         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
7857
7858         * lyxtextclass.C (operator[]): remove non-const version
7859         (defaultLayout): remove non-const version
7860
7861 2002-03-12  Juergen Vigna  <jug@sad.it>
7862
7863         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
7864         did resize the LyXText too.
7865
7866         * buffer.C (readLyXformat2): set layout information on newly allocated
7867         paragraphs.
7868
7869         * tabular.C (OldFormatRead): set layout information on the paragraph.
7870
7871 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7872
7873         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
7874
7875 2002-03-11  Juergen Vigna  <jug@sad.it>
7876
7877         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
7878         plainly wrong.
7879         (resizeCurrentBuffer): force also the insets to resize themselfes.
7880         (moveCursorUpdate): fixed up for InsetText.
7881
7882 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
7883
7884         * commandtags.h:
7885         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
7886         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
7887         value of Dialogs::tooltipsEnabled().
7888         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
7889
7890 2002-03-08  Juergen Vigna  <jug@sad.it>
7891
7892         * BufferView_pimpl.C (updateInset): update inset inside inset also
7893         if it isn't inside theLockingInset().
7894
7895 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7896
7897         * buffer.C (asciiParagraph): redo some of the word and line length
7898         handling.
7899         (getLists): look for Caption instead of caption.
7900
7901 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7902
7903         * buffer.C (Buffer): initialize niceFile to true
7904         (makeLaTeXFile):
7905         (makeLinuxDocFile):
7906         (makeDocBookFile): make sure niceFile is true on exit
7907
7908 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7909
7910         * buffer.C (makeLaTeXFile): escape ~ in \input@path
7911
7912 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
7913
7914         * LyXSendto.C: remove.
7915         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
7916         * lyx_gui.C: remove now-redundant comment.
7917         * ColorHandler.h: remove forward declaration of class WorkArea.
7918         * lyxfunc.C: remove #include "WorkArea.h".
7919
7920 2002-03-07  Juergen Vigna  <jug@sad.it>
7921
7922         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
7923         got moved away with the DEPM and also set the inset_owner always
7924         right which before could have been omitted.
7925
7926 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7927
7928         * buffer.C (parseSingleLyXformat2Token): use default layout is the
7929         wanted layout is not found.
7930
7931 2002-03-07  Juergen Vigna  <jug@sad.it>
7932
7933         * CutAndPaste.C (cutSelection): another layout settings forgotten.
7934
7935 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7936
7937         * paragraph.C (breakParagraph): use default layout not layout of
7938         prev paragraph.
7939         (Paragraph): clear ParagraphParameters.
7940
7941 2002-03-06  Juergen Vigna  <jug@sad.it>
7942
7943         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
7944         otherwise it would not be a valid lenght. Fixed a special case in
7945         the minipage compatibility read where we end the document with a
7946         minipage.
7947
7948         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
7949         was set as it could be 0 for InsetTexts first entry.
7950
7951 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7952
7953         * paragraph.C (writeFile): if layout is empty write out
7954         defaultLayoutName().
7955
7956         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
7957         file without named layout we set layout to defaultLayoutName().
7958
7959 2002-03-06  Juergen Vigna  <jug@sad.it>
7960
7961         * CutAndPaste.C (copySelection): set layout for new paragraph.
7962
7963         * text.C (prepareToPrint): leave ERT inset left aligned
7964         (leftMargin): don't indent paragraphs inside ERT insets
7965
7966 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7967
7968         * paragraph.C (breakParagraph): dont call clear do the work manually
7969
7970         * paragraph.[Ch] (clear): remove function
7971
7972 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7973
7974         * paragraph.C (Paragraph): dont call clear, the work has already
7975         been done.
7976
7977         * lyxtextclass.C (operator): assert if n is empty
7978
7979         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
7980         work manually instead.
7981
7982 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7983
7984         * BufferView_pimpl.C: protect selectionLost against text == 0
7985
7986 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7987
7988         * text.C (breakParagraph): fix a setting layout to '0' problem.
7989
7990 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7991
7992         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
7993         final location of file, for the included files, and graphics.
7994
7995 2002-03-05  Juergen Vigna  <jug@sad.it>
7996
7997         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
7998
7999 2002-03-04  Juergen Vigna  <jug@sad.it>
8000
8001         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8002
8003         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8004         last column of multicolumn cells.
8005         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8006
8007 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8008
8009         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8010         file if it doesn't go to a temporary file.
8011
8012         * buffer.C (sgmlOpenTag):
8013         (sgmlCloseTag):  remove extra newline insertion.
8014
8015 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8016
8017         * text.C (getRowNearY): comment out debug msg
8018
8019 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8020
8021         * text2.C: first -> first_y
8022
8023         * text.C (getRowNearY): add some attemts at a possible
8024         optimization, not working.
8025
8026         * tabular.[Ch]: add BufferParams to several function so that newly
8027         created paragraph can be initialized to he default layotu for the
8028         buffers textclass.
8029
8030         * tabular-old.C (ReadOld): add buf->params to call of Init
8031
8032         * screen.C: rename text->first to text->first_y
8033
8034         * paragraph.C (breakParagraph): always set layout in the broken
8035         paragraph
8036
8037         * lyxtextclass.C (Read): remove lowercase
8038         (hasLayout): ditto
8039         (operator): ditto
8040         (delete_layout): ditto
8041
8042         * lyxtext.h: rename first -> first_y
8043
8044         * lyxlayout.C (Read): remove lowercase
8045         (name): ditto
8046         (setName): ditto
8047         (obsoleted_by): ditto
8048
8049         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8050
8051         * buffer.C (insertErtContents): add params are to InsetERT
8052         (parseSingleLyXformat2Token): add code to check if a paragraphs
8053         layout really exist.
8054         (parseSingleLyXformat2Token): add params to several inset
8055         constructors
8056         (asciiParagraph): remove lowercase, do the layout comparisons with
8057         no_case
8058
8059         * BufferView_pimpl.C (cursorNext): first -> first_y
8060         (resizeCurrentBuffer): first -> first_y
8061         (updateScrollbar): first -> first_y
8062         (scrollCB): first -> first_y
8063         (workAreaMotionNotify): first -> first_y
8064         (workAreaButtonPress): first -> first_y
8065         (checkInsetHit): first -> first_y
8066         (cursorPrevious): first -> first_y
8067         (cursorNext): first -> first_y
8068         (Dispatch): add buffer_->params to severl inset contructors
8069
8070 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8071
8072         * lyxlayout.C (Read): remove some debug info that I forgot.
8073
8074         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8075         clean up the code slightly.
8076         (makeLinuxDocFile): ditto
8077         (makeDocBookFile): ditto
8078
8079         * text2.C: layout as string
8080
8081         * text.C: layout as string
8082
8083         * paragraph_pimpl.C: layout as string
8084
8085         * paragraph.[Ch]: layout as string
8086
8087         * lyxtextclasslist.[Ch]: layout as string
8088
8089         * lyxtextclass.[Ch]: layout as string
8090
8091         * lyxtext.h: layout as string
8092
8093         * lyxlayout.[Ch]: layout as string
8094
8095         * lyx_cb.C: layout as string
8096
8097         * bufferview_funcs.C: layout as string
8098
8099         * bufferparams.C: layout as string
8100
8101         * buffer.C: layout as string
8102
8103         * LyXView.[Ch]: layout as string
8104
8105         * LaTeXFeatures.[Ch]: layout as string
8106
8107         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8108
8109         * BufferView_pimpl.C: change current_layout to string, remove
8110         lyx::layout_type.
8111         (Dispatch):
8112         (smartQuote):
8113         (insertInset):
8114         (workAreaButtonRelease): layout as string
8115
8116         * BufferView2.C (unlockInset): adjust
8117
8118         * vspace.C (asLatexCommand): use an explict temp variable.
8119
8120 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8121
8122         * Makefile.am: use FRONTEND_*
8123
8124 2002-03-01  Juergen Vigna  <jug@sad.it>
8125
8126         * tabular.C (SetWidthOfMulticolCell): changed to something better
8127         I hope but still work in progress.
8128         (recalculateMulticolumnsOfColumn): renamed function from
8129         recalculateMulticolCells as it is more appropriate now.
8130         (SetWidthOfCell): calculate multicols better.
8131
8132 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8133
8134         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8135
8136         * lyxfunc.C (processKeySym): print sequence also if it is
8137         `deleted' (complete)
8138
8139         * kbsequence.C (print): print sequence even if it is deleted
8140         (complete would be a better word, actually).
8141
8142         * lyxfunc.C (dispatch): print complete options after a prefix key
8143
8144         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8145
8146 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8147
8148         * text2.C (setCharFont): eliminate setCharFont code duplication.
8149
8150 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8151
8152         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8153         LFUN_TABULAR_FEATURE (bug #177)
8154
8155 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8156
8157         * Makefile.am: remove figure.h
8158
8159 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8160
8161         * Bufferview_pimpl.C:
8162         * CutAndPasteC:
8163         * LaTeX.C:
8164         * LyXSendto.C:
8165         * buffer.C:
8166         * bufferlist.C:
8167         * converter.C:
8168         * language.C:
8169         * lyxfunc.C:
8170         * lyxvc.C:
8171         * paragraph.C:
8172         * text.C:
8173         * text2.C: remove #include "lyx_gui_misc.h".
8174
8175         * LaTeX.C: added #include <cstdio>
8176
8177 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8178
8179         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8180         that the paragraph following this one can have.
8181
8182         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8183
8184         * vspace.C (asLatexCommand): fix bogus gcc warning
8185
8186         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8187
8188 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8189
8190         * text2.C (setLayout): get rid of redundant code
8191
8192 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8193
8194         * text2.C (incDepth): make sure depth cannot be increased beyond
8195         reasonable values.
8196
8197 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8198
8199         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8200         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8201
8202         * PainterBase.h (image):
8203         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8204         a LyXImage const *.
8205
8206 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8207
8208         * BufferView.C:
8209         * BufferView.h:
8210         * BufferView_pimpl.C:
8211         * BufferView_pimpl.h:
8212         * LaTeXFeatures.C:
8213         * LyXAction.C:
8214         * LyXView.C:
8215         * Makefile.am:
8216         * UpdateList.h:
8217         * UpdateList.C:
8218         * buffer.C:
8219         * figure.h:
8220         * figureForm.C:
8221         * figureForm.h:
8222         * figure_form.C:
8223         * figure_form.h:
8224         * lyx_cb.C:
8225         * lyx_gui.C:
8226         * lyx_gui_misc.C:
8227         * lyxfunc.C:
8228         * sp_base.h:
8229         * sp_ispell.h:
8230         * sp_pspell.h:
8231         * sp_spell.C: remove fig inset, and the crap house of
8232           cards that follows it
8233
8234 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8235
8236         * Makefile.am:
8237         * lyxserver.C:
8238         * os2_defines.h:
8239         * os2_errortable.h:
8240         * nt_defines.h: move .h into support/
8241
8242         * vms_defines.h: remove
8243
8244         * WorkArea.C: add space in debug output
8245
8246         * text2.C:
8247         * paragraph.C:
8248         * buffer.C: add WITH_WARNINGS
8249
8250         * vc-backend.h:
8251         * vc-backend.C:
8252         * bufferlist.C: s/retrive/retrieve/, add docs
8253
8254         * vspace.h:
8255         * vspace.C:
8256         * kbmap.h:
8257         * lyxlength.h:
8258         * lyxgluelength.h:
8259         * length_common.h:
8260         * chset.h:
8261         * chset.C: add docs
8262
8263         * lyxgui.C: add ID to X error handler
8264
8265         * lyxtestclass.c: fix typo
8266
8267 2002-02-26  Juergen Vigna  <jug@sad.it>
8268
8269         * tabular_funcs.C (write_attribute): changed so that some default
8270         attributes are not written at all.
8271         (getTokenValue): set default values before trying to read the
8272         value so we have the return value always set as default if we don't
8273         find the token we search for.
8274
8275         * tabular.C (Write): write bools as bools not as strings!
8276
8277 2002-02-22  Juergen Vigna  <jug@sad.it>
8278
8279         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8280         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8281
8282         * text.C (leftMargin): don't add an indent for paragraphs inside
8283         tabular cells (fix #208).
8284
8285 2002-02-21  José Matos  <jamatos@fep.up.pt>
8286
8287         * tabular.C (docBook): fixed support for long tables.
8288
8289 2002-02-20  Juergen Vigna  <jug@sad.it>
8290
8291         * text2.C (getFont): get the drawing font of the Inset if this
8292         paragraph is inside an inset (only important for InsetERT for now).
8293
8294         * buffer.C (insertErtContents): use new lanugage params in ERT
8295         constructor.
8296
8297         * CutAndPaste.C: commenting out seemingly uneeded code.
8298
8299 2002-02-19  Allan Rae  <rae@lyx.org>
8300
8301         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8302         Iterators might be simple to use but they also get invalidated.
8303         (removeAutoInsets): renamed saved cursor tracking variables and added
8304         some comments to clarify what everything does.
8305
8306 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8307
8308         * Chktex.C:
8309         * LaTeX.C:
8310         * LyXSendto.C:
8311         * converter.C:
8312         * lyx_cb.C:
8313         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8314         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8315
8316         * lyxfunc.C:
8317         * vc-backend.h: remove #include "support/syscall.h"
8318
8319         * LaTeX.C:
8320         * LyXSendto.C:
8321         * converter.C: rearrange #includes in Lars' approved fashion.
8322
8323         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8324         forward declare class Timeout in the header file.
8325
8326         * XFormsView.C: changes due to the above.
8327
8328         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8329         similar to LyXView.
8330
8331         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8332         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8333
8334 2002-02-18  José Matos  <jamatos@fep.up.pt>
8335
8336         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8337         insets contents.
8338
8339 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8340
8341         * a lot of small ws changes
8342         * add a lot of using std::XXX
8343         * use std construcs some places where approp.
8344         * use some exisint stuff from lyxfunctional where approp.
8345         * Make file changes to use partial linking (lets test this now...)
8346
8347 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8348
8349         * Chktex.C:
8350         * buffer.C:
8351         remove #include "support/syscontr.h" as it's redundant. Always has been.
8352
8353         * Chktex.C:
8354         * LaTeX.C:
8355         * LyXSendto.C:
8356         * converter.C:
8357         * lyx_cb.C:
8358         * vc-backend.C:
8359         change Systemcalls::System to Systemcalls::Wait and
8360         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8361         No change of functionality, just reflects the stripped down Systemcalls
8362         class.
8363
8364 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8365
8366         * debug.[Ch]: add a GRAPHICS type to the enum.
8367
8368 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8369
8370         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8371
8372         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8373         there is an inset.
8374
8375 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8376
8377         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8378         match the changes below.
8379
8380         * text2.C (toggleInset): if there is not editable inset at cursor
8381         position, try to see if cursor is _inside_ a collapsable inset
8382         and close it.
8383
8384 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8385
8386         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8387         document menu has a nice checkbox
8388
8389 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8390
8391         * lyxlength.C (asLatexString): change PW to output as percent of
8392         \textwidth.
8393
8394         * lengthcommon.C: change '%' to 't%'
8395
8396         * lyxfunc.C (dispatch): a few comments from Martin
8397
8398 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8399
8400         * WorkArea.h:
8401         * WorkArea.C:
8402         * BufferView_pimpl.h:
8403         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8404           the X selection.
8405
8406 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8407
8408         * vspace.C (inPixels): fix compiler warning
8409
8410 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8411
8412         * lyxfunc.C (getStatus): fix status message for disabled commands.
8413
8414 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8415
8416         * BufferView_pimpl.C: fix crash on close buffer
8417         during selection (#227)
8418
8419 2002-01-27  Herbert Voss  <voss@lyx.org>
8420
8421         * buffer.C: link old Figure to new graphic inset
8422
8423 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8424
8425         * FontLoader.C (getFontinfo): Change the latex font names in order
8426         to match the names of type1inst.
8427
8428 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8429
8430         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8431
8432         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8433         (extchanged): ditto
8434         (ext_exist): ditto
8435         (remove_files_with_extension): ditto
8436         (remove_file): ditto
8437         (write): ditto
8438
8439         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8440         document is smaller than the work area height. Do not initialize
8441         static variables to 0.
8442
8443 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8444
8445         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8446
8447         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8448         LFUN_LAYOUT_PARAGRAPHS.
8449
8450         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8451         tabular. It is possible to provide a possible cell, which will
8452         typically be the actcell from the corresponding insettabular
8453
8454         * lyxfunc.C (getStatus): small cleanup; disable
8455         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8456         true
8457
8458 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8459
8460         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8461
8462         * paragraph.C (startTeXParParams):
8463         (endTeXParParams): new methods. The LaTeX code to
8464         start/end paragraph formatting
8465         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8466         empty (fixes bug #200)
8467
8468         * vspace.C (inPixels): adapt to the change below
8469         (inPixels): [later] more cleanups (remove unused variables)
8470
8471         * lyxlength.C (inPixels): change to use a width and a height as
8472         parameter.
8473
8474 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8475
8476         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8477         Replaced with \paperwidth
8478
8479         * DepTable.C (insert): add std:: qualifier
8480
8481 2002-01-18  Allan Rae  <rae@lyx.org>
8482
8483         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8484         updated also?
8485
8486         * text.C (drawInset): Turned out I didn't know enough about how
8487         rebreaking worked.  This fixes most of the redraw problems.  I see
8488         an occasional cursor trail when a line is broken now and the cursor
8489         placement can seem out by a few pixels also after a rebreak.
8490
8491 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8492
8493         * buffer.C (parseSingleLyXformat2Token): update because minipage
8494         width is now a LyXLength
8495
8496         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8497
8498         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8499         math insets
8500
8501 2002-01-17  Juergen Vigna  <jug@sad.it>
8502
8503         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8504
8505         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8506         is set correctly and the inset is updated correctly.
8507
8508 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8509
8510         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8511         the beginning of the loop.
8512
8513 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8514
8515         * lyxrc.C: improve help for use_scalable_fonts
8516
8517 2002-01-17  Allan Rae  <rae@lyx.org>
8518
8519         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8520
8521 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8522
8523         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8524         make sure to set their inset_owner to the right value (bug #171)
8525
8526 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8527
8528         * DepTable.h
8529         * DepTable.C: Implement mtime checking to reduce time spent doing
8530         CRCs.
8531
8532 2002-01-16  Juergen Vigna  <jug@sad.it>
8533
8534         * tabular.C (GetAdditionalHeight): one of error fixed.
8535
8536         * lyxrc.C (output): small fix in writing use_pspell.
8537
8538 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8539
8540         * sp_base.h: #include LString.h
8541
8542 2002-01-16  Allan Rae  <rae@lyx.org>
8543
8544         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8545         Can someone check this please?
8546
8547         * text.C (drawInset): It was possible that p.row would be removed by
8548         breakAgainOneRow upsetting a few other settings.  There may be another
8549         small tweak possible by setting need_break_row = 0 when p.row has been
8550         removed but I don't know enough about the logic here.
8551
8552 2002-01-15  Allan Rae  <rae@lyx.org>
8553
8554         * text.C (insertChar): removed conditional truism.
8555
8556         * BufferView2.C (removeAutoInsets): More tweaks.
8557         cur_par_prev could be a stray pointer.  Check for trailing empty line
8558         in case last line was cur_par and only had an error inset on it.
8559
8560 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8561
8562         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8563         absolute
8564
8565         * vc-backend.C (most methods):
8566         * exporter.C (Export):
8567         * converter.C (convert):
8568         (runLaTeX):
8569         * LyXSendto.C (SendtoApplyCB):
8570         * lyxfunc.C (dispatch):
8571         (menuNew):
8572         (open):
8573         (doImport):
8574         * lyx_cb.C (AutoSave):
8575         (InsertAsciiFile):
8576         * BufferView_pimpl.C (MenuInsertLyXFile):
8577         * buffer.C (runChktex): use Buffer::filePath().
8578
8579         * buffer.h: rename filename to filename_; rename filepath to
8580         filepath_ and make it private
8581         (filePath): new method
8582
8583         * buffer.C (writeFile): use fileName()
8584         (getLatexName):
8585
8586         * lyx_main.C (init): fix starting  of LyX when the binary is a
8587         link from so,ewhere else.
8588
8589         * minibuffer.C: include <cctype> for isprint
8590
8591 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8592
8593         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8594         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8595         name clash with InsetCollapsable's width function.
8596
8597 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8598
8599         * lastfiles.C: include <iterator>
8600
8601 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8602
8603         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8604         std::count.
8605
8606         * buffer.C (makeLaTeXFile): ditto.
8607         Also make loop operation more transparent.
8608
8609 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8610
8611         * ToolbarDefaults.C: remove trailing comma closing namespace.
8612
8613         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8614
8615         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8616         as in WorkArea.
8617
8618         * trans.C (Load): comment out unused variable, allowed.
8619
8620 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8621
8622         * minibuffer.[Ch] (append_char): new method to recieve input from the
8623         drop-down completion browser. If a key was pressed, then recieve this
8624         char and append it to the existing string.
8625         (peek_event): modify the positioning data passed to the completion
8626         browser so that it can be placed above the minibuffer rather than below.
8627 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8628
8629         * LyXAction.C (init): alloe error-next for readonly documents.
8630
8631         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8632         count.
8633
8634 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8635
8636         * bufferlist.C (readFile): create the buffer _after_ checking that
8637         the file exists.
8638
8639         * lyxfunc.C (verboseDispatch): fix handling of arguments
8640
8641         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8642
8643         * lyxrc.C: use string::erase() instead of initializing to "".
8644
8645
8646 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8647
8648         * BufferView_pimpl.h:
8649         * BufferView_pimpl.C:
8650         * WorkArea.h:
8651         * WorkArea.C:
8652         * text2.C: tell X when we have made a selection for copying
8653
8654 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8655
8656         * BufferView_pimpl.C (MenuInsertLyXFile):
8657         * lyxfunc.C (menuNew):
8658         (open):
8659         (doImport): add shortcuts to directory buttons
8660
8661         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8662         open a float)
8663
8664         * lyxfunc.C (setStatusMessage):
8665         (getStatusMessage): new methods
8666         (getStatus):use setStatusMessage instead of setErrorMessage
8667         (dispatch): when function is disabled, set error message here
8668         [instead of in getStatus previously]
8669
8670         * BufferView_pimpl.C (workAreaButtonRelease): update
8671         toolbar/menubar here too.
8672
8673 2002-01-13  Allan Rae  <rae@lyx.org>
8674
8675         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8676         Now seems indestructible.  Remaining task is to audit all other
8677         code affected by deleteEmptyParagraphMechanism.  One small quirk
8678         left is that an empty document with an error in the preamble can
8679         be made to report an error but no error box appears.  I don't know
8680         where it goes.
8681         (removeAutoInsets): Improved comments.
8682
8683 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8684
8685         * Thesaurus.h:
8686         * Thesaurus.C: update for Aiksaurus 0.14
8687
8688 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8689
8690         * text2.C (firstParagraph): removed member function, all uses
8691         replaces with ownerParagraph
8692         (redoParagraphs): here
8693         (updateInset): here
8694         (toggleAppendix): here
8695         * BufferView2.C (insertErrors): here
8696         (setCursorFromRow): here
8697
8698 2002-01-13  Allan Rae  <rae@lyx.org>
8699
8700         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8701         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8702         There is still a way to segfault this although you may have to do this
8703         multiple times: Have an InsetERT with an unknown command in it.
8704         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8705         <down-arrow>, <Enter> again, View->DVI, BANG!
8706
8707         * text2.C (setCursor):
8708         (deleteEmptyParagraphMechanism):
8709         * lyxtext.h (setCursor):
8710         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8711         Making use of the return value may help fix other bugs.
8712
8713 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8714
8715         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8716
8717         * LyXView.C (updateMenubar): call MenuBar::update here
8718         (updateToolbar): but not here
8719         (showState): do not update toolbar/menubar
8720
8721         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8722         should need to care about that.
8723
8724         * lyxfunc.C (verboseDispatch): simplify a bit
8725         (getStatus): have a version which takes a pseudoaction, and
8726         another which requires a (kb_action,string).
8727
8728         * LyXAction.C (retrieveActionArg): make it work also when action
8729         is not a pseudo-action.
8730         (getActionName): simplify a bit
8731         (helpText):
8732
8733 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8734
8735         * lyxfunc.C (verboseDispatch): new families of methods with
8736         several ways to specify a command and a bool to indicate whether
8737         the command name and shortcut should be displayed in minibuffer
8738         (eventually, we could extend that to a finer bitmask like
8739         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8740         (dispatch): the pristine dispatch command which just, well,
8741         dispatchs! Note it still sets its result to minibuffer; I'm not
8742         sure we want that.
8743
8744         * lyxfunc.h: remove setHintMessage
8745
8746         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8747
8748 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8749
8750         * BufferView_pimpl.C (specialChar): delete new inset if we have
8751         not been able to insert it.
8752
8753         * kbmap.C: revert to using int instead of kb_action, since all we
8754         are dealing with is pseudo-actions.
8755
8756         * LyXAction.C (searchActionArg): change to return int instead of
8757         kb_action, since the result is a pseudoaction.
8758
8759 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8760
8761         * buffer.C (insertErtContents): Fix (partially) the font bug.
8762
8763 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8764
8765         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8766         as the other one is broken on my machine!
8767
8768 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8769
8770         * commandtags.h:
8771         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8772
8773 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8774
8775         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8776         reflect their actual use. Provide compatibility code for older lyxrc
8777         files.
8778
8779         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8780         FL_NORMAL_STYLE.
8781         change names of popup font variables in line with the changes to lyxrc.C
8782
8783 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8784
8785         * buffer.C (asciiParagraph): avoid outputing a word twice after
8786         an inset.
8787
8788         * lyxrc.C (getDescription): document that document_path and
8789         template_path can be empty.
8790
8791 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8792
8793         * LaTeXFeatures.C (getMacros):
8794         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8795
8796         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8797
8798         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8799         getPackages.
8800         (getPackages): rename feature "floats" to "float". Use an array to
8801         iterate over 'simple' features (i.e. just a \usepackage). Add
8802         handling of "amsmath" (renamed from "amsstyle").
8803
8804 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8805
8806         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8807         features list.
8808
8809 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8810
8811         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8812         FuncStaus::FuncStatus & FuncStaus::some_method().
8813
8814 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8815
8816         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8817         of the func_satus stuff. Edited and massaged in various ways by
8818         JMarc.
8819
8820         * lyxfunc.C (getStatus): use FuncStatus
8821
8822 2002-01-08  Juergen Vigna  <jug@sad.it>
8823
8824         * text.C (nextBreakPoint): use function Inset::isChar().
8825
8826         * paragraph.C (TeXOnePar): use function
8827         Inset::forceDefaultParagraphs.
8828
8829         * buffer.C (latexParagraphs): use function
8830         Inset::forceDefaultParagraphs.
8831
8832 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8833
8834         * lyx_gui.C (init): set the style of the menu popups to
8835         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
8836
8837 2002-01-07  Juergen Vigna  <jug@sad.it>
8838
8839         * text.C (setHeightOfRow): small fix
8840         (prepareToPrint): don't look at alignment if we don't have the place
8841         for doing it.
8842
8843 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8844
8845         * box.C: New file. Move the Box methods and functions out of box.h,
8846         following Lars' suggestion.
8847
8848 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8849
8850         * box.h: #include "support/LOstream.h", needed for inlined function.
8851
8852         * lyxtextclass.C:
8853         * lyxtextclasslist.C: added some using std declarations.
8854
8855 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
8856
8857         * box.h: make signed dimensions to allow insets wider than
8858           the screen (bug #162)
8859
8860         * BufferView_pimpl.C: add some insetHit debug
8861
8862 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
8863
8864         * vc-backend.C: add FIXME
8865
8866 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8867
8868         * lyxfunc.C (getStatus): enable code for showing math font status
8869         in toolbar/menu.
8870
8871 2002-01-07  Juergen Vigna  <jug@sad.it>
8872
8873         * text.C (nextBreakPoint): removed debug output not needed anymore.
8874
8875 2002-01-06  Juergen Vigna  <jug@sad.it>
8876
8877         * text.C (nextBreakPoint): fixed up this function we had this bug
8878         since ever but now hopefully we break row better.
8879         (insertChar): we have to check if an inset is the next char as it
8880         could now happen that a large inset is causing a break.
8881
8882 2002-01-05  Juergen Vigna  <jug@sad.it>
8883
8884         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
8885         if it doesn't like to be drawed.
8886
8887 2002-01-04  Juergen Vigna  <jug@sad.it>
8888
8889         * BufferView2.C (lockInset): forgot to set a cursor.
8890
8891         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
8892
8893 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
8894
8895         * FormMathsPanel.C:
8896         * FormMathsPanel.h
8897         * MathsSymbols.C:
8898         * form_maths_panel.C:
8899         * form_maths_panel.h:
8900         * form_maths_panel.fd: implemented sub- and super- buttons in math
8901         panel.
8902
8903         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
8904         (or ^ space) to be used as in TeX (req'd by André).
8905
8906         * lyxfunc.C: Allow ^ and _ again to be used both as
8907         super/subscript (mathed) and as themselves (in text).
8908
8909 2002-01-03  Allan Rae  <rae@lyx.org>
8910
8911         * LyXView.C (updateWindowTitle): Setup a short icon title of either
8912         "LyX" or the filename of the current buffer if it has one.  This is a
8913         modified form of John Levon's patch.
8914
8915         * XFormsView.C (setWindowTitle): also set icon title.
8916
8917         * LyXView.h (setWindowTitle): signature changed.
8918         * XFormsView.h (setWindowTitle): ditto.
8919
8920 2002-01-02  Juergen Vigna  <jug@sad.it>
8921
8922         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
8923
8924 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8925
8926         * screen.C (topCursorVisible): introduce a temp var for
8927         text->cursor.row(), handle the case where this row is null. (kindo
8928         hachish)
8929
8930         * text2.C (setCursor): add a couple of asserts.
8931
8932         * paragraph.h (inset_iterator): add -> operator
8933
8934         * paragraph.[Ch] (autoDeleteInsets): remove member function
8935
8936         * BufferView2.C (removeAutoInsets): rewrite to handle the old
8937         cursor pos correctly and handle inset deletion by itself.
8938         (insertErrors): move iterator declaration out of for expression
8939
8940         * lyxtextclass.C: add <algorithm>
8941
8942         * Makefile.am: added the new files to sources, removed layout.C
8943
8944         * layout.C: removed file
8945
8946         * layout.h: remove LYX_DUMMY_LAYOUT
8947
8948         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
8949         layout.
8950
8951         * lyxlayout.[Ch]:
8952         * lyxtextclass.[Ch]:
8953         * lyxtextclasslist.[Ch]: new files
8954
8955         * include order changes to a lot of files, also changes because of
8956         the six new files.
8957
8958 2001-12-27  Juergen Vigna  <jug@sad.it>
8959
8960         * buffer.C (asciiParagraph): more fixes.
8961
8962         * tabular.C (ascii): make ascii export support export of only the
8963         data separated by a column-delimiter.
8964         (ascii): better support for ascii export.
8965
8966         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
8967
8968 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8969
8970         * tabular_funcs.C: use a "using std::getline" instead of the
8971         previous fix from Angus (necessary for cxx + lyxstring)
8972
8973 2001-12-24  Juergen Vigna  <jug@sad.it>
8974
8975         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
8976
8977         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
8978         problems. First check a minipage also if we have some ert-contents
8979         (not only on par->size(), second set the right depth of the paragraph
8980         on the relink to the root-paragraph-list!
8981
8982         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
8983         which then did not anymore update the main paragraphs on undo/redo!
8984
8985 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8986
8987         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
8988         code. Support all font-changing funcs (even those which are not in
8989         menu currently). Support for reporting font settings in
8990         mathed (disabled until Andre provides a function on mathed's side).
8991
8992         * func_status.h (toggle): small helper function to set toggle
8993         state on a flag.
8994
8995 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
8996
8997         * tabular_funcs.C: getline -> std::getline
8998
8999 2001-12-21  Juergen Vigna  <jug@sad.it>
9000
9001         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9002         accessed and could be 0 (I couldn't generate this but it seems
9003         Michael could!).
9004
9005 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9006
9007         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9008         * tabular_funcs.h: here and include iosfwd
9009
9010 2001-12-20  Juergen Vigna  <jug@sad.it>
9011
9012         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9013         inside inset but undo_par was.
9014
9015 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9016
9017         * Thesaurus.C: always include <config.h> in sources.
9018
9019         * Painter.h:
9020         * lyxlookup.h:
9021         * box.h: do not include <config.h> in header files
9022
9023         * text.C (paintLastRow): remove unused variable
9024
9025         * text.C (transformChar):
9026         (insertChar):
9027         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9028
9029         * Painter.C (text):
9030         * font.C (width): rewrite to use uppercase() instead of
9031         islower/toupper.
9032
9033         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9034
9035 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9036
9037         * lyxfind.C: clean up of find failure position change
9038
9039 2001-12-20  Juergen Vigna  <jug@sad.it>
9040
9041         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9042
9043         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9044         (TeXRow): added to LaTeX a single tabular row.
9045         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9046         (Latex): simplified and finally good LT-h/f support.
9047         (various_functions): just small adaptions for LT-h/f support.
9048
9049         * tabular_funcs.[hC]: added and moved here all not classfunctions
9050         of LyXTabular.
9051
9052 2001-12-19  Juergen Vigna  <jug@sad.it>
9053
9054         * tabular.[Ch]: better support for longtabular options (not finished
9055         yet!)
9056
9057 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9058
9059         * text.C (paintLastRow): use the label font instead of the font of
9060         the last character to compute the size of *_BOX. This makes more
9061         sense and avoids a crash with empty paragraphs.
9062         Use Painter::rectangle to draw EMPTY_BOX.
9063
9064 2001-12-19  Juergen Vigna  <jug@sad.it>
9065
9066         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9067         the paragraphs if the replaced paragraph is not the first one!
9068         Tried to delete not used paragraphs but does not work yet so for
9069         now it's inside #ifdef's and by default off!
9070
9071 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9072
9073         * MenuBackend.C: include "lyx_main.h" instead of declaring
9074         lastfiles (actually was declared as LastFiles* instead of a
9075         scoped_ptr).
9076
9077 2001-12-17  Juergen Vigna  <jug@sad.it>
9078
9079         * tabular.C (AppendColumn): applied John's fix
9080
9081 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9082
9083         * BufferView.h:
9084         * BufferView.C:
9085         * BufferView_pimpl.h:
9086         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9087
9088         * Makefile.am:
9089         * box.h: new start of class for above
9090
9091         * lyxfunc.C: ignore space-only minibuffer dispatches.
9092           Show the command name when it doesn't exist
9093
9094         * minibuffer.C: don't add empty lines to the history
9095
9096         * minibuffer.C: add a space on dropdown completion
9097
9098 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9099
9100         * text.C: fix line above/below drawing in insets
9101
9102 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9103
9104         * lyxlength.C (LyXLength): Initialize private variables.
9105
9106 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9107
9108         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9109         when inserting error insets.
9110
9111 2001-12-13  Juergen Vigna  <jug@sad.it>
9112
9113         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9114         actually sometimes the before-paragraph.
9115         (setUndo): don't clear the redostack if we're not actually undoing!
9116
9117 2001-12-06  Juergen Vigna  <jug@sad.it>
9118
9119         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9120         and fixed redoing of main paragraph, so we can use it now ;)
9121
9122         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9123
9124 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9125
9126         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9127         Juergen's request
9128
9129 2001-12-13  André Pönitz <poenitz@gmx.net>
9130
9131         * undostack.[Ch]:
9132         * undo_func.C: minor cleanup
9133
9134 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9135
9136         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9137         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9138         font in urw-fonts package which is marked as -urw-fontspecific and
9139         does not work (incidentally, changing the encoding in the
9140         fonts.dir of this package to -adobe-fontspecific fixes the
9141         problem).
9142
9143         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9144         is a crash when undoing first paragraph (Juergen, please take a
9145         look). THis does not mean the undo fix is wrong, just that it
9146         uncovers problems.
9147
9148         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9149         the (Paragraph*) version when needed instead of duplicating the
9150         code.
9151
9152         * text.C (workWidth): use Inset::parOwner to find out where the
9153         inset has been inserted. This is a huge performance gain for large
9154         documents with lots of insets. If Inset::parOwner is not set, fall
9155         back on the brute force method
9156
9157         * paragraph_pimpl.C (insertInset):
9158         * paragraph.C (Paragraph):
9159         (cutIntoMinibuffer): set parOwner of insets when
9160         inserting/removing them
9161
9162         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9163
9164 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9165
9166         * commandtags.h:
9167         * LyXAction.C:
9168         * lyx_main.C:
9169         * lyxfunc.C:
9170         * mathed/formulabase.C:
9171         * mathed/math_cursor.[Ch]:
9172         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9173
9174
9175 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9176
9177         * lyxlength.[Ch] (operator!=): new function
9178
9179 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9180
9181         * text.C (workWidth): use Inset::parOwner to find out where the
9182         inset has been inserted. This is a huge performance gain for large
9183         documents with lots of insets. If Inset::parOwner is not set, fall
9184         back on the brute force method
9185
9186         * paragraph_pimpl.C (insertInset):
9187         * paragraph.C (Paragraph):
9188         (cutIntoMinibuffer): set parOwner of insets when
9189         inserting/removing them
9190
9191         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9192
9193 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9194
9195         * tabular-old.C (getTokenValue):
9196         * tabular.C (getTokenValue):
9197         (write_attribute): new versions for LyXLength
9198         (everywhere): adjust the use of widths
9199
9200         * tabular.h: change the type of widths from string to LyXLength
9201
9202 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9203
9204         * paragraph.C: fixed missing line number count when exporting
9205         Environments to LaTeX file
9206
9207         * buffer.C: added informational message for checking line numbers.
9208
9209 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9210
9211         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9212         paragraph, do the 'double space' part, but not the 'empty
9213         paragraph' one.
9214
9215         * text.C (workWidth): small optimization
9216         (getLengthMarkerHeight): use minimal size for negative lengths.
9217
9218 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9219
9220         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9221
9222         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9223
9224 2001-12-11  André Pönitz <poenitz@gmx.net>
9225
9226         * FontLoader.C:
9227         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9228
9229 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9230
9231         * text2.C: keep selection on a setFont()
9232
9233 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9234
9235         * lyx_cb.C: another bv->text misuse, from insert label
9236
9237 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9238
9239         * kbsequence.h:
9240         * kbsequence.C: re-instate nmodifier mask
9241
9242 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9243
9244         * lyx_main.h: make lyxGUI private.
9245
9246 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9247
9248         * lyxfind.C: place the cursor correctly on failed search
9249
9250 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9251
9252         * text.C (getLengthMarkerHeight): for small heights, the arrows
9253         are not always on top/bottom of the text
9254         (drawLengthMarker): smaller arrows; take the left margin in
9255         account; draw also vfills.
9256         (paintFirstRow):
9257         (paintLastRow): remove special code for vfill and standard spaces,
9258         since everything is handled in drawLengthMarker now.
9259
9260 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9261
9262         * buffer.C (insertErtContents): try to handle font and language
9263         interaction a bit better.g
9264
9265         * ColorHandler.C (updateColor): change the hash to cover the whole
9266         LColor enum, ws cleanup
9267         (getGCLinepars): ditto
9268         (getGCLinepars): only lookup in the linecache once.
9269
9270 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9271
9272         * iterators.C (operator++): Make the iterator more robust
9273
9274         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9275         (John's patch)
9276         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9277
9278 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9279
9280         * lyxtext.h:
9281         * text.C: better added space drawing
9282
9283 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9284
9285         * LyXView.C:
9286         * BufferView2.C: fix layout combo update on inset unlock
9287
9288 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9289
9290         * Makefile.am: don't compile unused files
9291
9292 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9293
9294         * lyxfunc.C:
9295         * commandtags.h:
9296         * LyXAction.C: remove old LFUN_LAYOUTNO
9297
9298 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9299
9300         * paragraph_pimpl.h:
9301         * paragraph_pimpl.C: isTextAt() doesn't need font param
9302
9303 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9304
9305         * lyxlex.h:
9306         * lyxlex.C: little cleanup
9307
9308 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9309
9310         * BufferView_pimpl.C: fix insertAscii for insets
9311
9312 2001-12-05  Juergen Vigna  <jug@sad.it>
9313
9314         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9315         set the right font on the "multi" paragraph paste!
9316
9317 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9318
9319         * trans_decl.h:
9320         * trans_mgr.[Ch]:
9321         * trans.[Ch]:
9322         * lyxgluelength.C:
9323         * lyxlength.C: remove out-commented code.
9324
9325         * BufferView_pimpl:
9326         * CutAndPaste.C:
9327         * DepTable.C:
9328         * buffer.C:
9329         * chset.C:
9330         * lastfiles.C:
9331         * lyxlex.C:
9332         * lyxlex_pimpl.C:
9333         * lyxserver.C:
9334         * screen.C:
9335         * tabular-old.C:
9336         * tabular.C:
9337         * text.C:
9338         * trans_mgr.C:
9339         * vc-backend.C: change "while(" to "while ("
9340
9341         * lyxlength.[Ch]: add zero function to check if length is zero or
9342         not
9343         * lyxgluelength.C: use it
9344
9345 2001-12-05  Allan Rae  <rae@lyx.org>
9346
9347         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9348         Works for 2.95.3, from what I understand of Garst's reports this should
9349         work for other g++ versions.  We're screwed if the abs(int) definition
9350         changed between bugfix releases of gcc.
9351
9352 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9353
9354         * text.C: fix chapter label offset !
9355
9356 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9357
9358         * lyxtext.h:
9359         * text.C: fix hfill at end of line, clean up
9360
9361 2001-12-04  Juergen Vigna  <jug@sad.it>
9362
9363         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9364         that we force an update of the inset and it's owners if neccessary.
9365
9366 2001-12-03  Juergen Vigna  <jug@sad.it>
9367
9368         * text.C (rowLast): simplified code
9369
9370 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9371
9372         * lyxfunc.C: fix show options on timeout
9373
9374 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9375
9376         * screen.C (topCursorVisible): scroll half a page when the cursor
9377         reached top of bottom of screen
9378
9379 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9380
9381         * minibuffer.C: deactivate on loss of focus
9382
9383 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9384
9385         * vspace.[Ch] (operator!=): add operator.
9386
9387 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9388
9389         * BufferView_pimpl.C: refuse to open an inset when
9390         there's a selection.
9391
9392 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9393
9394         * BufferView_pimpl.C: allow to click on RHS of full row insets
9395
9396 2001-11-30  Juergen Vigna  <jug@sad.it>
9397
9398         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9399         insets for undo reasons.
9400
9401 2001-11-28  André Pönitz <poenitz@gmx.net>
9402
9403         * vspace.[Ch]: cosmetical changes
9404
9405 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9406
9407         * LyXAction.h:
9408         * LyXAction.C:
9409         * lyxfunc.h:
9410         * lyxfunc.C:
9411         * kbmap.h:
9412         * kbmap.C:
9413         * lyxrc.C:
9414         * kbsequence.h:
9415         * kbsequence.C: part re-write of old kb code
9416
9417         * Painter.C:
9418         * WorkArea.C: remove Lgb_bug_find_hack
9419
9420 2001-11-30  José Matos <jamatos@fep.up.pt>
9421
9422         * buffer.C (makeDocBookFile): add a comment to point a hack.
9423         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9424         Fixed a double write of labels.
9425
9426 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9427
9428         * LaTeX.C:
9429         * LaTeX.h Fixed bug in LaTeX class where it would not
9430         re-run latex if no depfiles were changed, but the .dvi was removed.
9431
9432 2001-11-28  André Pönitz <poenitz@gmx.net>
9433
9434         * all the files from the change on 2001/11/26:
9435         use lyx::layout_type instead of LyXTextClass::size_type
9436         use lyx::textclass_type instead of LyXTextClassList::size_type
9437
9438 2001-11-29  Juergen Vigna  <jug@sad.it>
9439
9440         * text.C: added support for paragraph::isFreeSpacing()
9441
9442         * buffer.C: same as above
9443
9444         * paragraph.h: inserted isFreeSpacing() function to enable
9445         FreeSpacing inside InsetERT.
9446
9447         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9448         of the paragraph's in the cut/copy buffer to 0!
9449
9450         * text2.C (removeRow): remove the assert as it can!
9451
9452         * lyxtext.h: added helper function firstRow returning firstrow and
9453         made firstrow private again.
9454
9455         * BufferView2.C (lockInset): don't relock if we're already locked!
9456
9457         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9458         the only paragraph.
9459         (removeRow): added Assert::(firstrow)
9460
9461         * debug.C: forgot to add INSETTEXT here.
9462
9463 2001-11-28  Juergen Vigna  <jug@sad.it>
9464
9465         * sp_spell.C (initialize): changed error text to more general
9466         spellchecker command use (not only ispell!)
9467
9468         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9469
9470         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9471
9472 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9473
9474         * vspace.C: initialise lyxgluelength on failure
9475
9476 2001-11-28  Allan Rae  <rae@lyx.org>
9477
9478         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9479         declaration & definition that looks like a function declaration.
9480
9481 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9482
9483         * BufferView2.C (copy):
9484         (copyEnvironment): do not clear the selection when doing a copy.
9485
9486         * text.C (paintFirstRow): compilation fix
9487
9488 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9489
9490         * tabular.C (Latex): correct line count when writing latex.
9491
9492 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9493
9494         * paragraph_pimpl.h:
9495         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9496           bug a bit
9497
9498 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9499
9500         * text.C:
9501         * LColor.h:
9502         * LColor.C: change vfillline->added_space
9503
9504         * text.C: add markers and text for added space
9505
9506         * vspace.C: fix comment
9507
9508 2001-11-28  André Pönitz <poenitz@gmx.net>
9509
9510         * paragraph.C: whitespace changes
9511         * all the other files from the change on 2001/11/26:
9512         change *::pos_type into lyx::pos_type
9513
9514 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9515
9516         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9517         language of the document when inserting error insets.
9518
9519 2001-11-26  André Pönitz <poenitz@gmx.net>
9520
9521         * BufferView_pimpl.[Ch]:
9522         *       CutAndPaste.C:
9523         * buffer.[Ch]:
9524         * lyxcursor.[Ch]:
9525         * lyxfind.C:
9526         * lyxfunc.C:
9527         * lyxrow.[Ch]:
9528         * paragraph.[Ch]:
9529         * paragraph_pimpl.[Ch]:
9530         * sp_spell.C:
9531         * text.C:
9532         * text2.C: reduce header dependencies, introduce type for positions
9533
9534 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9535
9536         * <various>: change to use Alert.h
9537
9538 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9539
9540         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9541         when encountering an unknown token.
9542         (readLyXformat2): Show an error message if there were unknown tokens.
9543
9544 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9545
9546         * BufferView2.C:
9547         * BufferView_pimpl.C:
9548         * buffer.C:
9549         * paragraph.h:
9550         * text.C:
9551         * text2.C: use par->isInset()
9552
9553 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9554
9555         * paragraph_pimpl.h:
9556         * paragraph_pimpl.C: cleanup
9557
9558 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9559
9560         * text2.C (removeRow):
9561         * text.C (setHeightOfRow): remove useless (and costly) call to
9562         getRow.
9563
9564 2001-11-20  Allan Rae  <rae@lyx.org>
9565
9566         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9567         Now need Inset*::checkInsertChar() to return true for appropriate
9568         cases so that the characters in the minibuffer will actually be
9569         inserted.
9570
9571 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9572
9573         * text.C: change the order of the includes.
9574         (workWidth): initialize it at once.
9575         (workWidth): make maxw unsigned
9576         (setHeightOfRow): remove unused variable (inset)
9577         (selectSelectedWord): remove unused variable (inset)
9578         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9579
9580 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9581
9582         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9583         server is not running.
9584         (openConnection):
9585         (closeConnection): add debug info when server is disabled.
9586
9587         * ColorHandler.C (getGCForeground): send debug message to GUI
9588         channel.
9589
9590         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9591
9592         * kbmap.C (bind): modify because return conventions of
9593         kb_sequence::parse have changed.
9594
9595         * kbsequence.C (parse): only ignore spaces and not any stupid
9596         control character. This avoids tests like s[i] <= ' ', which are
9597         guaranteed to fail with 8bit characters and signed chars.
9598         Change return code to string::npos when there have been no error
9599         (0 was a bad idea when error is at first character)
9600
9601 2001-11-14  José Matos  <jamatos@fep.up.pt>
9602
9603         * buffer.h:
9604         * buffer.C (simpleDocBookOnePar): removed unused argument.
9605
9606 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9607
9608         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9609         insets which are part of a word. Paragraph::isLetter takes care of
9610         that now. Use Paragraph::isInset to identify insets.
9611         (selectSelectedWord): do not test for hyphenation break.
9612
9613         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9614         that protected spaces are considered as spaces.
9615
9616         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9617         Inset::isLetter.
9618
9619 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9620
9621         * lyxserver.h:
9622         * lyxserver.C: fix it. and small cleanup.
9623
9624 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9625
9626         * BufferView_pimpl.C: use inline helpers
9627
9628         * LaTeXFeatures.h:
9629         * LaTeXFeatures.C: fix typos
9630
9631         * Spacing.h:
9632         * Spacing.C: move spacing_string into class
9633
9634         * ToolbarDefaults.C: move stuff into namespace anon
9635
9636         * layout.h: update enum
9637
9638         * lyxfunc.C: use better debug
9639
9640         * minibuffer.h: fix typo
9641
9642         * debug.h:
9643         * debug.C:
9644         * WorkArea.C: add and use Debug::WORKAREA
9645
9646         * lyxtext.h:
9647         * text.C:
9648         * text2.C: code re-organisation, inline helpers
9649
9650 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9651
9652         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9653         std::vector.empty().
9654
9655 2001-11-09  Allan Rae  <rae@lyx.org>
9656
9657         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9658         '\n's after tables.  Tabular and ERT inset work now makes this no
9659         longer necessary.
9660
9661 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9662
9663         * minibuffer.h:
9664         * minibuffer.C: fix crash, improve drop-down completion
9665
9666 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9667
9668         * lyxserver.h:
9669         * lyxserver.C: invalidate fd's when doing endPipe()
9670
9671 2001-11-08  José Matos  <jamatos@fep.up.pt>
9672
9673         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9674         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9675
9676         * paragraph.h:
9677         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9678
9679 2001-11-07  José Matos  <jamatos@fep.up.pt>
9680
9681         * buffer.h:
9682         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9683         const qualifier.
9684
9685         * buffer.C (sgmlOpenTag):
9686         * buffer.C (sgmlCloseTag): removed debug info.
9687
9688         * buffer.h (sgmlOpenTag):
9689         * buffer.h (sgmlCloseTag): made public.
9690
9691 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9692
9693         * buffer.C (saveParamsAsDefaults):
9694         * lyx_cb.C (MenuLayoutSave): remove
9695
9696         * LyXAction.C (init):
9697         * commandtags.h:
9698         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9699
9700 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9701
9702         * buffer.C (setPaperStuff): removed from here...
9703
9704         * bufferparams.C (setPaperStuff): ... and moved there.
9705
9706 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9707
9708         * minibuffer.h:
9709         * minibuffer.C:
9710         * XFormsView.C: add support for drop-down completion
9711
9712 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9713
9714         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9715         commands.
9716
9717 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9718
9719         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9720         disabled.
9721
9722 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9723
9724         * lyx_main.C: change ref to known bugs
9725
9726 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9727
9728         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9729         to work around older babel problems.
9730
9731 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9732
9733         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9734
9735 2001-10-24  Juergen Vigna  <jug@sad.it>
9736
9737         * tabular-old.C (ReadOld): below variable changes reflected.
9738
9739         * tabular.[Ch]: added ltType struct for longtable header/footer
9740         defines and changed all instances where they are used. Added
9741         future support for double top/bottom rows.
9742
9743 2001-10-24  José Matos  <jamatos@fep.up.pt>
9744
9745         * buffer.h (docbookHandleCaption):
9746         * buffer.C (docbookHandleCaption): removed unused function.
9747         (makeDocBookFile): moved docbook supported version to v4.1.
9748
9749 2001-10-24  José Matos  <jamatos@fep.up.pt>
9750
9751         * tabular.h:
9752         * tabular.C (docbookRow): new function to export docbook code of a row.
9753         (DocBook): now honors the longtable flags.
9754
9755 2001-10-23  José Matos  <jamatos@fep.up.pt>
9756
9757         * LaTeXFeatures.h:
9758         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9759         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9760
9761         * buffer.C (makeLinuxDocFile):
9762         (makeDocBookFile): reworked the preamble, more clean, and with
9763         support for lyx defined entities. Changed the document declaration
9764         to be more XML friendly.
9765
9766         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9767         if we need to output XML that should be done with a filter.
9768
9769 2001-10-22  Juergen Vigna  <jug@sad.it>
9770
9771         * sp_pspell.h (class PSpell): add alive function needed in the
9772         controller to see if the spellchecker could be started.
9773
9774 2001-10-22  Juergen Vigna  <jug@sad.it>
9775
9776         * buffer.C (insertStringAsLines): modify the font for inserting
9777         chars in certain conditions by calling checkInsertChar(font).
9778
9779 2001-10-19  Juergen Vigna  <jug@sad.it>
9780
9781         * text.C (workWidth): use getRow instead of wrong algorithm.
9782         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9783
9784 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9785
9786         * lyxserver.h:
9787         * lyxserver.C:
9788         * lyx_main.h:
9789         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9790
9791 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9792
9793         * text.C (workWidth): do not search for the exact row when
9794         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9795         optimization for big documents.
9796
9797 2001-10-18  Juergen Vigna  <jug@sad.it>
9798
9799         * text.C (workWidth): new function with added Inset * parameter.
9800
9801 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9802
9803         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9804
9805         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9806         change return type of getColumnNearX.
9807
9808
9809         * text.C (changeRegionCase): use uppercase/lowercase instead of
9810         toupper/tolower.
9811         (leftMargin):
9812         (rightMargin): simplify code by factoring out the uses of
9813         textclasslist.
9814         (labelFill):
9815         (numberOfHfills):
9816         (setHeightOfRow):
9817         (appendParagraph): use Paragraph::size_type
9818
9819 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9820
9821         * vspace.C (asLatexString): add a missing break
9822
9823 2001-10-15  Herbert Voss  <voss@perce.de>
9824
9825         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
9826
9827 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9828
9829         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
9830         is not available.
9831
9832 2001-10-10  André Pönitz <poenitz@gmx.net>
9833
9834         * lyxfunc.C: removed greek_kb_flag.
9835
9836 2001-10-10  Herbert Voss  <voss@perce.de>
9837
9838         * lyx_main.C: delete global string help_lyxdir.
9839
9840 2001-10-09  Herbert Voss  <voss@perce.de>
9841
9842         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
9843
9844         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
9845
9846         * lyx_main.C: added global string help_lyxdir.
9847
9848         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
9849
9850 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9851
9852         * lyxrc.C (set_font_norm_type): support iso8859-4
9853
9854 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
9855
9856         * LaTeX.C (deplog): add another regex for MikTeX
9857
9858 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9859
9860         * lyxrc.C (set_font_norm_type): support iso8859-3
9861
9862 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9863
9864         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
9865
9866         * LaTeXFeatures.C: remove special case of french and index
9867
9868         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
9869         before \begin{document}). This solves several incompatibilities.
9870
9871 2001-10-03  Garst Reese  <reese@isn.net>
9872
9873         * lyx_cb.C: change CheckTex error msg.
9874
9875 2001-10-03  José Matos  <jamatos@fep.up.pt>
9876
9877         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
9878
9879 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9880
9881         * .cvsignore: update
9882
9883         * lyx_main.C (commandLineVersionInfo): use new style version info.
9884
9885         * buffer.C (writeFile):
9886         (makeLaTeXFile):
9887         (makeLinuxDocFile):
9888         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
9889
9890         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
9891
9892         * version.h: update to use stuff in version.C
9893
9894         * version.C.in: new file. Contains version information determined
9895         at compile time. This is a merging of version.h and
9896         version_info.h.in.
9897
9898 2001-10-03  Juergen Vigna  <jug@sad.it>
9899
9900         * BufferView_pimpl.C (update): don't change "dirty" status in
9901         updateInset call.
9902
9903 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
9904
9905         * WorkArea.C (c-tor): re-position version string slightly.
9906
9907 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
9908
9909         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
9910         revert to previous code.
9911
9912         WorkArea.[Ch]: (show, destroySplash): methods removed.
9913
9914         WorkArea.C: rework code so that it's an amalgam of the codes before and
9915         after the splash screen was moved to WorkArea.
9916
9917 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9918
9919         * lyxrc.C (read):
9920         * vspace.C (inPixels):
9921         (lyx_advance):
9922         * kbmap.C (bind):
9923         * buffer.C (insertStringAsLines):
9924         (asciiParagraph): fix types to be large enough
9925
9926         * lyxlex_pimpl.h: change member status from short to int
9927
9928         * layout.h: fix type of endlabeltype
9929
9930         * kbmap.C (bind):
9931         * kbsequence.C (parse): change return type to string::size_type
9932
9933         * LaTeX.C (updateBibtexDependencies): comment out unneeded
9934         variable
9935
9936         * Bullet.C (bulletSize):
9937         (bulletEntry): do not use short ints as parameters
9938
9939         * BufferView2.C (insertLyXFile): change a char to an int.
9940
9941         * WorkArea.C (WorkArea): remove unneeded floats in computation
9942
9943 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
9944
9945         * buffer.C (asciiParagraph): Treat '\\' as other chars.
9946
9947         * paragraph.C (asString): Do not ignore newline/hfill chars when
9948         copying to the clipboard.
9949
9950 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
9951
9952         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
9953         after a multi-line inset.
9954
9955 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
9956
9957         * paragraph.C (validate): Set NeedLyXFootnoteCode
9958
9959 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9960
9961         * lyxfont.C (LyXSizeNames): changed increase-error to increase
9962         and decrease-error to decrease.
9963
9964 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9965
9966         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
9967         it more readable (should be equivalent)
9968
9969 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9970
9971         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
9972
9973 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9974
9975         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
9976         of a cursor (row, etc.) after a character has been deleted
9977         (deleteEmptyParagraphMechanism): call the method above on _all_
9978         cursors held by the LyXText when a double space has been
9979         detected/deleted.
9980
9981 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9982
9983         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
9984         pixmap.
9985         (resizeCurrentBuff): remove code to destroy the old splash dialog.
9986
9987         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
9988         background. Use greyOut() and the new show() methods to toggle between
9989         the foreground and background. Add code to remove the splash after
9990         its initial showing.
9991
9992         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
9993         (create_forms): no longer call Dialogs::showSplash.
9994
9995 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9996
9997         * .cvsignore: add version_info.h
9998
9999 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10000
10001         * version_info.h.in: new file
10002
10003         * Makefile.am: add version_info.h.in
10004
10005         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10006         version_info.h instead of VERSION_INFO
10007
10008 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10009
10010         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10011         The ERT inset now returns string().
10012
10013 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10014
10015         * lyxtext.h, text.C (selectNextWord): renamed as
10016         selectNextWordToSpellcheck.
10017
10018         * text.C (selectNextWordToSpellcheck): Modified to not select
10019         words inside an ERT inset.
10020
10021 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10022
10023         * lyx_cb.C (MenuLayoutSave): change a bit the question
10024
10025         * sp_base.h: include <sys/types.h>
10026
10027 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10028
10029         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10030
10031 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10032
10033         * several files: fix typos in user-visible strings
10034
10035 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10036
10037         * text2.C (pasteSelection): do not set the selection, since it
10038         will be cleared later. Actually, the intent was to fix the way the
10039         selection was set, but I figured rmoving the code was just as good.
10040
10041 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10042
10043         * FontLoader.C (available): Check if font is available without
10044         loading the font.
10045
10046 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10047
10048         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10049
10050 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10051
10052         * lyxrc.[Ch]: added display_graphics variable and associated code.
10053
10054 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10055
10056         * bufferparams.C (hasClassDefaults): new method. Returns true if
10057         the buffer parameters correspond to known class defaults
10058
10059 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10060
10061         * XFormsView.C (show): set minimum size to the main window.
10062
10063 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10064
10065         * text2.C (copySelection):
10066         (cutSelection):
10067         * lyxfind.C (LyXReplace):
10068         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10069         LyXText::selectionAsString.
10070
10071         * paragraph.C (asString): add "label" argument to the second form
10072
10073         * text2.C (selectionAsString): add "label" argument and pass it to
10074         Paragraph::asString.
10075
10076 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10077
10078         * lyx_main.C (commandLineHelp): remove version information
10079
10080 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10081
10082         * lyx_main.C: add -version commandline option
10083
10084 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10085
10086         * paragraph.h: make the optional constructor arg required instead.
10087         some modifications to other files because of this.
10088
10089         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10090
10091         * lyxserver.C (C_LyXComm_callback): make it static
10092
10093         * lyx_main.C (error_handler): make it static
10094
10095         * lyx_gui.C (LyX_XErrHandler): make it static
10096
10097         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10098
10099         * WorkArea.C: make the extern "C" methods static.
10100
10101         * Makefile.am (lyx_LDADD): simplify
10102
10103 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10104
10105         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10106         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10107
10108         * LyXAction.C (init):
10109         * lyxfunc.C (dispatch): associated code removal.
10110
10111 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10112
10113         * lyxfont.h (isSymbolFont): shut off warning
10114
10115         * text.C (setHeightOfRow):
10116         (getVisibleRow): fix crash with empty paragraphs which have a
10117         bottom line
10118
10119 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10120
10121         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10122         code.
10123
10124 2001-09-04  José Matos  <jamatos@fep.up.pt>
10125         * buffer.C
10126         * buffer.h
10127         * tabular.C (docbook): rename docBook method to docbook.
10128
10129 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10130
10131         * Makefile.am: add dependencies to main.o.
10132
10133 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10134
10135         * FontLoader.C (available): Return false if !lyxrc.use_gui
10136
10137 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10138
10139         * FontInfo.C (query):
10140         * converter.C (view):
10141         * importer.C (Import):
10142         * exporter.C (Export): Can not -> cannot.
10143
10144 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10145
10146         * BufferView_pimpl.C: allow to create index inset even if
10147           string is empty
10148
10149 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10150
10151         * buffer.C (getLists): replace boost::tie code with an explicit pair
10152         as boost::tie can break some compilers.
10153
10154         * iterators.h: Added a std:: declaration to the return type of
10155         ParIterator::size.
10156
10157 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10158
10159         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10160           case.
10161
10162 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10163
10164         * iterators.[Ch]: New files. Provide paragraph iterators.
10165
10166         * buffer.C (changeLanguage): Use paragraph iterators.
10167         (isMultiLingual): ditto
10168
10169         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10170
10171 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10172
10173         * FontLoader.C: Support for cmr font.
10174
10175 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10176
10177         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10178         (available): New method.
10179
10180         * FontInfo.C (getFontname): Use scalable fonts even when
10181         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10182         found.
10183
10184 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10185
10186         * converter.C (Formats::view): reverted! Incorrect fix.
10187
10188 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10189
10190         * converter.C (Formats::view): only output the -paper option
10191         if the dvi viewer is xdvi, thereby fixing bug #233429.
10192
10193 2001-08-23  Herbert Voss  <voss@perce>
10194
10195         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10196
10197 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10198
10199         * Spacing.h (Spacing): Set space to Default on in the default
10200         constructor.
10201
10202 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10203
10204         * vc-backend.h (RCS::versionString): add RCS to version
10205         (CVS::versionString): add CVS to version
10206
10207         * vc-backend.C (scanMaster): do not add CVS to version.
10208         (scanMaster): do not add RCS to version
10209
10210         * lyxvc.C (versionString): new method
10211
10212         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10213
10214 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10215
10216         * Spacing.C (set): initialize fval
10217
10218 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10219
10220         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10221         " or \.
10222
10223 2001-08-16  Juergen Vigna  <jug@sad.it>
10224
10225         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10226
10227 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10228
10229         * BufferView_pimpl.C:
10230         * figureForm.C:
10231         * lyxtext.h:
10232         * text2.C: setParagraph takes linespacing now
10233
10234 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10235
10236         * LyxAction.C: add internal LFUN_CITATION_INSERT
10237
10238         * LyXView.C: actually apply fix
10239
10240         * bufferlist.C: fix open non-existent file
10241
10242         * lyxfind.C: fix indentation
10243
10244         * lyxfunc.C: remove unneeded assert, fix typo
10245
10246 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10247
10248         * MenuBackend.C: use "Floatname List"
10249
10250 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10251
10252         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10253         when converting LaTeX layout to insetERT.
10254         Generate a non-collapsed float when reading old float
10255
10256 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10257
10258         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10259         ERT insets.
10260
10261 2001-08-13  Juergen Vigna  <jug@sad.it>
10262
10263         * text.C (fill): return 0 instead of 20 as this seems to be the more
10264         correct value.
10265
10266 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10267
10268         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10269         lyxrc.font_norm.
10270
10271 2001-08-13  Juergen Vigna  <jug@sad.it>
10272
10273         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10274         casesensitive off.
10275         (SearchBackward): comment out the unlocking of the inset_owner this
10276         should not be needed!
10277
10278 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10279
10280         * Many files: Remove inherit_language, and add latex_language
10281
10282         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10283         collapsible insets.
10284
10285 2001-08-10  Juergen Vigna  <jug@sad.it>
10286
10287         * text.C (prepareToPrint): fixed hfill-width in draw!
10288
10289         * BufferView2.C (selectLastWord): save the selection cursor as this
10290         now is cleared in the function LyXText::clearSelection!
10291
10292 2001-08-08  Juergen Vigna  <jug@sad.it>
10293
10294         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10295         BACKSPACE type functions.
10296
10297         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10298         is only cutted from the document but not put in the cut-buffer, where
10299         still the old stuff should be.
10300
10301         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10302
10303         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10304
10305         * tabular.C (SetWidthOfCell): fixed special case where the width
10306         was not updated!
10307         (LeftLine): handle '|' in align_special.
10308         (RightLine): ditto
10309         (LeftAlreadyDrawed): ditto
10310         (SetWidthOfCell): ditto
10311
10312 2001-08-07  Juergen Vigna  <jug@sad.it>
10313
10314         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10315
10316 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10317
10318         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10319         * lyxlex.[hC]: ditto
10320
10321 2001-08-06  Juergen Vigna  <jug@sad.it>
10322
10323         * text.C (getVisibleRow): fix up row clearing a bit.
10324
10325 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10326
10327         * minibuffer.C: make sure the X server sees the changes in the input.
10328
10329 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10330
10331         * paragraph.C (getFont): split into...
10332         (getLabelFont): this
10333         (getLayoutFont): and this
10334         * paragraph_pimpl.C (realizeFont): calling this
10335
10336         * text2.C (getFont): split into...
10337         (getLayoutFont): this
10338         (getLabelFont): and this
10339         (realizeFont): all three calling this
10340
10341         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10342         files where used.
10343
10344 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10345
10346         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10347
10348 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10349
10350         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10351         layouts from the Quote inset insertion.
10352
10353 2001-08-03  Juergen Vigna  <jug@sad.it>
10354
10355         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10356
10357         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10358         only if status not is already CHANGED_IN_DRAW (second level).
10359
10360         * text.C (draw): don't set the need_break_row when inside an
10361         InsetText LyXText.
10362
10363 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10364
10365         * buffer.C (parseSingleLyXformat2Token): handle more latex
10366         conversion cases.
10367
10368         * bufferview_funcs.[hC]: change function names to
10369         begin with small char, adjust other files.
10370
10371 2001-08-02  André Pönitz <poenitz@gmx.net>
10372
10373         * lyxfunc.C:
10374         BufferView_pimpl.C: remove broken special code for math-greek
10375
10376 2001-08-02  Juergen Vigna  <jug@sad.it>
10377
10378         * BufferView_pimpl.C (update): redone this function so that we
10379         update the text again if there was a CHANGE_IN_DRAW.
10380
10381         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10382         (drawFromTo): added a new internal bool which is used by draw() and
10383         redraw() function.
10384         (general): some cursor drawing problems fixed.
10385
10386 2001-08-01  Juergen Vigna  <jug@sad.it>
10387
10388         * lyxfind.C (LyXFind): fixed
10389         (SearchForward): ditto
10390         (SearchBackward): ditto
10391
10392         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10393         spurius drawing of the cursor in the main area.
10394
10395         * text2.C (status): small fix which could lead to a segfault!
10396         (clearSelection): remove unneeded BufferView param.
10397
10398 2001-08-01  André Pönitz <poenitz@gmx.net>
10399
10400         * lyxfunc.C: small change due to changed mathed interface
10401
10402 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10403
10404         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10405
10406 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10407
10408         * lyxfunc.c: fail gracefully if file doesn't exist
10409
10410         * LyXSendto.C:
10411         * buffer.C:
10412         * lyxfunc.C:
10413         * BufferView_pimpl.C: IsDirWriteable() proto changed
10414
10415         * LyXView.C: fix updateWindowTitle() to store the last title
10416
10417 2001-07-31  Juergen Vigna  <jug@sad.it>
10418
10419         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10420         the font (wrong since using of Paragraph::highestFontInRange).
10421
10422         * paragraph.C (highestFontInRange): added a default_size parameter.
10423
10424         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10425         (setHeightOfRow): reformat
10426
10427 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10428
10429         * converter.[hC] + affected files: move to (inital-char)lowercase
10430         function names.
10431
10432         * ParagraphParameters.C (ParagraphParameters): remove commented code
10433
10434         * PainterBase.[Ch]: remove commented code
10435
10436         * LaTeXFeatures.h: add "bool floats" for float.sty
10437
10438         * LaTeXFeatures.C (LaTeXFeatures): init floats
10439         (require): handle float
10440         (getPackages): do it with floats
10441
10442 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10443
10444         * BufferView_pimpl.C (Dispatch): improve handling of
10445         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10446
10447         * commandtags.h: #include lyxfont.h here temporarily to avoid
10448         keybinding bug.
10449
10450         * bufferlist.h: include LString.h here.
10451
10452 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10453
10454         * text2.C (getStringToIndex): new method.
10455
10456 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10457
10458         * *: Reduced header file dependencies all over.
10459
10460 2001-07-30  Baruch Even  <baruch@lyx.org>
10461
10462         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10463
10464 2001-07-29  Baruch Even  <baruch@lyx.org>
10465
10466         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10467
10468 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10469
10470         * ParameterStruct.h (endif): add a default constructor to make
10471         sure that all variables is initialized.
10472
10473         * ParagraphParameters.C (ParagraphParameters): adjust
10474
10475 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10476
10477         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10478         index; also, check that there is something to index, and that it
10479         does not span over several paragraphs.
10480         (doubleClick): use WHOLE_WORD_STRICT for double click.
10481
10482         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10483
10484         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10485         scheme.
10486
10487 2001-07-26  Baruch Even  <baruch@lyx.org>
10488
10489         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10490         an InsetFig figure, backwards compatible reading of old figure code.
10491
10492 2001-07-27  Juergen Vigna  <jug@sad.it>
10493
10494         * text2.C: font.realize function adaption.
10495
10496         * text.C (draw): add a warnings lyxerr text if needed.
10497
10498         * layout.C: font.realize function adaption.
10499
10500         * language.C: add inherit_language and implement it's handlings
10501
10502         * bufferview_funcs.C (StyleReset): remove language parameter from
10503         font creation (should be language_inherit now).
10504
10505         * bufferparams.C (writeFile): handle ignore_language.
10506
10507         * paragraph.C (getFontSettings): the language has to be resolved
10508         otherwise we have problems in LyXFont!
10509
10510         * lyxfont.C (lyxWriteChanges): added document_language parameter
10511         (update): removed unneeded language parameter
10512
10513         * paragraph.C (validate): fixed wrong output of color-package when
10514         using interface colors for certain fonts in certain environments,
10515         which should not seen as that on the final output.
10516
10517 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10518
10519         * BufferView_pimpl.C:
10520         * Thesaurus.h:
10521         * Thesaurus.C:
10522         * Makefile.am:
10523         * commandtags.h:
10524         * LyXAction.C: add thesaurus support
10525
10526         * lyxfind.h:
10527         * lyxfind.C: add "once" parameter, for thesaurus, to not
10528           move to the next match
10529
10530 2001-07-26  Juergen Vigna  <jug@sad.it>
10531
10532         * lyxfont.C (realize): honor ignore_language too!
10533         (resolved): ditto.
10534
10535         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10536
10537         * text.C (draw): one place more for ignore_language to not draw
10538         itself!
10539
10540 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10541
10542         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10543
10544 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10545
10546         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10547         the minipage conversion problem.
10548
10549 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10550
10551         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10552         insert an inset.
10553
10554 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10555
10556         * BufferView.h: don't forward declare WorkArea
10557
10558         * BufferView.C: don't include WorkArea.h
10559
10560 2001-07-25  André Pönitz <poenitz@gmx.net>
10561
10562         * commandtags.h:
10563         * LyXAction.C:
10564         * lyxfunc.C:  new LFUN 'math-space'
10565
10566         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10567
10568 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10569
10570         * text2.C (toggleInset): call open/close
10571
10572 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10573
10574         * lyxfunc.C (dispatch): add debug for the disabled case
10575
10576         * font.C (buttonText): make similar to rectText
10577
10578         * buffer.C (readInset): comment out parsing of insetlist and
10579         insttheorem
10580
10581         * PainterBase.C (rectText): small correction
10582
10583         * BufferView_pimpl.C: comment out insettheorem and insetlist
10584         * LyXAction.C: ditto
10585         * commandtags.h: ditto
10586
10587 2001-07-24  Juergen Vigna  <jug@sad.it>
10588
10589         * text.C (draw): honor the ignore_language.
10590
10591         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10592
10593 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10594
10595         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10596         char inset.
10597
10598 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10599
10600         * lyxtext.h: remove unused (and unimplemented) methods
10601
10602 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10603
10604         * text.C (getVisibleRow): honor background color
10605
10606         * PainterBase.h:
10607         * Painter.h: remove default color argument for fillRectangle
10608
10609         * text.C (backgroundColor): new method
10610
10611 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10612
10613         * text.C (getVisibleRow): adjust
10614
10615         * font.[Ch] (rectText): new method, metrics
10616         (buttonText): new method, metrics
10617
10618         * PainterBase.[hC]: make rectText and buttonText always draw and take
10619         fewer paramteres.
10620
10621 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10622
10623         * ToolbarDefaults.C (read):
10624         * MenuBackend.C (read): allow escaping in all strings
10625
10626         * BufferView_pimpl.C (insertAndEditInset): new method.
10627         (Dispatch): use insertAndEditInset whenever appropriate.
10628
10629         * BufferView_pimpl.C (insertNote): removed
10630
10631         * BufferView_pimpl.C (smartQuote): new method, moved from
10632         BufferView; if an insetquote cannot be inserted, insert a '"'
10633         character instead.
10634
10635         * BufferView2.C: remove insertCorrectQuote();
10636
10637         * lyxfunc.C (getStatus): Add support for all remaingin
10638         inset-insert lfuns.
10639
10640         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10641
10642         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10643         command (necessary to pass " as parameter of self-insert.
10644
10645         * text.C (selectWordWhenUnderCursor):
10646         (selectWord): add word_location parameter
10647         (selectWordWhenUnderCursor): same + remove special code for word
10648         boundary.
10649         (selectNextWord): use kind() to guess type of insetspecialchar,
10650         not latex().
10651
10652         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10653         (insertErtContents): create ert insets as collapsed.
10654         (readInset): better compatibility code for Info inset.
10655
10656 2001-07-20  Juergen Vigna  <jug@sad.it>
10657
10658         * lyxfunc.C (dispatch): use always LyXFind now!
10659
10660         * text2.C (init): add a reinit flag so that the LyXText can be
10661         reinited instead of deleted and reallocated (used in InsetText).
10662
10663         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10664
10665         * text.C: ditto
10666
10667         * text2.C: ditto
10668
10669 2001-07-18  Juergen Vigna  <jug@sad.it>
10670
10671         * text.C (selectNextWord): handle insets inside inset by calling
10672         always the bv->text functions so that we can go up the_locking_inset!
10673
10674         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10675         in strange locations when inside an inset!
10676
10677         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10678         handling to include insets.
10679
10680         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10681
10682 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10683
10684         * LyXAction.C (init):
10685         * commandtags.h:
10686         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10687         LIGATURE_BREAK, since the name is so stupid.
10688
10689 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10690
10691         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10692         InsetInfos.
10693
10694         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10695
10696         * sp_form.[Ch]: remove.
10697
10698         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10699
10700         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10701         InsetInfo.
10702
10703         * src/buffer.C (readInset): ditto.
10704
10705 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10706
10707         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10708         menuSeparator(), endOfSentenceDot(), ldots() and
10709         hyphenationPoint(), which are therefore removed.
10710         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10711
10712         * LyXAction.C (init):
10713         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10714
10715         * paragraph.C (getWord): removed.
10716
10717         * BufferView_pimpl.C (Dispatch): use last word or selection for
10718         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10719
10720         * lyx_main.C (queryUserLyXDir): do not ask before creating
10721         user_dir, except if it has been named explicitely.
10722
10723 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10724
10725         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10726         a document of zero size.
10727
10728 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10729
10730         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10731         approriately in the c-tor and in require().
10732         (getPackages): output the appropriate LaTeX for natbib support.
10733
10734         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10735         variables "use_natbib" and "use_numerical_citations" when reading the
10736         LyX file.
10737         (readInset): read the various natbib cite commands.
10738         (validate): white-space change.
10739
10740         * bufferparams.[Ch]: new variables "bool use_natbib" and
10741         "bool use_numerical_citations".
10742         (writeFile): output them in the LyX file.
10743
10744 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10745
10746         * lyxfunc.C (getStatus): add support for all the inset insertion
10747         commands.
10748
10749         * text2.C (insertInset):
10750         * paragraph.C (insetAllowed):
10751         * BufferView_pimpl.C (insertInset): update to take in account the
10752         renaming of insertInsetAllowed
10753
10754         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10755
10756         * text2.C (getInset): new method. returns inset at cursor position.
10757
10758         * BufferView_pimpl.C (Dispatch): changes because of this.
10759
10760         * LyXAction.C (init): rename open-stuff to inset-toggle.
10761
10762         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10763
10764         * text2.C (toggleInset): renamed from openStuff; use
10765         Inset::open().
10766
10767 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10768
10769         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10770
10771         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10772
10773 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10774
10775         * buffer.C (readLyXformat2): Add filename to the error dialog
10776
10777 2001-07-18  Juergen Vigna  <jug@sad.it>
10778
10779         * tabular.C (GetCellNumber): put an assert here instead of the check!
10780
10781 2001-07-17  Juergen Vigna  <jug@sad.it>
10782
10783         * BufferView_pimpl.C (toggleSelection): adapted too.
10784
10785         * text.C (selectNextWord): adapted for use with insets.
10786         (selectSelectedWord): ditto
10787
10788 2001-07-17  Juergen Vigna  <jug@sad.it>
10789
10790         * sp_spell.C (PSpell): fix initialitation order.
10791
10792 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10793
10794         * paragraph.C: spacing
10795
10796 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10797
10798         * sp_spell.C: repair language selection for pspell
10799
10800 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10801
10802         * lyxfunc.h: change more methods to begin with lower char.
10803
10804 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10805
10806         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10807         for unknown layouts.
10808
10809 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10810
10811         * buffer.C (readLyXformat2): Generate an error dialog if there are
10812         unknown layouts.
10813
10814 2001-07-16  Juergen Vigna  <jug@sad.it>
10815
10816         * sp_spell.C: always compile ISpell part.
10817
10818         * lyxrc.C: added use_pspell entry and it's handling.
10819
10820 2001-07-13  Juergen Vigna  <jug@sad.it>
10821
10822         * sp_spell.C: removed double includes.
10823
10824 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
10825
10826         Consistent use of Lsstream.h:
10827         * Lsstream.h: added using std::stringstream for consistencies sake.
10828
10829         * buffer.C: removed using std::stringstream
10830
10831         * lyxfont.C (stateText):
10832         * paragraph.C (asString):
10833         * text.C (selectNextWord, selectSelectedWord):
10834         * text2.C (setCounter):
10835         * vspace.C (asString, asLatexString):
10836         std::ostringstream -> ostringstream.
10837
10838 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10839
10840         * LyXAction.C: add LFUN_HELP_ABOUTLYX
10841         * commandtags.h: add LFUN_HELP_ABOUTLYX
10842         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
10843
10844 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10845
10846         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
10847         cursorToggle()
10848         * lyx_gui_misc.C: remove spellchecker
10849         * lyxfunc.C: showSpellchecker
10850         * sp_base.h: added
10851         * sp_ispell.h: added
10852         * sp_pspell.h: added
10853         * sp_spell.C: added
10854         * sp_form.[Ch]: removed
10855         * spellchecker.[Ch]: removed
10856
10857 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
10858
10859         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
10860         is set.
10861         (simpleTeXSpecialChars): Simply print the input character without
10862         any special translation if pass_thru is set.
10863
10864         * layout.h: Added bool pass_thru to layout class for being able to
10865         implement pass through of a paragraph for Literate Programming.
10866
10867         * layout.C: add LT_PASS_THRU to LayoutTags enum.
10868         * layout.C (LyXLayout): set pass_thru to flase in constructor.
10869         * layout.C (Read): add "passthru" to list of layout tags and add
10870         code to set the pass_thru boolean when it is read.
10871
10872 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10873
10874         * trans_decl.h: remove allowed from KmodInfo
10875
10876         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
10877         remove allowed code
10878         (Load): adjust
10879
10880         * paragraph_pimpl.C (erase): use boost::prior
10881
10882         * Painter.C (text): use data() instead of c_str() when length is
10883         also provided.
10884         * WorkArea.C (putClipboard): ditto
10885         * font.h (width): ditto
10886
10887         * BufferView2.C: use it-> instead of (*it). for iterators
10888         * texrow.C: ditto
10889         * paragraph_pimpl.C: ditto
10890         * paragraph.C: ditto
10891         * minibuffer.C: ditto
10892         * language.C: ditto
10893         * kbmap.C: ditto
10894         * encoding.C: ditto
10895         * counters.C: ditto
10896         * converter.C: ditto
10897         * chset.C: ditto
10898         * Variables.C: ditto
10899         * TextCache.C: ditto
10900         * MenuBackend.C: ditto
10901         * LyXAction.C: ditto
10902         * LColor.C: ditto
10903         * FloatList.C: ditto
10904         * DepTable.C: ditto
10905         * ColorHandler.C (LyXColorHandler): ditto
10906
10907 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10908
10909         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
10910
10911         * text2.C (openStuff): reintroduce this method (which had been
10912         nuked in NEW_INSETS frenzy).
10913
10914         * lyxfunc.C (Dispatch): when an action has not been handled, use
10915         its name in the error message, not its number.
10916
10917         * paragraph.C (inInset): change method name to begin with lowercase.
10918
10919         * undo_funcs.C:
10920         * text2.C: updates because of this.
10921
10922 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10923
10924         * ToolbarDefaults.C (add): add spaces in error message
10925
10926 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10927
10928         * buffer.C (readLyXformat2): initialize the ert comp. variables.
10929         (readLyXformat2): rename return_par to first_par, use lyxlex's
10930         pushToken and remove the manual push handling.
10931         (parseSingleLyXformat2Token): add another ert comp. variable:
10932         in_tabular, rename return_par to first_par. handle newlines better
10933
10934 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10935
10936         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
10937
10938 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10939
10940         * text2.C (getParFromID): removed
10941
10942         * buffer.C (getParFromID): new method moved form lyxtext.
10943         * BufferView2.C (insertErrors): adjust
10944         (setCursorFromRow): adjust
10945         * BufferView_pimpl.C (restorePosition): adjust
10946         * lyxfunc.C (Dispatch): adjust
10947         * undo_funcs.C (textUndo): adjust
10948         (textRedo): adjust
10949         (textHandleUndo): adjust
10950         (textHandleUndo): adjust
10951
10952 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10953
10954         * buffer.C: up' the LYX_FORMAT
10955
10956         * lyxfont.h: turn NO_LATEX on as default
10957
10958         * buffer.C (insertErtContents): new methods of tex style compability.
10959         (parseSingleLyXformat2Token): use it several places.
10960         * tabular.C (OldFormatRead): and here
10961
10962 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10963
10964         * text2.C: remove some commented code.
10965         reindent file.
10966
10967         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
10968         * trans.C: changes because of the above.
10969
10970 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
10971
10972         * text2.C (setCounter): Fix counters bug with bibliography layout.
10973
10974 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10975
10976         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
10977         own member functions
10978         (simpleTeXSpecialChars): ditto
10979
10980 2001-07-06  Juergen Vigna  <jug@sad.it>
10981
10982         * a lot of files: changed the access to LyXText::status and the
10983         call of undo-functions.
10984
10985         * undo.[Ch]: added a inset_id to the undo informations.
10986
10987         * undo_funcs.[Ch]: added and moved here all undo functions.
10988
10989         * lyxtext.h: give the status enum a weight, made status_ a private
10990         variable and made accessor functions for it, removed the whole bunch
10991         of undo-functions as they are now in their own file, make some
10992         functions publically available. Added function ownerParagraph with
10993         int parameter.
10994
10995         * paragraph.[Ch]: added "bool same_ids" to the constructor,
10996         made InInset() a const function, added getParFromID() function.
10997
10998         * buffer.[Ch]: added const version for inset_iterator functions,
10999         added getInsetFromID() function.
11000
11001         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11002         changed undo functions for new version.
11003
11004 2001-07-05  Juergen Vigna  <jug@sad.it>
11005
11006         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11007         unknow mechanism does not call the proper constructor but only this
11008         one also if I request the other!?
11009
11010 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11011
11012         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11013
11014         * text2.C (LyXText): use initialization lists.
11015
11016         * lyxtext.h (Selection): initialize set_ and mark_
11017         (init): remove method
11018
11019 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11020
11021         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11022
11023 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11024
11025         * screen.[Ch]: change method names to begin with lowercase
11026
11027         * BufferView_pimpl.C (updateScrollbar): simplify further and
11028         hopefully make it a bit faster.
11029
11030 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11031
11032         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11033         calling directly xforms functions.
11034
11035         * Painter.C (Painter):
11036         * lyx_cb.C (MenuWrite):
11037         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11038         fl_display.
11039
11040         * lyx_gui.C: remove bogus guiruntime extern declaration.
11041
11042 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11043
11044         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11045         in NEW_INSETS
11046         (redoDrawingOfParagraph): ditto
11047         (redoParagraphs): ditto
11048         (cutSelection): don't create a object for CutAndPaste use the
11049         static method directly
11050         (pasteSelection): ditto
11051
11052         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11053         LyXview (+ rename)
11054
11055 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11056
11057         * modifications to some other files because of this.
11058
11059         * Makefile.am (lyx_SOURCES): add XFormsView
11060
11061         * XFormsView.[Ch]: new files
11062
11063         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11064         the main window. Move the gui dependent stuff to XFormsView
11065
11066 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11067
11068         * tabular.C (GetCellInset): update cur_cell also in the row/col
11069         version of this function.
11070
11071         * lyxfunc.C: no need to include figure_form.h here.
11072
11073         * FontLoader.h:
11074         * lyxfunc.h:
11075         * lyxscreen.h:
11076         * text2.C:
11077         * lyxvc.C: no need to include forms.h here.
11078
11079 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11080
11081         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11082
11083         * lyxfunc.C (Dispatch):
11084         * Spacing.C (set):
11085         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11086         constructor argument.
11087
11088 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11089
11090         * paragraph.C (Paragraph): dont't clear, and just set layout.
11091         (makeSameLayout): use params's copy contructor.
11092
11093         * ParagraphParameters.[Ch] (makeSame): delete method
11094
11095 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11096
11097         * Variables.[Ch]: fix indentation, rename set to isSet
11098
11099 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11100
11101         * lyxfunc.C (Dispatch): fix typo
11102
11103 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11104
11105         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11106         upper_bound.
11107
11108         * bufferlist.C: include assert.h for emergencyWrite().
11109
11110 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11111
11112         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11113           give up at last (bug #425202) !
11114
11115 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11116
11117         * lyx_gui_misc.C:
11118         * sp_form.h:
11119         * sp_form.C:
11120         * spellchecker.h:
11121         * spellchecker.C: strip spellchecker options and bring up
11122           preferences tab instead
11123
11124 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11125
11126         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11127         the istringstream constructor
11128
11129 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11130
11131         * paragraph.C (getLayout): fix return value
11132
11133         * paragraph.h: do not declare getLayout as inline.
11134
11135         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11136
11137 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11138
11139         * lyxcursor.h (operator<): new func
11140         (operator>): new func
11141         (operator>=): new func
11142         (operator<=): new func
11143
11144         * text.C (changeCase): use selection.start and selection.end
11145         (changeRegionCase): require from to be <= to. Require par to be a
11146         valid paragraph.
11147
11148         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11149
11150 2001-06-27  Juergen Vigna  <jug@sad.it>
11151
11152         * text.C (cursorLeftOneWord): changed to return the cursor and added
11153         overlay with BufferView * parameter which calls this one.
11154         (getWord): added
11155         (selectWord): use new getWord function.
11156         (changeCase): renamed from changeWordCase as and extended to work
11157         also on selections.
11158
11159         * lyxtext.h: added enum word_location
11160
11161         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11162         changeCase as this operates now also on selections.
11163
11164 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11165
11166         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11167
11168         * many files: send debug output to Debug::INFO instead of
11169         Debug::ANY.
11170
11171         * converter.C (View):
11172         (Convert):
11173         (Move): send debug output to Debug::FILES instead of console.
11174
11175 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11176
11177         * lyxfunc.C (getStatus): use func_status
11178
11179         * func_status.h: new header, describing the results of
11180         LyXFunc::getStatus;
11181
11182         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11183         LFUN_MATH_HALIGN.
11184
11185 2001-06-25  The LyX Project  <jug@sad.it>
11186
11187         * buffer.C (sgmlOpenTag):
11188         (sgmlCloseTag):
11189         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11190
11191 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11192
11193         * text2.C: remove some dead code
11194
11195         * tabular.C (GetCellInset): store the last cell checked (gotten)
11196
11197         * tabular.h: add the helper for the speedup
11198
11199         * lyxtext.h: remove some dead code
11200
11201 2001-06-26  The LyX Project  <Asger>
11202
11203         * paragraph.C: Change export to LaTeX of alignment to
11204         \begin{center} and family for better roundtrip work with reLyX.
11205
11206         * Tune the math drawing a bit.
11207
11208 2001-06-25  The LyX Project  <Asger>
11209
11210         * LColor.C (LColor): New color for math background. New color
11211         for buttons.
11212
11213 2001-06-25  The LyX Project  <jug@sad.it>
11214
11215         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11216
11217         * lyxfunc.C (Open):
11218         * bufferlist.C (newFile): do not restrict to files ending with
11219         .lyx
11220
11221         * BufferView_pimpl.C (MenuInsertLyXFile):
11222
11223 2001-06-24  The LyX Project  <jug@sad.it>
11224
11225         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11226         of compare_no_case
11227
11228 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11229
11230         * lyxtext.h: rename most methods to begin with a small char.
11231         Lots of changes because of this.
11232
11233         * paragraph.C (Paragraph): do not call fitToSize
11234         (erase): call Pimpl::erase
11235         (insertChar): call Pimpl::insertChar
11236         (insertInset): call Pipl::insertInset
11237         (breakParagraph): do not call fitToSize
11238         (breakParagraphConservative): do not call fitToSize
11239         (fitToSize): remove method
11240
11241         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11242
11243 2001-06-24  The LyX Project  <Asger>
11244
11245         * Fix Qt compilation^2
11246
11247 2001-06-24  The LyX Project  <jug@sad.it>
11248
11249         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11250         depthHook(getDepth()-1).
11251
11252         * paragraph.h:
11253         * ParagraphParameters.h:
11254         * ParameterStruct.h: change type of depth to unsigned int ==
11255         depth_type. Many adaptations to other files before of that.
11256
11257 2001-06-24  The LyX Project  <Asger>
11258
11259         * Fix Qt compilation.
11260
11261 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11262
11263         * paragraph.h: renamed several methods to begin with small letter.
11264         several changes to many parts of the code because of this.
11265
11266 2001-06-23  The LyX Project  <jug@sad.it>
11267
11268         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11269         rewritten to discard all double spaces when KeepEmpty is off
11270         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11271         to only handle newlines but not fiddle with spaces and friends.
11272
11273         * lyxfunc.C (MenuNew): when doing 'new from template', use
11274         template_path as default directory
11275
11276 2001-06-23  The LyX Project  <Asger>
11277
11278         * Clean-up of header file includes all over
11279         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11280
11281 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11282
11283         * paragraph.h: renamed from lyxparagraph.h
11284
11285 2001-06-23  Asger  <lyx@violet.home.sad.it>
11286
11287         * Buffer.h: Removed Buffer::resize
11288         * BufferList.h: Removed BufferList::resize
11289         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11290         the document lazily when we change the width, or the font settings.
11291
11292 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11293
11294         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11295
11296 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11297
11298         * buffer.h: remove out of date comment
11299
11300 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11301
11302         * lyxscreen.h:
11303         * screen.C: fix "theoretical" GC leak
11304
11305 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11306
11307         * LaTeX.C (scanAuxFile):
11308         (deplog): remove trailing \r when reading stream (useful under
11309         win32)
11310
11311 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11312
11313         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11314         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11315         and BufferView::theLockingInset(Inset*), so should use them and not
11316         access bv_->text->the_locking_inset directly.
11317
11318         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11319
11320 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11321
11322         * Makefile.am:
11323         * tex-defs.h: remove old unused file
11324
11325 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11326
11327         * BufferView_pimpl.C: fix typo, remove minibuffer message
11328           when buffer has loaded
11329
11330 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11331
11332         * lyxfunc.C (Dispatch): use stringstream
11333         (MenuNew): use stringstream
11334         (Open): use stringstream
11335
11336         * importer.C (Import): use stringstream
11337
11338         * bufferview_funcs.C (CurrentState): use stringstream
11339
11340         * LaTeX.C (run): use stringstream
11341
11342         * BufferView_pimpl.C (savePosition): use stringstream
11343         (restorePosition): use stringstream
11344         (MenuInsertLyXFile): use stringstream
11345
11346 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11347
11348         * BufferView.C:
11349         * Bullet.C:
11350         * ColorHandler.C:
11351         * FontInfo.C:
11352         * FontLoader.C:
11353         * LColor.C:
11354         * LaTeXFeatures.C:
11355         * Painter.C:
11356         * gettext.C:
11357         * lyx_gui_misc.C:
11358         * lyxserver.C:
11359         * vspace.C: removed // -*- C++ -*- as first line.
11360
11361         * lyxfind.h:
11362         * version.h: added // -*- C++ -*- as first line.
11363
11364 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11365
11366         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11367
11368         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11369         of string
11370
11371 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11372
11373         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11374         of floats.
11375
11376 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11377
11378         * gettext.C: include LString.h even when --disable-nls is on.
11379
11380 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11381
11382         * converter.h (Get): changed argument type from int to
11383         FormatList::size_type to avoid unnecessary conversion.
11384
11385         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11386         before using it.
11387
11388 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11389
11390         * gettext.h: include LString.h even when --disable-nls is on.
11391
11392 2001-06-07  Juergen Vigna  <jug@sad.it>
11393
11394         * text.C (BreakAgain): subst spaces with tabs.
11395
11396         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11397         (resizeInsetsLyXText): set force on resizeLyXText.
11398
11399 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11400
11401         * gettext.h (gettext_init):
11402         (locale_init): use a real definition instead of a macro
11403
11404 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11405
11406         * Bufferview_pimpl.C:
11407         * LColor.h:
11408         * LColor.C: further lcolor tidies
11409
11410 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11411
11412         * BufferView_pimpl.C (updateScrollbar): simplify.
11413
11414         * BufferView2.C: don't include insets/insetinfo.h, change
11415         prototype for insertInset and call the Pimpl version. let
11416         updateInset call Pimpl version.
11417
11418         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11419         gotoInset to BufferView::Pimpl
11420
11421 2001-06-01  Juergen Vigna  <jug@sad.it>
11422
11423         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11424         inside a LockingInset (is the update needed at all?).
11425
11426 2001-05-31  Juergen Vigna  <jug@sad.it>
11427
11428         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11429         here not the old one otherwise how should we compare it afterwards
11430         if it's the same!
11431
11432 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11433
11434         * lyxfont.C:
11435         * tabular.C:
11436         * tabular-old.C:
11437         * FontInfo.C: bring C functions into global namespace when
11438         necessary
11439
11440 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11441
11442         * LString.h: make sure config.h has been loaded before LString.h.
11443
11444         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11445         (one for each char read by EatLine!).
11446
11447         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11448         variables.
11449
11450 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11451
11452         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11453         to the same as the par we break from
11454
11455 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11456
11457         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11458
11459         * MenuBackend.C (expand): also create menu entries for wide
11460         versions of the floats.
11461
11462         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11463
11464         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11465
11466         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11467         frontends/Makefile.am
11468
11469         * text2.C: adjust
11470         * text.C: adjust
11471
11472
11473         * tabular.C (getTokenValue): add std::
11474
11475         * tabular-old.C (getTokenValue): add std::
11476         (getTokenValue): ditto
11477         (getTokenValue): ditto
11478
11479         * screen.C (ToggleSelection): adjust
11480
11481         * lyxtext.h: put selection cursors inside a Selection struct.
11482
11483         * lyxfunc.C (moveCursorUpdate): adjust
11484
11485         * lyxfont.C (latexWriteStartChanges): add std::
11486
11487         * lyxfind.C: adjust
11488
11489         * font.h: delete with(char const *, LyXFont const &)
11490
11491         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11492
11493         * FontInfo.C (getFontname): add std::
11494
11495         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11496         (workAreaButtonPress): adjust
11497         (tripleClick): adjust
11498         (update): adjust
11499         (moveCursorUpdate): adjust
11500         (Dispatch): adjust
11501
11502         * BufferView2.C (gotoInset): adjust
11503
11504 2001-05-30  Juergen Vigna  <jug@sad.it>
11505
11506         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11507         to check pspell I add this as default as I now have new pspell
11508         libraries and they seem to use this.
11509
11510 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11511
11512         * text2.C (CutSelection): make the cursor valid before the call to
11513         ClearSelection.
11514
11515 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11516
11517         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11518         relied on 0 terminated strings and other horrors. Bug found due to
11519         the new assert in lyxstring!
11520
11521         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11522         KP_ keys.
11523
11524 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11525
11526         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11527         to latinkeys.bind.
11528
11529         * lyxfunc.C (processKeySym): change method of getting to the
11530         self-insert char.
11531
11532         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11533         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11534         * BufferView_pimpl.[Ch]: here as private methods.
11535
11536 2001-05-28  Juergen Vigna  <jug@sad.it>
11537
11538         * text.C (SetHeightOfRow): added the update() call again as it is
11539         needed to initialize inset dimensions!
11540
11541 2001-05-16  Juergen Vigna  <jug@sad.it>
11542
11543         * text2.C (SetCharFont): Add new function with BufferView * and
11544         bool toggleall parameters for setting insets internal fonts.
11545         (SetFont): Freeze the undo as we may change fonts in Insets and
11546         all this change should be inside only one Undo!
11547
11548         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11549         setting font's in insets as for them we have the SetFont function!
11550
11551 2001-05-15  Juergen Vigna  <jug@sad.it>
11552
11553         * text2.C (ClearSelection): to be sure we REALLY don't have any
11554         selection anymore!
11555
11556         * tabular.C (TeXCellPreamble): fixed the left border problem for
11557         multicolumn cells.
11558
11559 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11560
11561         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11562         dependancy file
11563
11564 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11565
11566         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11567         LFUN_BREAKPARAGRAPH.
11568
11569         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11570         help test to "internal only", similar for LFUN_INSERT_URL
11571
11572         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11573         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11574         auto_region_delete and deadkeys.
11575
11576 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11577
11578         * LColor.h:
11579         * LColor.C: remove some dead entries, tidy a little
11580
11581 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11582
11583         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11584         commented code.
11585         (Dispatch): implement LFUN_ESCAPE
11586
11587         * commandtags.h: add LFUN_ESCAPE
11588
11589         * LyXAction.C (init): add entry for LFUN_ESCAPE
11590
11591         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11592         Remove commented code.
11593         (insertNote): moved here
11594         (open_new_inset): moved here
11595
11596         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11597         BufferView_pimpl
11598
11599 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11600
11601         * kbmap.C (findbinding): clean it up and make it work correctly.
11602
11603         * lyx_main.C (init): do not pass argc and argv as parameters
11604
11605 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11606
11607         * buffer.C: fix path for OS/2 & Win32
11608
11609         * lyx_gui.C:
11610         * lyx_main:
11611         * lyx_main.C: Added os:: class.
11612
11613         * os2_defines.h: update
11614
11615 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11616
11617         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11618         better by trying again with reduced state.
11619
11620 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11621
11622         * lyxrc.C (read): print error about invalid key sequence only when
11623         debugging (because not all latinX keysyms are known to some X
11624         servers)
11625
11626         * kbsequence.C (getiso): add a few std:: qualifiers
11627         (getiso): comment out extra return statement.
11628
11629 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11630
11631         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11632         handling.
11633         (Dispatch): enhance the accent inset a bit. (not perfect)
11634
11635 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11636
11637         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11638
11639 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11640
11641         * bufferlist.C (emergencyWrite): fix assert() call
11642
11643 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11644
11645         * text.C (InsertChar): Added trivial patch to only send the "you
11646         can not do multiple spaces this way" message once during a
11647         session.
11648
11649 2001-05-08  Baruch Even  <baruch@lyx.org>
11650
11651         * Makefile.am: Changed order of libraries to get LyX to link properly
11652         with the gnome frontend.
11653
11654 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11655
11656         * LaTeXFeatures.h: add a std:: qualifier
11657
11658 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11659
11660         * paragraph.C (String): use stringstream
11661
11662 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11663
11664         * paragraph.C (writeFile): remove footflag arg
11665
11666         * buffer.C (makeLaTeXFile): use stringstream
11667         (latexParagraphs): remove footnot gurba
11668
11669         * LaTeXFeatures.C (getPackages): use stringstream
11670         (getMacros): likewise
11671         (getTClassPreamble): likewise
11672         (getFloatDefinitions): new method
11673
11674         * paragraph.C (writeFile): reindent
11675         (Erase): reindent
11676
11677         * WorkArea.h: revert the xpos + etc changes.
11678
11679         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11680
11681         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11682
11683         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11684         (pasteSelection): likewise
11685         * text2.C (CreateUndo): likewise
11686
11687 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11688
11689         * minibuffer.C (peek_event): temporarily reduce the functionality
11690         of the minibuffer (to allow args on lfuns)
11691
11692         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11693         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11694
11695         * buffer.C (readInset): add compability reading of old float
11696         lists, add reading of new style float list.
11697         (readInset): avoid reevaluation of inscmd.getCmdName()
11698         (getLists): reindent
11699
11700         * MenuBackend.C (MenuItem): implement parsing of
11701         md_floatlistinsert and md_floatinsert.
11702         (expand::LastFiles): move initalizaton of iterators out of loop,
11703         avoid reevaluation.
11704         (expand::Documents): introduce typdedef vector<string> Strings,
11705         and use it.
11706         (expand::ExportFormats): introduce typedef vector<Format const *>
11707         Formats, and use it.
11708         (expand): implement FloatListInsert and FloatInsert.
11709
11710         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11711         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11712         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11713
11714         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11715         handling.
11716         (Dispatch::LFUN_FLOAT_LIST): implement
11717
11718 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11719
11720         * LaTeX.C (run): Fix problem with --export code.
11721
11722 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11723
11724         * BufferView.[Ch] (workarea): removed.
11725         (getClipboard) new method; wrapper for workarea()->getClipboard()
11726
11727         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11728         bug.
11729
11730         * WorkArea.h (width, height, xpos, ypos): These methods all
11731         returned the dimensions of the work_area sub-area of WorkArea,
11732         resulting in a position error if the WorkArea were resized. Now
11733         return the dimensions of the entire WorkArea.
11734
11735         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11736
11737 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11738
11739         * LaTeX.C (deplog): correct the syntax of regex reg1
11740
11741 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11742
11743         * undo.C: remove !NEW_INSETS cruft
11744
11745 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11746
11747         * text2.C: remove !NEW_INSETS cruft
11748
11749         * text.C: remove !NEW_INSETS cruft
11750
11751         * tabular.C: remove !NEW_INSETS cruft
11752
11753         * spellchecker.C: remove !NEW_INSETS cruft
11754
11755         * lyxtext.h: remove !NEW_INSETS cruft
11756
11757         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11758
11759         * lyxfunc.C: remove !NEW_INSETS cruft
11760
11761         * lyxfind.C: remove !NEW_INSETS cruft
11762
11763         * lyx_cb.C: remove !NEW_INSETS cruft
11764
11765         * figureForm.C: remove  !NEW_INSETS cruft
11766
11767         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11768
11769         * buffer.[Ch]: remove !NEW_INSETS cruft
11770
11771         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11772
11773         * CutAndPaste.C: remove !NEW_INSETS cruft
11774
11775         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11776
11777         * BufferView2.C: remove !NEW_INSETS cruft
11778
11779         * BufferView.h: remove !NEW_INSETS cruft
11780
11781 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11782
11783         * Lsstream.h: include LString.h before the sstream headers to
11784         fix problem with gcc 2.95.3 and lyxstring
11785
11786 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11787
11788         * lyx_main.C: add using directives when needed for C functions
11789         declared in std:: namespace.
11790
11791 2001-04-27  Juergen Vigna  <jug@sad.it>
11792
11793         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11794         (SetHeightOfRow): comment out the update call should not be needed!
11795
11796 2001-04-13  Juergen Vigna  <jug@sad.it>
11797
11798         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11799         (LyXTabular): tried to minimize operator= operations (and realized
11800         hopfully Lars wish).
11801
11802 2001-04-27  Juergen Vigna  <jug@sad.it>
11803
11804         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11805
11806 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11807
11808         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11809
11810         * buffer.C (readInset): hack to make listof algorithm work
11811
11812         * BufferView_pimpl.C: hack to make listof algorithm work
11813
11814 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11815
11816         * LyXAction.C: removed all !NEW_INSETS cruft
11817         (init): moved lfun_item in method
11818
11819         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
11820
11821 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11822
11823         * BufferView2.C (theLockingInset): white space.
11824
11825 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11826
11827         * minibuffer.C: include <iostream>
11828
11829         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
11830
11831         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
11832
11833         * commandtags.h: add LFUN_TRANSPOSE_CHARS
11834
11835         * text.[Ch] (TransposeChars): new method
11836
11837 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11838
11839         * call message directly through LyXView instead of through LyXFunc
11840         * BufferView2.C: adjust
11841         * BufferView_pimpl.C: adjust
11842         * FontLoader.C: adjust
11843         * buffer.C: adjust
11844         * bufferview_funcs.C: adjust
11845         * converter.C: adjust
11846         * figureForm.C: adjust
11847         * importer.C: adjust
11848         * lyx_cb.C: adjust
11849         * lyx_gui_misc.C: adjust
11850         * lyxfunc.C: adjust
11851         * lyxvc.C: adjust
11852         * text2.C: adjust
11853         + more files in subdirs
11854
11855         * lyxparagraph.h (size): move up int file
11856         (GetLayout): ditto
11857
11858         * adjust all uses of Assert to lyx::Assert.
11859
11860         * BufferView2.C (ChangeCitationsIfUnique): adjust for
11861         lyxfunctional in namespace lyx
11862         * layout.C (hasLayout): ditto
11863         (GetLayout): ditto
11864         (GetLayout): ditto
11865         (delete_layout): ditto
11866         (NumberOfClass): ditto
11867         * converter.C (GetFormat): ditto
11868         (GetNumber): ditto
11869         (Add): ditto
11870         (Delete): ditto
11871         (SetViewer): ditto
11872         * bufferlist.C (getFileNames): ditto
11873         (emergencyWriteAll): ditto
11874         (exists): ditto
11875         (getBuffer): ditto
11876         * MenuBackend.C (hasSubmenu): ditto
11877         (hasMenu): ditto
11878         (getMenu): ditto
11879         * BufferView_pimpl.C (getInsetByCode): ditto
11880
11881 2001-04-18  Juergen Vigna  <jug@sad.it>
11882
11883         * vspace.C (asLatexString): fixed the 100% problem.
11884
11885 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11886
11887         * lyxfunc.C (Dispatch):
11888         * minibuffer.C:
11889         * minibuffer.h: add a few std:: qualifiers
11890
11891 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11892
11893         * minibuffer.[Ch]: reimplement so that commands is initiated and
11894         run from lyxfunc, simplified som handling, and made the completion
11895         and history code for complete. wip.
11896
11897         * lyxfunc.C (processKeySym): call message
11898         (miniDispatch): new temporary method
11899         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
11900         (LFUN_MESSAGE): implement
11901         (LFUN_MESSAGE_PUSH): implement
11902         (LFUN_MESSAGE_POP): implement
11903         (initMiniBuffer): the initial/defualt minibuffer message.
11904
11905         * lyxfont.[Ch]: inline some more getters
11906
11907         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
11908
11909         * lyx_gui_misc.[Ch] (WriteStatus): remove method
11910
11911         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
11912         (AutoSave): use LFUN_MESSAGE
11913         (Reconfigure): ditto
11914
11915         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
11916
11917         * figureForm.C: use LFUN_MESSAGE
11918
11919         * converter.C (runLaTeX): use LFUN_MESSAGE
11920
11921         * bufferview_funcs.C: use LFUN_MESSAGE
11922         (Melt): ditto
11923         (changeDepth): ditto
11924
11925         * bufferparams.h: use boost::
11926
11927         * bufferlist.h: inherit privately from noncopyable
11928
11929         * bufferlist.C (loadLyXFile): remove some commented code.
11930
11931         * buffer.C (runChktex): use LFUN_MESSAGE
11932
11933         * ShareContainer.h: inherit privately from noncopyable
11934
11935         * ParagraphParameters.[hC] (depth): inline it.
11936
11937         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
11938         methods.
11939         (message): new method
11940         (messagePush): ditto
11941         (messagePop): ditto
11942         (show): init minibuffer
11943         (showState): direct call
11944
11945         * LaTeX.[Ch]: inherit privately from noncopyable
11946         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
11947         instead of WriteStatus.
11948
11949         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
11950
11951         * BufferView_pimpl.C (buffer): don't init minibuffer
11952         (workAreaButtonPress): use LFUN_MESSAGE
11953         (workAreaButtonRelease): ditto
11954         (savePosition): ditto
11955         (restorePosition): ditto
11956         (MenuInsertLyXFile): ditto
11957         (workAreaExpose): don't init minibuffer
11958         (update): remove commented code, simplify
11959
11960         * BufferView2.C (openStuff): use LFUN_MESSAGE
11961         (toggleFloat): ditto
11962         (menuUndo): ditto
11963         (menuRedo): ditto
11964         (copyEnvironment): ditto
11965         (pasteEnvironment): ditto
11966         (copy): ditto
11967         (cut): ditto
11968         (paste): ditto
11969         (gotoInset): ditto
11970         (updateInset): remove some commented code
11971
11972         * lastfiles.h: inherit privately from noncopyable
11973         * layout.h: ditto
11974         * lyx_gui.h: ditto
11975         * lyx_main.h: ditto
11976         * lyxlex.h: ditto
11977         * lyxlex_pimpl.h: ditto
11978
11979         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
11980         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
11981         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11982
11983         * LyXAction.h: inherit privately from noncopyable, add methods
11984         func_begin, func_end, returning iterators to the func map.
11985
11986         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
11987         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11988         (func_begin): new method
11989         (func_end): new method
11990
11991         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
11992         and not)
11993         (copySelection): ditto
11994         (pasteSelection): ditto
11995
11996         * BufferView.C: whitespace change
11997         * BufferView.h: inherit privately from noncopyable
11998
11999 2001-04-16  Allan Rae  <rae@lyx.org>
12000
12001         * tabular-old.C (l_getline):
12002         * spellchecker.C (sc_check_word):
12003         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12004         an unrecognised preprocessor directive.  So ensure they're wrapped.
12005
12006 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12007
12008         * src/exporter.C (Export): Give an error message when path to file
12009         contains spaces.
12010
12011 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12012
12013         * LaTeX.C (deplog): Always check that foundfile exists.
12014
12015 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12016
12017         * lyx_main.h:
12018         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12019
12020 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12021
12022         * tabular.[Ch] (getLabelList): implement new method
12023
12024         * minibuffer.h: comment ouf setTiimer
12025
12026         * minibuffer.C (ExecutingCB): constify res
12027         (peek_event): constify s
12028         (Set): constify ntext
12029         (Init): constify nicename
12030
12031         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12032
12033         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12034         (savePosition): use two params to Minibuffer::Set
12035         (restorePosition): ditto
12036
12037 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12038
12039         * lyx_main.C: include language.h
12040
12041         * Makefile.am (lyx_main.o): add language.h
12042
12043 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12044
12045         * exporter.C:
12046         * paragraph.C:
12047         * screen.C:
12048         * tabular.C:
12049         * CutAndPaste.C: include gettext.h
12050
12051         * lyxfont.h: remove old hack with ON and OFF.
12052
12053         * lyxparagraph.h:
12054         * lyxfont.h: do not include language.h...
12055
12056         * BufferView2.C:
12057         * LaTeXFeatures.C:
12058         * Painter.C:
12059         * bufferview_funcs.C:
12060         * font.C:
12061         * lyxfont.C:
12062         * text.C:
12063         * text2.C:
12064         * trans_mgr.C:
12065         * paragraph.C: ... but do it here instead
12066
12067 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12068
12069         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12070
12071         * tabular.C: small reformat
12072
12073         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12074         NEW_INSETS version
12075         (GetChar): ditto
12076         (BreakParagraph): ditto
12077         (SetOnlyLayout): ditto
12078         (SetLayout): ditto
12079
12080         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12081         with one arg less.
12082
12083         * lastfiles.C: removed most using decl, add std:: where needed
12084
12085         * buffer.C: ws changes
12086
12087         * MenuBackend.C (class compare_format): put into anon namespace
12088         (expand): constify label, names, action, action2
12089         (expand):
12090
12091         * text.C (SingleWidth): constify font
12092         (IsBoundary): constify rtl2
12093         (GetVisibleRow): constify ww
12094
12095         * LaTeX.C (deplog): constify logfile
12096
12097         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12098         start_x, end_x
12099         (workAreaExpose): constify widthChange, heightChange
12100
12101         * lyxrow.C (par): moved
12102         (height): moved
12103         (next): moved
12104         * lyxrow.h: as inlines here
12105
12106         * lyxfont.h (shape): moved from lyxfont.C
12107         (emph): moved from lyxfont.C
12108
12109         * lyxfont.C (LyXFont): use initialization list for all
12110         constructors
12111         (shape): move to lyxfont.h as inline
12112         (emph): move to lyxfont.h as inline
12113
12114
12115 2001-04-04  Juergen Vigna  <jug@sad.it>
12116
12117         * vspace.C: had to include stdio.h for use of sscanf
12118
12119 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12120
12121         * BufferView.h:
12122         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12123         independent of xforms.
12124
12125 2001-04-02  Juergen Vigna  <jug@sad.it>
12126
12127         * spellchecker.C: fixed namespace placing!
12128
12129 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12130
12131         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12132         the LyXParagraph * is 0.
12133
12134 2001-03-29  Juergen Vigna  <jug@sad.it>
12135
12136         * vspace.C: added support for %, c%, p%, l%.
12137         (stringFromUnit): added helper function.
12138         (asLatexString): changed to give right results for the %-values.
12139
12140         * buffer.C: convert the widthp in a width%.
12141
12142 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12143
12144         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12145         figureForm.[Ch].
12146
12147         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12148         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12149
12150         * lyx_cb.[Ch]: see above.
12151
12152         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12153         form1.[Ch].
12154
12155         * form1.[Ch]:
12156         * lyx.[Ch]: replaced by figure_form.[Ch].
12157
12158         * lyx_gui.C:
12159         * lyx_gui_misc.C:
12160         * lyxfunc.C: changed headers associated with above changes.
12161
12162 2001-03-27  Juergen Vigna  <jug@sad.it>
12163
12164         * BufferView_pimpl.C: set the temporary cursor right!
12165
12166 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12167
12168         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12169
12170 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12171
12172         * LString.h: removed "using std::getline"!
12173
12174         * BufferView_pimpl.C (Dispatch): changes due to changes in
12175         InsetInclude::Params.
12176
12177         * buffer.C (tag_name): removed redundant break statements as they were
12178         producing lots of warnings with my compiler.
12179
12180 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12181
12182         * LString.h: add "using std::getline" when using the real <string>.
12183
12184 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12185
12186         * buffer.C: removed bitset usage.
12187         PAR_TAG moved to an anonymous name space.
12188         (tag_name): new funtion, also in the anonymous namespace.
12189         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12190         (makeDocBookFile): clean code. Completed transition from string arrays
12191         to string vectors.
12192         (SimpleDocBookOnePar): code clean.
12193
12194 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12195
12196         * tabular.C: add some comments.
12197
12198 2001-03-22  Juergen Vigna  <jug@sad.it>
12199
12200         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12201         compatibility read a bit and fixed bug with minipage in different
12202         depth.
12203
12204 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12205
12206         * buffer.C (pop_tag): removed.
12207         (push_tag): removed.
12208         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12209         array replaced with vector. Added support for CDATA sections.
12210         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12211         at any nest level.
12212         (makeDocBookFile): XML conformant declaration of CDATA section,
12213         fixed bug related to <emphasis> in the first paragraph char.
12214         (sgmlOpenTag): exclude empty tags.
12215         (sgmlCloseTag): ditto.
12216
12217         * buffer.h (pop_tag): removed.
12218         (push_tag): removed.
12219
12220 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12221
12222         * language.h (Languages): added size_type and size().
12223
12224 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12225
12226         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12227         response on compability reading of minipages. One probliem is that
12228         the old usage of minipages was «flertydig»
12229
12230         * several files here and in subdirs: don't use static at file
12231         scope use anon namespaces instead.
12232
12233 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12234
12235         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12236         LaTeX output. This is necessary for Literate document
12237         processing.
12238
12239 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12240
12241         * buffer.C: insert hfill when needed.
12242
12243         * tabular.C (l_getline): use string::erase, small whitespace change.
12244
12245         * BufferView_pimpl.C: try the anon namespace.
12246         * WorkArea.C: ditto
12247
12248 2001-03-16  Juergen Vigna  <jug@sad.it>
12249
12250         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12251         otherwise it won't open options-dialogs.
12252
12253         * buffer.C: honor pextraWidth(p) on converting minipages.
12254
12255         * tabular.C (l_getline): changed the functions to strip trailing \r.
12256
12257 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12258
12259         * BufferView_pimpl.C:
12260         * minibuffer..C: added "using SigC::slot" declaration.
12261
12262 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12263
12264         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12265
12266         * text2.C: ditto
12267
12268         * text.C: ditto
12269
12270         * paragraph.C: ditto
12271
12272         * lyxtext.h: NO_PEXTRA
12273
12274         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12275
12276         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12277         * ParameterStruct.h: ditto
12278         * ParagraphParameters.h: ditto
12279         * lyxparagraph.h: ditto
12280
12281 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12282
12283         * buffer.C: add compability for minipage alignment.
12284         (latexParagraphs): remove unwanted pextra check.
12285
12286         * several files: remove CXX_WORKING_NAMESPACES
12287
12288         * buffer.C (pop_tag): tie is in namespace boost
12289
12290         * BufferView.h: noncopyable is in namespace boost
12291         * lyxlex.h: ditto
12292         * lyx_main.h: ditto
12293         * lyx_gui.h: ditto
12294         * layout.h: ditto
12295         * lastfiles.h: ditto
12296         * bufferlist.h: ditto
12297         * ShareContainer.h: ditto
12298         * LyXView.h: ditto
12299         * LyXAction.h: ditto
12300         * LaTeX.h: ditto
12301
12302 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12303
12304         * Merging changes from BRANCH_MVC back into HEAD.
12305
12306         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12307
12308 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12309
12310         * BufferView_pimpl.C: change from intl.C
12311
12312         * combox.h:
12313         * combox.C:
12314         * Makefile.am: move combox.*
12315
12316         * form1.h:
12317         * form1.C:
12318         * lyx_gui.C:
12319         * intl.h:
12320         * intl.C: remove dialog (covered by prefs)
12321
12322 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12323
12324         * lyxfunc.C (Dispatch): removed redundant break statement.
12325
12326 2001-03-14  Juergen Vigna  <jug@sad.it>
12327
12328         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12329
12330 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12331
12332         * buffer.C: add hack to fix compability reading of minipages.
12333
12334 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12335
12336         * buffer.C (getLists): Cleanup.
12337
12338 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12339
12340         * lyxfont.C (update): don't honor toggleall on font size.
12341
12342 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12343
12344         * bmtable.c:
12345         * bmtable.h:
12346         * Makefile.am: moved to frontends/xforms/
12347
12348         * lyx_gui_misc.C:
12349         * lyxfunc.C:
12350         * BufferView_pimpl.C: changes for moved mathpanel
12351
12352 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12353
12354         * gettext.h: fix gettext_init() in --disable-nls
12355
12356 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12357
12358         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12359
12360 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12361
12362         * lyx.C:
12363         * lyx.h: strip external form
12364
12365 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12366
12367         * BufferView_pimpl.C: add comment, destroySplash()
12368
12369 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12370
12371         * BufferView_pimpl.C:
12372         * LyXAction.C:
12373         * buffer.C:
12374         * commandtags.h:
12375         * lyxfunc.C: use re-worked insetinclude
12376
12377 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12378
12379         * buffer.C: add using std::stringstream.
12380
12381         * lyx_cb.C: readd using std::ios.
12382
12383         * buffer.C: add using std::map.
12384
12385         * BufferView_pimpl.C: add using std::vector.
12386
12387         * ShareContainer.h: add std:: to swap.
12388
12389         * buffer.h: add some typedefs
12390         * buffer.C (getLists): use them
12391         (getLists): renamed from getTocList.
12392         add a counter for the different float types and use it in the
12393         generated string.
12394         (getLists): use the same counter for the NEW_INSETS and the "non"
12395         NEW_INSETS
12396
12397         * lyx_cb.h: remove unused items, includes, using etc.
12398
12399         * ShareContainer.h: remove some commented code, add more comments
12400         and "documentation".
12401
12402 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12403
12404         * buffer.C (getTocList): make the list also when NEW_INSETS is
12405         defined.
12406
12407         * buffer.h: remove TocType
12408
12409         * buffer.C (getTocList): change to return a map<string,
12410         vector<TocItem> >, implement for dynamic number of list.
12411
12412         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12413         * text2.C (PasteSelection): adjust
12414         * CutAndPaste.C (pasteSelection): adjust
12415
12416         * FloatList.C (FloatList): update from the new_insets branch.
12417         * Floating.[Ch]: ditto
12418         * LaTeXFeatures.C: ditto
12419         * buffer.C: ditto
12420         * lyxlex_pimpl.C: ditto
12421
12422         * paragraph.C (Last): remove when NEW_INSETS is defined.
12423
12424         * other file: changes because of the above.
12425
12426 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12427
12428         * lyxparagraph.h: rename next to next_, previous to previous_,
12429         make them private for NEW_INSETS. Rename Next() to next(),
12430         Previous() to previous().
12431
12432         * other files: changes because of the above.
12433
12434 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12435
12436         * BufferView.h:
12437         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12438         problem.
12439
12440 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12441
12442         * main.C (main): pass lyx_localedir to gettext_init().
12443
12444         * gettext.h: remove locale_init and gettext_init macros
12445
12446         * gettext.C (locale_init): new function
12447         (gettext_init): new function
12448
12449         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12450         setlocale().
12451
12452 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12453
12454         * Moved credits to frontends:
12455         * credits.[Ch]: removed
12456         * credits_form.[Ch]: removed
12457         * lyx_gui_misc.C: remove credits stuff
12458         * Makefile.am:
12459
12460 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12461
12462         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12463
12464         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12465         unneeded destructor.
12466
12467         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12468         a standalone pointer again.
12469
12470         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12471
12472 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12473
12474         * Makefile.am:
12475         * filedlg.h:
12476         * filedlg.C:
12477         * LyXAction.C:
12478         * ToolbarDefaults.C:
12479         * bufferlist.C:
12480         * commandtags.h:
12481         * form1.C:
12482         * form1.h:
12483         * lyx_cb.C:
12484         * lyx_cb.h:
12485         * lyxfunc.h:
12486         * lyxfunc.C:
12487         * BufferView_pimpl.C: use new file dialog in GUII
12488
12489         * lyx_cb.h:
12490         * lyx_cb.C: remove LayoutsCB to Toolbar
12491
12492 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12493
12494         * ShareContainer.h (get): add std:: qualifier
12495
12496 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12497
12498         * ShareContainer.h: define a proper ShareContainer::value_type
12499         type (and use typename to please compaq cxx)
12500
12501 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12502
12503         * lyxparagraph.h: move serveral local vars to
12504         ParameterStruct/ParagraphParameters., use ShareContainer in
12505         FontTable., make vars in FontTable private and add getter and
12506         setter.
12507
12508         * paragraph.C: changes because of the above.
12509
12510         * lyxfont.h: remove copy constructor and copy assignment. (the
12511         default ones is ok), move number inside FontBits. move inlines to
12512         lyxfont.C
12513
12514         * lyxfont.C: add number to initializaton of statics, move several
12515         inlines here. constify several local vars. some whitespace
12516         cleanup. Dont hide outerscope variables.
12517
12518         * Spacing.h: add two new constructors to match the set methods.
12519
12520         * ShareContainer.h: new file, will perhaps be moved to support
12521
12522         * ParameterStruct.h: new file
12523
12524         * ParagraphParameters.h: new file
12525
12526         * ParagraphParameters.C: new file
12527
12528         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12529         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12530
12531         * BufferView_pimpl.C: ParagraphParameter changes.
12532         * buffer.C: Likewise.
12533         * bufferview_funcs.C: Likewise.
12534         * text.C: Likewise.
12535         * text2.C: Likewise.
12536
12537 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12538
12539         * lyxfind.C (LyXReplace): do not redefine default argument in
12540         implementation.
12541         (IsStringInText): ditto
12542         (SearchForward): ditto
12543         (SearchBackward): ditto
12544
12545 2001-03-06  Juergen Vigna  <jug@sad.it>
12546
12547         * lyxfind.C (IsStringInText): put parentes around expressions.
12548
12549 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12550
12551         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12552
12553 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12554
12555         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12556
12557         * stl_string_fwd.h: add comment
12558
12559         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12560
12561         * tabular.h:
12562         * tabular.C: remove unused DocBook methods
12563
12564         * intl.C:
12565         * language.C:
12566         * paragraph.C:
12567         * buffer.C:
12568         killed DO_USE_DEFAULT_LANGUAGE
12569
12570 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12571
12572         * lyx_gui.C: do not include language.h.
12573
12574         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12575         arguments in function implementation.
12576
12577 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12578
12579         * BufferView_pimpl.C: add <ctime>
12580
12581 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12582
12583         * BufferView_pimpl.C: add using std::find_if
12584
12585 2001-02-27  José Matos  <jamatos@fep.up.pt>
12586
12587         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12588         by OnlyPath.
12589
12590 2001-02-11  José Matos  <jamatos@fep.up.pt>
12591
12592         * buffer.C (makeDocBookFile): command styles now have a parameter as
12593         "title" by default.
12594
12595 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12596
12597         * layout_forms.[Ch]: removed
12598         * lyx_cb.[Ch]: out character
12599         * lyx_gui.C: out character
12600         * lyx_gui_misc.C: out character
12601         * bufferview_funcs.C: : out character,
12602         added toggleall as parameter in ToggleAndShow
12603
12604 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12605
12606         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12607
12608         * text2.C (SetCurrentFont): Disable number property at boundary.
12609
12610 2001-02-26  Juergen Vigna  <jug@sad.it>
12611
12612         * lyxfunc.C (getStatus): added a string argument override function so
12613         that this is correctly called from LyXFunc::Dispatch if it contains a
12614         do_not_use_argument which is used!
12615         (Dispatch): added check for "custom" export and call appropriate func.
12616
12617 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12618
12619         * lyxrc.C: Add language_command_local, language_use_babel and
12620         language_global_options.
12621
12622         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12623
12624         * buffer.C (makeLaTeXFile): Use language_use_babel and
12625         language_global_options.
12626
12627 2001-02-23  Juergen Vigna  <jug@sad.it>
12628
12629         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12630         which works with LyXText and putted it inside BufferView. Here now we
12631         only call for that part the BufferView::Dispatch() function.
12632
12633         * BufferView.C (Dispatch): added.
12634
12635         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12636         functions which needs to use a LyXText over from LyXFunc.
12637         (MenuInsertLyXFile): added
12638         (getInsetByCode): added
12639         (moveCursorUpdate): added
12640         (static TEXT): added
12641
12642 2001-02-22  Juergen Vigna  <jug@sad.it>
12643
12644         * BufferView_pimpl.C (update): call a status update to see if LyXText
12645         needs it.
12646
12647 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12648
12649         * vc-backend.C (revert): implement for CVS
12650         (getLog): implement for CVS
12651
12652 2001-02-20  Juergen Vigna  <jug@sad.it>
12653
12654         * text2.C (ClearSelection): added BufferView param for inset_owner call
12655
12656         * lyxfunc.C (TEXT): added this function and use it instead of
12657         directly owner->view()-text of getLyXText().
12658
12659 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12660
12661         * src/layout_forms.C: out preamble
12662         * src/layout_forms.h: out preamble
12663         * src/lyx_cb.C: out preamble
12664         * src/lyx_cb.h: out preamble
12665         * src/lyx_gui.C: out preamble
12666         * src/lyx_gui_misc.C: out preamble
12667         * src/lyxfunc.C: connect with guii preamble
12668
12669 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12670
12671         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12672
12673 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12674
12675         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12676         whether to run bibtex.
12677
12678 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12679
12680         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12681
12682 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12683
12684         * Makefile.am (lyx_SOURCES): removed bibforms.h
12685
12686         * vspace.h: doxygen
12687
12688         * text.C (GetVisibleRow): make several local vars const
12689
12690         * tabular.C: small cleanup.
12691
12692         * lyxserver.C (callback): use compare instead of strncmp
12693
12694         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12695         inlines to after class or to paragraph.C
12696
12697         * lyxfont.h: remove friend operator!=
12698
12699         * converter.h: move friend bool operator< to non friend and after
12700         class def.
12701
12702         * combox.h: small cleanup
12703
12704         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12705         to inlines after class def.
12706
12707         * buffer.C (pop_tag): use string operations instead of strcmp
12708
12709         * bmtable.c: doxygen, small cleanup
12710
12711         * LaTeX.h: remove friend operator==
12712
12713 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12714
12715         * screen.C:
12716         * lyxrc.[Ch]:
12717         * lyxfunc.C:
12718         * lyxfont.[Ch]:
12719         * lyx_cb.C:
12720         * intl.[Ch]:
12721         * commandtags.h:
12722         * buffer.C:
12723         * WorkArea.[Ch]:
12724         * LyXAction.C:
12725         * BufferView_pimpl.C:
12726         * BufferView.[Ch]: remove cruft
12727
12728 2001-02-14  Juergen Vigna  <jug@sad.it>
12729
12730         * lyxfunc.C: removed #if 0 unused code
12731
12732         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12733
12734         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12735
12736         * text2.C (SetSelection): added a BufferView * parameter
12737
12738 2001-02-13  Juergen Vigna  <jug@sad.it>
12739
12740         * lyxfunc.C (Dispatch): fixed protected blank problem.
12741         * BufferView2.C (protectedBlank): added LyxText * parameter.
12742
12743         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12744         (AppendColumn): same as above for column_info.
12745
12746         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12747         (moveCursorUpdate): use a LyXText param for support of InsetText.
12748
12749         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12750         (tripleClick): ditto
12751
12752         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12753
12754         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12755
12756         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12757
12758         * text2.C (SetSelection): set correct update status if inset_owner
12759         (ToggleFree): ditto
12760
12761 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12762
12763         * tabular.C: remove some commented code.
12764
12765 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12766
12767         * BufferView_pimpl.C: call hideSplash()
12768
12769         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12770
12771         * include_form.h:
12772         * bibforms.h: remove
12773
12774         * lyxfunc.C:
12775         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12776           add LFUN_CHILD_CREATE
12777
12778         * counters.h: fix tiny typo
12779
12780         * lyx_cb.C:
12781         * lyx.h:
12782         * lyx_gui.C:
12783         * lyx.C: move splash to frontends/xforms/
12784
12785         * lyx_gui_misc.C: move Include and Bibform to frontends
12786
12787         * lyxvc.h: clarify comment
12788
12789         * vspace.C: tiny housekeeping
12790
12791 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12792
12793         * text.C (PrepareToPrint): RTL Fix.
12794
12795         * paragraph.C (GetUChar): New method.
12796         (String):  Use GetUChar.
12797
12798         * buffer.C (asciiParagraph): Use GetUChar.
12799
12800 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12801
12802         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12803
12804 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12805
12806         * buffer.h:
12807         * buffer.C: rename to getLogName(), handle
12808           build log / latex log nicely
12809
12810 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12811
12812         * MenuBackend.C:
12813         * MenuBackend.h: remove support for reference menuitem type.
12814
12815 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12816
12817         * BufferView_pimpl.C: housekeeping
12818         * BufferView_pimpl.h:
12819         * LyXView.h:
12820         * Makefile.am:
12821         * Timeout.C:
12822         * Timeout.h:
12823         * minibuffer.h: move Timeout GUI-I
12824
12825 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
12826
12827         * lyxrc.C (read): Update converters data-structures.
12828
12829 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12830
12831         * LaTeX.h (operator!=): add operator != for Aux_Info
12832
12833 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
12834
12835         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12836
12837         * LaTeXLog.C: deleted, useful code moved to Buffer
12838
12839         * buffer.h:
12840         * buffer.C: new function getLatexLogName()
12841
12842         * lyx_gui_misc.C:
12843         * lyx_gui.C:
12844         * lyxvc.C:
12845         * lyxvc.h:
12846         * lyxfunc.C: use frontends for LaTeX and VC logs
12847
12848 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12849
12850         * LaTeX.h: yet another std:: that Allan forgot.
12851
12852         * Variables.C (set): renamed from isset(), because this clashes
12853         with some HP-UX macros (grr).
12854
12855 2001-02-06  Allan Rae  <rae@lyx.org>
12856
12857         * LaTeX.h: Another bug fix.  Missing std:: this time.
12858
12859 2001-02-04  Allan Rae  <rae@lyx.org>
12860
12861         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
12862         floats problem. I've left it commented out because it's not quite
12863         correct.  It should also test that the current object is a table or
12864         figure inset.  But I haven't gotten around to figuring out how to do
12865         that.  I *think* it'll be something like: "table" == inset.type()
12866
12867         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
12868         bool.
12869
12870 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
12871
12872         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
12873         all the citation/databases/styles in the auxilary file.
12874         (run): Rerun latex if there was a babel language error.
12875
12876 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
12877
12878         * text.C (Backspace): Preserve the font when changing newline char
12879         with a space.
12880         (BreakParagraph): If the cursor is before a space, delete the space.
12881
12882         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
12883
12884 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
12885
12886         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
12887         new argument (code).
12888         (ChangeCitationsIfUnique): New method.
12889
12890         * paragraph.C (GetPositionOfInset): Handle bibkey.
12891
12892 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12893
12894         * BufferView_pimpl.h: change type of Position::par_pos to
12895         LyXParagraph::size_type.
12896
12897 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
12898
12899         * BufferView_pimpl.C (savePosition, restorePosition): Write
12900         messages to minibuffer.
12901
12902 2001-01-28  José Matos  <jamatos@fep.up.pt>
12903
12904         * buffer.C (makeDocBookFile): adds support for document language.
12905         A silly restriction on the name of LatexCommand types where removed.
12906         Added support for CDATA sections, allows to chars unescaped, used
12907         among others in code, to avoid escape < and >.
12908
12909 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12910
12911         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
12912         saved positions instrad of a stack. Furthermore, a position is
12913         stored using paragraph id/paragraph position.
12914
12915         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
12916         Remove LFUN_REF_BACK.
12917
12918 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12919
12920         * converter.C (dvipdfm_options): New method.
12921
12922 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12923
12924         * vspace.C (isValidLength): Fix for empty input string.
12925
12926 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12927
12928         * LyXAction.C (init): change description of LFUN_FIGURE to
12929         "Insert Graphics"
12930
12931 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12932
12933         * LaTeX.C: add using directive
12934
12935 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12936
12937         * MenuBackend.C (expand): Fix the sorting of the formats.
12938
12939 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
12940
12941         * lyx_main.C: tiny error message fix
12942
12943 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12944
12945         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
12946         calling fl_initialize(). This fixes the problem with ',' as
12947         decimal separator in text files.
12948
12949 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12950
12951         * trans.C (process): Fix the keymap bug.
12952
12953 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
12954
12955         * LaTeX.C (scanAuxFiles): New method. Provides support for
12956         multiple bibliographies (when using the bibtopic/bibunits pacakges).
12957         (scanLogFile) Scan for "run BibTeX" messages.
12958
12959         * buffer.C (makeLaTeXFile): Do not load the ae package when using
12960         OT1 font encoding. Also, load the aecompl package if the ae
12961         package is loaded.
12962
12963         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
12964
12965 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12966
12967         * texrow.C (increasePos): turn two error messages into debug
12968         messages.
12969
12970 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
12971
12972         * LaTeX.C (scanAux): Handle the \@input macro.
12973         (runBibTeX): Use scanAux().
12974
12975         * language.C (latex_options_): New field.
12976
12977         * LaTeXFeatures.C (getMacros): Add language macros.
12978
12979         * buffer.C (makeLaTeXFile): Small fix.
12980
12981 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12982
12983         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
12984
12985         * text2.C: add a using directive.
12986
12987 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
12988
12989         * BufferView2.C:
12990         * lyx_gui_misc.h:
12991         * lyxfr1.C:
12992         * lyxfunc.C: kill LyXBell.
12993
12994 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
12995
12996         * text.C (IsBoundary): Remove the error message
12997
12998         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
12999
13000         * lyxrc.C (setDefaults): Correct initialization value for
13001         font_norm_type.
13002
13003 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13004
13005         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13006         gotoError().
13007
13008         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13009         and GotoNextNote().
13010
13011         * src/LyXAction.C: Added reference-next.
13012
13013         * text.C (InsertChar): Use contains instead of strchr.
13014
13015         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13016
13017 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13018
13019         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13020         alignment commands (when needed).
13021
13022         * text.C (InsertChar): Add ':' to number separator chars.