]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
* BufferView_pimpl.C:
[lyx.git] / src / ChangeLog
1
2 2003-10-13  André Pönitz  <poenitz@gmx.net>
3
4         * BufferView_pimpl.C:
5         * lyxtext.h:
6         * text.C:
7         * text2.C:
8         * text3.C:
9         * undo_funcs.[Ch]: use paroffset_type instead of
10           ParagraphList::iterators to prevent multiple conversion
11           (and get a more robust interface)
12
13 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
14
15         * lyxfunc.C (dispatch): RESULT -> dispatch_result
16         * lyxtext.h: ditto
17         * text3.C (dispatch): ditto
18
19 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
20
21         * LaTeX.C (handleFoundFile): move the static to smaller scope,
22         move the onlyfile, use onlyfile instead of foundfile in a couple
23         of places.
24
25         * DepTable.C (update): flush the error stream a bit more
26
27 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
28
29         * lyxserver.C (callback): adjust
30
31         * lyxfunc.C (getStatus): add a missing brace in commented code
32         (ensureBufferClean): reindent
33         (dispatch): delete version taking a string
34
35 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
36
37         * LaTeX.C (deplog): move found file handlig from here...
38         (handleFoundFile): .. to new function here.
39         (deplog): make sure to discover several files mentioned on the
40         same log line.
41
42 2003-10-10  André Pönitz  <poenitz@gmx.net>
43
44         * lyxfunc.C:
45         * lyxtext.h:
46         * tabular.C:
47         * text.C:
48         * text2.C:
49         * text3.C: fix some of the tabular crashes
50
51 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
52
53         * MenuBackend.C (binding): put debug message into Debug::KBMAP
54
55         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
56
57 2003-10-09  André Pönitz  <poenitz@gmx.net>
58
59         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
60
61         * BufferView.C:
62         * BufferView_pimpl.C:
63         * bufferview_funcs.C:
64         * lyx_cb.C:
65         * lyxcursor.C:
66         * lyxfind.C:
67         * lyxfunc.C:
68         * lyxtext.h:
69         * text.C:
70         * text2.C:
71         * text3.C:
72         * text_funcs.[Ch]:
73         * textcursor.[Ch]:
74         * undo_funcs.C: adjust
75
76 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
77
78         * text2.C (incrementItemDepth): new function, use a backtracking
79         algorithm to discover the correct item depth.
80         (resetEnumCounterIfNeeded): new function, use a backtracking
81         algorithm to discover if counter reset is needed.
82         (setCounter): use them. Simplify a bit. Add different labels for
83         different item depths for itemize.
84
85         * paragraph.C (Paragraph): remove initialization of enumdepth
86         (operator=): ditto
87
88         * paragraph.h: get rid of enumdepth, and use itemdepth both for
89         enumerate and itemize. Change the type of itemdepth to signed char.
90
91 2003-10-08  André Pönitz  <poenitz@gmx.net>
92
93         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
94           thing assignable.
95         * text.C:
96         * text2.C: adjust
97
98         * tabular.[Ch]: fix crash after 'row-insert'
99
100 2003-10-08  Angus Leeming  <leeming@lyx.org>
101
102         Fix doxygen warnings.
103
104         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
105         Remove CutAndPaste:: prefix from header file declaration.
106
107         * LColor.h (fill): remove LColor:: prefix from declaration.
108
109         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
110         use lyx::depth_type rather than Paragraph::depth_type so that
111         header file and .C file match.
112
113         * converter.h (intToFormat): remove Converters:: prefix from declaration.
114
115         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
116         * aspell.C: \file aspell_local.C -> \file aspell.C
117         * gettext.C: \file gettext.C -> \file src/gettext.C
118         * gettext.h: \file gettext.h -> \file src/gettext.h
119         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
120         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
121         * text.C: \file text.C -> \file src/text.C
122
123         * toc.C: move comment so that doxygen is not confused.
124
125 2003-10-07  Angus Leeming  <leeming@lyx.org>
126
127         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
128
129 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
130
131         * aspell.C:
132         * aspell_local.h: add forgotten std::string's.
133
134 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
135
136         * LaTeXFeatures.C:
137         * LyXAction.C:
138         * factory.C:
139         * lfuns.h:
140         * lyxfunc.C:
141         * text3.C: The Box patch. Fancybox support, minipage, parbox
142
143 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
144
145         * CutAndPaste.h:
146         * DepTable.h:
147         * FloatList.h:
148         * LaTeXFeatures.h:
149         * ParagraphParameters.h:
150         * TextCache.h:
151         * Thesaurus.h:
152         * bufferlist.h:
153         * exporter.h:
154         * importer.h:
155         * lastfiles.h:
156         * lyxfind.h:
157         * lyxfont.h:
158         * lyxlex.h:
159         * lyxtextclasslist.h:
160         * messages.h:
161         * paragraph.h:
162         * paragraph_pimpl.C:
163         * textcursor.h: add <string> and other small fixes to make Lars'
164         std::string patch compile with STLport.
165
166 2003-10-06  Angus Leeming  <leeming@lyx.org>
167
168         * LColor.h: Add missing #include <string>.
169
170 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
171
172         * All most all file in all subdirs: Make <string> be the prefered
173         way of getting to std::string, add using declarations.
174
175 2003-10-06  André Pönitz  <poenitz@gmx.net>
176
177         * metricsinfo.C: initialize LyXFont before changing attribute.
178         (fixes the 'math in \emph is upright' bug)
179
180 2003-10-06  André Pönitz  <poenitz@gmx.net>
181
182         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
183
184 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
185
186         * graph.C:
187         * paragraph_pimpl.C: Small fixes to build using STLport
188
189 2003-10-02  André Pönitz  <poenitz@gmx.net>
190
191         * lyxfunc.C:
192         * text3.C: move handling of LFUN_DEPTH *; fix #1360
193
194 2003-10-01  André Pönitz  <poenitz@gmx.net>
195
196         * factory.C: assert early
197
198 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
199
200         * lyx_main.C: remove the global debug object
201
202         * debug.h: adjust for new debugstream
203
204         * debug.C: adjust for new debugstream and keep the global debug
205         object here.
206
207 2003-09-22  Angus Leeming  <leeming@lyx.org>
208
209         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
210         of g++ which otherwise complain that the scoped_ptr destructor can't delete
211         an incomplete class LyXFont.
212
213 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
214
215         * factory.C: bug fix in branches
216
217 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
218
219         * lyxfunc.C (processKeySym): adjust
220         (dispatch): adjust
221         (dispatch): change arg name from ev to func, adjust
222         (sendDispatchMessage): ditto
223
224         * lyx_main.C (defaultKeyBindings): adjust keybindings
225         (deadKeyBindings): ditto
226
227         * kbsequence.C (addkey): return a FuncRequest
228
229         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
230
231         * kbmap.C (bind): take a FuncRequest as arg, adjust
232         (read): adjust
233         (lookup): adjust
234         (defkey): change to take a FuncRequest as arg, adjust
235         (findbinding): take a FuncRequest as arg, adjust.
236
237         * funcrequest.h (operator=): added
238
239         * funcrequest.C (FuncRequest): default kb_action changed from
240         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
241
242         * buffer.C (dispatch): simplify
243         (dispatch): adjust to take a FuncRequest as arg, adjust
244
245         * boost.C (assertion_failed): change assertion message slightly
246
247         * ToolbarBackend.C (read): simplify
248
249         * MenuBackend.C (binding): adjust call to findbinding, add a
250         message if no binding is found.
251         (read): simplify
252         (expandToc): correct by adding a empty FuncRequest
253
254         * LyXAction.C: include <boost/assert.hpp>
255         (isPseudoAction): delete function
256         (LookupFunc): change name to...
257         (lookupFunc): this. change return type to FuncRequest.
258         (getActionName): take kb_action as arg, simplify
259         (funcHasFlag): add an assert, simplify.
260
261 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
262
263         * toc.C (action): return a FuncRequest, simplify
264
265         * lyxfunc.C (processKeySym): adjust
266         (getStatus): delete version that takes an int.
267         (getStatus): adjust
268         (dispatch): delete version that takes action as int
269         (dispatch): adjust
270         (sendDispatchMessage): simplify and adjust
271
272         * funcrequest.C (getArg): take unsigned int as arg
273
274         * ToolbarBackend.C (read): adjust
275         (add): delete version that takes func as a string.
276         (getIton): take a FuncRequest as arg
277
278         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
279         action.
280
281         * MenuBackend.C (MenuItem): add a new construct that only takes a
282         Kind, simplify the constructor use for submenus.
283         (add): adjust
284         (expandLastfiles): adjust
285         (expandDocuments): adjust
286         (expandFormats): adjust
287         (expandFloatListInsert): adjust
288         (expandFloatInsert): adjust
289         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
290
291         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
292         Remove class variables lyx_pseudo_map and lyx_arg_map
293
294         * LyXAction.C (searchActionArg): delete function
295         (getPseudoAction): delete function
296         (retrieveActionArg): delete function
297         (LookupFunc): make it return kb_action, simplify.
298         (getActionName): simplify
299
300         * factory.C (createInset): fix new bug
301
302 2003-09-19  Angus Leeming  <leeming@lyx.org>
303
304         * CutAndPaste.C (pasteSelection): remove fudge used to set the
305         masterFilename_ parameter in the include inset.
306
307         * factory.C (createInset): changes due to the changes to InsetInclude.
308
309 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
310
311         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
312
313 2003-09-18  Angus Leeming  <leeming@lyx.org>
314
315         * buffer.C:
316         * BufferView.C: pass the buffer when calling Inset::getLabelList,
317         Inset::fillWithBibKeys.
318         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
319
320 2003-09-18  Angus Leeming  <leeming@lyx.org>
321
322         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
323         variables.
324         (ctor): pass and store a 'Buffer const &'
325         (buffer): new member function.
326
327         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
328         '*this' to the LaTeXFeatures ctor.
329
330 2003-09-18  Angus Leeming  <leeming@lyx.org>
331
332         * LColor.h:
333         * lyxfont.C:
334         * lyxfont.h:
335         * lyxtext.h:
336         * text.C: rename EnumLColor as LColor_color.
337
338 2003-09-18  Angus Leeming  <leeming@lyx.org>
339
340         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
341         remove #include "insets/insetbase.h" from cursor.h.
342
343 2003-09-18  Angus Leeming  <leeming@lyx.org>
344
345         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
346         InsetOld_code to remove #include "inset.h".
347
348         * iterators.C: add #include "insets/inset.h"
349
350 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
351
352         * BufferView.C: remove more locking stuff that apparently doesn't
353         do anything sensible.
354
355 2003-09-16  André Pönitz  <poenitz@gmx.net>
356
357         * paragraph.[Ch]:
358         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
359           performance boost.
360
361 2003-09-16  Angus Leeming  <leeming@lyx.org>
362
363         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
364
365         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
366         arg/return type.
367
368         * paragraph.h: remove #include "lyxfont.h". Forward declare
369         LyXFont_size.
370
371 2003-09-16  Angus Leeming  <leeming@lyx.org>
372
373         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
374         of support/textutils.h.
375         (isWord): move the contents of support/textutils.h's IsWordChar here.
376
377         * buffer.C:
378         * lyxfind.C:
379         * rowpainter.C:
380         * text.C:
381         * text2.C: add #include "paragraph.h".
382
383         * rowpainter.C:
384         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
385
386 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
387
388         * main.C:
389         * lyx_main.C:
390         * lyx_cb.C:
391         * buffer.C:
392         * LaTeX.C: use namespace alias for lyx::support::os
393
394 2003-09-16  Angus Leeming  <leeming@lyx.org>
395
396         * bufferparams.C:
397         * bufferview_funcs.C:
398         * factory.C:
399         * lyxfunc.C:
400         * paragraph_pimpl.C:
401         * rowpainter.C:
402         * text.C: add #include "LColor.h".
403
404 2003-09-16  Angus Leeming  <leeming@lyx.org>
405
406         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
407         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
408         return LyXFont &.
409         Store the FontBits::color variable as an int rather than as an
410         LColor::colorso that we can move LColor.h out of the lyxfont.h header
411         file.
412
413         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
414         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
415         string calls together.
416
417         * lyxrc.C: add #include "LColor.h".
418
419 2003-09-15  Angus Leeming  <leeming@lyx.org>
420
421         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
422         a cow_ptr.
423
424 2003-09-15  Angus Leeming  <leeming@lyx.org>
425
426         * LColor.h: add an EnumLColor wrapper for LColor::color.
427
428         * lyxfont.[Ch] (color, setColor, realColor):
429         * lyxtext.h, text.C (backgroundColor):
430         pass EnumLColor args to/from the functions, rather than LColor::color
431         ones.
432
433         * lyxfont.h:
434         * lyxtext.h: forward declare EnumLColor.
435
436         * lyx_main.C: add #include "LColor.h".
437
438 2003-09-15  Angus Leeming  <leeming@lyx.org>
439
440         * .cvsignore: add lyx-gtk.
441
442 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
443
444         * Chktex.C
445         * LaTeX.C
446         * LaTeXFeatures.C
447         * ParagraphParameters.C
448         * Spacing.C
449         * buffer.C
450         * bufferparams.C
451         * bufferview_funcs.C
452         * chset.C
453         * counters.C
454         * funcrequest.C
455         * lyxfont.C
456         * lyxgluelength.C
457         * lyxlength.C
458         * paragraph.C
459         * paragraph_funcs.C
460         * text3.C
461         * vc-backend.C: remove usage of STRCONV
462
463 2003-09-15  Angus Leeming  <leeming@lyx.org>
464
465         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
466         explicitly define the color passed to the painter.
467
468 2003-09-15  Angus Leeming  <leeming@lyx.org>
469
470         * bufferparams.C (BufferParams): reorder member initializers to avoid
471         compiler warning.
472
473 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
474
475         * CutAndPaste.C (pasteSelection): remove an outdated #warning
476         * text.C (updateRowPositions): remove an unusual nop
477
478 2003-09-12  André Pönitz  <poenitz@gmx.net>
479
480         * BufferView_pimpl.C:
481         * Bullet.C:
482         * layout.h:
483         * lyxfunc.C:
484         * lyxlayout.[Ch]:
485         * lyxtextclass.C:
486         * rowpainter.C:
487         * text.C:
488         * text2.C:
489         * Counters.[Ch]: finish the 'automatic counters' job
490
491 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
492
493         * aspell.C: include <boost/assert.cpp> (compile fix)
494
495 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
496
497         * boost.C (assertion_failed): use lyx::support::abort instead of
498         assert.
499
500 2003-09-10  Angus Leeming  <leeming@lyx.org>
501
502         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
503         with their _fwd progeny.
504
505 2003-09-09  Angus Leeming  <leeming@lyx.org>
506
507         134 files throughtout the source tree: replace 'using namespace abc;'
508         directives with the appropriate 'using abc::xyz;' declarations.
509
510 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
511
512         * boost.C (emergencyCleanup): moved here from LAssert.c
513         (assertion_failed): new function, called by BOOST_ASSERT
514
515         * several files: change Assert to BOOST_ASSERT
516
517 2003-09-09  Angus Leeming  <leeming@lyx.org>
518
519         * buffer.[Ch]: Add an Impl class and move Buffer's member
520         variables into it. As a result move several header files out of
521         buffer.h.
522
523         Add header files to lots of .C files all over the tree as a result.
524
525 2003-09-09  Angus Leeming  <leeming@lyx.org>
526
527         * buffer.[Ch]: make Buffer's member variables private. Add
528         accessor functions.
529
530         Lots of changes all over the tree as a result.
531
532 2003-09-08  Angus Leeming  <leeming@lyx.org>
533
534         * graph.C: #include <config.h>.
535
536 2003-09-08  Angus Leeming  <leeming@lyx.org>
537
538         * BranchList.C:
539         * BufferView.C:
540         * BufferView_pimpl.C:
541         * CutAndPaste.C:
542         * DepTable.C:
543         * LaTeX.C:
544         * LaTeXFeatures.C:
545         * LyXAction.C:
546         * MenuBackend.C:
547         * TextCache.C:
548         * aspell.C:
549         * buffer.C:
550         * bufferlist.C:
551         * changes.C:
552         * chset.C:
553         * converter.C:
554         * counters.C:
555         * debug.C:
556         * graph.C:
557         * ispell.C:
558         * lyx_cb.C:
559         * lyxfind.C:
560         * lyxfunc.C:
561         * lyxlex_pimpl.C:
562         * lyxrc.C:
563         * lyxrow.C:
564         * paragraph.C:
565         * rowpainter.C:
566         * texrow.C:
567         * text.C:
568         * text2.C:
569         * toc.C: remove redundant using directives.
570
571 2003-09-07  Angus Leeming  <leeming@lyx.org>
572
573         * LaTeXFeatures.h: remove #include "support/types.h".
574         * ToolbarBackend.h: remove #include <algorithm>.
575         * changes.h: remove #include <ctime>.
576         * debug.h: remove #include <iosfwd>.
577         * graph.h: remove #include "support/std_string.h".
578         * lyx_main.h: remove #include <csignal>.
579         * lyxlex_pimpl.h: remove #include <fstream>.
580         * sgml.h: remove #include <algorithm>, <utility>.
581         * toc.h: remove #include "support/std_ostream.h".
582         Add #include <iosfwd>.
583
584 2003-09-07  Angus Leeming  <leeming@lyx.org>
585
586         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
587
588         * converter.h: forward declare LatexRunParams.
589         * encoding.h: remove #include "lyxrc.h".
590         * lyxtext.h: remove #include "LColor.h".
591         * lyxtextclass.h: remove #include "support/types.h".
592         * trans.h: remove #include "tex-accent.h".
593         * trans_mgr.h: remove #include "tex-accent.h".
594         * insets/inset.h: remove #include "support/types.h", <vector>.
595         * insets/insetcollapsable.h: remove #include "LColor.h".
596         * insets/insetinclude.h: remove #include "dimension.h".
597         * insets/insetlatexaccent.h: remove #include "dimension.h".
598         * insets/insetoptarg.h:: remove #include "insettext.h".
599         * insets/insettext.h: remove #include "dimension.h",
600         <boost/shared_ptr.hpp>
601
602         * insets/renderers.h: add #include "dimension.h".
603         * insets/updatableinset.h: add #include "support/types.h".
604
605         * many .C files: Associated changes.
606
607 2003-09-06  Angus Leeming  <leeming@lyx.org>
608
609         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
610         one, inside testInvariant.
611
612         * PrinterParams.C: new file.
613         * PrinterParams.[Ch]: move the function bodies out of line.
614
615 2003-09-06  Angus Leeming  <leeming@lyx.org>
616
617         * ParagraphParameters.h: forward declare ParameterStruct rather than
618         including its header file.
619         (depth): moved out-of-line.
620
621 2003-09-06  Angus Leeming  <leeming@lyx.org>
622
623         * BufferView_pimpl.h:
624         * kbmap.h:
625         * kbsequence.h:
626         * lyxfunc.h: forward declare LyXKeySym rather than
627         #include "frontends/LyXKeySym.h".
628
629         * BufferView_pimpl.C:
630         * kbmap.C:
631         * kbsequence.C:
632         * lyxfunc.C: associated changes.
633
634 2003-09-06  Angus Leeming  <leeming@lyx.org>
635
636         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
637         As a result, can remove the #include "insets/inset.h" from BufferView.h
638
639 2003-09-06  Angus Leeming  <leeming@lyx.org>
640
641         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
642         As a result, can remove the #include "insets/inset.h" from BufferView.h
643
644 2003-09-06  Angus Leeming  <leeming@lyx.org>
645
646         * buffer_funcs.C:
647         * buffer.h:
648         * bufferlist.C:
649         * BufferView.C:
650         * bufferview_funcs.C:
651         * BufferView_pimpl.C:
652         * CutAndPaste.C:
653         * lyx_cb.C:
654         * lyxfunc.C:
655         * paragraph.h:
656         * ParagraphParameters.C:
657         * tabular.C:
658         * text3.C:
659         * toc.C:
660         * undo_funcs.C:
661         * frontends/controllers/ControlDocument.C:
662         * insets/insetcaption.C: rearrange the #includes into some sort of
663         coherent order.
664
665         * buffer.h: remove #includes ErrorList.h, undo.h
666
667 2003-09-06  Angus Leeming  <leeming@lyx.org>
668
669         * support/types.h: add a 'depth_type' typedef, used to store the
670         nesting depth of a paragraph.
671
672         * paragraph.h:
673         * ParameterStruct.h: use this lyx::depth_type typedef rather than
674         defining explicitly.
675
676         * buffer.h:
677         * paragraph_funcs.h:
678         * ParagraphParameters.h:
679         * sgml.h: use lyx::depth_type rather than Paragraph or
680         ParameterStruct's depth_type.
681
682         * buffer.h
683         * paragraph_funcs.h: no need to #include paragraph.h anymore.
684
685         * BufferView.C:
686         * BufferView_pimpl.C:
687         * CutAndPaste.C:
688         * ParagraphParameters.C:
689         * buffer_funcs.C:
690         * bufferlist.C:
691         * bufferview_funcs.C:
692         * lyx_cb.C:
693         * lyxfunc.C:
694         * tabular.C:
695         * text3.C:
696         * toc.C:
697         * undo_funcs.C:
698         * frontends/LyXView.C:
699         * frontends/controllers/ControlDocument.C:
700         * frontends/controllers/ControlErrorList.C:
701         * insets/insetbibitem.C:
702         * insets/insetbranch.C:
703         * insets/insetcaption.C:
704         * insets/insetcollapsable.C:
705         * insets/insetenv.C:
706         * insets/insetert.C:
707         * insets/insetfloat.C:
708         * insets/insetfoot.C:
709         * insets/insetfootlike.C:
710         * insets/insetnewline.C:
711         * insets/insetquotes.C:
712         * insets/insettabular.C:
713         * insets/insettext.C:
714         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
715
716         * frontends/controllers/ControlChanges.C: #include "changes.h".
717
718 2003-09-06  Angus Leeming  <leeming@lyx.org>
719
720         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
721         than #including paragraph.h.
722
723         * ParagraphList.h:
724         * RowList.h: deleted. Superfluous.
725
726         * CutAndPaste.h:
727         * iterators.h:
728         * lyxcursor.h:
729         * lyxtext.h:
730         * text_funcs.h:
731         * undo.h:
732         * undo_funcs.h:
733         * insets/inset.h:
734         * insets/insettext.h: use ParagraphList_fwd.h rather than
735         ParagraphList.h.
736
737         * paragraph.h: don't forward declare ParagraphList.
738
739         * buffer.h:
740         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
741         rather than ParagraphList.h. paragraph.h is still needed for the
742         Paragraph::depth_type parameters.
743
744         * textcursor.h: enable it to compile stand-alone in light of the
745         above changes.
746
747         * bufferview_funcs.C:
748         * iterators.C:
749         * lyxfunc.C:
750         * lyxrow_funcs.C:
751         * paragraph.C:
752         * rowpainter.C:
753         * text.C:
754         * text2.C:
755         * text3.C:
756         * text_funcs.C:
757         * textcursor.C:
758         * undo.C:
759         * frontends/controllers/ControlParagraph.C:
760         * frontends/controllers/ControlTabular.C:
761         * insets/insetmarginal.C:
762         * insets/insetminipage.C:
763         * insets/insetnote.C:
764         * insets/insetoptarg.C: add header files needed to compile again.
765
766 2003-09-06  Angus Leeming  <leeming@lyx.org>
767
768         * RowList_fwd.h: new file, forward-declaring Row rather than
769         #including lyxrow.h.
770
771         * lyxrow_funcs.h:
772         * lyxtext.h:
773         * paragraph.h:
774         * insets/insettext.h: use it instead of RowList.h
775
776         * bufferview_funcs.C:
777         * lyxfunc.C:
778         * lyxrow_funcs.C:
779         * paragraph.C:
780         * rowpainter.C:
781         * text.C:
782         * text2.C:
783         * text3.C: #include "RowList.h".
784
785 2003-09-05  Angus Leeming  <leeming@lyx.org>
786
787         * factory.C (createInset):
788         * vspace.C (c-tor): replace sscanf call with an istringstream.
789         * ispell.C: re-add missing HP/UX headers.
790         * lyxserver.C: re-add missing  os2 headers.
791
792 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
793
794         * BranchList.C:
795         * graph.C:
796         * ispell.C:
797         * lastfiles.C:
798         * lyx_cb.C:
799         * lyxserver.C:
800         * texrow.C:
801         * text3.C: re-add missing system headers, needed for 2.95.2.
802
803 2003-09-05  Angus Leeming  <leeming@lyx.org>
804
805         Changes most place everywhere due to the removal of using directives
806         from support/std_sstream.h.
807
808 2003-09-05  Angus Leeming  <leeming@lyx.org>
809
810         Replace LString.h with support/std_string.h,
811         Lsstream.h with support/std_sstream.h,
812         support/LIstream.h with support/std_istream.h,
813         support/LOstream.h with support/std_ostream.h.
814
815         Changes resulting throughout the tree.
816
817 2003-09-05  Angus Leeming  <leeming@lyx.org>
818
819         * sgml.h: ensure that the header file can be compiled stand-alone.
820         * *.C: strip out redundant #includes. (320 in total.)
821
822 2003-09-04  Angus Leeming  <leeming@lyx.org>
823
824         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
825         here (from getPackages).
826
827         * debug.[Ch]: add a new EXTERNAL tag.
828
829 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
830
831         * text2.C (cursorEnd): simplify
832         (setCursor): adjust
833         (getColumnNearX): adjust
834
835         * text.C (computeBidiTables): adjust
836         (fill): adjust
837
838         * rowpainter.C (paintChars): adjust
839         (paintSelection): adjust
840         (paintChangeBar): adjust
841         (paintText): adjust
842
843         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
844         lastPos instead.
845         (numberOfSeparators): adjust
846
847 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
848
849         * LyXAction.C:
850         * box.[Ch]:
851         * lfuns.h:
852         * lyxfunc.C:
853         * text3.C: Restricts the mouse click functionality
854         of insets like bibtex, include, toc and floatlist to the visible
855         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
856         up the dialogs. Cursor has to be in front of the inset (i.e.
857         start of row) for this to function.
858
859 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
860
861         * bufferview_funcs.C (currentState): output row information
862
863 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
864
865         * bufferview_funcs.C (currentState): output paragraph position
866
867 2003-09-04  Angus Leeming  <leeming@lyx.org>
868
869         * FloatList.h: move out #include "Floating.h".
870         * LaTeX.h: move out #include "DepTable.h".
871         * LyXAction.h: move out #include "funcrequest.h".
872         * buffer.h: move out #include "author.h", "iterators.h".
873         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
874         * lyx_main.h: move out #include "errorlist.h".
875         * lyxfunc.h: move out #include "FuncStatus.h".
876         * lyxtext: move out #include "lyxcursor.h".
877         * paragraph_pimpl.h: move out #include "counters.h".
878
879 2003-09-03  Angus Leeming  <leeming@lyx.org>
880
881         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
882         preamble_snippets list, enabling us to add snippets to the preamble
883         only if the snippet was not there already.
884
885 2003-09-04  Angus Leeming  <leeming@lyx.org>
886
887         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
888
889 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
890
891         * lyxfunc.C (dispatch): if fitCursor did something be sure to
892         update
893
894 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
895
896         * BranchList.C: point fix, earlier forgotten
897
898 2003-09-02  Angus Leeming  <leeming@lyx.org>
899
900         * box.C (contains): renamed from 'contained' after a fantastic
901         amount of hot air.
902
903 2003-09-02  John Levon  <levon@movementarian.org>
904
905         * BufferView.C:
906         * lyxcursor.h:
907         * lyxcursor.C:
908         * lyxfunc.C:
909         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
910
911 2003-09-02  John Levon  <levon@movementarian.org>
912
913         * text2.C: simplification of cursorEnd(), including partial
914         fix for bug 1376
915
916 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
917
918         * buffer.C (readFile): add a space
919
920 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
921
922         * BufferView_pimpl.C (update): remove bogus fitCursor() call
923
924 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
925
926         * buffer.C (readFile): new function, take a filename and a
927         ParagraphList::iterator
928         (readFile): adjust
929         (readFile): adjust, make it private. don't use setStream, make
930         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
931         always contain the filename.
932
933         * BufferView.C (insertLyXFile): simplify and make it work for
934         gzipped files.
935
936 2003-08-30  John Levon  <levon@movementarian.org>
937
938         * Makefile.am: fix dist (from Kayvan)
939
940 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
941
942         * most files: change to use const Buffer refs
943
944 2003-08-27  André Pönitz  <poenitz@gmx.net>
945
946         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
947         on top of ownerPar().
948
949 2003-08-27  John Levon  <levon@movementarian.org>
950
951         * funcrequest.C: properly initialise POD members
952
953 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
954
955         * lyxtext.h (top_y): move top_y from here
956         * text.C:
957         * text2.C:
958         * text3.C:
959         * BufferView.[Ch]:
960         * BufferView_pimpl.[Ch]: to here
961         * frontends/screen.C:
962         * insets/insettabular.C:
963         * insets/insettext.C: adjust
964         * rowpainter.[Ch] (paintRows): remove LyXText & argument
965
966 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
967
968         * BufferView.[Ch]:
969         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
970
971 2003-08-26  André Pönitz  <poenitz@gmx.net>
972
973         * paragraph_func.[Ch] (outerPar): new function
974
975         * paragraph.C:
976         * paragraph_funcs.C:
977         * paragraph_funcs.h:
978         * paragraph_pimpl.C:
979         * text2.C: remove Inset::par_owner
980
981 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
982
983         * lyxrow_funcs.C:
984         * lyxtext.h:
985         * text.C:
986         * text2.C: eliminates the needFullRow/display() stuff
987         altogether, putting the logic in metrics/draw in the insets.
988
989 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
990
991         * text2.C (redoParagraphInternal, redoParagraphs):
992         * text.C (redoParagraph): add a call to updateRowPositions at the
993         end of each 'metrics-like' call. Remove all others.
994         (getRow): remove the 'y-computing' version.
995         (getRowNearY): do not compute nor return the real y. Solve the
996         'y < 0' problem and simplify.
997
998 2003-08-22  Angus Leeming  <leeming@lyx.org>
999
1000         * *.[Ch]: clean-up of licence and author blurbs.
1001         Also move config.h out of a few .h files and into a few .C files.
1002
1003 2003-08-22  André Pönitz  <poenitz@gmx.net>
1004
1005         * lyxrow.[Ch]: add x_ and *fill_ members
1006
1007         * lyxtext.h:
1008         * text.C:
1009         * rowpainter.C:
1010         * text2.C: adjust/remove prepareToPrint() calls
1011
1012 2003-08-22  André Pönitz  <poenitz@gmx.net>
1013
1014         * lyxrow.[Ch]: add  end_ member
1015
1016         * lyxrow_funcs.C: use LyXRow::end_
1017
1018         * lyxtext.h (singleWidth): add LyXFont parameter
1019
1020         * rowpainter.C:
1021         * text2.C: adjust LyXText::singleWidth() calls
1022
1023         * text.C (redoParagraph): simplify row breaking logic
1024
1025
1026 2003-08-19  André Pönitz  <poenitz@gmx.net>
1027
1028         * funcrequest.C: initialize button_ member
1029
1030         * text3.C:
1031         * rowpainter.[Ch]: interface consolidation
1032
1033 2003-08-18  André Pönitz  <poenitz@gmx.net>
1034
1035         * BufferView.C:
1036         * BufferView_pimpl.C:
1037         * lyxfind.C:
1038         * paragraph_funcs.C:
1039         * rowpainter.C:
1040         * text3.C: remove LyXScreen::draw() and fitCursor calls
1041
1042         * BranchList.h: remove spurious semicolons
1043
1044         * MenuBackend.C: fix branchlist related crash
1045
1046 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1047
1048         * BranchList.[Ch]:
1049         * InsetList.[Ch]:
1050         * LColor.[Ch]:
1051         * LyXAction.C:
1052         * Makefile.am:
1053         * MenuBackend.[Ch]:
1054         * bufferparams.[Ch]:
1055         * factory.C:
1056         * lfuns.h:
1057         * lyxfunc.C:
1058         * text3.C: implements the 'branch inset'
1059         idea. This allows the output of various versions of a document
1060         from a single source version, selectively outputing or suppressing
1061         output of parts of the text.
1062         This implementation contains a 'branch list editor' in a separate
1063         tab of the document settings dialog. Branches are user definable
1064         and have a "display colour" to distinguish them on-screen.
1065
1066         ColorHandler was somewhat cleaned up.
1067         (1) make possible a dynamically growing LColor list by allowing
1068         the graphic context cache to grow along (vector);
1069         (2) eliminate an IMHO unnecessary step in colour allocation.
1070
1071 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1072
1073         * BufferView_pimpl.C: compile fix
1074
1075 2003-08-15  André Pönitz  <poenitz@gmx.net>
1076
1077         * rowpainter.C: remove extra metrics calls
1078
1079         * lyxtext.h: merge the two constructors into a single one,
1080           pass reference to owner's par list
1081
1082         * BufferView_pimpl.C:
1083         * text.C:
1084         * text2.C: adjust
1085
1086 2003-08-15  André Pönitz  <poenitz@gmx.net>
1087
1088         * lyxrow_funcs.[Ch]:
1089         * lyxtext.h:
1090         * paragraph.h:
1091         * paragraph_funcs.C:
1092         * rowpainter.C:
1093         * text.C:
1094         * text2.C:
1095         * text3.C:
1096         * text_funcs.C: split LyXText::rowlist_ into individual
1097         Paragraph::rows_ chunks
1098
1099         * BufferView.[Ch]:
1100         * BufferView_pimpl.[Ch]:
1101         * lyxfind.C:
1102         * lyxtext.h:
1103         * text3.C: remove toggleSelection()
1104
1105 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1106
1107         * bufferlist.C: beautify two alerts (shorter text of buttons)
1108         * buffer.C: Remove redundant ' ' from message
1109         * tabular.h:
1110         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1111         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1112         rename VALIGN_CENTER to VALIGN_MIDDLE
1113
1114 2003-08-11  André Pönitz  <poenitz@gmx.net>
1115
1116         * lyxtext.h (getPar):
1117         * text.C: new function
1118
1119 2003-08-11  André Pönitz  <poenitz@gmx.net>
1120
1121         * Makefile.am:
1122         * tracer.[Ch]: remove unneeded files
1123
1124         * InsetList.[Ch]: remove resizeInsetsLyXText()
1125
1126         * lyxtext.h:
1127         * text.C:
1128         * text2.C:
1129         * text3.C: merge insertParagraphs() and appendParagraph()
1130         remove breakAgain(), update()
1131
1132         * BufferView_pimpl.[Ch]:
1133         * bufferview_funcs.[Ch]:
1134         * lyxfunc.C:
1135         * paragraph.[Ch]:
1136         * rowpainter.C:
1137         * tabular.C: adjust after text & InsetList changes.
1138
1139 2003-08-08  André Pönitz  <poenitz@gmx.net>
1140
1141         * text.C (insertChar, backspace): replace rowlist fiddling
1142         with rebreak of full par
1143
1144         * lyxtext.h:
1145         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1146         checkParagraph, updateInset): removed
1147
1148 2003-08-07  André Pönitz  <poenitz@gmx.net>
1149
1150         * paragraph.C:
1151         * text3.C: merge some LFUN handlers, remove dead code
1152
1153 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1154
1155         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1156
1157 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1158
1159         * text2.C (DEPM): fix part of bug 1255 and 1256
1160
1161 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1162
1163         * BufferView_pimpl.C (workAreaDispatch): change to use
1164         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1165         that are no mouse related.
1166
1167 2003-08-05  André Pönitz  <poenitz@gmx.net>
1168
1169         * BufferView.[Ch]:
1170         * BufferView_pimpl.[Ch]:
1171         * bufferview_funcs.C:
1172         * text2.C:
1173         * text3.C: rip out "deep update"
1174
1175         * textcursor.[Ch] (last_sel_cursor): remove unused member
1176
1177 2003-08-04  André Pönitz  <poenitz@gmx.net>
1178
1179         * BufferView.[Ch]:
1180         * BufferView_pimpl.[Ch]:
1181         * ParagraphParameters.C:
1182         * bufferview_funcs.C:
1183         * lyx_cb.C:
1184         * lyxfind.C:
1185         * lyxfunc.C:
1186         * text.C:
1187         * text2.C:
1188         * text3.C: replace "complicated" BufferView::update(...) calls with
1189         simpler ones.
1190
1191         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1192
1193 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1194
1195         * Makefile.am (lyx_SOURCES): add paper.h
1196
1197 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1198
1199         * Makefile.am: move things around so that both lyx-qt and
1200         lyx-xforms can be built (according to --with-frontend). Then lyx
1201         is a symbolic link to lyx-[firstfrontend]
1202
1203 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1204
1205         * Always use std::endl with lyxerr
1206
1207 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1208
1209         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1210
1211 2003-08-01  André Pönitz  <poenitz@gmx.net>
1212
1213         * BufferView.[Ch]:
1214         * BufferView_pimpl.[Ch]:
1215         * lyxfunc.C:
1216         * text3.C: merge BufferView::repaint() and BufferView::update()
1217
1218 2003-08-01  José Matos  <jamatos@lyx.org>
1219
1220         * buffer.[Ch]: file_format is no longer a buffer data element.
1221
1222 2003-08-01  André Pönitz  <poenitz@gmx.net>
1223
1224         * BufferView.C:
1225         * lyxtext.h:
1226         * text.C:
1227         * text2.C: make redoParagraph more independent of current cursor
1228
1229         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1230         * text.C:
1231         * text2.C: remove unneeded members
1232
1233 2003-07-30  André Pönitz  <poenitz@gmx.net>
1234
1235         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1236
1237         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1238           create a single function...
1239
1240         * paragraph_funcs.C (moveItem): ... here.
1241
1242         * text.C:
1243           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1244
1245 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1246
1247         * LColor.[Ch]: Add comment and greyedout logical colors.
1248
1249 2003-07-30  André Pönitz  <poenitz@gmx.net>
1250
1251         * tabular.C: don't use Assert too heavily. This crashes where it
1252           shouldn't
1253
1254 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1255
1256         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1257         is disabled (bug 1232)
1258
1259 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1260
1261         * factory.C: limited 'arg' scope
1262
1263 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1264
1265         * factory.C: fixed Note submenu issues
1266
1267 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1268
1269         * factory.C: submenu for Note/Comment/Greyedout
1270
1271 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1272
1273         * lyx_main.C (LyX):
1274         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1275
1276 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1277
1278         * LaTeXFeatures.C:
1279         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1280         greyedout. Patch provided by Jürgen Spitzmüller.
1281
1282 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1283
1284         * kbmap.C (read): fix error message when reading bind files
1285
1286 2003-07-29  Angus Leeming  <leeming@lyx.org>
1287
1288         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1289         certainly does not do what it purports to do. I am doing it, and
1290         us, a favour by killing it.
1291
1292 2003-07-28  José Matos  <jamatos@lyx.org>
1293
1294         * buffer.C (readBody, do_writeFile):
1295         * paragraph.C(readParagraph): \end_document replaces \the_end.
1296
1297 2003-07-29  André Pönitz  <poenitz@gmx.net>
1298
1299         * BufferView.[Ch]:
1300         * BufferView_pimpl.[Ch]:
1301         * lyxfunc.C:
1302         * text2.C:
1303         * text3.C:
1304         * textcursor.[Ch]: remove toggleToggle & Co
1305
1306 2003-07-28  José Matos  <jamatos@fep.up.pt>
1307
1308         * buffer.C (readParagraph):
1309         * params_func (readParToken, readParagraph):
1310         * paragraph.C (write): \layout -> \begin_layout.
1311
1312 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1313
1314         * lyxlex_pimpl.C (setFile): clean up slightly.
1315
1316         * bufferparams.h: add compressed var
1317
1318         * buffer_funcs.C (readFile): adjust for LyXLex change
1319         (newFile): ditto + simplify
1320
1321         * buffer.C (writeFile): handle writing of compressed files
1322
1323         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1324         Check if the file is compressed and set a bufferparm if so.
1325
1326         * Makefile.am (lyx_LDADD): remove explicit -lz
1327
1328 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1329
1330         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1331         makeDocBookFile): put the real LyX version in the first line of
1332         the file
1333
1334         * version.h:
1335         * version.C.in: remove lyx_docversion
1336
1337         * tabular.C (write_attribute): add a template-based version to
1338         write enums properly
1339
1340 2003-07-28  André Pönitz  <poenitz@gmx.net>
1341
1342         * lyxtext.h:
1343         * text.C:
1344         * text2.C:
1345         * text3.C: use doubles again for x-coordinates. They are needed.
1346
1347 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1348
1349         * messages.C (getLocaleDir): use lyx_localedir()
1350
1351         * lyxlex_pimpl.C (setFile): compress stuff
1352
1353         * buffer.C (writeFile): add some compression stuff
1354         (do_writeFile): new func, dont call expliti close... will this
1355         breake anything?
1356
1357         * Makefile.am (lyx_LDADD): add -lz
1358
1359 2003-07-28  José Matos  <jamatos@fep.up.pt>
1360
1361         * buffer.C: increment file format.
1362         * paragraph_funcs (readParagraph, readParToken):
1363         * paragraph.C (readParagraph): add \end_layout.
1364
1365 2003-07-27  Angus Leeming  <leeming@lyx.org>
1366
1367         * Makefile.am: remove special casing for configure-time setting of
1368         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1369
1370         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1371         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1372
1373 2003-07-26  André Pönitz  <poenitz@gmx.net>
1374
1375         * paragraph_func.[Ch]:
1376         * paragraph.C (realizeFont): inline it whereever it is used
1377
1378         * rowpainter.C:
1379         * text.C:
1380         * text2.C:
1381         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1382
1383
1384 2003-07-26  André Pönitz  <poenitz@gmx.net>
1385
1386         *       lyxtext.h:
1387         * text.C:
1388         * text2.C: get rid of LyXText::need_break_row
1389
1390 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1391
1392         * toc.[Ch]: put namespace toc inside namespace lyx
1393
1394         * MenuBackend.C (expandToc2): adjust for lyx::toc
1395         (expandToc): ditto
1396
1397         * lyxfunc.C (dispatch): adjust for lyx::find
1398
1399         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1400         lyx::find instead. Reorganize a bit.
1401         (LyXReplace): rename to replace
1402         (LyXFind): rename to find
1403
1404         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1405         (dispatch): ditto
1406
1407 2003-07-26  André Pönitz  <poenitz@gmx.net>
1408
1409         * text.C (setHeightOfRow): restrict scope of temporary variable
1410
1411         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1412           code (never has been used?)
1413
1414 2003-07-27  Asger Alstrup  <alstrup@local>
1415
1416         * text.C (fill): Optimise algorithm to exploit that we can reuse
1417         the LyXFont for many characters.
1418         (setHeightOfRow): Same thing.
1419         (rowBreakPoint): Same thing.
1420
1421 2003-07-26  Asger Alstrup  <alstrup@local>
1422
1423         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1424
1425         * text.C (singleWidth): Spurious font copying in hot-spot
1426         singleWidth avoided. Reorder tests for arabic for efficiency.
1427
1428         * text.C (fill): handle empty paragraphs better.
1429
1430 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1431
1432         * ispell.C:
1433         * encoding.h: add includes
1434
1435         * lyxrc.C: remove reading of bind files
1436
1437         * lyx_main.C (init): setup bindings and menus only if we have a
1438         gui.
1439
1440         * kbmap.C (read): new method. Do the actual reading of bind
1441         files.
1442
1443         * converter.C (dvipdfm_options):
1444         * bufferparams.C:
1445         * lyxrc.C (read):
1446         (output): adapt PAPER_* enums.
1447
1448         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1449
1450         * bufferparams.h: remove paper-related enums from there
1451
1452         * paper.h: New file. A trivial header file to hold paper-related
1453         enums. It should later expand to contain many paper-related
1454         horrors access.
1455
1456         * lyxrc.C: declare extern displayTranslator
1457
1458 2003-07-27  José Matos  <jamatos@fep.up.pt>
1459
1460         * tabular.[Ch] (linuxdoc): add support for tables and figures
1461         (linuxdoc).
1462
1463 2003-07-27  José Matos  <jamatos@fep.up.pt>
1464
1465         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1466         consistency in both functions.
1467         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1468
1469 2003-07-26  Asger Alstrup  <alstrup@local>
1470
1471         * rowpainter.C (paintRows): Change algorithm to work directly on
1472         the insets rather than asking every character in the document
1473         whether its an inset.
1474
1475 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1476
1477         * buffer.C (openFileWrite): factorize some code
1478
1479 2003-07-26  Angus Leeming  <leeming@lyx.org>
1480
1481         * lyx_cb.C:
1482         * lyx_main.[Ch]: replace occurances of system_tempdir with
1483         os::getTmpDir().
1484
1485 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1486
1487         * rename Inset to InsetOld
1488
1489 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1490
1491         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1492         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1493         which I think is a bit clearer. EDIT is gone, since it was
1494         premature optimisation, and broken for mathed anyway.
1495         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1496         with cursor positioning in insets as well (math insets still do not
1497         work, but that's a different story anyway.) It mysteriously
1498         crashes sometimes with undo in the first paragraph, but I'm fairly
1499         confident that this is a compiler bug.
1500
1501 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1502
1503         * paragraph.C (Paragraph): adjust for new clone return type
1504         (operator==): ditto
1505         (copyIntoMinibuffer): ditto
1506
1507 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1508
1509         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1510         by not having a special case, and always doing a full rebreak of
1511         the document after undo.
1512
1513 2003-07-23  Angus Leeming  <leeming@lyx.org>
1514
1515         * factory.C (createInset): InsetExternal::setParams now takes a
1516         Buffer const * arg.
1517
1518 2003-07-23  Angus Leeming  <leeming@lyx.org>
1519
1520         * factory.C (createInset): changed interface to the external and
1521         graphics mailers' string2params functions.
1522
1523 2003-07-23  Angus Leeming  <leeming@lyx.org>
1524
1525         * factory.C (createInset): pass a
1526         Buffer const * parameter to InsetExternalMailer's string2params.
1527
1528 2003-07-22  John Levon  <levon@movementarian.org>
1529
1530         * Thesaurus.h: include the right aiksaurus header
1531
1532 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1533
1534         * MenuBackend.C (expand): check menu shortcuts unconditionally
1535
1536 2003-07-21  Angus Leeming  <leeming@lyx.org>
1537
1538         * factory.C (createInset): pass a
1539         buffer_path parameter to InsetGraphicsMailer's string2params.
1540
1541 2003-07-21  Angus Leeming  <leeming@lyx.org>
1542
1543         * BufferView_pimpl.C (buffer):
1544         * buffer.C (d-tor):
1545         * lyx_main.C (LyX):
1546         * lyxfunc.C (dispatch):
1547         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1548         rather than the grfx shortcut.
1549
1550 2003-07-21  André Pönitz  <poenitz@gmx.net>
1551
1552         * rowpainter.C: remove unused variables
1553
1554         * tabular_funcs.C:
1555         * tabular_funcs.h: move to tabular.C
1556         * Makefile.am: adjust
1557
1558         * tabular.[Ch]: basic optical cleaning
1559
1560         * author.h: pass references, not values
1561
1562 2003-07-18  André Pönitz  <poenitz@gmx.net>
1563
1564         * lyxtext.h:
1565         * metricsinfo.C:
1566         * metricsinfo.h:
1567         * rowpainter.C:
1568         * text.C:
1569         * text2.C:
1570         * text3.C: two-phase drawing for InsetText and InsetTabular
1571         some float -> int changes.
1572
1573 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1574
1575         * lyx_main.C: fix the fix
1576
1577 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1578
1579         * lyx_main.C: fix a crash in batch mode if no files specified
1580         * converter.C: ws
1581
1582 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1583
1584         * format.[Ch] (papersize): moved to BufferParams
1585         * converter.[Ch] (dvips_options): moved to BufferParams
1586         (dvipdfm_options): moved to anon namespace
1587         * bufferparams.[Ch]: added above functions.
1588
1589 2003-07-17  André Pönitz  <poenitz@gmx.net>
1590
1591         * lyxtext.h:
1592         * rowpainter.C:
1593         * text2.C: don't call inset->update() anymore
1594
1595         * metricsinfo.[Ch]: add convenience constructor
1596
1597 2003-07-16  André Pönitz  <poenitz@gmx.net>
1598
1599         * lyxcursor.[Ch]:
1600         * lyxfunc.[Ch]:
1601         * text.C:
1602         * text2.C: replace the LyXCursor::irow_ member with
1603          on-demand computation of the value
1604
1605 2003-07-16  John Levon  <levon@movementarian.org>
1606
1607         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1608
1609 2003-07-15  André Pönitz  <poenitz@gmx.net>
1610
1611         * text.C:
1612         * text2.C: remove no more needed refresh_row
1613
1614 2003-07-15  André Pönitz  <poenitz@gmx.net>
1615
1616         * lyxtext.h:
1617         * rowpainter.C:
1618         * text2.C:
1619         * text3.C: refresh_status tristate -> need_update bool
1620
1621 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1622
1623         * lyxtext.h (init): remove reinit argument (act as if always true)
1624         * text2.C: adjust to that
1625
1626 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1627
1628         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1629         * text3.C: use it to delete selections in some cases
1630         (bugs 441, 673, 702, 954).
1631
1632 2003-07-14  André Pönitz  <poenitz@gmx.net>
1633
1634         * rowpainter.[Ch]: reduce interface
1635
1636 2003-07-14  André Pönitz  <poenitz@gmx.net>
1637
1638         * BufferView_pimpl.C:
1639         * text2.C: adjust after removing unused BufferView * argument
1640
1641 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1642
1643         * text2.C (init): fix a crash fired on resize
1644
1645 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1646
1647         * buffer.[Ch]: added new closing signal
1648         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1649         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1650         BufferView::Pimpl via the closing the signal
1651
1652 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1653
1654         * buffer.[Ch]: take out all bv-related from buffer
1655         * BufferView.C:
1656         * BufferView_pimpl.[Ch]: connect to new signals
1657         * CutAndPaste.C: removed useless asserts
1658         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1659         * lyxvc.[Ch]:
1660         * vc-backend.[Ch]:
1661         * lyxfunc.C: moved view-related funciontality from vc here
1662         * paragraph.C: removed outdated comments
1663         * text.C: ws
1664
1665 2003-07-10  André Pönitz  <poenitz@gmx.net>
1666
1667         * BufferView_pimpl.C:
1668         * tabular.h:
1669         * tabular_funcs.C:
1670         * text.C:
1671         * text2.C: remove InsetText::InnerCache, clean up consequences
1672
1673 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1674
1675         * ispell.C: fix two typos in error messages
1676
1677 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1678
1679         * Extend Note inset to other forms of annotation like Comment
1680         and Greyedout. Right button click gives dialog.
1681
1682         Files modified or added (+):
1683
1684         * insetnote.[Ch]
1685         * FormNote.[Ch]      +
1686         * ControlNote.[Ch]   +
1687         * form_note.fd       +
1688         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1689         frontends/controllers
1690         * xforms/Dialogs.C
1691         * factory.C
1692
1693 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1694
1695         * aspell.C: add missing namespace lyx::support
1696
1697 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1698
1699         * BufferView.[Ch] (newFile): Add
1700         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1701         * LaTeX.[Ch] (message): added this signal and use it
1702         * buffer.[Ch] (busy, message): added these signals and use them
1703         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1704         * converter.C:
1705         * exporter.C:
1706         * format.C:
1707         * importer.C: use buffer signals instead of direct bv calling
1708         * lyx_cb.[Ch] (ShowMessage): removed
1709         * lyx_main.C:
1710         * lyxfunc.C:
1711         * paragraph_funcs.C:
1712         * text2.C: use buffer signals
1713
1714 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1715
1716         * introduce namespace lyx::graphics
1717
1718 2003-07-02  André Pönitz  <poenitz@gmx.net>
1719
1720         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1721
1722 2003-07-01  André Pönitz  <poenitz@gmx.net>
1723
1724         * text.C:
1725         * text2.C:
1726         * text3.C:
1727         * text_funcs.[Ch]:
1728         * textcursor.h:
1729         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1730           text*.C to text_func.C
1731
1732 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1733
1734         * introduce namespace lyx::support
1735
1736 2003-06-30  André Pönitz  <poenitz@gmx.net>
1737
1738         * Chktex.C:
1739         * funcrequest.C:
1740         * lyxtext.h:
1741         * text.C: re-enable --with-included-string
1742
1743 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1744
1745         * textcursor.C: add <config.h>
1746
1747         * text.C (getWord): remove const from word_location arg
1748
1749         * lyxvc.C (getLogFile): fix const type order
1750
1751         * lyxtext.h: remove const from word_location arg, add arg name
1752
1753         * lyxlayout.h: currect type on labeltype.
1754
1755         * importer.C: correct \file
1756
1757         * converter.C (intToFormat): use std:: on ret val, ws changes
1758
1759         * bufferlist.h: correct \file
1760
1761         * buffer.C (makeLinuxDocFile): fix const type order
1762         (makeDocBookFile): ditto
1763         (fillWithBibKeys): use std:: on stdlib args.
1764
1765         * CutAndPaste.C: fix authors.
1766         (availableSelections): use std:: on return vector
1767
1768 2003-06-27  André Pönitz  <poenitz@gmx.net>
1769
1770         * BufferView_pimpl.C:
1771         * bufferview_funcs.C:
1772         * lyxcursor.C:
1773         * lyxcursor.h:
1774         * lyxfunc.C:
1775         * lyxtext.h:
1776         * rowpainter.C:
1777         * text.C:
1778         * text2.C:
1779         * text3.C: remove LyXCursor::row_ member
1780
1781         * lyxtext.h:
1782         * text.C: rename fullRebreak() to partialRebreak() and implement
1783           a fullRebreak() that really bereks fully
1784
1785         * textcursor.h: new struct for cursor-related data
1786
1787 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1788
1789         * lyx_main.C (LyX): get full path of document loaded on the
1790         command line
1791
1792 2003-06-26  André Pönitz  <poenitz@gmx.net>
1793
1794         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1795           remove unused/broken operator>,<,>=.
1796
1797         *       text.C: remove only use of broken operator<= in an Assert().
1798
1799 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1800
1801         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1802         moved errorlist_.clear to showErrorList
1803
1804 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1805
1806         * converter.C (scanLog, runLaTeX):
1807         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1808         move the bv->showErrorList call to the callers
1809         * lyxfunc.C: i.e. here...
1810         * text2.C: and here
1811         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1812         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1813         namespace, the second to...
1814         * buffer_funcs (BufferFormat, parseErrors): added
1815         * errorlist.C (ErrorList(TeXErrors const &)): removed
1816
1817 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1818
1819         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1820
1821 2003-06-24  "Garst R. Reese" <reese@isn.net>
1822
1823         * debug.C: fix typo
1824
1825 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1826
1827         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1828
1829         * version.C.in: change docversion to 1.4
1830
1831 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1832
1833         * buffer.C: fix a bug just introduced
1834
1835 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1836
1837         * buffer.[Ch]: added the parseError signal and use it, removed
1838         sgmlError
1839         * BufferView.[Ch] (addError): moved to ...
1840         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1841         to the Buffer::parseError signal to catch (guess what) parse errors
1842         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1843
1844 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1845
1846         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1847         ability to create a buffer and to return an existing one from
1848         the list. Moved these functions to...
1849         * buffer_funcs.[Ch]: added
1850         * BufferView.[Ch] (loadLyXFile): added
1851         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1852         job removed from bufferlist::loadLyXFile.
1853         * buffer.C (setReadOnly): make it work without view
1854         (i.e added an if (users))
1855
1856 2003-06-19  Angus Leeming  <leeming@lyx.org>
1857
1858         * lfuns.h:
1859         * LyXAction.C (init):
1860         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1861         with LFUN_DIALOG_SHOW <name> <data>.
1862
1863 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1864
1865         * CutAndPaste.C (availableSelections): small compilation fix for
1866         ancient (gcc 2.9x) compilers
1867
1868 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1869
1870         * text3.C (cursorNext): add tmp var
1871
1872         * text2.C (updateCounters): for function calling out of for clause
1873         (replaceSelectionWithString): ditto
1874         (insertStringAsParagraphs): ditto
1875         (getColumnNearX): add tmp var
1876         (setCursorFromCoordinates): add tmp var
1877         (cursorDownParagraph): add tmp var
1878         (deleteEmptyParagraphMechanism): add tmp var
1879
1880         * text.C (insertChar): add tmp var
1881
1882         * rowpainter.C (paintDepthBar): add tmp var
1883
1884         * CutAndPaste.C (availableSelections): potentially check all
1885         paragraphs in a cut to fill the shown strings.
1886
1887 2003-06-18  André Pönitz  <poenitz@gmx.net>
1888
1889         * kbmap.[Ch]: use vector<> instead of list<>
1890
1891 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1892
1893         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1894         pasteSelection with index
1895
1896         * text2.C (pasteSelection): modify, call pasteSelection with index
1897
1898         * paragraph.C (asString): reimplement version with no interval to
1899         call the one with interval.
1900
1901         * lyxtext.h: add index arg to pasteSelection
1902
1903         * MenuBackend.C (MenuItem): handle PasteRecent
1904         (Menu::read::Menutags): add md_pasterecent
1905         (read): handle it
1906         (expandPasteRecent): new function
1907         (expand): use it
1908
1909         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1910
1911         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1912         the limited stack
1913         (availableSelections): new function
1914
1915 2003-06-17  Angus Leeming  <leeming@lyx.org>
1916
1917         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1918
1919 2003-06-17  Angus Leeming  <leeming@lyx.org>
1920
1921         * lfuns.h:
1922         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1923
1924         * lyxfunc.C (dispatch): invoke it.
1925
1926 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1927
1928         * iterators.C (operator++, ParPosition): reintroduce some
1929         const_cast for the benefit of older compilers.
1930
1931 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1932
1933         * text3.C (dispatch): do not modify clipboard when doing
1934         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1935         LFUN_DELETE_SKIP on a selection selection
1936
1937 2003-06-16  André Pönitz  <poenitz@gmx.net>
1938
1939         * BufferView.C:
1940         * buffer.C:
1941         * buffer.h:
1942         * paragraph.C:
1943         * tabular.[Ch]: IU of clone() and getLabelList();
1944
1945 2003-06-13  André Pönitz  <poenitz@gmx.net>
1946
1947         * tabular.h: compactification
1948
1949 2003-06-12  André Pönitz  <poenitz@gmx.net>
1950
1951         * tabular.C:
1952         * tabular.h:
1953         * tabular_funcs.h: some renaming plus whitespace
1954
1955 2003-06-12  André Pönitz  <poenitz@gmx.net>
1956
1957         * BufferView.C:
1958         * BufferView_pimpl.C:
1959         * CutAndPaste.C:
1960         * buffer.C:
1961         * iterators.[Ch]:
1962         * lyxfunc.C:
1963         * text.C:
1964         * toc.C: Return a Paragraph & for ParIterator::operator*()
1965
1966 2003-06-11  John Levon  <levon@movementarian.org>
1967
1968         * lyx_main.C:
1969         * ToolbarBackend.h:
1970         * ToolbarBackend.C: add "Toolbars" section and
1971         put the flags there
1972
1973 2003-06-10  Angus Leeming  <leeming@lyx.org>
1974
1975         * lfuns.h:
1976         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1977
1978         * lyxfunc.C (dispatch): invoke it.
1979
1980 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1981
1982         * main.C: protect <ios> with HAVE_IOS
1983         (main): protect sync_with_stdio with HAVE_IOS
1984
1985 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1986
1987         * text2.C (cutSelection): adjust
1988         (pasteSelection): adjust
1989
1990         * messages.C: handle get of empty string
1991
1992         * main.C (main): use sync_with_stdio(false)
1993
1994         * lyxfunc.C (dispatch): adjust
1995
1996         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1997         (WriteAs): remove unneeded BufferView arg.
1998
1999         * bufferparams.h: use correct types on papersize, papersize2 and
2000         paperpackage.
2001
2002         * bufferparams.C (readToken): adjust for type
2003         (writeLaTeX): add missing cases to switch.
2004
2005         * bufferlist.C (quitWriteBuffer): adjust
2006         (close): adjust
2007
2008         * buffer.C (asciiParagraph): remove some commented code.
2009
2010         * CutAndPaste.C: remove current_view extern variable.
2011         (cutSelection): add BufferParams arg.
2012         (eraseSelection): add BufferParams arg.
2013         (pasteSelection): add Buffer const & arg
2014
2015 2003-06-07  John Levon  <levon@movementarian.org>
2016
2017         * buffer.C:
2018         * paragraph_funcs.C:
2019         * paragraph_pimpl.C:
2020         * text.C:
2021         * text2.C:
2022         * paragraph.h:
2023         * paragraph.C: allow InsetERT to freely space lines,
2024         and some consolidation of code
2025
2026 2003-06-06  José Matos  <jamatos@fep.up.pt>
2027
2028         * buffer.C (makeDocBookFile): fix bug #821
2029
2030 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2031
2032         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2033
2034 2003-06-04  Angus Leeming  <leeming@lyx.org>
2035
2036         * buffer.C: bump format to 224.
2037
2038 2003-06-05  André Pönitz  <poenitz@gmx.net>
2039
2040         * text2.C (redoParagraphs): remove two const_cast<>
2041
2042 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2043
2044         * ParagraphList.h: remove last remnants of NO_STD_LIST
2045
2046 2003-06-03  Angus Leeming  <leeming@lyx.org>
2047
2048         * factory.C (createInset): small change to the way InsetExternal's params
2049         are set.
2050
2051 2003-06-04  André Pönitz  <poenitz@gmx.net>
2052
2053         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2054
2055         * paragraph_pimpl.h:
2056         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2057
2058         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2059
2060         * undo_funcs.C: make some simple cases of undo work again
2061
2062 2003-06-03  John Levon  <levon@movementarian.org>
2063
2064         * ispell.C: HPUX doesn't have sys/select.h
2065         (from Albert Chin)
2066
2067 2003-06-03  John Levon  <levon@movementarian.org>
2068
2069         * CutAndPaste.C: update tabular and include inset
2070         buffer references
2071
2072         * buffer.h:
2073         * paragraph.h:
2074         * paragraph.C: remove owningBuffer(), don't pass Buffer
2075         to clone()
2076
2077         * factory.C: insetGraphicsParams changed
2078
2079 2003-06-02  John Levon  <levon@movementarian.org>
2080
2081         * LyXAction.C:
2082         * factory.C:
2083         * lfuns.h:
2084         * lyxfunc.C:
2085         * text3.C: remove insetparent
2086
2087 2003-06-02  John Levon  <levon@movementarian.org>
2088
2089         * buffer.h:
2090         * buffer.C: fix inset_iterator.end(), move out of line
2091         (bug 1149)
2092
2093 2003-06-01  John Levon  <levon@movementarian.org>
2094
2095         * text3.C: use a proper cut/paste when doing inset
2096         insert (from Jürgen Spitzmüller)
2097
2098 2003-06-01  John Levon  <levon@movementarian.org>
2099
2100         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2101
2102 2003-05-30  André Pönitz  <poenitz@gmx.net>
2103
2104         * rowpainter.C: unify second drawing phase
2105
2106 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2107
2108         * trans_mgr.C: remove one case of current_view
2109
2110         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2111
2112         * paragraph_funcs.h: remove paragraph.h include
2113
2114         * paragraph.h: delete NO_STD_LIST stuff
2115
2116         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2117
2118         * buffer.h: remove paragraph.h include
2119
2120         * ParagraphList.C: delete file
2121
2122         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2123
2124         * toc.C (getTocList): adjust
2125
2126         * paragraph_pimpl.C (validate): adjust
2127
2128         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2129
2130         * paragraph.C (Paragraph): adjust
2131         (getPositionOfInset): use const_iterator, adjust
2132         (bibitem): use const_iterator, adjust
2133         (setInsetOwner): adjust
2134
2135         * iterators.C (operator++): adjust
2136
2137         * InsetList.[Ch]: Replace selfmade iterator with standard
2138         vector::iterator also introduce const_iterator. Remove getPos,
2139         getInset and setInset from InsetTable. Adjust accordingly.
2140
2141         * BufferView.C (lockInset): adjust
2142         (ChangeInsets): adjust
2143
2144         * tabular.[Ch]: delete commented same_id functions
2145
2146 2003-05-28  John Levon  <levon@movementarian.org>
2147
2148         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2149
2150 2003-05-28  André Pönitz  <poenitz@gmx.net>
2151
2152         * metricsinfo.[Ch]: remove 'fullredraw' member
2153
2154 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2155
2156         * lyxtextclass.C (operator): remove caching.
2157
2158 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2159
2160         * text3.C: adjust
2161
2162         * text2.C (cursorBottom): adjust
2163         (setCounter): use ParagraphList::find, adjust
2164
2165         * text.C (workWidth): use ParagraphList::find, adjust
2166
2167         * lyxcursor.C (LyXCursor): adjust
2168
2169         * buffer.C (inset_iterator): adjust
2170
2171         * ParagraphList.h: make iterator(value_type) private, make
2172         ParagraphList a friend of iterator.
2173
2174         * ParagraphList.C (find): new function
2175
2176         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2177
2178 2003-05-27  André Pönitz  <poenitz@gmx.net>
2179
2180         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2181
2182 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2183
2184         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2185
2186 2003-05-26  John Levon  <levon@movementarian.org>
2187
2188         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2189
2190 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2191
2192         * remove same_id from function signatures, adjust.
2193
2194 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2195
2196         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2197
2198         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2199
2200         * paragraph.C (Paragraph): get rid of same_ids parameter
2201
2202         * ParagraphList.C (insert): adjust
2203         (push_back): adjust
2204
2205 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2206
2207         * paragraph_funcs.C (breakParagraph): adjust
2208         (breakParagraphConservative): adjust
2209
2210         * buffer.C (readParagraph): adjust
2211
2212         * ParagraphList.C (insert): take a reference instead of a pointer
2213         (insert): adjust
2214
2215         * paragraph.[Ch] (id): new function
2216
2217         * bufferlist.C (newFile): adjust
2218
2219         * ParagraphList.C (ParagraphList): adjust
2220         (assign): adjust
2221         (push_back): take a reference instead of a pointer.
2222
2223         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2224
2225         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2226         instead.
2227
2228         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2229         set else use old code.
2230
2231         * ParagraphList.C: remove all NO_NEXT code and only compile this
2232         code of NO_STD_LIST is set.
2233
2234 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2235
2236         * BufferView_pimpl.C:
2237         * TextCache.C:
2238         * TextCache.h:
2239         * bufferlist.C:
2240         * errorlist.h:
2241         * format.C:
2242         * format.h:
2243         * graph.C:
2244         * lyxfunc.C:
2245         * lyxrc.C:
2246         * graphics/GraphicsConverter.C:
2247         * graphics/PreviewLoader.C: header adjustment
2248
2249 2003-05-23  Angus Leeming  <leeming@lyx.org>
2250
2251         * LaTeXFeatures.[Ch] (useBabel): new method.
2252         * bufferparams.C (writeLaTeX): use it.
2253
2254 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2255
2256         * ParagraphList.h (set): remove unused function.
2257
2258 2003-05-23  André Pönitz  <poenitz@gmx.net>
2259
2260         * BufferView.C:
2261         * BufferView_pimpl.C:
2262         * buffer.C:
2263         * buffer.h:
2264         * lyxfunc.C:
2265         * undo_funcs.C: setUndo reworked
2266
2267         * iterators.[Ch]: add access to topmost ParagraphList
2268
2269         * lyxtext.[Ch] (workWidth): add a const
2270
2271 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2272
2273         * texrow.[Ch] (increasePos): remove function
2274         * exporter.C (export): removed unused var and outdated comment
2275
2276 2003-05-23  Angus Leeming  <leeming@lyx.org>
2277
2278         * latexrunparams.h: rename fragile as moving_arg.
2279         * paragraph.C (simpleTeXOnePar): ditto.
2280         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2281
2282 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2283
2284         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2285         (createUndo): ditto
2286         (textUndoOrRedo): comment out a currently unused var.
2287
2288         * paragraph.h (NO_NEXT): enable NO_NEXT
2289
2290         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2291
2292         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2293
2294         * exporter.C (Export): adjust for removeAutoInsets removal.
2295
2296         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2297
2298         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2299
2300         * BufferView.[Ch] (removeAutoInsets): delete function
2301
2302 2003-05-22  Angus Leeming  <leeming@lyx.org>
2303
2304         * latexrunparams.h: add a free_spacing variable.
2305
2306         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2307         to pass moving_arg, as the data is stored in runparams.fragile.
2308
2309         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2310         to Inset::latexOptional or to simpleTeXOnePar.
2311
2312         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2313         free_spacing arg to Inset::latexOptional.
2314
2315         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2316         free_spacing arg.
2317
2318 2003-05-22  Angus Leeming  <leeming@lyx.org>
2319
2320         * latexrunparams.h: add fragile and use_babel variables.
2321
2322         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2323         * buffer.C (makeLaTeXFile): store this returned value in
2324         runparams.use_babel, thus passing it to the inset::latex methods.
2325
2326         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2327         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2328
2329         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2330         longer has a fragile arg, as it is stored in runparams.fragile.
2331
2332         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2333         moving_arg parameter as the data is stored in runparams.fragile.
2334
2335         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2336         a fragile parameter as the data is stored in runparams.fragile.
2337
2338 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2339
2340         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2341
2342 2003-05-22  Angus Leeming  <leeming@lyx.org>
2343
2344         * latexrunparams.h: add a 'bool nice' which defaults to false.
2345
2346         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2347         now encapsulated within runparams.
2348
2349         * bufferlist.C (updateIncludedTeXfiles):
2350         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2351
2352 2003-05-22  Angus Leeming  <leeming@lyx.org>
2353
2354         * latexrunparams.h: new file containing struct LatexRunParams.
2355         * Makefile.am: add new file.
2356
2357         * LaTeX.[Ch] (c-tor, run):
2358         * buffer.[Ch] (makeLaTeXFile):
2359         * bufferlist.[Ch] (updateIncludedTeXfiles):
2360         * converter.C (convert, scanLog):
2361         * converter.[Ch] (runLaTeX):
2362         * exporter.C (Export):
2363         * paragraph.[Ch] (simpleTeXOnePar):
2364         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2365         * paragraph_funcs.[Ch] (latexParagraphs):
2366         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2367         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2368         pass around a LatexRunParams parameter.
2369
2370 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2371
2372         * paragraph.[Ch]: remove unused constructor
2373
2374         * ParagraphList.C (erase): new function, taking two iterators
2375
2376 2003-05-22  André Pönitz  <poenitz@gmx.net>
2377
2378         * undo_funcs.C: remove duplicated code
2379
2380         * iterator.[Ch]: operator=
2381
2382 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2383
2384         * tabular.C (SetMultiColumn): ws changes
2385
2386         * rowpainter.C (paintFirst): get rid of a ->previous
2387
2388         * lyx_cb.C (getPossibleLabel): parlist simplification
2389
2390         * BufferView.C (ChangeInsets): simplify slightly.
2391
2392 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2393
2394         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2395         * lfuns.h: new LFUN_SPACE
2396         * lyxfunc.C: protected space has a new lfun
2397         * paragraph_funcs.C: read new space insets
2398         * text3.C:
2399         * factory.C: handle new space insets
2400
2401 2003-05-22  André Pönitz  <poenitz@gmx.net>
2402
2403         * BufferView.C:
2404         * BufferView_pimpl.C:
2405         * buffer.[Ch]:
2406         * lyxfunc.C:
2407         * undo_funcs.C: return a ParIterator from getParFromID.
2408
2409         * iterators.[Ch]: add two const's
2410
2411 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2412
2413         * toc.C (getTocList): adjust
2414
2415         * iterators.[Ch]: rework for parlist
2416
2417         * buffer.C (par_iterator_begin): adjust
2418         (par_iterator_end): adjust
2419
2420         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2421
2422         * BufferView.C (removeAutoInsets): adjust
2423         (ChangeInsets): adjust
2424
2425 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2426
2427         * text.C (top_y): fix bug 1110
2428
2429 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2430
2431         * errorlist.[Ch]: added
2432         * buffer.C:
2433         * BufferView.[Ch]:
2434         * BufferView_pimpl.C:
2435         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2436         instead
2437
2438 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2439
2440         * Makefile.am: ensure that lyx is relinked upon changes to the
2441         various "convenience" libs.
2442
2443 2003-05-20  Angus Leeming  <leeming@lyx.org>
2444
2445         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2446         files are compiled in alphabetical order again.
2447
2448         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2449
2450 2003-05-19  Angus Leeming  <leeming@lyx.org>
2451
2452         * gettext.[Ch]: remove "char const * _(char const *)".
2453
2454 2003-05-19  André Pönitz  <poenitz@gmx.net>
2455
2456         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2457
2458         * Makefile.am:
2459         * BufferView.C:
2460         * DepTable.h:
2461         * LaTeXFeatures.C:
2462         * buffer.C:
2463         * lyxfont.C:
2464         * lyxlex.h:
2465         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2466
2467 2003-05-19  André Pönitz  <poenitz@gmx.net>
2468
2469         * buffer.C:
2470         * lyxlayout.[Ch]:
2471         * lyxtextclass.[Ch]:
2472         * paragraph.C:
2473         * paragraph_funcs.[Ch]:
2474         * text2.C:
2475         * text3.C: more insetenv work
2476
2477 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2478
2479         * ParagraphParameters.C (params2string): small bug fixed
2480
2481 2003-05-16  André Pönitz  <poenitz@gmx.net>
2482
2483         * debug.C:
2484         * bufferview_funcs.C: patch from Kornel Benko to prevent
2485           crash when _(...) is called twice in a statement
2486
2487 2003-05-16  André Pönitz  <poenitz@gmx.net>
2488
2489         * BufferView.C:
2490         * lyxfunc.C:
2491         * text.C:
2492         * text2.C:
2493         * text3.C:
2494         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2495
2496 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2497
2498         * lyx_main.C (init): remove spurious static_cast
2499
2500 2003-05-14  André Pönitz  <poenitz@gmx.net>
2501
2502         * BufferView.C: fix format string
2503
2504 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2505
2506         * BufferView.[Ch] (insertErrors): removed
2507         * BufferView.[Ch] (showErrorList): added
2508         * buffer.C (runChkTeX):
2509         * converter.C (scanLog): call showErrorList instead of inserterrors
2510
2511 2003-05-13  André Pönitz  <poenitz@gmx.net>
2512
2513         * BufferView_pimpl.C:
2514         * buffer.C:
2515         * bufferview_func.C:
2516         * MenuBackend.C:
2517         * lyxfunc.C:
2518         * lyxrc.C:
2519         * tex-accent.C:
2520         * text3.C:
2521         * toc.C:
2522         * tabular_funcs.h: tostr() from its own header
2523
2524         * ParagraphParameters.C:
2525         * ToolbarBackend.C:
2526         * bufferparams.C:
2527         * format.C:
2528         * lyxlex_pimpl.C:
2529         * text3.C: STRCONV()
2530
2531 2003-05-12  André Pönitz  <poenitz@gmx.net>
2532
2533         * BufferView.C:
2534         * BufferView_pimpl.C:
2535         * CutAndPaste.C:
2536         * LaTeX.C:
2537         * LaTeXFeatures.C:
2538         * ParagraphParameters.C:
2539         * buffer.C:
2540         * bufferlist.C:
2541         * bufferparams.C:
2542         * bufferview_funcs.C:
2543         * converter.C:
2544         * counters.C:
2545         * debug.C:
2546         * exporter.C:
2547         * format.C:
2548         * importer.C:
2549         * lyx_cb.C:
2550         * lyx_main.C:
2551         * lyxfont.C:
2552         * lyxfunc.C:
2553         * lyxvc.C:
2554         * paragraph.C:
2555         * paragraph_funcs.C:
2556         * tabular.C:
2557         * tabular_funcs.C:
2558         * text2.C:
2559         * text3.C:  boost::format -> bformat  all over the place
2560
2561
2562 2003-05-09  André Pönitz  <poenitz@gmx.net>
2563
2564         * LColor.[Ch]: Pimpl the #include <map> away
2565
2566 2003-05-09  John Levon  <levon@movementarian.org>
2567
2568         * bufferlist.C: never remove emergency saves
2569
2570 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2571
2572         * Makefile.am: better lib building
2573
2574 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2575
2576         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2577         instead.
2578         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2579         (simpleTeXSpecialChars): adjust
2580         (simpleTeXSpecialChars): adjust
2581         * paragraph.C (simpleTeXOnePar): adjust
2582         * buffer.C (makeLaTeXFile): adjust
2583
2584         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2585
2586         * text2.C (changeDepth): parlist cleanup
2587         (getColumnNearX): ditto
2588
2589         * rowpainter.C (getLabelFont): parlist cleanup
2590
2591         * bufferlist.C (newFile): parlist cleanup
2592
2593         * CutAndPaste.C (eraseSelection): parlist cleanup
2594
2595         * BufferView_pimpl.C (trackChanges): parlist cleanup
2596         (dispatch): ditto
2597
2598         * BufferView.C (lockInset): parlist cleanup.
2599         (ChangeInsets): ditto
2600
2601 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2602
2603         * CutAndPaste.h: Update file header.
2604
2605         * CutAndPaste.C: Update file header.
2606         Store the parts cut out of the Document in a limited_stack.
2607         (copySelection): adjust
2608         (pasteSelection): new function, takes the index in the limited stack.
2609         (nrOfParagraphs): adjust
2610         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2611         simplify error inset insertion.
2612         (checkPastePossible): adjust
2613
2614 2003-05-06  John Levon  <levon@movementarian.org>
2615
2616         * text2.C: don't cast wrap inset to float
2617
2618 2003-05-05  André Pönitz  <poenitz@gmx.net>
2619
2620         * iterator.C:
2621         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2622
2623         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2624           few naked Paragraph *.
2625
2626 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2627
2628         * bufferparams.C: Output warning if a document with missing
2629         TeX document class is loaded
2630         * exporter.C: Disable TeX exports if the document class is missing
2631         * lyxtextclass.C:
2632         * lyxtextclass.h:
2633         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2634         isTeXClassAvailable()
2635
2636 2003-05-03  John Levon  <levon@movementarian.org>
2637
2638         * BufferView.h:
2639         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2640         explicit cursor show/hide
2641
2642         * BufferView_pimpl.h:
2643         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2644         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2645
2646         * lyxfunc.C: hide cursor before dispatching.
2647
2648         * lyx_cb.C:
2649         * lyxfind.C:
2650         * text.C:
2651         * text3.C: remove explicit cursor hides
2652
2653 2003-05-02  André Pönitz  <poenitz@gmx.net>
2654
2655         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2656
2657         * undo_funcs.C:
2658         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2659           linked lists
2660
2661         * text2.C: tiny whitespace
2662
2663 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2664
2665         * undo_funcs.C: almost only ws changes.
2666
2667         * ParagraphList.C (splice): just return if pl is empty.
2668
2669 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2670
2671         * ParagraphList.C (splice): new function.
2672
2673         * CutAndPaste.C (pasteSelection): use it
2674
2675 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2676
2677         * CutAndPaste.C (pasteSelection): remove the last next and
2678         previous from this file.
2679
2680 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2681
2682         * CutAndPaste.C (pasteSelection): more clean up, user proper
2683         ParagraphList functions for pasteing.
2684
2685         * ParagraphList.C (insert): new function, three arg insert
2686
2687 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2688
2689         * ParagraphList.C (insert): new function, three arg insert
2690
2691         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2692         not on paragraphs.
2693
2694 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2695
2696         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2697
2698 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2699
2700         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2701
2702 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2703
2704         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2705         (copySelection): clean up a bit.
2706         (pasteSelection): use make_pair
2707
2708         * ParagraphList.C (ParagraphList): implement copy constructor
2709         (operator=): implement, base on copy constructor.
2710         (assign): new func
2711
2712         * paragraph.C (erase): return a bool
2713
2714         * paragraph_pimpl.C (erasePos): remove function, move contents...
2715         (erase): ... here. Return a bool.
2716         (erase): call erase instead of erasePos.
2717
2718 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2719
2720         * ParagraphList.h: define PitPosPair
2721         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2722         ParagraphList, fix a bug on pasting multiple pars
2723         * text2.C: change interface to C&P
2724
2725 2003-04-30  André Pönitz  <poenitz@gmx.net>
2726
2727         * undo_func.C: revert part of yesterday's patch 2
2728
2729 2003-04-30  John Levon  <levon@movementarian.org>
2730
2731         * LColor.C: s/tabular/table/
2732
2733 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2734
2735         * text3.C (dispatch): do not convert iterator -> pointer
2736         * undo_funcs.C (setCursorParUndo): ditto
2737         * text_funcs.C (transposeChars): ditto
2738
2739         * text2.C (setLayout): ws changes only
2740
2741         * text.C (breakParagraph): do not convert iterator -> pointer
2742         (insertChar): ditto
2743         (acceptChange): ditto
2744         (rejectChange): ditto
2745         (changeCase): ditto
2746         (Delete): ditto
2747         (backspace): ditto
2748
2749         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2750         pointer
2751
2752 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2753
2754         * text3.C (gotoInset): YABG (yet another bad getChar)
2755
2756 2003-04-29  André Pönitz  <poenitz@gmx.net>
2757
2758         * paragraph.h: make operator= private unimplemented as long as
2759           it is unusable
2760
2761         * ParagraphList.C: whitespace
2762
2763         * paragraph.[Ch]:
2764         * paragraph_pimpl.[Ch]:
2765         * paragraph_funcs.C:
2766         * CutAndPaste.C:
2767         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2768
2769         * text2.C:
2770           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2771
2772 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2773
2774         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2775         * paragraph.[Ch] (erase):
2776         * paragraph_pimpl.[Ch] (erase): change return type and value
2777         * text2.C (cutSelection): some rework
2778
2779 2003-04-28  John Levon  <levon@movementarian.org>
2780
2781         * bufferlist.C: changes for unsaved changes dialog
2782
2783 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2784
2785         * bufferlist.C (newFile): set language (messages_) for new
2786         documents also.
2787
2788         * buffer.C (readFile): ws changes only.
2789
2790 2003-04-28  André Pönitz  <poenitz@gmx.net>
2791
2792         * undo_funcs.C:
2793         * lyxfunc.C:
2794         * buffer.[Ch]:
2795         * BufferView_pimpl.C:
2796         * BufferView.C: getParFromID related ParagraphList::iterator changes
2797
2798 2003-04-28  André Pönitz  <poenitz@gmx.net>
2799
2800         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2801           Changes
2802
2803 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2804
2805         * messages.C: remove one more localedir class variable.
2806
2807 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2808
2809         * messages.C (getLocaleDir): singleton generation function
2810         (Pimpl): use it.
2811         (Messages): add a default constructor.
2812
2813         * main.C (main): do not setup localedir here, do not call
2814         gettext_init.
2815
2816         * gettext.C (_): use it.
2817         (gettext_init): delete funciton
2818
2819 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2820
2821         * gettext.C (getLyXMessages): new singleton generating function.
2822
2823         * buffer.C (updateDocLang): adjust
2824
2825         * Makefile.am (messages.o): add target
2826         (main.o): remove target
2827
2828 2003-04-27  John Levon  <levon@movementarian.org>
2829
2830         * bufferlist.C:
2831         * lyx_cb.C:
2832         * lyxfunc.C:
2833         * lyxvc.C: specify cancel button in Alert::prompt
2834
2835 2003-04-26  John Levon  <levon@movementarian.org>
2836
2837         * text3.C:
2838         * lyxfunc.C:
2839         * lfuns.h:
2840         * LyXAction.C: add LFUN_INSET_SETTINGS
2841
2842         * lyxfunc.C: don't enable tabular-feature when there's
2843         just any locking inset
2844
2845 2003-04-26  John Levon  <levon@movementarian.org>
2846
2847         * bufferlist.C: re-add Cancel to buffer close question
2848
2849         * lyxfunc.C: fix import UI a bit
2850
2851 2003-04-25  John Levon  <levon@movementarian.org>
2852
2853         * gettext.C: remove the broken asserts for now
2854
2855 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2856
2857         * messages.C: make case where setlocale cannot comply work better.
2858
2859         * buffer.C (updateDocLang): new function
2860         (changeLanguage): use it
2861         (readFile): use it
2862
2863         * text2.C (setCounter): use B_ a bit.
2864
2865         * lyxlayout.C (Read): be sure to trim the label strings.
2866
2867         * messages.C (Messages): fix typo in comment
2868
2869         * buffer.C (readFile): set message_ after file is loaded.
2870         (makeDocBookFile): remove double return
2871         (changeLanguage): reset message_ upon language change.
2872         (B_): new func, use this to get translated buffer strings.
2873
2874         * main.C: add myself and Jean Marc as authors.
2875
2876 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2877
2878         * messages.[hC]: pimplify Messages, and three different pimpls to be
2879         used in different circumstances.
2880
2881         * gettext.[Ch]: change for use with new message code.
2882
2883 2003-04-24 André Pönitz <poenitz@gmx.net>
2884
2885         * factory.C: support for eqref
2886
2887 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2888
2889         * messages.[Ch]: add missing char
2890
2891         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2892
2893         * messages.[Ch]: New files
2894
2895 2003-04-18  John Levon  <levon@movementarian.org>
2896
2897         * BufferView.h:
2898         * BufferView.C:
2899         * BufferView_pimpl.C:
2900         * lfuns.h:
2901         * LyXAction.C:
2902         * lyxtext.h:
2903         * text2.C: remove layout-copy/paste (bug 778)
2904
2905 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2906
2907         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2908
2909 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2910
2911         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2912         if they succeed. Act accordingly.
2913
2914 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2915
2916         * text2.C (setCharFont): adjust
2917         (setCounter): adjust
2918         (insertStringAsLines): adjust
2919
2920         * text.C (leftMargin): adjust
2921         (setHeightOfRow): adjust
2922
2923         * rowpainter.C (paintFirst): adjust
2924         (paintLast): adjust
2925
2926         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2927         (outerHook): ditto
2928         (isFirstInSequence): ditto
2929         (getEndLabel): ditto
2930         (outerFont): adjust
2931
2932         * paragraph.C (getParLanguage): comment out some hard stuff.
2933
2934         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2935         (sgmlError): ditto
2936         (simpleDocBookOnePar): ditto
2937         (makeDocBookFile): use ParagraphList::iterator
2938
2939         * CutAndPaste.C (pasteSelection): adjust
2940
2941 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2942
2943         * text2.C (getFont): adjust
2944         (getLayoutFont): adjust
2945         (getLabelFont): adjust
2946
2947         * paragraph_funcs.C (TeXOnePar): adjust
2948
2949         * buffer.C (simpleLinuxDocOnePar): adjust
2950         (simpleDocBookOnePar): adjust
2951
2952         * CutAndPaste.C (pasteSelection): adjust
2953
2954         * BufferView.C (getEncoding): adjust
2955
2956         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2957
2958 2003-04-16  John Levon  <levon@movementarian.org>
2959
2960         * lyxfind.C: use parlist stuff for search/changes
2961
2962 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2963
2964         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2965
2966         * text2.C (deleteEmptyParagraphMechanism): adjust
2967
2968         * text2.[Ch] (ownerParagraph): delete func (both of them
2969
2970 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2971
2972         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2973
2974 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2975
2976         * ParagraphList.C: prepare for NO_NEXT
2977
2978 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2979
2980         * text2.C (getFont): adjust
2981         (getLayoutFont): adjust
2982         (getLabelFont): adjust
2983
2984         * paragraph.C (getFont): adjust
2985         (getLabelFont): adjust
2986         (getLayoutFont): adjust
2987
2988         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2989
2990 2003-04-15  John Levon  <levon@movementarian.org>
2991
2992         From Angus Leeming
2993
2994         * lyx_main.C: handle Include in .ui files
2995
2996 2003-04-15  John Levon  <levon@movementarian.org>
2997
2998         * MenuBackend.C: make the doc files length shorter
2999
3000         * ToolbarBackend.h:
3001         * ToolbarBackend.C: handle toolbar placement flags,
3002         Minibuffer
3003
3004 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3005
3006         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3007         adjust
3008
3009         * paragraph_funcs.C (TeXOnePar): adjust
3010
3011         * paragraph.C (getLabelFont): add outerfont arg, adjust
3012         (getLayoutFont): ditto
3013         (simpleTeXOnePar): adjust
3014
3015         * paragraph_pimpl.C (realizeFont): delete func
3016
3017 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3018
3019         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3020         row argument, constify cur argument.
3021
3022 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3023
3024         * text2.C (getFont): adjust
3025         (getLayoutFont): adjust
3026         (getLabelFont): adjust
3027
3028         * paragraph_funcs.C (TeXOnePar): adjust
3029         (outerFont): new func...
3030         (realizeFont): ...moved out from here, changed this to facilitate
3031         transition
3032
3033         * paragraph.C (getFont): take outerfont as arg, adjust
3034         (simpleTeXOnePar): add outerfont arg, adjust
3035
3036         * buffer.C (simpleLinuxDocOnePar): adjust
3037         (simpleDocBookOnePar): adjust
3038
3039         * CutAndPaste.C (pasteSelection): adjust
3040
3041         * BufferView.C (getEncoding): adjust
3042
3043 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3044
3045         * text2.C (setCharFont): adjust
3046         (setCounter): adjust
3047
3048         * text.C (leftMargin): adjust
3049         (setHeightOfRow): adjust
3050
3051         * rowpainter.C (paintFirst): adjust
3052         (paintLast): adjust
3053
3054         * paragraph_pimpl.C (realizeFont): adjust
3055
3056         * paragraph.C (isFirstInSequence): move from here...
3057         * paragraph_funcs.C (isFirstInSequence): ...to here
3058
3059         * paragraph.C (outerHook): move from here...
3060         * paragraph_funcs.C (outerHook): ...to here
3061
3062         * paragraph.C (depthHook): move from here...
3063         * paragraph_funcs.C (depthHook): ...to here
3064
3065         * paragraph.C (getEndLabel): move from here...
3066         * paragraph_funcs.C (getEndLabel): ...to here
3067
3068         * text2.C (realizeFont): move from here...
3069         * paragraph_funcs.C (realizeFont): ...to here
3070
3071 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3072
3073         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3074
3075 2003-04-14  Angus Leeming  <leeming@lyx.org>
3076
3077         * LColor.[Ch]: scrap LColor mathcursor.
3078
3079 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3080
3081         * lyxlex.[Ch] (text): delete function
3082         * trans.C (Load): adjust
3083         * paragraph_funcs.C (readParToken): adjust
3084
3085 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3086
3087         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3088         vector<char> instead of a char[].
3089
3090         * lyxlex_pimpl.C (getString): adjust
3091         (next): adjust
3092         (lex): use getString
3093         (eatLine): adjust
3094         (nextToken): adjust
3095
3096         * lyxlex.C (text): use pimpl_->getString()
3097         (getBool): ditto
3098         (findToken): ditto
3099
3100 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3101
3102         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3103         (makeFontEntriesLayoutSpecific): temp var for par.size()
3104         (setLayout): temp var for ownerParagraphs().end()
3105         (fullRebreak): temp var for rows().end()
3106         (selectionAsString): temp var for boost::next(startpit), realize
3107         that the while really is a regular for loop.
3108         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3109         setCursor in one place.
3110         (setParagraph): temp vr for ownerParagraphs().end()
3111         (updateCounters): make the while loop a for loop
3112         (cutSelection): temp var for ownerParagraphs().end()
3113         (updateInset): make the do {} while() a regular for loop
3114         (getCursorX): use temp vars
3115         (setCurrentFont): use temp vars
3116         (getColumnNearX): use temp vars
3117
3118 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3119
3120         * text.C (transformChar): use temp var for getChar
3121         (computeBidiTables): use temp var for row->par()
3122         (fill): move temp vars for row->par() and pit->layout() earlier in
3123         the function.
3124         (labelFill): use temp var for row->par()
3125         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3126         asc and desc, realize that pit never changes and that firstpit is
3127         just a duplicate and not needed. Exchange rit->par() with pit in a
3128         lot of places.
3129         (breakAgain): use a temp var for boost::next(rit)
3130         (breakAgainOneRow): ditto
3131         (breakParagraph): use a temp var for rows().begin()
3132         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3133         (cursorRightOneWord): use temp var for cursor.par() and
3134         cursor.pos(), remove usage of tmpcursor.
3135         (cursorLeftOneWord): use temp var for cursor.par() and
3136         cursor.pos() only set cur at end of function.
3137
3138 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3139
3140         * text.C, text2.C: exchange all usage of Paragraph::next with
3141         boost::next(ParagraphList::iterator)
3142
3143         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3144
3145         * text2.C (cursorTop): simplify implementation
3146         (cursorBottom): ditto
3147         (setParagraph): use ParagraphList::iterator
3148         (setCurrentFont): adjust
3149         (getColumnNearX): adjust
3150         (cursorRight): adjust
3151         (cursorLeft): remove usage of Paragraph::previous
3152         (cursorUpParagraph): ditto
3153         (deleteEmptyParagraphMechanism): slight cleanup
3154
3155         * text.C (isBoundary): take a Paragraph const & instead of a
3156         pointer as arg.
3157         (addressBreakPoint): ditto
3158         (leftMargin): remove usage of Paragraph::previous.
3159         (setHeightOfRow): ditto
3160         (cursorLeftOneWord): ditto
3161         (selectNextWordToSpellcheck): ditto
3162         (Delete): ditto
3163         (backspace): ditto
3164         (breakParagraph): remove one usage of Paragraph::next
3165         (redoParagraph): ditto
3166         (acceptChange): ditto
3167         (insertChar): adjust
3168         (rowBreakPoint): adjust
3169
3170         * bufferview_funcs.C (toggleAndShow): adjust
3171
3172 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3173
3174         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3175         methods to access it.
3176         * lyxtext.h:
3177         * text.C: Added updateRowPositions to compute all row positions.
3178         Make top_y and getRowNearY() to use the cached y position
3179
3180 2003-04-11  John Levon  <levon@movementarian.org>
3181
3182         * text.C (rowBreakPoint): reintroduce the labelEnd
3183         checks, code copied from the row fill stuff. Deep voodoo.
3184
3185         * text.C (fill): add a comment and debugging for the
3186         next poor soul.
3187
3188 2003-04-11  John Levon  <levon@movementarian.org>
3189
3190         * text.C: make sure fullrow insets get wrapped to the next line,
3191         even when they're in a manual label
3192
3193 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3194
3195         * text2.C (insertParagraph): make it take ParagraphList::iterator
3196         as arg.
3197         (setLayout): make it return ParagraphList::iterator
3198         (redoParagraphs): ditto
3199         (setCounter): ditto
3200         (checkParagraph): ditto
3201
3202         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3203
3204         * text2.C: adjust several funcs.
3205         (realizeFont): take a ParagraphList::iterator as arg.
3206         (getLayoutFont): ditto
3207         (getLabelFont): ditto
3208         (setCharFont): ditto
3209
3210         * text.C: adjust several funcs.
3211
3212 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3213
3214         * text.C (selectNextWordToSpellcheck): don't accidentally
3215         skip insets
3216
3217 2003-04-10  John Levon  <levon@movementarian.org>
3218
3219         * ToolbarBackend.C (getIcon): special handling for
3220         LFUN_MATH_DELIM
3221
3222 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3223
3224         * text2.C (cursorRight): a getChar assert fixed
3225
3226 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3227
3228         * text2.C (getFont): change to take a ParagraphList::iterator
3229         instead of Paragraph*
3230         Adjust several functions.
3231
3232         * text.C (transformChar): change to take a ParagraphList::iterator
3233         instead of Paragraph*
3234         (singleWidth): ditto
3235         Adjust several functions.
3236
3237         * rowpainter.C: adjust several functions
3238         * rowpainter.h:store a ParagraphList::iterator and not a
3239         Paragraph&.
3240
3241
3242 2003-04-09  John Levon  <levon@movementarian.org>
3243
3244         * lyxfunc.C:
3245         * lfuns.h:
3246         * LyXAction.h:
3247         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3248         and the "help" bits as well
3249
3250 2003-04-09  John Levon  <levon@movementarian.org>
3251
3252         * ToolbarBackend.h:
3253         * ToolbarBackend.C: allow multiple toolbars
3254
3255 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3256
3257         * undo_funcs.C (setCursorParUndo): adjust
3258
3259         * text_funcs.C (transposeChars): adjust
3260
3261         * text3.C (gotoNextInset): adjust
3262         (dispatch): adjust
3263
3264         * text2.C (setLayout): adjust
3265         (changeDepth): adjust
3266         (setFont): adjust
3267         (redoParagraphs): adjust
3268         (selectionAsString): adjust
3269         (setParagraph): adjust
3270         (insertInset): adjust
3271         (cutSelection): adjust
3272         (copySelection): adjust
3273         (pasteSelection): adjust
3274         (insertStringAsLines): adjust
3275         (updateInset): adjust
3276         (setCursor): change to take a ParagraphList::iterator parameter
3277         (setCursorIntern): change to take a ParagraphList::iterator parameter
3278         (setCurrentFont): adjust
3279         (cursorLeft): adjust
3280         (cursorRight): adjust
3281         (deleteEmptyParagraphMechanism): adjust
3282
3283         * text.C (breakParagraph): adjust
3284         (insertChar): adjust
3285         (acceptChange): adjust
3286         (rejectChange): adjust
3287         (selectNextWordToSpellcheck): adjust
3288         (changeCase): adjust
3289         (Delete): adjust
3290         (backspace): adjust
3291
3292         * lyxfind.C (SearchForward): adjust
3293         (SearchBackward): adjust
3294         (nextChange): adjust
3295
3296         * lyxcursor.C (par): adjust
3297
3298         * lyxcursor.h: store a ParagraphList::iterator instead of a
3299         Paragraph*
3300
3301         * lyx_cb.C (getPossibleLabel): adjust
3302
3303         * bufferview_funcs.C (toggleAndShow): adjust
3304
3305         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3306         (dispatch): adjust
3307
3308         * BufferView.C (removeAutoInsets): adjust
3309         (lockedInsetStoreUndo): adjust
3310
3311 2003-04-09  John Levon  <levon@movementarian.org>
3312
3313         * ToolbarBackend.C: try icon without argument
3314         if with argument fails
3315
3316 2003-04-08  John Levon  <levon@movementarian.org>
3317
3318         * ToolbarBackend.h:
3319         * ToolbarBackend.C: add getIcon(), handle tooltip,
3320         and change from "Icon" to "Item".
3321
3322 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3323
3324         * BufferView.C (lockInset): another bad getchar crunched
3325
3326 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3327
3328         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3329         again)
3330
3331 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3332
3333         * lyxfind.C (searchForward, searchBackwards): bug 782
3334
3335 2003-04-07  John Levon  <levon@movementarian.org>
3336
3337         * paragraph.C: remove dead comment
3338
3339         * text.C: remove troublesome depth-fiddling code
3340         in leftMargin() and rightMargin() (bug 1017)
3341
3342         * text.C: fix breaking of rows in nested lists
3343         (bug 1004)
3344
3345         * text2.C (updateCounters): fix up depth values
3346         (bug 1013)
3347
3348 2003-04-07  John Levon  <levon@movementarian.org>
3349
3350         * BufferView_pimpl.C: clear message when doc finishes resizing,
3351         and after a mouse event
3352
3353         * lyxfunc.C: clear message after exiting inset
3354
3355 2003-04-07  John Levon  <levon@movementarian.org>
3356
3357         * bufferview_funcs.C: show math status not outside
3358         status in the statusbar
3359
3360 2003-04-07  John Levon  <levon@movementarian.org>
3361
3362         * lyxfunc.C: note status changed after a depth change
3363
3364 2003-04-04  Angus Leeming  <leeming@lyx.org>
3365
3366         * LaTeX.h: move AuxInfo operator==, != out of line.
3367         Remove LaTeX virtual destructor; nothing derives from it.
3368         Move operator()() out of public area and rename it startscript().
3369         Change protected for private.
3370
3371 2003-04-04  Angus Leeming  <leeming@lyx.org>
3372
3373         * lyxfunc.C:
3374         * text2.C: remove unneeded #includes.
3375
3376 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3377
3378         * text2.C (dEPM): fix the heigth of the next row
3379
3380 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3381
3382         * text.C: squashed an invalid getChar requester + some ws changes
3383
3384 2003-04-03  John Levon  <levon@movementarian.org>
3385
3386         * bufferview_funcs.h:
3387         * bufferview_funcs.C:
3388         * lyxfunc.C:
3389         * lyxtext.h:
3390         * text2.C: make getStatus work for the env depth lfuns
3391
3392 2003-04-03  John Levon  <levon@movementarian.org>
3393
3394         * bufferview_funcs.h:
3395         * bufferview_funcs.C:
3396         * lyxfunc.C:
3397         * lyxtext.h:
3398         * text2.C: parlistize decDepth(), by merging it with incDepth()
3399
3400 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3401
3402         * lyxrow.h: store a ParagraphList::iterator instead of a
3403         Paragraph* and adjust other class functions to suit.
3404
3405         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3406         above.
3407
3408 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3409
3410         * text2.C (setCursor): do not anchor to cursor row for the time being
3411
3412 2003-04-02  John Levon  <levon@movementarian.org>
3413
3414         * LyXAction.C:
3415         * lfuns.h:
3416         * lyx_main.C:
3417         * lyxtext.h:
3418         * text.C:
3419         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3420
3421 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3422
3423         * paragraph.h: make ParagraphList and ParagraphList::iterator
3424         friends of Paragraph.
3425
3426         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3427
3428         * ParagraphList.C: Use the private next_ and previous_ from
3429         Paragraph.
3430
3431 2003-04-01  John Levon  <levon@movementarian.org>
3432
3433         * ToolbarBackend.h:
3434         * ToolbarBackend.C:
3435         * Makefile.am: rename, remove defaults gunk
3436
3437         * MenuBackend.h:
3438         * MenuBackend.C: remove defaults gunk
3439
3440         * Languages.h:
3441         * Languages.C: remove defaults gunk
3442
3443         * lyx_main.h:
3444         * lyx_main.C: error out if files couldn't be found.
3445
3446 2003-04-02  John Levon  <levon@movementarian.org>
3447
3448         * text2.C: make incDepth() use parlist
3449
3450 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3451
3452         * undo_funcs.C (firstUndoParagraph): adjust
3453
3454         * text3.C (gotoInset): adjust
3455         (dispatch): adjust, and rewrite loop.
3456
3457         * text2.C (init): adjust, and rewrite loop.
3458         (redoParagraphs): adjust
3459         (updateInset): adjust, and rewrite loop.
3460         (deleteEmptyParagraphMechanism): adjust
3461
3462         * tabular.C (LyXTabular): adjust
3463         (SetMultiColumn): adjust
3464         (TeXRow): adjust
3465
3466         * lyxtext.[Ch] (ownerParagraph): delete function
3467         (ownerParagraphs): new function returns a ParagraphList.
3468
3469         * BufferView.C (removeAutoInsets): adjust
3470         (insertErrors): adjust
3471         (setCursorFromRow): adjust
3472
3473 2003-04-01  Angus Leeming  <leeming@lyx.org>
3474
3475         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3476         in the frontends.
3477
3478 2003-04-02  John Levon  <levon@movementarian.org>
3479
3480         * lyxtext.h:
3481         * text.C:
3482         * Makefile.am:
3483         * text_funcs.h:
3484         * text_funcs.C: make transposeChars a free function
3485
3486         * lyxrow_funcs.C: remove wrong comment
3487
3488 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3489
3490         * lyxtext.h: adjust
3491         * rowpainter.C: adjust
3492         * text.C: adjust
3493         * text2.C: adjust
3494         * text3.C: adjust
3495
3496         * lyxrow_funcs. [Ch]: new files
3497
3498         * lyxrow.[Ch]: remove next and previous pointers
3499         (next,previous): remove accessor functions
3500         (isParEnd): move to lyxrow_funcs
3501         (lastPos): move to lyxrow_funcs
3502         (nextRowIsAllInset): move to lyxrow_funcs
3503         (lastPrintablePos): move to lyxrow_funcs
3504         (numberOfSeparators): move to lyxrow_funcs
3505         (numberOfHfills): move to lyxrow_funcs
3506         (numberOfLabelHfills): move to lyxrow_funcs
3507         (hfillExpansion): move to lyxrow_funcs
3508
3509         * lyxfunc.C: adjust
3510
3511         * bufferview_funcs.C (toggleAndShow): adjust
3512
3513         * RowList.h: Remove class RowList from file leave just a
3514         std::list<Row>.
3515
3516         * RowList.C: delete file
3517
3518         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3519         and lyxrow_funcs.h
3520
3521 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3522
3523         * text3.C (cursorPrevious): adjust
3524         (cursorNext): adjust
3525         (dispatch): adjust
3526
3527         * text2.C (redoHeightOfParagraph): adjust
3528         (redoDrawingOfParagraph): adjust
3529         (setCursor): adjust
3530
3531         * text.C (breakParagraph): adjust
3532         (insertChar): adjust
3533         (backspace): adjust
3534
3535         * rowpainter.C (RowPainter): adjust
3536         (leftMargin): simplify and adjust
3537         (most rowpainter functions): adjust.
3538
3539         * rowpainter.h: store the row as RowList::iterator not as Row*
3540
3541         * lyxcursor.C (row): taka RowList::iterator as arg
3542         (irow): ditto
3543
3544         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3545         of Row*.
3546
3547 2003-04-01  Angus Leeming  <leeming@lyx.org>
3548
3549         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3550         stuff like bool Bool.
3551
3552 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3553
3554         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3555         rewrite a loop
3556
3557 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3558
3559         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3560         RowList::iterator.
3561
3562         * lyxtext.h (rows): drop one version and leve a const variant that
3563         returns a RowList::iterator.
3564
3565 2003-03-31  Angus Leeming  <leeming@lyx.org>
3566
3567         * text.C (fill): ensure that the signature is the same as that in the
3568         header file.
3569
3570 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3571
3572         * text2.C (redoParagraphs): adjust
3573         (updateCounters): adjust
3574         (checkParagraph): adjust
3575         (getColumnNearX): adjust and reformat a bit.
3576
3577         * text.C (top_y): adjust
3578         (workWidth): adjust
3579         (leftMargin): adjust
3580         (prepareToPrint): adjust
3581         (getRow): adjust
3582         (getRowNearY): adjust
3583
3584         * lyxtext.h: make rowlist_ mutable.
3585
3586         * RowList.h: add const_iterator
3587         * RowList.C: adjust for RowList::const_iterator.
3588
3589         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3590         adjust.
3591
3592 2003-03-31  John Levon  <levon@movementarian.org>
3593
3594         * lyxrc.h:
3595         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3596
3597         * lyx_main.C: set default fonts from using lyx_gui funcs
3598
3599         * exporter.C: pdf_mode moved from lyxrc
3600
3601         * lyx_cb.C:
3602         * lyxfunc.C: changes from above
3603
3604 2003-03-31  John Levon  <levon@movementarian.org>
3605
3606         * lyx_main.C: fix to the last fix
3607
3608 2003-03-31  John Levon  <levon@movementarian.org>
3609
3610         * bufferlist.C: "Load original" -> "Load Original"
3611
3612         * converter.C:
3613         * exporter.C:
3614         * importer.C:
3615         * lyx_main.C:
3616         * format.C: more Alert cleanups
3617
3618 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3619
3620         * text2.C (removeParagraph): make it take a RowList::iterator as
3621         arg, adjust.
3622         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3623         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3624
3625         * text.C (anchor_row): make it take a RowList::iterator as arg,
3626         adjust.
3627         (computeBidiTables): make it take a const reference to Row instead
3628         of Row pointer, adjust.
3629         (leftMargin): make it take a RowList::iterator as arg, adjust.
3630         (rowBreakPoint): adjust
3631         (breakAgainOneRow): make it take a RowList::iterator as arg,
3632         adjust.
3633         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3634
3635         * bufferview_funcs.C (toggleAndShow): adjust
3636
3637 2003-03-30  John Levon  <levon@movementarian.org>
3638
3639         * Makefile.am:
3640         * BoostFormat.h:
3641         * boost-inst.C: moved to support
3642
3643         * several files: changes as a result
3644
3645 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3646
3647         * text2.C (LyXText): adjust.
3648         (init): adjust
3649         (removeRow): make it take a RowList::iterator as arg, adjust.
3650         (fullRebreak): adjust
3651         (deleteEmptyParagraphMechanism): adjust
3652         (clearPaint): adjust
3653         (postPaint): adjust
3654
3655         * text.C (top_y): adjust
3656         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3657         (breakAgain): make it take a RowList::iterator as arg, adjust.
3658         (breakParagraph): adjust
3659         (insertChar): adjust
3660         (backspace): adjust
3661
3662         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3663         need_break_row, and refresh_row.
3664
3665         * text3.C (dispatch): adjust
3666
3667         * text2.C (checkParagraph): adjust
3668         (setCursor): adjust
3669         (setCursorFromCoordinates): adjust
3670
3671         * text.C (top_y): adjust
3672         (workWidth): adjust
3673         (getRow): make it return a RowList::iterator, adjust
3674         (getRowNearY): make it return a RowList::iterator, adjust
3675
3676         * text2.C (init): adjust
3677         (insertRow): remove function
3678         (insertParagraph): adjust
3679         (redoParagraphs): adjust
3680         (fullRebreak): adjust
3681         (updateCounters): adjust
3682
3683         * text.C (top_y): rewrite to use RowList iterators.
3684         (top_y): adjust
3685         (setHeightOfRow): rewrite to sue RowList iterators.
3686         (appendParagraph): adjust
3687         (breakAgain): adjust
3688         (breakAgainOneRow): adjust
3689         (breakParagraph): adjust
3690         (getRow): adjust
3691         (getRowNearY): adjust, and remove commented code.
3692
3693         * lyxtext.h (firstRow): delete function
3694         (lastRow): delete function
3695         (rows): new function (const and non-const versions.)
3696         (insertRow): delete function
3697
3698         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3699
3700 2003-03-29  John Levon  <levon@movementarian.org>
3701
3702         * BufferView_pimpl.C: always update scrollbar top
3703         because pasting text when we're anchored could mean we
3704         miss an update altogether
3705
3706 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3707
3708         * text2.C (init): use rowlist_.end() and not 0.
3709         (insertRow): change to take a RowList::iterator as arg, adjust
3710         for this.
3711         (insertParagraph): change to take a RowList::iterator as arg,
3712         adjust for this.
3713         (redoParagraphs): remove some debug msgs.
3714
3715         * text.C (appendParagraph): change to take a RowList::iterator
3716         arg, adjust for this.
3717         (breakAgain): add an assert
3718         (breakAgainOneRow): ditto
3719
3720 2003-03-29  John Levon  <levon@movementarian.org>
3721
3722         * text2.C: do not clear selection after inc/decDepth
3723         (bug 550)
3724
3725 2003-03-29  John Levon  <levon@movementarian.org>
3726
3727         * BufferView.C:
3728         * buffer.C: fix broken strerrors according to Lars
3729
3730 2003-03-29  John Levon  <levon@movementarian.org>
3731
3732         * converters.C: more Alert cleanups
3733
3734 2003-03-29  John Levon  <levon@movementarian.org>
3735
3736         * bufferview_funcs.C: remove pointless Alert
3737
3738         * buffer.C: fix confusing error message when
3739         a template is chmoded 000
3740
3741 2003-03-29  John Levon  <levon@movementarian.org>
3742
3743         * BufferView.C:
3744         * BufferView.h:
3745         * BufferView_pimpl.C: Alert fixes
3746
3747         * Makefile.am:
3748         * tabular.C:
3749         * tabular-old.C: remove unused table compat reading
3750
3751 2003-03-29  John Levon  <levon@movementarian.org>
3752
3753         * BufferView.C:
3754         * buffer.C:
3755         * lyx_cb.h:
3756         * lyx_cb.C: more Alert cleanups
3757
3758         * lyxfunc.C: don't allow chktex if not latex document
3759
3760 2003-03-29  John Levon  <levon@movementarian.org>
3761
3762         * lyx_cb.C:
3763         * BufferView.C:
3764         * buffer.C: warnings pushed down from support/,
3765         kill err_alert
3766
3767 2003-03-29  John Levon  <levon@movementarian.org>
3768
3769         * lyxfunc.C: safety check for C-r (revert)
3770
3771 2003-03-29  John Levon  <levon@movementarian.org>
3772
3773         * bufferlist.h:
3774         * bufferlist.C: several UI fixes using Alert::prompt.
3775         Fix the pointless looping quit code. Fix stupid revert
3776         behaviour (bug 938)
3777
3778         * lyxvc.h:
3779         * lyxvc.C:
3780         * lyx_cb.C: use Alert::prompt
3781
3782         * lyx_main.C: remove a silly question
3783
3784         * lyxfunc.C: remove a couple of silly questions,
3785         use Alert::prompt
3786
3787 2003-03-28  John Levon  <levon@movementarian.org>
3788
3789         * text2.C: fix bug 974 (End on empty par)
3790
3791 2003-03-28  John Levon  <levon@movementarian.org>
3792
3793         * BufferView_pimpl.C:
3794         * LyXAction.C:
3795         * lfuns.h: remove do-nothing math greek lfuns
3796
3797 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3798
3799         * lyxgluelength.h (isValidGlueLength): add default arg on
3800         parameter 2. Remove default arg from friend in class.
3801
3802         * lyxlength.h (isValidLength): add default arg on parameter 2.
3803         Remove default arg from friend in class.
3804
3805         * text2.C (LyXText): adjust, initialize refresh_row.
3806         (init): adjust
3807         (removeRow): adjust
3808         (insertRow): adjust
3809         (insertParagraph): adjst
3810         (redoParagraphs): adjust
3811         (fullRebreak): adjust
3812         (updateCounters): adjust
3813         (deleteEmptyParagraphMechanism): first attempt at fixing a
3814         crashing bug.
3815
3816         * text.C (top_y): adjust
3817         (setHeightOfRow): adjust
3818         (getRow): adjust
3819         (getRowNearY): adjust
3820
3821         * lyxtext.h: include RowList.h
3822         (~LyXText): not needed anymore, deleted.
3823         (firstRow): modify for RowList
3824         (lastRow): new function
3825         Delete firstrow and lastrow class variables, add a Rowlist
3826         rowlist_ class variable.
3827
3828         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3829         paragraph is empty.
3830
3831         * RowList.C (insert): fix case where it == begin().
3832
3833 2003-03-26  Angus Leeming  <leeming@lyx.org>
3834
3835         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3836         the thesaurus dialog.
3837
3838 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3839
3840         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3841
3842         * RowList.[Ch]: new files
3843
3844         * ParagraphList.C (erase): handle the case where it == begin
3845         correctly.
3846
3847 2003-03-25  John Levon  <levon@movementarian.org>
3848
3849         * Makefile.am:
3850         * aspell_local.h:
3851         * aspell.C: add new aspell support
3852
3853         * lyxrc.h:
3854         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3855         have it accessible.
3856
3857 2003-03-25  Angus Leeming  <leeming@lyx.org>
3858
3859         * lfuns.h:
3860         * LyXAction.C (init): new LFUN_INSET_INSERT.
3861
3862         * BufferView_pimpl.C (dispatch): split out part of the
3863         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3864
3865         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3866         LFUN_INSET_APPLY.
3867
3868 2003-03-25  Angus Leeming  <leeming@lyx.org>
3869
3870         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3871
3872 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3873
3874         * text2.C:
3875         * text3.C: remove useless row->height(0)
3876
3877 2003-03-25  John Levon  <levon@movementarian.org>
3878
3879         * lyxtext.h:
3880         * text2.C:
3881         * text3.C: rename the refreshing stuff to better names
3882
3883 2003-03-24  John Levon  <levon@movementarian.org>
3884
3885         * BufferView_pimpl.h:
3886         * BufferView_pimpl.C: update layout choice on a mouse
3887         press/release
3888
3889 2003-03-23  John Levon  <levon@movementarian.org>
3890
3891         * Makefile.am: fix commandtags.h reference
3892
3893 2003-03-22  John Levon  <levon@movementarian.org>
3894
3895         * BufferView_pimpl.C:
3896         * lyxtext.h:
3897         * rowpainter.C:
3898         * rowpainter.h:
3899         * text.C:
3900         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3901
3902 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3903
3904         * lyxtext.h:
3905         * text.C: take the rtl methods out of line
3906
3907 2003-03-21 André Pönitz <poenitz@gmx.net>
3908
3909         * metricsinfo.[Ch]: new files containing structures to be passed around
3910         during the two-phase-drawing...
3911
3912 2003-03-21 André Pönitz <poenitz@gmx.net>
3913
3914         * lyxtextclass.C: read 'environment' tag.
3915
3916 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3917
3918         * text2.C (removeRow): fix bug 964
3919
3920 2003-03-20  John Levon  <levon@movementarian.org>
3921
3922         * rowpainter.C:
3923         * text.C:
3924         * text2.C: paint cleanups. Inset::update() dropped font
3925         parameter
3926
3927 2003-03-19  John Levon  <levon@movementarian.org>
3928
3929         * lyxfunc.C: only fitcursor/markDirty if available()
3930
3931 2003-03-19  John Levon  <levon@movementarian.org>
3932
3933         * commandtags.h: rename to ...
3934
3935         * lfuns.h: ... this, and renumber / cleanup
3936
3937 2003-03-19  John Levon  <levon@movementarian.org>
3938
3939         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3940         fit the cursor after an lfun
3941
3942         * BufferView.h:
3943         * BufferView.C:
3944         * BufferView_pimpl.h:
3945         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3946
3947         * LyXAction.C: layout-character should have ReadOnly
3948
3949         * ParagraphParameters.C:
3950         * buffer.C:
3951         * bufferview_funcs.C:
3952         * lyx_cb.C:
3953         * lyxfind.C:
3954         * lyxtext.h:
3955         * text.C:
3956         * text2.C:
3957         * text3.C:
3958         * undo_funcs.C: changes from above
3959
3960 2003-03-18  John Levon  <levon@movementarian.org>
3961
3962         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3963         remove it from update()
3964
3965         * lyxfunc.C: update layout choice after an lfun
3966
3967         * text3.C: remove extra updateLayoutChoice()s
3968
3969 2003-03-18  John Levon  <levon@movementarian.org>
3970
3971         * text.C: top_y change means full repaint, fix
3972         a drawing bug with cursor movement
3973
3974 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3975
3976         * lyxtext.h:
3977         * text.C:
3978         * text2.C: anchor row on setCursor
3979
3980 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3981
3982         * lyxtext.h: remove almost all mutable keywords
3983         * text.C:
3984         * text2.C:
3985         * text3.C: remove const keywords accordingly
3986
3987 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3988
3989         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3990         anon namespace
3991         (TeXEnvironment): ditto
3992         (TeXOnePar): ditto
3993
3994 2003-03-17  John Levon  <levon@movementarian.org>
3995
3996         * text.C (rowBreakPoint): remove attempt to fix displayed
3997         math insets inside a manual label
3998
3999 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4000
4001         * lyxtext.h: remove BufferView* as first arg from almost all class
4002         functions.
4003         * other files: adjust.
4004
4005 2003-03-17  John Levon  <levon@movementarian.org>
4006
4007         * lyxtext.h:
4008         * undo_funcs.C:
4009         * text2.C: more paint cleanups
4010
4011         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4012
4013         * rowpainter.h:
4014         * rowpainter.C: remove "smart" background painting code
4015
4016 2003-03-16  John Levon  <levon@movementarian.org>
4017
4018         * lyxtext.h:
4019         * text.C:
4020         * text2.C:
4021         * text3.C: add helper functions for setting refresh_row/y
4022
4023 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4024
4025         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4026         newline inset which *can* get inserted in the pass_thru layouts.
4027         This is primarily for literate documents.
4028
4029 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4030
4031         * buffer.C: increment LYX_FORMAT to 223
4032
4033 2003-03-14 André Pönitz <poenitz@gmx.net>
4034
4035         * textclass.h: prepare for environment handling, ws changes
4036         * lyxlayout.C: read latexheader and latexfooter tags
4037
4038 2003-03-14  John Levon  <levon@movementarian.org>
4039
4040         * text2.C: rewrite ::status() a bit
4041
4042 2003-03-13  John Levon  <levon@movementarian.org>
4043
4044         * lyxtext.h: add some docs
4045
4046 2003-03-13  John Levon  <levon@movementarian.org>
4047
4048         * lyxtext.h:
4049         * text.C:
4050         * text2.C:
4051         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4052
4053 2003-03-13  John Levon  <levon@movementarian.org>
4054
4055         * text3.C: fix appendix redrawing
4056
4057 2003-03-13  John Levon  <levon@movementarian.org>
4058
4059         * text.C (setHeightOfRow):
4060         * rowpainter.h:
4061         * rowpainter.C: make appendix mark have the text
4062           "Appendix" so the user knows what it is
4063
4064         * LColor.h:
4065         * LColor.C: s/appendixline/appendix/ from above
4066
4067 2003-03-13  John Levon  <levon@movementarian.org>
4068
4069         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4070
4071         * text.C: fix a getChar(pos) bug properly
4072
4073 2003-03-13  Angus Leeming  <leeming@lyx.org>
4074
4075         * commandtags.h:
4076         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4077         Probably only temporary. Let's see how things pan out.
4078
4079         * BufferView.C (unlockInset):
4080         * BufferView_pimpl.C (fitCursor):
4081         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4082
4083         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4084         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4085
4086         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4087         new functions that convert ParagraphParameters to and from a string.
4088
4089         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4090         BufferView::Pimpl's dispatch.
4091         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4092
4093 2003-03-13 André Pönitz <poenitz@gmx.net>
4094
4095         * lyxfunc.C:
4096         * text3.C:
4097         * factory.C: make it aware of InsetEnv
4098
4099 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4100
4101         * text2.C (setCursor): never ask for one past last
4102         (setCursor): add some debugging messages.
4103
4104         * text.C (singleWidth): never ask for one past last
4105         (singleWidth): ditto
4106         (leftMargin): ditto
4107         (rightMargin): ditto
4108         (rowBreakPoint): ditto
4109         (setHeightOfRow): ditto
4110         (prepareToPrint): ditto
4111
4112         * rowpainter.C (paintBackground): never ask for one past last
4113         (paintText): never ask for one past last
4114
4115         * paragraph_pimpl.C (getChar): make the assert stricter, never
4116         allow the one past last pos to be taken
4117
4118         * paragraph.C (getChar): ws changes only
4119
4120         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4121         (numberOfSeparators): ditto
4122         (numberOfHfills): ditto
4123
4124 2003-03-12  John Levon  <levon@movementarian.org>
4125
4126         * author.h:
4127         * author.C:
4128         * bufferparams.h:
4129         * bufferparams.C:
4130         * paragraph_funcs.C: fix per-buffer authorlists
4131
4132 2003-03-12  John Levon  <levon@movementarian.org>
4133
4134         * text.C: fix newline in right address
4135
4136 2003-03-12  Angus Leeming  <leeming@lyx.org>
4137
4138         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4139         duplicate those in LyXFunc::dispatch.
4140
4141         * commandtags.h:
4142         * LyXAction.C:
4143         * ToolbarDefaults.C:
4144         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4145         Add LFUN_FONTFREE_UPDATE.
4146
4147         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4148         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4149
4150         * bufferview_func.[Ch]: several new functions to facilliate
4151         transfer of data to and from the character dialog.
4152
4153 2003-03-12  John Levon  <levon@movementarian.org>
4154
4155         * buffer.C:
4156         * paragraph.h:
4157         * paragraph.C:
4158         * paragraph_funcs.C:
4159         * paragraph_pimpl.C:
4160         * sgml.C:
4161         * tabular.C:
4162         * text.C:
4163         * text3.C: remove META_NEWLINE in favour of an inset
4164
4165         * rowpainter.h:
4166         * rowpainter.C: remove paintNewline (done by inset)
4167
4168 2003-03-12  John Levon  <levon@movementarian.org>
4169
4170         * paragraph_pimpl.C: complain about bad getChar()s
4171         for a while at least
4172
4173 2003-03-12  John Levon  <levon@movementarian.org>
4174
4175         * buffer.h:
4176         * buffer.C: move paragraph read into a separate function,
4177         a little renaming to reflect that.
4178
4179         * bufferparams.h:
4180         * bufferparams.C: remove the author_ids map, not necessary now
4181
4182         * factory.h:
4183         * factory.C: moved Buffer::readInset to here
4184
4185         * paragraph_funcs.h:
4186         * paragraph_funcs.C: readParagraph free function moved from
4187         buffer.C
4188
4189         * tabular.C: name change
4190
4191 2003-03-12  John Levon  <levon@movementarian.org>
4192
4193         * buffer.C:
4194         * ParagraphParameters.C: move par params input to
4195         a read() method
4196
4197         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4198         behave like a normal read from the stream wrt reading
4199         a line vs. a \\token
4200
4201 2003-03-12  John Levon  <levon@movementarian.org>
4202
4203         * paragraph.C:
4204         * ParagraphParameters.h:
4205         * ParagraphParameters.C: move output code to a
4206         ::write() method
4207
4208 2003-03-12  John Levon  <levon@movementarian.org>
4209
4210         * BufferView.C (insertLyXFile):
4211         * buffer.h:
4212         * buffer.C:
4213         * tabular.C: use a parlist iterator for creating the
4214           document.
4215
4216 2003-03-12  John Levon  <levon@movementarian.org>
4217
4218         * buffer.C: make current_change static local not
4219           static file-scope
4220
4221 2003-03-12  John Levon  <levon@movementarian.org>
4222
4223         * buffer.C: fix insertStringAsLines for change tracking
4224
4225 2003-03-12  John Levon  <levon@movementarian.org>
4226
4227         * BufferView.C:
4228         * tabular.C:
4229         * buffer.h:
4230         * buffer.C:
4231         * bufferparams.h:
4232         * bufferparams.C: move author list into params. Rename some
4233           functions. Move the header reading into a separate token
4234           loop. Move the header token reading into BufferParams.
4235
4236 2003-03-12  John Levon  <levon@movementarian.org>
4237
4238         * changes.C: put debug inside lyxerr.debugging() checks
4239
4240 2003-03-11 André Pönitz <poenitz@gmx.net>
4241
4242         * factory.C: make it aware of InsetHFill
4243
4244 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4245
4246         * buffer.C (latexParagraphs): move function from here...
4247         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4248         args.
4249
4250 2003-03-10  Angus Leeming  <leeming@lyx.org>
4251
4252         * LyXAction.C (init): fix bug in poplating array with multiple entries
4253         with the same LFUN (spotted by JMarc).
4254
4255 2003-03-10  John Levon  <levon@movementarian.org>
4256
4257         * text.C:
4258         * text2.C: move getColumnNearX() near its
4259         only call site
4260
4261 2003-03-10  John Levon  <levon@movementarian.org>
4262
4263         * text.C: fix break before a minipage
4264
4265 2003-03-10  John Levon  <levon@movementarian.org>
4266
4267         * text.C: fix the last commit
4268
4269 2003-03-09  John Levon  <levon@movementarian.org>
4270
4271         * lyxtext.h:
4272         * text.C:
4273         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4274         bug 365 (don't break before insets unless needed). Don't
4275         return a value > last under any circumstances.
4276
4277 2003-03-09  Angus Leeming  <leeming@lyx.org>
4278
4279         * BufferView_pimpl.C (trackChanges, dispatch): call
4280         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4281
4282 2003-03-09  Angus Leeming  <leeming@lyx.org>
4283
4284         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4285         than Dialogs::showAboutlyx().
4286
4287 2003-03-09  Angus Leeming  <leeming@lyx.org>
4288
4289         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4290         than Dialogs::showTabularCreate().
4291
4292 2003-03-09  John Levon  <levon@movementarian.org>
4293
4294         * lyxtext.h:
4295         * text.C:
4296         * text2.C: 3rd arg to nextBreakPoint was always the same.
4297           Use references.
4298
4299 2003-03-08  John Levon  <levon@movementarian.org>
4300
4301         * lyxrow.C:
4302         * paragraph.C:
4303         * paragraph.h:
4304         * rowpainter.C:
4305         * text.C:
4306         * text2.C: Remove the "main" bit from the "main body"
4307           notion.
4308
4309 2003-03-08  John Levon  <levon@movementarian.org>
4310
4311         * text.C (leftMargin): The left margin of an empty
4312         manual label paragraph should not include the label width
4313         string length.
4314
4315         * text.C (prepareToPrint): don't attempt to measure hfills
4316         for empty manual label paragraphs - the answer should be 0
4317
4318 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4319
4320         * CutAndPaste.C: remove commented code and reindent.
4321
4322 2003-03-08  John Levon  <levon@movementarian.org>
4323
4324         * lyxfunc.h:
4325         * lyxfunc.C: move reloadBuffer()
4326
4327         * BufferView.h:
4328         * BufferView.C: to here
4329
4330         * lyxvc.C: add comment
4331
4332         * vc-backend.h:
4333         * vc-backend.C: call bv->reload() to avoid
4334           getStatus() check on MENURELOAD
4335
4336 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4337
4338         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4339         to an old format .dep file.
4340
4341 2003-03-07  Angus Leeming  <leeming@lyx.org>
4342
4343         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4344         when the LFUN_MOUSE_RELEASE should have been handled by
4345         inset->localDispatch.
4346
4347 2003-03-07  Angus Leeming  <leeming@lyx.org>
4348
4349         * BufferView_pimpl.C (dispatch):
4350         * LyXAction.C (init):
4351         * ToolbarDefaults.C (init):
4352         * commandtags.h:
4353         * lyxfunc.C (getStatus):
4354         remove LFUN_INSET_GRAPHICS.
4355
4356         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4357
4358 2003-03-07  Angus Leeming  <leeming@lyx.org>
4359
4360         * commandtags.h:
4361         * LyXAction.C (init):
4362         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4363
4364         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4365
4366         * commandtags.h:
4367         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4368
4369         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4370         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4371
4372 2003-03-07  Angus Leeming  <leeming@lyx.org>
4373
4374         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4375         remove "ert".
4376
4377 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4378
4379         * ParagraphList.C (front): new function
4380         (back): implement
4381
4382 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4383
4384         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4385         and top_row_offset_. removed var first_y.
4386         * text.C (top_y):
4387         * text2.C (LyXText, removeRow):
4388         * text3.C:
4389         * BufferView_pimpl.C:
4390         use these methods instead of using first_y
4391
4392 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4393
4394         * text2.C (pasteSelection): adjust for checkPastePossible
4395
4396         * CutAndPaste.C: remove Paragraph * buf and replace with
4397         ParagraphList paragraphs.
4398         (DeleteBuffer): delete
4399         (cutSelection): change the tc type to textclass_type
4400         (copySelection): change the tc type to textclass_type
4401         (copySelection): adjust for ParagraphList
4402         (pasteSelection): change the tc type to textclass_type
4403         (pasteSelection): adjust for Paragraphlist
4404         (nrOfParagraphs): simplify for ParagraphList
4405         (checkPastePossible): simplify for ParagraphList
4406         (checkPastePossible): remove unused arg
4407
4408         * ParagraphList.C (insert): handle the case where there are no
4409         paragraphs yet.
4410
4411         * CutAndPaste.h: make CutAndPaste a namespace.
4412
4413         * text3.C (dispatch): adjust
4414
4415         * text.C (breakParagraph): add a ParagraphList as arg
4416
4417         * paragraph_funcs.C (breakParagraph): change to take a
4418         BufferParams and a ParagraphList as args.
4419         (breakParagraphConservative): ditto
4420         (mergeParagraph): ditto
4421         (TeXDeeper): add a ParagraphList arg
4422         (TeXEnvironment): ditto
4423         (TeXOnePar): ditto
4424
4425         * buffer.C (readLyXformat2): adjust
4426         (insertStringAsLines): adjust
4427         (latexParagraphs): adjust
4428
4429         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4430         (cutSelection): adjust
4431         (pasteSelection): adjust
4432
4433         * BufferView_pimpl.C (insertInset): adjust
4434
4435 2003-03-05  Angus Leeming  <leeming@lyx.org>
4436
4437         * commandtags.h:
4438         * LyXAction.C (init):
4439         * BufferView_pimpl.C (dispatch):
4440         * lyxfunc.C (getStatus):
4441         remove LFUN_CHILD_INSERT.
4442
4443         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4444
4445 2003-03-05  Angus Leeming  <leeming@lyx.org>
4446
4447         * commandtags.h:
4448         * LyXAction.C (init):
4449         * src/factory.C (createInset):
4450         * lyxfunc.C (getStatus):
4451         * text3.C (dispatch):
4452         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4453
4454         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4455
4456 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4457
4458         * ParagraphList.C (insert): handle insert right before end()
4459         (erase): fix cases where it can be first or last paragraph.
4460
4461 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4462
4463         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4464         Paragraph::next and Paragraph::previous
4465         (TeXOnePar): ditto
4466
4467         * text.C (breakParagraph): adjust
4468
4469         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4470         BufferParams& as arg.
4471         (breakParagraph): use ParagraphList::insert
4472         (breakParagraphConservative): take a Buffer* instead of a
4473         BufferParams& as arg.
4474         (breakParagraphConservative): use ParagraphList::insert.
4475
4476         * buffer.C (insertStringAsLines): un-const it
4477         (insertStringAsLines): adjust
4478
4479         * ParagraphList.C (insert): new function
4480
4481         * CutAndPaste.C (pasteSelection): adjust
4482
4483         * text.C (backspace): adjust
4484
4485         * tabular.C (SetMultiColumn): adjust
4486
4487         * CutAndPaste.C (cutSelection): adjust
4488         (pasteSelection): adjust
4489
4490         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4491         Buffer const * as arg
4492
4493         * ParagraphList.C (erase): new function
4494         * paragraph_funcs.C (mergeParagraph): use it
4495         (mergeParagraph): make it take a Buffer* instead of a
4496         BufferParams* as arg
4497
4498         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4499         as arg
4500         (breakParagraphConservative): ditto
4501
4502         * paragraph.h: remove the breakParagraph friend
4503
4504         * paragraph.C (eraseIntern): new function
4505         (setChange): new function
4506
4507         * paragraph_funcs.C (mergeParagraph): make it take a
4508         ParagraphList::iterator instead of a Paragraph *, adjust
4509         accordingly.
4510
4511         * paragraph.h: move an #endif so that the change tracking stuff
4512         also works in the NO_NEXT case.
4513
4514 2003-03-04  Angus Leeming  <leeming@lyx.org>
4515
4516         * commandtags.h:
4517         * LyXAction.C: new LFUN_INSET_MODIFY.
4518
4519         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4520         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4521
4522 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4523
4524         * several files: ws changes only
4525
4526         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4527         (TeXEnvironment): ditto
4528         (TeXDeeper): ditto
4529
4530         * buffer.C (makeLaTeXFile): adjust
4531         (latexParagraphs): make it take ParagraphList::iterator as args
4532
4533 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4534
4535         * buffer.C (latexParagraphs): adjust
4536
4537         * paragraph.C (TeXOnePar): move function...
4538         (optArgInset): move function...
4539         (TeXEnvironment): move function...
4540         * paragraph_pimpl.C (TeXDeeper): move function...
4541         * paragraph_funcs.C: ...here
4542
4543         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4544
4545 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4546
4547         * buffer.C (readInset): remove compability code for old Figure and
4548         InsetInfo insets
4549
4550 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4551
4552         * buffer.C: ws changes
4553         (readInset):
4554
4555         * BufferView_pimpl.C: ditto
4556         * author.C: ditto
4557         * buffer.h: ditto
4558         * bufferlist.h: ditto
4559         * changes.h: ditto
4560         * lyxfunc.C: ditto
4561
4562 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4563
4564         * converter.[Ch]: split into itself +
4565         * graph.[Ch]
4566         * format.[Ch]
4567         * Makefile.am: += graph.[Ch] + format.[Ch]
4568         * MenuBackend.C
4569         * buffer.C
4570         * exporter.C
4571         * importer.C
4572         * lyx_main.C
4573         * lyxfunc.C
4574         * lyxrc.C: added #include "format.h"
4575
4576 2003-02-27  Angus Leeming  <leeming@lyx.org>
4577
4578         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4579           a label.
4580
4581         * factory.C (createInset): add "label" to the factory.
4582
4583         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4584           string and do no more.
4585
4586 2003-02-27  Angus Leeming  <leeming@lyx.org>
4587
4588         * commandtags.h:
4589         * LyXAction.C (init):
4590         * factory.C (createInset):
4591         * BufferView_pimpl.C (dispatch):
4592           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4593
4594         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4595
4596         * lyxfunc.C (dispatch):
4597         * text3.C (dispatch): pass name to params2string.
4598
4599 2003-02-26  Angus Leeming  <leeming@lyx.org>
4600
4601         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4602           blocks together.
4603           Rearrange the ~includes. Strip out the unnecessary ones.
4604
4605         * factory.C (createInset): reformat.
4606           create new insets for the various LFUN_XYZ_APPLY lfuns.
4607
4608 2003-02-26  John Levon  <levon@movementarian.org>
4609
4610         * lyxrow.h:
4611         * lyxrow.C: add isParStart,isParEnd helpers
4612
4613         * paragraph.h: make isInserted/DeletedText take refs
4614
4615         * paragraph_funcs.h:
4616         * paragraph_funcs.C: remove #if 0'd code
4617
4618         * lyxtext.h:
4619         * text3.C:
4620         * text2.C:
4621         * text.C: use lyxrow helpers above.
4622           Move draw and paint routines to RowPainter.
4623           Make several methods use refs not pointers.
4624           Make backgroundColor() const.
4625           Add markChangeInDraw(), isInInset().
4626           Merge changeRegionCase into changeCase.
4627           Make workWidth() shouldn't-happen code into an Assert.
4628
4629         * rowpainter.h:
4630         * rowpainter.C: new class for painting a row.
4631
4632         * vspace.h:
4633         * vspace.C: make inPixels take a ref
4634
4635 2003-02-26  Angus Leeming  <leeming@lyx.org>
4636
4637         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4638         LFUN_REF_APPLY.
4639
4640 2003-02-25  John Levon  <levon@movementarian.org>
4641
4642         * ispell.C: give the forked command a more accurate name
4643
4644 2003-02-22  John Levon  <levon@movementarian.org>
4645
4646         * toc.h:
4647         * toc.C: make TocItem store an id not a Paragraph *
4648           (bug #913)
4649
4650 2003-02-21  Angus Leeming  <leeming@lyx.org>
4651
4652         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4653           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4654           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4655           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4656           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4657           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4658
4659         * BufferView_pimpl.C (dispatch):
4660         * LyXAction.C (init):
4661         * factory.C (createInset):
4662         * lyxfunc.C (getStatus, dispatch):
4663         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4664
4665 2003-02-21  Angus Leeming  <leeming@lyx.org>
4666
4667         * BufferView_pimpl.C (MenuInsertLyXFile):
4668         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4669         * lyxfunc.C (menuNew, open, doImport):
4670           no longer pass a LyXView & to fileDlg.
4671
4672 2003-02-21  Angus Leeming  <leeming@lyx.org>
4673
4674         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4675         * LyXAction.C: change, BIBKEY to BIBITEM.
4676         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4677         Change InsetBibKey to InsetBibitem.
4678         Change BIBKEY_CODE to BIBITEM_CODE.
4679         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4680         * factory.C: replace insetbib.h with insetbibitem.h.
4681         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4682         * paragraph.C: replace insetbib.h with insetbibitem.h.
4683         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4684         Change bibkey() to bibitem().
4685         * text.C: remove insetbib.h.
4686         * text2.C: replace insetbib.h with insetbibitem.h.
4687         change bibkey() to bibitem().
4688         * text3.C: remove insetbib.h.
4689         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4690
4691 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4692
4693         * lyxrc.C (output): enclose user email in quotes (in case there are
4694         several words)
4695
4696 2003-02-18  John Levon  <levon@movementarian.org>
4697
4698         * buffer.h: add std::
4699
4700 2003-02-17  John Levon  <levon@movementarian.org>
4701
4702         * SpellBase.h:
4703         * ispell.h:
4704         * ispell.C:
4705         * pspell.h:
4706         * pspell.C: reworking. Especially in ispell, a large
4707           number of clean ups and bug fixes.
4708
4709         * lyxfunc.C: fix revert to behave sensibly
4710
4711 2003-02-17 André Pönitz <poenitz@gmx.net>
4712
4713         * LyXAction.C:
4714         * commandtags.h: new LFUN_INSERT_BIBKEY
4715
4716         * layout.h:
4717         * lyxlayout.C:
4718         * buffer.C:
4719         * factory.C:
4720         * text.C:
4721         * text2.C:
4722         * text3.C:
4723         * paragraph.[Ch]:
4724         * paragraph_func.C: remove special bibkey handling
4725
4726 2003-02-17  John Levon  <levon@movementarian.org>
4727
4728         * text.C (Delete): fix case where delete at the end of
4729           the very first paragraph would not merge the pars
4730
4731 2003-02-17  John Levon  <levon@movementarian.org>
4732
4733         * lyxrow.C: fix lastPrintablePos()
4734
4735 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4736
4737         * bufferparams.C (writeLaTeX): add a std:here
4738
4739         * buffer.C: and remove a using directive there
4740
4741 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4742
4743         * buffer.C (makeLaTeXFile): move the code that generates the
4744           preamble...
4745
4746         * bufferparams.C (writeLaTeX): ... in this new method
4747
4748         * LaTeXFeatures.C (getEncodingSet): make const
4749           (getLanguages): make const
4750
4751         * MenuBackend.C (binding): returns the binding associated to this
4752           action
4753           (add): sets the status of each item by calling getStatus. Adds
4754           some intelligence.
4755           (read): add support for OptSubMenu
4756           (expand): remove extra separator at the end of expanded menu
4757
4758 2003-02-15  John Levon  <levon@movementarian.org>
4759
4760         * BufferView.C:
4761         * BufferView_pimpl.C:
4762         * bufferlist.h:
4763         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4764           inset code that had no actual effect. Remove unneeded status
4765           code.
4766
4767 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4768
4769         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4770           in preamble
4771
4772 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4773
4774         * text.C (drawLengthMarker): also draw an arrow marker for
4775           symbolic lengths (medskip...)
4776
4777 2003-02-14  John Levon  <levon@movementarian.org>
4778
4779         * tabular.h:
4780         * tabular.C: better method names
4781
4782 2003-02-14  John Levon  <levon@movementarian.org>
4783
4784         * BufferView_pimpl.C:
4785         * bufferlist.C:
4786         * buffer.C:
4787         * converter.C:
4788         * lyx_cb.C:
4789         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4790           it's a more accurate name. Remove some pointless uses.
4791
4792 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4793
4794         * text2.C (LyXText): change order of initilizers to shut off
4795           warnings
4796
4797 2003-02-14  John Levon  <levon@movementarian.org>
4798
4799         * buffer.C: use ParIterator for getParFromID()
4800
4801         * paragraph.h:
4802         * paragraph.C:
4803         * paragraph_pimpl.h:
4804         * paragraph_pimpl.C: remove unused getParFromID()
4805
4806 2003-02-14  John Levon  <levon@movementarian.org>
4807
4808         * buffer.C: remove some very old #if 0'd parse code
4809
4810 2003-02-13  John Levon  <levon@movementarian.org>
4811
4812         * text.h:
4813         * text.C:
4814         * text2.C: move hfillExpansion(), numberOfSeparators(),
4815           rowLast(), rowLastPrintable(), numberofHfills(),
4816           numberOfLabelHfills() ...
4817
4818         * lyxrow.h:
4819         * lyxrow.C: ... to member functions here.
4820
4821         * paragraph.h:
4822         * paragraph.C:
4823         * lyxtext.h:
4824         * text.C: remove LyXText::beginningOfMainBody(), and call
4825           p->beginningOfMainBody() directly. Move the check for
4826           LABEL_MANUAL into the latter.
4827
4828         * text.h:
4829         * text.C:
4830         * text2.C:
4831         * vspace.C:
4832         * BufferView.h:
4833         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4834
4835         * text.h:
4836         * text.C:
4837         * text2.C:
4838         * text3.C:
4839         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4840           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4841
4842 2003-02-13  John Levon  <levon@movementarian.org>
4843
4844         * CutAndPaste.C: remove debug
4845
4846 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4847
4848         * paragraph.C (asString): remove two unused variables
4849
4850         * lyxtextclass.C (readTitleType):
4851           (Read):
4852           (LyXTextClass): handle new members titletype_ and titlename_
4853
4854         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4855
4856 2003-02-09  John Levon  <levon@movementarian.org>
4857
4858         * buffer.h:
4859         * buffer.C: replace hand-coded list with a map for the dep clean
4860
4861 2003-02-08  John Levon  <levon@movementarian.org>
4862
4863         * LaTeX.C: consolidate code into showRunMessage() helper
4864
4865 2003-02-08  John Levon  <levon@movementarian.org>
4866
4867         * lyxfind.C:
4868         * lyxtext.h:
4869         * text2.C:
4870         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4871           and pass the size in explicitly
4872
4873         * BufferView_pimpl.h:
4874         * BufferView_pimpl.C:
4875         * BufferView.h:
4876         * BufferView.C: add getCurrentChange()
4877
4878         * BufferView_pimpl.h:
4879         * BufferView_pimpl.C: handle change lfuns
4880
4881         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4882           for changes. Mark pasted paragraphs as new.
4883
4884         * support/lyxtime.h:
4885         * support/lyxtime.C:
4886         * DepTable.C: abstract time_t as lyx::time_type
4887
4888         * LColor.h:
4889         * LColor.C: add colours for new text, deleted text, changebars
4890
4891         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4892           package use "usenames" option.
4893
4894         * commandtags.h:
4895         * lyxfunc.C:
4896         * LyXAction.C: add change lfuns
4897
4898         * Makefile.am:
4899         * author.h:
4900         * author.C: author handling
4901
4902         * buffer.h:
4903         * buffer.C: add a per-buffer author list, with first entry as
4904           current author. Handle new .lyx tokens for change tracking. Output
4905           author list to .lyx file. Output dvipost stuff to .tex preamble.
4906           Bump lyx format to 222.
4907
4908         * bufferlist.h:
4909         * bufferlist.C: add setCurrentAuthor() to reset current author details
4910           in all buffers.
4911
4912         * bufferparams.h:
4913         * bufferparams.C: add param for tracking
4914
4915         * bufferview_funcs.C: output change info in minibuffer
4916
4917         * Makefile.am:
4918         * changes.h:
4919         * changes.C: add change-tracking structure
4920
4921         * debug.h:
4922         * debug.C: add CHANGES debug flag
4923
4924         * lyxfind.h:
4925         * lyxfind.C: add code for finding the next change piece
4926
4927         * lyxrc.h:
4928         * lyxrc.C: add user_name and user_email
4929
4930         * lyxrow.h:
4931         * lyxrow.C: add a metric for the top of the text line
4932
4933         * lyxtext.h:
4934         * text.C: implement accept/rejectChange()
4935
4936         * lyxtext.h:
4937         * text.C: paint changebars. Paint new/deleted text in the chosen
4938         colours. Strike through deleted text.
4939
4940         * paragraph.h:
4941         * paragraph.C:
4942         * paragraph_pimpl.h:
4943         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4944           in the current change to the insert functions. Rework erase to
4945           mark text as deleted, adding an eraseIntern() and a range-based
4946           erase(). Implement per-paragraph change lookup and
4947           accept/reject.
4948
4949         * paragraph_funcs.C: Fixup paste for change tracking.
4950
4951         * tabular.C: mark added row/columns as new.
4952
4953         * text.C: fix rowLast() to never return -1. Don't allow
4954           spellchecking of deleted text. Track transpose changes. Don't
4955           allow paragraph break or merge where appropriate.
4956
4957         * text2.C: leave cursor at end of selection after a cut.
4958
4959 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4960
4961         * text.C (getLengthMarkerHeight):
4962         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4963         visible on screen too.
4964
4965 2003-02-07  John Levon  <levon@movementarian.org>
4966
4967         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4968
4969 2003-02-05  Angus Leeming  <leeming@lyx.org>
4970
4971         * lyxserver.C (read_ready): revert my patch of 11 September last year
4972         as it sends PC cpu through the roof. Presumably this means that
4973         the lyxserver will no longer run on an Alpha...
4974
4975 2003-01-30  Angus Leeming  <leeming@lyx.org>
4976
4977         * factory.C (createInset): create an InsetCommandParam of type "index"
4978         and use it to 'do the right thing'.
4979
4980         * text2.C (getStringToIndex): ensure that cursor position is always
4981         reset to the reset_cursor position.
4982
4983 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4984
4985         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4986         disabled.
4987
4988 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4989
4990         * bufferview.C:
4991         * lyxcb.C:
4992         * lyxfunc.C: Output messages with identical spelling, punctuation,
4993         and spaces
4994
4995 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4996
4997         * MenuBackend.C (expandFormats): List only viewable export formats
4998         in "View" menu
4999
5000         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5001         message
5002
5003         * lyxfunc.C (getStatus): Make sure that formats other than
5004         "fax" can also be disabled
5005
5006 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5007
5008         * text3.C (dispatch): put the lfuns that insert insets in 3
5009         groups, and call doInsertInset with appropriate arguments.
5010         (doInsertInset): new function, that creates an inset and inserts
5011         it according to some boolean parameters.
5012
5013 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5014
5015         * buffer.C (readFile): remember to pass on 'par' when calling
5016         readFile recursively.
5017
5018 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5019
5020         * MenuBackend.C (expandFormats): add "..." to import formats.
5021
5022 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5023
5024         * paragraph.C (asString): Remove XForms RTL hacks.
5025
5026 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5027         * buffer.C: fix typo
5028
5029 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5030
5031         * Makefile.am (LIBS): delete var
5032         (lyx_LDADD): add @LIBS@ here instead.
5033
5034 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5035
5036         * Clarify the meaning of "wheel mouse jump"
5037
5038 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5039
5040         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5041         tabular in a float
5042
5043 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5044
5045         * importer.C (Loaders): do not preallocate 3 elements in the
5046         vector, since one ends up with 6 elements otherwise
5047
5048 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5049
5050         * DepTable.C (write): write the file name as last element of the
5051         .dep file (because it may contain spaces)
5052         (read): read info in the right order
5053
5054 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5055
5056         * paragraph_pimpl.C (simpleTeXBlanks):
5057         (simpleTeXSpecialChars):
5058         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5059
5060         * tabular.C (latex): add some missing case statements. Reindent.
5061
5062         * MenuBackend.C (expandToc): remove unused variable.
5063
5064 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5065
5066         * LColor.C:
5067         * LaTeX.C:
5068         * LyXAction.C:
5069         * MenuBackend.C:
5070         * buffer.C:
5071         * exporter.C:
5072         * lyxfunc.C:
5073         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5074         and the like.
5075
5076 2003-01-05  John Levon  <levon@movementarian.org>
5077
5078         * BufferView.h:
5079         * BufferView.C: add getEncoding()
5080
5081         * kbsequence.h:
5082         * kbsequence.C: do not store last keypress
5083
5084         * lyxfunc.h:
5085         * lyxfunc.C: store last keypress here instead. Pass encoding
5086           to getISOEncoded()
5087
5088 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5089
5090         * lyx_main.C (init): remove annoying error message when following
5091         symbolic links (bug #780)
5092
5093 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5094
5095         * text.C (insertChar):
5096         * lyxrc.C (getDescription): remove extra spaces
5097
5098 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5099
5100         * lyxrc.C (getDescription): remove extra spaces
5101
5102 2002-12-20  John Levon  <levon@movementarian.org>
5103
5104         * text3.C: hack fix for page up/down across tall rows
5105
5106 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5107
5108         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5109         not been invoked
5110
5111 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5112
5113         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5114         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5115         thesaurus is not compiled in
5116
5117 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5118
5119         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5120
5121 2002-12-16  Angus Leeming  <leeming@lyx.org>
5122
5123         * lyxrc.[Ch]:
5124         * lyx_main.C (init): remove override_x_deadkeys stuff.
5125
5126 2002-12-12  John Levon  <levon@movementarian.org>
5127
5128         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5129           insert. Only remove shift modifier under strict
5130           circumstances.
5131
5132 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5133
5134         * MenuBackend.C (expandToc): fix crash.
5135
5136 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5137
5138         * MenuBackend.C (expandToc): gettext on float names.
5139
5140 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5141
5142         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5143         implement bool empty() [bug 490]
5144
5145 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5146
5147         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5148
5149 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5150
5151         * several files: ws changes
5152
5153 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5154
5155         * text2.C (setCounter): clean up a bit, use boost.format.
5156         (updateCounters): initialize par upon declaration.
5157
5158         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5159         if the layout exists. We do not just store the layout any more.
5160         (SwitchLayoutsBetweenClasses): use boost.format
5161
5162 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5163
5164         * converter.C (convert): if from and to files are the same, use a
5165         temporary files as intermediary
5166
5167 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5168
5169         * commandtags.h:
5170         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5171
5172 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5173
5174         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5175
5176 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5177
5178         * tabular.C (asciiPrintCell): use string(size, char) instead of
5179         explicit loop.
5180
5181         * sgml.C (openTag): fix order of arguments to string constructor
5182         (closeTag): ditto
5183
5184         * lyxfunc.C (dispatch): use boost.format
5185
5186         * lots of files: change "c" -> 'c'
5187
5188 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5189
5190         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5191
5192 2002-11-25  Angus Leeming  <leeming@lyx.org>
5193
5194         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5195
5196         * lyx_main.C (init): compile fix.
5197
5198 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5199
5200         * lyx_cb.C (start): boost.formatify
5201         do not include <iostream>
5202
5203         * lengthcommon.C: ws only
5204
5205         * boost-inst.C,BoostFormat.h: add more explict instantations
5206
5207 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5208
5209         * lots of files: handle USE_BOOST_FORMAT
5210
5211 2002-11-21  John Levon  <levon@movementarian.org>
5212
5213         * pspell.C: fix compile
5214
5215 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5216
5217         * lyxfunc.C (dispatch): use boost::format
5218         (open): ditto
5219         (doImport): ditto
5220
5221         * lyxfont.C (stateText): use boost::format
5222
5223         * lyx_main.C (LyX): use boost::format
5224         (init): ditto
5225         (queryUserLyXDir): ditto
5226         (readRcFile): ditto
5227         (parse_dbg): ditto
5228         (typedef boost::function): use the recommened syntax.
5229
5230         * importer.C (Import): use boost::format
5231
5232         * debug.C (showLevel): use boost::format
5233
5234         * converter.C (view): use boost::format
5235         (convert): ditto
5236         (move): ditto
5237         (scanLog): ditto
5238
5239         * bufferview_funcs.C (currentState): use boost::format
5240
5241         * bufferlist.C (emergencyWrite): use boost::format
5242
5243         * buffer.C (readLyXformat2): use boost::format
5244         (parseSingleLyXformat2Token): ditto
5245
5246         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5247
5248         * LaTeX.C (run): use boost::format
5249
5250         * Chktex.C (scanLogFile): use boost::format
5251
5252         * BufferView_pimpl.C (savePosition): use boost::format
5253         (restorePosition): ditto
5254         (MenuInsertLyXFile): ditto
5255
5256         * BoostFormat.h: help file for explicit instation.
5257
5258 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5259
5260         * tabular.C (latex): Support for block alignment in fixed width
5261         columns.
5262
5263 2002-11-17  John Levon  <levon@movementarian.org>
5264
5265         * BufferView_pimpl.C:
5266         * lyx_cb.C:
5267         * lyxfunc.C: split filedialog into open/save
5268
5269 2002-11-08  Juergen Vigna  <jug@sad.it>
5270
5271         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5272         by my last patch (hopefully).
5273
5274 2002-11-08  John Levon  <levon@movementarian.org>
5275
5276         * iterators.h:
5277         * iterators.C:
5278         * buffer.h:
5279         * buffer.C:
5280         * paragraph.h:
5281         * paragraph.C:
5282         * toc.h:
5283         * toc.C: ParConstIterator, and use it (from Lars)
5284
5285 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5286
5287         * lyxtextclass.[Ch]: revise and add doxygen comments
5288
5289 2002-11-07  John Levon  <levon@movementarian.org>
5290
5291         * text.C: fix progress value for spellchecker
5292
5293         * toc.C: fix navigate menu for insetwrap inside minipage
5294
5295         * paragraph_funcs.C: added FIXME for suspect code
5296
5297 2002-11-07  John Levon  <levon@movementarian.org>
5298
5299         * BufferView_pimpl.C: fix redrawing of insets
5300           on buffer switch
5301
5302 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5303
5304         * text2.C (updateCounters): fix bug 668
5305
5306 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5307
5308         * text3.C (dispatch): Do not make the buffer dirty when moving the
5309         cursor.
5310
5311 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5312
5313         * vc-backend.C: STRCONV
5314         (scanMaster): ditto
5315
5316         * text2.C (setCounter): STRCONV
5317
5318         * paragraph.C (asString): STRCONV
5319
5320         * lyxlength.C (asString): STRCONV
5321         (asLatexString): ditto
5322
5323         * lyxgluelength.C (asString): STRCONV
5324         (asLatexString): ditto
5325
5326         * lyxfunc.C (dispatch): STRCONV
5327         (open): ditto
5328
5329         * lyxfont.C (stateText): STRCONV
5330
5331         * importer.C (Import): STRCONV
5332
5333         * counters.C (labelItem): STRCONV
5334         (numberLabel): ditto
5335         (numberLabel): remove unused ostringstream o
5336
5337         * chset.C: STRCONV
5338         (loadFile): ditto
5339
5340         * bufferview_funcs.C (currentState): STRCONV
5341
5342         * buffer.C (readFile): STRCONV
5343         (asciiParagraph): ditto
5344         (makeLaTeXFile): ditto
5345
5346         * Spacing.C (writeEnvirBegin): STRCONV
5347
5348         * LaTeXFeatures.C (getLanguages): STRCONV
5349         (getPackages): ditto
5350         (getMacros): ditto
5351         (getBabelOptions): ditto
5352         (getTClassPreamble): ditto
5353         (getLyXSGMLEntities): ditto
5354         (getIncludedFiles): ditto
5355
5356         * LaTeX.C: STRCONV
5357         (run): ditto
5358         (scanAuxFile): ditto
5359         (deplog): ditto
5360
5361         * LString.h: add the STRCONV macros
5362
5363         * BufferView_pimpl.C (savePosition): STRCONV
5364         (restorePosition): ditto
5365         (MenuInsertLyXFile): ditto
5366
5367         * vc-backend.C (scanMaster): change from submatch[...] to
5368         submatch.str(...)
5369
5370         * funcrequest.C: include config.h
5371
5372         * factory.C: include config.h
5373
5374         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5375
5376         * box.C: include config.h
5377
5378         * LaTeX.C (scanAuxFile): change from submatch[...] to
5379         submatch.str(...)
5380         (deplog): ditto
5381
5382 2002-10-25  Angus Leeming  <leeming@lyx.org>
5383
5384         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5385
5386         * ispell.[Ch] (setError): new method.
5387         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5388         Use setError() insetead of goto END.
5389
5390         * lyx_cb.C (AutoSave): move out child process into new class
5391         AutoSaveBuffer.
5392
5393 2002-10-30  John Levon  <levon@movementarian.org>
5394
5395         * text3.C: make start appendix undoable
5396
5397 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5398
5399         * lyxlength.C (inPixels): Fix returned value.
5400
5401         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5402         environment.
5403
5404 2002-10-24  Angus Leeming  <leeming@lyx.org>
5405
5406         * lyxgluelength.h: no need to forward declare BufferParams
5407         or BufferView, so don't.
5408
5409 2002-10-21  John Levon  <levon@movementarian.org>
5410
5411         * BufferView.C: menuUndo ->undo, redo
5412
5413         * BufferView.h: document, remove dead, make some methods private
5414
5415         * paragraph_funcs.h:
5416         * paragraph_funcs.C:
5417         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5418
5419         * buffer.h:
5420         * buffer.C:
5421         * sgml.h:
5422         * sgml.C: move sgml open/close tag into sgml.C
5423
5424         * bufferview_funcs.h: unused prototype
5425
5426         * lyxfunc.h:
5427         * lyxfunc.C: remove unused
5428
5429         * lyxtext.h:
5430         * text.C: remove unused
5431
5432 2002-10-21  John Levon  <levon@movementarian.org>
5433
5434         * BufferView.h:
5435         * BufferView.C:
5436         * BufferView_pimpl.h:
5437         * BufferView_pimpl.C: fix mouse wheel handling based on
5438           patch from Darren Freeman
5439
5440 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5441
5442         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5443
5444 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5445
5446         * lyxlength.C (inPixels): Fix hanfling of negative length.
5447         Fix LyXLength::MU case.
5448
5449 2002-10-16  John Levon  <levon@movementarian.org>
5450
5451         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5452
5453 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5454
5455         * converter.C (view): add support for $$i (file name) and $$p
5456         (file path) for the viewer command. If $$i is not specified, then
5457         it is appended to the command (for compatibility with old syntax)
5458
5459 2002-10-14  Juergen Vigna  <jug@sad.it>
5460
5461         * undo_funcs.C (textHandleUndo): alter the order in which the
5462         new undopar is added to the LyXText, as we have to set first
5463         the right prev/next and then add it as otherwise the rebuild of
5464         LyXText is not correct. Also reset the cursor to the right paragraph,
5465         with this IMO we could remove the hack in "redoParagraphs()".
5466
5467 2002-10-09  Angus Leeming  <leeming@lyx.org>
5468
5469         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5470         to turn off an optimisation if a new inset is to be inserted.
5471
5472 2002-10-11 André Pönitz <poenitz@gmx.net>
5473
5474         * lyxtext.h: make some functions public to allow access
5475         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5476
5477 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5478
5479         * text3.C (dispatch): when changing layout, avoid an infinite loop
5480         [bug #652]
5481
5482 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5483
5484         * lyxrc.C (read): treat a viewer or converter command of "none" as
5485         if it were empty.
5486
5487         * MenuBackend.C (expandFormats): for an update, also allow the
5488         formats that are not viewable
5489
5490         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5491         script if it is newer than the lyxrc.defaults in user directory
5492
5493 2002-10-07 André Pönitz <poenitz@gmx.net>
5494
5495         * text.C: Vitaly Lipatov's small i18n fix
5496
5497 2002-09-25  Angus Leeming  <leeming@lyx.org>
5498
5499         * ispell.h: doxygen fix.
5500
5501 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5502
5503         * buffer.h (readFile): Add a new argument to the method, to allow
5504         reading of old-format templates.
5505
5506 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5507
5508         * toc.C (getTocList): Get TOC from InsetWrap.
5509
5510 2002-09-16  John Levon  <levon@movementarian.org>
5511
5512         * lyxfunc.C: check tabular for cut/copy too
5513
5514 2002-09-12  John Levon  <levon@movementarian.org>
5515
5516         * LyXAction.C: tidy
5517
5518         * factory.h:
5519         * factory.C: add header
5520
5521         * paragraph_funcs.h:
5522         * paragraph_funcs.C: cleanup
5523
5524 2002-09-11  John Levon  <levon@movementarian.org>
5525
5526         * PrinterParams.h: odd/even default to true
5527
5528 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5529
5530         * PrinterParams.h: update printer parameters for new xforms dialog
5531
5532 2002-09-11  Angus Leeming  <leeming@lyx.org>
5533
5534         * lyxserver.C (read_ready): re-write to make it more transparent
5535         and to make it work in coherent fashion under Tru64 Unix.
5536
5537 2002-09-11  André Pönitz <poenitz@gmx.net>
5538
5539         * commandtags.h:
5540         * LyXAction.C:
5541         * text3.C: implement LFUN_WORDSEL
5542
5543 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5544
5545         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5546         make floatlist_ a boost::shared_ptr<FloatList>
5547
5548         * lyxtextclass.C: include FloatList.h
5549         (LyXTextClass): initialize floatlist_
5550         (TextClassTags): add TC_NOFLOAT
5551         (Read): match "nofloat" to TC_NOFLOAT and use it.
5552         (readFloat): modify call to floatlist_
5553         (floats): ditto
5554         (floats): ditto
5555
5556         * FloatList.[Ch] (FloatList): remove commented out float
5557         initialization.
5558         (erase): new function
5559
5560 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5561
5562         * MenuBackend.C (expandToc): fix crash when there is no document
5563         open
5564
5565 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5566
5567         * many files: Add insetwrap.
5568
5569 2002-09-09  John Levon  <levon@movementarian.org>
5570
5571         * text2.C: remove confusing and awkward depth wraparound
5572
5573 2002-09-09  John Levon  <levon@movementarian.org>
5574
5575         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5576
5577         * buffer.h:
5578         * buffer.C: remove getIncludeonlyList()
5579
5580         * paragraph.C:
5581         * lyxfunc.C: remove headers
5582
5583 2002-09-09  Juergen Vigna  <jug@sad.it>
5584
5585         * text.C (getColumnNearX): fix form Michael this is most
5586         probably a cut&paste bug.
5587
5588 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5589
5590         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5591
5592         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5593         references, ws changes.
5594
5595         * text2.C (init): update counters after init
5596         (insertParagraph): no need to set counter on idividual paragraphs.
5597         (setCounter): access the counters object in the textclass object
5598         on in the buffer object.
5599         (updateCounters): ditto
5600
5601         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5602         shared_ptr<Counters> to avoid loading counters.h in all
5603         compilation units.
5604         (LyXTextClass): initialize ctrs_
5605         (TextClassTags): add TC_COUNTER, and ...
5606         (Read): use it here.
5607         (CounterTags): new tags
5608         (readCounter): new function
5609         (counters): new funtion
5610         (defaultLayoutName): return a const reference
5611
5612         * counters.C (Counters): remove contructor
5613         (newCounter): remove a couple of unneeded statements.
5614         (newCounter): simplify a bit.
5615         (numberLabel): some small formatting changes.
5616
5617         * buffer.[Ch]: remove all traces of counters, move the Counters
5618         object to the LyXTextClass.
5619
5620 2002-09-06  Alain Castera  <castera@in2p3.fr>
5621
5622         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5623         package to set the horizontal alignment on fixed width columns.
5624
5625         * lyx_sty.C:
5626         * lyx_sty.h: added tabularnewline macro def.
5627
5628         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5629
5630 2002-09-06  John Levon  <levon@movementarian.org>
5631
5632         * LyXAction.C: tooltips for sub/superscript
5633
5634         * MenuBackend.C: a bit more verbose
5635
5636         * lyxfunc.C: tiny clean
5637
5638         * undo_funcs.C: document undo_frozen
5639
5640 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5641
5642         * counters.C (Counters): add missing algorithm counter.
5643
5644         * text2.C (setCounter): lookup the counter with layouts latexname
5645         instead of by section number.
5646         (setCounter): use a hackish way to lookup the correct enum
5647         counter.
5648         a float name->type change
5649         reset enum couners with counter name directly instead of depth value.
5650
5651         * counters.C (Counters): remove the push_backs, change to use the
5652         float type not the float name.
5653         (labelItem): remove unused string, float name->type change
5654
5655         * counters.h: don't include vector, loose the enums and sects vectors
5656
5657 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5658
5659         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5660         (Read): add float->TC_FLOAT to textclassTags
5661         (Read): and handle it in the switch
5662         (readFloat): new function
5663
5664         * FloatList.C (FloatList): comment out the hardcoded float
5665         definitions.
5666
5667         * lyxlayout.h: ws change.
5668
5669 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5670
5671         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5672
5673 2002-09-03  Angus Leeming  <leeming@lyx.org>
5674
5675         * BufferView_pimpl.h: qualified name is not allowed in member
5676         declaration: WorkArea & Pimpl::workarea() const;
5677
5678         * factory.C: added using std::endl directive.
5679
5680         * text3.C: added using std::find and std::vector directives.
5681
5682 2002-08-29  André Pönitz <poenitz@gmx.net>
5683
5684         * lyxtext.h:
5685         * text2.C: remove unused member number_of_rows
5686
5687         * Makefile.am:
5688         * BufferView2.C: remove file, move contents to...
5689         * BufferView.C: ... here
5690
5691         * BufferView_pimpl.C:
5692         * factory.C: move more inset creation to factory
5693
5694         * vspace.C: avoid direct usage of LyXText, ws changes
5695
5696         * BufferView.[Ch]:
5697                 don't provide direct access to WorkArea, use two simple
5698                 acessors haveSelction() and workHeight() instead
5699
5700
5701 2002-08-29  John Levon  <levon@movementarian.org>
5702
5703         * BufferView_pimpl.C (dispatch): do not continue when
5704           no buffer
5705
5706 2002-08-28  André Pönitz <poenitz@gmx.net>
5707
5708         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5709
5710         * BufferView.h:
5711         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5712
5713 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5714
5715         * buffer.C: increment LYX_FORMAT to 221
5716
5717         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5718         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5719
5720         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5721
5722         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5723
5724 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5725
5726         * factory.C (createInset): use LyXTextClass::floats
5727
5728         * MenuBackend.C (expandFloatListInsert):
5729         (expandFloatInsert):
5730         (expandToc):
5731
5732         * text2.C (setCounter):
5733
5734         * LaTeXFeatures.C (useFloat):
5735         (getFloatDefinitions):
5736
5737         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5738
5739         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5740         floatlist_, with accessor floats().
5741
5742         * FloatList.h: remove global FloatList
5743
5744 2002-08-26  André Pönitz <poenitz@gmx.net>
5745
5746         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5747
5748         * BufferView.h:
5749         * BufferView2.C:
5750         * BufferView_pimpl.C:
5751         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5752
5753 2002-08-25  John Levon  <levon@movementarian.org>
5754
5755         * LyXAction.C: fix margin note description
5756
5757 2002-08-24  John Levon  <levon@movementarian.org>
5758
5759         * buffer.C:
5760         * bufferlist.C:
5761         * bufferview_funcs.C:
5762         * lyxfont.C:
5763         * undo_funcs.C: cleanups
5764
5765         * lyxfunc.C: disable CUT/COPY when no selection
5766
5767 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5768
5769         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5770         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5771
5772         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5773         Add backward compatibility to "mono", "gray" and "no".
5774
5775 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5776
5777         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5778         (and file_format >= 200).
5779
5780 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5781
5782         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5783
5784 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5785
5786         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5787
5788 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5789
5790         * BufferView_pimpl.C:
5791         * LyXAction.C:
5792         * buffer.C:
5793         * commandtags.h:
5794         * lyxfunc.C:
5795         * paragraph.[Ch]:
5796         * text2.C:
5797         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5798         inset and code to make it  work with the paragraph code. The inset
5799         can be anywhere in the paragraph, but will only do the expected
5800         thing in LaTeX if the layout file contains the parameter line
5801                         OptionalArgs    1
5802         (or more generally, a nonzero value) for that layout.
5803
5804 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5805
5806         * paragraph.h: remove the declaration of undefined counters class
5807         function.
5808
5809 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5810
5811         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5812         Dr. Richard Hawkins.
5813
5814 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5815
5816         * paragraph_funcs.h: remove some unneeded includes
5817
5818         * text.C (backspace): pasteParagraph now in global scipe
5819
5820         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5821         (pasteSelection): ditto
5822
5823         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5824         * paragraph_funcs.C (pasteParagraph): ... here
5825
5826 2002-08-20  André Pönitz <poenitz@gmx.net>
5827
5828         * commandtags.h: new LFUNs for swapping/copying table row/colums
5829
5830         * LyXAction.C:
5831         * lyxfunc.C: support for new lfuns
5832
5833 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5834
5835         * tabular.C:
5836         * buffer.[Ch]: remove NO_COMPABILITY stuff
5837
5838 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5839
5840         * boost.C (throw_exception): new file, with helper function for
5841         boost compiled without exceptions.
5842
5843         * paragraph.h:
5844         * lyxlength.C:
5845         * buffer.C:
5846         * ParameterStruct.h:
5847         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5848
5849         * bufferlist.C (emergencyWriteAll): use boost bind
5850
5851         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5852
5853         * text.C: include paragraph_funcs.h
5854         (breakParagraph): breakParagraph is now in global scope
5855
5856         * paragraph_funcs.[Ch]: new files
5857
5858         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5859         global scope
5860
5861         * buffer.C: include paragraph_funcs.h
5862         (insertStringAsLines): breakParagraph is now in global scope
5863
5864         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5865         paragraph_funcs.C
5866
5867         * CutAndPaste.C: include paragraph_funcs.h
5868         (cutSelection): breakParagraphConservative is now in global scope
5869         (pasteSelection): ditto
5870
5871         * buffer.h: declare oprator== and operator!= for
5872         Buffer::inset_iterator
5873
5874         * bufferlist.C (emergencyWrite): don't use fmt(...)
5875
5876         * text3.C: add using std::endl
5877
5878         * BufferView.C (moveCursorUpdate): remove default arg
5879
5880 2002-08-20  André Pönitz <poenitz@gmx.net>
5881
5882         * buffer.[Ch]: move inline functions to .C
5883
5884         * BufferView2.C:
5885         * BufferView_pimpl.C:
5886         * text.C:
5887         * buffer.[Ch]: use improved inset_iterator
5888
5889         * buffer.C:
5890         * paragraph.[Ch]: write one paragraph at a time
5891
5892 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5893
5894         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5895         style if style is not specified.
5896
5897 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5898
5899         * text2.C (setCounter): when searching for right label for a
5900         caption, make sure to recurse to parent insets (so that a caption
5901         in a minipage in a figure float works) (bug #568)
5902
5903 2002-08-20  André Pönitz <poenitz@gmx.net>
5904
5905         * text3.C: new file for LyXText::dispatch() and helpers
5906
5907         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5908
5909         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5910
5911 2002-08-19  André Pönitz <poenitz@gmx.net>
5912
5913         * lyxtext.h:
5914         * text.C: new LyXText::dispatch()
5915
5916         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5917
5918 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5919
5920         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5921
5922         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5923         Hebrew text.
5924
5925 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5926
5927         * Makefile.am: use $(variables) instead of @substitutions@
5928
5929 2002-08-15  André Pönitz <poenitz@gmx.net>
5930
5931         * lyxfunc.C:
5932         * BufferView_pimpl.C: streamlining mathed <-> outer world
5933         interaction
5934
5935         * commandtags.h:
5936         * LyXAction.C: remove unused LFUN_MATH
5937
5938 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5939
5940         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5941
5942 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5943
5944         * paragraph.C (Paragraph): reformat a bit
5945         (cutIntoMinibuffer): use builtin InsetList function instad of
5946         doing it manually.
5947         (getInset): ditto
5948
5949         * buffer.C: include boost/bind.hpp, add using std::for_each
5950         (writeFileAscii): use ParagraphList iterators
5951         (validate): use for_each for validate traversal of paragraphs
5952         (getBibkeyList): use ParagraphList iterators
5953         (resizeInsets): use for_each to resizeInsetsLyXText for all
5954         paragraphs.
5955         (getParFromID): use ParagraphList iterators
5956
5957         * BufferView2.C (lockInset): use paragraph list and iterators
5958
5959 2002-08-14  John Levon  <levon@movementarian.org>
5960
5961         * lyxserver.C: remove spurious xforms include
5962
5963 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5964
5965         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5966
5967 2002-08-13  André Pönitz <poenitz@gmx.net>
5968
5969         * LyXAction.[Ch]:
5970         * lyxfunc.C: further cleaning
5971
5972 2002-08-13  André Pönitz <poenitz@gmx.net>
5973
5974         * funcrequest.h: new constructor
5975
5976         * funcrequest.C: move stuff here from .h
5977
5978         * Makefile.am:
5979         * BufferView_pimpl.C:
5980         * LyXAction.C:
5981         * toc.C:
5982         * lyxfunc.C: subsequent changes
5983
5984         * lyxfunc.h: new view() member function
5985
5986         * lyxfunc.C: subsequent changes
5987
5988 2002-08-13  Angus Leeming  <leeming@lyx.org>
5989
5990         * BufferView2.C:
5991         * BufferView_pimpl.C:
5992         * buffer.C:
5993         * converter.C:
5994         * importer.C:
5995         * lyxfunc.C:
5996         * lyxvc.C:
5997         * toc.C:
5998         * vc-backend.C:
5999         changes due to the changed LyXView interface that now returns references
6000         to member variables not pointers.
6001
6002 2002-08-13  Angus Leeming  <leeming@lyx.org>
6003
6004         * WordLangTuple (word, lang_code): return references to strings,
6005         not strings.
6006
6007         * BufferView.h:
6008         * SpellBase.h:
6009         * lyxtext.h: forward-declare WordLangTuple.
6010
6011         * BufferView2.C:
6012         * ispell.C:
6013         * pspell.C:
6014         * text.C: #include "WordLangTuple.h".
6015
6016         * lyxtext.h:
6017         * text.C: (selectNextWordToSpellcheck): constify return type.
6018
6019 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6020
6021         * buffer.C:
6022         * buffer.h:
6023         * lyxtext.h:
6024         * paragraph.C:
6025         * paragraph_pimpl.h:
6026         * text.C:
6027         * text2.C:
6028         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6029         suggested by Angus.
6030         Made updateCounter always count from start of buffer, and removed
6031         second argument (par).
6032         Reverted floats number display to '#'. Perhaps I'll try again when the
6033         code base is sanitized a bit.
6034
6035 2002-08-12  Angus Leeming  <leeming@lyx.org>
6036
6037         * buffer.[Ch] (getLabelList): constify.
6038
6039 2002-08-07  André Pönitz <poenitz@gmx.net>
6040
6041         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6042
6043         * funcrequest.h: extension to keep mouse (x,y) position
6044
6045 2002-08-12  Juergen Vigna  <jug@sad.it>
6046
6047         * BufferView2.C (insertErrors): forbid undo when inserting error
6048         insets.
6049
6050         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6051
6052 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6053
6054         * ParagraphList.[Ch]: new files
6055
6056         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6057
6058         * BufferView2.C (lockInset): ParagraphList changes
6059         * toc.C: ditto
6060         * text2.C: ditto
6061         * bufferlist.C: ditto
6062         * buffer.h: ditto
6063         * buffer.C: ditto
6064
6065 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6066
6067         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6068         unused class variable counter_,
6069
6070         * paragraph.[Ch] (getFirstCounter): delete unused function
6071
6072         * counters.C: include LAssert.h
6073         (reset): add a new function with no arg, change other version to
6074         not have def. arg and to not allow empty arg.
6075
6076         * text2.C (setCounter): remove empty arg from call to Counters::reset
6077
6078 2002-08-11  John Levon  <levon@movementarian.org>
6079
6080         * Makefile.am: add WordLangTuple.h
6081
6082 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6083
6084         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6085         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6086
6087         * insets/insettext.C: InsetList changes
6088
6089         * graphics/GraphicsSupport.C (operator()): InsetList changes
6090
6091         * toc.C (getTocList): InsetList changes
6092
6093         * paragraph_pimpl.[Ch]: InsetList changes
6094
6095         * paragraph.[Ch]: InsetList changes
6096
6097         * buffer.C (inset_iterator): InsetList changes
6098         (setParagraph): ditto
6099         * buffer.h (inset_iterator): ditto
6100         * iterators.C (operator++): ditto
6101         * iterators.h: ditto
6102
6103         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6104
6105         * InsetList.[Ch]: new files, most InsetList handling moved out of
6106         paragraph.C.
6107
6108         * BufferView2.C (removeAutoInsets): InsetList changes
6109         (lockInset): ditto
6110         (ChangeInsets): ditto
6111
6112 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6113
6114         * paragraph_pimpl.h (empty): new function
6115
6116         * paragraph.[Ch] (empty): new function
6117
6118         * other files: use the new Paragraph::empty function
6119
6120 2002-08-09  John Levon  <levon@movementarian.org>
6121
6122         * lyxtext.h: remove unused refresh_height
6123
6124 2002-08-09  John Levon  <levon@movementarian.org>
6125
6126         * Makefile.am:
6127         * sgml.h:
6128         * sgml.C:
6129         * buffer.C:
6130         * paragraph.h:
6131         * paragraph.C: move sgml char escaping out of paragraph
6132
6133         * paragraph.h:
6134         * paragraph.C: remove id setter
6135
6136         * buffer.C:
6137         * paragraph.C:
6138         * paragraph_pimpl.C: remove dead tex_code_break_column
6139
6140         * bufferview_funcs.C: small cleanup
6141
6142         * lyxfunc.C: remove dead proto
6143
6144         * lyxtext.h: make some stuff private. Remove some dead stuff.
6145
6146         * lyxgluelength.C: make as[LyX]String() readable
6147
6148 2002-08-08  John Levon  <levon@movementarian.org>
6149
6150         * LyXAction.h:
6151         * LyXAction.C:
6152         * MenuBackend.C:
6153         * ToolbarDefaults.C:
6154         * lyxfunc.C:
6155         * lyxrc.C:
6156         * toc.C: lyxaction cleanup
6157
6158 2002-08-08  John Levon  <levon@movementarian.org>
6159
6160         * BufferView2.C: small cleanup
6161
6162         * lyxfind.h:
6163         * lyxfind.C: move unnecessary header into the .C
6164
6165 2002-08-08  John Levon  <levon@movementarian.org>
6166
6167         * funcrequest.h: just tedious nonsense
6168
6169         * lyx_main.h:
6170         * lyx_main.C: cleanups
6171
6172         * buffer.C:
6173         * vspace.C: remove dead header lyx_main.h
6174
6175 2002-08-07  Angus Leeming  <leeming@lyx.org>
6176
6177         * Paragraph.[Ch]:
6178         * paragraph_pimpl.h:
6179         Forward declare class Counters in paragraph.h by moving the ctrs member
6180         variable into Paragraph::Pimpl.
6181         (counters): new method, returning a reference to pimpl_->ctrs.
6182
6183         * text2.C: ensuing changes.
6184
6185 2002-08-07  John Levon  <levon@movementarian.org>
6186
6187         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6188
6189         * BufferView_pimpl.C: announce X selection on double/triple
6190           click
6191
6192         * lyx_main.C: use correct bool in batch dispatch
6193
6194         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6195
6196 2002-08-07  André Pönitz <poenitz@gmx.net>
6197
6198         * funcrequest.h: new class to wrap a kb_action and its argument
6199
6200         * BufferView.[Ch]:
6201         * BufferView_pimpl[Ch]:
6202         * LaTeX.C:
6203         * LyXAction.[Ch]:
6204         * lyxfunc.[Ch]:
6205         * lyxrc.C: subsequent changes
6206
6207
6208 2002-08-07  John Levon  <levon@movementarian.org>
6209
6210         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6211           document options change.
6212
6213 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6214
6215         * counters.[Ch]
6216         * text2.C
6217         * paragraph.[Ch]
6218         * makefile.am: move counters functionality over from
6219         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6220
6221 2002-08-06  John Levon  <levon@movementarian.org>
6222
6223         * WordLangTuple.h: new file for word + language code tuple
6224
6225         * SpellBase.h:
6226         * pspell.h:
6227         * pspell.C:
6228         * ispell.h:
6229         * ispell.C:
6230         * lyxtext.h:
6231         * text.C:
6232         * text2.C:
6233         * BufferView.h:
6234         * BufferView2.C: use WordLangTuple
6235
6236         * layout.h:
6237         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6238
6239 2002-08-06  John Levon  <levon@movementarian.org>
6240
6241         * lyx_main.C: fix cmdline batch handling
6242
6243 2002-08-06  André Pönitz <poenitz@gmx.net>
6244
6245         * lyxrc.C: set default for show_banner to true
6246
6247 2002-08-06  John Levon  <levon@movementarian.org>
6248
6249         * pspell.C: fix a crash, and allow new aspell to work
6250
6251 2002-08-06  John Levon  <levon@movementarian.org>
6252
6253         * lyxfunc.C:
6254         * kbmap.C: small cleanup
6255
6256         * vspace.h:
6257         * vspace.C: add const
6258
6259 2002-08-05  John Levon  <levon@movementarian.org>
6260
6261         * LyXAction.C: back to tabular-insert
6262
6263 2002-08-04  John Levon  <levon@movementarian.org>
6264
6265         * BufferView.h:
6266         * BufferView.C: cosmetic change
6267
6268         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6269
6270         * bufferlist.C:
6271         * buffer.h:
6272         * buffer.C:
6273         * lyxcb.h:
6274         * lyxcb.C:
6275         * lyxserver.C:
6276         * lyxvc.C:
6277         * vc-backend.C:
6278         * BufferView2.C: purge all "Lyx" not "LyX" strings
6279
6280         * lyxcursor.h:
6281         * lyxcursor.C: attempt to add some documentation
6282
6283         * lyxfunc.C:
6284         * commandtags.h:
6285         * LyXAction.C:
6286         * ToolbarDefaults.C:
6287         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6288           merge with LFUN_TABULAR_INSERT
6289
6290         * Makefile.am:
6291         * SpellBase.h:
6292         * ispell.h:
6293         * ispell.C:
6294         * pspell.h:
6295         * pspell.C: split up i/pspell implementations into separate
6296           files, many cleanups
6297
6298         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6299
6300         * text2.C: some cleanup
6301
6302         * lyxfunc.C: don't check for isp_command == "none" any more, it
6303           didn't make any sense
6304
6305 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6306
6307         * counters.[Ch]
6308         * text2.C
6309         * paragraph.[Ch]
6310         * makefile.am: move counters functionality over
6311         from text2.C/paragraph.[Ch] to counters.[Ch], and
6312         make proper C++.
6313 2002-08-02  John Levon  <levon@movementarian.org>
6314
6315         * buffer.C: s/lyxconvert/lyx2lyx/
6316
6317 2002-08-02  Angus Leeming  <leeming@lyx.org>
6318
6319         * lyxlex.C: revert John's change as it breaks reading of the user
6320         preamble.
6321
6322 2002-08-02  Angus Leeming  <leeming@lyx.org>
6323
6324         * importer.C (Import):
6325         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6326         changes due to LyXView::view() now returning a boost::shared_ptr.
6327
6328 2002-08-02  John Levon  <levon@movementarian.org>
6329
6330         * lyxlex.C: small cleanup
6331
6332 2002-08-02  John Levon  <levon@movementarian.org>
6333
6334         * text2.C (status): small cleanup, no logic change
6335
6336 2002-08-01  John Levon  <levon@movementarian.org>
6337
6338         * buffer.h:
6339         * buffer.C (writeFile): don't output alerts, caller
6340           handles this
6341
6342         * bufferlist.C:
6343         * lyx_cb.C: from above
6344
6345         * lyxfunc.C: allow to open non-existent files
6346
6347 2002-07-31  John Levon  <levon@movementarian.org>
6348
6349         * lyxserver.C: don't let incidental errors get
6350           in the way (errno)
6351
6352 2002-07-30  John Levon  <levon@movementarian.org>
6353
6354         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6355
6356 2002-07-30  John Levon  <levon@movementarian.org>
6357
6358         * lyxserver.h:
6359         * lyxserver.C: remove I/O callback too
6360
6361 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6362
6363         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6364         log.
6365
6366 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6367
6368         * many files: strip,frontStrip -> trim,ltrim,rtrim
6369
6370 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6371
6372         * PrinterParams.h: remove extern containsOnly, and include
6373         support/lstrings.h instead.
6374
6375         * LaTeX.C (scanAuxFile): modify because of strip changes
6376         (deplog): ditto
6377         * buffer.C (makeLaTeXFile): ditto
6378         * bufferparams.C (writeFile): ditt
6379         * lyxfont.C (stateText): ditto
6380         * lyxserver.C (read_ready): ditto
6381         * vc-backend.C (scanMaster): ditto
6382
6383         * BufferView_pimpl.h: ws changes
6384
6385         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6386
6387 2002-07-26  André Pönitz <poenitz@gmx.net>
6388
6389         * kb_sequence.C: remove unnedred usings
6390
6391 2002-07-26  Juergen Vigna  <jug@sad.it>
6392
6393         * lyxfind.C (LyXReplace): we have to check better if the returned
6394         text is not of theLockingInset()->getLockingInset().
6395
6396 2002-07-25  Juergen Vigna  <jug@sad.it>
6397
6398         * lyxfind.C (LyXReplace): don't replace if we don't get the
6399         right LyXText.
6400
6401         * undo_funcs.C (createUndo): remove debugging code.
6402
6403 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6404
6405         * buffer.C (parseSingleLyXformat2Token): Use default placement
6406         when reading old floats.
6407
6408         * FloatList.C (FloatList): Change the default placement of figure
6409         and tables to "tbp".
6410
6411 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6412
6413         * MenuBackend.C: using std::max
6414
6415 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6416
6417         * MenuBackend.C (expandToc):
6418         (expandToc2): code moved from xforms menu frontend. It is now
6419         generic and TOCs are transparent to menu frontends.
6420
6421 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6422
6423         * toc.C (getTocList): protect against buf=0
6424
6425         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6426         Menu as first parameter. Now, this calls itself recursively to
6427         expand a whole tree (this will be useful for TOC handling)
6428         (expandFloatInsert): remove 'wide' version of floats
6429
6430         * MenuBackend.h (submenuname): returns the name of the submenu.
6431         (submenu): returns the submenu itself, provided it has been
6432         created by MenuBackend::expand
6433
6434 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6435
6436         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6437         insets which have noFontChange == true. (bug #172)
6438
6439 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6440
6441         * BufferView_pimpl.C: add connection objects and use them...
6442         (Pimpl): here.
6443
6444 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6445
6446         * MenuBackend.C (expandLastfiles):
6447         (expandDocuments):
6448         (expandFormats):
6449         (expandFloatListInsert):
6450         (expandFloatInsert):
6451         (expand): split expand in parts
6452
6453 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6454
6455         * lyx_gui.C: use lyx_gui::exit()
6456
6457 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6458
6459         * LyXAction.C: show the failing pseudo action
6460
6461 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6462
6463         * buffer.C (readFile): Run the lyxconvert script in order to read
6464         old files.
6465
6466 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6467
6468         * LyXAction.C:
6469         * commandtags.h:
6470         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6471
6472 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6473
6474         * LyXAction.C:
6475         * commandtags.h:
6476         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6477
6478 2002-07-22  Herbert Voss  <voss@lyx.org>
6479
6480         * lengthcommon.C:
6481         * lyxlength.[Ch]: add support for the vertical lengths
6482
6483 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6484
6485         * toc.[Ch]: std:: fixes
6486
6487 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6488
6489         * lyxrc.C: do not include lyx_main.h
6490
6491         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6492         for layouts
6493
6494         * lyxrc.C:
6495         * encoding.C:
6496         * bufferlist.C:
6497         * BufferView2.C: include "lyxlex.h"
6498
6499         * tabular.h:
6500         * bufferparams.h: do not #include "lyxlex.h"
6501
6502         * lyxtextclasslist.C (Add): remove method
6503         (classlist): renamed to classlist_
6504
6505         * paragraph_pimpl.C:
6506         * paragraph.C:
6507         * text2.C:
6508         * CutAndPaste.C:
6509         * bufferview_funcs.C:
6510         * bufferlist.C:
6511         * text.C:
6512         * LaTeXFeatures.C:
6513         * buffer.C:
6514         * toc.C (getTocList): use BufferParams::getLyXTextClass
6515
6516         * toc.C (getTocList): use InsetFloat::addToToc
6517
6518         * toc.[Ch]: new files, containing helper functions to handle table
6519         of contents
6520
6521         * lyxfunc.C (dispatch): no need to remove spaces around command
6522         given as a string
6523         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6524         first command of the sequence; it is not very clever, but I do not
6525         have a better idea, actually
6526
6527         * LyXAction.C (LookupFunc): make sure to remove space at the
6528         beginning and end of the command
6529
6530 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6531
6532         * MenuBackend.C (getMenubar): new method: return the menubar of
6533         this menu set
6534         (read): treat differently reading of menu and menubar (in
6535         particular, the menubar has no name now)
6536         (Menu::menubar): remove
6537
6538         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6539         saving is finished
6540
6541 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6542
6543         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6544         a bibitem inset in a RTL paragraph.
6545
6546 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6547
6548         * paragraph_pimpl.C: constify
6549
6550         * BufferView_pimpl.C:
6551         * LaTeX.C:
6552         * lyxfunc.C: fix dispatch in a nicer way
6553
6554 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6555
6556         * lyxfunc.C (dispatch):
6557         * BufferView_pimpl.C:
6558         * BufferView_pimpl.h:
6559         * BufferView.C:
6560         * BufferView.h: rename Dispatch() to dispatch()
6561
6562         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6563
6564         * lyxlayout.C (Read): honor DependsOn tag
6565
6566         * lyxlayout.[Ch] (depends_on): new method
6567
6568         * version.C.in: update lyx_docversion
6569
6570         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6571
6572         * paragraph.C (validate): remove from here...
6573         * paragraph_pimpl.C (validate): ... and move here
6574         (isTextAt): make it const
6575
6576         * buffer.C (getLists): ws cleanup
6577
6578 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6579
6580         * language.C (read): Use iso8859-1 encoding in latex_lang
6581         (this prevents LyX from crashing when using iso10646-1 encoding).
6582
6583 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6584
6585         * text2.C (toggleInset): if cursor is inside an inset, close the
6586         inset and leave cursor _after_ it
6587
6588 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6589
6590         * lyxfunc.C: move minibuffer completion handling out of here
6591
6592 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6593
6594         * BufferView_pimpl.C:
6595         * LaTeX.C: fix dispatch calls
6596
6597 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6598
6599         * text.C (drawChars): Fix Arabic text rendering.
6600
6601 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6602
6603         * LyXAction.C:
6604         * commandtags.h:
6605         * lyxfunc.C: remove message-push/pop
6606
6607         * lyxserver.C:
6608         * lyxfunc.h:
6609         * lyxfunc.C: rationalise some code by removing verboseDispatch
6610           in favour of a bool argument to dispatch()
6611
6612 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6613
6614         * lyx_main.C (init): make sure to read symlinks as absolute paths
6615
6616 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6617
6618         * lyxfunc.h:
6619         * lyxfunc.C: no need for commandshortcut to be a member
6620
6621 2002-07-15  André Pönitz <poenitz@gmx.net>
6622
6623         * converter.C: add support for $$s (scripts from lib/scripts dir)
6624         * lyx_main.C: white space
6625
6626 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6627
6628         * bufferlist.C:
6629         * lyxrc.h:
6630         * lyxrc.C: remove second exit confirmation
6631
6632 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6633
6634         * BufferView.h:
6635         * BufferView.C:
6636         * BufferView2.C:
6637         * BufferView_pimpl.h:
6638         * BufferView_pimpl.C:
6639         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6640
6641 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6642
6643         * MenuBackend.C (expand): add numeric shortcuts to document menu
6644
6645         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6646
6647 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6648
6649         * lyxfont.C (setLyXFamily):
6650         (setLyXSeries):
6651         (setLyXShape):
6652         (setLyXSize):
6653         (setLyXMisc):
6654         (lyxRead):
6655         * debug.C (value):
6656         * buffer.C (asciiParagraph): use ascii_lowercase
6657
6658 2002-07-15  Mike Fabian  <mfabian@suse.de>
6659
6660         * lyxlex_pimpl.C (search_kw):
6661         * lyxlex.C (getLongString):
6662         * converter.h (operator<):
6663         * converter.C (operator<):
6664         * buffer.C (parseSingleLyXformat2Token):
6665         (asciiParagraph):
6666         * ToolbarDefaults.C (read):
6667         * MenuBackend.C (checkShortcuts):
6668         (read):
6669         * LColor.C (getFromGUIName):
6670         (getFromLyXName): use the compare_ascii_no_case instead of
6671         compare_no_case, because in turkish, 'i' is not the lowercase
6672         version of 'I', and thus turkish locale breaks parsing of tags.
6673
6674 2002-07-16  Angus Leeming  <leeming@lyx.org>
6675
6676         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6677         now takes a Buffer const & argument.
6678
6679 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6680
6681         * BufferView.C (resize): check there's a buffer to resize
6682
6683 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6684
6685         * lyxfunc.C: remove dead code
6686
6687         * lyxserver.h:
6688         * lyxserver.C: use lyx_guii::set_read_callback
6689
6690 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6691
6692         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6693         an inset in a RTL paragraph.
6694
6695 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6696
6697         * lyxfunc.C: repaint after a font size update
6698
6699 2002-07-15  André Pönitz <poenitz@gmx.net>
6700
6701         * lyxlength.C: inBP should be able to return negative values
6702
6703 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6704
6705         * lyxfunc.C: use lyx_gui::update_fonts()
6706
6707 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6708
6709         * lyxfunc.C: use lyx_gui::update_color()
6710
6711 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6712
6713         * bufferlist.C:
6714         * lyxfunc.h:
6715         * lyxfunc.C:
6716         * lyxrc.h:
6717         * lyxrc.C: remove file->new asks for name option, and let
6718           buffer-new take an argument
6719
6720 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6721
6722         * BufferView_pimpl.C: remove unneeded extra repaint()
6723
6724 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6725
6726         * LyXAction.C: allow command-sequence with NoBuffer
6727
6728         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6729
6730 2002-07-10  Angus Leeming  <leeming@lyx.org>
6731
6732         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6733
6734 2002-07-09  Angus Leeming  <leeming@lyx.org>
6735
6736         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6737
6738 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6739
6740         * lengthcommon.h: whitespace
6741
6742         * lyxfunc.C: update scrollbar after goto paragraph
6743
6744         * lyxtext.h: factor out page break drawing, and fix it so
6745           page break/added space paints as selected nicely
6746
6747 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6748
6749         * BufferView_pimpl.C: add FIXMEs, clean up a little
6750
6751 2002-07-09  André Pönitz <poenitz@gmx.net>
6752
6753         * lyxfont.[Ch]: support for wasy symbols
6754
6755 2002-07-08  André Pönitz <poenitz@gmx.net>
6756
6757         * BufferView_pimpl.C: apply John's patch for #93.
6758
6759 2002-07-05  Angus Leeming  <leeming@lyx.org>
6760
6761         * BufferView_pimpl.C (buffer): generate previews if desired.
6762
6763         * LColor.h: add "preview" to the color enum.
6764
6765         * LColor.C (LColor): add a corresponding entry to the items array.
6766
6767         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6768         with this buffer.
6769
6770 2002-07-05  Angus Leeming  <leeming@lyx.org>
6771
6772         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6773         The body of the code is now in the method that is passed an ostream &
6774         rather than a file name.
6775         Pass an additional only_preamble parameter, useful for the forthcoming
6776         preview stuff.
6777
6778 2002-07-03  André Pönitz <poenitz@gmx.net>
6779
6780         * lyxfunc.C: simplify getStatus() a bit for math stuff
6781
6782 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6783
6784         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6785
6786 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6787
6788         * text.C (changeRegionCase): do not change case of all the
6789         document when region ends at paragraph end (bug #461)
6790
6791 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6792
6793         * paragraph.C (startTeXParParams):
6794         (endTeXParParams): add \protect when necessary
6795
6796 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6797
6798         * BufferView_pimpl.C (workAreaExpose): remove warning
6799
6800 2002-06-27  Angus Leeming  <leeming@lyx.org>
6801
6802         * Makefile.am: add lyxlayout_ptr_fwd.h.
6803
6804 2002-06-26  André Pönitz <poenitz@gmx.net>
6805
6806         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6807
6808 2002-06-25  Angus Leeming  <leeming@lyx.org>
6809
6810         * lyxfunc.C (dispatch): Comment out the call to
6811         grfx::GCache::changeDisplay. The method no longer exists now that the
6812         pixmap generation part of the graphics loader has been moved into
6813         InsetGraphics.
6814
6815 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6816
6817         * text2.C: layout as layout
6818
6819         * text.C: layout as layout
6820
6821         * tabular.C (OldFormatRead): layout as layout
6822
6823         * paragraph_pimpl.C (TeXDeeper): layout as layout
6824         (realizeFont): layout as layout
6825
6826         * paragraph.C (writeFile): layout as layout
6827         (validate): layout as layout
6828         (getFont): layout as layout
6829         (getLabelFont): layout as layout
6830         (getLayoutFont): layout as layout
6831         (breakParagraph): layout as layout
6832         (stripLeadingSpaces): layout as layout
6833         (getEndLabel): layout as layout
6834         (getMaxDepthAfter): layout as layout
6835         (applyLayout): layout as layout
6836         (TeXOnePar): layout as layout
6837         (simpleTeXOnePar): layout as layout
6838         (TeXEnvironment): layout as layout
6839         (layout): layout as layout
6840         (layout): layout as layout
6841
6842         * lyxtextclass.C (compare_name): new functor to work with
6843         shared_ptr, layout as layout
6844         (Read): layout as layout
6845         (hasLayout): layout as layout
6846         (operator): layout as layout
6847         (delete_layout): layout as layout
6848         (defaultLayout): layout as layout
6849
6850         * lyxlayout_ptr_fwd.h: new file
6851
6852         * lyxlayout.C (Read): layout as layout
6853
6854         * lyx_cb.C (MenuInsertLabel): layout as layout
6855
6856         * bufferlist.C (newFile): layout as layout
6857
6858         * buffer.C (readLyXformat2): layout as layout
6859         (parseSingleLyXformat2Token): layout as layout
6860         (insertStringAsLines): layout as layout
6861         (asciiParagraph): layout as layout
6862         (latexParagraphs): layout as layout
6863         (makeLinuxDocFile): layout as layout
6864         (simpleLinuxDocOnePar): layout as layout
6865         (makeDocBookFile): layout as layout
6866         (simpleDocBookOnePar): layout as layout
6867         (getLists): layout as layout
6868
6869         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6870
6871         * CutAndPaste.C (cutSelection): layout as layout
6872         (pasteSelection): layout as layout
6873         (SwitchLayoutsBetweenClasses): layout as layout
6874
6875         * BufferView_pimpl.C (Dispatch): layout as layout
6876         (smartQuote): layout as layout
6877
6878         * BufferView2.C (unlockInset): layout as layout
6879
6880 2002-06-24  André Pönitz <poenitz@gmx.net>
6881
6882         * lyxfunc.C: fix #487
6883
6884 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6885
6886         * lyxrc.h:
6887         * lyxrc.C:
6888         * lyxfunc.C: remove display_shortcuts, show_banner
6889
6890 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6891
6892         * Buffer_pimpl.C: oops, update on resize
6893
6894 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6895
6896         * buffer.C:
6897         * converter.C:
6898         * exporter.C:
6899         * lyxfunc.C:
6900         * BufferView.h:
6901         * BufferView.C: use repaint()
6902
6903         * BufferView_pimpl.h:
6904         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6905           as it's a clearer description. Remove superfluous
6906           redraws.
6907
6908 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6909
6910         * text.C: fix bug 488. Not ideal, but getting
6911           getWord() to work properly for the insets that
6912           matter is more difficult ...
6913
6914 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6915
6916         * BufferView_pimpl.C:
6917         * LyXAction.C:
6918         * commandtags.h:
6919         * lyxfunc.C: remove the six million index lyxfuncs to just
6920           one, and DTRT (bug 458)
6921
6922 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6923
6924         * BufferView.h:
6925         * BufferView.C:
6926         * BufferView_pimpl.h:
6927         * BufferView_pimpl.C: clean up resize() stuff,
6928           and unnecessary updateScreen()s
6929
6930 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6931
6932         * BufferView.h:
6933         * BufferView.C:
6934         * BufferView_pimpl.h:
6935         * BufferView_pimpl.C:
6936         * lyxfind.h:
6937         * lyxfind.C:
6938         * minibuffer.C: remove focus management of workarea,
6939           not needed. Use screen's greyOut()
6940
6941 2002-06-17  Herbert Voss  <voss@lyx.org>
6942
6943         * converter.C: (convert) do not post a message, when converting
6944         fails, let the calling function decide what to do in this case
6945
6946 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6947
6948         * lyxfunc.C: tidy up a little
6949
6950 2002-06-16    <alstrup@diku.dk>
6951
6952         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6953         Got rid of FORMS_H_LOCATION include. Now we are
6954         GUII.
6955
6956 2002-06-15  LyX Development team  <lyx@rilke>
6957
6958         * buffer.[Ch] (sgmlOpenTag):
6959         (sgmlCloseTag): Added support for avoiding pernicious mixed
6960         content. Return number of lines written.
6961
6962         (makeLinuxDocFile):
6963         (makeDocBookFile): Fixed calls to sgml*Tag.
6964         Simple white space clean.
6965
6966         (simpleDocBookOnePar): Simple white space clean.
6967
6968         * tabular.[Ch] (docBook): Renamed to docbook and got another
6969         argument to related with the pernicious mixed content.
6970
6971         (docbookRow): Fixed calls for docbook inset method.
6972
6973 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6974
6975         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6976         so it's X11 independent.
6977
6978         * kb*.[Ch]: ditto.
6979
6980         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6981
6982 2002-06-15  Lyx Development team  <lyx@electronia>
6983
6984         * intl.h: Renamed getTrans to getTransManager.
6985
6986 2002-06-14  Angus Leeming  <leeming@lyx.org>
6987
6988         * Makefile.am: nuke forgotten stl_string_fwd.h.
6989
6990 2002-06-12  Angus Leeming  <leeming@lyx.org>
6991
6992         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6993
6994 2002-06-13  Angus Leeming  <leeming@lyx.org>
6995
6996         * LaTeX.C:
6997         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6998
6999 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7000
7001         * kbmap.C (getiso): add support for cyrillic and greek
7002
7003 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7004
7005         * BufferView.h:
7006         * BufferView.C:
7007         * BufferView_pimpl.h:
7008         * BufferView_pimpl.C: move bogus scrolling logic
7009           to xforms
7010
7011 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7012
7013         * lyxfunc.C:
7014         * BufferView_pimpl.C: view->resize() change
7015
7016 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7017
7018         * BufferView_pimpl.C: topCursorVisible
7019           prototype change
7020
7021 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7022
7023         * Makefile.am:
7024         * lyx_gui.h:
7025         * lyx_gui.C: move to frontends/
7026
7027         * main.C:
7028         * lyx_main.h:
7029         * lyx_main.C: changes from above
7030
7031 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7032
7033         * intl.C:
7034         * intl.h:
7035         * kbmap.C:
7036         * kbsequence.C:
7037         * lyx_cb.C:
7038         * lyx_main.C: minor tidy
7039
7040 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7041
7042         * BufferView_pimpl.h:
7043         * BufferView_pimpl.C:
7044         * BufferView.h:
7045         * BufferView.C: make painter() const,
7046           remove dead code
7047
7048         * BufferView2.C: use screen() accessor
7049
7050         * lyx_main.h:
7051         * lyx_main.C: some minor cleanup
7052
7053 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7054
7055         * BufferView_pimpl.h:
7056         * BufferView_pimpl.C: remove enter/leaveView,
7057           use workHeight()
7058
7059 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7060
7061         * BufferView.h:
7062         * BufferView.C:
7063         * BufferView2.C:
7064         * BufferView_pimpl.h:
7065         * BufferView_pimpl.C: only construct screen once,
7066           rename
7067
7068         * lyxrc.C: remove pointless comment
7069
7070 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7071
7072         * BufferView.h:
7073         * BufferView.C: remove active() and belowMouse()
7074
7075         * BufferView_pimpl.h:
7076         * BufferView_pimpl.C: use workarea() not workarea_,
7077           and make it use a scoped_ptr instead
7078
7079 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7080
7081         * lyx_gui.C: add debug message on BadWindow
7082
7083 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7084
7085         * sp_spell.C: fdopen is not part of the C++ standard.
7086
7087         * paragraph.C (InsetIterator): use >= instead of ==
7088
7089 2002-06-07  Angus Leeming  <leeming@lyx.org>
7090
7091         Fixes needed to compile with Compaq cxx 6.5.
7092         * BufferView_pimpl.C:
7093         * DepTable.C:
7094         * buffer.C:
7095         * converter.C:
7096         * encoding.C:
7097         * lyx_gui.C:
7098         * lyx_main.C:
7099         * lyxtextclasslist.C:
7100         * minibuffer.C:
7101         * sp_spell.C:
7102         * tabular_funcs.C:
7103         * vc-backend.C:
7104         all c-library variables have been moved into namespace std. Wrap
7105         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7106
7107         * lyxlength.C:
7108         * tabular-old.C:
7109         * tabular.C:
7110         Add a using std::abs declaration.
7111
7112         * kbmap.h (modifier_pair):
7113         * paragraph.h (InsetTable, InsetList):
7114         * lyxfont.h (FontBits):
7115         type definition made public.
7116
7117         * bufferlist.C (emergencyWriteAll): the compiler complains that
7118         there is more than one possible lyx::class_fun template to choose from.
7119         I re-named the void specialisation as lyx::void_class_fun.
7120
7121         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7122
7123         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7124         the compiler is is unable to find tostr in write_attribute.
7125
7126 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7127
7128         * buffer.C (sgmlError): hide #warning
7129
7130 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7131
7132         * xtl/*: get rid of xtl, which is not in use anyway
7133
7134         * LyXAction.C (init):
7135         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7136         were unimplemented xtl experimentation
7137
7138 2002-06-04  André Pönitz <poenitz@gmx.net>
7139
7140         * lyxfunc.C: disable array operation on simple formulae
7141
7142 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7143
7144         * converter.C: constify a bit
7145
7146 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7147
7148         * lyx_gui.C: check xforms version correctly
7149
7150 2002-04-30  Herbert Voss  <voss@lyx.org>
7151
7152         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7153         "keep" option
7154
7155 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7156
7157         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7158           attempt to register it with a VCS)
7159
7160 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7161
7162         * lyx_main.C (init): honor variables LYX_DIR_13x and
7163         LYX_USERDIR_13x
7164
7165 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7166
7167         * buffer.h:
7168         * buffer.C:
7169         * lyx_main.C: fix a crash on bad command line,
7170           and give a useful exit status on error
7171
7172         * lyxfunc.C (doImport): allow -i lyx to work
7173
7174 2002-03-30  André Pönitz <poenitz@gmx.net>
7175
7176         * lyxfunc.C: mathed font changes
7177
7178 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7179
7180         * LaTeX.C:
7181         * importer.h:
7182         * importer.C:
7183         * lyx_sty.h:
7184         * lyx_sty.C:
7185         * lyxlex.C:
7186         * lyxrow.h:
7187         * lyxtext.h:
7188         * paragraph.h:
7189         * paragraph.C:
7190         * texrow.h:
7191         * texrow.C:
7192         * text.C:
7193         * trans_mgr.h: srcdocs, and some minor cleanups
7194
7195 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7196
7197         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7198         call getFont all the time)
7199
7200 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7201
7202         * switch from SigC signals to boost::signals
7203
7204 2002-05-29  André Pönitz <poenitz@gmx.net>
7205
7206         * paragraph_pimpl.C (getChar): don't call size() too often...
7207
7208 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7209
7210         * paragraph_pimpl.C (insertChar): do not try to update tables when
7211         appending (pos == size())
7212
7213         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7214         in order to reduce drastically the number of comparisons needed to
7215         parse a large document
7216
7217 2002-05-29  André Pönitz <poenitz@gmx.net>
7218
7219         * text.C:
7220         * text2.C:
7221         * lyxtextclass.C:
7222         * sp_pspell.h:
7223         * textclasslist.[Ch]:
7224         * sp_ispell.h: whitespace change
7225
7226 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7227
7228         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7229         lyxaction directly now.
7230
7231 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7232
7233         * trans.C:
7234         * lyxfont.C:
7235         * lyxvc.C: remove unused headers
7236
7237 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7238
7239         * Makefile.am:
7240         * buffer.h:
7241         * undostack.h:
7242         * undostack.C:
7243         * undo_funcs.h:
7244         * undo_funcs.C: some cleanups. Use shared_ptr
7245           and a template for the undo stacks.
7246
7247 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7248
7249         * BufferView_pimpl.h:
7250         * BufferView_pimpl.C:
7251         * kbmap.h:
7252         * kbmap.C:
7253         * kbsequence.h:
7254         * kbsequence.C:
7255         * lyxfunc.h:
7256         * lyxfunc.C:
7257         * text2.C: use key_state/mouse_state
7258
7259 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7260
7261         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7262         and LSubstring
7263
7264         * chset.C: change include order
7265         (loadFile): use boost regex and get rid of LRegex and LSubstring
7266
7267         * Makefile.am (BOOST_LIBS): new variable
7268         (lyx_LDADD): use it
7269
7270         * LaTeX.C: change include order.
7271         (scanAuxFile): use boost regex and get rid of LRegex and
7272         LSubstring
7273         (deplog): ditto
7274
7275 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7276
7277         * ColorHandler.h:
7278         * ColorHandler.C:
7279         * FontInfo.h:
7280         * FontInfo.C: moved to frontends/xforms/
7281
7282         * FontLoader.h:
7283         * FontLoader.C: moved into frontends for GUIIzation
7284
7285         * Makefile.am:
7286         * lyx_gui.C:
7287         * lyxfont.C:
7288         * lyxfunc.C: changes from above
7289
7290 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7291
7292         * LColor.C: remove spurious X include
7293
7294         * BufferView_pimpl.C:
7295         * Makefile.am:
7296         * font.h:
7297         * font.C:
7298         * text.C:
7299         * text2.C: move font metrics to frontends/
7300
7301 2002-05-24  Juergen Vigna  <jug@sad.it>
7302
7303         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7304         setting the undo_cursor.
7305
7306         * ParagraphParameters.h: include local includes first.
7307
7308 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7309
7310         * BufferView_pimpl.C:
7311         * BufferView_pimpl.h:
7312         * Makefile.am:
7313         * WorkArea.h:
7314         * WorkArea.C:
7315         * screen.C: move WorkArea into frontends/
7316
7317         * lyxscreen.h:
7318         * screen.C:
7319         * text.C:
7320         * BufferView.C:
7321         * BufferView2.C: move LyXScreen into frontends/
7322
7323         * lyxlookup.h:
7324         * lyxlookup.C:
7325         * lyx_gui.C: move lyxlookup into frontends/xforms/
7326
7327 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7328
7329         * BufferView2.C:
7330         * BufferView_pimpl.C:
7331         * FontLoader.C:
7332         * LyXView.h:
7333         * LyXView.C:
7334         * Makefile.am:
7335         * WorkArea.C:
7336         * XFormsView.h:
7337         * XFormsView.C:
7338         * buffer.C:
7339         * bufferlist.C:
7340         * bufferview_funcs.C:
7341         * converter.C:
7342         * importer.C:
7343         * lyx_cb.C:
7344         * lyx_gui.C:
7345         * lyx_main.C:
7346         * lyx_find.C:
7347         * lyxfunc.C:
7348         * lyxvc.C:
7349         * minibuffer.C:
7350         * text.C:
7351         * text2.C:
7352         * trans.C:
7353         * vc-backend.C: move LyX/XFormsView into frontends/
7354
7355 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7356
7357         * Makefile.am:
7358         * PainterBase.C:
7359         * PainterBase.h:
7360         * Painter.C:
7361         * Painter.h:
7362         * WorkArea.C:
7363         * WorkArea.h:
7364         * screen.C:
7365         * tabular.C:
7366         * text.C:
7367         * text2.C: move Painter to frontends/
7368
7369 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7370
7371         * buffer.C: comment out some some code that depend upon lyx_format
7372         < 220
7373
7374         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7375         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7376
7377         * buffer.h (NO_COMPABILITY): turn off compability
7378
7379         * ColorHandler.C: include scoped_array.hpp
7380
7381         * font.C: Use more specific smart_ptr header.
7382         * Painter.C: ditto
7383         * gettext.C: ditto
7384         * ShareContainer.h: ditto
7385         * lyx_main.h: ditto
7386         * kbmap.h: ditto
7387         * FontInfo.h: ditto
7388         * BufferView_pimpl.h: ditto
7389         * ColorHandler.h: ditto
7390
7391         * kbmap.C (defkey): change call to shared_ptr::reset
7392
7393 2002-05-21  Juergen Vigna  <jug@sad.it>
7394
7395         * buffer.C (insertErtContents): fix to insert ert asis if it is
7396         non empty. Skip it completely if it contains only whitespaces.
7397
7398 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7399
7400         * BufferView_pimpl.C:
7401         * BufferView2.C: clear selection on paste (bug 393)
7402
7403 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7404
7405         * DepTable.C: include ctime
7406
7407 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7408
7409         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7410
7411 2002-05-14  Juergen Vigna  <jug@sad.it>
7412
7413         * text.C (breakParagraph): fixed function to honor the keepempty
7414         layout in the right maner and also to permit the right breaking
7415         algorithm on empty or non empyt keepempty paragraphs.
7416
7417         * paragraph.C (breakParagraph): we have to check also if the par
7418         is really empty (!size()) for isempty otherwise we do the wrong
7419         paragraph break.
7420
7421 2002-05-10  Juergen Vigna  <jug@sad.it>
7422
7423         * buffer.[Ch] : The following are only changes to the ert
7424         compatibility read reading old LaTeX layout and font stuff and
7425         convert it to ERTInsets.
7426
7427         * buffer.h: added isErtInset().
7428
7429         * buffer.C (struct ErtComp): add a fromlayout bool to check
7430         if we're inside a LaTeX layout.
7431         (isErtInset): new helper function.
7432         (insertErtContents): look for other ert insets before this one
7433         and insert the contents there, so that we don't have subsequent
7434         ERT insets with nothing between them. This way we create only one
7435         inset with multiple paragraphs. Also check if we don't insert only
7436         spaces ' ' as they are ignored anyway afterwards in the .tex file
7437         so if we have only spaces we will ignore this latex part in the
7438         new file.
7439         (parseSingleLyXformat2Token \\layout): better compatibility when
7440         reading layout-latex stuff.
7441         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7442         language tag.
7443         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7444         stuff after reading the inset only get the information back from
7445         the stack.
7446
7447 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7448
7449         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7450
7451         * LaTeXFeatures.C (getBabelOptions): New method.
7452
7453 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7454
7455         * BufferView_pimpl.C (Dispatch): work around missing argument for
7456         'layout'
7457
7458 2002-05-08  Juergen Vigna  <jug@sad.it>
7459
7460         * text.C (leftMargin): handle paragraph leftindent.
7461
7462         * paragraph.C (writeFile): write the new \\leftindent tag.
7463         (validate): handle leftindent code.
7464         (TeXEnvironment): handle paragraphleftindent code again.
7465
7466         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7467
7468         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7469         for paragrap_extra indent code and new token \\leftindent.
7470         (latexParagraphs): handle the leftindent as environment.
7471
7472         * ParameterStruct.h: added leftindent support.
7473
7474         * ParagraphParameters.C (leftIndent): added support functions for
7475         the paragraph left indent.
7476
7477         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7478         more appropriate.
7479
7480 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7481
7482         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7483         inside insetERT.
7484
7485         * text.C (computeBidiTables): No bidi in insetERT.
7486
7487         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7488         in RTL documents.
7489
7490 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7491
7492         * version.C.in: pre 5
7493
7494 2002-05-02  José Matos  <jamatos@fep.up.pt>
7495         * buffer.C (makeDocBookFile): white space changes, add newline to
7496         command styles.
7497         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7498
7499         * tabular.C (docBook): fix typo.
7500
7501 2002-05-03  Juergen Vigna  <jug@sad.it>
7502
7503         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7504         change in LyXText as we can not be sure it was not freed.
7505         (drawOneRow): remove unused code.
7506
7507         * text.C (drawInset): redo the calculation of the need_break_row as
7508         it could have a row which was already freed.
7509         (draw): look at the return value of drawInset and return false if
7510         it also returned false.
7511         (paintRowText): look at the return value of draw and return false if
7512         it also returned false.
7513
7514         * lyxtext.h: added bool return type to drawInset() and draw() so that
7515         if we have a change in the row so that the rowbreak has to be redone
7516         we abort drawing as it will be called again.
7517
7518 2002-05-02  Juergen Vigna  <jug@sad.it>
7519
7520         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7521         a change in the maintext also if we're inside an inset.
7522         (Dispatch): set the cursor again after a break line and after the
7523         screen has been updated as it could be we're in a different row.
7524
7525         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7526         to set the cursor behind the pargraph with > size().
7527         (setCursor): check also for the same paragraph when checking where
7528         to put the cursor if we have a NFR inset.
7529
7530         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7531         parts of layout read further up as it still was in the wrong
7532         position.
7533
7534 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7535
7536         * screen.C (drawFromTo): change sine fullRebreak always return
7537         true.
7538
7539         * buffer.C (parseSingleLyXformat2Token): reindent some
7540
7541         * BufferView_pimpl.C (update): change since fullRebreak always
7542         return true.
7543         (Dispatch): git rid of the last hardcoded "Standard"s.
7544
7545 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7546
7547         * text2.[Ch] (fullRebreak): make it return void now that we always
7548         returned true.
7549
7550 2002-04-30  Juergen Vigna  <jug@sad.it>
7551
7552         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7553         ert compatibility check for "latex" layout.
7554
7555 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7556
7557         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7558         minipages: use col% instead of p%, and also use the current font.
7559         (makeLaTeXFile): Fix use babel condition.
7560         (parseSingleLyXformat2Token): Correct font when reading old floats.
7561
7562 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7563
7564         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7565         inserting list of floats.
7566
7567 2002-04-25  Herbert Voss  <voss@lyx.org>
7568
7569         * MenuBackend.C (expand): don't add the graphics extensions to the
7570         export menu
7571
7572 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7573
7574         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7575         non-existing layout, do not complain if it was the default layout
7576         of the original class (bug #342)
7577
7578 2002-04-24  Juergen Vigna  <jug@sad.it>
7579
7580         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7581         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7582
7583 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7584
7585         * buffer.C (getBibkeyList): If using \bibliography, return the
7586         option field with the reference itself. Enables us to provide natbib
7587         support when using \bibliography.
7588
7589 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7590
7591         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7592
7593         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7594         natbib is provided by the LaTeX class.
7595
7596 2002-04-23  Juergen Vigna  <jug@sad.it>
7597
7598         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7599         Wakeup functions.
7600
7601         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7602
7603 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7604
7605         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7606
7607         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7608         ensuremath around textordmasculine, textordfeminine and
7609         textdegree.
7610
7611 2002-04-19  Juergen Vigna  <jug@sad.it>
7612
7613         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7614         reinitializing the buffer otherwise row-dimensions may be wrong.
7615         (update): reset also the selection cursors if they do exits otherwise
7616         their x/y positions may be wrong.
7617
7618         * text2.C (cursorDown): don't enter the inset if we came from a row
7619         above and are one row over the inset.
7620
7621         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7622         really leaving an inset.
7623
7624 2002-04-18  Juergen Vigna  <jug@sad.it>
7625
7626         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7627         of the selected paragraph does not have the selected layout also if
7628         the last one had!
7629
7630         * text2.C (setLayout): fixed bug which did not change last selected
7631         paragraph.
7632
7633         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7634         changed the read and substituted \\end_float with \\end_inset!
7635
7636         * BufferView_pimpl.C (cursorPrevious):
7637         (cursorNext): fixed to make it work with rows heigher than the work
7638         area without moving the cursor only the draw of the row.
7639         (workAreaMotionNotify): fix jumping over high rows.
7640
7641 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7642
7643         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7644         Ressler.
7645
7646 2002-04-16  Juergen Vigna  <jug@sad.it>
7647
7648         * text2.C (setCursor): set also the irow().
7649         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7650         (cursorUp):
7651         (cursorDown): support for locking an inset if the x_fix value goes
7652         inside it. That way I can transverse insets too with cursor up/down.
7653
7654         * lyxrow.h: added irow helper function same as other (i) functions.
7655
7656         * BufferView_pimpl.C (cursorPrevious):
7657         (cursorNext): fixed for insets!
7658
7659 2002-04-15  Juergen Vigna  <jug@sad.it>
7660
7661         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7662         position otherwise it is wrong in some cases.
7663
7664         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7665         inside the inset before the call.
7666
7667 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7668
7669         * buffer.[Ch] (getBibkeyList): make it const.
7670
7671 2002-04-12  Juergen Vigna  <jug@sad.it>
7672
7673         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7674
7675         * text2.C (getCursorX): new helper function
7676         (setCursor): compute also ix_
7677         (setCursorFromCoordinates): set also ix.
7678
7679         * lyxcursor.h: added ix_ and helper functions.
7680
7681         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7682
7683         * buffer.C (insertStringAsLines): dont break paragraph if the this
7684         paragraph is inside an inset which does not permit it!
7685
7686         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7687         also with no chars on this paragraph.
7688         (paintRowText): only paint stuff if it's inside the workarea!
7689
7690         * paragraph.C (breakParagraph): honor keepempty flag and break the
7691         paragraph always below not above.
7692
7693         * BufferView2.C (unlockInset): update the paragraph layout on inset
7694         unlock as we changed paragraph in such a case.
7695
7696         * lyxfind.C (LyXFind): clear the former selection if not found!
7697
7698         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7699         again called in insertChar().
7700
7701         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7702         an inset which uses the whole row!
7703         (rightMargin): ditto.
7704         (insertChar): force a rebreak if we inserted an inset!
7705
7706 2002-03-28  Herbert Voss  <voss@lyx.org>
7707
7708         * lyxlength.[Ch]: add inBP() to get the right PS-point
7709         units (BigPoint). With inPixels we have rounding errors
7710
7711 2002-04-11  Juergen Vigna  <jug@sad.it>
7712
7713         * text2.C (setCursorFromCoordinates): set iy to the right value.
7714         (setCursor): add check if row->previous exists!
7715
7716         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7717         an old float_type as this was the case in the old code!
7718
7719         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7720
7721         * BufferView2.C (showLockedInsetCursor): use iy
7722         (fitLockedInsetCursor): ditto
7723
7724         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7725         locked insets as there we have the right value now.
7726
7727         * lyxcursor.C: added iy_ variable and iy functions to set to the
7728         baseline of cursor-y of the locked inset.
7729
7730         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7731         (setCursor): fixed for insets which need a full row.
7732
7733         * text.C (rowLastPrintable): don't ignore the last space when before
7734         an inset which needs a full row.
7735         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7736         as last character of a row when before a inset which needs a full row.
7737
7738 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7739
7740         * version.C.in: update date
7741
7742         * text2.C (fullRebreak): try to always return true and see what
7743         happens...
7744
7745 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7746
7747         * MenuBackend.C (expand): use Floating::listName
7748
7749         * FloatList.C (FloatList): add listName argument to the built-in
7750         floats
7751
7752         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7753         text associated with the float.
7754
7755 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7756
7757         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7758
7759 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7760
7761         * ShareContainer.h: add a couple of missing typenames.
7762
7763 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7764
7765         * lyxrc.C (getDescription): use _() correctly rather than N_().
7766
7767 2002-03-28  Herbert Voss  <voss@lyx.org>
7768
7769         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7770         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7771
7772 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7773
7774         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7775         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7776
7777 2002-03-29  Juergen Vigna  <jug@sad.it>
7778
7779         * lyxfunc.C (dispatch): add a missing fitCursor call.
7780
7781         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7782         it was scrolled by a cursor move, so return the bool status.
7783
7784         * BufferView.C (fitCursor): return the bool flag also to the outside
7785         world as this is needed.
7786
7787         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7788
7789         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7790         call the edit() as it is not needed (and wrong) IMO.
7791         (workAreaButtonPress): set the screen_first variable before evt.
7792         unlock the inset as this may change screen_first and then we have
7793         a wrong y position for the click!
7794
7795 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7796
7797         * MenuBackend.C (expand): another translation that I missed
7798
7799 2002-03-28  Juergen Vigna  <jug@sad.it>
7800
7801         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7802
7803         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7804
7805 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7806
7807         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7808
7809         * MenuBackend.C (expand): fix export/view/update when there is no
7810         document open.
7811
7812 2002-03-27  Herbert Voss  <voss@lyx.org>
7813
7814         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7815         and text%
7816
7817 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7818
7819         * bufferview_funcs.C (currentState): only show paragraph number
7820         for is DEVEL_VERSION is set.
7821
7822         * lyxfunc.C (dispatch): put warning in INFO channel
7823
7824         * MenuBackend.C (expand): translate the name of floats
7825
7826         * FloatList.C (FloatList): mark the float names for translation
7827
7828         * converter.C (convert): use LibScriptSearch
7829
7830 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7831
7832         * MenuBackend.C (defaults): fix default menu (we might as well get
7833         rid of it...)
7834
7835 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7836
7837         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7838         directory.
7839
7840 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7841
7842         * lyxvc.C: reorder includes.
7843
7844 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7845
7846         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7847           properly
7848
7849 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7850
7851         * CutAndPaste.C: change layouts earlier on paste
7852           to avoid crashing when calling getFont()
7853
7854 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7855
7856         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7857         irritating #error.
7858
7859 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7860
7861         * WorkArea.C: remove 'Pending' debug message.
7862
7863         * most files: ws cleanup
7864
7865         * buffer.[Ch]: ws changes
7866
7867         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7868
7869 2002-03-21  Juergen Vigna  <jug@sad.it>
7870
7871         * tabular.C (SetMultiColumn): collapse also the contents of the
7872         cells and set the last border right. Added a Buffer const * param.
7873
7874 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7875
7876         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7877         linking or not.
7878
7879 2002-03-19  Juergen Vigna  <jug@sad.it>
7880
7881         * text2.C (clearSelection): reset also xsel_cache.
7882
7883         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7884         where it needs to be called (John tells us to do so too :)
7885         (selectionLost): reset sel_cache.
7886
7887         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7888
7889 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7890
7891         * text2.C (setCursorIntern): put debuging code in INSETS channel
7892
7893 2002-03-19  André Pönitz <poenitz@gmx.net>
7894
7895         * lyxfunc.C: tiny whitespace change
7896
7897 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7898
7899         * ToolbarDefaults.C (init):
7900         * LyXAction.C (init):
7901         * commandtags.h:
7902         * BufferView_pimpl.C (Dispatch):
7903         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7904
7905 2002-03-19  Allan Rae  <rae@lyx.org>
7906
7907         * exporter.C (Export): removeAutoInsets before doing anything else.
7908         While I've just introduced a dependency on BufferView this really is
7909         the best place to clean the buffer otherwise you need to cleanup in
7910         a dozen places before calling export or cleanup in a dozen functions
7911         that export calls.
7912
7913         * converter.C (runLaTeX):
7914         (scanLog): Better handling of removeAutoInsets and screen updates.
7915
7916         * lyxfunc.C (dispatch): small whitespace changes
7917
7918 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7919
7920         * WorkArea.C (C_WorkAreaEvent): return a value.
7921         (event_cb): return 1 if we handled the event, 0 otherwise.
7922
7923         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7924
7925 2002-03-18  Juergen Vigna  <jug@sad.it>
7926
7927         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7928         (GetAdditionalWidth): ditto.
7929         (RightLine): ditto.
7930         (LeftLine): ditto.
7931
7932         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7933         inset if we're there actually (probably not used right now but this
7934         is the direction to go for unifying code).
7935         (paste): disable code to clear the selection.
7936
7937         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7938         inside an InsetText and move the check further up as it is in the
7939         wrong place.
7940
7941         * text2.C (pasteSelection): set a selection over the pasted text.
7942
7943 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7944
7945         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7946         and libgraphics to build on Cygwin.
7947
7948 2002-03-15  Juergen Vigna  <jug@sad.it>
7949
7950         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7951         inserting an Inset into the paragraph. I know this is not the best
7952         fix but we already use current_view in CutAndPaste so we will remove
7953         all of it's using at the same time.
7954
7955         * buffer.C (sgmlError): deactivated function till it is rewritten in
7956         the right mode, now it can create problems.
7957
7958         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7959         before accessing it.
7960
7961 2002-03-14  Juergen Vigna  <jug@sad.it>
7962
7963         * undo_funcs.C (textHandleUndo): do the right thing when updating
7964         the inset after the undo/redo.
7965
7966         * text2.C (setCursor): just some testcode for #44 not ready yet.
7967
7968         * undo_funcs.C (textHandleUndo): set the next() and previous()
7969         pointers of the paragraph to 0 before deleting otherwise we have
7970         problems with the Paragraph::[destructor].
7971
7972         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7973         on a paragraph insertion.
7974
7975 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7976
7977         * buffer.C (asciiParagraph): use += operator for char append to
7978         string.
7979
7980         * paragraph.C (getFontSettings): compare >= not just >
7981         (highestFontInRange): ditto
7982         (setFont): ditto
7983
7984 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7985
7986         * paragraph.C: change several algorithm to be more appripriate for
7987         the problem domain. This is lookip in FontList and in the InsetList.
7988
7989 2002-03-13  André Pönitz <poenitz@gmx.net>
7990
7991         * commandtags.h:
7992         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7993
7994 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7995
7996         * commandtags.h:
7997         * LyXAction.C:
7998         * lyxfunc.C:
7999         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8000
8001 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8002
8003         * Painter.C (display): anon helper function, adjust code for this
8004         change.
8005         (pixmap): remove function.
8006
8007         * Painter.h: remove private display variable.
8008
8009         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8010
8011 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8012
8013         * WorkArea.[Ch]: remove figinset_canvas cruft.
8014
8015 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8016
8017         * lyxtextclass.C (operator): add one item cache optimization.
8018
8019         * bufferlist.h: doxy changes
8020
8021         * bufferlist.C: ws changes
8022
8023         * DepTable.[Ch] (ext_exist): place const in the right spot.
8024
8025         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8026         call resizeInsets.
8027         (workAreaExpose): call resizeInsets when the with BufferView changes.
8028         (Dispatch): adjust for protectedBlank removal
8029         (specialChar): call updateInset if the insert went ok.
8030
8031         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8032         specialChar instead.
8033
8034         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8035
8036         * BufferView.h: doxy change
8037
8038         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8039
8040         * lyxtextclass.C (operator[]): remove non-const version
8041         (defaultLayout): remove non-const version
8042
8043 2002-03-12  Juergen Vigna  <jug@sad.it>
8044
8045         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8046         did resize the LyXText too.
8047
8048         * buffer.C (readLyXformat2): set layout information on newly allocated
8049         paragraphs.
8050
8051         * tabular.C (OldFormatRead): set layout information on the paragraph.
8052
8053 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8054
8055         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8056
8057 2002-03-11  Juergen Vigna  <jug@sad.it>
8058
8059         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8060         plainly wrong.
8061         (resizeCurrentBuffer): force also the insets to resize themselfes.
8062         (moveCursorUpdate): fixed up for InsetText.
8063
8064 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8065
8066         * commandtags.h:
8067         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8068         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8069         value of Dialogs::tooltipsEnabled().
8070         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8071
8072 2002-03-08  Juergen Vigna  <jug@sad.it>
8073
8074         * BufferView_pimpl.C (updateInset): update inset inside inset also
8075         if it isn't inside theLockingInset().
8076
8077 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8078
8079         * buffer.C (asciiParagraph): redo some of the word and line length
8080         handling.
8081         (getLists): look for Caption instead of caption.
8082
8083 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8084
8085         * buffer.C (Buffer): initialize niceFile to true
8086         (makeLaTeXFile):
8087         (makeLinuxDocFile):
8088         (makeDocBookFile): make sure niceFile is true on exit
8089
8090 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8091
8092         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8093
8094 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8095
8096         * LyXSendto.C: remove.
8097         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8098         * lyx_gui.C: remove now-redundant comment.
8099         * ColorHandler.h: remove forward declaration of class WorkArea.
8100         * lyxfunc.C: remove #include "WorkArea.h".
8101
8102 2002-03-07  Juergen Vigna  <jug@sad.it>
8103
8104         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8105         got moved away with the DEPM and also set the inset_owner always
8106         right which before could have been omitted.
8107
8108 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8109
8110         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8111         wanted layout is not found.
8112
8113 2002-03-07  Juergen Vigna  <jug@sad.it>
8114
8115         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8116
8117 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8118
8119         * paragraph.C (breakParagraph): use default layout not layout of
8120         prev paragraph.
8121         (Paragraph): clear ParagraphParameters.
8122
8123 2002-03-06  Juergen Vigna  <jug@sad.it>
8124
8125         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8126         otherwise it would not be a valid lenght. Fixed a special case in
8127         the minipage compatibility read where we end the document with a
8128         minipage.
8129
8130         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8131         was set as it could be 0 for InsetTexts first entry.
8132
8133 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8134
8135         * paragraph.C (writeFile): if layout is empty write out
8136         defaultLayoutName().
8137
8138         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8139         file without named layout we set layout to defaultLayoutName().
8140
8141 2002-03-06  Juergen Vigna  <jug@sad.it>
8142
8143         * CutAndPaste.C (copySelection): set layout for new paragraph.
8144
8145         * text.C (prepareToPrint): leave ERT inset left aligned
8146         (leftMargin): don't indent paragraphs inside ERT insets
8147
8148 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8149
8150         * paragraph.C (breakParagraph): dont call clear do the work manually
8151
8152         * paragraph.[Ch] (clear): remove function
8153
8154 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8155
8156         * paragraph.C (Paragraph): dont call clear, the work has already
8157         been done.
8158
8159         * lyxtextclass.C (operator): assert if n is empty
8160
8161         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8162         work manually instead.
8163
8164 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8165
8166         * BufferView_pimpl.C: protect selectionLost against text == 0
8167
8168 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8169
8170         * text.C (breakParagraph): fix a setting layout to '0' problem.
8171
8172 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8173
8174         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8175         final location of file, for the included files, and graphics.
8176
8177 2002-03-05  Juergen Vigna  <jug@sad.it>
8178
8179         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8180
8181 2002-03-04  Juergen Vigna  <jug@sad.it>
8182
8183         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8184
8185         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8186         last column of multicolumn cells.
8187         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8188
8189 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8190
8191         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8192         file if it doesn't go to a temporary file.
8193
8194         * buffer.C (sgmlOpenTag):
8195         (sgmlCloseTag):  remove extra newline insertion.
8196
8197 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8198
8199         * text.C (getRowNearY): comment out debug msg
8200
8201 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8202
8203         * text2.C: first -> first_y
8204
8205         * text.C (getRowNearY): add some attemts at a possible
8206         optimization, not working.
8207
8208         * tabular.[Ch]: add BufferParams to several function so that newly
8209         created paragraph can be initialized to he default layotu for the
8210         buffers textclass.
8211
8212         * tabular-old.C (ReadOld): add buf->params to call of Init
8213
8214         * screen.C: rename text->first to text->first_y
8215
8216         * paragraph.C (breakParagraph): always set layout in the broken
8217         paragraph
8218
8219         * lyxtextclass.C (Read): remove lowercase
8220         (hasLayout): ditto
8221         (operator): ditto
8222         (delete_layout): ditto
8223
8224         * lyxtext.h: rename first -> first_y
8225
8226         * lyxlayout.C (Read): remove lowercase
8227         (name): ditto
8228         (setName): ditto
8229         (obsoleted_by): ditto
8230
8231         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8232
8233         * buffer.C (insertErtContents): add params are to InsetERT
8234         (parseSingleLyXformat2Token): add code to check if a paragraphs
8235         layout really exist.
8236         (parseSingleLyXformat2Token): add params to several inset
8237         constructors
8238         (asciiParagraph): remove lowercase, do the layout comparisons with
8239         no_case
8240
8241         * BufferView_pimpl.C (cursorNext): first -> first_y
8242         (resizeCurrentBuffer): first -> first_y
8243         (updateScrollbar): first -> first_y
8244         (scrollCB): first -> first_y
8245         (workAreaMotionNotify): first -> first_y
8246         (workAreaButtonPress): first -> first_y
8247         (checkInsetHit): first -> first_y
8248         (cursorPrevious): first -> first_y
8249         (cursorNext): first -> first_y
8250         (Dispatch): add buffer_->params to severl inset contructors
8251
8252 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8253
8254         * lyxlayout.C (Read): remove some debug info that I forgot.
8255
8256         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8257         clean up the code slightly.
8258         (makeLinuxDocFile): ditto
8259         (makeDocBookFile): ditto
8260
8261         * text2.C: layout as string
8262
8263         * text.C: layout as string
8264
8265         * paragraph_pimpl.C: layout as string
8266
8267         * paragraph.[Ch]: layout as string
8268
8269         * lyxtextclasslist.[Ch]: layout as string
8270
8271         * lyxtextclass.[Ch]: layout as string
8272
8273         * lyxtext.h: layout as string
8274
8275         * lyxlayout.[Ch]: layout as string
8276
8277         * lyx_cb.C: layout as string
8278
8279         * bufferview_funcs.C: layout as string
8280
8281         * bufferparams.C: layout as string
8282
8283         * buffer.C: layout as string
8284
8285         * LyXView.[Ch]: layout as string
8286
8287         * LaTeXFeatures.[Ch]: layout as string
8288
8289         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8290
8291         * BufferView_pimpl.C: change current_layout to string, remove
8292         lyx::layout_type.
8293         (Dispatch):
8294         (smartQuote):
8295         (insertInset):
8296         (workAreaButtonRelease): layout as string
8297
8298         * BufferView2.C (unlockInset): adjust
8299
8300         * vspace.C (asLatexCommand): use an explict temp variable.
8301
8302 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8303
8304         * Makefile.am: use FRONTEND_*
8305
8306 2002-03-01  Juergen Vigna  <jug@sad.it>
8307
8308         * tabular.C (SetWidthOfMulticolCell): changed to something better
8309         I hope but still work in progress.
8310         (recalculateMulticolumnsOfColumn): renamed function from
8311         recalculateMulticolCells as it is more appropriate now.
8312         (SetWidthOfCell): calculate multicols better.
8313
8314 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8315
8316         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8317
8318         * lyxfunc.C (processKeySym): print sequence also if it is
8319         `deleted' (complete)
8320
8321         * kbsequence.C (print): print sequence even if it is deleted
8322         (complete would be a better word, actually).
8323
8324         * lyxfunc.C (dispatch): print complete options after a prefix key
8325
8326         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8327
8328 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8329
8330         * text2.C (setCharFont): eliminate setCharFont code duplication.
8331
8332 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8333
8334         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8335         LFUN_TABULAR_FEATURE (bug #177)
8336
8337 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8338
8339         * Makefile.am: remove figure.h
8340
8341 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8342
8343         * Bufferview_pimpl.C:
8344         * CutAndPasteC:
8345         * LaTeX.C:
8346         * LyXSendto.C:
8347         * buffer.C:
8348         * bufferlist.C:
8349         * converter.C:
8350         * language.C:
8351         * lyxfunc.C:
8352         * lyxvc.C:
8353         * paragraph.C:
8354         * text.C:
8355         * text2.C: remove #include "lyx_gui_misc.h".
8356
8357         * LaTeX.C: added #include <cstdio>
8358
8359 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8360
8361         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8362         that the paragraph following this one can have.
8363
8364         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8365
8366         * vspace.C (asLatexCommand): fix bogus gcc warning
8367
8368         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8369
8370 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8371
8372         * text2.C (setLayout): get rid of redundant code
8373
8374 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8375
8376         * text2.C (incDepth): make sure depth cannot be increased beyond
8377         reasonable values.
8378
8379 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8380
8381         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8382         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8383
8384         * PainterBase.h (image):
8385         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8386         a LyXImage const *.
8387
8388 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8389
8390         * BufferView.C:
8391         * BufferView.h:
8392         * BufferView_pimpl.C:
8393         * BufferView_pimpl.h:
8394         * LaTeXFeatures.C:
8395         * LyXAction.C:
8396         * LyXView.C:
8397         * Makefile.am:
8398         * UpdateList.h:
8399         * UpdateList.C:
8400         * buffer.C:
8401         * figure.h:
8402         * figureForm.C:
8403         * figureForm.h:
8404         * figure_form.C:
8405         * figure_form.h:
8406         * lyx_cb.C:
8407         * lyx_gui.C:
8408         * lyx_gui_misc.C:
8409         * lyxfunc.C:
8410         * sp_base.h:
8411         * sp_ispell.h:
8412         * sp_pspell.h:
8413         * sp_spell.C: remove fig inset, and the crap house of
8414           cards that follows it
8415
8416 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8417
8418         * Makefile.am:
8419         * lyxserver.C:
8420         * os2_defines.h:
8421         * os2_errortable.h:
8422         * nt_defines.h: move .h into support/
8423
8424         * vms_defines.h: remove
8425
8426         * WorkArea.C: add space in debug output
8427
8428         * text2.C:
8429         * paragraph.C:
8430         * buffer.C: add WITH_WARNINGS
8431
8432         * vc-backend.h:
8433         * vc-backend.C:
8434         * bufferlist.C: s/retrive/retrieve/, add docs
8435
8436         * vspace.h:
8437         * vspace.C:
8438         * kbmap.h:
8439         * lyxlength.h:
8440         * lyxgluelength.h:
8441         * length_common.h:
8442         * chset.h:
8443         * chset.C: add docs
8444
8445         * lyxgui.C: add ID to X error handler
8446
8447         * lyxtestclass.c: fix typo
8448
8449 2002-02-26  Juergen Vigna  <jug@sad.it>
8450
8451         * tabular_funcs.C (write_attribute): changed so that some default
8452         attributes are not written at all.
8453         (getTokenValue): set default values before trying to read the
8454         value so we have the return value always set as default if we don't
8455         find the token we search for.
8456
8457         * tabular.C (Write): write bools as bools not as strings!
8458
8459 2002-02-22  Juergen Vigna  <jug@sad.it>
8460
8461         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8462         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8463
8464         * text.C (leftMargin): don't add an indent for paragraphs inside
8465         tabular cells (fix #208).
8466
8467 2002-02-21  José Matos  <jamatos@fep.up.pt>
8468
8469         * tabular.C (docBook): fixed support for long tables.
8470
8471 2002-02-20  Juergen Vigna  <jug@sad.it>
8472
8473         * text2.C (getFont): get the drawing font of the Inset if this
8474         paragraph is inside an inset (only important for InsetERT for now).
8475
8476         * buffer.C (insertErtContents): use new lanugage params in ERT
8477         constructor.
8478
8479         * CutAndPaste.C: commenting out seemingly uneeded code.
8480
8481 2002-02-19  Allan Rae  <rae@lyx.org>
8482
8483         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8484         Iterators might be simple to use but they also get invalidated.
8485         (removeAutoInsets): renamed saved cursor tracking variables and added
8486         some comments to clarify what everything does.
8487
8488 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8489
8490         * Chktex.C:
8491         * LaTeX.C:
8492         * LyXSendto.C:
8493         * converter.C:
8494         * lyx_cb.C:
8495         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8496         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8497
8498         * lyxfunc.C:
8499         * vc-backend.h: remove #include "support/syscall.h"
8500
8501         * LaTeX.C:
8502         * LyXSendto.C:
8503         * converter.C: rearrange #includes in Lars' approved fashion.
8504
8505         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8506         forward declare class Timeout in the header file.
8507
8508         * XFormsView.C: changes due to the above.
8509
8510         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8511         similar to LyXView.
8512
8513         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8514         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8515
8516 2002-02-18  José Matos  <jamatos@fep.up.pt>
8517
8518         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8519         insets contents.
8520
8521 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8522
8523         * a lot of small ws changes
8524         * add a lot of using std::XXX
8525         * use std construcs some places where approp.
8526         * use some exisint stuff from lyxfunctional where approp.
8527         * Make file changes to use partial linking (lets test this now...)
8528
8529 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8530
8531         * Chktex.C:
8532         * buffer.C:
8533         remove #include "support/syscontr.h" as it's redundant. Always has been.
8534
8535         * Chktex.C:
8536         * LaTeX.C:
8537         * LyXSendto.C:
8538         * converter.C:
8539         * lyx_cb.C:
8540         * vc-backend.C:
8541         change Systemcalls::System to Systemcalls::Wait and
8542         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8543         No change of functionality, just reflects the stripped down Systemcalls
8544         class.
8545
8546 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8547
8548         * debug.[Ch]: add a GRAPHICS type to the enum.
8549
8550 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8551
8552         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8553
8554         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8555         there is an inset.
8556
8557 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8558
8559         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8560         match the changes below.
8561
8562         * text2.C (toggleInset): if there is not editable inset at cursor
8563         position, try to see if cursor is _inside_ a collapsable inset
8564         and close it.
8565
8566 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8567
8568         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8569         document menu has a nice checkbox
8570
8571 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8572
8573         * lyxlength.C (asLatexString): change PW to output as percent of
8574         \textwidth.
8575
8576         * lengthcommon.C: change '%' to 't%'
8577
8578         * lyxfunc.C (dispatch): a few comments from Martin
8579
8580 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8581
8582         * WorkArea.h:
8583         * WorkArea.C:
8584         * BufferView_pimpl.h:
8585         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8586           the X selection.
8587
8588 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8589
8590         * vspace.C (inPixels): fix compiler warning
8591
8592 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8593
8594         * lyxfunc.C (getStatus): fix status message for disabled commands.
8595
8596 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8597
8598         * BufferView_pimpl.C: fix crash on close buffer
8599         during selection (#227)
8600
8601 2002-01-27  Herbert Voss  <voss@lyx.org>
8602
8603         * buffer.C: link old Figure to new graphic inset
8604
8605 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8606
8607         * FontLoader.C (getFontinfo): Change the latex font names in order
8608         to match the names of type1inst.
8609
8610 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8611
8612         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8613
8614         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8615         (extchanged): ditto
8616         (ext_exist): ditto
8617         (remove_files_with_extension): ditto
8618         (remove_file): ditto
8619         (write): ditto
8620
8621         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8622         document is smaller than the work area height. Do not initialize
8623         static variables to 0.
8624
8625 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8626
8627         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8628
8629         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8630         LFUN_LAYOUT_PARAGRAPHS.
8631
8632         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8633         tabular. It is possible to provide a possible cell, which will
8634         typically be the actcell from the corresponding insettabular
8635
8636         * lyxfunc.C (getStatus): small cleanup; disable
8637         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8638         true
8639
8640 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8641
8642         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8643
8644         * paragraph.C (startTeXParParams):
8645         (endTeXParParams): new methods. The LaTeX code to
8646         start/end paragraph formatting
8647         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8648         empty (fixes bug #200)
8649
8650         * vspace.C (inPixels): adapt to the change below
8651         (inPixels): [later] more cleanups (remove unused variables)
8652
8653         * lyxlength.C (inPixels): change to use a width and a height as
8654         parameter.
8655
8656 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8657
8658         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8659         Replaced with \paperwidth
8660
8661         * DepTable.C (insert): add std:: qualifier
8662
8663 2002-01-18  Allan Rae  <rae@lyx.org>
8664
8665         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8666         updated also?
8667
8668         * text.C (drawInset): Turned out I didn't know enough about how
8669         rebreaking worked.  This fixes most of the redraw problems.  I see
8670         an occasional cursor trail when a line is broken now and the cursor
8671         placement can seem out by a few pixels also after a rebreak.
8672
8673 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8674
8675         * buffer.C (parseSingleLyXformat2Token): update because minipage
8676         width is now a LyXLength
8677
8678         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8679
8680         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8681         math insets
8682
8683 2002-01-17  Juergen Vigna  <jug@sad.it>
8684
8685         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8686
8687         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8688         is set correctly and the inset is updated correctly.
8689
8690 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8691
8692         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8693         the beginning of the loop.
8694
8695 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8696
8697         * lyxrc.C: improve help for use_scalable_fonts
8698
8699 2002-01-17  Allan Rae  <rae@lyx.org>
8700
8701         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8702
8703 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8704
8705         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8706         make sure to set their inset_owner to the right value (bug #171)
8707
8708 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8709
8710         * DepTable.h
8711         * DepTable.C: Implement mtime checking to reduce time spent doing
8712         CRCs.
8713
8714 2002-01-16  Juergen Vigna  <jug@sad.it>
8715
8716         * tabular.C (GetAdditionalHeight): one of error fixed.
8717
8718         * lyxrc.C (output): small fix in writing use_pspell.
8719
8720 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8721
8722         * sp_base.h: #include LString.h
8723
8724 2002-01-16  Allan Rae  <rae@lyx.org>
8725
8726         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8727         Can someone check this please?
8728
8729         * text.C (drawInset): It was possible that p.row would be removed by
8730         breakAgainOneRow upsetting a few other settings.  There may be another
8731         small tweak possible by setting need_break_row = 0 when p.row has been
8732         removed but I don't know enough about the logic here.
8733
8734 2002-01-15  Allan Rae  <rae@lyx.org>
8735
8736         * text.C (insertChar): removed conditional truism.
8737
8738         * BufferView2.C (removeAutoInsets): More tweaks.
8739         cur_par_prev could be a stray pointer.  Check for trailing empty line
8740         in case last line was cur_par and only had an error inset on it.
8741
8742 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8743
8744         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8745         absolute
8746
8747         * vc-backend.C (most methods):
8748         * exporter.C (Export):
8749         * converter.C (convert):
8750         (runLaTeX):
8751         * LyXSendto.C (SendtoApplyCB):
8752         * lyxfunc.C (dispatch):
8753         (menuNew):
8754         (open):
8755         (doImport):
8756         * lyx_cb.C (AutoSave):
8757         (InsertAsciiFile):
8758         * BufferView_pimpl.C (MenuInsertLyXFile):
8759         * buffer.C (runChktex): use Buffer::filePath().
8760
8761         * buffer.h: rename filename to filename_; rename filepath to
8762         filepath_ and make it private
8763         (filePath): new method
8764
8765         * buffer.C (writeFile): use fileName()
8766         (getLatexName):
8767
8768         * lyx_main.C (init): fix starting  of LyX when the binary is a
8769         link from so,ewhere else.
8770
8771         * minibuffer.C: include <cctype> for isprint
8772
8773 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8774
8775         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8776         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8777         name clash with InsetCollapsable's width function.
8778
8779 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8780
8781         * lastfiles.C: include <iterator>
8782
8783 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8784
8785         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8786         std::count.
8787
8788         * buffer.C (makeLaTeXFile): ditto.
8789         Also make loop operation more transparent.
8790
8791 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8792
8793         * ToolbarDefaults.C: remove trailing comma closing namespace.
8794
8795         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8796
8797         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8798         as in WorkArea.
8799
8800         * trans.C (Load): comment out unused variable, allowed.
8801
8802 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8803
8804         * minibuffer.[Ch] (append_char): new method to recieve input from the
8805         drop-down completion browser. If a key was pressed, then recieve this
8806         char and append it to the existing string.
8807         (peek_event): modify the positioning data passed to the completion
8808         browser so that it can be placed above the minibuffer rather than below.
8809 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8810
8811         * LyXAction.C (init): alloe error-next for readonly documents.
8812
8813         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8814         count.
8815
8816 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8817
8818         * bufferlist.C (readFile): create the buffer _after_ checking that
8819         the file exists.
8820
8821         * lyxfunc.C (verboseDispatch): fix handling of arguments
8822
8823         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8824
8825         * lyxrc.C: use string::erase() instead of initializing to "".
8826
8827
8828 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8829
8830         * BufferView_pimpl.h:
8831         * BufferView_pimpl.C:
8832         * WorkArea.h:
8833         * WorkArea.C:
8834         * text2.C: tell X when we have made a selection for copying
8835
8836 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8837
8838         * BufferView_pimpl.C (MenuInsertLyXFile):
8839         * lyxfunc.C (menuNew):
8840         (open):
8841         (doImport): add shortcuts to directory buttons
8842
8843         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8844         open a float)
8845
8846         * lyxfunc.C (setStatusMessage):
8847         (getStatusMessage): new methods
8848         (getStatus):use setStatusMessage instead of setErrorMessage
8849         (dispatch): when function is disabled, set error message here
8850         [instead of in getStatus previously]
8851
8852         * BufferView_pimpl.C (workAreaButtonRelease): update
8853         toolbar/menubar here too.
8854
8855 2002-01-13  Allan Rae  <rae@lyx.org>
8856
8857         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8858         Now seems indestructible.  Remaining task is to audit all other
8859         code affected by deleteEmptyParagraphMechanism.  One small quirk
8860         left is that an empty document with an error in the preamble can
8861         be made to report an error but no error box appears.  I don't know
8862         where it goes.
8863         (removeAutoInsets): Improved comments.
8864
8865 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8866
8867         * Thesaurus.h:
8868         * Thesaurus.C: update for Aiksaurus 0.14
8869
8870 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8871
8872         * text2.C (firstParagraph): removed member function, all uses
8873         replaces with ownerParagraph
8874         (redoParagraphs): here
8875         (updateInset): here
8876         (toggleAppendix): here
8877         * BufferView2.C (insertErrors): here
8878         (setCursorFromRow): here
8879
8880 2002-01-13  Allan Rae  <rae@lyx.org>
8881
8882         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8883         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8884         There is still a way to segfault this although you may have to do this
8885         multiple times: Have an InsetERT with an unknown command in it.
8886         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8887         <down-arrow>, <Enter> again, View->DVI, BANG!
8888
8889         * text2.C (setCursor):
8890         (deleteEmptyParagraphMechanism):
8891         * lyxtext.h (setCursor):
8892         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8893         Making use of the return value may help fix other bugs.
8894
8895 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8896
8897         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8898
8899         * LyXView.C (updateMenubar): call MenuBar::update here
8900         (updateToolbar): but not here
8901         (showState): do not update toolbar/menubar
8902
8903         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8904         should need to care about that.
8905
8906         * lyxfunc.C (verboseDispatch): simplify a bit
8907         (getStatus): have a version which takes a pseudoaction, and
8908         another which requires a (kb_action,string).
8909
8910         * LyXAction.C (retrieveActionArg): make it work also when action
8911         is not a pseudo-action.
8912         (getActionName): simplify a bit
8913         (helpText):
8914
8915 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8916
8917         * lyxfunc.C (verboseDispatch): new families of methods with
8918         several ways to specify a command and a bool to indicate whether
8919         the command name and shortcut should be displayed in minibuffer
8920         (eventually, we could extend that to a finer bitmask like
8921         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8922         (dispatch): the pristine dispatch command which just, well,
8923         dispatchs! Note it still sets its result to minibuffer; I'm not
8924         sure we want that.
8925
8926         * lyxfunc.h: remove setHintMessage
8927
8928         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8929
8930 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8931
8932         * BufferView_pimpl.C (specialChar): delete new inset if we have
8933         not been able to insert it.
8934
8935         * kbmap.C: revert to using int instead of kb_action, since all we
8936         are dealing with is pseudo-actions.
8937
8938         * LyXAction.C (searchActionArg): change to return int instead of
8939         kb_action, since the result is a pseudoaction.
8940
8941 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8942
8943         * buffer.C (insertErtContents): Fix (partially) the font bug.
8944
8945 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8946
8947         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8948         as the other one is broken on my machine!
8949
8950 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8951
8952         * commandtags.h:
8953         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8954
8955 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8956
8957         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8958         reflect their actual use. Provide compatibility code for older lyxrc
8959         files.
8960
8961         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8962         FL_NORMAL_STYLE.
8963         change names of popup font variables in line with the changes to lyxrc.C
8964
8965 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8966
8967         * buffer.C (asciiParagraph): avoid outputing a word twice after
8968         an inset.
8969
8970         * lyxrc.C (getDescription): document that document_path and
8971         template_path can be empty.
8972
8973 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8974
8975         * LaTeXFeatures.C (getMacros):
8976         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8977
8978         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8979
8980         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8981         getPackages.
8982         (getPackages): rename feature "floats" to "float". Use an array to
8983         iterate over 'simple' features (i.e. just a \usepackage). Add
8984         handling of "amsmath" (renamed from "amsstyle").
8985
8986 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8987
8988         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8989         features list.
8990
8991 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8992
8993         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8994         FuncStaus::FuncStatus & FuncStaus::some_method().
8995
8996 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8997
8998         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8999         of the func_satus stuff. Edited and massaged in various ways by
9000         JMarc.
9001
9002         * lyxfunc.C (getStatus): use FuncStatus
9003
9004 2002-01-08  Juergen Vigna  <jug@sad.it>
9005
9006         * text.C (nextBreakPoint): use function Inset::isChar().
9007
9008         * paragraph.C (TeXOnePar): use function
9009         Inset::forceDefaultParagraphs.
9010
9011         * buffer.C (latexParagraphs): use function
9012         Inset::forceDefaultParagraphs.
9013
9014 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9015
9016         * lyx_gui.C (init): set the style of the menu popups to
9017         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9018
9019 2002-01-07  Juergen Vigna  <jug@sad.it>
9020
9021         * text.C (setHeightOfRow): small fix
9022         (prepareToPrint): don't look at alignment if we don't have the place
9023         for doing it.
9024
9025 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9026
9027         * box.C: New file. Move the Box methods and functions out of box.h,
9028         following Lars' suggestion.
9029
9030 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9031
9032         * box.h: #include "support/LOstream.h", needed for inlined function.
9033
9034         * lyxtextclass.C:
9035         * lyxtextclasslist.C: added some using std declarations.
9036
9037 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9038
9039         * box.h: make signed dimensions to allow insets wider than
9040           the screen (bug #162)
9041
9042         * BufferView_pimpl.C: add some insetHit debug
9043
9044 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9045
9046         * vc-backend.C: add FIXME
9047
9048 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9049
9050         * lyxfunc.C (getStatus): enable code for showing math font status
9051         in toolbar/menu.
9052
9053 2002-01-07  Juergen Vigna  <jug@sad.it>
9054
9055         * text.C (nextBreakPoint): removed debug output not needed anymore.
9056
9057 2002-01-06  Juergen Vigna  <jug@sad.it>
9058
9059         * text.C (nextBreakPoint): fixed up this function we had this bug
9060         since ever but now hopefully we break row better.
9061         (insertChar): we have to check if an inset is the next char as it
9062         could now happen that a large inset is causing a break.
9063
9064 2002-01-05  Juergen Vigna  <jug@sad.it>
9065
9066         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9067         if it doesn't like to be drawed.
9068
9069 2002-01-04  Juergen Vigna  <jug@sad.it>
9070
9071         * BufferView2.C (lockInset): forgot to set a cursor.
9072
9073         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9074
9075 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9076
9077         * FormMathsPanel.C:
9078         * FormMathsPanel.h
9079         * MathsSymbols.C:
9080         * form_maths_panel.C:
9081         * form_maths_panel.h:
9082         * form_maths_panel.fd: implemented sub- and super- buttons in math
9083         panel.
9084
9085         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9086         (or ^ space) to be used as in TeX (req'd by André).
9087
9088         * lyxfunc.C: Allow ^ and _ again to be used both as
9089         super/subscript (mathed) and as themselves (in text).
9090
9091 2002-01-03  Allan Rae  <rae@lyx.org>
9092
9093         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9094         "LyX" or the filename of the current buffer if it has one.  This is a
9095         modified form of John Levon's patch.
9096
9097         * XFormsView.C (setWindowTitle): also set icon title.
9098
9099         * LyXView.h (setWindowTitle): signature changed.
9100         * XFormsView.h (setWindowTitle): ditto.
9101
9102 2002-01-02  Juergen Vigna  <jug@sad.it>
9103
9104         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9105
9106 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9107
9108         * screen.C (topCursorVisible): introduce a temp var for
9109         text->cursor.row(), handle the case where this row is null. (kindo
9110         hachish)
9111
9112         * text2.C (setCursor): add a couple of asserts.
9113
9114         * paragraph.h (inset_iterator): add -> operator
9115
9116         * paragraph.[Ch] (autoDeleteInsets): remove member function
9117
9118         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9119         cursor pos correctly and handle inset deletion by itself.
9120         (insertErrors): move iterator declaration out of for expression
9121
9122         * lyxtextclass.C: add <algorithm>
9123
9124         * Makefile.am: added the new files to sources, removed layout.C
9125
9126         * layout.C: removed file
9127
9128         * layout.h: remove LYX_DUMMY_LAYOUT
9129
9130         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9131         layout.
9132
9133         * lyxlayout.[Ch]:
9134         * lyxtextclass.[Ch]:
9135         * lyxtextclasslist.[Ch]: new files
9136
9137         * include order changes to a lot of files, also changes because of
9138         the six new files.
9139
9140 2001-12-27  Juergen Vigna  <jug@sad.it>
9141
9142         * buffer.C (asciiParagraph): more fixes.
9143
9144         * tabular.C (ascii): make ascii export support export of only the
9145         data separated by a column-delimiter.
9146         (ascii): better support for ascii export.
9147
9148         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9149
9150 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9151
9152         * tabular_funcs.C: use a "using std::getline" instead of the
9153         previous fix from Angus (necessary for cxx + lyxstring)
9154
9155 2001-12-24  Juergen Vigna  <jug@sad.it>
9156
9157         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9158
9159         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9160         problems. First check a minipage also if we have some ert-contents
9161         (not only on par->size(), second set the right depth of the paragraph
9162         on the relink to the root-paragraph-list!
9163
9164         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9165         which then did not anymore update the main paragraphs on undo/redo!
9166
9167 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9168
9169         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9170         code. Support all font-changing funcs (even those which are not in
9171         menu currently). Support for reporting font settings in
9172         mathed (disabled until Andre provides a function on mathed's side).
9173
9174         * func_status.h (toggle): small helper function to set toggle
9175         state on a flag.
9176
9177 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9178
9179         * tabular_funcs.C: getline -> std::getline
9180
9181 2001-12-21  Juergen Vigna  <jug@sad.it>
9182
9183         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9184         accessed and could be 0 (I couldn't generate this but it seems
9185         Michael could!).
9186
9187 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9188
9189         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9190         * tabular_funcs.h: here and include iosfwd
9191
9192 2001-12-20  Juergen Vigna  <jug@sad.it>
9193
9194         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9195         inside inset but undo_par was.
9196
9197 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9198
9199         * Thesaurus.C: always include <config.h> in sources.
9200
9201         * Painter.h:
9202         * lyxlookup.h:
9203         * box.h: do not include <config.h> in header files
9204
9205         * text.C (paintLastRow): remove unused variable
9206
9207         * text.C (transformChar):
9208         (insertChar):
9209         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9210
9211         * Painter.C (text):
9212         * font.C (width): rewrite to use uppercase() instead of
9213         islower/toupper.
9214
9215         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9216
9217 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9218
9219         * lyxfind.C: clean up of find failure position change
9220
9221 2001-12-20  Juergen Vigna  <jug@sad.it>
9222
9223         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9224
9225         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9226         (TeXRow): added to LaTeX a single tabular row.
9227         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9228         (Latex): simplified and finally good LT-h/f support.
9229         (various_functions): just small adaptions for LT-h/f support.
9230
9231         * tabular_funcs.[hC]: added and moved here all not classfunctions
9232         of LyXTabular.
9233
9234 2001-12-19  Juergen Vigna  <jug@sad.it>
9235
9236         * tabular.[Ch]: better support for longtabular options (not finished
9237         yet!)
9238
9239 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9240
9241         * text.C (paintLastRow): use the label font instead of the font of
9242         the last character to compute the size of *_BOX. This makes more
9243         sense and avoids a crash with empty paragraphs.
9244         Use Painter::rectangle to draw EMPTY_BOX.
9245
9246 2001-12-19  Juergen Vigna  <jug@sad.it>
9247
9248         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9249         the paragraphs if the replaced paragraph is not the first one!
9250         Tried to delete not used paragraphs but does not work yet so for
9251         now it's inside #ifdef's and by default off!
9252
9253 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9254
9255         * MenuBackend.C: include "lyx_main.h" instead of declaring
9256         lastfiles (actually was declared as LastFiles* instead of a
9257         scoped_ptr).
9258
9259 2001-12-17  Juergen Vigna  <jug@sad.it>
9260
9261         * tabular.C (AppendColumn): applied John's fix
9262
9263 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9264
9265         * BufferView.h:
9266         * BufferView.C:
9267         * BufferView_pimpl.h:
9268         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9269
9270         * Makefile.am:
9271         * box.h: new start of class for above
9272
9273         * lyxfunc.C: ignore space-only minibuffer dispatches.
9274           Show the command name when it doesn't exist
9275
9276         * minibuffer.C: don't add empty lines to the history
9277
9278         * minibuffer.C: add a space on dropdown completion
9279
9280 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9281
9282         * text.C: fix line above/below drawing in insets
9283
9284 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9285
9286         * lyxlength.C (LyXLength): Initialize private variables.
9287
9288 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9289
9290         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9291         when inserting error insets.
9292
9293 2001-12-13  Juergen Vigna  <jug@sad.it>
9294
9295         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9296         actually sometimes the before-paragraph.
9297         (setUndo): don't clear the redostack if we're not actually undoing!
9298
9299 2001-12-06  Juergen Vigna  <jug@sad.it>
9300
9301         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9302         and fixed redoing of main paragraph, so we can use it now ;)
9303
9304         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9305
9306 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9307
9308         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9309         Juergen's request
9310
9311 2001-12-13  André Pönitz <poenitz@gmx.net>
9312
9313         * undostack.[Ch]:
9314         * undo_func.C: minor cleanup
9315
9316 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9317
9318         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9319         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9320         font in urw-fonts package which is marked as -urw-fontspecific and
9321         does not work (incidentally, changing the encoding in the
9322         fonts.dir of this package to -adobe-fontspecific fixes the
9323         problem).
9324
9325         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9326         is a crash when undoing first paragraph (Juergen, please take a
9327         look). THis does not mean the undo fix is wrong, just that it
9328         uncovers problems.
9329
9330         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9331         the (Paragraph*) version when needed instead of duplicating the
9332         code.
9333
9334         * text.C (workWidth): use Inset::parOwner to find out where the
9335         inset has been inserted. This is a huge performance gain for large
9336         documents with lots of insets. If Inset::parOwner is not set, fall
9337         back on the brute force method
9338
9339         * paragraph_pimpl.C (insertInset):
9340         * paragraph.C (Paragraph):
9341         (cutIntoMinibuffer): set parOwner of insets when
9342         inserting/removing them
9343
9344         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9345
9346 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9347
9348         * commandtags.h:
9349         * LyXAction.C:
9350         * lyx_main.C:
9351         * lyxfunc.C:
9352         * mathed/formulabase.C:
9353         * mathed/math_cursor.[Ch]:
9354         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9355
9356
9357 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9358
9359         * lyxlength.[Ch] (operator!=): new function
9360
9361 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9362
9363         * text.C (workWidth): use Inset::parOwner to find out where the
9364         inset has been inserted. This is a huge performance gain for large
9365         documents with lots of insets. If Inset::parOwner is not set, fall
9366         back on the brute force method
9367
9368         * paragraph_pimpl.C (insertInset):
9369         * paragraph.C (Paragraph):
9370         (cutIntoMinibuffer): set parOwner of insets when
9371         inserting/removing them
9372
9373         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9374
9375 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9376
9377         * tabular-old.C (getTokenValue):
9378         * tabular.C (getTokenValue):
9379         (write_attribute): new versions for LyXLength
9380         (everywhere): adjust the use of widths
9381
9382         * tabular.h: change the type of widths from string to LyXLength
9383
9384 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9385
9386         * paragraph.C: fixed missing line number count when exporting
9387         Environments to LaTeX file
9388
9389         * buffer.C: added informational message for checking line numbers.
9390
9391 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9392
9393         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9394         paragraph, do the 'double space' part, but not the 'empty
9395         paragraph' one.
9396
9397         * text.C (workWidth): small optimization
9398         (getLengthMarkerHeight): use minimal size for negative lengths.
9399
9400 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9401
9402         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9403
9404         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9405
9406 2001-12-11  André Pönitz <poenitz@gmx.net>
9407
9408         * FontLoader.C:
9409         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9410
9411 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9412
9413         * text2.C: keep selection on a setFont()
9414
9415 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9416
9417         * lyx_cb.C: another bv->text misuse, from insert label
9418
9419 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9420
9421         * kbsequence.h:
9422         * kbsequence.C: re-instate nmodifier mask
9423
9424 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9425
9426         * lyx_main.h: make lyxGUI private.
9427
9428 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9429
9430         * lyxfind.C: place the cursor correctly on failed search
9431
9432 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9433
9434         * text.C (getLengthMarkerHeight): for small heights, the arrows
9435         are not always on top/bottom of the text
9436         (drawLengthMarker): smaller arrows; take the left margin in
9437         account; draw also vfills.
9438         (paintFirstRow):
9439         (paintLastRow): remove special code for vfill and standard spaces,
9440         since everything is handled in drawLengthMarker now.
9441
9442 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9443
9444         * buffer.C (insertErtContents): try to handle font and language
9445         interaction a bit better.g
9446
9447         * ColorHandler.C (updateColor): change the hash to cover the whole
9448         LColor enum, ws cleanup
9449         (getGCLinepars): ditto
9450         (getGCLinepars): only lookup in the linecache once.
9451
9452 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9453
9454         * iterators.C (operator++): Make the iterator more robust
9455
9456         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9457         (John's patch)
9458         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9459
9460 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9461
9462         * lyxtext.h:
9463         * text.C: better added space drawing
9464
9465 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9466
9467         * LyXView.C:
9468         * BufferView2.C: fix layout combo update on inset unlock
9469
9470 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9471
9472         * Makefile.am: don't compile unused files
9473
9474 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9475
9476         * lyxfunc.C:
9477         * commandtags.h:
9478         * LyXAction.C: remove old LFUN_LAYOUTNO
9479
9480 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9481
9482         * paragraph_pimpl.h:
9483         * paragraph_pimpl.C: isTextAt() doesn't need font param
9484
9485 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9486
9487         * lyxlex.h:
9488         * lyxlex.C: little cleanup
9489
9490 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9491
9492         * BufferView_pimpl.C: fix insertAscii for insets
9493
9494 2001-12-05  Juergen Vigna  <jug@sad.it>
9495
9496         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9497         set the right font on the "multi" paragraph paste!
9498
9499 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9500
9501         * trans_decl.h:
9502         * trans_mgr.[Ch]:
9503         * trans.[Ch]:
9504         * lyxgluelength.C:
9505         * lyxlength.C: remove out-commented code.
9506
9507         * BufferView_pimpl:
9508         * CutAndPaste.C:
9509         * DepTable.C:
9510         * buffer.C:
9511         * chset.C:
9512         * lastfiles.C:
9513         * lyxlex.C:
9514         * lyxlex_pimpl.C:
9515         * lyxserver.C:
9516         * screen.C:
9517         * tabular-old.C:
9518         * tabular.C:
9519         * text.C:
9520         * trans_mgr.C:
9521         * vc-backend.C: change "while(" to "while ("
9522
9523         * lyxlength.[Ch]: add zero function to check if length is zero or
9524         not
9525         * lyxgluelength.C: use it
9526
9527 2001-12-05  Allan Rae  <rae@lyx.org>
9528
9529         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9530         Works for 2.95.3, from what I understand of Garst's reports this should
9531         work for other g++ versions.  We're screwed if the abs(int) definition
9532         changed between bugfix releases of gcc.
9533
9534 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9535
9536         * text.C: fix chapter label offset !
9537
9538 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9539
9540         * lyxtext.h:
9541         * text.C: fix hfill at end of line, clean up
9542
9543 2001-12-04  Juergen Vigna  <jug@sad.it>
9544
9545         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9546         that we force an update of the inset and it's owners if neccessary.
9547
9548 2001-12-03  Juergen Vigna  <jug@sad.it>
9549
9550         * text.C (rowLast): simplified code
9551
9552 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9553
9554         * lyxfunc.C: fix show options on timeout
9555
9556 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9557
9558         * screen.C (topCursorVisible): scroll half a page when the cursor
9559         reached top of bottom of screen
9560
9561 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9562
9563         * minibuffer.C: deactivate on loss of focus
9564
9565 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9566
9567         * vspace.[Ch] (operator!=): add operator.
9568
9569 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9570
9571         * BufferView_pimpl.C: refuse to open an inset when
9572         there's a selection.
9573
9574 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9575
9576         * BufferView_pimpl.C: allow to click on RHS of full row insets
9577
9578 2001-11-30  Juergen Vigna  <jug@sad.it>
9579
9580         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9581         insets for undo reasons.
9582
9583 2001-11-28  André Pönitz <poenitz@gmx.net>
9584
9585         * vspace.[Ch]: cosmetical changes
9586
9587 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9588
9589         * LyXAction.h:
9590         * LyXAction.C:
9591         * lyxfunc.h:
9592         * lyxfunc.C:
9593         * kbmap.h:
9594         * kbmap.C:
9595         * lyxrc.C:
9596         * kbsequence.h:
9597         * kbsequence.C: part re-write of old kb code
9598
9599         * Painter.C:
9600         * WorkArea.C: remove Lgb_bug_find_hack
9601
9602 2001-11-30  José Matos <jamatos@fep.up.pt>
9603
9604         * buffer.C (makeDocBookFile): add a comment to point a hack.
9605         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9606         Fixed a double write of labels.
9607
9608 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9609
9610         * LaTeX.C:
9611         * LaTeX.h Fixed bug in LaTeX class where it would not
9612         re-run latex if no depfiles were changed, but the .dvi was removed.
9613
9614 2001-11-28  André Pönitz <poenitz@gmx.net>
9615
9616         * all the files from the change on 2001/11/26:
9617         use lyx::layout_type instead of LyXTextClass::size_type
9618         use lyx::textclass_type instead of LyXTextClassList::size_type
9619
9620 2001-11-29  Juergen Vigna  <jug@sad.it>
9621
9622         * text.C: added support for paragraph::isFreeSpacing()
9623
9624         * buffer.C: same as above
9625
9626         * paragraph.h: inserted isFreeSpacing() function to enable
9627         FreeSpacing inside InsetERT.
9628
9629         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9630         of the paragraph's in the cut/copy buffer to 0!
9631
9632         * text2.C (removeRow): remove the assert as it can!
9633
9634         * lyxtext.h: added helper function firstRow returning firstrow and
9635         made firstrow private again.
9636
9637         * BufferView2.C (lockInset): don't relock if we're already locked!
9638
9639         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9640         the only paragraph.
9641         (removeRow): added Assert::(firstrow)
9642
9643         * debug.C: forgot to add INSETTEXT here.
9644
9645 2001-11-28  Juergen Vigna  <jug@sad.it>
9646
9647         * sp_spell.C (initialize): changed error text to more general
9648         spellchecker command use (not only ispell!)
9649
9650         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9651
9652         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9653
9654 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9655
9656         * vspace.C: initialise lyxgluelength on failure
9657
9658 2001-11-28  Allan Rae  <rae@lyx.org>
9659
9660         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9661         declaration & definition that looks like a function declaration.
9662
9663 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9664
9665         * BufferView2.C (copy):
9666         (copyEnvironment): do not clear the selection when doing a copy.
9667
9668         * text.C (paintFirstRow): compilation fix
9669
9670 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9671
9672         * tabular.C (Latex): correct line count when writing latex.
9673
9674 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9675
9676         * paragraph_pimpl.h:
9677         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9678           bug a bit
9679
9680 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9681
9682         * text.C:
9683         * LColor.h:
9684         * LColor.C: change vfillline->added_space
9685
9686         * text.C: add markers and text for added space
9687
9688         * vspace.C: fix comment
9689
9690 2001-11-28  André Pönitz <poenitz@gmx.net>
9691
9692         * paragraph.C: whitespace changes
9693         * all the other files from the change on 2001/11/26:
9694         change *::pos_type into lyx::pos_type
9695
9696 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9697
9698         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9699         language of the document when inserting error insets.
9700
9701 2001-11-26  André Pönitz <poenitz@gmx.net>
9702
9703         * BufferView_pimpl.[Ch]:
9704         *       CutAndPaste.C:
9705         * buffer.[Ch]:
9706         * lyxcursor.[Ch]:
9707         * lyxfind.C:
9708         * lyxfunc.C:
9709         * lyxrow.[Ch]:
9710         * paragraph.[Ch]:
9711         * paragraph_pimpl.[Ch]:
9712         * sp_spell.C:
9713         * text.C:
9714         * text2.C: reduce header dependencies, introduce type for positions
9715
9716 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9717
9718         * <various>: change to use Alert.h
9719
9720 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9721
9722         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9723         when encountering an unknown token.
9724         (readLyXformat2): Show an error message if there were unknown tokens.
9725
9726 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9727
9728         * BufferView2.C:
9729         * BufferView_pimpl.C:
9730         * buffer.C:
9731         * paragraph.h:
9732         * text.C:
9733         * text2.C: use par->isInset()
9734
9735 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9736
9737         * paragraph_pimpl.h:
9738         * paragraph_pimpl.C: cleanup
9739
9740 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9741
9742         * text2.C (removeRow):
9743         * text.C (setHeightOfRow): remove useless (and costly) call to
9744         getRow.
9745
9746 2001-11-20  Allan Rae  <rae@lyx.org>
9747
9748         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9749         Now need Inset*::checkInsertChar() to return true for appropriate
9750         cases so that the characters in the minibuffer will actually be
9751         inserted.
9752
9753 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9754
9755         * text.C: change the order of the includes.
9756         (workWidth): initialize it at once.
9757         (workWidth): make maxw unsigned
9758         (setHeightOfRow): remove unused variable (inset)
9759         (selectSelectedWord): remove unused variable (inset)
9760         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9761
9762 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9763
9764         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9765         server is not running.
9766         (openConnection):
9767         (closeConnection): add debug info when server is disabled.
9768
9769         * ColorHandler.C (getGCForeground): send debug message to GUI
9770         channel.
9771
9772         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9773
9774         * kbmap.C (bind): modify because return conventions of
9775         kb_sequence::parse have changed.
9776
9777         * kbsequence.C (parse): only ignore spaces and not any stupid
9778         control character. This avoids tests like s[i] <= ' ', which are
9779         guaranteed to fail with 8bit characters and signed chars.
9780         Change return code to string::npos when there have been no error
9781         (0 was a bad idea when error is at first character)
9782
9783 2001-11-14  José Matos  <jamatos@fep.up.pt>
9784
9785         * buffer.h:
9786         * buffer.C (simpleDocBookOnePar): removed unused argument.
9787
9788 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9789
9790         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9791         insets which are part of a word. Paragraph::isLetter takes care of
9792         that now. Use Paragraph::isInset to identify insets.
9793         (selectSelectedWord): do not test for hyphenation break.
9794
9795         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9796         that protected spaces are considered as spaces.
9797
9798         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9799         Inset::isLetter.
9800
9801 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9802
9803         * lyxserver.h:
9804         * lyxserver.C: fix it. and small cleanup.
9805
9806 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9807
9808         * BufferView_pimpl.C: use inline helpers
9809
9810         * LaTeXFeatures.h:
9811         * LaTeXFeatures.C: fix typos
9812
9813         * Spacing.h:
9814         * Spacing.C: move spacing_string into class
9815
9816         * ToolbarDefaults.C: move stuff into namespace anon
9817
9818         * layout.h: update enum
9819
9820         * lyxfunc.C: use better debug
9821
9822         * minibuffer.h: fix typo
9823
9824         * debug.h:
9825         * debug.C:
9826         * WorkArea.C: add and use Debug::WORKAREA
9827
9828         * lyxtext.h:
9829         * text.C:
9830         * text2.C: code re-organisation, inline helpers
9831
9832 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9833
9834         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9835         std::vector.empty().
9836
9837 2001-11-09  Allan Rae  <rae@lyx.org>
9838
9839         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9840         '\n's after tables.  Tabular and ERT inset work now makes this no
9841         longer necessary.
9842
9843 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9844
9845         * minibuffer.h:
9846         * minibuffer.C: fix crash, improve drop-down completion
9847
9848 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9849
9850         * lyxserver.h:
9851         * lyxserver.C: invalidate fd's when doing endPipe()
9852
9853 2001-11-08  José Matos  <jamatos@fep.up.pt>
9854
9855         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9856         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9857
9858         * paragraph.h:
9859         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9860
9861 2001-11-07  José Matos  <jamatos@fep.up.pt>
9862
9863         * buffer.h:
9864         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9865         const qualifier.
9866
9867         * buffer.C (sgmlOpenTag):
9868         * buffer.C (sgmlCloseTag): removed debug info.
9869
9870         * buffer.h (sgmlOpenTag):
9871         * buffer.h (sgmlCloseTag): made public.
9872
9873 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9874
9875         * buffer.C (saveParamsAsDefaults):
9876         * lyx_cb.C (MenuLayoutSave): remove
9877
9878         * LyXAction.C (init):
9879         * commandtags.h:
9880         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9881
9882 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9883
9884         * buffer.C (setPaperStuff): removed from here...
9885
9886         * bufferparams.C (setPaperStuff): ... and moved there.
9887
9888 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9889
9890         * minibuffer.h:
9891         * minibuffer.C:
9892         * XFormsView.C: add support for drop-down completion
9893
9894 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9895
9896         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9897         commands.
9898
9899 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9900
9901         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9902         disabled.
9903
9904 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9905
9906         * lyx_main.C: change ref to known bugs
9907
9908 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9909
9910         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9911         to work around older babel problems.
9912
9913 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9914
9915         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9916
9917 2001-10-24  Juergen Vigna  <jug@sad.it>
9918
9919         * tabular-old.C (ReadOld): below variable changes reflected.
9920
9921         * tabular.[Ch]: added ltType struct for longtable header/footer
9922         defines and changed all instances where they are used. Added
9923         future support for double top/bottom rows.
9924
9925 2001-10-24  José Matos  <jamatos@fep.up.pt>
9926
9927         * buffer.h (docbookHandleCaption):
9928         * buffer.C (docbookHandleCaption): removed unused function.
9929         (makeDocBookFile): moved docbook supported version to v4.1.
9930
9931 2001-10-24  José Matos  <jamatos@fep.up.pt>
9932
9933         * tabular.h:
9934         * tabular.C (docbookRow): new function to export docbook code of a row.
9935         (DocBook): now honors the longtable flags.
9936
9937 2001-10-23  José Matos  <jamatos@fep.up.pt>
9938
9939         * LaTeXFeatures.h:
9940         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9941         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9942
9943         * buffer.C (makeLinuxDocFile):
9944         (makeDocBookFile): reworked the preamble, more clean, and with
9945         support for lyx defined entities. Changed the document declaration
9946         to be more XML friendly.
9947
9948         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9949         if we need to output XML that should be done with a filter.
9950
9951 2001-10-22  Juergen Vigna  <jug@sad.it>
9952
9953         * sp_pspell.h (class PSpell): add alive function needed in the
9954         controller to see if the spellchecker could be started.
9955
9956 2001-10-22  Juergen Vigna  <jug@sad.it>
9957
9958         * buffer.C (insertStringAsLines): modify the font for inserting
9959         chars in certain conditions by calling checkInsertChar(font).
9960
9961 2001-10-19  Juergen Vigna  <jug@sad.it>
9962
9963         * text.C (workWidth): use getRow instead of wrong algorithm.
9964         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9965
9966 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9967
9968         * lyxserver.h:
9969         * lyxserver.C:
9970         * lyx_main.h:
9971         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9972
9973 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9974
9975         * text.C (workWidth): do not search for the exact row when
9976         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9977         optimization for big documents.
9978
9979 2001-10-18  Juergen Vigna  <jug@sad.it>
9980
9981         * text.C (workWidth): new function with added Inset * parameter.
9982
9983 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9984
9985         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9986
9987         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9988         change return type of getColumnNearX.
9989
9990
9991         * text.C (changeRegionCase): use uppercase/lowercase instead of
9992         toupper/tolower.
9993         (leftMargin):
9994         (rightMargin): simplify code by factoring out the uses of
9995         textclasslist.
9996         (labelFill):
9997         (numberOfHfills):
9998         (setHeightOfRow):
9999         (appendParagraph): use Paragraph::size_type
10000
10001 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10002
10003         * vspace.C (asLatexString): add a missing break
10004
10005 2001-10-15  Herbert Voss  <voss@perce.de>
10006
10007         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10008
10009 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10010
10011         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10012         is not available.
10013
10014 2001-10-10  André Pönitz <poenitz@gmx.net>
10015
10016         * lyxfunc.C: removed greek_kb_flag.
10017
10018 2001-10-10  Herbert Voss  <voss@perce.de>
10019
10020         * lyx_main.C: delete global string help_lyxdir.
10021
10022 2001-10-09  Herbert Voss  <voss@perce.de>
10023
10024         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10025
10026         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10027
10028         * lyx_main.C: added global string help_lyxdir.
10029
10030         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10031
10032 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10033
10034         * lyxrc.C (set_font_norm_type): support iso8859-4
10035
10036 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10037
10038         * LaTeX.C (deplog): add another regex for MikTeX
10039
10040 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10041
10042         * lyxrc.C (set_font_norm_type): support iso8859-3
10043
10044 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10045
10046         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10047
10048         * LaTeXFeatures.C: remove special case of french and index
10049
10050         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10051         before \begin{document}). This solves several incompatibilities.
10052
10053 2001-10-03  Garst Reese  <reese@isn.net>
10054
10055         * lyx_cb.C: change CheckTex error msg.
10056
10057 2001-10-03  José Matos  <jamatos@fep.up.pt>
10058
10059         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10060
10061 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10062
10063         * .cvsignore: update
10064
10065         * lyx_main.C (commandLineVersionInfo): use new style version info.
10066
10067         * buffer.C (writeFile):
10068         (makeLaTeXFile):
10069         (makeLinuxDocFile):
10070         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10071
10072         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10073
10074         * version.h: update to use stuff in version.C
10075
10076         * version.C.in: new file. Contains version information determined
10077         at compile time. This is a merging of version.h and
10078         version_info.h.in.
10079
10080 2001-10-03  Juergen Vigna  <jug@sad.it>
10081
10082         * BufferView_pimpl.C (update): don't change "dirty" status in
10083         updateInset call.
10084
10085 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10086
10087         * WorkArea.C (c-tor): re-position version string slightly.
10088
10089 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10090
10091         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10092         revert to previous code.
10093
10094         WorkArea.[Ch]: (show, destroySplash): methods removed.
10095
10096         WorkArea.C: rework code so that it's an amalgam of the codes before and
10097         after the splash screen was moved to WorkArea.
10098
10099 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10100
10101         * lyxrc.C (read):
10102         * vspace.C (inPixels):
10103         (lyx_advance):
10104         * kbmap.C (bind):
10105         * buffer.C (insertStringAsLines):
10106         (asciiParagraph): fix types to be large enough
10107
10108         * lyxlex_pimpl.h: change member status from short to int
10109
10110         * layout.h: fix type of endlabeltype
10111
10112         * kbmap.C (bind):
10113         * kbsequence.C (parse): change return type to string::size_type
10114
10115         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10116         variable
10117
10118         * Bullet.C (bulletSize):
10119         (bulletEntry): do not use short ints as parameters
10120
10121         * BufferView2.C (insertLyXFile): change a char to an int.
10122
10123         * WorkArea.C (WorkArea): remove unneeded floats in computation
10124
10125 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10126
10127         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10128
10129         * paragraph.C (asString): Do not ignore newline/hfill chars when
10130         copying to the clipboard.
10131
10132 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10133
10134         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10135         after a multi-line inset.
10136
10137 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10138
10139         * paragraph.C (validate): Set NeedLyXFootnoteCode
10140
10141 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10142
10143         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10144         and decrease-error to decrease.
10145
10146 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10147
10148         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10149         it more readable (should be equivalent)
10150
10151 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10152
10153         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10154
10155 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10156
10157         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10158         of a cursor (row, etc.) after a character has been deleted
10159         (deleteEmptyParagraphMechanism): call the method above on _all_
10160         cursors held by the LyXText when a double space has been
10161         detected/deleted.
10162
10163 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10164
10165         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10166         pixmap.
10167         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10168
10169         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10170         background. Use greyOut() and the new show() methods to toggle between
10171         the foreground and background. Add code to remove the splash after
10172         its initial showing.
10173
10174         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10175         (create_forms): no longer call Dialogs::showSplash.
10176
10177 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10178
10179         * .cvsignore: add version_info.h
10180
10181 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10182
10183         * version_info.h.in: new file
10184
10185         * Makefile.am: add version_info.h.in
10186
10187         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10188         version_info.h instead of VERSION_INFO
10189
10190 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10191
10192         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10193         The ERT inset now returns string().
10194
10195 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10196
10197         * lyxtext.h, text.C (selectNextWord): renamed as
10198         selectNextWordToSpellcheck.
10199
10200         * text.C (selectNextWordToSpellcheck): Modified to not select
10201         words inside an ERT inset.
10202
10203 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10204
10205         * lyx_cb.C (MenuLayoutSave): change a bit the question
10206
10207         * sp_base.h: include <sys/types.h>
10208
10209 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10210
10211         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10212
10213 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10214
10215         * several files: fix typos in user-visible strings
10216
10217 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10218
10219         * text2.C (pasteSelection): do not set the selection, since it
10220         will be cleared later. Actually, the intent was to fix the way the
10221         selection was set, but I figured rmoving the code was just as good.
10222
10223 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10224
10225         * FontLoader.C (available): Check if font is available without
10226         loading the font.
10227
10228 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10229
10230         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10231
10232 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10233
10234         * lyxrc.[Ch]: added display_graphics variable and associated code.
10235
10236 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10237
10238         * bufferparams.C (hasClassDefaults): new method. Returns true if
10239         the buffer parameters correspond to known class defaults
10240
10241 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10242
10243         * XFormsView.C (show): set minimum size to the main window.
10244
10245 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10246
10247         * text2.C (copySelection):
10248         (cutSelection):
10249         * lyxfind.C (LyXReplace):
10250         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10251         LyXText::selectionAsString.
10252
10253         * paragraph.C (asString): add "label" argument to the second form
10254
10255         * text2.C (selectionAsString): add "label" argument and pass it to
10256         Paragraph::asString.
10257
10258 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10259
10260         * lyx_main.C (commandLineHelp): remove version information
10261
10262 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10263
10264         * lyx_main.C: add -version commandline option
10265
10266 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10267
10268         * paragraph.h: make the optional constructor arg required instead.
10269         some modifications to other files because of this.
10270
10271         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10272
10273         * lyxserver.C (C_LyXComm_callback): make it static
10274
10275         * lyx_main.C (error_handler): make it static
10276
10277         * lyx_gui.C (LyX_XErrHandler): make it static
10278
10279         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10280
10281         * WorkArea.C: make the extern "C" methods static.
10282
10283         * Makefile.am (lyx_LDADD): simplify
10284
10285 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10286
10287         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10288         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10289
10290         * LyXAction.C (init):
10291         * lyxfunc.C (dispatch): associated code removal.
10292
10293 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10294
10295         * lyxfont.h (isSymbolFont): shut off warning
10296
10297         * text.C (setHeightOfRow):
10298         (getVisibleRow): fix crash with empty paragraphs which have a
10299         bottom line
10300
10301 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10302
10303         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10304         code.
10305
10306 2001-09-04  José Matos  <jamatos@fep.up.pt>
10307         * buffer.C
10308         * buffer.h
10309         * tabular.C (docbook): rename docBook method to docbook.
10310
10311 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10312
10313         * Makefile.am: add dependencies to main.o.
10314
10315 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10316
10317         * FontLoader.C (available): Return false if !lyxrc.use_gui
10318
10319 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10320
10321         * FontInfo.C (query):
10322         * converter.C (view):
10323         * importer.C (Import):
10324         * exporter.C (Export): Can not -> cannot.
10325
10326 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10327
10328         * BufferView_pimpl.C: allow to create index inset even if
10329           string is empty
10330
10331 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10332
10333         * buffer.C (getLists): replace boost::tie code with an explicit pair
10334         as boost::tie can break some compilers.
10335
10336         * iterators.h: Added a std:: declaration to the return type of
10337         ParIterator::size.
10338
10339 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10340
10341         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10342           case.
10343
10344 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10345
10346         * iterators.[Ch]: New files. Provide paragraph iterators.
10347
10348         * buffer.C (changeLanguage): Use paragraph iterators.
10349         (isMultiLingual): ditto
10350
10351         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10352
10353 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10354
10355         * FontLoader.C: Support for cmr font.
10356
10357 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10358
10359         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10360         (available): New method.
10361
10362         * FontInfo.C (getFontname): Use scalable fonts even when
10363         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10364         found.
10365
10366 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10367
10368         * converter.C (Formats::view): reverted! Incorrect fix.
10369
10370 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10371
10372         * converter.C (Formats::view): only output the -paper option
10373         if the dvi viewer is xdvi, thereby fixing bug #233429.
10374
10375 2001-08-23  Herbert Voss  <voss@perce>
10376
10377         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10378
10379 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10380
10381         * Spacing.h (Spacing): Set space to Default on in the default
10382         constructor.
10383
10384 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10385
10386         * vc-backend.h (RCS::versionString): add RCS to version
10387         (CVS::versionString): add CVS to version
10388
10389         * vc-backend.C (scanMaster): do not add CVS to version.
10390         (scanMaster): do not add RCS to version
10391
10392         * lyxvc.C (versionString): new method
10393
10394         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10395
10396 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10397
10398         * Spacing.C (set): initialize fval
10399
10400 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10401
10402         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10403         " or \.
10404
10405 2001-08-16  Juergen Vigna  <jug@sad.it>
10406
10407         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10408
10409 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10410
10411         * BufferView_pimpl.C:
10412         * figureForm.C:
10413         * lyxtext.h:
10414         * text2.C: setParagraph takes linespacing now
10415
10416 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10417
10418         * LyxAction.C: add internal LFUN_CITATION_INSERT
10419
10420         * LyXView.C: actually apply fix
10421
10422         * bufferlist.C: fix open non-existent file
10423
10424         * lyxfind.C: fix indentation
10425
10426         * lyxfunc.C: remove unneeded assert, fix typo
10427
10428 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10429
10430         * MenuBackend.C: use "Floatname List"
10431
10432 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10433
10434         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10435         when converting LaTeX layout to insetERT.
10436         Generate a non-collapsed float when reading old float
10437
10438 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10439
10440         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10441         ERT insets.
10442
10443 2001-08-13  Juergen Vigna  <jug@sad.it>
10444
10445         * text.C (fill): return 0 instead of 20 as this seems to be the more
10446         correct value.
10447
10448 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10449
10450         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10451         lyxrc.font_norm.
10452
10453 2001-08-13  Juergen Vigna  <jug@sad.it>
10454
10455         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10456         casesensitive off.
10457         (SearchBackward): comment out the unlocking of the inset_owner this
10458         should not be needed!
10459
10460 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10461
10462         * Many files: Remove inherit_language, and add latex_language
10463
10464         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10465         collapsible insets.
10466
10467 2001-08-10  Juergen Vigna  <jug@sad.it>
10468
10469         * text.C (prepareToPrint): fixed hfill-width in draw!
10470
10471         * BufferView2.C (selectLastWord): save the selection cursor as this
10472         now is cleared in the function LyXText::clearSelection!
10473
10474 2001-08-08  Juergen Vigna  <jug@sad.it>
10475
10476         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10477         BACKSPACE type functions.
10478
10479         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10480         is only cutted from the document but not put in the cut-buffer, where
10481         still the old stuff should be.
10482
10483         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10484
10485         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10486
10487         * tabular.C (SetWidthOfCell): fixed special case where the width
10488         was not updated!
10489         (LeftLine): handle '|' in align_special.
10490         (RightLine): ditto
10491         (LeftAlreadyDrawed): ditto
10492         (SetWidthOfCell): ditto
10493
10494 2001-08-07  Juergen Vigna  <jug@sad.it>
10495
10496         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10497
10498 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10499
10500         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10501         * lyxlex.[hC]: ditto
10502
10503 2001-08-06  Juergen Vigna  <jug@sad.it>
10504
10505         * text.C (getVisibleRow): fix up row clearing a bit.
10506
10507 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10508
10509         * minibuffer.C: make sure the X server sees the changes in the input.
10510
10511 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10512
10513         * paragraph.C (getFont): split into...
10514         (getLabelFont): this
10515         (getLayoutFont): and this
10516         * paragraph_pimpl.C (realizeFont): calling this
10517
10518         * text2.C (getFont): split into...
10519         (getLayoutFont): this
10520         (getLabelFont): and this
10521         (realizeFont): all three calling this
10522
10523         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10524         files where used.
10525
10526 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10527
10528         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10529
10530 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10531
10532         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10533         layouts from the Quote inset insertion.
10534
10535 2001-08-03  Juergen Vigna  <jug@sad.it>
10536
10537         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10538
10539         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10540         only if status not is already CHANGED_IN_DRAW (second level).
10541
10542         * text.C (draw): don't set the need_break_row when inside an
10543         InsetText LyXText.
10544
10545 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10546
10547         * buffer.C (parseSingleLyXformat2Token): handle more latex
10548         conversion cases.
10549
10550         * bufferview_funcs.[hC]: change function names to
10551         begin with small char, adjust other files.
10552
10553 2001-08-02  André Pönitz <poenitz@gmx.net>
10554
10555         * lyxfunc.C:
10556         BufferView_pimpl.C: remove broken special code for math-greek
10557
10558 2001-08-02  Juergen Vigna  <jug@sad.it>
10559
10560         * BufferView_pimpl.C (update): redone this function so that we
10561         update the text again if there was a CHANGE_IN_DRAW.
10562
10563         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10564         (drawFromTo): added a new internal bool which is used by draw() and
10565         redraw() function.
10566         (general): some cursor drawing problems fixed.
10567
10568 2001-08-01  Juergen Vigna  <jug@sad.it>
10569
10570         * lyxfind.C (LyXFind): fixed
10571         (SearchForward): ditto
10572         (SearchBackward): ditto
10573
10574         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10575         spurius drawing of the cursor in the main area.
10576
10577         * text2.C (status): small fix which could lead to a segfault!
10578         (clearSelection): remove unneeded BufferView param.
10579
10580 2001-08-01  André Pönitz <poenitz@gmx.net>
10581
10582         * lyxfunc.C: small change due to changed mathed interface
10583
10584 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10585
10586         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10587
10588 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10589
10590         * lyxfunc.c: fail gracefully if file doesn't exist
10591
10592         * LyXSendto.C:
10593         * buffer.C:
10594         * lyxfunc.C:
10595         * BufferView_pimpl.C: IsDirWriteable() proto changed
10596
10597         * LyXView.C: fix updateWindowTitle() to store the last title
10598
10599 2001-07-31  Juergen Vigna  <jug@sad.it>
10600
10601         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10602         the font (wrong since using of Paragraph::highestFontInRange).
10603
10604         * paragraph.C (highestFontInRange): added a default_size parameter.
10605
10606         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10607         (setHeightOfRow): reformat
10608
10609 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10610
10611         * converter.[hC] + affected files: move to (inital-char)lowercase
10612         function names.
10613
10614         * ParagraphParameters.C (ParagraphParameters): remove commented code
10615
10616         * PainterBase.[Ch]: remove commented code
10617
10618         * LaTeXFeatures.h: add "bool floats" for float.sty
10619
10620         * LaTeXFeatures.C (LaTeXFeatures): init floats
10621         (require): handle float
10622         (getPackages): do it with floats
10623
10624 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10625
10626         * BufferView_pimpl.C (Dispatch): improve handling of
10627         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10628
10629         * commandtags.h: #include lyxfont.h here temporarily to avoid
10630         keybinding bug.
10631
10632         * bufferlist.h: include LString.h here.
10633
10634 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10635
10636         * text2.C (getStringToIndex): new method.
10637
10638 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10639
10640         * *: Reduced header file dependencies all over.
10641
10642 2001-07-30  Baruch Even  <baruch@lyx.org>
10643
10644         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10645
10646 2001-07-29  Baruch Even  <baruch@lyx.org>
10647
10648         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10649
10650 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10651
10652         * ParameterStruct.h (endif): add a default constructor to make
10653         sure that all variables is initialized.
10654
10655         * ParagraphParameters.C (ParagraphParameters): adjust
10656
10657 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10658
10659         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10660         index; also, check that there is something to index, and that it
10661         does not span over several paragraphs.
10662         (doubleClick): use WHOLE_WORD_STRICT for double click.
10663
10664         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10665
10666         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10667         scheme.
10668
10669 2001-07-26  Baruch Even  <baruch@lyx.org>
10670
10671         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10672         an InsetFig figure, backwards compatible reading of old figure code.
10673
10674 2001-07-27  Juergen Vigna  <jug@sad.it>
10675
10676         * text2.C: font.realize function adaption.
10677
10678         * text.C (draw): add a warnings lyxerr text if needed.
10679
10680         * layout.C: font.realize function adaption.
10681
10682         * language.C: add inherit_language and implement it's handlings
10683
10684         * bufferview_funcs.C (StyleReset): remove language parameter from
10685         font creation (should be language_inherit now).
10686
10687         * bufferparams.C (writeFile): handle ignore_language.
10688
10689         * paragraph.C (getFontSettings): the language has to be resolved
10690         otherwise we have problems in LyXFont!
10691
10692         * lyxfont.C (lyxWriteChanges): added document_language parameter
10693         (update): removed unneeded language parameter
10694
10695         * paragraph.C (validate): fixed wrong output of color-package when
10696         using interface colors for certain fonts in certain environments,
10697         which should not seen as that on the final output.
10698
10699 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10700
10701         * BufferView_pimpl.C:
10702         * Thesaurus.h:
10703         * Thesaurus.C:
10704         * Makefile.am:
10705         * commandtags.h:
10706         * LyXAction.C: add thesaurus support
10707
10708         * lyxfind.h:
10709         * lyxfind.C: add "once" parameter, for thesaurus, to not
10710           move to the next match
10711
10712 2001-07-26  Juergen Vigna  <jug@sad.it>
10713
10714         * lyxfont.C (realize): honor ignore_language too!
10715         (resolved): ditto.
10716
10717         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10718
10719         * text.C (draw): one place more for ignore_language to not draw
10720         itself!
10721
10722 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10723
10724         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10725
10726 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10727
10728         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10729         the minipage conversion problem.
10730
10731 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10732
10733         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10734         insert an inset.
10735
10736 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10737
10738         * BufferView.h: don't forward declare WorkArea
10739
10740         * BufferView.C: don't include WorkArea.h
10741
10742 2001-07-25  André Pönitz <poenitz@gmx.net>
10743
10744         * commandtags.h:
10745         * LyXAction.C:
10746         * lyxfunc.C:  new LFUN 'math-space'
10747
10748         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10749
10750 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10751
10752         * text2.C (toggleInset): call open/close
10753
10754 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10755
10756         * lyxfunc.C (dispatch): add debug for the disabled case
10757
10758         * font.C (buttonText): make similar to rectText
10759
10760         * buffer.C (readInset): comment out parsing of insetlist and
10761         insttheorem
10762
10763         * PainterBase.C (rectText): small correction
10764
10765         * BufferView_pimpl.C: comment out insettheorem and insetlist
10766         * LyXAction.C: ditto
10767         * commandtags.h: ditto
10768
10769 2001-07-24  Juergen Vigna  <jug@sad.it>
10770
10771         * text.C (draw): honor the ignore_language.
10772
10773         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10774
10775 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10776
10777         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10778         char inset.
10779
10780 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10781
10782         * lyxtext.h: remove unused (and unimplemented) methods
10783
10784 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10785
10786         * text.C (getVisibleRow): honor background color
10787
10788         * PainterBase.h:
10789         * Painter.h: remove default color argument for fillRectangle
10790
10791         * text.C (backgroundColor): new method
10792
10793 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10794
10795         * text.C (getVisibleRow): adjust
10796
10797         * font.[Ch] (rectText): new method, metrics
10798         (buttonText): new method, metrics
10799
10800         * PainterBase.[hC]: make rectText and buttonText always draw and take
10801         fewer paramteres.
10802
10803 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10804
10805         * ToolbarDefaults.C (read):
10806         * MenuBackend.C (read): allow escaping in all strings
10807
10808         * BufferView_pimpl.C (insertAndEditInset): new method.
10809         (Dispatch): use insertAndEditInset whenever appropriate.
10810
10811         * BufferView_pimpl.C (insertNote): removed
10812
10813         * BufferView_pimpl.C (smartQuote): new method, moved from
10814         BufferView; if an insetquote cannot be inserted, insert a '"'
10815         character instead.
10816
10817         * BufferView2.C: remove insertCorrectQuote();
10818
10819         * lyxfunc.C (getStatus): Add support for all remaingin
10820         inset-insert lfuns.
10821
10822         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10823
10824         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10825         command (necessary to pass " as parameter of self-insert.
10826
10827         * text.C (selectWordWhenUnderCursor):
10828         (selectWord): add word_location parameter
10829         (selectWordWhenUnderCursor): same + remove special code for word
10830         boundary.
10831         (selectNextWord): use kind() to guess type of insetspecialchar,
10832         not latex().
10833
10834         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10835         (insertErtContents): create ert insets as collapsed.
10836         (readInset): better compatibility code for Info inset.
10837
10838 2001-07-20  Juergen Vigna  <jug@sad.it>
10839
10840         * lyxfunc.C (dispatch): use always LyXFind now!
10841
10842         * text2.C (init): add a reinit flag so that the LyXText can be
10843         reinited instead of deleted and reallocated (used in InsetText).
10844
10845         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10846
10847         * text.C: ditto
10848
10849         * text2.C: ditto
10850
10851 2001-07-18  Juergen Vigna  <jug@sad.it>
10852
10853         * text.C (selectNextWord): handle insets inside inset by calling
10854         always the bv->text functions so that we can go up the_locking_inset!
10855
10856         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10857         in strange locations when inside an inset!
10858
10859         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10860         handling to include insets.
10861
10862         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10863
10864 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10865
10866         * LyXAction.C (init):
10867         * commandtags.h:
10868         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10869         LIGATURE_BREAK, since the name is so stupid.
10870
10871 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10872
10873         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10874         InsetInfos.
10875
10876         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10877
10878         * sp_form.[Ch]: remove.
10879
10880         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10881
10882         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10883         InsetInfo.
10884
10885         * src/buffer.C (readInset): ditto.
10886
10887 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10888
10889         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10890         menuSeparator(), endOfSentenceDot(), ldots() and
10891         hyphenationPoint(), which are therefore removed.
10892         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10893
10894         * LyXAction.C (init):
10895         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10896
10897         * paragraph.C (getWord): removed.
10898
10899         * BufferView_pimpl.C (Dispatch): use last word or selection for
10900         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10901
10902         * lyx_main.C (queryUserLyXDir): do not ask before creating
10903         user_dir, except if it has been named explicitely.
10904
10905 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10906
10907         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10908         a document of zero size.
10909
10910 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10911
10912         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10913         approriately in the c-tor and in require().
10914         (getPackages): output the appropriate LaTeX for natbib support.
10915
10916         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10917         variables "use_natbib" and "use_numerical_citations" when reading the
10918         LyX file.
10919         (readInset): read the various natbib cite commands.
10920         (validate): white-space change.
10921
10922         * bufferparams.[Ch]: new variables "bool use_natbib" and
10923         "bool use_numerical_citations".
10924         (writeFile): output them in the LyX file.
10925
10926 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10927
10928         * lyxfunc.C (getStatus): add support for all the inset insertion
10929         commands.
10930
10931         * text2.C (insertInset):
10932         * paragraph.C (insetAllowed):
10933         * BufferView_pimpl.C (insertInset): update to take in account the
10934         renaming of insertInsetAllowed
10935
10936         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10937
10938         * text2.C (getInset): new method. returns inset at cursor position.
10939
10940         * BufferView_pimpl.C (Dispatch): changes because of this.
10941
10942         * LyXAction.C (init): rename open-stuff to inset-toggle.
10943
10944         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10945
10946         * text2.C (toggleInset): renamed from openStuff; use
10947         Inset::open().
10948
10949 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10950
10951         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10952
10953         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10954
10955 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10956
10957         * buffer.C (readLyXformat2): Add filename to the error dialog
10958
10959 2001-07-18  Juergen Vigna  <jug@sad.it>
10960
10961         * tabular.C (GetCellNumber): put an assert here instead of the check!
10962
10963 2001-07-17  Juergen Vigna  <jug@sad.it>
10964
10965         * BufferView_pimpl.C (toggleSelection): adapted too.
10966
10967         * text.C (selectNextWord): adapted for use with insets.
10968         (selectSelectedWord): ditto
10969
10970 2001-07-17  Juergen Vigna  <jug@sad.it>
10971
10972         * sp_spell.C (PSpell): fix initialitation order.
10973
10974 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10975
10976         * paragraph.C: spacing
10977
10978 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10979
10980         * sp_spell.C: repair language selection for pspell
10981
10982 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10983
10984         * lyxfunc.h: change more methods to begin with lower char.
10985
10986 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10987
10988         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10989         for unknown layouts.
10990
10991 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10992
10993         * buffer.C (readLyXformat2): Generate an error dialog if there are
10994         unknown layouts.
10995
10996 2001-07-16  Juergen Vigna  <jug@sad.it>
10997
10998         * sp_spell.C: always compile ISpell part.
10999
11000         * lyxrc.C: added use_pspell entry and it's handling.
11001
11002 2001-07-13  Juergen Vigna  <jug@sad.it>
11003
11004         * sp_spell.C: removed double includes.
11005
11006 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11007
11008         Consistent use of Lsstream.h:
11009         * Lsstream.h: added using std::stringstream for consistencies sake.
11010
11011         * buffer.C: removed using std::stringstream
11012
11013         * lyxfont.C (stateText):
11014         * paragraph.C (asString):
11015         * text.C (selectNextWord, selectSelectedWord):
11016         * text2.C (setCounter):
11017         * vspace.C (asString, asLatexString):
11018         std::ostringstream -> ostringstream.
11019
11020 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11021
11022         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11023         * commandtags.h: add LFUN_HELP_ABOUTLYX
11024         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11025
11026 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11027
11028         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11029         cursorToggle()
11030         * lyx_gui_misc.C: remove spellchecker
11031         * lyxfunc.C: showSpellchecker
11032         * sp_base.h: added
11033         * sp_ispell.h: added
11034         * sp_pspell.h: added
11035         * sp_spell.C: added
11036         * sp_form.[Ch]: removed
11037         * spellchecker.[Ch]: removed
11038
11039 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11040
11041         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11042         is set.
11043         (simpleTeXSpecialChars): Simply print the input character without
11044         any special translation if pass_thru is set.
11045
11046         * layout.h: Added bool pass_thru to layout class for being able to
11047         implement pass through of a paragraph for Literate Programming.
11048
11049         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11050         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11051         * layout.C (Read): add "passthru" to list of layout tags and add
11052         code to set the pass_thru boolean when it is read.
11053
11054 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11055
11056         * trans_decl.h: remove allowed from KmodInfo
11057
11058         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11059         remove allowed code
11060         (Load): adjust
11061
11062         * paragraph_pimpl.C (erase): use boost::prior
11063
11064         * Painter.C (text): use data() instead of c_str() when length is
11065         also provided.
11066         * WorkArea.C (putClipboard): ditto
11067         * font.h (width): ditto
11068
11069         * BufferView2.C: use it-> instead of (*it). for iterators
11070         * texrow.C: ditto
11071         * paragraph_pimpl.C: ditto
11072         * paragraph.C: ditto
11073         * minibuffer.C: ditto
11074         * language.C: ditto
11075         * kbmap.C: ditto
11076         * encoding.C: ditto
11077         * counters.C: ditto
11078         * converter.C: ditto
11079         * chset.C: ditto
11080         * Variables.C: ditto
11081         * TextCache.C: ditto
11082         * MenuBackend.C: ditto
11083         * LyXAction.C: ditto
11084         * LColor.C: ditto
11085         * FloatList.C: ditto
11086         * DepTable.C: ditto
11087         * ColorHandler.C (LyXColorHandler): ditto
11088
11089 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11090
11091         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11092
11093         * text2.C (openStuff): reintroduce this method (which had been
11094         nuked in NEW_INSETS frenzy).
11095
11096         * lyxfunc.C (Dispatch): when an action has not been handled, use
11097         its name in the error message, not its number.
11098
11099         * paragraph.C (inInset): change method name to begin with lowercase.
11100
11101         * undo_funcs.C:
11102         * text2.C: updates because of this.
11103
11104 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11105
11106         * ToolbarDefaults.C (add): add spaces in error message
11107
11108 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11109
11110         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11111         (readLyXformat2): rename return_par to first_par, use lyxlex's
11112         pushToken and remove the manual push handling.
11113         (parseSingleLyXformat2Token): add another ert comp. variable:
11114         in_tabular, rename return_par to first_par. handle newlines better
11115
11116 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11117
11118         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11119
11120 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11121
11122         * text2.C (getParFromID): removed
11123
11124         * buffer.C (getParFromID): new method moved form lyxtext.
11125         * BufferView2.C (insertErrors): adjust
11126         (setCursorFromRow): adjust
11127         * BufferView_pimpl.C (restorePosition): adjust
11128         * lyxfunc.C (Dispatch): adjust
11129         * undo_funcs.C (textUndo): adjust
11130         (textRedo): adjust
11131         (textHandleUndo): adjust
11132         (textHandleUndo): adjust
11133
11134 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11135
11136         * buffer.C: up' the LYX_FORMAT
11137
11138         * lyxfont.h: turn NO_LATEX on as default
11139
11140         * buffer.C (insertErtContents): new methods of tex style compability.
11141         (parseSingleLyXformat2Token): use it several places.
11142         * tabular.C (OldFormatRead): and here
11143
11144 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11145
11146         * text2.C: remove some commented code.
11147         reindent file.
11148
11149         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11150         * trans.C: changes because of the above.
11151
11152 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11153
11154         * text2.C (setCounter): Fix counters bug with bibliography layout.
11155
11156 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11157
11158         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11159         own member functions
11160         (simpleTeXSpecialChars): ditto
11161
11162 2001-07-06  Juergen Vigna  <jug@sad.it>
11163
11164         * a lot of files: changed the access to LyXText::status and the
11165         call of undo-functions.
11166
11167         * undo.[Ch]: added a inset_id to the undo informations.
11168
11169         * undo_funcs.[Ch]: added and moved here all undo functions.
11170
11171         * lyxtext.h: give the status enum a weight, made status_ a private
11172         variable and made accessor functions for it, removed the whole bunch
11173         of undo-functions as they are now in their own file, make some
11174         functions publically available. Added function ownerParagraph with
11175         int parameter.
11176
11177         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11178         made InInset() a const function, added getParFromID() function.
11179
11180         * buffer.[Ch]: added const version for inset_iterator functions,
11181         added getInsetFromID() function.
11182
11183         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11184         changed undo functions for new version.
11185
11186 2001-07-05  Juergen Vigna  <jug@sad.it>
11187
11188         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11189         unknow mechanism does not call the proper constructor but only this
11190         one also if I request the other!?
11191
11192 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11193
11194         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11195
11196         * text2.C (LyXText): use initialization lists.
11197
11198         * lyxtext.h (Selection): initialize set_ and mark_
11199         (init): remove method
11200
11201 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11202
11203         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11204
11205 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11206
11207         * screen.[Ch]: change method names to begin with lowercase
11208
11209         * BufferView_pimpl.C (updateScrollbar): simplify further and
11210         hopefully make it a bit faster.
11211
11212 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11213
11214         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11215         calling directly xforms functions.
11216
11217         * Painter.C (Painter):
11218         * lyx_cb.C (MenuWrite):
11219         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11220         fl_display.
11221
11222         * lyx_gui.C: remove bogus guiruntime extern declaration.
11223
11224 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11225
11226         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11227         in NEW_INSETS
11228         (redoDrawingOfParagraph): ditto
11229         (redoParagraphs): ditto
11230         (cutSelection): don't create a object for CutAndPaste use the
11231         static method directly
11232         (pasteSelection): ditto
11233
11234         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11235         LyXview (+ rename)
11236
11237 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11238
11239         * modifications to some other files because of this.
11240
11241         * Makefile.am (lyx_SOURCES): add XFormsView
11242
11243         * XFormsView.[Ch]: new files
11244
11245         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11246         the main window. Move the gui dependent stuff to XFormsView
11247
11248 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11249
11250         * tabular.C (GetCellInset): update cur_cell also in the row/col
11251         version of this function.
11252
11253         * lyxfunc.C: no need to include figure_form.h here.
11254
11255         * FontLoader.h:
11256         * lyxfunc.h:
11257         * lyxscreen.h:
11258         * text2.C:
11259         * lyxvc.C: no need to include forms.h here.
11260
11261 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11262
11263         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11264
11265         * lyxfunc.C (Dispatch):
11266         * Spacing.C (set):
11267         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11268         constructor argument.
11269
11270 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11271
11272         * paragraph.C (Paragraph): dont't clear, and just set layout.
11273         (makeSameLayout): use params's copy contructor.
11274
11275         * ParagraphParameters.[Ch] (makeSame): delete method
11276
11277 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11278
11279         * Variables.[Ch]: fix indentation, rename set to isSet
11280
11281 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11282
11283         * lyxfunc.C (Dispatch): fix typo
11284
11285 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11286
11287         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11288         upper_bound.
11289
11290         * bufferlist.C: include assert.h for emergencyWrite().
11291
11292 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11293
11294         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11295           give up at last (bug #425202) !
11296
11297 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11298
11299         * lyx_gui_misc.C:
11300         * sp_form.h:
11301         * sp_form.C:
11302         * spellchecker.h:
11303         * spellchecker.C: strip spellchecker options and bring up
11304           preferences tab instead
11305
11306 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11307
11308         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11309         the istringstream constructor
11310
11311 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11312
11313         * paragraph.C (getLayout): fix return value
11314
11315         * paragraph.h: do not declare getLayout as inline.
11316
11317         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11318
11319 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11320
11321         * lyxcursor.h (operator<): new func
11322         (operator>): new func
11323         (operator>=): new func
11324         (operator<=): new func
11325
11326         * text.C (changeCase): use selection.start and selection.end
11327         (changeRegionCase): require from to be <= to. Require par to be a
11328         valid paragraph.
11329
11330         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11331
11332 2001-06-27  Juergen Vigna  <jug@sad.it>
11333
11334         * text.C (cursorLeftOneWord): changed to return the cursor and added
11335         overlay with BufferView * parameter which calls this one.
11336         (getWord): added
11337         (selectWord): use new getWord function.
11338         (changeCase): renamed from changeWordCase as and extended to work
11339         also on selections.
11340
11341         * lyxtext.h: added enum word_location
11342
11343         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11344         changeCase as this operates now also on selections.
11345
11346 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11347
11348         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11349
11350         * many files: send debug output to Debug::INFO instead of
11351         Debug::ANY.
11352
11353         * converter.C (View):
11354         (Convert):
11355         (Move): send debug output to Debug::FILES instead of console.
11356
11357 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11358
11359         * lyxfunc.C (getStatus): use func_status
11360
11361         * func_status.h: new header, describing the results of
11362         LyXFunc::getStatus;
11363
11364         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11365         LFUN_MATH_HALIGN.
11366
11367 2001-06-25  The LyX Project  <jug@sad.it>
11368
11369         * buffer.C (sgmlOpenTag):
11370         (sgmlCloseTag):
11371         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11372
11373 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11374
11375         * text2.C: remove some dead code
11376
11377         * tabular.C (GetCellInset): store the last cell checked (gotten)
11378
11379         * tabular.h: add the helper for the speedup
11380
11381         * lyxtext.h: remove some dead code
11382
11383 2001-06-26  The LyX Project  <Asger>
11384
11385         * paragraph.C: Change export to LaTeX of alignment to
11386         \begin{center} and family for better roundtrip work with reLyX.
11387
11388         * Tune the math drawing a bit.
11389
11390 2001-06-25  The LyX Project  <Asger>
11391
11392         * LColor.C (LColor): New color for math background. New color
11393         for buttons.
11394
11395 2001-06-25  The LyX Project  <jug@sad.it>
11396
11397         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11398
11399         * lyxfunc.C (Open):
11400         * bufferlist.C (newFile): do not restrict to files ending with
11401         .lyx
11402
11403         * BufferView_pimpl.C (MenuInsertLyXFile):
11404
11405 2001-06-24  The LyX Project  <jug@sad.it>
11406
11407         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11408         of compare_no_case
11409
11410 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11411
11412         * lyxtext.h: rename most methods to begin with a small char.
11413         Lots of changes because of this.
11414
11415         * paragraph.C (Paragraph): do not call fitToSize
11416         (erase): call Pimpl::erase
11417         (insertChar): call Pimpl::insertChar
11418         (insertInset): call Pipl::insertInset
11419         (breakParagraph): do not call fitToSize
11420         (breakParagraphConservative): do not call fitToSize
11421         (fitToSize): remove method
11422
11423         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11424
11425 2001-06-24  The LyX Project  <Asger>
11426
11427         * Fix Qt compilation^2
11428
11429 2001-06-24  The LyX Project  <jug@sad.it>
11430
11431         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11432         depthHook(getDepth()-1).
11433
11434         * paragraph.h:
11435         * ParagraphParameters.h:
11436         * ParameterStruct.h: change type of depth to unsigned int ==
11437         depth_type. Many adaptations to other files before of that.
11438
11439 2001-06-24  The LyX Project  <Asger>
11440
11441         * Fix Qt compilation.
11442
11443 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11444
11445         * paragraph.h: renamed several methods to begin with small letter.
11446         several changes to many parts of the code because of this.
11447
11448 2001-06-23  The LyX Project  <jug@sad.it>
11449
11450         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11451         rewritten to discard all double spaces when KeepEmpty is off
11452         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11453         to only handle newlines but not fiddle with spaces and friends.
11454
11455         * lyxfunc.C (MenuNew): when doing 'new from template', use
11456         template_path as default directory
11457
11458 2001-06-23  The LyX Project  <Asger>
11459
11460         * Clean-up of header file includes all over
11461         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11462
11463 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11464
11465         * paragraph.h: renamed from lyxparagraph.h
11466
11467 2001-06-23  Asger  <lyx@violet.home.sad.it>
11468
11469         * Buffer.h: Removed Buffer::resize
11470         * BufferList.h: Removed BufferList::resize
11471         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11472         the document lazily when we change the width, or the font settings.
11473
11474 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11475
11476         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11477
11478 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11479
11480         * buffer.h: remove out of date comment
11481
11482 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11483
11484         * lyxscreen.h:
11485         * screen.C: fix "theoretical" GC leak
11486
11487 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11488
11489         * LaTeX.C (scanAuxFile):
11490         (deplog): remove trailing \r when reading stream (useful under
11491         win32)
11492
11493 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11494
11495         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11496         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11497         and BufferView::theLockingInset(Inset*), so should use them and not
11498         access bv_->text->the_locking_inset directly.
11499
11500         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11501
11502 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11503
11504         * Makefile.am:
11505         * tex-defs.h: remove old unused file
11506
11507 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11508
11509         * BufferView_pimpl.C: fix typo, remove minibuffer message
11510           when buffer has loaded
11511
11512 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11513
11514         * lyxfunc.C (Dispatch): use stringstream
11515         (MenuNew): use stringstream
11516         (Open): use stringstream
11517
11518         * importer.C (Import): use stringstream
11519
11520         * bufferview_funcs.C (CurrentState): use stringstream
11521
11522         * LaTeX.C (run): use stringstream
11523
11524         * BufferView_pimpl.C (savePosition): use stringstream
11525         (restorePosition): use stringstream
11526         (MenuInsertLyXFile): use stringstream
11527
11528 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11529
11530         * BufferView.C:
11531         * Bullet.C:
11532         * ColorHandler.C:
11533         * FontInfo.C:
11534         * FontLoader.C:
11535         * LColor.C:
11536         * LaTeXFeatures.C:
11537         * Painter.C:
11538         * gettext.C:
11539         * lyx_gui_misc.C:
11540         * lyxserver.C:
11541         * vspace.C: removed // -*- C++ -*- as first line.
11542
11543         * lyxfind.h:
11544         * version.h: added // -*- C++ -*- as first line.
11545
11546 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11547
11548         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11549
11550         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11551         of string
11552
11553 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11554
11555         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11556         of floats.
11557
11558 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11559
11560         * gettext.C: include LString.h even when --disable-nls is on.
11561
11562 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11563
11564         * converter.h (Get): changed argument type from int to
11565         FormatList::size_type to avoid unnecessary conversion.
11566
11567         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11568         before using it.
11569
11570 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11571
11572         * gettext.h: include LString.h even when --disable-nls is on.
11573
11574 2001-06-07  Juergen Vigna  <jug@sad.it>
11575
11576         * text.C (BreakAgain): subst spaces with tabs.
11577
11578         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11579         (resizeInsetsLyXText): set force on resizeLyXText.
11580
11581 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11582
11583         * gettext.h (gettext_init):
11584         (locale_init): use a real definition instead of a macro
11585
11586 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11587
11588         * Bufferview_pimpl.C:
11589         * LColor.h:
11590         * LColor.C: further lcolor tidies
11591
11592 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11593
11594         * BufferView_pimpl.C (updateScrollbar): simplify.
11595
11596         * BufferView2.C: don't include insets/insetinfo.h, change
11597         prototype for insertInset and call the Pimpl version. let
11598         updateInset call Pimpl version.
11599
11600         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11601         gotoInset to BufferView::Pimpl
11602
11603 2001-06-01  Juergen Vigna  <jug@sad.it>
11604
11605         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11606         inside a LockingInset (is the update needed at all?).
11607
11608 2001-05-31  Juergen Vigna  <jug@sad.it>
11609
11610         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11611         here not the old one otherwise how should we compare it afterwards
11612         if it's the same!
11613
11614 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11615
11616         * lyxfont.C:
11617         * tabular.C:
11618         * tabular-old.C:
11619         * FontInfo.C: bring C functions into global namespace when
11620         necessary
11621
11622 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11623
11624         * LString.h: make sure config.h has been loaded before LString.h.
11625
11626         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11627         (one for each char read by EatLine!).
11628
11629         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11630         variables.
11631
11632 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11633
11634         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11635         to the same as the par we break from
11636
11637 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11638
11639         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11640
11641         * MenuBackend.C (expand): also create menu entries for wide
11642         versions of the floats.
11643
11644         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11645
11646         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11647
11648         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11649         frontends/Makefile.am
11650
11651         * text2.C: adjust
11652         * text.C: adjust
11653
11654
11655         * tabular.C (getTokenValue): add std::
11656
11657         * tabular-old.C (getTokenValue): add std::
11658         (getTokenValue): ditto
11659         (getTokenValue): ditto
11660
11661         * screen.C (ToggleSelection): adjust
11662
11663         * lyxtext.h: put selection cursors inside a Selection struct.
11664
11665         * lyxfunc.C (moveCursorUpdate): adjust
11666
11667         * lyxfont.C (latexWriteStartChanges): add std::
11668
11669         * lyxfind.C: adjust
11670
11671         * font.h: delete with(char const *, LyXFont const &)
11672
11673         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11674
11675         * FontInfo.C (getFontname): add std::
11676
11677         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11678         (workAreaButtonPress): adjust
11679         (tripleClick): adjust
11680         (update): adjust
11681         (moveCursorUpdate): adjust
11682         (Dispatch): adjust
11683
11684         * BufferView2.C (gotoInset): adjust
11685
11686 2001-05-30  Juergen Vigna  <jug@sad.it>
11687
11688         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11689         to check pspell I add this as default as I now have new pspell
11690         libraries and they seem to use this.
11691
11692 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11693
11694         * text2.C (CutSelection): make the cursor valid before the call to
11695         ClearSelection.
11696
11697 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11698
11699         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11700         relied on 0 terminated strings and other horrors. Bug found due to
11701         the new assert in lyxstring!
11702
11703         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11704         KP_ keys.
11705
11706 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11707
11708         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11709         to latinkeys.bind.
11710
11711         * lyxfunc.C (processKeySym): change method of getting to the
11712         self-insert char.
11713
11714         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11715         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11716         * BufferView_pimpl.[Ch]: here as private methods.
11717
11718 2001-05-28  Juergen Vigna  <jug@sad.it>
11719
11720         * text.C (SetHeightOfRow): added the update() call again as it is
11721         needed to initialize inset dimensions!
11722
11723 2001-05-16  Juergen Vigna  <jug@sad.it>
11724
11725         * text2.C (SetCharFont): Add new function with BufferView * and
11726         bool toggleall parameters for setting insets internal fonts.
11727         (SetFont): Freeze the undo as we may change fonts in Insets and
11728         all this change should be inside only one Undo!
11729
11730         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11731         setting font's in insets as for them we have the SetFont function!
11732
11733 2001-05-15  Juergen Vigna  <jug@sad.it>
11734
11735         * text2.C (ClearSelection): to be sure we REALLY don't have any
11736         selection anymore!
11737
11738         * tabular.C (TeXCellPreamble): fixed the left border problem for
11739         multicolumn cells.
11740
11741 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11742
11743         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11744         dependancy file
11745
11746 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11747
11748         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11749         LFUN_BREAKPARAGRAPH.
11750
11751         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11752         help test to "internal only", similar for LFUN_INSERT_URL
11753
11754         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11755         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11756         auto_region_delete and deadkeys.
11757
11758 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11759
11760         * LColor.h:
11761         * LColor.C: remove some dead entries, tidy a little
11762
11763 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11764
11765         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11766         commented code.
11767         (Dispatch): implement LFUN_ESCAPE
11768
11769         * commandtags.h: add LFUN_ESCAPE
11770
11771         * LyXAction.C (init): add entry for LFUN_ESCAPE
11772
11773         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11774         Remove commented code.
11775         (insertNote): moved here
11776         (open_new_inset): moved here
11777
11778         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11779         BufferView_pimpl
11780
11781 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11782
11783         * kbmap.C (findbinding): clean it up and make it work correctly.
11784
11785         * lyx_main.C (init): do not pass argc and argv as parameters
11786
11787 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11788
11789         * buffer.C: fix path for OS/2 & Win32
11790
11791         * lyx_gui.C:
11792         * lyx_main:
11793         * lyx_main.C: Added os:: class.
11794
11795         * os2_defines.h: update
11796
11797 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11798
11799         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11800         better by trying again with reduced state.
11801
11802 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11803
11804         * lyxrc.C (read): print error about invalid key sequence only when
11805         debugging (because not all latinX keysyms are known to some X
11806         servers)
11807
11808         * kbsequence.C (getiso): add a few std:: qualifiers
11809         (getiso): comment out extra return statement.
11810
11811 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11812
11813         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11814         handling.
11815         (Dispatch): enhance the accent inset a bit. (not perfect)
11816
11817 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11818
11819         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11820
11821 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11822
11823         * bufferlist.C (emergencyWrite): fix assert() call
11824
11825 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11826
11827         * text.C (InsertChar): Added trivial patch to only send the "you
11828         can not do multiple spaces this way" message once during a
11829         session.
11830
11831 2001-05-08  Baruch Even  <baruch@lyx.org>
11832
11833         * Makefile.am: Changed order of libraries to get LyX to link properly
11834         with the gnome frontend.
11835
11836 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11837
11838         * LaTeXFeatures.h: add a std:: qualifier
11839
11840 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11841
11842         * paragraph.C (String): use stringstream
11843
11844 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11845
11846         * paragraph.C (writeFile): remove footflag arg
11847
11848         * buffer.C (makeLaTeXFile): use stringstream
11849         (latexParagraphs): remove footnot gurba
11850
11851         * LaTeXFeatures.C (getPackages): use stringstream
11852         (getMacros): likewise
11853         (getTClassPreamble): likewise
11854         (getFloatDefinitions): new method
11855
11856         * paragraph.C (writeFile): reindent
11857         (Erase): reindent
11858
11859         * WorkArea.h: revert the xpos + etc changes.
11860
11861         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11862
11863         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11864
11865         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11866         (pasteSelection): likewise
11867         * text2.C (CreateUndo): likewise
11868
11869 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11870
11871         * minibuffer.C (peek_event): temporarily reduce the functionality
11872         of the minibuffer (to allow args on lfuns)
11873
11874         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11875         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11876
11877         * buffer.C (readInset): add compability reading of old float
11878         lists, add reading of new style float list.
11879         (readInset): avoid reevaluation of inscmd.getCmdName()
11880         (getLists): reindent
11881
11882         * MenuBackend.C (MenuItem): implement parsing of
11883         md_floatlistinsert and md_floatinsert.
11884         (expand::LastFiles): move initalizaton of iterators out of loop,
11885         avoid reevaluation.
11886         (expand::Documents): introduce typdedef vector<string> Strings,
11887         and use it.
11888         (expand::ExportFormats): introduce typedef vector<Format const *>
11889         Formats, and use it.
11890         (expand): implement FloatListInsert and FloatInsert.
11891
11892         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11893         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11894         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11895
11896         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11897         handling.
11898         (Dispatch::LFUN_FLOAT_LIST): implement
11899
11900 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11901
11902         * LaTeX.C (run): Fix problem with --export code.
11903
11904 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11905
11906         * BufferView.[Ch] (workarea): removed.
11907         (getClipboard) new method; wrapper for workarea()->getClipboard()
11908
11909         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11910         bug.
11911
11912         * WorkArea.h (width, height, xpos, ypos): These methods all
11913         returned the dimensions of the work_area sub-area of WorkArea,
11914         resulting in a position error if the WorkArea were resized. Now
11915         return the dimensions of the entire WorkArea.
11916
11917         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11918
11919 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11920
11921         * LaTeX.C (deplog): correct the syntax of regex reg1
11922
11923 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11924
11925         * undo.C: remove !NEW_INSETS cruft
11926
11927 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11928
11929         * text2.C: remove !NEW_INSETS cruft
11930
11931         * text.C: remove !NEW_INSETS cruft
11932
11933         * tabular.C: remove !NEW_INSETS cruft
11934
11935         * spellchecker.C: remove !NEW_INSETS cruft
11936
11937         * lyxtext.h: remove !NEW_INSETS cruft
11938
11939         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11940
11941         * lyxfunc.C: remove !NEW_INSETS cruft
11942
11943         * lyxfind.C: remove !NEW_INSETS cruft
11944
11945         * lyx_cb.C: remove !NEW_INSETS cruft
11946
11947         * figureForm.C: remove  !NEW_INSETS cruft
11948
11949         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11950
11951         * buffer.[Ch]: remove !NEW_INSETS cruft
11952
11953         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11954
11955         * CutAndPaste.C: remove !NEW_INSETS cruft
11956
11957         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11958
11959         * BufferView2.C: remove !NEW_INSETS cruft
11960
11961         * BufferView.h: remove !NEW_INSETS cruft
11962
11963 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11964
11965         * Lsstream.h: include LString.h before the sstream headers to
11966         fix problem with gcc 2.95.3 and lyxstring
11967
11968 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11969
11970         * lyx_main.C: add using directives when needed for C functions
11971         declared in std:: namespace.
11972
11973 2001-04-27  Juergen Vigna  <jug@sad.it>
11974
11975         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11976         (SetHeightOfRow): comment out the update call should not be needed!
11977
11978 2001-04-13  Juergen Vigna  <jug@sad.it>
11979
11980         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11981         (LyXTabular): tried to minimize operator= operations (and realized
11982         hopfully Lars wish).
11983
11984 2001-04-27  Juergen Vigna  <jug@sad.it>
11985
11986         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11987
11988 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11989
11990         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11991
11992         * buffer.C (readInset): hack to make listof algorithm work
11993
11994         * BufferView_pimpl.C: hack to make listof algorithm work
11995
11996 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11997
11998         * LyXAction.C: removed all !NEW_INSETS cruft
11999         (init): moved lfun_item in method
12000
12001         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12002
12003 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12004
12005         * BufferView2.C (theLockingInset): white space.
12006
12007 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12008
12009         * minibuffer.C: include <iostream>
12010
12011         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12012
12013         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12014
12015         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12016
12017         * text.[Ch] (TransposeChars): new method
12018
12019 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12020
12021         * call message directly through LyXView instead of through LyXFunc
12022         * BufferView2.C: adjust
12023         * BufferView_pimpl.C: adjust
12024         * FontLoader.C: adjust
12025         * buffer.C: adjust
12026         * bufferview_funcs.C: adjust
12027         * converter.C: adjust
12028         * figureForm.C: adjust
12029         * importer.C: adjust
12030         * lyx_cb.C: adjust
12031         * lyx_gui_misc.C: adjust
12032         * lyxfunc.C: adjust
12033         * lyxvc.C: adjust
12034         * text2.C: adjust
12035         + more files in subdirs
12036
12037         * lyxparagraph.h (size): move up int file
12038         (GetLayout): ditto
12039
12040         * adjust all uses of Assert to lyx::Assert.
12041
12042         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12043         lyxfunctional in namespace lyx
12044         * layout.C (hasLayout): ditto
12045         (GetLayout): ditto
12046         (GetLayout): ditto
12047         (delete_layout): ditto
12048         (NumberOfClass): ditto
12049         * converter.C (GetFormat): ditto
12050         (GetNumber): ditto
12051         (Add): ditto
12052         (Delete): ditto
12053         (SetViewer): ditto
12054         * bufferlist.C (getFileNames): ditto
12055         (emergencyWriteAll): ditto
12056         (exists): ditto
12057         (getBuffer): ditto
12058         * MenuBackend.C (hasSubmenu): ditto
12059         (hasMenu): ditto
12060         (getMenu): ditto
12061         * BufferView_pimpl.C (getInsetByCode): ditto
12062
12063 2001-04-18  Juergen Vigna  <jug@sad.it>
12064
12065         * vspace.C (asLatexString): fixed the 100% problem.
12066
12067 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12068
12069         * lyxfunc.C (Dispatch):
12070         * minibuffer.C:
12071         * minibuffer.h: add a few std:: qualifiers
12072
12073 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12074
12075         * minibuffer.[Ch]: reimplement so that commands is initiated and
12076         run from lyxfunc, simplified som handling, and made the completion
12077         and history code for complete. wip.
12078
12079         * lyxfunc.C (processKeySym): call message
12080         (miniDispatch): new temporary method
12081         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12082         (LFUN_MESSAGE): implement
12083         (LFUN_MESSAGE_PUSH): implement
12084         (LFUN_MESSAGE_POP): implement
12085         (initMiniBuffer): the initial/defualt minibuffer message.
12086
12087         * lyxfont.[Ch]: inline some more getters
12088
12089         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12090
12091         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12092
12093         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12094         (AutoSave): use LFUN_MESSAGE
12095         (Reconfigure): ditto
12096
12097         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12098
12099         * figureForm.C: use LFUN_MESSAGE
12100
12101         * converter.C (runLaTeX): use LFUN_MESSAGE
12102
12103         * bufferview_funcs.C: use LFUN_MESSAGE
12104         (Melt): ditto
12105         (changeDepth): ditto
12106
12107         * bufferparams.h: use boost::
12108
12109         * bufferlist.h: inherit privately from noncopyable
12110
12111         * bufferlist.C (loadLyXFile): remove some commented code.
12112
12113         * buffer.C (runChktex): use LFUN_MESSAGE
12114
12115         * ShareContainer.h: inherit privately from noncopyable
12116
12117         * ParagraphParameters.[hC] (depth): inline it.
12118
12119         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12120         methods.
12121         (message): new method
12122         (messagePush): ditto
12123         (messagePop): ditto
12124         (show): init minibuffer
12125         (showState): direct call
12126
12127         * LaTeX.[Ch]: inherit privately from noncopyable
12128         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12129         instead of WriteStatus.
12130
12131         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12132
12133         * BufferView_pimpl.C (buffer): don't init minibuffer
12134         (workAreaButtonPress): use LFUN_MESSAGE
12135         (workAreaButtonRelease): ditto
12136         (savePosition): ditto
12137         (restorePosition): ditto
12138         (MenuInsertLyXFile): ditto
12139         (workAreaExpose): don't init minibuffer
12140         (update): remove commented code, simplify
12141
12142         * BufferView2.C (openStuff): use LFUN_MESSAGE
12143         (toggleFloat): ditto
12144         (menuUndo): ditto
12145         (menuRedo): ditto
12146         (copyEnvironment): ditto
12147         (pasteEnvironment): ditto
12148         (copy): ditto
12149         (cut): ditto
12150         (paste): ditto
12151         (gotoInset): ditto
12152         (updateInset): remove some commented code
12153
12154         * lastfiles.h: inherit privately from noncopyable
12155         * layout.h: ditto
12156         * lyx_gui.h: ditto
12157         * lyx_main.h: ditto
12158         * lyxlex.h: ditto
12159         * lyxlex_pimpl.h: ditto
12160
12161         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12162         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12163         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12164
12165         * LyXAction.h: inherit privately from noncopyable, add methods
12166         func_begin, func_end, returning iterators to the func map.
12167
12168         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12169         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12170         (func_begin): new method
12171         (func_end): new method
12172
12173         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12174         and not)
12175         (copySelection): ditto
12176         (pasteSelection): ditto
12177
12178         * BufferView.C: whitespace change
12179         * BufferView.h: inherit privately from noncopyable
12180
12181 2001-04-16  Allan Rae  <rae@lyx.org>
12182
12183         * tabular-old.C (l_getline):
12184         * spellchecker.C (sc_check_word):
12185         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12186         an unrecognised preprocessor directive.  So ensure they're wrapped.
12187
12188 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12189
12190         * src/exporter.C (Export): Give an error message when path to file
12191         contains spaces.
12192
12193 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12194
12195         * LaTeX.C (deplog): Always check that foundfile exists.
12196
12197 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12198
12199         * lyx_main.h:
12200         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12201
12202 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12203
12204         * tabular.[Ch] (getLabelList): implement new method
12205
12206         * minibuffer.h: comment ouf setTiimer
12207
12208         * minibuffer.C (ExecutingCB): constify res
12209         (peek_event): constify s
12210         (Set): constify ntext
12211         (Init): constify nicename
12212
12213         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12214
12215         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12216         (savePosition): use two params to Minibuffer::Set
12217         (restorePosition): ditto
12218
12219 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12220
12221         * lyx_main.C: include language.h
12222
12223         * Makefile.am (lyx_main.o): add language.h
12224
12225 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12226
12227         * exporter.C:
12228         * paragraph.C:
12229         * screen.C:
12230         * tabular.C:
12231         * CutAndPaste.C: include gettext.h
12232
12233         * lyxfont.h: remove old hack with ON and OFF.
12234
12235         * lyxparagraph.h:
12236         * lyxfont.h: do not include language.h...
12237
12238         * BufferView2.C:
12239         * LaTeXFeatures.C:
12240         * Painter.C:
12241         * bufferview_funcs.C:
12242         * font.C:
12243         * lyxfont.C:
12244         * text.C:
12245         * text2.C:
12246         * trans_mgr.C:
12247         * paragraph.C: ... but do it here instead
12248
12249 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12250
12251         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12252
12253         * tabular.C: small reformat
12254
12255         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12256         NEW_INSETS version
12257         (GetChar): ditto
12258         (BreakParagraph): ditto
12259         (SetOnlyLayout): ditto
12260         (SetLayout): ditto
12261
12262         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12263         with one arg less.
12264
12265         * lastfiles.C: removed most using decl, add std:: where needed
12266
12267         * buffer.C: ws changes
12268
12269         * MenuBackend.C (class compare_format): put into anon namespace
12270         (expand): constify label, names, action, action2
12271         (expand):
12272
12273         * text.C (SingleWidth): constify font
12274         (IsBoundary): constify rtl2
12275         (GetVisibleRow): constify ww
12276
12277         * LaTeX.C (deplog): constify logfile
12278
12279         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12280         start_x, end_x
12281         (workAreaExpose): constify widthChange, heightChange
12282
12283         * lyxrow.C (par): moved
12284         (height): moved
12285         (next): moved
12286         * lyxrow.h: as inlines here
12287
12288         * lyxfont.h (shape): moved from lyxfont.C
12289         (emph): moved from lyxfont.C
12290
12291         * lyxfont.C (LyXFont): use initialization list for all
12292         constructors
12293         (shape): move to lyxfont.h as inline
12294         (emph): move to lyxfont.h as inline
12295
12296
12297 2001-04-04  Juergen Vigna  <jug@sad.it>
12298
12299         * vspace.C: had to include stdio.h for use of sscanf
12300
12301 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12302
12303         * BufferView.h:
12304         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12305         independent of xforms.
12306
12307 2001-04-02  Juergen Vigna  <jug@sad.it>
12308
12309         * spellchecker.C: fixed namespace placing!
12310
12311 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12312
12313         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12314         the LyXParagraph * is 0.
12315
12316 2001-03-29  Juergen Vigna  <jug@sad.it>
12317
12318         * vspace.C: added support for %, c%, p%, l%.
12319         (stringFromUnit): added helper function.
12320         (asLatexString): changed to give right results for the %-values.
12321
12322         * buffer.C: convert the widthp in a width%.
12323
12324 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12325
12326         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12327         figureForm.[Ch].
12328
12329         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12330         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12331
12332         * lyx_cb.[Ch]: see above.
12333
12334         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12335         form1.[Ch].
12336
12337         * form1.[Ch]:
12338         * lyx.[Ch]: replaced by figure_form.[Ch].
12339
12340         * lyx_gui.C:
12341         * lyx_gui_misc.C:
12342         * lyxfunc.C: changed headers associated with above changes.
12343
12344 2001-03-27  Juergen Vigna  <jug@sad.it>
12345
12346         * BufferView_pimpl.C: set the temporary cursor right!
12347
12348 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12349
12350         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12351
12352 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12353
12354         * LString.h: removed "using std::getline"!
12355
12356         * BufferView_pimpl.C (Dispatch): changes due to changes in
12357         InsetInclude::Params.
12358
12359         * buffer.C (tag_name): removed redundant break statements as they were
12360         producing lots of warnings with my compiler.
12361
12362 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12363
12364         * LString.h: add "using std::getline" when using the real <string>.
12365
12366 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12367
12368         * buffer.C: removed bitset usage.
12369         PAR_TAG moved to an anonymous name space.
12370         (tag_name): new funtion, also in the anonymous namespace.
12371         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12372         (makeDocBookFile): clean code. Completed transition from string arrays
12373         to string vectors.
12374         (SimpleDocBookOnePar): code clean.
12375
12376 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12377
12378         * tabular.C: add some comments.
12379
12380 2001-03-22  Juergen Vigna  <jug@sad.it>
12381
12382         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12383         compatibility read a bit and fixed bug with minipage in different
12384         depth.
12385
12386 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12387
12388         * buffer.C (pop_tag): removed.
12389         (push_tag): removed.
12390         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12391         array replaced with vector. Added support for CDATA sections.
12392         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12393         at any nest level.
12394         (makeDocBookFile): XML conformant declaration of CDATA section,
12395         fixed bug related to <emphasis> in the first paragraph char.
12396         (sgmlOpenTag): exclude empty tags.
12397         (sgmlCloseTag): ditto.
12398
12399         * buffer.h (pop_tag): removed.
12400         (push_tag): removed.
12401
12402 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12403
12404         * language.h (Languages): added size_type and size().
12405
12406 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12407
12408         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12409         response on compability reading of minipages. One probliem is that
12410         the old usage of minipages was «flertydig»
12411
12412         * several files here and in subdirs: don't use static at file
12413         scope use anon namespaces instead.
12414
12415 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12416
12417         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12418         LaTeX output. This is necessary for Literate document
12419         processing.
12420
12421 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12422
12423         * buffer.C: insert hfill when needed.
12424
12425         * tabular.C (l_getline): use string::erase, small whitespace change.
12426
12427         * BufferView_pimpl.C: try the anon namespace.
12428         * WorkArea.C: ditto
12429
12430 2001-03-16  Juergen Vigna  <jug@sad.it>
12431
12432         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12433         otherwise it won't open options-dialogs.
12434
12435         * buffer.C: honor pextraWidth(p) on converting minipages.
12436
12437         * tabular.C (l_getline): changed the functions to strip trailing \r.
12438
12439 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12440
12441         * BufferView_pimpl.C:
12442         * minibuffer..C: added "using SigC::slot" declaration.
12443
12444 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12445
12446         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12447
12448         * text2.C: ditto
12449
12450         * text.C: ditto
12451
12452         * paragraph.C: ditto
12453
12454         * lyxtext.h: NO_PEXTRA
12455
12456         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12457
12458         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12459         * ParameterStruct.h: ditto
12460         * ParagraphParameters.h: ditto
12461         * lyxparagraph.h: ditto
12462
12463 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12464
12465         * buffer.C: add compability for minipage alignment.
12466         (latexParagraphs): remove unwanted pextra check.
12467
12468         * several files: remove CXX_WORKING_NAMESPACES
12469
12470         * buffer.C (pop_tag): tie is in namespace boost
12471
12472         * BufferView.h: noncopyable is in namespace boost
12473         * lyxlex.h: ditto
12474         * lyx_main.h: ditto
12475         * lyx_gui.h: ditto
12476         * layout.h: ditto
12477         * lastfiles.h: ditto
12478         * bufferlist.h: ditto
12479         * ShareContainer.h: ditto
12480         * LyXView.h: ditto
12481         * LyXAction.h: ditto
12482         * LaTeX.h: ditto
12483
12484 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12485
12486         * Merging changes from BRANCH_MVC back into HEAD.
12487
12488         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12489
12490 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12491
12492         * BufferView_pimpl.C: change from intl.C
12493
12494         * combox.h:
12495         * combox.C:
12496         * Makefile.am: move combox.*
12497
12498         * form1.h:
12499         * form1.C:
12500         * lyx_gui.C:
12501         * intl.h:
12502         * intl.C: remove dialog (covered by prefs)
12503
12504 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12505
12506         * lyxfunc.C (Dispatch): removed redundant break statement.
12507
12508 2001-03-14  Juergen Vigna  <jug@sad.it>
12509
12510         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12511
12512 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12513
12514         * buffer.C: add hack to fix compability reading of minipages.
12515
12516 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12517
12518         * buffer.C (getLists): Cleanup.
12519
12520 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12521
12522         * lyxfont.C (update): don't honor toggleall on font size.
12523
12524 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12525
12526         * bmtable.c:
12527         * bmtable.h:
12528         * Makefile.am: moved to frontends/xforms/
12529
12530         * lyx_gui_misc.C:
12531         * lyxfunc.C:
12532         * BufferView_pimpl.C: changes for moved mathpanel
12533
12534 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12535
12536         * gettext.h: fix gettext_init() in --disable-nls
12537
12538 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12539
12540         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12541
12542 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12543
12544         * lyx.C:
12545         * lyx.h: strip external form
12546
12547 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12548
12549         * BufferView_pimpl.C: add comment, destroySplash()
12550
12551 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12552
12553         * BufferView_pimpl.C:
12554         * LyXAction.C:
12555         * buffer.C:
12556         * commandtags.h:
12557         * lyxfunc.C: use re-worked insetinclude
12558
12559 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12560
12561         * buffer.C: add using std::stringstream.
12562
12563         * lyx_cb.C: readd using std::ios.
12564
12565         * buffer.C: add using std::map.
12566
12567         * BufferView_pimpl.C: add using std::vector.
12568
12569         * ShareContainer.h: add std:: to swap.
12570
12571         * buffer.h: add some typedefs
12572         * buffer.C (getLists): use them
12573         (getLists): renamed from getTocList.
12574         add a counter for the different float types and use it in the
12575         generated string.
12576         (getLists): use the same counter for the NEW_INSETS and the "non"
12577         NEW_INSETS
12578
12579         * lyx_cb.h: remove unused items, includes, using etc.
12580
12581         * ShareContainer.h: remove some commented code, add more comments
12582         and "documentation".
12583
12584 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12585
12586         * buffer.C (getTocList): make the list also when NEW_INSETS is
12587         defined.
12588
12589         * buffer.h: remove TocType
12590
12591         * buffer.C (getTocList): change to return a map<string,
12592         vector<TocItem> >, implement for dynamic number of list.
12593
12594         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12595         * text2.C (PasteSelection): adjust
12596         * CutAndPaste.C (pasteSelection): adjust
12597
12598         * FloatList.C (FloatList): update from the new_insets branch.
12599         * Floating.[Ch]: ditto
12600         * LaTeXFeatures.C: ditto
12601         * buffer.C: ditto
12602         * lyxlex_pimpl.C: ditto
12603
12604         * paragraph.C (Last): remove when NEW_INSETS is defined.
12605
12606         * other file: changes because of the above.
12607
12608 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12609
12610         * lyxparagraph.h: rename next to next_, previous to previous_,
12611         make them private for NEW_INSETS. Rename Next() to next(),
12612         Previous() to previous().
12613
12614         * other files: changes because of the above.
12615
12616 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12617
12618         * BufferView.h:
12619         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12620         problem.
12621
12622 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12623
12624         * main.C (main): pass lyx_localedir to gettext_init().
12625
12626         * gettext.h: remove locale_init and gettext_init macros
12627
12628         * gettext.C (locale_init): new function
12629         (gettext_init): new function
12630
12631         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12632         setlocale().
12633
12634 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12635
12636         * Moved credits to frontends:
12637         * credits.[Ch]: removed
12638         * credits_form.[Ch]: removed
12639         * lyx_gui_misc.C: remove credits stuff
12640         * Makefile.am:
12641
12642 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12643
12644         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12645
12646         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12647         unneeded destructor.
12648
12649         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12650         a standalone pointer again.
12651
12652         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12653
12654 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12655
12656         * Makefile.am:
12657         * filedlg.h:
12658         * filedlg.C:
12659         * LyXAction.C:
12660         * ToolbarDefaults.C:
12661         * bufferlist.C:
12662         * commandtags.h:
12663         * form1.C:
12664         * form1.h:
12665         * lyx_cb.C:
12666         * lyx_cb.h:
12667         * lyxfunc.h:
12668         * lyxfunc.C:
12669         * BufferView_pimpl.C: use new file dialog in GUII
12670
12671         * lyx_cb.h:
12672         * lyx_cb.C: remove LayoutsCB to Toolbar
12673
12674 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12675
12676         * ShareContainer.h (get): add std:: qualifier
12677
12678 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12679
12680         * ShareContainer.h: define a proper ShareContainer::value_type
12681         type (and use typename to please compaq cxx)
12682
12683 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12684
12685         * lyxparagraph.h: move serveral local vars to
12686         ParameterStruct/ParagraphParameters., use ShareContainer in
12687         FontTable., make vars in FontTable private and add getter and
12688         setter.
12689
12690         * paragraph.C: changes because of the above.
12691
12692         * lyxfont.h: remove copy constructor and copy assignment. (the
12693         default ones is ok), move number inside FontBits. move inlines to
12694         lyxfont.C
12695
12696         * lyxfont.C: add number to initializaton of statics, move several
12697         inlines here. constify several local vars. some whitespace
12698         cleanup. Dont hide outerscope variables.
12699
12700         * Spacing.h: add two new constructors to match the set methods.
12701
12702         * ShareContainer.h: new file, will perhaps be moved to support
12703
12704         * ParameterStruct.h: new file
12705
12706         * ParagraphParameters.h: new file
12707
12708         * ParagraphParameters.C: new file
12709
12710         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12711         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12712
12713         * BufferView_pimpl.C: ParagraphParameter changes.
12714         * buffer.C: Likewise.
12715         * bufferview_funcs.C: Likewise.
12716         * text.C: Likewise.
12717         * text2.C: Likewise.
12718
12719 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12720
12721         * lyxfind.C (LyXReplace): do not redefine default argument in
12722         implementation.
12723         (IsStringInText): ditto
12724         (SearchForward): ditto
12725         (SearchBackward): ditto
12726
12727 2001-03-06  Juergen Vigna  <jug@sad.it>
12728
12729         * lyxfind.C (IsStringInText): put parentes around expressions.
12730
12731 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12732
12733         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12734
12735 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12736
12737         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12738
12739         * stl_string_fwd.h: add comment
12740
12741         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12742
12743         * tabular.h:
12744         * tabular.C: remove unused DocBook methods
12745
12746         * intl.C:
12747         * language.C:
12748         * paragraph.C:
12749         * buffer.C:
12750         killed DO_USE_DEFAULT_LANGUAGE
12751
12752 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12753
12754         * lyx_gui.C: do not include language.h.
12755
12756         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12757         arguments in function implementation.
12758
12759 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12760
12761         * BufferView_pimpl.C: add <ctime>
12762
12763 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12764
12765         * BufferView_pimpl.C: add using std::find_if
12766
12767 2001-02-27  José Matos  <jamatos@fep.up.pt>
12768
12769         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12770         by OnlyPath.
12771
12772 2001-02-11  José Matos  <jamatos@fep.up.pt>
12773
12774         * buffer.C (makeDocBookFile): command styles now have a parameter as
12775         "title" by default.
12776
12777 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12778
12779         * layout_forms.[Ch]: removed
12780         * lyx_cb.[Ch]: out character
12781         * lyx_gui.C: out character
12782         * lyx_gui_misc.C: out character
12783         * bufferview_funcs.C: : out character,
12784         added toggleall as parameter in ToggleAndShow
12785
12786 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12787
12788         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12789
12790         * text2.C (SetCurrentFont): Disable number property at boundary.
12791
12792 2001-02-26  Juergen Vigna  <jug@sad.it>
12793
12794         * lyxfunc.C (getStatus): added a string argument override function so
12795         that this is correctly called from LyXFunc::Dispatch if it contains a
12796         do_not_use_argument which is used!
12797         (Dispatch): added check for "custom" export and call appropriate func.
12798
12799 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12800
12801         * lyxrc.C: Add language_command_local, language_use_babel and
12802         language_global_options.
12803
12804         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12805
12806         * buffer.C (makeLaTeXFile): Use language_use_babel and
12807         language_global_options.
12808
12809 2001-02-23  Juergen Vigna  <jug@sad.it>
12810
12811         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12812         which works with LyXText and putted it inside BufferView. Here now we
12813         only call for that part the BufferView::Dispatch() function.
12814
12815         * BufferView.C (Dispatch): added.
12816
12817         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12818         functions which needs to use a LyXText over from LyXFunc.
12819         (MenuInsertLyXFile): added
12820         (getInsetByCode): added
12821         (moveCursorUpdate): added
12822         (static TEXT): added
12823
12824 2001-02-22  Juergen Vigna  <jug@sad.it>
12825
12826         * BufferView_pimpl.C (update): call a status update to see if LyXText
12827         needs it.
12828
12829 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12830
12831         * vc-backend.C (revert): implement for CVS
12832         (getLog): implement for CVS
12833
12834 2001-02-20  Juergen Vigna  <jug@sad.it>
12835
12836         * text2.C (ClearSelection): added BufferView param for inset_owner call
12837
12838         * lyxfunc.C (TEXT): added this function and use it instead of
12839         directly owner->view()-text of getLyXText().
12840
12841 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12842
12843         * src/layout_forms.C: out preamble
12844         * src/layout_forms.h: out preamble
12845         * src/lyx_cb.C: out preamble
12846         * src/lyx_cb.h: out preamble
12847         * src/lyx_gui.C: out preamble
12848         * src/lyx_gui_misc.C: out preamble
12849         * src/lyxfunc.C: connect with guii preamble
12850
12851 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12852
12853         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12854
12855 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12856
12857         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12858         whether to run bibtex.
12859
12860 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12861
12862         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12863
12864 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12865
12866         * Makefile.am (lyx_SOURCES): removed bibforms.h
12867
12868         * vspace.h: doxygen
12869
12870         * text.C (GetVisibleRow): make several local vars const
12871
12872         * tabular.C: small cleanup.
12873
12874         * lyxserver.C (callback): use compare instead of strncmp
12875
12876         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12877         inlines to after class or to paragraph.C
12878
12879         * lyxfont.h: remove friend operator!=
12880
12881         * converter.h: move friend bool operator< to non friend and after
12882         class def.
12883
12884         * combox.h: small cleanup
12885
12886         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12887         to inlines after class def.
12888
12889         * buffer.C (pop_tag): use string operations instead of strcmp
12890
12891         * bmtable.c: doxygen, small cleanup
12892
12893         * LaTeX.h: remove friend operator==
12894
12895 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12896
12897         * screen.C:
12898         * lyxrc.[Ch]:
12899         * lyxfunc.C:
12900         * lyxfont.[Ch]:
12901         * lyx_cb.C:
12902         * intl.[Ch]:
12903         * commandtags.h:
12904         * buffer.C:
12905         * WorkArea.[Ch]:
12906         * LyXAction.C:
12907         * BufferView_pimpl.C:
12908         * BufferView.[Ch]: remove cruft
12909
12910 2001-02-14  Juergen Vigna  <jug@sad.it>
12911
12912         * lyxfunc.C: removed #if 0 unused code
12913
12914         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12915
12916         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12917
12918         * text2.C (SetSelection): added a BufferView * parameter
12919
12920 2001-02-13  Juergen Vigna  <jug@sad.it>
12921
12922         * lyxfunc.C (Dispatch): fixed protected blank problem.
12923         * BufferView2.C (protectedBlank): added LyxText * parameter.
12924
12925         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12926         (AppendColumn): same as above for column_info.
12927
12928         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12929         (moveCursorUpdate): use a LyXText param for support of InsetText.
12930
12931         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12932         (tripleClick): ditto
12933
12934         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12935
12936         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12937
12938         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12939
12940         * text2.C (SetSelection): set correct update status if inset_owner
12941         (ToggleFree): ditto
12942
12943 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12944
12945         * tabular.C: remove some commented code.
12946
12947 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12948
12949         * BufferView_pimpl.C: call hideSplash()
12950
12951         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12952
12953         * include_form.h:
12954         * bibforms.h: remove
12955
12956         * lyxfunc.C:
12957         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12958           add LFUN_CHILD_CREATE
12959
12960         * counters.h: fix tiny typo
12961
12962         * lyx_cb.C:
12963         * lyx.h:
12964         * lyx_gui.C:
12965         * lyx.C: move splash to frontends/xforms/
12966
12967         * lyx_gui_misc.C: move Include and Bibform to frontends
12968
12969         * lyxvc.h: clarify comment
12970
12971         * vspace.C: tiny housekeeping
12972
12973 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12974
12975         * text.C (PrepareToPrint): RTL Fix.
12976
12977         * paragraph.C (GetUChar): New method.
12978         (String):  Use GetUChar.
12979
12980         * buffer.C (asciiParagraph): Use GetUChar.
12981
12982 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12983
12984         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12985
12986 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12987
12988         * buffer.h:
12989         * buffer.C: rename to getLogName(), handle
12990           build log / latex log nicely
12991
12992 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12993
12994         * MenuBackend.C:
12995         * MenuBackend.h: remove support for reference menuitem type.
12996
12997 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12998
12999         * BufferView_pimpl.C: housekeeping
13000         * BufferView_pimpl.h:
13001         * LyXView.h:
13002         * Makefile.am:
13003         * Timeout.C:
13004         * Timeout.h:
13005         * minibuffer.h: move Timeout GUI-I
13006
13007 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13008
13009         * lyxrc.C (read): Update converters data-structures.
13010
13011 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13012
13013         * LaTeX.h (operator!=): add operator != for Aux_Info
13014
13015 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13016
13017         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13018
13019         * LaTeXLog.C: deleted, useful code moved to Buffer
13020
13021         * buffer.h:
13022         * buffer.C: new function getLatexLogName()
13023
13024         * lyx_gui_misc.C:
13025         * lyx_gui.C:
13026         * lyxvc.C:
13027         * lyxvc.h:
13028         * lyxfunc.C: use frontends for LaTeX and VC logs
13029
13030 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13031
13032         * LaTeX.h: yet another std:: that Allan forgot.
13033
13034         * Variables.C (set): renamed from isset(), because this clashes
13035         with some HP-UX macros (grr).
13036
13037 2001-02-06  Allan Rae  <rae@lyx.org>
13038
13039         * LaTeX.h: Another bug fix.  Missing std:: this time.
13040
13041 2001-02-04  Allan Rae  <rae@lyx.org>
13042
13043         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13044         floats problem. I've left it commented out because it's not quite
13045         correct.  It should also test that the current object is a table or
13046         figure inset.  But I haven't gotten around to figuring out how to do
13047         that.  I *think* it'll be something like: "table" == inset.type()
13048
13049         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13050         bool.
13051
13052 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13053
13054         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13055         all the citation/databases/styles in the auxilary file.
13056         (run): Rerun latex if there was a babel language error.
13057
13058 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13059
13060         * text.C (Backspace): Preserve the font when changing newline char
13061         with a space.
13062         (BreakParagraph): If the cursor is before a space, delete the space.
13063
13064         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13065
13066 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13067
13068         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13069         new argument (code).
13070         (ChangeCitationsIfUnique): New method.
13071
13072         * paragraph.C (GetPositionOfInset): Handle bibkey.
13073
13074 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13075
13076         * BufferView_pimpl.h: change type of Position::par_pos to
13077         LyXParagraph::size_type.
13078
13079 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13080
13081         * BufferView_pimpl.C (savePosition, restorePosition): Write
13082         messages to minibuffer.
13083
13084 2001-01-28  José Matos  <jamatos@fep.up.pt>
13085
13086         * buffer.C (makeDocBookFile): adds support for document language.
13087         A silly restriction on the name of LatexCommand types where removed.
13088         Added support for CDATA sections, allows to chars unescaped, used
13089         among others in code, to avoid escape < and >.
13090
13091 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13092
13093         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13094         saved positions instrad of a stack. Furthermore, a position is
13095         stored using paragraph id/paragraph position.
13096
13097         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13098         Remove LFUN_REF_BACK.
13099
13100 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13101
13102         * converter.C (dvipdfm_options): New method.
13103
13104 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13105
13106         * vspace.C (isValidLength): Fix for empty input string.
13107
13108 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13109
13110         * LyXAction.C (init): change description of LFUN_FIGURE to
13111         "Insert Graphics"
13112
13113 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13114
13115         * LaTeX.C: add using directive
13116
13117 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13118
13119         * MenuBackend.C (expand): Fix the sorting of the formats.
13120
13121 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13122
13123         * lyx_main.C: tiny error message fix
13124
13125 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13126
13127         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13128         calling fl_initialize(). This fixes the problem with ',' as
13129         decimal separator in text files.
13130
13131 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13132
13133         * trans.C (process): Fix the keymap bug.
13134
13135 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13136
13137         * LaTeX.C (scanAuxFiles): New method. Provides support for
13138         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13139         (scanLogFile) Scan for "run BibTeX" messages.
13140
13141         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13142         OT1 font encoding. Also, load the aecompl package if the ae
13143         package is loaded.
13144
13145         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13146
13147 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13148
13149         * texrow.C (increasePos): turn two error messages into debug
13150         messages.
13151
13152 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13153
13154         * LaTeX.C (scanAux): Handle the \@input macro.
13155         (runBibTeX): Use scanAux().
13156
13157         * language.C (latex_options_): New field.
13158
13159         * LaTeXFeatures.C (getMacros): Add language macros.
13160
13161         * buffer.C (makeLaTeXFile): Small fix.
13162
13163 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13164
13165         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13166
13167         * text2.C: add a using directive.
13168
13169 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13170
13171         * BufferView2.C:
13172         * lyx_gui_misc.h:
13173         * lyxfr1.C:
13174         * lyxfunc.C: kill LyXBell.
13175
13176 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13177
13178         * text.C (IsBoundary): Remove the error message
13179
13180         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13181
13182         * lyxrc.C (setDefaults): Correct initialization value for
13183         font_norm_type.
13184
13185 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13186
13187         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13188         gotoError().
13189
13190         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13191         and GotoNextNote().
13192
13193         * src/LyXAction.C: Added reference-next.
13194
13195         * text.C (InsertChar): Use contains instead of strchr.
13196
13197         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13198
13199 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13200
13201         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13202         alignment commands (when needed).
13203
13204         * text.C (InsertChar): Add ':' to number separator chars.