]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
fix math color inset UI and parsing
[lyx.git] / src / ChangeLog
1 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2
3         * LColor.[Ch] (getFromLaTeXName): new
4
5 2005-06-16  Martin Vermeer  <martin.vermeer@hut.fi>
6
7         * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
8
9 2005-06-14  Angus Leeming  <leeming@lyx.org>
10
11         * lyx_main.C (init): ensure that the LyX binary dir is the first
12         element in the PATH on non-POSIX builds.
13
14 2005-06-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
15
16         * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
17
18 2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
19
20         * rowpainter.C (paintInset, paintHebrewComposeChar)
21         (paintArabicComposeChar, paintChars): add a LyXFont argument.
22         (paintChars): use getFontSpan to reduce calls to getFont to a
23         minimum; use Paragraph::lookupChange instead of isXXXText.
24         (paintForeignMark): rename LyXFont argument.
25         (paintFromPos): pass a LyXFont object to the various paintXXX
26         methods.
27
28         * FontIterator.C (FontIterator, operator++): use
29         Paragraph::getFontSpan
30
31         * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
32         version that returns the font span as a pair.
33
34 2005-06-09  Angus Leeming  <leeming@lyx.org>
35
36         * converter.C (convert): Don't forget "outfile = real_outfile" as
37         the final step in a conversion where the input and output file names
38         are the same. Otherwise, future conversion steps won't work...
39
40 2005-06-09  Angus Leeming  <leeming@lyx.org>
41
42         * lyxsocket.C: remove stub code as it isn't needed by
43         MinGW/MinSYS anyway. Let's see if the MSVC people scream...
44
45 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
46
47         * lyx_main.C (parse_execute): Fix last fix: is_gui = false
48         effectively disabled -x
49
50 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
51
52         * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
53         when it actually makes sense.
54
55 2005-06-06  Martin Vermeer  <martin.vermeer@hut.fi>
56
57         * BufferView_pimpl.C: revert to showCursor in connection with
58         Lars's front-end stack
59
60 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
61
62         * text.C (redoParagraph): move cursor right after a bibitem
63         has been inserted.
64
65         * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
66
67 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
68
69         * buffer_funcs.C (bufferErrors): fix computation of the end of an
70         error range.
71
72 2005-05-31  Martin Vermeer  <martin.vermeer@hut.fi>
73
74         * BufferView.[Ch] (update):
75         * BufferView_pimpl.[Ch] (update, metrics):
76         * dimension.h (operator==):
77         * lyxfunc.C (dispatch):
78         * metricsinfo.h (ViewMetricsInfo):
79         * rowpainter.C (paintText):
80         * lyxtext.h:
81         * text.C (redoParagraph):
82         * text3.C (dispatch): Make LyX only repaint current paragraph in
83         case of character insert --> speedup. Also fix cursor draw
84         artifacts
85
86 2005-05-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
87
88         * bufferview_funcs.C (gotoInset): fix the wrap-around code to
89         avoid a crash (bug 1891)
90
91 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
92
93         Fix bug 1892:
94
95         * text2.C (getStringToIndex): constify cur argument.
96
97         * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
98         argument has been given
99         (createInset/LFUN_INDEX_INSERT): just return a new inset (do not
100         try to invoke LFUN_INSET_APPLY).
101
102         * text3.C (dispatch/LFUN_TABULAR_INSERT): open the tabular dialog
103         if no inset was created by doInsertInset
104         (doInsertInset): return true if an inset has been inserted.
105
106 2005-05-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
107
108         * vspace.C (asGUIName): new method. A version of the space
109         suitable for showing on screen.
110
111 2005-05-20  Michael Schmitt  <michael.schmitt@teststep.org>
112
113         * MenuBackend.C:
114         * lyxrc.C: rename "ASCII" to "Plain Text"
115
116 2005-05-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
117
118         * buffer_funcs.C (expandLabel): take a Buffer as argument;
119         translate the labelstring.
120         (setCounter): translate labelstring as needed.
121
122         * output_docbook.C (makeCommand): fix expandLabel invokation
123
124 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
125
126         * BufferView.C: fix dialog title
127
128 2005-05-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
129
130         * lyx_main.C (priv_exec): fix logic error with help from Angus
131         * lyx_main.C (parse_execute): set is_gui = false and remove now
132         obsolete comment about a segfault
133
134 2005-05-18  Angus Leeming  <leeming@lyx.org>
135
136         * buffer.C (readFile): Quote all file names passed to lyx2lyx.
137
138 2005-05-12  Martin Vermeer  <martin.vermeer@hut.fi>
139
140         * tabular.[hC]: added setCellInset to fix tabular paste.
141
142 2005-05-11  Lars Gullik Bjonnes  <larsbj@gullik.net>
143
144         * buffer.C (save): check if destination is writable before trying
145         to copy a file
146
147 2005-05-11  Martin Vermeer  <martin.vermeer@hut.fi>
148
149         * BufferView_pimpl.C (update): fix processEvents -caused update
150         recursion bug
151
152 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
153
154         * buffer_funcs.C (setCounter): fix test for numbering of
155         environments.
156
157         * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
158         depth correctly; use optional argument when it exists
159
160         * lyxtextclass.C: remove unused MaxCounterTags enum
161         (Read): compute min_toclevel_ and max_toclevel_ after reading class.
162         (max_toclevel, min_toclevel): new methods.
163
164         * MenuBackend.C (expandToc2): fix case where depth is smaller than
165         the smallest depth in toc.
166
167         * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
168         layouts that should not appear in a table of contents.
169
170 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
171
172         * cursor.h (undispatched, noUpdate): add comments from André
173
174 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
175
176         * lfuns.h:
177         * LyXAction.C:
178         * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
179
180 2005-05-07  André Pönitz  <poenitz@gmx.net>
181
182         * cursor.[Ch] (leaveInset): new function
183
184 2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
185
186         * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
187
188 2005-05-04  Angus Leeming  <leeming@lyx.org>
189
190         * lyxfunc.C (getStatus): disable the spell checker dialog if
191         none of USE_[AIP]SPELL are defined.
192
193 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
194
195         * tabular.C (setWidthOfCell): remove obsolete comment
196
197 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
198
199         * paragraph.C (bibitem):
200         * buffer_funcs.C (setCounter):
201         * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
202
203 2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
204
205         * text3.C (getStatus): immediately return after setOnOff
206
207         * rowpainter.C: fix drawing of appendix start
208
209 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
210
211         * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
212         SwitchBetweenClasses and remove the unused return value.
213         Handle character styles, too
214
215 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
216
217         * factory.C (createInset): handle undefined character styles
218
219 2005-05-02  Angus Leeming  <leeming@lyx.org>
220
221         * buffer.C: protect the #include of utime.h with a preprocessor
222         guard.
223
224 2005-05-02  Angus Leeming  <leeming@lyx.org>
225
226         * lyx_cb.C: artificially define fork() on Windows as a no-op failing
227         function so that auto-saving works, albeit in a blocking manner.
228
229         * Makefile.am: make compilation of the client sub directory, of
230         aspell.C, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
231         on conditionals set at configure time.
232
233         * SpellBase.[Ch]: no longer an abstract base class. Instead,
234         it can be compiled in its own right but has no-op functionality.
235
236         * aspell.C, pspell.C: remove preprocessor guards. The files should
237         be compiled only if the necessary functionality exists.
238
239         * lyxserver.C, lyxsocket.C: disable on Windows.
240
241 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
242
243         * text.C (leftMargin): Fix the parindent use bug (1764)
244         by dirty trick
245
246 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
247
248         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
249         argument.
250
251 2005-04-25  Angus Leeming  <leeming@lyx.org>
252
253         * Bidi.[Ch]:
254         * coordcache.[Ch]:
255         * ispell.C:
256         * lyxserver.C:
257         * mover.C:
258         * pch.h:
259         include <config.h> in .C files, not .h ones.
260         add licence blurb.
261         protect headers inside preprocessor guards.
262
263 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
264
265         * FuncStatus.h (StatusCodes): document
266
267 2005-04-21  André Pönitz  <poenitz@gmx.net>
268
269         * FuncStatus.h (enabled, onoff): document
270
271 2005-04-19  Angus Leeming  <leeming@lyx.org>
272
273         * BufferView_pimpl.C (cursorToggle): no longer test whether
274         any child processes have been reaped before calling
275         handleCompletedProcesses().
276
277 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
278
279         * text3.C (dispatch): fix, finally fix, the language problem in
280         new lyxtexts, without disabling on-the-fly font changes (Helge's
281         bug report)
282
283 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
284
285         * text3.C (dispatch): set cursor on double/triple click events
286         (bug 1811)
287
288 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
289
290         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
291         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
292
293         * rowpainter.C (paintFirst): simplify the code a little bit. In
294         particular, remove the test for secnumdepth.
295         * text.C (setHeightOfRow): only allocate space for chapter number
296         when updateCounters provided an actual label, instead of looking
297         at secnumdepth directly.
298
299         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
300
301         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
302         paragraphs when secnumdepth is large enough or, for environments,
303         when they are not the first in a sequence.
304
305 2005-04-17  Angus Leeming  <leeming@lyx.org>
306
307         * buffer.C (makeLaTeXFile): replace code to manipulate a path
308         containing space and '~' characters with a call to latex_path().
309
310 2005-04-17  Angus Leeming  <leeming@lyx.org>
311
312         * converter.C (convert): protect all args of convertDefault.sh
313         script with quotes.
314
315 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
316
317         * text3.C (dispatch): change the layout to "Caption" after inserting
318         a float.
319
320 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
321
322         * text3.C (dispatch): fix language problem in newly created
323         textinsets (and main text) in non-english docs
324
325 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
326
327         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
328         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
329         * text3.C (getStatus): disable LFUN_INSET_MODIFY
330
331 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
332
333         * lyxtext.h:
334         * text.C (metrics):
335         * text2.C (getFont):
336         * rowpainter.C (getFont): Fix metrics bug introduced by inset
337         fonts fix
338
339 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
340
341         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
342         output of \item arguments without trailing text.
343
344 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
345
346         * FontIterator.C (operator*): avoid a copy of the font.
347
348 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
349
350         * rowpainter.C (getFont): fix language bug from previous fix
351
352 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
353
354         * rowpainter.C (RowPainter, getFont): fix font inside inset
355         (bugs 1766, 1809)
356
357 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
358
359         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
360         preventing inserted font, deco, delim insets jumping to start of
361         surrounding inset.
362
363 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
364
365         * lyxfunc.C (dispatch): translate message before sending it to the
366         minibuffer.
367
368 2005-03-29  Angus Leeming  <leeming@lyx.org>
369
370         * lyx_main.C (priv_exec): call os::internal_path on each file passed
371         to LyX on the command line.
372
373 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
374
375         * vc-backend.C: use QuoteName to protect file names wherever
376         necessary.
377
378 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
379
380         * buffer.[Ch]:
381         * BranchList.h: fix bugs 1844,1845: document settings don't
382         stick
383
384 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
385
386         * lyxrc.C (setDefaults, read, output, getDescription): add support
387         for tex_allows_spaces.
388
389         * exporter.C (Export): allows files in directory containing spaces
390         if tex_allows_spaces is true.
391
392         * buffer.C (makeLaTeXFile): if the document path contains spaces,
393         output it in double quotes.
394
395 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
396
397         * rowpainter.C: use default text height for drawing change tracker
398         strikeout lines.
399
400 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
401
402         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
403
404 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
405
406         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
407         directory is missing.
408
409 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
410
411         * text2.C: fixed the fix, extended to other case.
412
413 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
414
415         * text2.C: fix for cursor up/down stuck in math [bug 1792]
416
417 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
418
419         * text2.C (cursorUp): get rid of a crash
420         * text.C (x2pos): add an assert
421
422 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
423
424         * lyxfunc.C (getStatus): fix warning when assertions are disabled
425
426         * text3.C:
427         * lyxfunc.C:
428         * dociterator.C: include <boost/current_function.hpp>, which is
429         needed when assertions are disabled.
430
431 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
432
433         * text2.C: fix for stuck cursor when traversing two
434         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
435
436 2005-02-25  Andreas Vox  <avox@arcor.de>
437
438         * output_docbook.C (makeParagraph): suppress trailing newline
439         after a run of paragraphs
440
441 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
442
443         * paragraph.C: fix for confused change tracker when pasting
444         text that begins with a lineseparator. [bug 1827]
445         (setChange(0, Change::INSERTED);)
446
447         * paragraph_funcs.C: fix for lost changes on triple-paste
448         in change tracking mode [bug 1827] (par.setChange()).
449
450 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
451
452         * text2.C (updateCounters, setCounter, expandLabel): move to
453         buffer_funcs.
454
455         * buffer_funcs.C (updateCounters): turn into a free standing
456         function and add a buffer parameter. Remove dead code for tracking
457         labelstring change.
458         (setCounter): change into a free-standing function which gets a
459         dociterator as argument. Use this iterator to fix captions in a
460         simple way. When no float is found above the caption, use the
461         labelstring of the caption layout as default.
462
463         * text.C (breakParagraph, backspace):
464         * text2.C (init, setLayout, changeDepth):
465         * text3.C (dispatch):
466         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
467         updateCounters.
468
469         * dociterator.C (forwardPar): make it much faster by calling
470         forwardPos() only when really necessary.
471
472         * output_docbook.C (makeCommand): adapt to expandLabel move.
473
474         * cursor.C: remove unused variable
475
476 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
477
478         * paragraph_funcs.C: fix crash when pasting insets in change
479         tracking mode [bug 1277] (honour change type in moveItem).
480
481 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
482
483         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
484
485 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
486
487         * BufferView.C (setCursor): change to use a DocIterator.
488         (gotoLabel): use BufferView::setCursor (other part of bug 781).
489         (putSelectionAt): adapt to BufferView::setCursor change.
490
491         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
492         moved here from LyXText and rewritten to use proper cursor
493         methods. Fixes bug 1787, 616 and 835.
494
495         * BufferView_pimpl.C (restorePosition): set the cursor correctly
496         when inside an inset (part of bug 781).
497         (dispatch): adapt to change of BufferView::setCursor.
498         (getStatus, dispatch): handle LFUN_GOTOERROR,
499         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
500
501         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
502         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
503         * text3.C (gotoNextInset, gotoInset): removed.
504
505 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
506
507         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
508
509 2005-02-15  Angus Leeming  <leeming@lyx.org>
510
511         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
512         can be used meaningfully in a comparison.
513
514 2005-02-13  André Pönitz  <poenitz@gmx.net>
515
516         * bufferview_funcs.C (coordOffset): improve cursor drawing
517
518 2005-02-13  André Pönitz  <poenitz@gmx.net>
519
520         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
521         * Cursor.C (dispatch): use fixIfBroken
522         * lyxfunc.C (getStatus): use fixIfBroken
523
524 2005-02-15  Angus Leeming  <leeming@lyx.org>
525
526         * lyx_main.C (error_handler):
527         * lyxfunc.C:
528         * lyxrc.C (setDefaults):
529         s/GetEnv/getEnv/.
530         #include "environment.h".
531
532         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
533
534 2005-02-15  Angus Leeming  <leeming@lyx.org>
535
536         * lyxserver.C (startPipe): squash MSVC warning "local variable
537         'fd' used without having been initialized".
538
539 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
540
541         * BufferView_pimpl.C: revert accidental commit.
542
543 2005-02-14  André Pönitz  <poenitz@gmx.net>
544
545         * dociterator.[Ch]: new member forwardPosNoDescent(),
546         which doesn't enter nested insets.
547         * text2.C (setFont): use forwardPosNoDescent() instead
548         of ForwardPos() (fixes crash on font change).
549
550 2005-02-13  Angus Leeming  <leeming@lyx.org>
551
552         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
553         only if lyxrc.path_prefix is not empty.
554
555 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
556
557         * bufferparams.C (readGraphicsDriver): prevent crash
558
559 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
560
561         * text2.C (setCounter): check for inInset() == 0
562
563 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
564
565         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
566         but use update() to get correct screen display; use convert
567         instead of istringstream.
568         (getStatus): handle LFUN_GOTO_PARAGRAPH
569
570         * lyxfunc.C (dispatch, getStatus): do not handle
571         LFUN_GOTO_PARAGRAPH here.
572
573 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
574
575         * text3.C (dispatch): size() -> depth()
576
577         * text2.C: remove some debug output
578
579         * paragraph.C: ws changes only
580
581         * lyxfunc.C (getStatus): size() -> depth()
582
583         * dociterator.h (clear, push_back, pop_back, internalData,
584         operator[], resize, empty): new functions
585         Make StableDocIterator and operator== be friends. Don't inherit
586         from std::vector use a privat class variable slices_ instead.
587         Modify to fit.
588
589         * dociterator.C: update because of not inheriting from std::vector
590         anymore. Call explictly to slices_ instead. Use depth() instead of
591         size() and top() instead of back()
592
593         * cursor.C: chagne size() -> depth and back() -> top(). Also
594         remove some direct operator[](i) calls in favour of foo[i]
595         (getFont): remove some dead code
596
597         * bufferview_funcs.C (coordOffset): size() -> depth()
598
599         * buffer.C: ws changes only
600
601         * CutAndPaste.C (eraseSelection): back() -> top()
602
603         * BufferView_pimpl.C (selectionRequested): back() -> top()
604
605         * BufferView.C (setCursor): size() -> depth()
606
607 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
608
609         * text3.C (cursorPrevious): return true if depm changed something
610         (cursorNext): ditto
611         (dispatch): rename sl to oldTopSlice, remove moving use the new
612         NoUpdate func attrib instead. Make sure that needsUpdate is set
613         for function that have NoUpdate, but where depm might have changed
614         the buffer anyway.
615
616         * text2.C (cursorLeft): make us return true if depm changed
617         something
618         (cursorRight): ditto
619         (cursorUpParagraph): ditto
620         (curosrDownParagraph): ditto
621         (cursorUp, cursorDown): ditto, make sure to read comments in code
622         (deleteEmptyParagraphMechanism): remove an assert, also return
623         true if just a single char was deleted.
624
625         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
626         cursor that we modify, to avoid modifying an active cursor before
627         we call setCursor. This allows depm to run. Also return true if
628         depm deleted something.
629
630         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
631         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
632         cursorDownParagraph, cursorPrevious and cursorNext, return true if
633         something was changed in the buffer because of them (ie. depm run)
634
635         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
636         debug messages. Make update by default be false. Make sure that
637         the result of update is retained throught several calls down to
638         dispatch.
639
640         * LyXAction.h: add a new func_attrib: NoUpdate
641
642         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
643         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
644         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
645         and LFUN_WORDLEFT
646         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
647
648 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
649
650         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
651         bv_->owner(), bv_->buffer() by direct references to the private
652         members.
653         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
654         (getStatus): isSavedPosition() is in BufferView::Pimpl.
655         (fitCursor): center() is in BufferView::Pimpl.
656         (getStatus, trackChanges, dispatch): no need for a temporary buf
657         variable
658         (fitCursor, workAreaDispatch): use workarea().workheight()
659
660 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
661
662         * CutAndPaste.C (pasteSelectionHelper): fix a crash
663
664 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
665
666         * buffer.C: format up to 241.
667         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
668         break if pasting into ERT
669         * lyxfunc.C (getStatus): suppress mathpanel and
670         LFUN_DIALOG_SHOW_NEW_INSET in ERT
671
672 2005-02-01  Angus Leeming  <leeming@lyx.org>
673
674         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
675
676 2005-02-01  Angus Leeming  <leeming@lyx.org>
677
678         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
679         calling fs::is_directory().
680
681 2005-01-31  Angus Leeming  <leeming@lyx.org>
682
683         * lyx_main.C (priv_exec): specify explicitly the relative location
684         of the top level build directory when run in-place.
685
686 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
687
688         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
689         LyXText containing the cursor, not the top-level one.
690
691         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
692         true.
693         (insertStringAsLines): rename par to pit; use temporary variable
694         par to hold a Paragraph; do not store par.layout() in a variable,
695         since the pointer may die when breaking paragraphs; pass pars to
696         breakParagraph() instead of Buffer::paragraphs().
697
698 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
699
700         * lyxlex_pimpl.h: #include <fstream>.
701
702         * BufferView.[Ch] (getLyXText): add a const version.
703
704         * BufferView_pimpl.C: add debug aids.
705
706         * RowList_fwd.h:
707         * buffer.h:
708         * lyxrow.h:
709         * paragraph_funcs.h: add commentary explaining what the class does.
710
711
712         * coordcache.[Ch]: add lots of commentary.
713         (startUpdating, doneUpdating): debug aids.
714         (arrays, insets, parPos, getParPos): accessors to private data.
715
716         * cursor_slice.[Ch] (text): add a const version.
717         * dociterator.[Ch] (text, innerText): add const versions.
718
719         * lyxtext.h (breakParagraph): change the keep_layout arg to a
720         bool.
721
722         * paragraph.C (getRow, pos2ros): add asserts.
723
724         * paragraph.h: add commentary. Lots of.
725
726         * paragraph.[Ch] (metrucs, draw): removed.
727
728         * cursor.C:
729         * rowpainter.[Ch]: const-correct changes.
730
731         * text.C: various obvious clean-ups. Removal of ancient cruft.
732         Bug fixes, even.
733
734 2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
735
736         * vc-backend.C (find_file): rewrite to use boost.filesystem
737         (scanMaster): ditto
738
739         * main.C (main): set default name check for boost.filesystem to
740         no check
741
742         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
743         (open): ditto
744         (doImport): ditto
745         (actOnUpdatedPrefs): ditto
746
747         * lyx_main.C (init): rewrite to use boost.filesystem
748         (queryUserLyXDir): ditto
749
750         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
751         (getContentsOfAsciiFile): ditto
752
753         * lastfiles.C (readFile): rewrite to use boost.filesystem
754
755         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
756
757         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
758         (loadLyXFile): ditto
759
760         * buffer.C (Buffer): adjust for destroydir
761         (getLogName): rewrite to use boost.filesystem
762         (setFileName): ditto
763         (save): use fs::copy_file (from fs_extras)
764
765         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
766
767         * LaTeX.C (run): rewrite to use boost.filesystem
768         (scanAuxFiles): ditto
769         (handleFoundFile): ditto
770
771 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
772
773         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
774
775         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
776
777 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
778
779         * lyxlayout.[Ch]: change some vars from float to double
780
781         * buffer.C (readFile): make a local var const
782
783         * Several files: use convert<> instead of atoi,strToXXX and friends
784
785 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
786
787         * LaTeXFeatures.[Ch]: Add a static list packages_ that
788         holds the contents of packages.lst. New functions getAvailable
789         and isAvailable to parse and check that list, resp.
790
791         * LyXAction.C:
792         * lfuns.h:
793         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
794
795         * bufferparams.[Ch]: new param output_changes.
796
797         * Buffer.C: increase file format to 240.
798         Use output_changes and isVailable.
799
800         * changes.[Ch]:
801         * paragraph.C:
802         * paragraph_pimpl.C: Use output_changes and isVailable.
803
804 2005-01-23  Angus Leeming  <leeming@lyx.org>
805
806         * output_latex.C: #include "insetbibitem.h", rather than
807         forward declare function bibitemWidest.
808
809 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
810
811         * lyx_main.C (init): make it compile on the Mac.
812
813 2005-01-20  Angus Leeming  <leeming@lyx.org>
814
815         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
816         (setLyXMisc): (char string literal) != (char string literal) is
817         performing a comparison on the addresses. Convert one operand
818         explicitly to string to guarantee expected behaviour.
819         From MSVC warning.
820
821 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
822
823         * buffer.C:
824         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
825
826         * output_plaintext.C: remove unneeded #include gzstream.h.
827
828 2005-01-20  Angus Leeming  <leeming@lyx.org>
829
830         * SpellBase.h: rename some of the elements of the Result enum.
831
832         * aspell_local.h:
833         * ispell.h:
834         * pspell.h:
835         * aspell.C (check):
836         * ispell.C (check):
837         * pspell.C (check): ditto
838
839 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
840
841         * buffer.C: add #include <fstream>.
842
843         * lyx_main.C (init): Compile fix.
844
845         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
846
847 2005-01-20  Angus Leeming  <leeming@lyx.org>
848
849         * mover.h: change commentary to reflect the changed meaning of
850         the $$s placeholder.
851
852 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
853
854         * output_linuxdoc.C (linuxdocParagraphs): silence warning
855
856         * lyxfind.C (MatchString::operator()): remove bogus semicolon
857
858 2005-01-20  Angus Leeming  <leeming@lyx.org>
859
860         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
861         printing diagnostic data by not dereferecing an iterator past the
862         end.
863
864 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
865
866         * buffer.C (readHeader): use "&&" rather than "and".
867
868         * lyxserver.h (inPipeName, outPipeName): make these const.
869
870 2005-01-19  Angus Leeming  <leeming@lyx.org>
871
872         * lyx_main.C (error_handler, init): protect SIGHUP with
873         #ifdef SIGHUP guards.
874
875 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
876
877         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
878
879 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
880
881         * text.C (setHeightOfRow): add a margin at the top and bottom of
882         the document (bug 1761)
883
884 2005-01-17  Angus Leeming  <leeming@lyx.org>
885
886         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
887         with "python ". Workaround for a brain-dead Windows.
888
889 2005-01-16  Angus Leeming  <leeming@lyx.org>
890
891         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
892         for MacOSX and Windows to use prependEnvPath.
893         Strip out the hard-coded block to add elements to the PATH for
894         MacOSX and replace it with a call to prependEnvPath using the
895         contents of LyXRC::path_prefix.
896         (queryUserLyXDir): strip out the code to run reconfigure, instead
897         returning a boolean indicating the necessity to do so.
898         (reconfigureUserLyXDir): contains the code to reconfigure the
899         user support directory. Is now called after the various LyXRC data
900         files have been read.
901
902         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
903
904 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
905
906         * converter.[Ch] (convert): take a new parameter try_default. Use
907         a default converter (imagemagick) if try_default is true.
908
909 2005-01-13  Angus Leeming  <leeming@lyx.org>
910
911         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
912         os::cygwin_path_fix.
913         (write): output LyXRC::cygwin_path_fix as necessary.
914
915 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
916
917         * lyxrc.h:
918         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
919
920 2005-01-12  Angus Leeming  <leeming@lyx.org>
921
922         * lyx_main.C (init): set the PATH variable to include the
923         directory containing the LyX binary when running on Mac or Windows.
924
925 2005-01-12  Angus Leeming  <leeming@lyx.org>
926
927         * lyx_main.C (init): remove cruft that purports to set the locale
928         dir. It doesn't and is not needed anyway.
929
930 2005-01-10  Angus Leeming  <leeming@lyx.org>
931
932         * Makefile.am: remove the lyx_main.C special casing.
933
934         * BufferView_pimpl.C:
935         * bufferlist.C:
936         * exporter.C:
937         * lyx_cb.C:
938         * lyx_main.C:
939         * lyxfunc.C:
940         * messages.C: use support/package.h to provide the paths to the
941         various directories used by LyX.
942
943 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
944
945         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
946         layout if pasting into an empty paragraph)
947
948 2005-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
949
950         * tex-accent.C: add <string>
951
952 2005-01-06  José Matos  <jamatos@lyx.org>
953
954         * ParagraphParameters.C (write): put every parameter in its own line.
955         * paragraph.C (write): reduce number of consecutive empty lines exported.
956         * buffer.C (LYX_FORMAT): increase file format to 239.
957
958 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
959
960         * everywhere: change support/tostr.h -> support/convert.h
961
962         * tabular.C: make all write_attributes templates, tostr -> convert
963
964         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
965         (emptyTag): and -> &&, and fix type for ret from getChar
966         (getFirstWord): fix type for ret from getChar
967         (onlyText): and -> &&
968         (simpleDocBookOnePar): and not -> && !, fix type for ret from
969         getChar
970
971         * toc.C (goTo, action):
972         * text3.C (dispatch):
973         * text.C (currentState):
974         * tex-accent.C (DoAccent):
975         * sgml.C:
976         * lyxrc.C:
977         * lyxfunc.C (menuNew):
978         * lyxfinc.C (replace):
979         * counters.C (laberItem):
980         * bufferview_funcs.C (font2string):
981         * bufferparams.C (writeFile):
982         * buffer.C (readFile):
983         * Spacing.C (set):
984         * MenuBackend.C: tostr -> convert
985
986         * LaTeX.C (runMessage): fix format
987         (scanAuxFiles): tostr -> convert
988
989         * BufferView_pimpl.C (savePosition): fix format
990         (restorePosition): ditto
991         (dispatch): ditto
992
993 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
994
995         * Spacing.[Ch]: New method getValueAsString().
996
997         * Spacing.[Ch]:
998         * bufferparams.C:
999         * ParagraphParameters.C:
1000         * lyxlayout.C:
1001         * text.C:
1002         * text3.C: store/read spacing value as string.
1003
1004         * rowpainter.C: change float value (spacing_val) to double.
1005
1006         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
1007         broken custom document spacing).
1008
1009 2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1010
1011         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
1012         namespace, also more use of temp references and const
1013
1014         * cursor.[Ch] (getStatus): move to lyxfunc.C
1015
1016         * bufferparams.C: reformat slightly
1017
1018         * bufferview_funcs.C (font2string): constify arg
1019
1020         * changes.C:
1021         * converter.C:
1022         * counters.C:
1023         * bufferlist.C:
1024         * buffer_funcs.C: (many funcs): constify arg on function
1025         definitions, also make more local vars const, also add ASSERTS on
1026         pointer args.
1027
1028         * buffer.C (LYX_FORMAT): put const in correct place
1029         (many funcs): constify arg on function definitions, also make
1030         more local vars const
1031
1032         * aspell_local.h: remove "struct" from typdef setup
1033
1034         * aspell.C (check): make word_ok const
1035         (nextMiss): simplify slightly
1036         (error): ditto
1037
1038 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1039
1040         * lyxrc.[Ch]: store all float values as strings.
1041         use int (not float) for lyxrc.dpi.
1042
1043 2005-01-04  Angus Leeming  <leeming@lyx.org>
1044
1045         * lyx_cb.C (Reconfigure):
1046         * lyx_main.C (queryUserLyXDir):
1047         to run the <system_lyxdir>/configure correctly on Windows, prefix
1048         the path to the script with "sh " when generating the string that
1049         is passed to system().
1050
1051 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1052
1053         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
1054
1055 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1056
1057         * lyxlength.C (asLatexString): get rid of setprecision
1058
1059 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1060
1061         * text2.C (setLayout): remove unused variable endpit.
1062         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
1063
1064         * paragraph.C (onlyText): remove unused variable style.
1065
1066         * cursor.C (bruteFind): remove unused variables beg and end.
1067
1068         * Makefile.am (dist_noinset_DATA): not needed anymore
1069
1070         * cheaders/*: remove.
1071
1072 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1073
1074         * text3.C: fix LFUN_MATH_MODE.
1075
1076 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1077
1078         * buffer_funcs.C (countWords): new function. Counts words between
1079         two iterators.
1080
1081         * BufferView_pimpl.C (getStatus, dispatch): handle
1082         LFUN_WORDS_COUNT.
1083
1084         * LyXAction.C (init):
1085         * lfuns.h: add LFUN_WORDS_COUNT.
1086
1087 2004-12-19  Angus Leeming  <leeming@lyx.org>
1088
1089         * buffer.C (save): s/slashify_path/internal_path/.
1090
1091 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1092
1093         * lyxfind.C (findChange): do not search for end of pars, because
1094         the change tracker cannot handle this (fixes bug 1719).
1095
1096 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1097
1098         * paragraph.[Ch] (autoBreakRows): remove
1099
1100         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
1101
1102         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
1103         avoid using the paragraph one
1104
1105         * text2.C (LyXText, insertStringAsLines): adjust
1106
1107 2004-12-16  Angus Leeming  <leeming@lyx.org>
1108
1109         * bufferlist.C:
1110         * lyx_main.C:
1111         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
1112
1113 2004-12-14  Angus Leeming  <leeming@lyx.org>
1114
1115         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
1116
1117         * bufferlist.C (emergencyWrite):
1118         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
1119         GetEnvPath("HOME").
1120
1121 2004-12-14  Angus Leeming  <leeming@lyx.org>
1122
1123         * main.C: (main): no longer pass pointers to os::init.
1124
1125 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1126
1127         * undo.C (textUndoOrRedo): simplify logic, fix a crash
1128         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
1129
1130 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1131
1132         * lyxfunc.C:
1133         * text3.C: remove selection_possible global flag
1134
1135 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1136
1137         * text2.C (getSelectionSpan): remove
1138         (changeDepth, changeDepthAllowed): adjust
1139
1140 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1141
1142         * Makefile.am (BOOST_LIBS): use boost variables
1143
1144 2004-12-03  José Matos  <jamatos@lyx.org>
1145
1146         * buffer.C: format up to 238.
1147
1148 2004-12-03  José Matos  <jamatos@lyx.org>
1149
1150         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
1151
1152 2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
1153
1154         * cursor.C (goUpDown): remove call to idxUpDown2
1155
1156 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1157
1158         * tabular.[Ch]: use size_t-like types for cell, row and column
1159         indices
1160
1161 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1162
1163         * lyxfunc.C (getStatus): do not lose previous information when
1164         calling BufferView::getStatus; do not set a default "Command
1165         disabled" message at the beginning, but just before returning.
1166
1167 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1168
1169         * cursor.h (getStatus): add better comment from src/cursor.C
1170
1171 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1172
1173         * text3.C (getStatus): return false when the lfun is not handled
1174
1175 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1176
1177         * broken_headers.h: remove
1178
1179         * Makefile.am (lyx_SOURCES): remove broken_headers.h
1180
1181 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1182
1183         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
1184         offset_ref accessors
1185
1186         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
1187         top_y_, merge fitcursor with update
1188         (updateScrollbar, scrollDocView, fitCursor, center, update): new
1189         coord scheme
1190         (metrics): introduce
1191         (workAreaDispatch): adapt to new coord scheme
1192         (redoCurrentBuffer): remove
1193
1194         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
1195
1196         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
1197         CurStatus enum.
1198
1199         * coordcache.[Ch]: add paragraph cache and helpers
1200
1201         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
1202         adjust everywhere
1203
1204         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
1205         (targetX, setTargetX): introduce
1206
1207         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
1208         baseline -> ascent, as the rest of lyx
1209
1210         * lyxtext.h: remove redoParagraphs, updateParPositions,
1211         fullRebreak, redoParagraphInternal. move dist to anon namespace in
1212         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
1213         have ascent/descent (ascent is ascent of first par)
1214
1215         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
1216         step of BufferView
1217
1218         * paragraph.[Ch]: unify dimension handling with the rest of lyx
1219
1220         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
1221
1222         * pariterator.C: fix infinite loop introduced in par->pit renaming
1223
1224         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
1225         in insets and LyXText, draw two off-screen paragraphs using
1226         NullPainter, and adapt to new coord scheme
1227
1228         * text.C:
1229         * text2.C:
1230         * text3.C: adapt lfun handlers to the new coord scheme, which
1231         means: there's only guaranteed coord information for onscreen pars
1232         plus one above and one below. This implies that one can do search
1233         from y coordinates in the range [-1,workHeight]
1234
1235 2004-11-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
1236
1237         * rename a lot of InsetOld to InsetBase
1238
1239 2004-11-25  Angus Leeming  <leeming@lyx.org>
1240
1241         * BufferView_pimpl.C:
1242         * lyx_cb.C:
1243         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1244
1245 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1246
1247         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1248         call BufferView::getStatus if LCursor::getStatus did nothing
1249         (setStatusMessage, getStatusMessage): removed.
1250
1251         * FuncStatus.C (message): new methods. Used to provide an error
1252         message indicating why a command is disabled.
1253         (clear, |=, FuncStatus): update for message.
1254
1255 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1256
1257         * lyxfunc.C (dispatch): always call sendDispatchMessage
1258
1259 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1260
1261         * BufferView.C:
1262         * BufferView_pimpl.C:
1263         * CutAndPaste.C:
1264         * FontIterator.C:
1265         * buffer.C:
1266         * cursor.C:
1267         * cursor_slice.[Ch]:
1268         * dociterator.[Ch]:
1269         * lyxfind.C:
1270         * paragraph_funcs.C:
1271         * pariterator.C:
1272         * rowpainter.C:
1273         * text.C:
1274         * text2.C:
1275         * text3.C:
1276         * undo.C: par->pit renaming
1277
1278 2004-11-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
1279
1280         * tabular.C (cellstruct): use initialization, store a shared_ptr
1281         to insettext instead of the insettext directly, adjust to fit.
1282         (operator=):  new function
1283         (swap): new function
1284         (rowstruct): use initialization
1285         (columnstruct): use initialization
1286         (ltType): use initialization
1287
1288
1289         * lyxlength.h (swap): new function
1290
1291         * LColor.[Ch] (operator=): use the common semantics
1292
1293 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1294
1295         * lyxfind.C (findNextChange): update the bufferview after setting
1296         the selection.
1297
1298 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1299
1300         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1301         number of InsetOptArgs has already been inserted.
1302
1303         * output_latex.C (latexOptArgInsets): new method. This outputs all
1304         the optarg insets, up to the limit defined in the layout file.
1305         (optArgInset): removed
1306         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1307
1308 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1309
1310         * paragraph.C (isLetter): remove special spellchecker-related
1311         code; return true also for digits
1312         (isWord, isKomma): remove
1313
1314         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1315         * lyxfind.C (MatchString()): use isLetter instead of isWord
1316
1317 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1318
1319         * pariterator.h (operatir=): comment out un-implemented member
1320         function.
1321
1322         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1323         static cast.
1324
1325 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1326
1327         * lyxfont.h: include LColor.h to satisfy concept checks.
1328
1329 2004-11-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1330
1331         * pariterator.h: add typdefs for value_type, difference_type,
1332         pointer and reference to satisfy concept checks. Also add default
1333         constructor for same reason.
1334
1335         * pariterator.C (operator++): add post-increment operator to
1336         satisfy concept checks.
1337
1338         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1339         checks.
1340
1341         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1342
1343         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1344         checks. Also rename base_type to BaseType to follow naming
1345         standard better.
1346
1347         * FloatList.h: include Floating.h to satisfy concept checks.
1348
1349 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1350
1351         * lyxfunc.C (getStatus): when the origin of the request is menu or
1352         toolbar, and the LyXView does not have focus, do as if there was
1353         no buffer (bug 1720)
1354
1355         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1356         FuncRequest to individual entries of LFUN_SEQUENCE
1357
1358 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1359
1360         * output_latex.C (TeXOnePar): override runparams.moving_arg
1361         according to the needprotect value of the current paragraph (bug
1362         1739)
1363
1364         * paragraph.C (simpleTeXOnePar): no need to override
1365         runparams.moving_args here
1366
1367 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1368
1369         * vspace.C: fix off-by-one-error, related to fix #1682
1370
1371 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1372
1373         * lengthcommon.C: a more general fix for bug 1682
1374
1375 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1376
1377         * text.C (backspace): fix crash
1378
1379 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1380
1381         * format.[Ch] (getFormatFromFile): new method
1382         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
1383
1384 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1385
1386         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
1387
1388 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1389
1390         * lyxfunc.C (dispatch): remove the verbose argument
1391         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
1392         instead
1393
1394         * kbmap.C (defkey): set the origin of func to KEYBOARD
1395
1396         * MenuBackend.C (MenuItem):
1397         * ToolbarBackend.C (add): set the origin of func to UI
1398
1399         * funcrequest.[Ch]: add origin member, which indicates which part
1400         of LyX requests an action
1401
1402 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1403
1404         * converter.C (move): don't lie in the error message
1405         * converter.h (isReachable, move): document
1406
1407 2004-11-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1408
1409         * buffer.C: remove unused using lyx::support::atoi
1410         * paragraph_funcs.C: ditto
1411
1412 2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1413
1414         * bufferlist.C (exists): use bind and equal_to instead of
1415         compare_memfun
1416         (getBuffer): ditto
1417         * lyxtextclasslist.C (NumberOfClass): ditto
1418
1419         * cursor.C (insert): use for_each instead of explicit for loop
1420
1421         * bufferlist.C (getFileNames): use std::transform and
1422         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
1423
1424         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
1425         for loop
1426
1427         * buffer.C (changeLanguage): use for_each instead of explicit for
1428         loop
1429         (hasParWithID): implement using getParFromID
1430
1431         * LaTeXFeatures.C: ws change only
1432
1433         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
1434         to cleanup a bit.
1435
1436         * BufferView_pimpl.C (trackChanges): use for_each instead of
1437         expilicit for loop
1438
1439 2004-11-04  André Pönitz  <poenitz@gmx.net>
1440
1441         * undo.h:
1442         * undo.C (textUndoOrRedo): fix crash when creating undo information.
1443
1444         * dociterator.C (asDocIterator): use hard assert again.
1445
1446 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1447
1448         * lyxlength.C (asLatexString): rewrite so that it does not use
1449         snprintf anymore
1450
1451 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1452
1453         * text3.C (specialChar, dispatch): make sure cursor moves to the
1454         right after inserting an inset
1455
1456 2004-11-02  José Matos  <jamatos@lyx.org>
1457
1458         * output_docbook.C (docbook):
1459         * paragraph.C (getID):
1460         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
1461         garantee that the output is always legal.
1462
1463         * tabular.C (docbook):
1464         * outputprams.[Ch]: remove mixed contents.
1465
1466 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1467
1468         * text2.C (setCounter): prevent endless loop
1469
1470 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1471
1472         * exporter.C (copyFile): use the mover instead of support::copy()
1473         * exporter.C (Export): pass format and latex name to copyFile()
1474         * exporter.h (addExternalFile): document
1475         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
1476
1477 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1478
1479         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
1480
1481 2004-10-30  José Matos  <jamatos@lyx.org>
1482
1483         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
1484         text and no inset or font change. This allows to use CDATA
1485         sections just for the whole paragraph.
1486
1487 2004-10-30  José Matos  <jamatos@lyx.org>
1488
1489         * paragraph.C (getFirstWord): remove unused variable.
1490
1491 2004-10-30  José Matos  <jamatos@lyx.org>
1492
1493         * paragraph.C (getFirstWord): the content should always be escaped
1494         there.
1495         (simpleDocBookOnePar):
1496         * output_docbook.C (makeEnvironment): replace reference to CDATA
1497         to style pass_thru.
1498
1499 2004-10-30  José Matos  <jamatos@lyx.org>
1500
1501         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
1502
1503 2004-10-30  José Matos  <jamatos@lyx.org>
1504
1505         * output_docbook.C (makeParagraphs):
1506         * paragraph.[Ch] (emptyTag): for docbook and company, if the
1507         standard paragraph has only a given type of content drop the wrapper.
1508
1509 2004-10-29  José Matos  <jamatos@lyx.org>
1510
1511         * output_docbook.C (makeEnvironment):
1512         * sgml.C (openTag):
1513         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
1514
1515 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
1516
1517         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
1518         (cleanID): sanitize any id.
1519
1520 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1521
1522         * buffer.C, lyxlex_pimpl.C:
1523         * lyxlex_pimpl.C (setFile):
1524         s/getExtFromContents/getFormatFromContents/
1525
1526 2004-10-28  José Matos  <jamatos@lyx.org>
1527
1528         * output_docbook.C (makeEnvironment): move id to broadest possible
1529         scope.
1530
1531         * sgml.C (openTag): apply substitution of <> for all attributes.
1532
1533 2004-10-28  José Matos  <jamatos@lyx.org>
1534
1535         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1536         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1537         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
1538
1539         * sgml.[Ch]: new version for open and closeTag for paragraph and
1540         for strings. Now they handle the ids of paragraphs.
1541
1542 2004-10-26  Angus Leeming  <leeming@lyx.org>
1543
1544         * Makefile.am: add mover.[Ch].
1545
1546         * converter.C (convert, move): use the new Movers to move external
1547         files to the temp directory.
1548
1549         * lyx_main.C (init): ensure that the global system_movers data
1550         is initialised.
1551
1552         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
1553         preferences file.
1554
1555         * mover.[Ch]: new files, defining a Mover as a utility to move an
1556         external file between directories and, if necessary, manipulate this
1557         file using a helper script.
1558
1559 2004-10-25  José Matos  <jamatos@lyx.org>
1560
1561         * output_docbook.C (makeCommand): merge two if's that tested the
1562         same condition.
1563
1564 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1565
1566         * sgml.C (escapeString): fix warning in a better way
1567
1568 2004-10-25  José Matos  <jamatos@lyx.org>
1569
1570         * sgml.C (escapeString): import the require boosts header file for
1571         tie, and avoid a signed unsigned comparison.
1572
1573 2004-10-25  José Matos  <jamatos@lyx.org>
1574
1575         * sgml.h: add #include <string>
1576
1577 2004-10-25  José Matos  <jamatos@lyx.org>
1578
1579         * sgml.[Ch] (escapeString): new function to escape all the string.
1580
1581 2004-10-24  José Matos  <jamatos@lyx.org>
1582
1583         * paragraph.[Ch] (getFirstWord): new function to get the first
1584         word. Useful for description.
1585         (simpleDocBookOnePar): remove depth argument, add another that
1586         says where to start the paragraph.
1587
1588         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1589         use the new functions to fix cleanly the support for descriptions.
1590
1591 2004-10-24  José Matos  <jamatos@lyx.org>
1592
1593         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1594         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1595         * output_linuxdoc.C (linuxdocParagraphs):
1596         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
1597         add buffer as argument.
1598
1599 2004-10-24  José Matos  <jamatos@lyx.org>
1600
1601         * output_docbook.C (makeEnvironment, searchEnvironment): place
1602         CDATA inside paragraphs and fix scope for listitems.
1603
1604 2004-10-24  José Matos  <jamatos@lyx.org>
1605
1606         * output_docbook.C: remove using statement for stack.
1607
1608 2004-10-23  José Matos  <jamatos@lyx.org>
1609
1610         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
1611         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
1612         docbook. The new scheme is recursive and makes use of iterators, the
1613         same as latex export works.
1614         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
1615         directly with the paragraph contents. This code was moved up to
1616         output_docbook.C (docbookParagraphs).
1617         * sgml.C (openTag, closeTag): removed unneeded newlines.
1618         (closeEnvTags) removed.
1619
1620 2004-10-23  André Pönitz  <poenitz@gmx.net>
1621
1622         * undo.C (textUndoOrRedo):
1623         * dociterator.C (asDocIterator): work around crash
1624
1625         * cursor.C (getStatus): replace ASSERT by more verbose error message
1626           and manual correction of the problem. Should increase stability
1627           while providing more sensible information.
1628
1629 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1630
1631         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
1632
1633         * bufferlist.C (previous, next): new methods
1634
1635         * lfuns.h:
1636         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
1637
1638 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
1639
1640         * buffer.C (makeDocBookFile): add dsssl stylesheet control
1641         entities to preamble.
1642
1643 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1644
1645         * messages.C (Pimpl): strip off translation context information
1646
1647 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1648
1649         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
1650         the cursor is correct (bug 1694)
1651
1652 2004-10-13  José Matos  <jamatos@lyx.org>
1653
1654         * output_docbook.C (docbookParagraphs): fix closing tags in the
1655         end of the document.
1656
1657 2004-10-09  José Matos  <jamatos@lyx.org>
1658
1659         * buffer.C: format up to 237.
1660         * bufferparams.C (write): use tostr to convert booleans to strings.
1661
1662 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
1663
1664         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
1665
1666 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
1667
1668         * LaTeX.C: implement use of babel language in xindy.
1669
1670 2004-10-05  José Matos  <jamatos@lyx.org>
1671
1672         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
1673         Add new translators to help reading and writing the lyx file.
1674
1675 2004-10-05  José Matos  <jamatos@lyx.org>
1676
1677         * ParagraphParameters.C (read):
1678         * text.C (readParToken): replace nexToken by more appropriate lex
1679         methods.
1680
1681 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
1682
1683         * LaTeX.C (runMakeIndex):
1684         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
1685         (usually 'makeindex') configurable.
1686
1687         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
1688         with a variable rather than with a number.
1689
1690 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1691
1692         * output_latex.C (TeXOnePar): make sure font setting is the first
1693         thing that gets output (and the last at the end). Should fix bug
1694         1404.
1695
1696 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1697
1698         * pch.h: use proper signal include
1699
1700         * LaTeX.h: Use preferred calling of Boost.Signal
1701         * buffer.h: ditto
1702
1703 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1704
1705         * pch.h: dont include <boost/function/function0.hpp>
1706
1707         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
1708
1709         * paragraph_pimpl.h: remove usage of ShareContainer
1710
1711         * paragraph_pimpl.C: remove initialization of ShareContainer.
1712
1713 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1714
1715         Fix bug #1666
1716
1717         * BufferView.C (putSelectionAt): change the semantics when
1718         backwards == true: now, this just swaps cursor and anchor wrt the
1719         forward case
1720
1721         * BufferView.h (putSelectionAt): add some documentation
1722
1723         * lyxfind.C (findBackwards): rewrite using while(). In particular,
1724         make sure backwardChar is done at least once (to avoid getting
1725         stuck)
1726         (findNextChange): use putSelectionAt in the forward direction
1727         (operator()): use Paragraph::isWord
1728
1729 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1730
1731         * Spacing.C (set): c_str fix
1732
1733 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1734
1735         * lyx_cb.C (Reconfigure): quote the name of configure script in
1736         case it contains spaces
1737
1738 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
1739
1740         * client: new dir
1741
1742         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
1743         (BOOST_LIBS): use top_buildir when looking for the file
1744
1745 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
1746
1747         * pch.h: do not use include boost/format.hpp, multiple symbols
1748                 will result (gcc bug)
1749
1750
1751 2004-08-23  José Matos  <jamatos@lyx.org>
1752
1753         * bufferparams.C (readToken): fix reading of the author field.
1754
1755 2004-08-20  José Matos  <jamatos@lyx.org>
1756
1757         * lyxrc.C: remove support/translator.h inclusion since it is not used.
1758
1759 2004-08-20  José Matos  <jamatos@lyx.org>
1760
1761         * lyxlex.[Ch] (findToken): remove function.
1762
1763         * ParagraphParameters.C (findToken):
1764         * bufferparams.C (findToken): replace call for previous function
1765         with local copy. This local function has one more argument, the
1766         read string argument.
1767
1768 2004-08-16  José Matos  <jamatos@lyx.org>
1769
1770         * ParagraphParameters.C (write):
1771         * Spacing.C (writeFile):
1772         * bufferparams.C (writeLaTeX):
1773         * lyx_cb.C (Reconfigure):
1774         * paragraph.C (write):
1775         * tabular.C (write): remove unnecessary space at end of line.
1776
1777
1778 2004-08-16  José Matos  <jamatos@lyx.org>
1779
1780         * text.C (readParagraph): remove debug message.
1781
1782 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1783
1784         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
1785         crash
1786
1787         * output_plaintext.C (asciiParagraph): set depth correctly
1788
1789         * outputparams.h: add member depth
1790
1791         * paragraph_funcs.C (ownerPar): remove.
1792
1793         * text2.C (setCounter): remove first_pit; comment out some
1794         non-working code that uses ownerPar
1795
1796         * BufferView.C (getParentLanguage): remove. Not used anymore, and
1797         uses ownerPar
1798
1799 2004-08-16  José Matos  <jamatos@lyx.org>
1800
1801         * text.C (readParToken, readParagraph, read): report all unknown tokens.
1802         For the same level of importance use the same chanel to report problems.
1803         (read): add code to deal with \begin_body and \end_body.
1804
1805
1806 2004-08-15  José Matos  <jamatos@lyx.org>
1807
1808         * lyxlex.C (getString): fix comment, buffer::readBody is now
1809         buffer:readDocument.
1810
1811         * tex-strings.C (string_papersize): Default -> default,
1812         Custom -> custom, for consistency with other options.
1813
1814 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
1815
1816         * pch.h: new file
1817
1818         * Makefile.am: support pch
1819
1820 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1821
1822         * text.C (readParToken): remove the static LyXFont variable and
1823         pass it as a parameter instead. This fixes a nasty bug where an
1824         inset will be inserted with a bad font in some situations
1825         (readParagraph): adapt
1826
1827         * text2.C (setCounter): reduce number of calls to pars_[pit]
1828
1829         * text.C (singleWidth): add an assert, fix a test
1830
1831         * rowpainter.C (paintText): reduce number of calls to singleWidth
1832
1833         * paragraph.C (isHfill):
1834         (isNewline): ws only
1835
1836 2004-08-14  André Pönitz  <poenitz@gmx.net>
1837
1838         * text.C:
1839         * text2.C:
1840         * rowpainter.C:
1841         * lyxtext.h (several functions): use a Paragraph & argument
1842         instead of par_type
1843
1844 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1845
1846         * metricsinfo.h: add a new field ltr_pos to PainterInfo
1847
1848         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
1849
1850         * text.C (singleWidth): remove useless test
1851
1852 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1853
1854         * tabular.h: remove bogus comments
1855
1856         * tabular.C (getDescentOfRow):
1857         (isPartOfMultiColumn): add assertions
1858
1859         * lyxlength.C (inPixels): remove #warning
1860
1861 2004-08-14  André Pönitz  <poenitz@gmx.net>
1862
1863         * paragraph.h: inline getChar()
1864
1865         * BufferView.h: remove unused declarations
1866
1867 2004-08-14  José Matos  <jamatos@lyx.org>
1868
1869         * Buffer.[Ch] (readDocument): new name for old readBody.
1870         * Buffer.C: new file format, new keywords: \begin_document,
1871         \begin_header, \begin_body, \end_body.
1872
1873         * bufferparams.C (readToken): replace all calls to lex.nextToken
1874         by lex.next(). Do the same to eatLine except where really needed.
1875
1876         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
1877         line when writing to the lyx file.
1878
1879         * output_plaintext.C (asciiParagraph): fix Bibliography style
1880         handling.
1881
1882         * text.C (read): fix end of file handling.
1883
1884 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1885
1886         * MenuBackend.C (Menu::operator[]): new method to access
1887         individual menu items
1888         (Menu::hasFunc): new method. search for an item that corresponds
1889         to a given func
1890         (MenuBackend::specialMenu): new method
1891         (MenuBackend::expand): if a special menu has been set, skip
1892         entries whose func() appears in this menu
1893
1894 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
1895
1896         * text3.C: use Debug::DEBUG a bit more
1897
1898         * text.C (leftMargin): try to simplify a tiny bit change var x to
1899         l_margin. Dont output the wide margins always.
1900         (rightMargin): no margin in inner texts
1901
1902         * rowpainter.h (nestMargin): new func
1903         (changebarMargin): new func
1904         (rightMargin): new func
1905
1906         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
1907         now functions.
1908         (paintLast): ditto
1909
1910         * factory.C (createInset): modify setDrawFrame
1911
1912         * cursor.C: use Debug::DEBUG a bit more
1913
1914 2004-08-14  André Pönitz  <poenitz@gmx.net>
1915
1916         * coordcache.[Ch]:
1917         * Makefile.am: new files to accomodate an 'external' (x,y)-position
1918         cache for all insets in (at least partially) visible (top-level)
1919         paragraphs.
1920
1921         * BufferView_pimpl.C: reset external coord cache before every update.
1922         This means the coord cache only contains valid entries.
1923
1924 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
1925
1926         bug 1096
1927         * BufferView_pimpl.C (getInsetByCode): move function out of class
1928         and change in to a template in anon namespace. Also fix to do what
1929         suits us better.
1930
1931 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
1932
1933         bug 1305
1934         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
1935         of char
1936         (breakParagraph): rename par to par_offset and use a local
1937         reference. Add code to keep the language over a rebreak.
1938         (breakParagraphConservative): rename par to par_offset, use a
1939         local reference
1940         (mergeParagraph): ditto
1941         (outerHook): ditto
1942         (isFirstInSequence): ditto
1943         (outerFont): rename pit to par_offset
1944
1945         * paragraph.C: ws change
1946         * paragraph.h: ditto
1947         * text3.C: ditto
1948         * text.C: ditto
1949
1950 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1951
1952         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
1953         treatment for ']'
1954
1955         * paragraph.C (simpleTeXOnePar): when we have a \item with
1956         optional argument, enclose the argument with curly brackets (in
1957         case it contains a closing square bracket)
1958
1959         * text2.C (editXY):
1960         * text2.C (editXY):
1961         * text3.C (checkInsetHit): constify
1962
1963 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1964
1965         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
1966         documents (bug 1629)
1967
1968 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1969
1970         Fix toggling of collapsable insets with the mouse (bug 1558)
1971
1972         * lyxfunc.C (dispatch): adapt to LCursor changes
1973
1974         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
1975         make sure that dispatch is not invoked twice
1976
1977         * cursor.C (needsUpdate): new method
1978         (dispatch): return void
1979         (result): new method, to access the DispatchResult of the cursor.
1980
1981 2004-08-13  José Matos  <jamatos@lyx.org>
1982
1983         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
1984
1985 2004-08-13  André Pönitz  <poenitz@gmx.net>
1986
1987         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
1988
1989         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
1990           multiple cells
1991
1992 2004-08-12  André Pönitz  <poenitz@gmx.net>
1993
1994         * text3.C: take out the 'cursor right' form insertInset and only
1995         do it in those places when it is really needed. Fixes crash on
1996         C-m...
1997
1998 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1999
2000         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
2001
2002         * BufferView_pimpl.C (setBuffer): initialize the current font of
2003         the underlying LyXText
2004
2005 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2006
2007         * kbsequence.C (print): use UI native formatting for menu
2008         shortcuts
2009
2010         * text.C (insertChar): call Paragraph::insertChar with a font
2011         argument (cosmetic)
2012
2013         * paragraph.C (insertInset, insertChar): the version that takes a
2014         LyXFont argument is now a wrapper around the other one (the
2015         opposite used to be true).
2016
2017         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
2018         argument. Font setting is done in Paragraph now.
2019
2020 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2021
2022         * outputparams.h: add new members intitle and lang.
2023
2024         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
2025         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
2026
2027 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
2028
2029         * text3.C (dispatch): remove special handling of button 4 and 5,
2030         it is now taken care of in the frontend code.
2031
2032 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2033
2034         * Spacing.h: add <string> (STLPort compile fix)
2035
2036 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2037
2038         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
2039
2040 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
2041
2042         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
2043         to bool.
2044
2045         * converter.C (showMessage): inherit from unary_function, make
2046         operator() const.
2047
2048         * buffer.C (writeFile): initialize retval
2049
2050         * InsetList.h: rename private variable list to list_
2051         * InsetList.[Ch]: adjust accordingly.
2052
2053 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
2054
2055         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
2056         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
2057         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
2058         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
2059         * ParagraphParameters.C, LaTeXFeatures.C: replace
2060         "support/std_sstream.h" with <sstream>
2061
2062 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
2063
2064         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
2065         * lyxsocket.C (LyXServerSocket): ditto
2066         (serverCallback): ditto
2067
2068 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2069
2070         * LaTeXFeatures.C: check release date when loading jurabib.
2071
2072 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
2073
2074         * lyxserver.C (startPipe): call register_socket_callback
2075         (endPipe): call unregister_socket_callback
2076
2077 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
2078
2079         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
2080         (LyXServerSocket): register the callback
2081         (LyXServerSocket): unregister the callback
2082         (fd): delete function
2083         (serverCallback): improve error checking and setup the callbacks.
2084         (dataCallback): change arg to fd.
2085         (writeln): new func (copied fro the client socket) used for server
2086         write to client.
2087         (LyXDataSocket): simplify
2088         (~LyXDataSocket): close ann unregiser callback
2089         (server): delete function
2090         (fd): delete function
2091         (readln): small changes, improve some std::string usage
2092         (writeln): constify a bit
2093
2094 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2095
2096         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
2097         Qt frontend
2098
2099 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2100
2101         * BufferView_pimpl.C (setBuffer): set the layout combox value only
2102         after it has been populated
2103
2104 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2105
2106         * text2.C (insertInset): move cursor when inserting inset.
2107
2108 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2109
2110         * kbmap.C (findbindings): a couple of new methods. returns a
2111         container of kb_sequence objects. The real work is done by the
2112         private recursive version
2113         (printbindings): uses findbindings to print out a bracketed list
2114         of bindings (renamed from findbinding).
2115
2116         * MenuBackend.C (binding): use kb_keymap::findbindings
2117
2118         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
2119
2120 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2121
2122         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
2123
2124 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2125
2126         * paragraph.C (isWord): return true on insets that report
2127         isLetter().
2128
2129         * text.C (getWord): use Paragraph::isWord to decide what is in a
2130         word and what is not; fix bug 1609.
2131
2132 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2133
2134         * tex-strings.C: add "none" to string_paperpackages[], fixes
2135         off-by-one-error in the paperpackage selection.
2136
2137         * lyxlex.[Ch]:
2138         * tex-strings.[Ch]: char const * string[n]
2139         -> char const * const string[]
2140
2141 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2142
2143         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
2144         command, return early.
2145
2146 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
2147
2148         * debug.h: add DEBUG to enum and fix size of ANY.
2149
2150         * debug.C: add support for Debug::DEBUG
2151         (showTags): cast errorTags.level to unsigned int
2152
2153         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
2154         (redoCurrentBuffer): ditto
2155         (updateScrollbar): ditto
2156         * cursor.C (dispatch): ditto
2157         * text2.C (setLayout): ditto
2158         (setFont): ditto
2159         (updateCounters): ditto
2160         (editXY): ditto
2161         (deleteEmptyParagraphMechanism): ditto
2162
2163 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
2164
2165         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
2166         annotations to cleanup the Makefile slightly.
2167
2168 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2169
2170         * lyxrc.C: do not set user_email to a default value but use empty
2171         instead. The entry used to be translated, which does not work
2172         since at the point where lyxrc is constructed there is no
2173         translation service available
2174
2175         * messages.C (getLocaleDir): remove and use directly
2176         lyx_localedir() instead
2177
2178 2004-06-02  Angus Leeming  <leeming@lyx.org>
2179
2180         Fix crash caused by dereferencing null pointer 'exportdata' in
2181         OutputParams by creating a new ExportData variable on the heap,
2182         storing it in a boost::shared_ptr.
2183         The crash was triggered when generating an Instant Preview
2184         of an external inset.
2185
2186         * Makefile.am: add outputparams.C
2187
2188         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
2189         (c-tor): allocate memory to it.
2190
2191         * exporter.C (c-tor): associated changes.
2192
2193 2004-06-01  Angus Leeming  <leeming@lyx.org>
2194
2195         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
2196         contains data before calling isInset(0). (Bug 1513.)
2197
2198 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2199
2200         * exporter.C (checkOverwrite): new method
2201         * exporter.C (copyFile): new method
2202         * exporter.C (Export): copy referenced files to the document dir
2203         * exporter.[Ch]: new class ExportedFile
2204         * exporter.[Ch]: new class ExportData. Contains currently the
2205         names of referenced external files
2206         * outputparams.h: add exportdata member.
2207
2208 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
2209
2210         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
2211         version.C-tmp
2212
2213 2004-05-19  Angus Leeming  <leeming@lyx.org>
2214
2215         * LaTeXFeatures.C:
2216         * ToolbarBackend.C:
2217         * bufferparams.C:
2218         * lyxfunc.C: small changes due to the introduction of namespace
2219         lyx::frontend and the moving of namespace biblio to lyx::biblio.
2220
2221 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
2222
2223         * text3.C (dispatch): supress update when only moving the cursor
2224         * cursor.C (selHandle): remove commented code
2225
2226 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2227
2228         * paragraph.C (startTeXParParams): correct column count
2229         * CutAndPaste.C (pasteSelection): remove const_cast
2230         * output_docbook.C (docbookParagraphs): remove const_cast
2231         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
2232         const_cast and return ParagraphList::const_iterator
2233         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
2234         * output_plaintext.C (writeFileAscii): remove const_cast
2235         * paragraph.[Ch] (simpleTeXOnePar): make const
2236         * paragraph_funcs.C (outerPar): use const iterators
2237         * paragraph_pimpl.C (validate): use const iterators
2238         * text.C (setHeightOfRow): use const iterators
2239
2240 2004-05-17  Angus Leeming  <leeming@lyx.org>
2241
2242         * lfuns.h:
2243         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2244
2245         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2246         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2247         if the citation engine has changed.
2248
2249 2004-05-14  José Matos  <jamatos@lyx.org>
2250
2251         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2252         if the textclass does not provide it. Have it different for sgml and
2253         xml.
2254         support the language of document.
2255         * output_docbook.C (docbookParagraphs):
2256         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2257         first anchor as the id of the paragraph, remove special case code.
2258         * sgml.C (escapeChar): escape only < & >.
2259
2260 2004-05-14  Angus Leeming  <leeming@lyx.org>
2261
2262         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2263         dependencies on src/frontends/controllers/biblio.h. Define a
2264         CiteEngine_enum wrapper class to enable the enum to be forward
2265         declared.
2266
2267 2004-05-12  Angus Leeming  <leeming@lyx.org>
2268
2269         * buffer.C: up LYX_FORMAT to 234.
2270         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2271         use_numerical_citations with a single biblio::CiteEngine cite_engine
2272         variable.
2273         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2274
2275 2004-05-13  José Matos  <jamatos@lyx.org>
2276
2277         * converter.h:
2278         * converter.C (Converter, readFlags): add xml member.
2279         * outputparams.h: add XML flavor.
2280         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2281
2282 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2283
2284         * lyxfunc.C (dispatch):
2285         (getStatus): fix handling of LFUN_SEQUENCE
2286
2287 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2288
2289         * debug.C (showLevel): do not forget the end-of-line marker
2290
2291 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2292
2293         * kbmap.C (read): do not stop parsing a bind file when an error
2294         occurs (bug 1575)
2295
2296 2004-04-29  Angus Leeming  <leeming@lyx.org>
2297
2298         * cursor.C:
2299         * factory.C:
2300         * pariterator.C:
2301         * text2.C: wrap a bunch of #warning statements
2302         inside #ifdef WITH_WARNINGS blocks.
2303
2304 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2305
2306         * buffer.C: increment format to 233.
2307
2308 2004-04-28  Angus Leeming  <leeming@lyx.org>
2309
2310         * BufferView_pimpl.C:
2311         * lyxfunc.C:
2312         * text3.C:
2313         s/updateToolbar()/updateToolbars()/
2314         s/Toolbar.h/Toolbars.h/
2315
2316 2004-04-28  Angus Leeming  <leeming@lyx.org>
2317
2318         * BufferView.[Ch] (c-tor):
2319         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2320         No longer passes these data to the WorkArea generator.
2321
2322 2004-04-28  Angus Leeming  <leeming@lyx.org>
2323
2324         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2325
2326 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2327
2328         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2329
2330 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2331
2332         * output_latex.C (TeXEnvironment): make sure that there is a line
2333         break before \end{foo} for the last paragraph of a document
2334         (TeXOnePar): if the paragraph is at the end of the document (or
2335         inset) and the language has to be reset, then make sure that the
2336         line break is _before_ the language command, not after (fixes bug
2337         1225); also make sure that the language reset command is the first
2338         thing after the paragraph (to ensure proper nesting of
2339         environments and thus fix bug 1404)
2340
2341 2004-04-21  John Levon  <levon@movementarian.org>
2342
2343         * ToolbarBackend.h:
2344         * ToolbarBackend.C: make "name" be a programmatic name
2345         and a gui_name field.
2346
2347         * lyxfunc.C: display the minibuffer on M-x
2348
2349 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2350
2351         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2352         (bug 1526)
2353
2354 2004-04-19  Angus Leeming  <leeming@lyx.org>
2355
2356         * BufferView_pimpl.C (setBuffer): changed preview interface.
2357
2358         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2359         possible values.
2360
2361 2004-04-19  John Levon  <levon@movementarian.org>
2362
2363         * BufferView_pimpl.C:
2364         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2365
2366 2004-04-05  Angus Leeming  <leeming@lyx.org>
2367
2368         * text.C (redoParagraphs): add call to updateCounters(), thereby
2369         fixing the missing "Figure #:" label from the caption of a
2370         figure float.
2371
2372 2004-04-13  Angus Leeming  <leeming@lyx.org>
2373
2374         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
2375         cursor is clicked out of an inset.
2376
2377 2004-04-13  Angus Leeming  <leeming@lyx.org>
2378
2379         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
2380         than an InsetOld one.
2381
2382 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2383
2384         * format.[Ch]: add editor to Format
2385         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
2386         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
2387
2388 2004-04-08  André Pönitz  <poenitz@gmx.net>
2389
2390         * metricsinfo.h: remove PainterInfo::width member
2391
2392 2004-04-08  Angus Leeming  <leeming@lyx.org>
2393
2394         * lyx_sty.C (boldsymbol_def): modify so that it outputs
2395         "\providecommand" rather than "\newcommand", thereby preventing
2396         clashes with packages that define "\boldsymbol" themselves.
2397         Eg, beamer.
2398
2399 2004-04-08  Angus Leeming  <leeming@lyx.org>
2400
2401         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
2402         thereby squashing an unnecessary warning.
2403
2404 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2405
2406         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
2407         setBuffer()
2408
2409 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
2410
2411         * BufferView.C (setCursor): call redoParagraph (some insets could
2412         have been opened)
2413         (putSelectionAt): remove the 'double update' trick
2414
2415         * BufferView_pimpl.C (fitCursor): call refreshPar
2416         (workAreaDispatch): remove an uneeded update call
2417         (dispatch): remove some manual update calls
2418
2419         * cursor.[Ch]: remove cached_y_, updatePos
2420         (selHandle): set noUpdate when appropriate
2421
2422         * lyxfunc.C (dispatch): track if we need an update
2423
2424         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
2425
2426         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
2427         (paintSelection): cheap optimization, do not call cursorX when not
2428         needed
2429         (paintPars): change signature
2430         (refreshPar): add
2431         (paintText): adjust
2432         (paintTextInset): adjust
2433
2434         * text.C: adjust
2435
2436 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2437
2438         * lengthcommon.C: compilation fix: remove explicit array size from
2439         unit_name[] and friends
2440
2441 2004-04-05  Angus Leeming  <leeming@lyx.org>
2442
2443         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
2444
2445         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
2446         present only for the preferences dialog.
2447         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
2448
2449 2004-04-05  Angus Leeming  <leeming@lyx.org>
2450
2451         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
2452         to enable the frontends to export changes to lyxrc correctly.
2453
2454         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
2455
2456 2004-04-07  André Pönitz  <poenitz@gmx.net>
2457
2458         * cursor.[Ch] (selClear, adjust): remove math
2459
2460         * cursor_slice.C: more agressive assert
2461
2462         * lyxfunc.C:
2463         * BufferView_pimpl.C: rework mouse event dispatch
2464
2465         * dociterator.C:
2466         * paragraph.C:
2467         * text2.C:
2468         * text3.C: adjust
2469
2470 2004-04-05  André Pönitz  <poenitz@gmx.net>
2471
2472         * cursor.[Ch] (valign, halign...): remove unneeded functions
2473
2474 2004-04-05  Angus Leeming  <leeming@lyx.org>
2475
2476         * lyxlength.[Ch] (unit_name et al.): const-correct.
2477
2478 2004-04-05  Angus Leeming  <leeming@lyx.org>
2479
2480         * BufferView_pimpl.C:
2481         * buffer.C:
2482         * counters.C:
2483         * cursor.C:
2484         * lyxfunc.C
2485         * paragraph.C:
2486         * pariterator.C:
2487         * text.C:
2488         * text2.C:
2489         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2490
2491 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2492
2493         * text3.C (getStatus): add LFUN_BEGINNINGBUF
2494
2495 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2496
2497         * lyxfind.C: add a couple of inTexted() tests + other small fixes
2498         * BufferView_pimpl.[Ch] (getStatus)
2499         * BufferView.[Ch] (getStatus): add
2500         * lyxfunc.C (getStatus): move lfuns handled in
2501         BufferView::dispatch to te function above
2502         * Cursor.C (setSelection): set selection() = true
2503
2504 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2505
2506         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2507
2508 2004-03-31  Angus Leeming  <leeming@lyx.org>
2509
2510         * lyxfunc.C (dispatch): Fall through to the generic
2511         Dialogs::show("preamble").
2512
2513 2004-03-31  Angus Leeming  <leeming@lyx.org>
2514
2515         * lyxfunc.C (dispatch): Fall through to the generic
2516         Dialogs::show("spellchecker").
2517
2518 2004-03-31  Angus Leeming  <leeming@lyx.org>
2519
2520         * lyxfunc.C (getStatus, dispatch): changed invocation of the
2521         preferences dialog.
2522
2523 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2524
2525         * BufferView.C
2526         * cursor.[Ch]
2527         * dociterator.[Ch]:
2528         * insetiterator.[Ch]:
2529         * lyxfind.C:
2530         * lyxfunc.C:
2531         * pariterator.[Ch]:
2532         * text2.C:
2533         * undo.[Ch]: s/DocumentIterator/DocIterator/g
2534
2535 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2536
2537         * BufferView.C (setCursor, putSelectionAt): call edit to open the
2538         insets where we are putting the cursor.
2539
2540 2004-03-31  Angus Leeming  <leeming@lyx.org>
2541
2542         * lfuns.h:
2543         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
2544
2545         * lyxrc.[Ch] (read, write): overloaded member functions taking
2546         a std::[io]stream arguments.
2547
2548         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
2549
2550 2004-03-31  Angus Leeming  <leeming@lyx.org>
2551
2552         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
2553         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
2554
2555         * lyxtextclass.C (load): if the text class couldn't be loaded, then
2556         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
2557
2558 2004-03-31  Angus Leeming  <leeming@lyx.org>
2559
2560         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
2561         the LFUN_ALL_INSETS_TOGGLE code.
2562
2563 2004-03-30  Angus Leeming  <leeming@lyx.org>
2564
2565         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
2566         has died. Fall through to the generic Dialogs::show("document").
2567
2568 2004-03-30  Angus Leeming  <leeming@lyx.org>
2569
2570         * lfuns.h:
2571         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
2572         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
2573
2574         * lyxfunc.C (getStatus, dispatch): define the actions for these
2575         lfuns. Little more than a cut and pste job from ControlDocument.C
2576
2577         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
2578
2579 2004-03-30  Angus Leeming  <leeming@lyx.org>
2580
2581         * lfuns.h:
2582         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
2583         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
2584
2585         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
2586         open/closed state of ollapsable insets. Usage:
2587
2588         all-inset-toggle <state> <name>, where
2589         <state> == "open" || "closed" || "toggle" and
2590         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
2591
2592         * lyxtext.h, text2.C (toggleInset): removed.
2593
2594         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
2595         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
2596         now passes LFUN_INSET_TOGGLE to the found inset.
2597
2598         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
2599         is now invoked as "all-insets-toggle toggle branch".
2600
2601 2004-03-30  Angus Leeming  <leeming@lyx.org>
2602
2603         * dociterator.C:
2604         * insetiterator.C:
2605         * pariterator.[Ch]: added/corrected header blurb.
2606
2607 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
2608
2609         * dociterator.[Ch]: add an inset_ member
2610         (backwardPos): implemented
2611         (backwardPos, forwardPos): use inset_ when the stack is empty.
2612         (doc_iterator_begin, doc_iterator_end): implemented
2613         * pariterator.[Ch]: adjust, add begin, end
2614         * insetiterator.[Ch]: adjust, add begin, end
2615         * cursor.C:
2616         * document.C:
2617         * BufferView.C:
2618         * BufferView_pimpl.C:
2619         * CutAndPaste.C: adjust
2620
2621 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2622
2623         * buffer.C: increment file format to 232.
2624         * LaTeXFeatures.C: add bibtopic package.
2625         * bufferparams.[Ch]: param \use_bibtopic.
2626
2627         * lyxrc.[Ch]: add lyxrc bibtex_command
2628         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
2629
2630         * buffer.C: increment file format to 231.
2631
2632 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2633
2634         * dociterator.C: implement forwardPar
2635         * iterators.[Ch]: remove, replaced by
2636         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
2637         * BufferView.C:
2638         * BufferView_pimpl.C:
2639         * CutAndPaste.C:
2640         * buffer.C:
2641         * bufferview_funcs.C:
2642         * cursor.C:
2643         * lyxfind.C
2644         * lyxfunc.C
2645         * paragraph_funcs.C
2646         * toc.C:
2647         * Makefile.am: adjust
2648
2649 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2650
2651         * CutAndPaste.C (pasteSelection): fix 2 crashes
2652         (eraseSelection): fix a crash
2653         * paragraph_funcs.C: remove a warning
2654
2655 2004-03-28  Angus Leeming  <leeming@lyx.org>
2656
2657         * lfuns.h:
2658         * LyXAction.C (init): new LFUN_PRINT.
2659
2660         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
2661
2662 2004-03-27  Angus Leeming  <leeming@lyx.org>
2663
2664         * lfuns.h:
2665         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
2666
2667         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
2668
2669 2004-03-27  Angus Leeming  <leeming@lyx.org>
2670
2671         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
2672         insetlist always contains non-null pointers to insets.
2673
2674 2004-03-26  Angus Leeming  <leeming@lyx.org>
2675
2676         * src/BufferView_pimpl.C:
2677         * src/CutAndPaste.C:
2678         * src/buffer.C:
2679         * src/iterators.C:
2680         * src/output_plaintext.C:
2681         * src/outputparams.h:
2682         * src/paragraph_funcs.C:
2683         * src/rowpainter.C:
2684         * src/text.C:
2685         * src/text2.C:
2686         * src/frontends/controllers/ControlErrorList.C:
2687         * src/frontends/gtk/FileDialogPrivate.C:
2688         * src/frontends/gtk/GPainter.C:
2689         * src/frontends/gtk/GToolbar.C:
2690         * src/frontends/qt2/QRef.C:
2691         * src/mathed/math_scriptinset.C: squash compiler warnings.
2692
2693 2004-03-26  Angus Leeming  <leeming@lyx.org>
2694
2695         * ispell.C (LaunchIspell::start):
2696         * lyx_cb.C (AutoSaveBuffer::start):
2697         invoke run(DontWait) rather than runNonBlocking().
2698
2699 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
2700
2701         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
2702
2703 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2704
2705         * kbsequence.C (print): adjust
2706
2707         * kbmap.C (printKeySym): rename and change signature
2708         (printKey): use LyXKeySym::print()
2709
2710 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
2711
2712         * undo.C: add using std::advance to compile for stlport
2713
2714 2004-03-24  Angus Leeming  <leeming@lyx.org>
2715
2716         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
2717         it leads to a crash when no buffer is present.
2718
2719 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2720             Martin Vermeer  <martin.vermeer@hut.fi>
2721
2722         * lyxfunc.C (dispatch):
2723         * bufferparams.C (readToken): use the new LColor::setColor
2724
2725         * LColor.[Ch] (setColor): new version that takes two strings as
2726         argument and creates a new color entry if necessary
2727
2728 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2729
2730         * buffer.C (makeLaTeXFile): if the main latex file that is
2731         processed is usually a subdocument of some master, then pretend
2732         for a while that it is actually the master
2733
2734 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2735
2736         * buffer.C (getLabelList):
2737         (getBibkeyList): use getMasterBuffer()
2738         (getMasterBuffer): new method. Returns the main document in the
2739         case where one is using included documents.
2740
2741 2004-03-25  André Pönitz  <poenitz@gmx.net>
2742
2743         * Makefile.am:
2744         * iterators.[Ch]:
2745         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
2746
2747         * ParagraphList_fwd.h: change ParagraphList to a std::vector
2748
2749         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
2750         text*.C over here. Rename namespace CutAndPaste to lyx::cap
2751
2752         * ParameterStruct.h: merge with ParagraphParameters
2753
2754         * lyxtext.h: remove LyXText::parOffset() and getPar()
2755
2756         * text3.C: Remove all 'manual' update calls. We do now one per user
2757         interaction which is completely sufficient.
2758
2759         * Bidi.C:
2760         * BufferView.[Ch]:
2761         * BufferView_pimpl.C:
2762         * FontIterator.[Ch]:
2763         * MenuBackend.C:
2764         * ParagraphParameters.[Ch]:
2765         * buffer.C:
2766         * buffer.h:
2767         * bufferlist.C:
2768         * cursor.[Ch]:
2769         * cursor_slice.[Ch]:
2770         * dociterator.[Ch]:
2771         * errorlist.[Ch]:
2772         * factory.C:
2773         * lfuns.h:
2774         * lyxfind.C:
2775         * lyxfunc.C:
2776         * output_docbook.[Ch]:
2777         * output_latex.[Ch]:
2778         * output_linuxdoc.[Ch]:
2779         * output_plaintext.[Ch]:
2780         * paragraph.[Ch]:
2781         * paragraph_funcs.[Ch]:
2782         * paragraph_pimpl.[Ch]:
2783         * rowpainter.C:
2784         * tabular.[Ch]:
2785         * text.C:
2786         * text2.C:
2787         * toc.C:
2788         * undo.[Ch]: adjust
2789
2790         * frontends/controllers/ControlDocument.C:
2791         * frontends/controllers/ControlErrorList.C:
2792         * frontends/controllers/ControlSpellchecker.C:
2793         * insets/inset.C:
2794         * insets/inset.h:
2795         * insets/insetbase.h:
2796         * insets/insetbibitem.C:
2797         * insets/insetbox.C:
2798         * insets/insetbranch.C:
2799         * insets/insetcaption.C:
2800         * insets/insetcharstyle.C:
2801         * insets/insetcharstyle.h:
2802         * insets/insetcollapsable.C:
2803         * insets/insetcollapsable.h:
2804         * insets/insetert.C:
2805         * insets/insetfloat.C:
2806         * insets/insetfoot.C:
2807         * insets/insetmarginal.C:
2808         * insets/insetnote.C:
2809         * insets/insetoptarg.C:
2810         * insets/insettabular.C:
2811         * insets/insettext.C:
2812         * insets/insettext.h:
2813         * insets/insetwrap.C:
2814         * mathed/math_mboxinset.C:
2815         * mathed/math_nestinset.C:
2816         * mathed/math_scriptinset.C:
2817         * mathed/math_scriptinset.h:
2818         * support/types.h:
2819
2820 2004-03-24  Angus Leeming  <leeming@lyx.org>
2821
2822         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
2823         deal with any child processes that have finished but are waiting to
2824         communicate this fact to the rest of LyX.
2825
2826 2004-03-24  Angus Leeming  <leeming@lyx.org>
2827
2828         64-bit compile fixes.
2829
2830         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
2831         (c-tor): pass lyx::pos_types rather than ints.
2832
2833         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
2834         lyx::pos_type.
2835
2836         * text.C (Delete): compile fix.
2837         (getPar): ensure that function declaration is the same as that in
2838         the header file.
2839
2840 2004-03-23  Angus Leeming  <leeming@lyx.org>
2841
2842         * ispell.C (LaunchIspell):
2843         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
2844         a boost::shred_ptr rather than a std::auto_ptr.
2845
2846 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2847
2848         * lyxfunc.C (getStatus): handle read-only buffers correctly;
2849         handle LFUN_FILE_INSERT_*
2850
2851         * lyxrc.C (setDefaults, getDescription, output, read):
2852         * lyxrc.h: remove ps_command
2853
2854 2004-03-22  Angus Leeming  <leeming@lyx.org>
2855
2856         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
2857         Ensure that error_handler is processed once only and that all data
2858         is saved before attempting to output any warning messages.
2859
2860         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
2861
2862 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
2863
2864         * tabular.C (TeXRow): crash fix (from Kayvan and André)
2865
2866 2004-03-19  André Pönitz  <poenitz@gmx.net>
2867
2868         * cursor.[Ch] (reset): take main text inset as argument
2869
2870         * BufferView: adjust
2871         * BufferView_pimpl.C: adjust
2872
2873         * paragraph.[Ch]: fix completely broken operator=()
2874
2875 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2876
2877         * LColor.C (getFromLyXName): make sure that the color name is used
2878         as lowercase.
2879
2880 2004-03-17  Angus Leeming  <leeming@lyx.org>
2881
2882         * lfuns.h:
2883         * LyXAction.C (init): remove LFUN_FORKS_KILL.
2884
2885         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
2886         dialog and to kill a forked process.
2887
2888 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2889
2890         * text2.C (setCursorFromCoordinates): fix font problem
2891
2892 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2893
2894         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
2895         bogus "rebuild cursor" code
2896
2897 2004-03-11  André Pönitz  <poenitz@gmx.net>
2898
2899         * buffer.[Ch]: use InsetText instead of LyXText as container for
2900         the main lyx text.
2901
2902         * dociterator.[Ch]: drop the BufferView * member which is not needed
2903         anymore after the change to buffer.C
2904
2905         * paragraph_funcs.C:
2906         * text.C:
2907         * text2.C:
2908         * BufferView.[Ch]:
2909         * BufferView_pimpl.[Ch]:
2910         * cursor.[Ch]:
2911         * cursor_slice.[Ch]: adjust
2912
2913         * text3.C: fix bug in mathDispatch
2914
2915 2004-03-08  André Pönitz  <poenitz@gmx.net>
2916
2917         * undo.[Ch]: use 'StableDocumentIterator' as base for
2918         the Undo struct.
2919
2920 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2921
2922         * LaTeXFeatures.C:
2923         * bufferparams.[Ch]: add jurabib support and param.
2924
2925         * LaTeX.C: add FIXME/comment.
2926
2927 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2928
2929         * buffer.C: increment file format to 230.
2930
2931 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
2932
2933         * cursor.C (dispatch): avoid infinite loops
2934
2935 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2936
2937         * rowpainter.C (paintSelection): fix x coordinates
2938
2939 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2940
2941         * text.C (rowBreakPoint): fix breaking before displayed insets
2942
2943 2004-03-01  André Pönitz  <poenitz@gmx.net>
2944
2945         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
2946
2947         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
2948
2949         * Makefile.am:
2950         * BufferView.C:
2951         * BufferView_pimpl.C:
2952         * buffer.C:
2953         * lyxfind.C:
2954         * lyxfunc.C:
2955         * text.C:
2956         * text2.C:
2957         * text3.C: adjust
2958
2959 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2960
2961         * lyxtext.h:
2962         * text.C:
2963         * text2.C:
2964         * rowpainter.C:
2965         * BufferView_pimpl.C: rename textwidth -> maxwidth,
2966         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
2967
2968 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2969
2970         * Bidi.[Ch] (computeTables): const correctness
2971         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
2972         fill_hfill, fill_label_hfill and x from Row
2973         * lyxtext.h: prepareToPrint returns a RowMetrics
2974         * rowPainter.C: adjust
2975         * text.C (prepareToPrint): use width, not textWidth. adjust
2976         (redoParagraphInternal, cursorX): adjust
2977         * text2.C (getColumnNearX): adjust
2978         (init): put a default value to the top LyXText::width
2979
2980 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2981
2982         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
2983
2984 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2985
2986         * lyxtext.h: add FontIterator class
2987
2988         * text.C (FontIterator, operator*, operator->, operator++): add
2989         (rowBreakPoint, setRowWidth): adjust (fixing a
2990         rebreaking bug)
2991
2992 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2993
2994         * BufferView_pimpl.C (workAreaDispatch): allow also
2995         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
2996
2997 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
2998
2999         * text.C (rowBreakPoint): fix a bug showing with very large insets
3000
3001 2004-02-25  André Pönitz  <poenitz@gmx.net>
3002
3003         * text3.C:
3004         * cursor.[Ch]: move some mathed specific code to mathed
3005
3006 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3007
3008         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
3009         use_tempdir in preferences
3010         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
3011         tempfile creation
3012         * lyx_main.C: ensure that tempdir is valid
3013         * lyxlex.h: correct typo
3014         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
3015         * paragraph.[Ch] (isMultiLingual): make const
3016         * cursor.[Ch] (openable): make const
3017
3018 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3019
3020         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
3021
3022 2004-02-20  André Pönitz  <poenitz@gmx.net>
3023
3024         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
3025
3026         * cursor.[Ch]: prepare for localized getStatus()
3027
3028         * lyxtext.h:
3029         * tabular.C:
3030         * text.C:
3031         * text2.C:
3032         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
3033
3034 2004-02-20  André Pönitz  <poenitz@gmx.net>
3035
3036         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
3037
3038 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3039
3040         * text2.C (setCursorFromCoordinates): switch to absolute coords
3041         (cursorUp): adjust
3042         (cursorDown): adjust
3043         * text3.C (dispatch): adjust
3044
3045 2004-02-16  André Pönitz  <poenitz@gmx.net>
3046
3047         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
3048           insets/ChangeLog)
3049
3050         * cursor_slice.[Ch]: remove unneeded acessor function
3051
3052         * lyxtext.h: rename rtl() to isRTL()
3053
3054         * rowpainter.C:
3055         * tabular.C:
3056         * text.C:
3057         * text2.C:
3058         * text3.C: adjust
3059
3060 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3061
3062         * rowpainter.C (paintSelection): coord fix
3063
3064 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
3065
3066         * Spacing.C: compile fix
3067
3068 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3069
3070         * cursor.C (dispatch): restore current_ before returning
3071
3072 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3073
3074         * text2.C (cursorUp, cursorDown): fix coords
3075         (moveUp): fix crash
3076
3077 2004-02-12  André Pönitz  <poenitz@gmx.net>
3078
3079         * lyxtext.h:
3080         * text.C:
3081         * text2.C:
3082         * text3.C: add LCursor & parameter to most cursor movement functions
3083           remove usage of LyXText::cursorRow() and cursorPar()
3084
3085         * cursor.[Ch]: add textRow() needed members
3086
3087         * BufferView.C:
3088         * BufferView_pimpl.C:
3089         * paragraph.[Ch]:
3090         * BufferView.C:
3091         * BufferView_pimpl.C: adjust
3092
3093 2004-02-11  André Pönitz  <poenitz@gmx.net>
3094
3095         * lyxfunc.C:
3096         * BufferView.[Ch]:
3097         * BufferView_pimpl.C: shift undo/redo handling
3098
3099         * cursor.[Ch]: fix mathed crash
3100
3101         * lyxfind.C:
3102         * lyxtext.h: move selectionAsText to LCursor
3103
3104         * output_latex.C:
3105         * paragraph.C:
3106         * text.C:
3107         * text2.C:
3108         * text3.C: adjust
3109
3110         * rowpainter.C: fix excessive drawing
3111
3112 2004-02-06  André Pönitz  <poenitz@gmx.net>
3113
3114         * BufferView.[Ch]:
3115         * BufferView_pimpl.[Ch]:
3116         * text3.C: move some text specific LFUN handling
3117
3118 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
3119
3120         * text3.C (checkInsetHit): adjust coords
3121         * text2.C (getColumnNearX): adjust coords
3122         (edit): adjust coords
3123         * text.C (getRowNearY): add two asserts
3124
3125 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
3126
3127         * converter.C:
3128         * format.C: add using std::distance to compile on gcc 2.95/stlport
3129
3130 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
3131
3132         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
3133
3134 2004-02-04  André Pönitz  <poenitz@gmx.net>
3135
3136         * BufferView.[Ch] (insertInset):
3137         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
3138
3139         * text2.C:
3140         * text3.C: adjust
3141
3142 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3143
3144         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
3145         on the default clause of the switch
3146         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
3147         wasn't catched by LCursor::dispatch
3148
3149 2004-02-03  André Pönitz  <poenitz@gmx.net>
3150
3151         * BufferView.C:
3152         * cursor.[Ch]: some additional asserts
3153
3154         * undo.[Ch]: remove LyXText dependency in interface
3155
3156         * lyxfunc.C: adjust
3157
3158         * lyxtext.h (firstPar, lastPar): remove dead functions
3159
3160         * text.C:
3161         * text2.C:
3162         * text3.C:
3163         * paragraph.[Ch]: adjust
3164
3165 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3166
3167         * lyxfind.C (find): fix argument order in call to ::find
3168
3169 2004-02-02  André Pönitz  <poenitz@gmx.net>
3170
3171         * cursor.[Ch]: remove direct access to anchor
3172
3173         * text.C: remove findText() hack
3174
3175 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3176
3177         * iterators.[Ch] (lockPath): remove in favour of...
3178         * BufferView.[Ch] (setCursor): this addition
3179         * BufferView.C (putSelectionAt): adjust
3180         * undo.C (performUndoOrRedo): adjust
3181         * lyxfunc.C (dispatch): adjust
3182
3183 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3184
3185         * iterators.C (lockPath): add a missing slice
3186         * undo.C (performUndoOrRedo): remove redundant positioning code
3187
3188 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
3189
3190         * vc-backend.C (scanMaster): ";" -> ';'
3191
3192 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
3193
3194         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
3195         std::binary_function
3196
3197         * lyxtextclass.C (compare_name): rename to...
3198         (LayoutNamesEqual): ...this
3199
3200         * lyxlex_pimpl.C (compare_tags): inherit from
3201         std::binary_function, put back into anon namespace
3202
3203         * lyxfind.C (MatchString): inherig from std::binary_function
3204         (findChange): use empty() istead of !size()
3205
3206         * format.C (FormatNamesEqual): new functor
3207         (getFormat): use it
3208         (getNumber): use it
3209         (add): use it
3210         (erase): use it
3211         (setViewer): use it
3212
3213         * converter.C (compare_Converter): rename to...
3214         (ConverterEqual): ...this, and fixup a bit.
3215         (getConverter): use it, and make function const
3216         (getNumber): use it, and make function const
3217         (add): use it
3218         (erase): use it:
3219
3220         * bufferlist.C: add using boost::bind
3221
3222         * MenuBackend.C (MenuNamesEqual): new functor
3223         (hasMenu): use it, and make function const
3224         (hasSubmenu): use nested bind to get rid of compare_memfun.
3225
3226 2004-01-30  André Pönitz  <poenitz@gmx.net>
3227
3228         * BufferView_pimpl.C:
3229         * cursor.C:
3230         * cursor.h:
3231         * cursor_slice.[Ch]:
3232         * lyxfunc.C:
3233         * lyxtext.h:
3234         * paragraph_funcs.C:
3235         * paragraph_funcs.h:
3236         * rowpainter.C:
3237         * text.C:
3238         * text2.C:
3239         * text3.C: move some of the edit(x,y) handling to the insets
3240         some coordinate changes.
3241
3242 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
3243
3244         * text.C: add using statements for std::advance and std::distance
3245
3246         * paragraph.C: add using statement for std::distance
3247
3248         * lyxfind.C: add using statement for std::advance
3249
3250         * cursor.C (region): remove std:: from swap
3251         (openable): use nucleus in stead of operator->
3252
3253         * BufferView.C: add using statements for std::distance and std::swap
3254
3255 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
3256
3257         * iterators.C: Remove the pimple, move the needed structures to
3258         the header file. Create accessor for the positions stack.
3259         (asPosIterator): remove function
3260
3261         * PosIterator.C (PosIterator): move constructors to top of file
3262         (PosIterator): reimplement the constructor taking a ParIterator in
3263         terms of setFrom.
3264         (setFrom): new function
3265         (operator!=): inline it
3266
3267 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
3268
3269         * lyxfind.C (replaceAll): use std::advance
3270
3271         * iterators.h: inherit from std::iterator.
3272
3273         * PosIterator.C (advance, distance): remove
3274         * PosIterator.h: interit from std::iterator.
3275
3276 2004-01-26  André Pönitz  <poenitz@gmx.net>
3277
3278         * BufferView.[Ch]:
3279         * BufferView_pimpl.[Ch]:
3280         * InsetList.[Ch]:
3281         * PosIterator.[Ch]:
3282         * buffer.h:
3283         * bufferview_funcs.C:
3284         * cursor.[Ch]:
3285         * cursor_slice.h:
3286         * factory.[Ch]:
3287         * iterators.[Ch]:
3288         * lyxfind.C:
3289         * lyxfunc.C:
3290         * lyxtext.h:
3291         * output_docbook.C:
3292         * output_latex.C:
3293         * output_linuxdoc.C:
3294         * output_plaintext.C:
3295         * paragraph.[Ch]:
3296         * paragraph_funcs.[Ch]:
3297         * paragraph_pimpl.[Ch]:
3298         * rowpainter.C:
3299         * tabular.C:
3300         * tabular.h:
3301         * text.C:
3302         * text2.C:
3303         * text3.C: more IU:  dumps most of the rest of the mathcursor
3304     implementation into cursor.[Ch]; "globalize" a bit of it.
3305
3306 2004-01-25  Angus Leeming  <leeming@lyx.org>
3307
3308         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3309
3310 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3311
3312         * LaTeXFeatures.h: add nice_ and nice() const
3313         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3314
3315 2004-01-20  André Pönitz  <poenitz@gmx.net>
3316
3317         * BufferView.[Ch]:
3318         * BufferView_pimpl.C:
3319         * PosIterator.C:
3320         * bufferview_funcs.C:
3321         * cursor.[Ch]:
3322         * cursor_slice.[Ch]:
3323         * factory.C:
3324         * iterators.C:
3325         * lyx_cb.C:
3326         * lyxfind.C:
3327         * lyxfunc.C:
3328         * lyxtext.h:
3329         * rowpainter.C:
3330         * text.C:
3331         * text2.C:
3332         * text3.C:
3333         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3334           LCursor and mathcursor parts to LCursor and InsetBase.
3335
3336 2004-01-15  André Pönitz  <poenitz@gmx.net>
3337
3338         * cursor_slice.[Ch]: add a few covienience functions
3339
3340         * funcrequest.[Ch]: remove BufferView * member
3341
3342         * BufferView_pimpl.C:
3343         * cursor.C:
3344         * factory.[Ch]:
3345         * lyxfind.[Ch]:
3346         * lyxfunc.C:
3347         * lyxtext.h:
3348         * text3.C:
3349         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3350
3351 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3352
3353         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3354         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3355
3356 2004-01-13  André Pönitz  <poenitz@gmx.net>
3357
3358         * textcursor.[Ch]:
3359         * lyxtext.h: hide cursor and selection anchor behind accessor function
3360
3361         * BufferView.C:
3362         * BufferView_pimpl.[Ch]:
3363         * PosIterator.C:
3364         * bufferview_funcs.C:
3365         * cursor.h:
3366         * lyxfind.C:
3367         * lyxfunc.C:
3368         * text.C:
3369         * text2.C:
3370         * text3.C:
3371         * undo.C: adjust
3372
3373         * cursor.h:
3374         * cursor_slice.[Ch]: some integer type changes for inset unification
3375
3376         * lyxcursor.[hC]: remove, it's CursorSlice now.
3377
3378         * Makefile.am:
3379         * BufferView_pimpl.[Ch]:
3380         * bufferview_funcs.C:
3381         * cursor_slice.C:
3382         * lyxtext.h:
3383         * text.C:
3384         * text2.C:
3385         * text3.C:
3386         * textcursor.[Ch]: adjust
3387
3388 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
3389
3390         * text2.C (undoSpan): add and use
3391         * text.C (breakParagraph): use undoSpan (fix bug 578)
3392         * lyxtext.h: adjust
3393
3394 2004-01-08  Angus Leeming  <leeming@lyx.org>
3395
3396         * BufferView_pimpl.C (MenuInsertLyXFile):
3397         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3398         * lyxfunc.C (menuNew, open, doImport):
3399         FileFilterList change to the FileDialog open and save functions.
3400
3401 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
3402
3403         * ShareContainer.h: make isEqual and isUnique adaptable
3404
3405         * CutAndPaste.C: make resetOwnerAndChanges adaptable
3406
3407 2004-01-07  Angus Leeming  <leeming@lyx.org>
3408
3409         * LyXAction.C:
3410         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
3411
3412         * BufferView_pimpl.C (dispatch): act on these LFUNs.
3413
3414         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
3415         functions replacing find, replace and replaceAll.
3416
3417         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
3418         LFUN_WORDFIND(FORWARD|BACKWARD).
3419
3420 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3421
3422         * text.C (breakParagraph): remove an outdated #warning
3423
3424 2004-01-07  André Pönitz  <poenitz@gmx.net>
3425
3426         * lyxfind.C: somewhat clearer logic
3427
3428         * text.C: prevent crash in cursorX on unitialized row cache
3429
3430 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3431
3432         * lyxcursor.[Ch] (operator>): add
3433         * textcursor.C (selStart, selEnd): use std::min and std::max
3434
3435 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
3436
3437         * Chktex.C: include boost/format.hpp
3438
3439 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
3440
3441         * InsetList.C: replace functor MathcIt with adaptable functor
3442         InsetTablePosLess
3443         (insetIterator): modify accordingly
3444
3445         * BranchList.h: move the BranchNamesEqual functor here from...
3446         * BranchList.C: ... to here
3447
3448         * BranchList.C: new BranchListEqual fuctor, use it. Remove
3449         SameName and match.
3450         (add): replace a finding loop with std::find_if.
3451
3452 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
3453
3454         * output_docbook.C: moving LatexParam functionality into
3455         .layout files
3456
3457 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3458
3459         * buffer.C: increment format to 229.
3460
3461 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
3462
3463         * LaTeXFeatures.C:
3464         * lyx_sty.[Ch]: remove minipageindent_def
3465
3466         * LyXAction.C:
3467         * factory.C:
3468         * lfuns.h:
3469         * lyxfunc.C:
3470         * text3.C: remove LFUN_INSET_MINIPAGE
3471
3472 2003-12-28  Angus Leeming  <leeming@lyx.org>
3473
3474         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
3475
3476 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
3477
3478         * text2.C (setParagraph): fix off-by-one crash
3479
3480 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
3481
3482         * output_docbook.C: header stuff for AGU
3483
3484 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
3485
3486         * text2.C (redoCursor): remove
3487         * text.C:
3488         * text3.C:
3489         * BufferView_pimpl.C: remove calls to redoCursor and
3490         setCursor(cursor.par(), cursor.pos()) all around
3491
3492 2003-12-15  Angus Leeming  <leeming@lyx.org>
3493
3494         * buffer.C: up the format to 228.
3495
3496 2003-12-15  André Pönitz  <poenitz@gmx.net>
3497
3498         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
3499         slices
3500
3501         * Makefile.am:
3502
3503         * BufferView_pimpl.C:
3504         * cursor.[Ch]:
3505         * lyxcursor.[Ch]:
3506         * rowpainter.[Ch]:
3507         * lyxtext.h:
3508         * text.C:
3509         * text2.C:
3510         * text3.C: adjust
3511
3512 2003-12-15  Angus Leeming  <leeming@lyx.org>
3513
3514         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
3515         than getFromGUIName to manipulate the color.
3516
3517 2003-12-14  Angus Leeming  <leeming@lyx.org>
3518
3519         * BranchList.[Ch]: minimize the API.
3520         (Branch::getBranch, getColor): now return a 'const &'.
3521         (Branch::setSelected) now returns a bool set to true if the
3522         selection status changes.
3523         (BranchList::clear, size, getColor, setColor, setSelected,
3524         allBranches, allSelected, separator): removed.
3525         (BranchList::find): new functions, returning the Branch with
3526         the given name.
3527         (BranchList::add, remove): return a bool indicating that
3528         the operation was successful.
3529
3530         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
3531         new InsetBranch::isBranchSlected member function.
3532
3533         * LColor.[Ch]: mimimize the API.
3534         (fill): renamed as addColor and made private.
3535         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
3536         versions of these functions taking a string arg have been removed.
3537
3538         * bufferparams.C (readToken):
3539         * lyxfunc.C (dispatch):
3540         * lyxrc.C (read): changes due to the altered BranchList and
3541         LColor APIs.
3542
3543         * factory.C (createInset, readInset): changes due to altered
3544         InsetBranch c-tor.
3545
3546 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3547
3548         * factory.C:
3549         * lyxfunc.C: remove insetminipage. "minipage-insert"
3550         now produces a frameless minipage box inset.
3551
3552 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3553
3554         * textcursor.[Ch] (selStart,selEnd): add new methods
3555         remove selection::start, end, use LyXCursor::operator<
3556         * lyxcursor.[Ch] (operator<): add
3557         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
3558         * BufferView.[Ch] (unsetXSel): add
3559         * text2.C (clearSelection): use unsetXSel,adjust
3560         * text.C: adjust
3561         * text3.C: adjust
3562         * rowpainter.C: adjust
3563         * bufferview_funcs.C (put_selection_at): adjust
3564
3565 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3566
3567         * BufferView_pimpl.C: small coord. correction
3568
3569 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3570
3571         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
3572         dragging over the splash screen.
3573
3574 2003-12-11  Angus Leeming  <leeming@lyx.org>
3575
3576         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
3577         as it is now handled in LyXText::dispatch.
3578
3579         * text3.C (doInsertInset): remove a level of nesting.
3580
3581 2003-12-11  Angus Leeming  <leeming@lyx.org>
3582
3583         * factory.C (createInset): changes due to the changed interface to
3584         InsetCommandMailer::string2params.
3585
3586 2003-12-10  Angus Leeming  <leeming@lyx.org>
3587
3588         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
3589         'dialog-show-new-inset <inset name>'
3590
3591 2003-12-10  Angus Leeming  <leeming@lyx.org>
3592
3593         * buffer.C: up the format to 227.
3594
3595         * factory.C: the box inset is now identified simply by 'Box'.
3596
3597 2003-12-10  Angus Leeming  <leeming@lyx.org>
3598
3599         * buffer.C: up the format to 226.
3600
3601         * factory.C: the note inset is now identified simply by 'Note'.
3602
3603 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
3604
3605         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
3606         when a pit is enough. Standarize a couple of loops.
3607
3608 2003-12-05  Angus Leeming  <leeming@lyx.org>
3609
3610         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
3611         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
3612         data to the re-worked "log" dialog.
3613
3614 2003-12-03  André Pönitz  <poenitz@gmx.net>
3615
3616         * PosIterator.C:
3617         * iterators.C:
3618         * lyxtext.h:
3619         * output_latex.C:
3620         * paragraph_funcs.C:
3621         * text.C:
3622         * text2.C: use Inset::getText instead of Inset::getParagraph
3623
3624 2003-12-03  André Pönitz  <poenitz@gmx.net>
3625
3626         * buffer.[Ch]:
3627         * lyxtext.h:
3628         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
3629         InsetText::read() as LyXText::read()
3630
3631 2003-12-02  Angus Leeming  <leeming@lyx.org>
3632
3633         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
3634         type. Add a comment in the implementation that the function uses
3635         the stream's bad() function rather than fail() as the std::streams
3636         would do.
3637
3638 2003-12-02  André Pönitz  <poenitz@gmx.net>
3639
3640         * lyxlex.[Ch]: make interface more similar to std::stream
3641
3642         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
3643
3644 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
3645
3646         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
3647
3648 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
3649
3650         * vspace.[Ch]: remove VSpace::NONE
3651
3652 2003-12-01  André Pönitz  <poenitz@gmx.net>
3653
3654         * buffer.[Ch]:
3655         * lyxtext.h: move ParagraphList member to LyXText
3656         rename LyXText::ownerParagraphs to LyXText::paragraph
3657
3658         * CutAndPaste.C:
3659         * bufferview_funcs.C:
3660         * iterators.[Ch]:
3661         * lyx_cb.C:
3662         * paragraph.C:
3663         * rowpainter.C:
3664         * tabular.C:
3665         * text.C:
3666         * text2.C:
3667         * text3.C: adjust
3668
3669         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
3670
3671         * undo.C: fix cursor positioning
3672
3673 2003-12-01  John Levon  <levon@movementarian.org>
3674
3675         * BufferView_pimpl.C: fix a crash on exit with
3676         a buffer open
3677
3678 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
3679
3680         * BranchList.C: fix setSelected() method.
3681
3682 2003-11-28  André Pönitz  <poenitz@gmx.net>
3683
3684         * ParagraphParameters.[Ch]:
3685         * ParameterStruct.h: remove space above/below from Paragraph to
3686          InsetVSpace
3687
3688         * BufferView_pimpl.C:
3689         * factory.C:
3690         * lyxfunc.C:
3691         * lyxtext.h:
3692         * output_latex.C:
3693         * paragraph.C:
3694         * paragraph_funcs.C:
3695         * rowpainter.[Ch]:
3696         * text.C:
3697         * text2.C:
3698         * text3.C: adjust
3699
3700 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
3701
3702         * factory.C: Syntax change for CharStyles
3703
3704 2003-11-28  André Pönitz  <poenitz@gmx.net>
3705
3706         * BufferView.[Ch]:
3707         * BufferView.[Ch]:
3708         * buffer.[Ch]:
3709         * buffer.[Ch]: move LyXText member
3710
3711 2003-11-28  André Pönitz  <poenitz@gmx.net>
3712
3713         * BufferView.[Ch]: make LyXText * text a private member
3714
3715         * BufferView_pimpl.C:
3716         * cursor.C:
3717         * iterators.C:
3718         * lyx_cb.C:
3719         * lyxfind.C:
3720         * lyxtext.h:
3721         * rowpainter.[Ch]:
3722         * text.C:
3723         * text2.C:
3724         * undo.C: adjust
3725
3726         * output_plaintext.C: cleanup
3727
3728 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3729
3730         * buffer.C:
3731         * lyxtextclass.[Ch]: parametrize SGML document header
3732
3733 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3734
3735         * converter.[Ch]:
3736         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
3737         getFlavor().
3738
3739 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
3740
3741         * text2.C (setFont): rework using PosIterator (no more recursive)
3742         (setCharFont): no more needed
3743         (setLayout): no more selection cursors fiddling (done by redoCursor)
3744         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
3745         destroy remaining ones)
3746
3747 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
3748
3749         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
3750         * lyxtext.h: ditto
3751         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
3752         selection cursors
3753         * lyxfunc.C: adjust
3754         * text3.C: adjust + re-allow multi par depth changes
3755         * textcursor.C: simplify a bit
3756
3757 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
3758
3759         * src/buffer.C:
3760         * src/lyxlayout.C:
3761         * src/lyxlayout.h:
3762         * src/lyxtext.h:
3763         * src/output_docbook.C:
3764         * src/output_latex.C:
3765         * src/paragraph.C:
3766         * src/paragraph.h:
3767         * src/sgml.C:
3768         * src/sgml.h:
3769         * src/text2.C: Introducing a number of tags parametrizing various
3770         XML formats that we may want to support
3771
3772 2003-11-25  André Pönitz  <poenitz@gmx.net>
3773
3774         * InsetList.[Ch] (begein, end): inline as suggested by profiler
3775
3776         * lyxtext.h (leftMargin/rightMargin): simplify interface
3777
3778         * rowpainter.C:
3779         * text.C:
3780         * text2.C:
3781         * text3.C: adjust
3782
3783 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3784
3785         * lyxfunc.C (dispatch): propogate the bibtex databases from the
3786         master file to any child files. Fixes bug 546.
3787
3788 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3789
3790         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
3791
3792 2003-11-24  André Pönitz  <poenitz@gmx.net>
3793
3794         * rowpainter.C: simplification
3795
3796         * text2.C (updateCounters): remove call to redoParagraph on
3797         changed labels as this is far too expensive.
3798
3799 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3800
3801         * converter.C (convert): fix a crash: this function gets
3802         called with buffer == 0 from importer code.
3803
3804 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
3805
3806         * text3.C (cursorPrevious): make sure that we do not compare
3807         iterators form different containers.
3808         (cursorNext): ditto
3809
3810         * rowpainter.C (paintSelection): make sure that we do not compare
3811         iterators from different containers.
3812
3813         * text3.C (dispatch): [PRIOR] make sure that we do not compare
3814         iterators from different ParagraphList containers.
3815         [NEXT] ditto
3816
3817         * text2.C (LyXText): change order of initialization slightly
3818         (operator=): new function. copy all variables except cache_par_
3819         (moveUp): make sure that we do not compare iterators from
3820         different ParagraphList constainers.
3821         (moveDown): ditto
3822
3823         * text.C (firstPar): new function
3824         (lastPar): new function
3825         (endPar): new function
3826
3827         * lyxtext.h: move things around and group public functions, public
3828         variables, private functions, private variables
3829
3830 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
3831
3832         * factory.C: change call to InsetERT constructor to avoid
3833         additional invocation of method status
3834         * text2.C (toggleInset): remove redundant update() call
3835         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
3836         instead of a Bufferview pointer
3837
3838 2003-11-21  André Pönitz  <poenitz@gmx.net>
3839
3840         * rowpainter.C: simplification
3841
3842 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3843
3844         * text3.C (dispatch): make possible to extend a word/row selection
3845         with the mouse
3846
3847 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3848
3849         * lyxtext.h: x0_,y0_ -> xo_,yo_
3850         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
3851         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
3852         * rowpainter.C (paintRows): paint full paragraphs
3853
3854 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3855
3856         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
3857         screen coordinates)
3858
3859 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3860
3861         * lyxtext.h: add x0_, y0_
3862         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
3863         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
3864
3865 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
3866
3867         * text2.C (setCursorIntern): move the x_target update here *
3868         * text3.C: change some bv() to true/false in calls to
3869         cursorUp/Down/Right/Left
3870         * cursor.C: use helper function.
3871
3872 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3873
3874         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
3875         * paragraph_funcs.[Ch]: correct comment
3876         * rowpainter.C: do not paint selections away from bv->cursor()
3877         Fix a long standing selection painting bug.
3878         * text3.C: generalize mouse-selection code to LyXTexts other that
3879         top one
3880         * textcursor.C: do not use y coords if we can use par offsets
3881
3882 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3883
3884         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
3885         cursor position after e.g. inset insert)
3886
3887 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
3888
3889         * lyxfind.C (replace): adjust to locking removal + some
3890         code simplification
3891
3892 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
3893
3894         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
3895         of the path
3896
3897 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
3898
3899         * lyxlayout.[Ch]:
3900         * output_docbook.C: XML sanitation: new layout
3901         parameters InnerTag and CommandDepth
3902
3903 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
3904
3905         * BufferView_pimpl.C:
3906         * factory.C:
3907         * text3.C: Fix the insertion and modification of button-style
3908         insets
3909
3910 2003-11-13  André Pönitz  <poenitz@gmx.net>
3911
3912         * InsetList.[Ch]: remove deleteLyXText
3913
3914         * paragraph.[Ch]: cache beginOfBody position
3915
3916         * Bidi.C:
3917         * text.C:
3918         * text2.C:
3919         * text3.C: remove superfluous update() calls
3920
3921         * vspace.C: cleanup
3922
3923 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
3924
3925         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
3926         * BufferView.C (fitLockedInsetCursor): remove
3927         * cursor.[Ch] (getDim): add
3928         * text.C (getRowNearY): add faster version
3929         * text3.C: remove some update calls
3930
3931 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
3932
3933         * LaTeXFeatures.C:
3934         * LyXAction.C:
3935         * MenuBackend.C:
3936         * MenuBackend.h:
3937         * dispatchresult.h:
3938         * factory.C:
3939         * lfuns.h:
3940         * lyxfunc.C:
3941         * lyxtextclass.C:
3942         * lyxtextclass.h:
3943         * text3.C: The Character Style /XML short element patch.
3944
3945 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
3946
3947         * text3.C:
3948         * factory.C: Small step to solving 'unable to insert some insets'
3949         problem
3950
3951 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
3952
3953         * cursor.[Ch] (updatePos): new function for updating the y
3954         position of the tip inset
3955         * bufferview_funcs.C (put_selection_at):
3956         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
3957
3958 2003-11-11  André Pönitz  <poenitz@gmx.net>
3959
3960         * text.C: remove big comment on invalid Paragraph pointers as it is
3961         not valid anymore
3962
3963 2003-11-11  André Pönitz  <poenitz@gmx.net>
3964
3965         * text_funcs.[Ch]: merge with ...
3966
3967         * text.C: ... this
3968
3969         * lyxtext.h:
3970         * text2.C:
3971         * text3.C: adjust
3972
3973         * Makefile.am: remove text_funcs.[Ch]
3974
3975 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
3976
3977         * cursor.C (getPos): return absolute cached y coord
3978
3979         * BufferView_pimpl.C (fitCursor): new simplistic code
3980         (workAreaDispatch): add a fitCursor call
3981
3982 2003-11-10  André Pönitz  <poenitz@gmx.net>
3983
3984         * BufferView.[Ch]:
3985         * BufferView_pimpl.[Ch]: merge update() and updateInset()
3986
3987 2003-11-10  André Pönitz  <poenitz@gmx.net>
3988
3989         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
3990         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
3991         indicate that the cursor needs to leave an inset
3992
3993         * lyxtext.h: remove inset locking
3994
3995         * cursor.[Ch]: re-implement functionality provided by inset locking
3996
3997         * BufferView.[Ch]:
3998         * BufferView_pimpl.[Ch]:
3999         * LyXAction.C:
4000         * bufferview_funcs.[Ch]:
4001         * factory.C:
4002         * funcrequest.[Ch]:
4003         * iterators.C:
4004         * lyx_cb.C:
4005         * lyxfind.C:
4006         * lyxfunc.C:
4007         * text.C:
4008         * text2.C:
4009         * text3.C:
4010         * undo.C: adjust
4011
4012 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
4013
4014         * PosIterator.[Ch]: replace the stack with a vector, add inset
4015         accesor
4016         * iterators.[C]: adjust
4017
4018 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4019
4020         * lyxfind.C (replaceAll): mark the buffer dirty if something was
4021         replaced
4022         * paragraph_funcs.C (readParToken): put the correct id in the
4023         error item, not the id of the top paragraph
4024
4025 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4026
4027         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
4028         * bufferview_funcs.C (put_selection_at): use the above
4029
4030 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4031
4032         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
4033
4034 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4035
4036         * output_linuxdoc.h:
4037         * output_plaintext.h:
4038         * output.h:
4039         * output_docbook.h: add #include statements
4040
4041 2003-11-05  José Matos  <jamatos@lyx.org>
4042
4043         * output_docbook.[Ch]:
4044         * output_latex.[Ch]:
4045         * output_linuxdoc.[Ch]:
4046         * output_plaintext.[Ch]: New files for output formats.
4047         * output.[Ch]: New file for helper functions.
4048
4049         * buffer.[Ch]:
4050         * paragraph_funcs.[Ch]: output functions moved to new files.
4051
4052         * outputparams.h: rename of latexrunparams.h
4053
4054         * LaTeX.[Ch]:
4055         * buffer.[Ch]:
4056         * bufferlist.[Ch]:
4057         * converter.[Ch]:
4058         * exporter.C:
4059         * paragraph.[Ch]:
4060         * paragraph_funcs.[Ch]:
4061         * paragraph_pimpl.[Ch]:
4062         * tabular.[Ch]: rename ascii to plaintext
4063         and LatexRunParams to OutputParams.
4064
4065 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4066
4067         * iterators.[Ch] (text): require bv argument
4068         * undo.C (recordUndo):
4069         * lyxfunc.C (dispatch):
4070         * bufferview_funcs.C (put_selection_at): adjust
4071
4072 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
4073
4074         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
4075
4076 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4077
4078         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
4079         nestings
4080
4081 2003-11-04  André Pönitz  <poenitz@gmx.net>
4082
4083         * cursor.[Ch]: restructure
4084
4085         * BufferView.[Ch]:
4086         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
4087
4088         * iterators.[Ch] (asCursor): remove
4089
4090         * lfuns.h: remove LFUN_INSET_EDIT
4091
4092         * lyxfunc.C:
4093         * tabular.C:
4094         * text.C:
4095         * text2.C:
4096         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
4097
4098 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4099
4100         * lyxfind.[Ch]: complete overhaul
4101         * BufferView_pimpl.C:
4102         * lyxfunc.C: adjust
4103         * paragraph.[Ch] (insert): add
4104
4105 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4106
4107         * BufferView.[Ch]:
4108         * lyxtext.h:
4109         * text.C: remove dead spellcheck code
4110
4111 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4112
4113         * dispatchresult.h: add a val setter
4114
4115         * cursor.C (dispatch): use a tempvar for data_[i]
4116
4117 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4118
4119         * PosIterator.[Ch]: compile fix
4120
4121 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4122
4123         * text.C (cursorPar): deactivate the cursor cache
4124
4125 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4126
4127         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
4128
4129 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4130
4131         * text3.C (dispatch): adjust for new DisptchResult semantics.
4132
4133         * lyxfunc.C (dispatch): handle update when return from
4134         Cursor::dispatch, adjust for new DispatchResult semantics.
4135
4136         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
4137         DispatchResult(true) mean to not update. Add class functions for
4138         setting dispatched and update, as well as reading.
4139
4140         * cursor.C (dispatch): don't handle update here
4141
4142 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4143
4144         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
4145         * trans_mgr.C: adjust
4146
4147         * paragraph_funcs.C (readParToken): exception safety
4148
4149         * lyxvc.h: store the vcs pointer in a scoped_ptr
4150         * lyxvc.C: adjust
4151
4152         * lyxsocket.C (serverCallback): exception safety
4153
4154         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
4155
4156         * ispell.C (clone): make it return a auto_ptr
4157
4158         * factory.C (createInset): exception safety
4159         (readInset): exception safety
4160
4161         * bufferlist.C (newBuffer): exception safety
4162
4163         * Thesaurus.C (Thesaurus): use initialization for aik_
4164
4165         * MenuBackend.C (expandToc): exception safety.
4166
4167 2003-11-03  André Pönitz  <poenitz@gmx.net>
4168
4169         * buffer.C:
4170         * buffer.h:
4171         * bufferview_funcs.C: remove getInsetFromId()
4172
4173         * lyxcursor.[Ch]:
4174         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
4175
4176         * lyxfunc.C:
4177         * text2.C:
4178         * text3.C: adjust
4179
4180 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4181
4182         * PosIterator.C (distance, advance): new
4183         * bufferview_funcs.[Ch] (put_selection_at): new
4184         * iterators.[Ch] (lockPath): new
4185
4186 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
4187
4188         * iterators.[Ch] (asPosIterator): added
4189         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
4190         * PosIterator.[Ch]: added
4191
4192 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4193
4194         * text3.C:
4195         * lyxfunc.C:
4196         * cursor.C (dispatch):
4197         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
4198
4199         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
4200         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
4201         contructor, add a class function dispatched. Remove operator>=
4202
4203 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4204
4205         * debug.C: only use the default constructor for debugstream
4206         (lyxerr) here.
4207
4208         * main.C (main): include debug.h and setup the lyxerr streambuf
4209         here.
4210
4211 2003-10-31  José Matos  <jamatos@lyx.org>
4212
4213         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
4214
4215         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
4216         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
4217         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4218         * paragraph_pimpl.C (simpleTeXSpecialC):
4219         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
4220         add LatexRunParams argument.
4221
4222         * exporter.C (Export): change call accordingly.
4223
4224         * latexrunparams.h: add new member to take care of the other backends.
4225 2003-10-30  José Matos  <jamatos@lyx.org>
4226
4227         * buffer.C (makeLinuxDocFile, makeDocBookFile):
4228         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4229         factorise code for paragraph output.
4230         * buffer.[Ch]:
4231         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
4232         move functions.
4233
4234 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4235
4236         * text3.C (dispatch):
4237         * lyxfunc.C (dispatch):
4238         * cursor.C (dispatch):
4239         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4240
4241         * dispatchresult.h: make the dispatch_result_t ctor explicit
4242
4243 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4244
4245         * sgml.[Ch]:
4246         * buffer.C: small refactoring of docbook stuff
4247
4248 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4249
4250         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4251         meaning.
4252
4253 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4254
4255         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4256         operator dispatch_result_t, and operators for == != and >=
4257
4258         * cursor.C (dispatch): adjust for operator dispatch_result_t
4259         removal. comment out call to update
4260
4261         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4262
4263 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4264
4265         * text3.C:
4266         * text2.C:
4267         * text.C:
4268         * lyxtext.h:
4269         * lyxfunc.C:
4270         * cursor.C:
4271         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4272         (dispatch):
4273
4274         * dispatchresult.h: new file, DispatchResult broken out of
4275         insets/insetbase.h
4276
4277         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4278
4279 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4280
4281         * text.C (rowBreakPoint): put a hack inside #if 0
4282
4283 2003-10-28  André Pönitz  <poenitz@gmx.net>
4284
4285         * lyxtext.h:
4286         * metricsinfo.C:
4287         * paragraph_funcs.C:
4288         * rowpainter.C:
4289         * text.C:
4290         * text2.C: general cleanup (lots of small stuff)
4291
4292 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4293
4294         * text2.C (cursorEnd): simple fix to the "end key goes to one
4295         before the end on last row" bug
4296
4297 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4298
4299         * text.C (backspace): fix the "zombie characters"
4300
4301 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4302
4303         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4304
4305 2003-10-27  André Pönitz  <poenitz@gmx.net>
4306
4307         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4308
4309         * factory.C: handle new InsetPagebreak, InsetLine
4310
4311         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4312         and move handling into new InsetPagebreak, InsetLine
4313
4314         * BufferView_pimpl.C:
4315         * LyXAction.C:
4316         * ParagraphParameters.C:
4317         * ParameterStruct.h:
4318         * lyxfunc.C:
4319         * lyxtext.h:
4320         * paragraph.C:
4321         * paragraph.h:
4322         * paragraph_funcs.C:
4323         * paragraph_pimpl.C:
4324         * rowpainter.C:
4325         * text.C:
4326         * text2.C:
4327         * text3.C: adjust
4328
4329 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4330
4331         * text.C:
4332         * lyxrow_funcs.[Ch]:
4333         * Bidi.C:
4334         * paragraph.C:
4335         * lyxtext.h:
4336         * rowpainter.C:
4337         * text2.C:
4338         * text3.C: remove lastPos uses in favour of Row::endpos
4339
4340 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4341
4342         * undo.C (performUndoOrRedo): fix two crashes by setting a
4343         cursor by hand and reordering some calls. Use bv->lockInset instead
4344         of inset->edit because the latter loses cursor information
4345
4346 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4347
4348         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4349         by Martin
4350         (rowBreakPoint): fix width. change point to point + 1.
4351         Add a missing check.
4352
4353 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4354
4355         * MenuBackend.C:
4356         * lyxfunc.C: fix (at least partly) the problems
4357         with the Nav menu and headers inside branch insets
4358         reported by Kayvan
4359
4360 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4361
4362         * paragraph.C (getChar): add strong asserts
4363
4364         * lyxrow_funcs.C (lastPos): remove hideous hack
4365
4366         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4367         (fill): adjust to that (avoid an infinite loop)
4368
4369 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4370
4371         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4372
4373 2003-10-23  André Pönitz  <poenitz@gmx.net>
4374
4375         * RowList_fwd.h: change list<> to vector<> to gain speed
4376         after suggestion from Alfredo
4377
4378 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4379
4380         * lyxtext.h: move the bidi stuff from here...
4381         * text.C: and here
4382         * text2.C: and here
4383         * Bidi.[Ch]: ... to here
4384
4385 2003-10-23  André Pönitz  <poenitz@gmx.net>
4386
4387         * lyxtext.h:
4388         * text.C (isLastRow, isFirstRow): new functions
4389
4390         * paragraph.h: new width cache member
4391
4392         * rowpainter.C: replace RowList::iterator with Row & where possible
4393
4394         * lyxfunc.C: replace several view()->text with a single call
4395
4396         * toc.C: fix 'unused' warning
4397
4398 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4399
4400         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
4401         when woring with stream::pos_type
4402         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
4403
4404 2003-10-22  André Pönitz  <poenitz@gmx.net>
4405
4406         * lyxtext.h:
4407         * text.C: use Row & instead of RowList::iterator
4408
4409         * lyxrow.h: rename end() to endpos()
4410
4411         * rowpainter.C:
4412         * text.C:
4413         * text2.C: adjust
4414
4415 2003-10-22  Angus Leeming  <leeming@lyx.org>
4416
4417         * buffer.[Ch] (fully_loaded): new member function, returning true
4418         only when the file has been loaded fully.
4419         Used to prevent the premature generation of previews and by the
4420         citation inset to prevent computation of the natbib-style label.
4421
4422         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
4423         templates are all set up.
4424
4425         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
4426
4427 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
4428
4429         * text.C: fixed an "oops" in the "is a bit silly"
4430         bug fix
4431
4432 2003-10-21  André Pönitz  <poenitz@gmx.net>
4433
4434         * FuncStatus.[Ch]: small stuff, whitespace
4435
4436         * lyxfont.[Ch]: operator<<() for debug reasons
4437
4438         * lyxfunc.C:
4439         * lyxrow_funcs.C:
4440         * lyxtext.h: whitespace, spelling
4441
4442         * paragraph.C: naming of variables
4443
4444         * text.C:
4445         * text2.C: small stuff
4446
4447
4448 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
4449
4450         * text.C: (1) finish off the inset display() work;
4451         (2) fix the "is a bit silly" bug (accessing char
4452         past end of par).
4453
4454 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
4455
4456         * text.C: re-introduce display() for insets, fixing the
4457         various bugs (stretch of line above, math inset
4458         positioning, ...)
4459
4460 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4461
4462         * text.C (rightMargin): remove spurious semicolon
4463
4464         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
4465         1415)
4466
4467 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
4468
4469         * text3.C: fix one crash due to wrong cursor def
4470
4471 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4472
4473         * vc-backend.C (scanMaster): make the regex static
4474
4475         * LaTeX.C (scanAuxFile): make the regexs static
4476
4477         * text3.C (doInsertInset, dispatch, dispatch):
4478         * text2.C (cursorUp, cursorDown):
4479         * text.C (selectNextWordToSpellcheck):
4480         * BufferView_pimpl.C (dispatch):
4481         * lyxfunc.C (dispatch):  localDispatch -> dispatch
4482
4483 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4484
4485         * lyxsocket.C: include <cerrno>
4486
4487 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4488
4489         * lyxfunc.C (dispatch): remove textcache stuff
4490
4491         * bufferlist.C (release): remove textcache stuff
4492         (closeAll): ditto
4493
4494         * TextCache.C: delete file
4495         * TextCache.h: delete file
4496
4497         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
4498
4499         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
4500         delete of the bv_->text.
4501         (resizeCurrentBuffer): remove texcache stuff
4502         (workAreaResize): ditto
4503
4504 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4505
4506         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
4507         action.
4508
4509 2003-10-16  André Pönitz  <poenitz@gmx.net>
4510
4511         * lyxrow.[Ch]:
4512         * paragraph.h:
4513         * rowpainter.C:
4514         * text.C:
4515         * text2.C:
4516         * text3.C: speed up by storing y positions per paragraph plus per-row
4517         offset instead of having a 'full' y position in the row.
4518
4519 2003-10-15  André Pönitz  <poenitz@gmx.net>
4520
4521         * iterators.[Ch]:
4522         * iterators.[Ch]:
4523         * undo.[Ch]: make undo aware of inner insets
4524
4525 2003-10-14  Angus Leeming  <leeming@lyx.org>
4526
4527         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
4528         static member functions LyX::ref() and LyX::cref.
4529         (lastfiles): new accessor functions for the new lastfiles_ member var.
4530         (addLyXView, views_): add a new LyXView to the list of views_.
4531         (updateInset): loop over all LyXViews to call their own updateInset
4532         member function, returning a pointer to the Buffer owning the inset.
4533
4534         * BufferView_pimpl.C (loadLyXFile):
4535         * MenuBackend.C (expandLastfiles):
4536         * bufferlist.C (MenuWrite, QuitLyX):
4537         lastfiles is no longer a global variable.
4538         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
4539
4540         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
4541         static function. Access through LyX::cref().emergencyCleanup().
4542
4543 2003-10-14  André Pönitz  <poenitz@gmx.net>
4544
4545         * iterators.[Ch]: new direct access to innermost LyXText and Inset
4546
4547         * undo.[Ch]: restoring part of 'undo in insets'
4548
4549         * Makefile.am:
4550         * undo_funcs.[Ch]: merge with undo.[Ch]
4551
4552         * tabular.C: small cleansing stuff
4553
4554 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
4555
4556         * paragraph_funcs.C (readParToken): report unknown insets as error
4557         boxes. Use the outer paragraph as location (also for unknown
4558         tokens).
4559
4560         * factory.C (readInset): do not abort on reading an unknown inset.
4561         Eat it and return 0.
4562
4563 2003-10-13  Angus Leeming  <leeming@lyx.org>
4564
4565         * lyx_main.C (LyX): remove call to setDisplayTranslator().
4566
4567         * lyxrc.C: displayTranslator is now a function,
4568         declared in GraphicsTypes.h.
4569
4570 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4571
4572         * format.C: new placeholder $$a to pass the socket address.
4573
4574         * bufferlist.[Ch]: new function getBufferFromTmp.
4575
4576         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
4577           files in the temporary dir.
4578
4579 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4580
4581         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
4582
4583         * Makefile.am: add lyxsocket.[Ch].
4584
4585         * lyx_main.C (error_handler): handle SIGPIPE.
4586
4587 2003-10-13  André Pönitz  <poenitz@gmx.net>
4588
4589         * BufferView_pimpl.C:
4590         * lyxtext.h:
4591         * text.C:
4592         * text2.C:
4593         * text3.C:
4594         * undo_funcs.[Ch]: use paroffset_type instead of
4595           ParagraphList::iterators to prevent multiple conversion
4596           (and get a more robust interface)
4597
4598 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4599
4600         * lyxfunc.C (dispatch): RESULT -> dispatch_result
4601         * lyxtext.h: ditto
4602         * text3.C (dispatch): ditto
4603
4604 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4605
4606         * LaTeX.C (handleFoundFile): move the static to smaller scope,
4607         move the onlyfile, use onlyfile instead of foundfile in a couple
4608         of places.
4609
4610         * DepTable.C (update): flush the error stream a bit more
4611
4612 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4613
4614         * lyxserver.C (callback): adjust
4615
4616         * lyxfunc.C (getStatus): add a missing brace in commented code
4617         (ensureBufferClean): reindent
4618         (dispatch): delete version taking a string
4619
4620 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4621
4622         * LaTeX.C (deplog): move found file handlig from here...
4623         (handleFoundFile): .. to new function here.
4624         (deplog): make sure to discover several files mentioned on the
4625         same log line.
4626
4627 2003-10-10  André Pönitz  <poenitz@gmx.net>
4628
4629         * lyxfunc.C:
4630         * lyxtext.h:
4631         * tabular.C:
4632         * text.C:
4633         * text2.C:
4634         * text3.C: fix some of the tabular crashes
4635
4636 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4637
4638         * MenuBackend.C (binding): put debug message into Debug::KBMAP
4639
4640         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
4641
4642 2003-10-09  André Pönitz  <poenitz@gmx.net>
4643
4644         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
4645
4646         * BufferView.C:
4647         * BufferView_pimpl.C:
4648         * bufferview_funcs.C:
4649         * lyx_cb.C:
4650         * lyxcursor.C:
4651         * lyxfind.C:
4652         * lyxfunc.C:
4653         * lyxtext.h:
4654         * text.C:
4655         * text2.C:
4656         * text3.C:
4657         * text_funcs.[Ch]:
4658         * textcursor.[Ch]:
4659         * undo_funcs.C: adjust
4660
4661 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4662
4663         * text2.C (incrementItemDepth): new function, use a backtracking
4664         algorithm to discover the correct item depth.
4665         (resetEnumCounterIfNeeded): new function, use a backtracking
4666         algorithm to discover if counter reset is needed.
4667         (setCounter): use them. Simplify a bit. Add different labels for
4668         different item depths for itemize.
4669
4670         * paragraph.C (Paragraph): remove initialization of enumdepth
4671         (operator=): ditto
4672
4673         * paragraph.h: get rid of enumdepth, and use itemdepth both for
4674         enumerate and itemize. Change the type of itemdepth to signed char.
4675
4676 2003-10-08  André Pönitz  <poenitz@gmx.net>
4677
4678         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
4679           thing assignable.
4680         * text.C:
4681         * text2.C: adjust
4682
4683         * tabular.[Ch]: fix crash after 'row-insert'
4684
4685 2003-10-08  Angus Leeming  <leeming@lyx.org>
4686
4687         Fix doxygen warnings.
4688
4689         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
4690         Remove CutAndPaste:: prefix from header file declaration.
4691
4692         * LColor.h (fill): remove LColor:: prefix from declaration.
4693
4694         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
4695         use lyx::depth_type rather than Paragraph::depth_type so that
4696         header file and .C file match.
4697
4698         * converter.h (intToFormat): remove Converters:: prefix from declaration.
4699
4700         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
4701         * aspell.C: \file aspell_local.C -> \file aspell.C
4702         * gettext.C: \file gettext.C -> \file src/gettext.C
4703         * gettext.h: \file gettext.h -> \file src/gettext.h
4704         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
4705         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
4706         * text.C: \file text.C -> \file src/text.C
4707
4708         * toc.C: move comment so that doxygen is not confused.
4709
4710 2003-10-07  Angus Leeming  <leeming@lyx.org>
4711
4712         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
4713
4714 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4715
4716         * aspell.C:
4717         * aspell_local.h: add forgotten std::string's.
4718
4719 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4720
4721         * LaTeXFeatures.C:
4722         * LyXAction.C:
4723         * factory.C:
4724         * lfuns.h:
4725         * lyxfunc.C:
4726         * text3.C: The Box patch. Fancybox support, minipage, parbox
4727
4728 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4729
4730         * CutAndPaste.h:
4731         * DepTable.h:
4732         * FloatList.h:
4733         * LaTeXFeatures.h:
4734         * ParagraphParameters.h:
4735         * TextCache.h:
4736         * Thesaurus.h:
4737         * bufferlist.h:
4738         * exporter.h:
4739         * importer.h:
4740         * lastfiles.h:
4741         * lyxfind.h:
4742         * lyxfont.h:
4743         * lyxlex.h:
4744         * lyxtextclasslist.h:
4745         * messages.h:
4746         * paragraph.h:
4747         * paragraph_pimpl.C:
4748         * textcursor.h: add <string> and other small fixes to make Lars'
4749         std::string patch compile with STLport.
4750
4751 2003-10-06  Angus Leeming  <leeming@lyx.org>
4752
4753         * LColor.h: Add missing #include <string>.
4754
4755 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4756
4757         * All most all file in all subdirs: Make <string> be the prefered
4758         way of getting to std::string, add using declarations.
4759
4760 2003-10-06  André Pönitz  <poenitz@gmx.net>
4761
4762         * metricsinfo.C: initialize LyXFont before changing attribute.
4763         (fixes the 'math in \emph is upright' bug)
4764
4765 2003-10-06  André Pönitz  <poenitz@gmx.net>
4766
4767         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
4768
4769 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
4770
4771         * graph.C:
4772         * paragraph_pimpl.C: Small fixes to build using STLport
4773
4774 2003-10-02  André Pönitz  <poenitz@gmx.net>
4775
4776         * lyxfunc.C:
4777         * text3.C: move handling of LFUN_DEPTH *; fix #1360
4778
4779 2003-10-01  André Pönitz  <poenitz@gmx.net>
4780
4781         * factory.C: assert early
4782
4783 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4784
4785         * lyx_main.C: remove the global debug object
4786
4787         * debug.h: adjust for new debugstream
4788
4789         * debug.C: adjust for new debugstream and keep the global debug
4790         object here.
4791
4792 2003-09-22  Angus Leeming  <leeming@lyx.org>
4793
4794         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
4795         of g++ which otherwise complain that the scoped_ptr destructor can't delete
4796         an incomplete class LyXFont.
4797
4798 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
4799
4800         * factory.C: bug fix in branches
4801
4802 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4803
4804         * lyxfunc.C (processKeySym): adjust
4805         (dispatch): adjust
4806         (dispatch): change arg name from ev to func, adjust
4807         (sendDispatchMessage): ditto
4808
4809         * lyx_main.C (defaultKeyBindings): adjust keybindings
4810         (deadKeyBindings): ditto
4811
4812         * kbsequence.C (addkey): return a FuncRequest
4813
4814         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
4815
4816         * kbmap.C (bind): take a FuncRequest as arg, adjust
4817         (read): adjust
4818         (lookup): adjust
4819         (defkey): change to take a FuncRequest as arg, adjust
4820         (findbinding): take a FuncRequest as arg, adjust.
4821
4822         * funcrequest.h (operator=): added
4823
4824         * funcrequest.C (FuncRequest): default kb_action changed from
4825         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
4826
4827         * buffer.C (dispatch): simplify
4828         (dispatch): adjust to take a FuncRequest as arg, adjust
4829
4830         * boost.C (assertion_failed): change assertion message slightly
4831
4832         * ToolbarBackend.C (read): simplify
4833
4834         * MenuBackend.C (binding): adjust call to findbinding, add a
4835         message if no binding is found.
4836         (read): simplify
4837         (expandToc): correct by adding a empty FuncRequest
4838
4839         * LyXAction.C: include <boost/assert.hpp>
4840         (isPseudoAction): delete function
4841         (LookupFunc): change name to...
4842         (lookupFunc): this. change return type to FuncRequest.
4843         (getActionName): take kb_action as arg, simplify
4844         (funcHasFlag): add an assert, simplify.
4845
4846 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4847
4848         * toc.C (action): return a FuncRequest, simplify
4849
4850         * lyxfunc.C (processKeySym): adjust
4851         (getStatus): delete version that takes an int.
4852         (getStatus): adjust
4853         (dispatch): delete version that takes action as int
4854         (dispatch): adjust
4855         (sendDispatchMessage): simplify and adjust
4856
4857         * funcrequest.C (getArg): take unsigned int as arg
4858
4859         * ToolbarBackend.C (read): adjust
4860         (add): delete version that takes func as a string.
4861         (getIton): take a FuncRequest as arg
4862
4863         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
4864         action.
4865
4866         * MenuBackend.C (MenuItem): add a new construct that only takes a
4867         Kind, simplify the constructor use for submenus.
4868         (add): adjust
4869         (expandLastfiles): adjust
4870         (expandDocuments): adjust
4871         (expandFormats): adjust
4872         (expandFloatListInsert): adjust
4873         (expandFloatInsert): adjust
4874         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
4875
4876         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
4877         Remove class variables lyx_pseudo_map and lyx_arg_map
4878
4879         * LyXAction.C (searchActionArg): delete function
4880         (getPseudoAction): delete function
4881         (retrieveActionArg): delete function
4882         (LookupFunc): make it return kb_action, simplify.
4883         (getActionName): simplify
4884
4885         * factory.C (createInset): fix new bug
4886
4887 2003-09-19  Angus Leeming  <leeming@lyx.org>
4888
4889         * CutAndPaste.C (pasteSelection): remove fudge used to set the
4890         masterFilename_ parameter in the include inset.
4891
4892         * factory.C (createInset): changes due to the changes to InsetInclude.
4893
4894 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4895
4896         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
4897
4898 2003-09-18  Angus Leeming  <leeming@lyx.org>
4899
4900         * buffer.C:
4901         * BufferView.C: pass the buffer when calling Inset::getLabelList,
4902         Inset::fillWithBibKeys.
4903         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
4904
4905 2003-09-18  Angus Leeming  <leeming@lyx.org>
4906
4907         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
4908         variables.
4909         (ctor): pass and store a 'Buffer const &'
4910         (buffer): new member function.
4911
4912         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
4913         '*this' to the LaTeXFeatures ctor.
4914
4915 2003-09-18  Angus Leeming  <leeming@lyx.org>
4916
4917         * LColor.h:
4918         * lyxfont.C:
4919         * lyxfont.h:
4920         * lyxtext.h:
4921         * text.C: rename EnumLColor as LColor_color.
4922
4923 2003-09-18  Angus Leeming  <leeming@lyx.org>
4924
4925         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
4926         remove #include "insets/insetbase.h" from cursor.h.
4927
4928 2003-09-18  Angus Leeming  <leeming@lyx.org>
4929
4930         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
4931         InsetOld_code to remove #include "inset.h".
4932
4933         * iterators.C: add #include "insets/inset.h"
4934
4935 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
4936
4937         * BufferView.C: remove more locking stuff that apparently doesn't
4938         do anything sensible.
4939
4940 2003-09-16  André Pönitz  <poenitz@gmx.net>
4941
4942         * paragraph.[Ch]:
4943         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
4944           performance boost.
4945
4946 2003-09-16  Angus Leeming  <leeming@lyx.org>
4947
4948         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
4949
4950         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
4951         arg/return type.
4952
4953         * paragraph.h: remove #include "lyxfont.h". Forward declare
4954         LyXFont_size.
4955
4956 2003-09-16  Angus Leeming  <leeming@lyx.org>
4957
4958         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
4959         of support/textutils.h.
4960         (isWord): move the contents of support/textutils.h's IsWordChar here.
4961
4962         * buffer.C:
4963         * lyxfind.C:
4964         * rowpainter.C:
4965         * text.C:
4966         * text2.C: add #include "paragraph.h".
4967
4968         * rowpainter.C:
4969         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
4970
4971 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4972
4973         * main.C:
4974         * lyx_main.C:
4975         * lyx_cb.C:
4976         * buffer.C:
4977         * LaTeX.C: use namespace alias for lyx::support::os
4978
4979 2003-09-16  Angus Leeming  <leeming@lyx.org>
4980
4981         * bufferparams.C:
4982         * bufferview_funcs.C:
4983         * factory.C:
4984         * lyxfunc.C:
4985         * paragraph_pimpl.C:
4986         * rowpainter.C:
4987         * text.C: add #include "LColor.h".
4988
4989 2003-09-16  Angus Leeming  <leeming@lyx.org>
4990
4991         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
4992         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
4993         return LyXFont &.
4994         Store the FontBits::color variable as an int rather than as an
4995         LColor::colorso that we can move LColor.h out of the lyxfont.h header
4996         file.
4997
4998         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
4999         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
5000         string calls together.
5001
5002         * lyxrc.C: add #include "LColor.h".
5003
5004 2003-09-15  Angus Leeming  <leeming@lyx.org>
5005
5006         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
5007         a cow_ptr.
5008
5009 2003-09-15  Angus Leeming  <leeming@lyx.org>
5010
5011         * LColor.h: add an EnumLColor wrapper for LColor::color.
5012
5013         * lyxfont.[Ch] (color, setColor, realColor):
5014         * lyxtext.h, text.C (backgroundColor):
5015         pass EnumLColor args to/from the functions, rather than LColor::color
5016         ones.
5017
5018         * lyxfont.h:
5019         * lyxtext.h: forward declare EnumLColor.
5020
5021         * lyx_main.C: add #include "LColor.h".
5022
5023 2003-09-15  Angus Leeming  <leeming@lyx.org>
5024
5025         * .cvsignore: add lyx-gtk.
5026
5027 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5028
5029         * Chktex.C
5030         * LaTeX.C
5031         * LaTeXFeatures.C
5032         * ParagraphParameters.C
5033         * Spacing.C
5034         * buffer.C
5035         * bufferparams.C
5036         * bufferview_funcs.C
5037         * chset.C
5038         * counters.C
5039         * funcrequest.C
5040         * lyxfont.C
5041         * lyxgluelength.C
5042         * lyxlength.C
5043         * paragraph.C
5044         * paragraph_funcs.C
5045         * text3.C
5046         * vc-backend.C: remove usage of STRCONV
5047
5048 2003-09-15  Angus Leeming  <leeming@lyx.org>
5049
5050         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
5051         explicitly define the color passed to the painter.
5052
5053 2003-09-15  Angus Leeming  <leeming@lyx.org>
5054
5055         * bufferparams.C (BufferParams): reorder member initializers to avoid
5056         compiler warning.
5057
5058 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
5059
5060         * CutAndPaste.C (pasteSelection): remove an outdated #warning
5061         * text.C (updateRowPositions): remove an unusual nop
5062
5063 2003-09-12  André Pönitz  <poenitz@gmx.net>
5064
5065         * BufferView_pimpl.C:
5066         * Bullet.C:
5067         * layout.h:
5068         * lyxfunc.C:
5069         * lyxlayout.[Ch]:
5070         * lyxtextclass.C:
5071         * rowpainter.C:
5072         * text.C:
5073         * text2.C:
5074         * Counters.[Ch]: finish the 'automatic counters' job
5075
5076 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5077
5078         * aspell.C: include <boost/assert.cpp> (compile fix)
5079
5080 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
5081
5082         * boost.C (assertion_failed): use lyx::support::abort instead of
5083         assert.
5084
5085 2003-09-10  Angus Leeming  <leeming@lyx.org>
5086
5087         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
5088         with their _fwd progeny.
5089
5090 2003-09-09  Angus Leeming  <leeming@lyx.org>
5091
5092         134 files throughtout the source tree: replace 'using namespace abc;'
5093         directives with the appropriate 'using abc::xyz;' declarations.
5094
5095 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5096
5097         * boost.C (emergencyCleanup): moved here from LAssert.c
5098         (assertion_failed): new function, called by BOOST_ASSERT
5099
5100         * several files: change Assert to BOOST_ASSERT
5101
5102 2003-09-09  Angus Leeming  <leeming@lyx.org>
5103
5104         * buffer.[Ch]: Add an Impl class and move Buffer's member
5105         variables into it. As a result move several header files out of
5106         buffer.h.
5107
5108         Add header files to lots of .C files all over the tree as a result.
5109
5110 2003-09-09  Angus Leeming  <leeming@lyx.org>
5111
5112         * buffer.[Ch]: make Buffer's member variables private. Add
5113         accessor functions.
5114
5115         Lots of changes all over the tree as a result.
5116
5117 2003-09-08  Angus Leeming  <leeming@lyx.org>
5118
5119         * graph.C: #include <config.h>.
5120
5121 2003-09-08  Angus Leeming  <leeming@lyx.org>
5122
5123         * BranchList.C:
5124         * BufferView.C:
5125         * BufferView_pimpl.C:
5126         * CutAndPaste.C:
5127         * DepTable.C:
5128         * LaTeX.C:
5129         * LaTeXFeatures.C:
5130         * LyXAction.C:
5131         * MenuBackend.C:
5132         * TextCache.C:
5133         * aspell.C:
5134         * buffer.C:
5135         * bufferlist.C:
5136         * changes.C:
5137         * chset.C:
5138         * converter.C:
5139         * counters.C:
5140         * debug.C:
5141         * graph.C:
5142         * ispell.C:
5143         * lyx_cb.C:
5144         * lyxfind.C:
5145         * lyxfunc.C:
5146         * lyxlex_pimpl.C:
5147         * lyxrc.C:
5148         * lyxrow.C:
5149         * paragraph.C:
5150         * rowpainter.C:
5151         * texrow.C:
5152         * text.C:
5153         * text2.C:
5154         * toc.C: remove redundant using directives.
5155
5156 2003-09-07  Angus Leeming  <leeming@lyx.org>
5157
5158         * LaTeXFeatures.h: remove #include "support/types.h".
5159         * ToolbarBackend.h: remove #include <algorithm>.
5160         * changes.h: remove #include <ctime>.
5161         * debug.h: remove #include <iosfwd>.
5162         * graph.h: remove #include "support/std_string.h".
5163         * lyx_main.h: remove #include <csignal>.
5164         * lyxlex_pimpl.h: remove #include <fstream>.
5165         * sgml.h: remove #include <algorithm>, <utility>.
5166         * toc.h: remove #include "support/std_ostream.h".
5167         Add #include <iosfwd>.
5168
5169 2003-09-07  Angus Leeming  <leeming@lyx.org>
5170
5171         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
5172
5173         * converter.h: forward declare LatexRunParams.
5174         * encoding.h: remove #include "lyxrc.h".
5175         * lyxtext.h: remove #include "LColor.h".
5176         * lyxtextclass.h: remove #include "support/types.h".
5177         * trans.h: remove #include "tex-accent.h".
5178         * trans_mgr.h: remove #include "tex-accent.h".
5179         * insets/inset.h: remove #include "support/types.h", <vector>.
5180         * insets/insetcollapsable.h: remove #include "LColor.h".
5181         * insets/insetinclude.h: remove #include "dimension.h".
5182         * insets/insetlatexaccent.h: remove #include "dimension.h".
5183         * insets/insetoptarg.h:: remove #include "insettext.h".
5184         * insets/insettext.h: remove #include "dimension.h",
5185         <boost/shared_ptr.hpp>
5186
5187         * insets/renderers.h: add #include "dimension.h".
5188         * insets/updatableinset.h: add #include "support/types.h".
5189
5190         * many .C files: Associated changes.
5191
5192 2003-09-06  Angus Leeming  <leeming@lyx.org>
5193
5194         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
5195         one, inside testInvariant.
5196
5197         * PrinterParams.C: new file.
5198         * PrinterParams.[Ch]: move the function bodies out of line.
5199
5200 2003-09-06  Angus Leeming  <leeming@lyx.org>
5201
5202         * ParagraphParameters.h: forward declare ParameterStruct rather than
5203         including its header file.
5204         (depth): moved out-of-line.
5205
5206 2003-09-06  Angus Leeming  <leeming@lyx.org>
5207
5208         * BufferView_pimpl.h:
5209         * kbmap.h:
5210         * kbsequence.h:
5211         * lyxfunc.h: forward declare LyXKeySym rather than
5212         #include "frontends/LyXKeySym.h".
5213
5214         * BufferView_pimpl.C:
5215         * kbmap.C:
5216         * kbsequence.C:
5217         * lyxfunc.C: associated changes.
5218
5219 2003-09-06  Angus Leeming  <leeming@lyx.org>
5220
5221         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5222         As a result, can remove the #include "insets/inset.h" from BufferView.h
5223
5224 2003-09-06  Angus Leeming  <leeming@lyx.org>
5225
5226         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5227         As a result, can remove the #include "insets/inset.h" from BufferView.h
5228
5229 2003-09-06  Angus Leeming  <leeming@lyx.org>
5230
5231         * buffer_funcs.C:
5232         * buffer.h:
5233         * bufferlist.C:
5234         * BufferView.C:
5235         * bufferview_funcs.C:
5236         * BufferView_pimpl.C:
5237         * CutAndPaste.C:
5238         * lyx_cb.C:
5239         * lyxfunc.C:
5240         * paragraph.h:
5241         * ParagraphParameters.C:
5242         * tabular.C:
5243         * text3.C:
5244         * toc.C:
5245         * undo_funcs.C:
5246         * frontends/controllers/ControlDocument.C:
5247         * insets/insetcaption.C: rearrange the #includes into some sort of
5248         coherent order.
5249
5250         * buffer.h: remove #includes ErrorList.h, undo.h
5251
5252 2003-09-06  Angus Leeming  <leeming@lyx.org>
5253
5254         * support/types.h: add a 'depth_type' typedef, used to store the
5255         nesting depth of a paragraph.
5256
5257         * paragraph.h:
5258         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5259         defining explicitly.
5260
5261         * buffer.h:
5262         * paragraph_funcs.h:
5263         * ParagraphParameters.h:
5264         * sgml.h: use lyx::depth_type rather than Paragraph or
5265         ParameterStruct's depth_type.
5266
5267         * buffer.h
5268         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5269
5270         * BufferView.C:
5271         * BufferView_pimpl.C:
5272         * CutAndPaste.C:
5273         * ParagraphParameters.C:
5274         * buffer_funcs.C:
5275         * bufferlist.C:
5276         * bufferview_funcs.C:
5277         * lyx_cb.C:
5278         * lyxfunc.C:
5279         * tabular.C:
5280         * text3.C:
5281         * toc.C:
5282         * undo_funcs.C:
5283         * frontends/LyXView.C:
5284         * frontends/controllers/ControlDocument.C:
5285         * frontends/controllers/ControlErrorList.C:
5286         * insets/insetbibitem.C:
5287         * insets/insetbranch.C:
5288         * insets/insetcaption.C:
5289         * insets/insetcollapsable.C:
5290         * insets/insetenv.C:
5291         * insets/insetert.C:
5292         * insets/insetfloat.C:
5293         * insets/insetfoot.C:
5294         * insets/insetfootlike.C:
5295         * insets/insetnewline.C:
5296         * insets/insetquotes.C:
5297         * insets/insettabular.C:
5298         * insets/insettext.C:
5299         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5300
5301         * frontends/controllers/ControlChanges.C: #include "changes.h".
5302
5303 2003-09-06  Angus Leeming  <leeming@lyx.org>
5304
5305         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5306         than #including paragraph.h.
5307
5308         * ParagraphList.h:
5309         * RowList.h: deleted. Superfluous.
5310
5311         * CutAndPaste.h:
5312         * iterators.h:
5313         * lyxcursor.h:
5314         * lyxtext.h:
5315         * text_funcs.h:
5316         * undo.h:
5317         * undo_funcs.h:
5318         * insets/inset.h:
5319         * insets/insettext.h: use ParagraphList_fwd.h rather than
5320         ParagraphList.h.
5321
5322         * paragraph.h: don't forward declare ParagraphList.
5323
5324         * buffer.h:
5325         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5326         rather than ParagraphList.h. paragraph.h is still needed for the
5327         Paragraph::depth_type parameters.
5328
5329         * textcursor.h: enable it to compile stand-alone in light of the
5330         above changes.
5331
5332         * bufferview_funcs.C:
5333         * iterators.C:
5334         * lyxfunc.C:
5335         * lyxrow_funcs.C:
5336         * paragraph.C:
5337         * rowpainter.C:
5338         * text.C:
5339         * text2.C:
5340         * text3.C:
5341         * text_funcs.C:
5342         * textcursor.C:
5343         * undo.C:
5344         * frontends/controllers/ControlParagraph.C:
5345         * frontends/controllers/ControlTabular.C:
5346         * insets/insetmarginal.C:
5347         * insets/insetminipage.C:
5348         * insets/insetnote.C:
5349         * insets/insetoptarg.C: add header files needed to compile again.
5350
5351 2003-09-06  Angus Leeming  <leeming@lyx.org>
5352
5353         * RowList_fwd.h: new file, forward-declaring Row rather than
5354         #including lyxrow.h.
5355
5356         * lyxrow_funcs.h:
5357         * lyxtext.h:
5358         * paragraph.h:
5359         * insets/insettext.h: use it instead of RowList.h
5360
5361         * bufferview_funcs.C:
5362         * lyxfunc.C:
5363         * lyxrow_funcs.C:
5364         * paragraph.C:
5365         * rowpainter.C:
5366         * text.C:
5367         * text2.C:
5368         * text3.C: #include "RowList.h".
5369
5370 2003-09-05  Angus Leeming  <leeming@lyx.org>
5371
5372         * factory.C (createInset):
5373         * vspace.C (c-tor): replace sscanf call with an istringstream.
5374         * ispell.C: re-add missing HP/UX headers.
5375         * lyxserver.C: re-add missing  os2 headers.
5376
5377 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
5378
5379         * BranchList.C:
5380         * graph.C:
5381         * ispell.C:
5382         * lastfiles.C:
5383         * lyx_cb.C:
5384         * lyxserver.C:
5385         * texrow.C:
5386         * text3.C: re-add missing system headers, needed for 2.95.2.
5387
5388 2003-09-05  Angus Leeming  <leeming@lyx.org>
5389
5390         Changes most place everywhere due to the removal of using directives
5391         from support/std_sstream.h.
5392
5393 2003-09-05  Angus Leeming  <leeming@lyx.org>
5394
5395         Replace LString.h with support/std_string.h,
5396         Lsstream.h with support/std_sstream.h,
5397         support/LIstream.h with support/std_istream.h,
5398         support/LOstream.h with support/std_ostream.h.
5399
5400         Changes resulting throughout the tree.
5401
5402 2003-09-05  Angus Leeming  <leeming@lyx.org>
5403
5404         * sgml.h: ensure that the header file can be compiled stand-alone.
5405         * *.C: strip out redundant #includes. (320 in total.)
5406
5407 2003-09-04  Angus Leeming  <leeming@lyx.org>
5408
5409         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
5410         here (from getPackages).
5411
5412         * debug.[Ch]: add a new EXTERNAL tag.
5413
5414 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5415
5416         * text2.C (cursorEnd): simplify
5417         (setCursor): adjust
5418         (getColumnNearX): adjust
5419
5420         * text.C (computeBidiTables): adjust
5421         (fill): adjust
5422
5423         * rowpainter.C (paintChars): adjust
5424         (paintSelection): adjust
5425         (paintChangeBar): adjust
5426         (paintText): adjust
5427
5428         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
5429         lastPos instead.
5430         (numberOfSeparators): adjust
5431
5432 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5433
5434         * LyXAction.C:
5435         * box.[Ch]:
5436         * lfuns.h:
5437         * lyxfunc.C:
5438         * text3.C: Restricts the mouse click functionality
5439         of insets like bibtex, include, toc and floatlist to the visible
5440         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
5441         up the dialogs. Cursor has to be in front of the inset (i.e.
5442         start of row) for this to function.
5443
5444 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5445
5446         * bufferview_funcs.C (currentState): output row information
5447
5448 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5449
5450         * bufferview_funcs.C (currentState): output paragraph position
5451
5452 2003-09-04  Angus Leeming  <leeming@lyx.org>
5453
5454         * FloatList.h: move out #include "Floating.h".
5455         * LaTeX.h: move out #include "DepTable.h".
5456         * LyXAction.h: move out #include "funcrequest.h".
5457         * buffer.h: move out #include "author.h", "iterators.h".
5458         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
5459         * lyx_main.h: move out #include "errorlist.h".
5460         * lyxfunc.h: move out #include "FuncStatus.h".
5461         * lyxtext: move out #include "lyxcursor.h".
5462         * paragraph_pimpl.h: move out #include "counters.h".
5463
5464 2003-09-03  Angus Leeming  <leeming@lyx.org>
5465
5466         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
5467         preamble_snippets list, enabling us to add snippets to the preamble
5468         only if the snippet was not there already.
5469
5470 2003-09-04  Angus Leeming  <leeming@lyx.org>
5471
5472         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
5473
5474 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5475
5476         * lyxfunc.C (dispatch): if fitCursor did something be sure to
5477         update
5478
5479 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5480
5481         * BranchList.C: point fix, earlier forgotten
5482
5483 2003-09-02  Angus Leeming  <leeming@lyx.org>
5484
5485         * box.C (contains): renamed from 'contained' after a fantastic
5486         amount of hot air.
5487
5488 2003-09-02  John Levon  <levon@movementarian.org>
5489
5490         * BufferView.C:
5491         * lyxcursor.h:
5492         * lyxcursor.C:
5493         * lyxfunc.C:
5494         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
5495
5496 2003-09-02  John Levon  <levon@movementarian.org>
5497
5498         * text2.C: simplification of cursorEnd(), including partial
5499         fix for bug 1376
5500
5501 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5502
5503         * buffer.C (readFile): add a space
5504
5505 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
5506
5507         * BufferView_pimpl.C (update): remove bogus fitCursor() call
5508
5509 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5510
5511         * buffer.C (readFile): new function, take a filename and a
5512         ParagraphList::iterator
5513         (readFile): adjust
5514         (readFile): adjust, make it private. don't use setStream, make
5515         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
5516         always contain the filename.
5517
5518         * BufferView.C (insertLyXFile): simplify and make it work for
5519         gzipped files.
5520
5521 2003-08-30  John Levon  <levon@movementarian.org>
5522
5523         * Makefile.am: fix dist (from Kayvan)
5524
5525 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5526
5527         * most files: change to use const Buffer refs
5528
5529 2003-08-27  André Pönitz  <poenitz@gmx.net>
5530
5531         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
5532         on top of ownerPar().
5533
5534 2003-08-27  John Levon  <levon@movementarian.org>
5535
5536         * funcrequest.C: properly initialise POD members
5537
5538 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5539
5540         * lyxtext.h (top_y): move top_y from here
5541         * text.C:
5542         * text2.C:
5543         * text3.C:
5544         * BufferView.[Ch]:
5545         * BufferView_pimpl.[Ch]: to here
5546         * frontends/screen.C:
5547         * insets/insettabular.C:
5548         * insets/insettext.C: adjust
5549         * rowpainter.[Ch] (paintRows): remove LyXText & argument
5550
5551 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5552
5553         * BufferView.[Ch]:
5554         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
5555
5556 2003-08-26  André Pönitz  <poenitz@gmx.net>
5557
5558         * paragraph_func.[Ch] (outerPar): new function
5559
5560         * paragraph.C:
5561         * paragraph_funcs.C:
5562         * paragraph_funcs.h:
5563         * paragraph_pimpl.C:
5564         * text2.C: remove Inset::par_owner
5565
5566 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
5567
5568         * lyxrow_funcs.C:
5569         * lyxtext.h:
5570         * text.C:
5571         * text2.C: eliminates the needFullRow/display() stuff
5572         altogether, putting the logic in metrics/draw in the insets.
5573
5574 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
5575
5576         * text2.C (redoParagraphInternal, redoParagraphs):
5577         * text.C (redoParagraph): add a call to updateRowPositions at the
5578         end of each 'metrics-like' call. Remove all others.
5579         (getRow): remove the 'y-computing' version.
5580         (getRowNearY): do not compute nor return the real y. Solve the
5581         'y < 0' problem and simplify.
5582
5583 2003-08-22  Angus Leeming  <leeming@lyx.org>
5584
5585         * *.[Ch]: clean-up of licence and author blurbs.
5586         Also move config.h out of a few .h files and into a few .C files.
5587
5588 2003-08-22  André Pönitz  <poenitz@gmx.net>
5589
5590         * lyxrow.[Ch]: add x_ and *fill_ members
5591
5592         * lyxtext.h:
5593         * text.C:
5594         * rowpainter.C:
5595         * text2.C: adjust/remove prepareToPrint() calls
5596
5597 2003-08-22  André Pönitz  <poenitz@gmx.net>
5598
5599         * lyxrow.[Ch]: add  end_ member
5600
5601         * lyxrow_funcs.C: use LyXRow::end_
5602
5603         * lyxtext.h (singleWidth): add LyXFont parameter
5604
5605         * rowpainter.C:
5606         * text2.C: adjust LyXText::singleWidth() calls
5607
5608         * text.C (redoParagraph): simplify row breaking logic
5609
5610
5611 2003-08-19  André Pönitz  <poenitz@gmx.net>
5612
5613         * funcrequest.C: initialize button_ member
5614
5615         * text3.C:
5616         * rowpainter.[Ch]: interface consolidation
5617
5618 2003-08-18  André Pönitz  <poenitz@gmx.net>
5619
5620         * BufferView.C:
5621         * BufferView_pimpl.C:
5622         * lyxfind.C:
5623         * paragraph_funcs.C:
5624         * rowpainter.C:
5625         * text3.C: remove LyXScreen::draw() and fitCursor calls
5626
5627         * BranchList.h: remove spurious semicolons
5628
5629         * MenuBackend.C: fix branchlist related crash
5630
5631 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
5632
5633         * BranchList.[Ch]:
5634         * InsetList.[Ch]:
5635         * LColor.[Ch]:
5636         * LyXAction.C:
5637         * Makefile.am:
5638         * MenuBackend.[Ch]:
5639         * bufferparams.[Ch]:
5640         * factory.C:
5641         * lfuns.h:
5642         * lyxfunc.C:
5643         * text3.C: implements the 'branch inset'
5644         idea. This allows the output of various versions of a document
5645         from a single source version, selectively outputing or suppressing
5646         output of parts of the text.
5647         This implementation contains a 'branch list editor' in a separate
5648         tab of the document settings dialog. Branches are user definable
5649         and have a "display colour" to distinguish them on-screen.
5650
5651         ColorHandler was somewhat cleaned up.
5652         (1) make possible a dynamically growing LColor list by allowing
5653         the graphic context cache to grow along (vector);
5654         (2) eliminate an IMHO unnecessary step in colour allocation.
5655
5656 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
5657
5658         * BufferView_pimpl.C: compile fix
5659
5660 2003-08-15  André Pönitz  <poenitz@gmx.net>
5661
5662         * rowpainter.C: remove extra metrics calls
5663
5664         * lyxtext.h: merge the two constructors into a single one,
5665           pass reference to owner's par list
5666
5667         * BufferView_pimpl.C:
5668         * text.C:
5669         * text2.C: adjust
5670
5671 2003-08-15  André Pönitz  <poenitz@gmx.net>
5672
5673         * lyxrow_funcs.[Ch]:
5674         * lyxtext.h:
5675         * paragraph.h:
5676         * paragraph_funcs.C:
5677         * rowpainter.C:
5678         * text.C:
5679         * text2.C:
5680         * text3.C:
5681         * text_funcs.C: split LyXText::rowlist_ into individual
5682         Paragraph::rows_ chunks
5683
5684         * BufferView.[Ch]:
5685         * BufferView_pimpl.[Ch]:
5686         * lyxfind.C:
5687         * lyxtext.h:
5688         * text3.C: remove toggleSelection()
5689
5690 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
5691
5692         * bufferlist.C: beautify two alerts (shorter text of buttons)
5693         * buffer.C: Remove redundant ' ' from message
5694         * tabular.h:
5695         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
5696         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
5697         rename VALIGN_CENTER to VALIGN_MIDDLE
5698
5699 2003-08-11  André Pönitz  <poenitz@gmx.net>
5700
5701         * lyxtext.h (getPar):
5702         * text.C: new function
5703
5704 2003-08-11  André Pönitz  <poenitz@gmx.net>
5705
5706         * Makefile.am:
5707         * tracer.[Ch]: remove unneeded files
5708
5709         * InsetList.[Ch]: remove resizeInsetsLyXText()
5710
5711         * lyxtext.h:
5712         * text.C:
5713         * text2.C:
5714         * text3.C: merge insertParagraphs() and appendParagraph()
5715         remove breakAgain(), update()
5716
5717         * BufferView_pimpl.[Ch]:
5718         * bufferview_funcs.[Ch]:
5719         * lyxfunc.C:
5720         * paragraph.[Ch]:
5721         * rowpainter.C:
5722         * tabular.C: adjust after text & InsetList changes.
5723
5724 2003-08-08  André Pönitz  <poenitz@gmx.net>
5725
5726         * text.C (insertChar, backspace): replace rowlist fiddling
5727         with rebreak of full par
5728
5729         * lyxtext.h:
5730         * text.C (breakAgainOneRow, redoHeightOfParagraph,
5731         checkParagraph, updateInset): removed
5732
5733 2003-08-07  André Pönitz  <poenitz@gmx.net>
5734
5735         * paragraph.C:
5736         * text3.C: merge some LFUN handlers, remove dead code
5737
5738 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5739
5740         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
5741
5742 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
5743
5744         * text2.C (DEPM): fix part of bug 1255 and 1256
5745
5746 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5747
5748         * BufferView_pimpl.C (workAreaDispatch): change to use
5749         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
5750         that are no mouse related.
5751
5752 2003-08-05  André Pönitz  <poenitz@gmx.net>
5753
5754         * BufferView.[Ch]:
5755         * BufferView_pimpl.[Ch]:
5756         * bufferview_funcs.C:
5757         * text2.C:
5758         * text3.C: rip out "deep update"
5759
5760         * textcursor.[Ch] (last_sel_cursor): remove unused member
5761
5762 2003-08-04  André Pönitz  <poenitz@gmx.net>
5763
5764         * BufferView.[Ch]:
5765         * BufferView_pimpl.[Ch]:
5766         * ParagraphParameters.C:
5767         * bufferview_funcs.C:
5768         * lyx_cb.C:
5769         * lyxfind.C:
5770         * lyxfunc.C:
5771         * text.C:
5772         * text2.C:
5773         * text3.C: replace "complicated" BufferView::update(...) calls with
5774         simpler ones.
5775
5776         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
5777
5778 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
5779
5780         * Makefile.am (lyx_SOURCES): add paper.h
5781
5782 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5783
5784         * Makefile.am: move things around so that both lyx-qt and
5785         lyx-xforms can be built (according to --with-frontend). Then lyx
5786         is a symbolic link to lyx-[firstfrontend]
5787
5788 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
5789
5790         * Always use std::endl with lyxerr
5791
5792 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5793
5794         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
5795
5796 2003-08-01  André Pönitz  <poenitz@gmx.net>
5797
5798         * BufferView.[Ch]:
5799         * BufferView_pimpl.[Ch]:
5800         * lyxfunc.C:
5801         * text3.C: merge BufferView::repaint() and BufferView::update()
5802
5803 2003-08-01  José Matos  <jamatos@lyx.org>
5804
5805         * buffer.[Ch]: file_format is no longer a buffer data element.
5806
5807 2003-08-01  André Pönitz  <poenitz@gmx.net>
5808
5809         * BufferView.C:
5810         * lyxtext.h:
5811         * text.C:
5812         * text2.C: make redoParagraph more independent of current cursor
5813
5814         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
5815         * text.C:
5816         * text2.C: remove unneeded members
5817
5818 2003-07-30  André Pönitz  <poenitz@gmx.net>
5819
5820         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
5821
5822         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
5823           create a single function...
5824
5825         * paragraph_funcs.C (moveItem): ... here.
5826
5827         * text.C:
5828           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
5829
5830 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
5831
5832         * LColor.[Ch]: Add comment and greyedout logical colors.
5833
5834 2003-07-30  André Pönitz  <poenitz@gmx.net>
5835
5836         * tabular.C: don't use Assert too heavily. This crashes where it
5837           shouldn't
5838
5839 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
5840
5841         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
5842         is disabled (bug 1232)
5843
5844 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5845
5846         * factory.C: limited 'arg' scope
5847
5848 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5849
5850         * factory.C: fixed Note submenu issues
5851
5852 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5853
5854         * factory.C: submenu for Note/Comment/Greyedout
5855
5856 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
5857
5858         * lyx_main.C (LyX):
5859         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
5860
5861 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
5862
5863         * LaTeXFeatures.C:
5864         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
5865         greyedout. Patch provided by Jürgen Spitzmüller.
5866
5867 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5868
5869         * kbmap.C (read): fix error message when reading bind files
5870
5871 2003-07-29  Angus Leeming  <leeming@lyx.org>
5872
5873         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
5874         certainly does not do what it purports to do. I am doing it, and
5875         us, a favour by killing it.
5876
5877 2003-07-28  José Matos  <jamatos@lyx.org>
5878
5879         * buffer.C (readBody, do_writeFile):
5880         * paragraph.C(readParagraph): \end_document replaces \the_end.
5881
5882 2003-07-29  André Pönitz  <poenitz@gmx.net>
5883
5884         * BufferView.[Ch]:
5885         * BufferView_pimpl.[Ch]:
5886         * lyxfunc.C:
5887         * text2.C:
5888         * text3.C:
5889         * textcursor.[Ch]: remove toggleToggle & Co
5890
5891 2003-07-28  José Matos  <jamatos@fep.up.pt>
5892
5893         * buffer.C (readParagraph):
5894         * params_func (readParToken, readParagraph):
5895         * paragraph.C (write): \layout -> \begin_layout.
5896
5897 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5898
5899         * lyxlex_pimpl.C (setFile): clean up slightly.
5900
5901         * bufferparams.h: add compressed var
5902
5903         * buffer_funcs.C (readFile): adjust for LyXLex change
5904         (newFile): ditto + simplify
5905
5906         * buffer.C (writeFile): handle writing of compressed files
5907
5908         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
5909         Check if the file is compressed and set a bufferparm if so.
5910
5911         * Makefile.am (lyx_LDADD): remove explicit -lz
5912
5913 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5914
5915         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
5916         makeDocBookFile): put the real LyX version in the first line of
5917         the file
5918
5919         * version.h:
5920         * version.C.in: remove lyx_docversion
5921
5922         * tabular.C (write_attribute): add a template-based version to
5923         write enums properly
5924
5925 2003-07-28  André Pönitz  <poenitz@gmx.net>
5926
5927         * lyxtext.h:
5928         * text.C:
5929         * text2.C:
5930         * text3.C: use doubles again for x-coordinates. They are needed.
5931
5932 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5933
5934         * messages.C (getLocaleDir): use lyx_localedir()
5935
5936         * lyxlex_pimpl.C (setFile): compress stuff
5937
5938         * buffer.C (writeFile): add some compression stuff
5939         (do_writeFile): new func, dont call expliti close... will this
5940         breake anything?
5941
5942         * Makefile.am (lyx_LDADD): add -lz
5943
5944 2003-07-28  José Matos  <jamatos@fep.up.pt>
5945
5946         * buffer.C: increment file format.
5947         * paragraph_funcs (readParagraph, readParToken):
5948         * paragraph.C (readParagraph): add \end_layout.
5949
5950 2003-07-27  Angus Leeming  <leeming@lyx.org>
5951
5952         * Makefile.am: remove special casing for configure-time setting of
5953         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
5954
5955         * lyx_main.C (init): remove all Jean-Marc's magic setting of
5956         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
5957
5958 2003-07-26  André Pönitz  <poenitz@gmx.net>
5959
5960         * paragraph_func.[Ch]:
5961         * paragraph.C (realizeFont): inline it whereever it is used
5962
5963         * rowpainter.C:
5964         * text.C:
5965         * text2.C:
5966         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
5967
5968
5969 2003-07-26  André Pönitz  <poenitz@gmx.net>
5970
5971         *       lyxtext.h:
5972         * text.C:
5973         * text2.C: get rid of LyXText::need_break_row
5974
5975 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5976
5977         * toc.[Ch]: put namespace toc inside namespace lyx
5978
5979         * MenuBackend.C (expandToc2): adjust for lyx::toc
5980         (expandToc): ditto
5981
5982         * lyxfunc.C (dispatch): adjust for lyx::find
5983
5984         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
5985         lyx::find instead. Reorganize a bit.
5986         (LyXReplace): rename to replace
5987         (LyXFind): rename to find
5988
5989         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
5990         (dispatch): ditto
5991
5992 2003-07-26  André Pönitz  <poenitz@gmx.net>
5993
5994         * text.C (setHeightOfRow): restrict scope of temporary variable
5995
5996         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
5997           code (never has been used?)
5998
5999 2003-07-27  Asger Alstrup  <alstrup@local>
6000
6001         * text.C (fill): Optimise algorithm to exploit that we can reuse
6002         the LyXFont for many characters.
6003         (setHeightOfRow): Same thing.
6004         (rowBreakPoint): Same thing.
6005
6006 2003-07-26  Asger Alstrup  <alstrup@local>
6007
6008         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
6009
6010         * text.C (singleWidth): Spurious font copying in hot-spot
6011         singleWidth avoided. Reorder tests for arabic for efficiency.
6012
6013         * text.C (fill): handle empty paragraphs better.
6014
6015 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6016
6017         * ispell.C:
6018         * encoding.h: add includes
6019
6020         * lyxrc.C: remove reading of bind files
6021
6022         * lyx_main.C (init): setup bindings and menus only if we have a
6023         gui.
6024
6025         * kbmap.C (read): new method. Do the actual reading of bind
6026         files.
6027
6028         * converter.C (dvipdfm_options):
6029         * bufferparams.C:
6030         * lyxrc.C (read):
6031         (output): adapt PAPER_* enums.
6032
6033         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
6034
6035         * bufferparams.h: remove paper-related enums from there
6036
6037         * paper.h: New file. A trivial header file to hold paper-related
6038         enums. It should later expand to contain many paper-related
6039         horrors access.
6040
6041         * lyxrc.C: declare extern displayTranslator
6042
6043 2003-07-27  José Matos  <jamatos@fep.up.pt>
6044
6045         * tabular.[Ch] (linuxdoc): add support for tables and figures
6046         (linuxdoc).
6047
6048 2003-07-27  José Matos  <jamatos@fep.up.pt>
6049
6050         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
6051         consistency in both functions.
6052         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
6053
6054 2003-07-26  Asger Alstrup  <alstrup@local>
6055
6056         * rowpainter.C (paintRows): Change algorithm to work directly on
6057         the insets rather than asking every character in the document
6058         whether its an inset.
6059
6060 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
6061
6062         * buffer.C (openFileWrite): factorize some code
6063
6064 2003-07-26  Angus Leeming  <leeming@lyx.org>
6065
6066         * lyx_cb.C:
6067         * lyx_main.[Ch]: replace occurances of system_tempdir with
6068         os::getTmpDir().
6069
6070 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6071
6072         * rename Inset to InsetOld
6073
6074 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
6075
6076         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
6077         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
6078         which I think is a bit clearer. EDIT is gone, since it was
6079         premature optimisation, and broken for mathed anyway.
6080         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
6081         with cursor positioning in insets as well (math insets still do not
6082         work, but that's a different story anyway.) It mysteriously
6083         crashes sometimes with undo in the first paragraph, but I'm fairly
6084         confident that this is a compiler bug.
6085
6086 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6087
6088         * paragraph.C (Paragraph): adjust for new clone return type
6089         (operator==): ditto
6090         (copyIntoMinibuffer): ditto
6091
6092 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
6093
6094         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
6095         by not having a special case, and always doing a full rebreak of
6096         the document after undo.
6097
6098 2003-07-23  Angus Leeming  <leeming@lyx.org>
6099
6100         * factory.C (createInset): InsetExternal::setParams now takes a
6101         Buffer const * arg.
6102
6103 2003-07-23  Angus Leeming  <leeming@lyx.org>
6104
6105         * factory.C (createInset): changed interface to the external and
6106         graphics mailers' string2params functions.
6107
6108 2003-07-23  Angus Leeming  <leeming@lyx.org>
6109
6110         * factory.C (createInset): pass a
6111         Buffer const * parameter to InsetExternalMailer's string2params.
6112
6113 2003-07-22  John Levon  <levon@movementarian.org>
6114
6115         * Thesaurus.h: include the right aiksaurus header
6116
6117 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6118
6119         * MenuBackend.C (expand): check menu shortcuts unconditionally
6120
6121 2003-07-21  Angus Leeming  <leeming@lyx.org>
6122
6123         * factory.C (createInset): pass a
6124         buffer_path parameter to InsetGraphicsMailer's string2params.
6125
6126 2003-07-21  Angus Leeming  <leeming@lyx.org>
6127
6128         * BufferView_pimpl.C (buffer):
6129         * buffer.C (d-tor):
6130         * lyx_main.C (LyX):
6131         * lyxfunc.C (dispatch):
6132         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
6133         rather than the grfx shortcut.
6134
6135 2003-07-21  André Pönitz  <poenitz@gmx.net>
6136
6137         * rowpainter.C: remove unused variables
6138
6139         * tabular_funcs.C:
6140         * tabular_funcs.h: move to tabular.C
6141         * Makefile.am: adjust
6142
6143         * tabular.[Ch]: basic optical cleaning
6144
6145         * author.h: pass references, not values
6146
6147 2003-07-18  André Pönitz  <poenitz@gmx.net>
6148
6149         * lyxtext.h:
6150         * metricsinfo.C:
6151         * metricsinfo.h:
6152         * rowpainter.C:
6153         * text.C:
6154         * text2.C:
6155         * text3.C: two-phase drawing for InsetText and InsetTabular
6156         some float -> int changes.
6157
6158 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6159
6160         * lyx_main.C: fix the fix
6161
6162 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6163
6164         * lyx_main.C: fix a crash in batch mode if no files specified
6165         * converter.C: ws
6166
6167 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
6168
6169         * format.[Ch] (papersize): moved to BufferParams
6170         * converter.[Ch] (dvips_options): moved to BufferParams
6171         (dvipdfm_options): moved to anon namespace
6172         * bufferparams.[Ch]: added above functions.
6173
6174 2003-07-17  André Pönitz  <poenitz@gmx.net>
6175
6176         * lyxtext.h:
6177         * rowpainter.C:
6178         * text2.C: don't call inset->update() anymore
6179
6180         * metricsinfo.[Ch]: add convenience constructor
6181
6182 2003-07-16  André Pönitz  <poenitz@gmx.net>
6183
6184         * lyxcursor.[Ch]:
6185         * lyxfunc.[Ch]:
6186         * text.C:
6187         * text2.C: replace the LyXCursor::irow_ member with
6188          on-demand computation of the value
6189
6190 2003-07-16  John Levon  <levon@movementarian.org>
6191
6192         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
6193
6194 2003-07-15  André Pönitz  <poenitz@gmx.net>
6195
6196         * text.C:
6197         * text2.C: remove no more needed refresh_row
6198
6199 2003-07-15  André Pönitz  <poenitz@gmx.net>
6200
6201         * lyxtext.h:
6202         * rowpainter.C:
6203         * text2.C:
6204         * text3.C: refresh_status tristate -> need_update bool
6205
6206 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
6207
6208         * lyxtext.h (init): remove reinit argument (act as if always true)
6209         * text2.C: adjust to that
6210
6211 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6212
6213         * bufferview_funcs.[Ch]: introduce function replaceSelection()
6214         * text3.C: use it to delete selections in some cases
6215         (bugs 441, 673, 702, 954).
6216
6217 2003-07-14  André Pönitz  <poenitz@gmx.net>
6218
6219         * rowpainter.[Ch]: reduce interface
6220
6221 2003-07-14  André Pönitz  <poenitz@gmx.net>
6222
6223         * BufferView_pimpl.C:
6224         * text2.C: adjust after removing unused BufferView * argument
6225
6226 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
6227
6228         * text2.C (init): fix a crash fired on resize
6229
6230 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6231
6232         * buffer.[Ch]: added new closing signal
6233         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
6234         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
6235         BufferView::Pimpl via the closing the signal
6236
6237 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
6238
6239         * buffer.[Ch]: take out all bv-related from buffer
6240         * BufferView.C:
6241         * BufferView_pimpl.[Ch]: connect to new signals
6242         * CutAndPaste.C: removed useless asserts
6243         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6244         * lyxvc.[Ch]:
6245         * vc-backend.[Ch]:
6246         * lyxfunc.C: moved view-related funciontality from vc here
6247         * paragraph.C: removed outdated comments
6248         * text.C: ws
6249
6250 2003-07-10  André Pönitz  <poenitz@gmx.net>
6251
6252         * BufferView_pimpl.C:
6253         * tabular.h:
6254         * tabular_funcs.C:
6255         * text.C:
6256         * text2.C: remove InsetText::InnerCache, clean up consequences
6257
6258 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6259
6260         * ispell.C: fix two typos in error messages
6261
6262 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6263
6264         * Extend Note inset to other forms of annotation like Comment
6265         and Greyedout. Right button click gives dialog.
6266
6267         Files modified or added (+):
6268
6269         * insetnote.[Ch]
6270         * FormNote.[Ch]      +
6271         * ControlNote.[Ch]   +
6272         * form_note.fd       +
6273         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6274         frontends/controllers
6275         * xforms/Dialogs.C
6276         * factory.C
6277
6278 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6279
6280         * aspell.C: add missing namespace lyx::support
6281
6282 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6283
6284         * BufferView.[Ch] (newFile): Add
6285         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6286         * LaTeX.[Ch] (message): added this signal and use it
6287         * buffer.[Ch] (busy, message): added these signals and use them
6288         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6289         * converter.C:
6290         * exporter.C:
6291         * format.C:
6292         * importer.C: use buffer signals instead of direct bv calling
6293         * lyx_cb.[Ch] (ShowMessage): removed
6294         * lyx_main.C:
6295         * lyxfunc.C:
6296         * paragraph_funcs.C:
6297         * text2.C: use buffer signals
6298
6299 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6300
6301         * introduce namespace lyx::graphics
6302
6303 2003-07-02  André Pönitz  <poenitz@gmx.net>
6304
6305         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6306
6307 2003-07-01  André Pönitz  <poenitz@gmx.net>
6308
6309         * text.C:
6310         * text2.C:
6311         * text3.C:
6312         * text_funcs.[Ch]:
6313         * textcursor.h:
6314         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6315           text*.C to text_func.C
6316
6317 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6318
6319         * introduce namespace lyx::support
6320
6321 2003-06-30  André Pönitz  <poenitz@gmx.net>
6322
6323         * Chktex.C:
6324         * funcrequest.C:
6325         * lyxtext.h:
6326         * text.C: re-enable --with-included-string
6327
6328 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6329
6330         * textcursor.C: add <config.h>
6331
6332         * text.C (getWord): remove const from word_location arg
6333
6334         * lyxvc.C (getLogFile): fix const type order
6335
6336         * lyxtext.h: remove const from word_location arg, add arg name
6337
6338         * lyxlayout.h: currect type on labeltype.
6339
6340         * importer.C: correct \file
6341
6342         * converter.C (intToFormat): use std:: on ret val, ws changes
6343
6344         * bufferlist.h: correct \file
6345
6346         * buffer.C (makeLinuxDocFile): fix const type order
6347         (makeDocBookFile): ditto
6348         (fillWithBibKeys): use std:: on stdlib args.
6349
6350         * CutAndPaste.C: fix authors.
6351         (availableSelections): use std:: on return vector
6352
6353 2003-06-27  André Pönitz  <poenitz@gmx.net>
6354
6355         * BufferView_pimpl.C:
6356         * bufferview_funcs.C:
6357         * lyxcursor.C:
6358         * lyxcursor.h:
6359         * lyxfunc.C:
6360         * lyxtext.h:
6361         * rowpainter.C:
6362         * text.C:
6363         * text2.C:
6364         * text3.C: remove LyXCursor::row_ member
6365
6366         * lyxtext.h:
6367         * text.C: rename fullRebreak() to partialRebreak() and implement
6368           a fullRebreak() that really bereks fully
6369
6370         * textcursor.h: new struct for cursor-related data
6371
6372 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6373
6374         * lyx_main.C (LyX): get full path of document loaded on the
6375         command line
6376
6377 2003-06-26  André Pönitz  <poenitz@gmx.net>
6378
6379         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
6380           remove unused/broken operator>,<,>=.
6381
6382         *       text.C: remove only use of broken operator<= in an Assert().
6383
6384 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6385
6386         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
6387         moved errorlist_.clear to showErrorList
6388
6389 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6390
6391         * converter.C (scanLog, runLaTeX):
6392         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
6393         move the bv->showErrorList call to the callers
6394         * lyxfunc.C: i.e. here...
6395         * text2.C: and here
6396         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
6397         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
6398         namespace, the second to...
6399         * buffer_funcs (BufferFormat, parseErrors): added
6400         * errorlist.C (ErrorList(TeXErrors const &)): removed
6401
6402 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6403
6404         * ToolbarBackend.C (getIcon): complain when icon cannot be found
6405
6406 2003-06-24  "Garst R. Reese" <reese@isn.net>
6407
6408         * debug.C: fix typo
6409
6410 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6411
6412         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
6413
6414         * version.C.in: change docversion to 1.4
6415
6416 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
6417
6418         * buffer.C: fix a bug just introduced
6419
6420 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
6421
6422         * buffer.[Ch]: added the parseError signal and use it, removed
6423         sgmlError
6424         * BufferView.[Ch] (addError): moved to ...
6425         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
6426         to the Buffer::parseError signal to catch (guess what) parse errors
6427         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
6428
6429 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
6430
6431         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
6432         ability to create a buffer and to return an existing one from
6433         the list. Moved these functions to...
6434         * buffer_funcs.[Ch]: added
6435         * BufferView.[Ch] (loadLyXFile): added
6436         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
6437         job removed from bufferlist::loadLyXFile.
6438         * buffer.C (setReadOnly): make it work without view
6439         (i.e added an if (users))
6440
6441 2003-06-19  Angus Leeming  <leeming@lyx.org>
6442
6443         * lfuns.h:
6444         * LyXAction.C (init):
6445         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
6446         with LFUN_DIALOG_SHOW <name> <data>.
6447
6448 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6449
6450         * CutAndPaste.C (availableSelections): small compilation fix for
6451         ancient (gcc 2.9x) compilers
6452
6453 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
6454
6455         * text3.C (cursorNext): add tmp var
6456
6457         * text2.C (updateCounters): for function calling out of for clause
6458         (replaceSelectionWithString): ditto
6459         (insertStringAsParagraphs): ditto
6460         (getColumnNearX): add tmp var
6461         (setCursorFromCoordinates): add tmp var
6462         (cursorDownParagraph): add tmp var
6463         (deleteEmptyParagraphMechanism): add tmp var
6464
6465         * text.C (insertChar): add tmp var
6466
6467         * rowpainter.C (paintDepthBar): add tmp var
6468
6469         * CutAndPaste.C (availableSelections): potentially check all
6470         paragraphs in a cut to fill the shown strings.
6471
6472 2003-06-18  André Pönitz  <poenitz@gmx.net>
6473
6474         * kbmap.[Ch]: use vector<> instead of list<>
6475
6476 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6477
6478         * text3.C (dispatch): handle arg to LFUN_PASTE, call
6479         pasteSelection with index
6480
6481         * text2.C (pasteSelection): modify, call pasteSelection with index
6482
6483         * paragraph.C (asString): reimplement version with no interval to
6484         call the one with interval.
6485
6486         * lyxtext.h: add index arg to pasteSelection
6487
6488         * MenuBackend.C (MenuItem): handle PasteRecent
6489         (Menu::read::Menutags): add md_pasterecent
6490         (read): handle it
6491         (expandPasteRecent): new function
6492         (expand): use it
6493
6494         * MenuBackend.h: add PasteRecent to MenuItem::Kind
6495
6496         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
6497         the limited stack
6498         (availableSelections): new function
6499
6500 2003-06-17  Angus Leeming  <leeming@lyx.org>
6501
6502         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
6503
6504 2003-06-17  Angus Leeming  <leeming@lyx.org>
6505
6506         * lfuns.h:
6507         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
6508
6509         * lyxfunc.C (dispatch): invoke it.
6510
6511 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6512
6513         * iterators.C (operator++, ParPosition): reintroduce some
6514         const_cast for the benefit of older compilers.
6515
6516 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6517
6518         * text3.C (dispatch): do not modify clipboard when doing
6519         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
6520         LFUN_DELETE_SKIP on a selection selection
6521
6522 2003-06-16  André Pönitz  <poenitz@gmx.net>
6523
6524         * BufferView.C:
6525         * buffer.C:
6526         * buffer.h:
6527         * paragraph.C:
6528         * tabular.[Ch]: IU of clone() and getLabelList();
6529
6530 2003-06-13  André Pönitz  <poenitz@gmx.net>
6531
6532         * tabular.h: compactification
6533
6534 2003-06-12  André Pönitz  <poenitz@gmx.net>
6535
6536         * tabular.C:
6537         * tabular.h:
6538         * tabular_funcs.h: some renaming plus whitespace
6539
6540 2003-06-12  André Pönitz  <poenitz@gmx.net>
6541
6542         * BufferView.C:
6543         * BufferView_pimpl.C:
6544         * CutAndPaste.C:
6545         * buffer.C:
6546         * iterators.[Ch]:
6547         * lyxfunc.C:
6548         * text.C:
6549         * toc.C: Return a Paragraph & for ParIterator::operator*()
6550
6551 2003-06-11  John Levon  <levon@movementarian.org>
6552
6553         * lyx_main.C:
6554         * ToolbarBackend.h:
6555         * ToolbarBackend.C: add "Toolbars" section and
6556         put the flags there
6557
6558 2003-06-10  Angus Leeming  <leeming@lyx.org>
6559
6560         * lfuns.h:
6561         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
6562
6563         * lyxfunc.C (dispatch): invoke it.
6564
6565 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6566
6567         * main.C: protect <ios> with HAVE_IOS
6568         (main): protect sync_with_stdio with HAVE_IOS
6569
6570 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6571
6572         * text2.C (cutSelection): adjust
6573         (pasteSelection): adjust
6574
6575         * messages.C: handle get of empty string
6576
6577         * main.C (main): use sync_with_stdio(false)
6578
6579         * lyxfunc.C (dispatch): adjust
6580
6581         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
6582         (WriteAs): remove unneeded BufferView arg.
6583
6584         * bufferparams.h: use correct types on papersize, papersize2 and
6585         paperpackage.
6586
6587         * bufferparams.C (readToken): adjust for type
6588         (writeLaTeX): add missing cases to switch.
6589
6590         * bufferlist.C (quitWriteBuffer): adjust
6591         (close): adjust
6592
6593         * buffer.C (asciiParagraph): remove some commented code.
6594
6595         * CutAndPaste.C: remove current_view extern variable.
6596         (cutSelection): add BufferParams arg.
6597         (eraseSelection): add BufferParams arg.
6598         (pasteSelection): add Buffer const & arg
6599
6600 2003-06-07  John Levon  <levon@movementarian.org>
6601
6602         * buffer.C:
6603         * paragraph_funcs.C:
6604         * paragraph_pimpl.C:
6605         * text.C:
6606         * text2.C:
6607         * paragraph.h:
6608         * paragraph.C: allow InsetERT to freely space lines,
6609         and some consolidation of code
6610
6611 2003-06-06  José Matos  <jamatos@fep.up.pt>
6612
6613         * buffer.C (makeDocBookFile): fix bug #821
6614
6615 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
6616
6617         * BufferView_pimpl.C (dispatch): use Dialogs::visible
6618
6619 2003-06-04  Angus Leeming  <leeming@lyx.org>
6620
6621         * buffer.C: bump format to 224.
6622
6623 2003-06-05  André Pönitz  <poenitz@gmx.net>
6624
6625         * text2.C (redoParagraphs): remove two const_cast<>
6626
6627 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6628
6629         * ParagraphList.h: remove last remnants of NO_STD_LIST
6630
6631 2003-06-03  Angus Leeming  <leeming@lyx.org>
6632
6633         * factory.C (createInset): small change to the way InsetExternal's params
6634         are set.
6635
6636 2003-06-04  André Pönitz  <poenitz@gmx.net>
6637
6638         * buffer.h: use Undo directly instead of shared_ptr<Undo>
6639
6640         * paragraph_pimpl.h:
6641         * paragraph.[Ch]: some Inset -> UpdatableInset changes
6642
6643         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
6644
6645         * undo_funcs.C: make some simple cases of undo work again
6646
6647 2003-06-03  John Levon  <levon@movementarian.org>
6648
6649         * ispell.C: HPUX doesn't have sys/select.h
6650         (from Albert Chin)
6651
6652 2003-06-03  John Levon  <levon@movementarian.org>
6653
6654         * CutAndPaste.C: update tabular and include inset
6655         buffer references
6656
6657         * buffer.h:
6658         * paragraph.h:
6659         * paragraph.C: remove owningBuffer(), don't pass Buffer
6660         to clone()
6661
6662         * factory.C: insetGraphicsParams changed
6663
6664 2003-06-02  John Levon  <levon@movementarian.org>
6665
6666         * LyXAction.C:
6667         * factory.C:
6668         * lfuns.h:
6669         * lyxfunc.C:
6670         * text3.C: remove insetparent
6671
6672 2003-06-02  John Levon  <levon@movementarian.org>
6673
6674         * buffer.h:
6675         * buffer.C: fix inset_iterator.end(), move out of line
6676         (bug 1149)
6677
6678 2003-06-01  John Levon  <levon@movementarian.org>
6679
6680         * text3.C: use a proper cut/paste when doing inset
6681         insert (from Jürgen Spitzmüller)
6682
6683 2003-06-01  John Levon  <levon@movementarian.org>
6684
6685         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
6686
6687 2003-05-30  André Pönitz  <poenitz@gmx.net>
6688
6689         * rowpainter.C: unify second drawing phase
6690
6691 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6692
6693         * trans_mgr.C: remove one case of current_view
6694
6695         * text2.C (cursorBottom): delete NO_STD_LIST stuff
6696
6697         * paragraph_funcs.h: remove paragraph.h include
6698
6699         * paragraph.h: delete NO_STD_LIST stuff
6700
6701         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
6702
6703         * buffer.h: remove paragraph.h include
6704
6705         * ParagraphList.C: delete file
6706
6707         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
6708
6709         * toc.C (getTocList): adjust
6710
6711         * paragraph_pimpl.C (validate): adjust
6712
6713         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
6714
6715         * paragraph.C (Paragraph): adjust
6716         (getPositionOfInset): use const_iterator, adjust
6717         (bibitem): use const_iterator, adjust
6718         (setInsetOwner): adjust
6719
6720         * iterators.C (operator++): adjust
6721
6722         * InsetList.[Ch]: Replace selfmade iterator with standard
6723         vector::iterator also introduce const_iterator. Remove getPos,
6724         getInset and setInset from InsetTable. Adjust accordingly.
6725
6726         * BufferView.C (lockInset): adjust
6727         (ChangeInsets): adjust
6728
6729         * tabular.[Ch]: delete commented same_id functions
6730
6731 2003-05-28  John Levon  <levon@movementarian.org>
6732
6733         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
6734
6735 2003-05-28  André Pönitz  <poenitz@gmx.net>
6736
6737         * metricsinfo.[Ch]: remove 'fullredraw' member
6738
6739 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6740
6741         * lyxtextclass.C (operator): remove caching.
6742
6743 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6744
6745         * text3.C: adjust
6746
6747         * text2.C (cursorBottom): adjust
6748         (setCounter): use ParagraphList::find, adjust
6749
6750         * text.C (workWidth): use ParagraphList::find, adjust
6751
6752         * lyxcursor.C (LyXCursor): adjust
6753
6754         * buffer.C (inset_iterator): adjust
6755
6756         * ParagraphList.h: make iterator(value_type) private, make
6757         ParagraphList a friend of iterator.
6758
6759         * ParagraphList.C (find): new function
6760
6761         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6762
6763 2003-05-27  André Pönitz  <poenitz@gmx.net>
6764
6765         * dimension.[Ch]: a -> asc, d -> des, w -> wid
6766
6767 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6768
6769         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
6770
6771 2003-05-26  John Levon  <levon@movementarian.org>
6772
6773         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
6774
6775 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6776
6777         * remove same_id from function signatures, adjust.
6778
6779 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6780
6781         * undo_funcs.C (createUndo): use the id functions directly, adjust.
6782
6783         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
6784
6785         * paragraph.C (Paragraph): get rid of same_ids parameter
6786
6787         * ParagraphList.C (insert): adjust
6788         (push_back): adjust
6789
6790 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6791
6792         * paragraph_funcs.C (breakParagraph): adjust
6793         (breakParagraphConservative): adjust
6794
6795         * buffer.C (readParagraph): adjust
6796
6797         * ParagraphList.C (insert): take a reference instead of a pointer
6798         (insert): adjust
6799
6800         * paragraph.[Ch] (id): new function
6801
6802         * bufferlist.C (newFile): adjust
6803
6804         * ParagraphList.C (ParagraphList): adjust
6805         (assign): adjust
6806         (push_back): take a reference instead of a pointer.
6807
6808         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
6809
6810         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
6811         instead.
6812
6813         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
6814         set else use old code.
6815
6816         * ParagraphList.C: remove all NO_NEXT code and only compile this
6817         code of NO_STD_LIST is set.
6818
6819 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6820
6821         * BufferView_pimpl.C:
6822         * TextCache.C:
6823         * TextCache.h:
6824         * bufferlist.C:
6825         * errorlist.h:
6826         * format.C:
6827         * format.h:
6828         * graph.C:
6829         * lyxfunc.C:
6830         * lyxrc.C:
6831         * graphics/GraphicsConverter.C:
6832         * graphics/PreviewLoader.C: header adjustment
6833
6834 2003-05-23  Angus Leeming  <leeming@lyx.org>
6835
6836         * LaTeXFeatures.[Ch] (useBabel): new method.
6837         * bufferparams.C (writeLaTeX): use it.
6838
6839 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6840
6841         * ParagraphList.h (set): remove unused function.
6842
6843 2003-05-23  André Pönitz  <poenitz@gmx.net>
6844
6845         * BufferView.C:
6846         * BufferView_pimpl.C:
6847         * buffer.C:
6848         * buffer.h:
6849         * lyxfunc.C:
6850         * undo_funcs.C: setUndo reworked
6851
6852         * iterators.[Ch]: add access to topmost ParagraphList
6853
6854         * lyxtext.[Ch] (workWidth): add a const
6855
6856 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6857
6858         * texrow.[Ch] (increasePos): remove function
6859         * exporter.C (export): removed unused var and outdated comment
6860
6861 2003-05-23  Angus Leeming  <leeming@lyx.org>
6862
6863         * latexrunparams.h: rename fragile as moving_arg.
6864         * paragraph.C (simpleTeXOnePar): ditto.
6865         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
6866
6867 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6868
6869         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
6870         (createUndo): ditto
6871         (textUndoOrRedo): comment out a currently unused var.
6872
6873         * paragraph.h (NO_NEXT): enable NO_NEXT
6874
6875         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
6876
6877         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
6878
6879         * exporter.C (Export): adjust for removeAutoInsets removal.
6880
6881         * buffer.C (runChktex): adjust for removeAutoInsets removal.
6882
6883         * LyXAction.C (init): remove LFUN_REMOVEERRORS
6884
6885         * BufferView.[Ch] (removeAutoInsets): delete function
6886
6887 2003-05-22  Angus Leeming  <leeming@lyx.org>
6888
6889         * latexrunparams.h: add a free_spacing variable.
6890
6891         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
6892         to pass moving_arg, as the data is stored in runparams.fragile.
6893
6894         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
6895         to Inset::latexOptional or to simpleTeXOnePar.
6896
6897         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
6898         free_spacing arg to Inset::latexOptional.
6899
6900         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
6901         free_spacing arg.
6902
6903 2003-05-22  Angus Leeming  <leeming@lyx.org>
6904
6905         * latexrunparams.h: add fragile and use_babel variables.
6906
6907         * bufferparams.[Ch] (writeLaTeX): return use_babel.
6908         * buffer.C (makeLaTeXFile): store this returned value in
6909         runparams.use_babel, thus passing it to the inset::latex methods.
6910
6911         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
6912         simpleTeXSpecialChars as it is now stored in runparams.fragile.
6913
6914         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
6915         longer has a fragile arg, as it is stored in runparams.fragile.
6916
6917         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
6918         moving_arg parameter as the data is stored in runparams.fragile.
6919
6920         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
6921         a fragile parameter as the data is stored in runparams.fragile.
6922
6923 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6924
6925         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
6926
6927 2003-05-22  Angus Leeming  <leeming@lyx.org>
6928
6929         * latexrunparams.h: add a 'bool nice' which defaults to false.
6930
6931         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
6932         now encapsulated within runparams.
6933
6934         * bufferlist.C (updateIncludedTeXfiles):
6935         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
6936
6937 2003-05-22  Angus Leeming  <leeming@lyx.org>
6938
6939         * latexrunparams.h: new file containing struct LatexRunParams.
6940         * Makefile.am: add new file.
6941
6942         * LaTeX.[Ch] (c-tor, run):
6943         * buffer.[Ch] (makeLaTeXFile):
6944         * bufferlist.[Ch] (updateIncludedTeXfiles):
6945         * converter.C (convert, scanLog):
6946         * converter.[Ch] (runLaTeX):
6947         * exporter.C (Export):
6948         * paragraph.[Ch] (simpleTeXOnePar):
6949         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
6950         * paragraph_funcs.[Ch] (latexParagraphs):
6951         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
6952         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
6953         pass around a LatexRunParams parameter.
6954
6955 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6956
6957         * paragraph.[Ch]: remove unused constructor
6958
6959         * ParagraphList.C (erase): new function, taking two iterators
6960
6961 2003-05-22  André Pönitz  <poenitz@gmx.net>
6962
6963         * undo_funcs.C: remove duplicated code
6964
6965         * iterator.[Ch]: operator=
6966
6967 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6968
6969         * tabular.C (SetMultiColumn): ws changes
6970
6971         * rowpainter.C (paintFirst): get rid of a ->previous
6972
6973         * lyx_cb.C (getPossibleLabel): parlist simplification
6974
6975         * BufferView.C (ChangeInsets): simplify slightly.
6976
6977 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
6978
6979         * LyXAction.C: new lfun space-insert, kill protected-space-insert
6980         * lfuns.h: new LFUN_SPACE
6981         * lyxfunc.C: protected space has a new lfun
6982         * paragraph_funcs.C: read new space insets
6983         * text3.C:
6984         * factory.C: handle new space insets
6985
6986 2003-05-22  André Pönitz  <poenitz@gmx.net>
6987
6988         * BufferView.C:
6989         * BufferView_pimpl.C:
6990         * buffer.[Ch]:
6991         * lyxfunc.C:
6992         * undo_funcs.C: return a ParIterator from getParFromID.
6993
6994         * iterators.[Ch]: add two const's
6995
6996 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
6997
6998         * toc.C (getTocList): adjust
6999
7000         * iterators.[Ch]: rework for parlist
7001
7002         * buffer.C (par_iterator_begin): adjust
7003         (par_iterator_end): adjust
7004
7005         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
7006
7007         * BufferView.C (removeAutoInsets): adjust
7008         (ChangeInsets): adjust
7009
7010 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
7011
7012         * text.C (top_y): fix bug 1110
7013
7014 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
7015
7016         * errorlist.[Ch]: added
7017         * buffer.C:
7018         * BufferView.[Ch]:
7019         * BufferView_pimpl.C:
7020         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
7021         instead
7022
7023 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7024
7025         * Makefile.am: ensure that lyx is relinked upon changes to the
7026         various "convenience" libs.
7027
7028 2003-05-20  Angus Leeming  <leeming@lyx.org>
7029
7030         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
7031         files are compiled in alphabetical order again.
7032
7033         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
7034
7035 2003-05-19  Angus Leeming  <leeming@lyx.org>
7036
7037         * gettext.[Ch]: remove "char const * _(char const *)".
7038
7039 2003-05-19  André Pönitz  <poenitz@gmx.net>
7040
7041         * dimension.[Ch]: promote from mathed/dimension.[Ch]
7042
7043         * Makefile.am:
7044         * BufferView.C:
7045         * DepTable.h:
7046         * LaTeXFeatures.C:
7047         * buffer.C:
7048         * lyxfont.C:
7049         * lyxlex.h:
7050         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
7051
7052 2003-05-19  André Pönitz  <poenitz@gmx.net>
7053
7054         * buffer.C:
7055         * lyxlayout.[Ch]:
7056         * lyxtextclass.[Ch]:
7057         * paragraph.C:
7058         * paragraph_funcs.[Ch]:
7059         * text2.C:
7060         * text3.C: more insetenv work
7061
7062 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
7063
7064         * ParagraphParameters.C (params2string): small bug fixed
7065
7066 2003-05-16  André Pönitz  <poenitz@gmx.net>
7067
7068         * debug.C:
7069         * bufferview_funcs.C: patch from Kornel Benko to prevent
7070           crash when _(...) is called twice in a statement
7071
7072 2003-05-16  André Pönitz  <poenitz@gmx.net>
7073
7074         * BufferView.C:
7075         * lyxfunc.C:
7076         * text.C:
7077         * text2.C:
7078         * text3.C:
7079         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
7080
7081 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
7082
7083         * lyx_main.C (init): remove spurious static_cast
7084
7085 2003-05-14  André Pönitz  <poenitz@gmx.net>
7086
7087         * BufferView.C: fix format string
7088
7089 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
7090
7091         * BufferView.[Ch] (insertErrors): removed
7092         * BufferView.[Ch] (showErrorList): added
7093         * buffer.C (runChkTeX):
7094         * converter.C (scanLog): call showErrorList instead of inserterrors
7095
7096 2003-05-13  André Pönitz  <poenitz@gmx.net>
7097
7098         * BufferView_pimpl.C:
7099         * buffer.C:
7100         * bufferview_func.C:
7101         * MenuBackend.C:
7102         * lyxfunc.C:
7103         * lyxrc.C:
7104         * tex-accent.C:
7105         * text3.C:
7106         * toc.C:
7107         * tabular_funcs.h: tostr() from its own header
7108
7109         * ParagraphParameters.C:
7110         * ToolbarBackend.C:
7111         * bufferparams.C:
7112         * format.C:
7113         * lyxlex_pimpl.C:
7114         * text3.C: STRCONV()
7115
7116 2003-05-12  André Pönitz  <poenitz@gmx.net>
7117
7118         * BufferView.C:
7119         * BufferView_pimpl.C:
7120         * CutAndPaste.C:
7121         * LaTeX.C:
7122         * LaTeXFeatures.C:
7123         * ParagraphParameters.C:
7124         * buffer.C:
7125         * bufferlist.C:
7126         * bufferparams.C:
7127         * bufferview_funcs.C:
7128         * converter.C:
7129         * counters.C:
7130         * debug.C:
7131         * exporter.C:
7132         * format.C:
7133         * importer.C:
7134         * lyx_cb.C:
7135         * lyx_main.C:
7136         * lyxfont.C:
7137         * lyxfunc.C:
7138         * lyxvc.C:
7139         * paragraph.C:
7140         * paragraph_funcs.C:
7141         * tabular.C:
7142         * tabular_funcs.C:
7143         * text2.C:
7144         * text3.C:  boost::format -> bformat  all over the place
7145
7146
7147 2003-05-09  André Pönitz  <poenitz@gmx.net>
7148
7149         * LColor.[Ch]: Pimpl the #include <map> away
7150
7151 2003-05-09  John Levon  <levon@movementarian.org>
7152
7153         * bufferlist.C: never remove emergency saves
7154
7155 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7156
7157         * Makefile.am: better lib building
7158
7159 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
7160
7161         * texrow.[Ch]: remove dependency on Paragraph and just store a id
7162         instead.
7163         * paragraph_pimpl.C (simpleTeXBlanks): adjust
7164         (simpleTeXSpecialChars): adjust
7165         (simpleTeXSpecialChars): adjust
7166         * paragraph.C (simpleTeXOnePar): adjust
7167         * buffer.C (makeLaTeXFile): adjust
7168
7169         * Makefile.am (BOOST_LIBS): allow boost as system lib.
7170
7171         * text2.C (changeDepth): parlist cleanup
7172         (getColumnNearX): ditto
7173
7174         * rowpainter.C (getLabelFont): parlist cleanup
7175
7176         * bufferlist.C (newFile): parlist cleanup
7177
7178         * CutAndPaste.C (eraseSelection): parlist cleanup
7179
7180         * BufferView_pimpl.C (trackChanges): parlist cleanup
7181         (dispatch): ditto
7182
7183         * BufferView.C (lockInset): parlist cleanup.
7184         (ChangeInsets): ditto
7185
7186 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7187
7188         * CutAndPaste.h: Update file header.
7189
7190         * CutAndPaste.C: Update file header.
7191         Store the parts cut out of the Document in a limited_stack.
7192         (copySelection): adjust
7193         (pasteSelection): new function, takes the index in the limited stack.
7194         (nrOfParagraphs): adjust
7195         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
7196         simplify error inset insertion.
7197         (checkPastePossible): adjust
7198
7199 2003-05-06  John Levon  <levon@movementarian.org>
7200
7201         * text2.C: don't cast wrap inset to float
7202
7203 2003-05-05  André Pönitz  <poenitz@gmx.net>
7204
7205         * iterator.C:
7206         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
7207
7208         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
7209           few naked Paragraph *.
7210
7211 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
7212
7213         * bufferparams.C: Output warning if a document with missing
7214         TeX document class is loaded
7215         * exporter.C: Disable TeX exports if the document class is missing
7216         * lyxtextclass.C:
7217         * lyxtextclass.h:
7218         * lyxtextclasslist.C: Handle new textclass.lst format; new method
7219         isTeXClassAvailable()
7220
7221 2003-05-03  John Levon  <levon@movementarian.org>
7222
7223         * BufferView.h:
7224         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
7225         explicit cursor show/hide
7226
7227         * BufferView_pimpl.h:
7228         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
7229         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
7230
7231         * lyxfunc.C: hide cursor before dispatching.
7232
7233         * lyx_cb.C:
7234         * lyxfind.C:
7235         * text.C:
7236         * text3.C: remove explicit cursor hides
7237
7238 2003-05-02  André Pönitz  <poenitz@gmx.net>
7239
7240         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7241
7242         * undo_funcs.C:
7243         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7244           linked lists
7245
7246         * text2.C: tiny whitespace
7247
7248 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7249
7250         * undo_funcs.C: almost only ws changes.
7251
7252         * ParagraphList.C (splice): just return if pl is empty.
7253
7254 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7255
7256         * ParagraphList.C (splice): new function.
7257
7258         * CutAndPaste.C (pasteSelection): use it
7259
7260 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7261
7262         * CutAndPaste.C (pasteSelection): remove the last next and
7263         previous from this file.
7264
7265 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7266
7267         * CutAndPaste.C (pasteSelection): more clean up, user proper
7268         ParagraphList functions for pasteing.
7269
7270         * ParagraphList.C (insert): new function, three arg insert
7271
7272 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7273
7274         * ParagraphList.C (insert): new function, three arg insert
7275
7276         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7277         not on paragraphs.
7278
7279 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7280
7281         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7282
7283 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7284
7285         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7286
7287 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7288
7289         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7290         (copySelection): clean up a bit.
7291         (pasteSelection): use make_pair
7292
7293         * ParagraphList.C (ParagraphList): implement copy constructor
7294         (operator=): implement, base on copy constructor.
7295         (assign): new func
7296
7297         * paragraph.C (erase): return a bool
7298
7299         * paragraph_pimpl.C (erasePos): remove function, move contents...
7300         (erase): ... here. Return a bool.
7301         (erase): call erase instead of erasePos.
7302
7303 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7304
7305         * ParagraphList.h: define PitPosPair
7306         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7307         ParagraphList, fix a bug on pasting multiple pars
7308         * text2.C: change interface to C&P
7309
7310 2003-04-30  André Pönitz  <poenitz@gmx.net>
7311
7312         * undo_func.C: revert part of yesterday's patch 2
7313
7314 2003-04-30  John Levon  <levon@movementarian.org>
7315
7316         * LColor.C: s/tabular/table/
7317
7318 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7319
7320         * text3.C (dispatch): do not convert iterator -> pointer
7321         * undo_funcs.C (setCursorParUndo): ditto
7322         * text_funcs.C (transposeChars): ditto
7323
7324         * text2.C (setLayout): ws changes only
7325
7326         * text.C (breakParagraph): do not convert iterator -> pointer
7327         (insertChar): ditto
7328         (acceptChange): ditto
7329         (rejectChange): ditto
7330         (changeCase): ditto
7331         (Delete): ditto
7332         (backspace): ditto
7333
7334         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7335         pointer
7336
7337 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7338
7339         * text3.C (gotoInset): YABG (yet another bad getChar)
7340
7341 2003-04-29  André Pönitz  <poenitz@gmx.net>
7342
7343         * paragraph.h: make operator= private unimplemented as long as
7344           it is unusable
7345
7346         * ParagraphList.C: whitespace
7347
7348         * paragraph.[Ch]:
7349         * paragraph_pimpl.[Ch]:
7350         * paragraph_funcs.C:
7351         * CutAndPaste.C:
7352         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7353
7354         * text2.C:
7355           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7356
7357 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7358
7359         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7360         * paragraph.[Ch] (erase):
7361         * paragraph_pimpl.[Ch] (erase): change return type and value
7362         * text2.C (cutSelection): some rework
7363
7364 2003-04-28  John Levon  <levon@movementarian.org>
7365
7366         * bufferlist.C: changes for unsaved changes dialog
7367
7368 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7369
7370         * bufferlist.C (newFile): set language (messages_) for new
7371         documents also.
7372
7373         * buffer.C (readFile): ws changes only.
7374
7375 2003-04-28  André Pönitz  <poenitz@gmx.net>
7376
7377         * undo_funcs.C:
7378         * lyxfunc.C:
7379         * buffer.[Ch]:
7380         * BufferView_pimpl.C:
7381         * BufferView.C: getParFromID related ParagraphList::iterator changes
7382
7383 2003-04-28  André Pönitz  <poenitz@gmx.net>
7384
7385         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
7386           Changes
7387
7388 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7389
7390         * messages.C: remove one more localedir class variable.
7391
7392 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7393
7394         * messages.C (getLocaleDir): singleton generation function
7395         (Pimpl): use it.
7396         (Messages): add a default constructor.
7397
7398         * main.C (main): do not setup localedir here, do not call
7399         gettext_init.
7400
7401         * gettext.C (_): use it.
7402         (gettext_init): delete funciton
7403
7404 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7405
7406         * gettext.C (getLyXMessages): new singleton generating function.
7407
7408         * buffer.C (updateDocLang): adjust
7409
7410         * Makefile.am (messages.o): add target
7411         (main.o): remove target
7412
7413 2003-04-27  John Levon  <levon@movementarian.org>
7414
7415         * bufferlist.C:
7416         * lyx_cb.C:
7417         * lyxfunc.C:
7418         * lyxvc.C: specify cancel button in Alert::prompt
7419
7420 2003-04-26  John Levon  <levon@movementarian.org>
7421
7422         * text3.C:
7423         * lyxfunc.C:
7424         * lfuns.h:
7425         * LyXAction.C: add LFUN_INSET_SETTINGS
7426
7427         * lyxfunc.C: don't enable tabular-feature when there's
7428         just any locking inset
7429
7430 2003-04-26  John Levon  <levon@movementarian.org>
7431
7432         * bufferlist.C: re-add Cancel to buffer close question
7433
7434         * lyxfunc.C: fix import UI a bit
7435
7436 2003-04-25  John Levon  <levon@movementarian.org>
7437
7438         * gettext.C: remove the broken asserts for now
7439
7440 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7441
7442         * messages.C: make case where setlocale cannot comply work better.
7443
7444         * buffer.C (updateDocLang): new function
7445         (changeLanguage): use it
7446         (readFile): use it
7447
7448         * text2.C (setCounter): use B_ a bit.
7449
7450         * lyxlayout.C (Read): be sure to trim the label strings.
7451
7452         * messages.C (Messages): fix typo in comment
7453
7454         * buffer.C (readFile): set message_ after file is loaded.
7455         (makeDocBookFile): remove double return
7456         (changeLanguage): reset message_ upon language change.
7457         (B_): new func, use this to get translated buffer strings.
7458
7459         * main.C: add myself and Jean Marc as authors.
7460
7461 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7462
7463         * messages.[hC]: pimplify Messages, and three different pimpls to be
7464         used in different circumstances.
7465
7466         * gettext.[Ch]: change for use with new message code.
7467
7468 2003-04-24 André Pönitz <poenitz@gmx.net>
7469
7470         * factory.C: support for eqref
7471
7472 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7473
7474         * messages.[Ch]: add missing char
7475
7476         * Makefile.am (lyx_SOURCES): add messages.[Ch]
7477
7478         * messages.[Ch]: New files
7479
7480 2003-04-18  John Levon  <levon@movementarian.org>
7481
7482         * BufferView.h:
7483         * BufferView.C:
7484         * BufferView_pimpl.C:
7485         * lfuns.h:
7486         * LyXAction.C:
7487         * lyxtext.h:
7488         * text2.C: remove layout-copy/paste (bug 778)
7489
7490 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7491
7492         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
7493
7494 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7495
7496         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
7497         if they succeed. Act accordingly.
7498
7499 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7500
7501         * text2.C (setCharFont): adjust
7502         (setCounter): adjust
7503         (insertStringAsLines): adjust
7504
7505         * text.C (leftMargin): adjust
7506         (setHeightOfRow): adjust
7507
7508         * rowpainter.C (paintFirst): adjust
7509         (paintLast): adjust
7510
7511         * paragraph_funcs.C (depthHook): ParagraphList::iterators
7512         (outerHook): ditto
7513         (isFirstInSequence): ditto
7514         (getEndLabel): ditto
7515         (outerFont): adjust
7516
7517         * paragraph.C (getParLanguage): comment out some hard stuff.
7518
7519         * buffer.C (insertStringAsLines): take a ParagraphList as arg
7520         (sgmlError): ditto
7521         (simpleDocBookOnePar): ditto
7522         (makeDocBookFile): use ParagraphList::iterator
7523
7524         * CutAndPaste.C (pasteSelection): adjust
7525
7526 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7527
7528         * text2.C (getFont): adjust
7529         (getLayoutFont): adjust
7530         (getLabelFont): adjust
7531
7532         * paragraph_funcs.C (TeXOnePar): adjust
7533
7534         * buffer.C (simpleLinuxDocOnePar): adjust
7535         (simpleDocBookOnePar): adjust
7536
7537         * CutAndPaste.C (pasteSelection): adjust
7538
7539         * BufferView.C (getEncoding): adjust
7540
7541         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
7542
7543 2003-04-16  John Levon  <levon@movementarian.org>
7544
7545         * lyxfind.C: use parlist stuff for search/changes
7546
7547 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7548
7549         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
7550
7551         * text2.C (deleteEmptyParagraphMechanism): adjust
7552
7553         * text2.[Ch] (ownerParagraph): delete func (both of them
7554
7555 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7556
7557         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
7558
7559 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7560
7561         * ParagraphList.C: prepare for NO_NEXT
7562
7563 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7564
7565         * text2.C (getFont): adjust
7566         (getLayoutFont): adjust
7567         (getLabelFont): adjust
7568
7569         * paragraph.C (getFont): adjust
7570         (getLabelFont): adjust
7571         (getLayoutFont): adjust
7572
7573         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
7574
7575 2003-04-15  John Levon  <levon@movementarian.org>
7576
7577         From Angus Leeming
7578
7579         * lyx_main.C: handle Include in .ui files
7580
7581 2003-04-15  John Levon  <levon@movementarian.org>
7582
7583         * MenuBackend.C: make the doc files length shorter
7584
7585         * ToolbarBackend.h:
7586         * ToolbarBackend.C: handle toolbar placement flags,
7587         Minibuffer
7588
7589 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7590
7591         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
7592         adjust
7593
7594         * paragraph_funcs.C (TeXOnePar): adjust
7595
7596         * paragraph.C (getLabelFont): add outerfont arg, adjust
7597         (getLayoutFont): ditto
7598         (simpleTeXOnePar): adjust
7599
7600         * paragraph_pimpl.C (realizeFont): delete func
7601
7602 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
7603
7604         * text2.C (beforeFullRowInset): added a bad getchar check, removed
7605         row argument, constify cur argument.
7606
7607 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7608
7609         * text2.C (getFont): adjust
7610         (getLayoutFont): adjust
7611         (getLabelFont): adjust
7612
7613         * paragraph_funcs.C (TeXOnePar): adjust
7614         (outerFont): new func...
7615         (realizeFont): ...moved out from here, changed this to facilitate
7616         transition
7617
7618         * paragraph.C (getFont): take outerfont as arg, adjust
7619         (simpleTeXOnePar): add outerfont arg, adjust
7620
7621         * buffer.C (simpleLinuxDocOnePar): adjust
7622         (simpleDocBookOnePar): adjust
7623
7624         * CutAndPaste.C (pasteSelection): adjust
7625
7626         * BufferView.C (getEncoding): adjust
7627
7628 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7629
7630         * text2.C (setCharFont): adjust
7631         (setCounter): adjust
7632
7633         * text.C (leftMargin): adjust
7634         (setHeightOfRow): adjust
7635
7636         * rowpainter.C (paintFirst): adjust
7637         (paintLast): adjust
7638
7639         * paragraph_pimpl.C (realizeFont): adjust
7640
7641         * paragraph.C (isFirstInSequence): move from here...
7642         * paragraph_funcs.C (isFirstInSequence): ...to here
7643
7644         * paragraph.C (outerHook): move from here...
7645         * paragraph_funcs.C (outerHook): ...to here
7646
7647         * paragraph.C (depthHook): move from here...
7648         * paragraph_funcs.C (depthHook): ...to here
7649
7650         * paragraph.C (getEndLabel): move from here...
7651         * paragraph_funcs.C (getEndLabel): ...to here
7652
7653         * text2.C (realizeFont): move from here...
7654         * paragraph_funcs.C (realizeFont): ...to here
7655
7656 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7657
7658         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
7659
7660 2003-04-14  Angus Leeming  <leeming@lyx.org>
7661
7662         * LColor.[Ch]: scrap LColor mathcursor.
7663
7664 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7665
7666         * lyxlex.[Ch] (text): delete function
7667         * trans.C (Load): adjust
7668         * paragraph_funcs.C (readParToken): adjust
7669
7670 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7671
7672         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
7673         vector<char> instead of a char[].
7674
7675         * lyxlex_pimpl.C (getString): adjust
7676         (next): adjust
7677         (lex): use getString
7678         (eatLine): adjust
7679         (nextToken): adjust
7680
7681         * lyxlex.C (text): use pimpl_->getString()
7682         (getBool): ditto
7683         (findToken): ditto
7684
7685 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7686
7687         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
7688         (makeFontEntriesLayoutSpecific): temp var for par.size()
7689         (setLayout): temp var for ownerParagraphs().end()
7690         (fullRebreak): temp var for rows().end()
7691         (selectionAsString): temp var for boost::next(startpit), realize
7692         that the while really is a regular for loop.
7693         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
7694         setCursor in one place.
7695         (setParagraph): temp vr for ownerParagraphs().end()
7696         (updateCounters): make the while loop a for loop
7697         (cutSelection): temp var for ownerParagraphs().end()
7698         (updateInset): make the do {} while() a regular for loop
7699         (getCursorX): use temp vars
7700         (setCurrentFont): use temp vars
7701         (getColumnNearX): use temp vars
7702
7703 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7704
7705         * text.C (transformChar): use temp var for getChar
7706         (computeBidiTables): use temp var for row->par()
7707         (fill): move temp vars for row->par() and pit->layout() earlier in
7708         the function.
7709         (labelFill): use temp var for row->par()
7710         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
7711         asc and desc, realize that pit never changes and that firstpit is
7712         just a duplicate and not needed. Exchange rit->par() with pit in a
7713         lot of places.
7714         (breakAgain): use a temp var for boost::next(rit)
7715         (breakAgainOneRow): ditto
7716         (breakParagraph): use a temp var for rows().begin()
7717         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
7718         (cursorRightOneWord): use temp var for cursor.par() and
7719         cursor.pos(), remove usage of tmpcursor.
7720         (cursorLeftOneWord): use temp var for cursor.par() and
7721         cursor.pos() only set cur at end of function.
7722
7723 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7724
7725         * text.C, text2.C: exchange all usage of Paragraph::next with
7726         boost::next(ParagraphList::iterator)
7727
7728         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
7729
7730         * text2.C (cursorTop): simplify implementation
7731         (cursorBottom): ditto
7732         (setParagraph): use ParagraphList::iterator
7733         (setCurrentFont): adjust
7734         (getColumnNearX): adjust
7735         (cursorRight): adjust
7736         (cursorLeft): remove usage of Paragraph::previous
7737         (cursorUpParagraph): ditto
7738         (deleteEmptyParagraphMechanism): slight cleanup
7739
7740         * text.C (isBoundary): take a Paragraph const & instead of a
7741         pointer as arg.
7742         (addressBreakPoint): ditto
7743         (leftMargin): remove usage of Paragraph::previous.
7744         (setHeightOfRow): ditto
7745         (cursorLeftOneWord): ditto
7746         (selectNextWordToSpellcheck): ditto
7747         (Delete): ditto
7748         (backspace): ditto
7749         (breakParagraph): remove one usage of Paragraph::next
7750         (redoParagraph): ditto
7751         (acceptChange): ditto
7752         (insertChar): adjust
7753         (rowBreakPoint): adjust
7754
7755         * bufferview_funcs.C (toggleAndShow): adjust
7756
7757 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
7758
7759         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
7760         methods to access it.
7761         * lyxtext.h:
7762         * text.C: Added updateRowPositions to compute all row positions.
7763         Make top_y and getRowNearY() to use the cached y position
7764
7765 2003-04-11  John Levon  <levon@movementarian.org>
7766
7767         * text.C (rowBreakPoint): reintroduce the labelEnd
7768         checks, code copied from the row fill stuff. Deep voodoo.
7769
7770         * text.C (fill): add a comment and debugging for the
7771         next poor soul.
7772
7773 2003-04-11  John Levon  <levon@movementarian.org>
7774
7775         * text.C: make sure fullrow insets get wrapped to the next line,
7776         even when they're in a manual label
7777
7778 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7779
7780         * text2.C (insertParagraph): make it take ParagraphList::iterator
7781         as arg.
7782         (setLayout): make it return ParagraphList::iterator
7783         (redoParagraphs): ditto
7784         (setCounter): ditto
7785         (checkParagraph): ditto
7786
7787         * text.C (getRow): make getrow take ParagraphList::iterator as arg
7788
7789         * text2.C: adjust several funcs.
7790         (realizeFont): take a ParagraphList::iterator as arg.
7791         (getLayoutFont): ditto
7792         (getLabelFont): ditto
7793         (setCharFont): ditto
7794
7795         * text.C: adjust several funcs.
7796
7797 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7798
7799         * text.C (selectNextWordToSpellcheck): don't accidentally
7800         skip insets
7801
7802 2003-04-10  John Levon  <levon@movementarian.org>
7803
7804         * ToolbarBackend.C (getIcon): special handling for
7805         LFUN_MATH_DELIM
7806
7807 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7808
7809         * text2.C (cursorRight): a getChar assert fixed
7810
7811 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7812
7813         * text2.C (getFont): change to take a ParagraphList::iterator
7814         instead of Paragraph*
7815         Adjust several functions.
7816
7817         * text.C (transformChar): change to take a ParagraphList::iterator
7818         instead of Paragraph*
7819         (singleWidth): ditto
7820         Adjust several functions.
7821
7822         * rowpainter.C: adjust several functions
7823         * rowpainter.h:store a ParagraphList::iterator and not a
7824         Paragraph&.
7825
7826
7827 2003-04-09  John Levon  <levon@movementarian.org>
7828
7829         * lyxfunc.C:
7830         * lfuns.h:
7831         * LyXAction.h:
7832         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
7833         and the "help" bits as well
7834
7835 2003-04-09  John Levon  <levon@movementarian.org>
7836
7837         * ToolbarBackend.h:
7838         * ToolbarBackend.C: allow multiple toolbars
7839
7840 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7841
7842         * undo_funcs.C (setCursorParUndo): adjust
7843
7844         * text_funcs.C (transposeChars): adjust
7845
7846         * text3.C (gotoNextInset): adjust
7847         (dispatch): adjust
7848
7849         * text2.C (setLayout): adjust
7850         (changeDepth): adjust
7851         (setFont): adjust
7852         (redoParagraphs): adjust
7853         (selectionAsString): adjust
7854         (setParagraph): adjust
7855         (insertInset): adjust
7856         (cutSelection): adjust
7857         (copySelection): adjust
7858         (pasteSelection): adjust
7859         (insertStringAsLines): adjust
7860         (updateInset): adjust
7861         (setCursor): change to take a ParagraphList::iterator parameter
7862         (setCursorIntern): change to take a ParagraphList::iterator parameter
7863         (setCurrentFont): adjust
7864         (cursorLeft): adjust
7865         (cursorRight): adjust
7866         (deleteEmptyParagraphMechanism): adjust
7867
7868         * text.C (breakParagraph): adjust
7869         (insertChar): adjust
7870         (acceptChange): adjust
7871         (rejectChange): adjust
7872         (selectNextWordToSpellcheck): adjust
7873         (changeCase): adjust
7874         (Delete): adjust
7875         (backspace): adjust
7876
7877         * lyxfind.C (SearchForward): adjust
7878         (SearchBackward): adjust
7879         (nextChange): adjust
7880
7881         * lyxcursor.C (par): adjust
7882
7883         * lyxcursor.h: store a ParagraphList::iterator instead of a
7884         Paragraph*
7885
7886         * lyx_cb.C (getPossibleLabel): adjust
7887
7888         * bufferview_funcs.C (toggleAndShow): adjust
7889
7890         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7891         (dispatch): adjust
7892
7893         * BufferView.C (removeAutoInsets): adjust
7894         (lockedInsetStoreUndo): adjust
7895
7896 2003-04-09  John Levon  <levon@movementarian.org>
7897
7898         * ToolbarBackend.C: try icon without argument
7899         if with argument fails
7900
7901 2003-04-08  John Levon  <levon@movementarian.org>
7902
7903         * ToolbarBackend.h:
7904         * ToolbarBackend.C: add getIcon(), handle tooltip,
7905         and change from "Icon" to "Item".
7906
7907 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
7908
7909         * BufferView.C (lockInset): another bad getchar crunched
7910
7911 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
7912
7913         * text2.C (changeDepth): do not setUndo on test_only (make undo work
7914         again)
7915
7916 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
7917
7918         * lyxfind.C (searchForward, searchBackwards): bug 782
7919
7920 2003-04-07  John Levon  <levon@movementarian.org>
7921
7922         * paragraph.C: remove dead comment
7923
7924         * text.C: remove troublesome depth-fiddling code
7925         in leftMargin() and rightMargin() (bug 1017)
7926
7927         * text.C: fix breaking of rows in nested lists
7928         (bug 1004)
7929
7930         * text2.C (updateCounters): fix up depth values
7931         (bug 1013)
7932
7933 2003-04-07  John Levon  <levon@movementarian.org>
7934
7935         * BufferView_pimpl.C: clear message when doc finishes resizing,
7936         and after a mouse event
7937
7938         * lyxfunc.C: clear message after exiting inset
7939
7940 2003-04-07  John Levon  <levon@movementarian.org>
7941
7942         * bufferview_funcs.C: show math status not outside
7943         status in the statusbar
7944
7945 2003-04-07  John Levon  <levon@movementarian.org>
7946
7947         * lyxfunc.C: note status changed after a depth change
7948
7949 2003-04-04  Angus Leeming  <leeming@lyx.org>
7950
7951         * LaTeX.h: move AuxInfo operator==, != out of line.
7952         Remove LaTeX virtual destructor; nothing derives from it.
7953         Move operator()() out of public area and rename it startscript().
7954         Change protected for private.
7955
7956 2003-04-04  Angus Leeming  <leeming@lyx.org>
7957
7958         * lyxfunc.C:
7959         * text2.C: remove unneeded #includes.
7960
7961 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
7962
7963         * text2.C (dEPM): fix the heigth of the next row
7964
7965 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
7966
7967         * text.C: squashed an invalid getChar requester + some ws changes
7968
7969 2003-04-03  John Levon  <levon@movementarian.org>
7970
7971         * bufferview_funcs.h:
7972         * bufferview_funcs.C:
7973         * lyxfunc.C:
7974         * lyxtext.h:
7975         * text2.C: make getStatus work for the env depth lfuns
7976
7977 2003-04-03  John Levon  <levon@movementarian.org>
7978
7979         * bufferview_funcs.h:
7980         * bufferview_funcs.C:
7981         * lyxfunc.C:
7982         * lyxtext.h:
7983         * text2.C: parlistize decDepth(), by merging it with incDepth()
7984
7985 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7986
7987         * lyxrow.h: store a ParagraphList::iterator instead of a
7988         Paragraph* and adjust other class functions to suit.
7989
7990         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
7991         above.
7992
7993 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
7994
7995         * text2.C (setCursor): do not anchor to cursor row for the time being
7996
7997 2003-04-02  John Levon  <levon@movementarian.org>
7998
7999         * LyXAction.C:
8000         * lfuns.h:
8001         * lyx_main.C:
8002         * lyxtext.h:
8003         * text.C:
8004         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
8005
8006 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8007
8008         * paragraph.h: make ParagraphList and ParagraphList::iterator
8009         friends of Paragraph.
8010
8011         * buffer.C (makeLinuxDocFile): move towards ParagraphList
8012
8013         * ParagraphList.C: Use the private next_ and previous_ from
8014         Paragraph.
8015
8016 2003-04-01  John Levon  <levon@movementarian.org>
8017
8018         * ToolbarBackend.h:
8019         * ToolbarBackend.C:
8020         * Makefile.am: rename, remove defaults gunk
8021
8022         * MenuBackend.h:
8023         * MenuBackend.C: remove defaults gunk
8024
8025         * Languages.h:
8026         * Languages.C: remove defaults gunk
8027
8028         * lyx_main.h:
8029         * lyx_main.C: error out if files couldn't be found.
8030
8031 2003-04-02  John Levon  <levon@movementarian.org>
8032
8033         * text2.C: make incDepth() use parlist
8034
8035 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8036
8037         * undo_funcs.C (firstUndoParagraph): adjust
8038
8039         * text3.C (gotoInset): adjust
8040         (dispatch): adjust, and rewrite loop.
8041
8042         * text2.C (init): adjust, and rewrite loop.
8043         (redoParagraphs): adjust
8044         (updateInset): adjust, and rewrite loop.
8045         (deleteEmptyParagraphMechanism): adjust
8046
8047         * tabular.C (LyXTabular): adjust
8048         (SetMultiColumn): adjust
8049         (TeXRow): adjust
8050
8051         * lyxtext.[Ch] (ownerParagraph): delete function
8052         (ownerParagraphs): new function returns a ParagraphList.
8053
8054         * BufferView.C (removeAutoInsets): adjust
8055         (insertErrors): adjust
8056         (setCursorFromRow): adjust
8057
8058 2003-04-01  Angus Leeming  <leeming@lyx.org>
8059
8060         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
8061         in the frontends.
8062
8063 2003-04-02  John Levon  <levon@movementarian.org>
8064
8065         * lyxtext.h:
8066         * text.C:
8067         * Makefile.am:
8068         * text_funcs.h:
8069         * text_funcs.C: make transposeChars a free function
8070
8071         * lyxrow_funcs.C: remove wrong comment
8072
8073 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8074
8075         * lyxtext.h: adjust
8076         * rowpainter.C: adjust
8077         * text.C: adjust
8078         * text2.C: adjust
8079         * text3.C: adjust
8080
8081         * lyxrow_funcs. [Ch]: new files
8082
8083         * lyxrow.[Ch]: remove next and previous pointers
8084         (next,previous): remove accessor functions
8085         (isParEnd): move to lyxrow_funcs
8086         (lastPos): move to lyxrow_funcs
8087         (nextRowIsAllInset): move to lyxrow_funcs
8088         (lastPrintablePos): move to lyxrow_funcs
8089         (numberOfSeparators): move to lyxrow_funcs
8090         (numberOfHfills): move to lyxrow_funcs
8091         (numberOfLabelHfills): move to lyxrow_funcs
8092         (hfillExpansion): move to lyxrow_funcs
8093
8094         * lyxfunc.C: adjust
8095
8096         * bufferview_funcs.C (toggleAndShow): adjust
8097
8098         * RowList.h: Remove class RowList from file leave just a
8099         std::list<Row>.
8100
8101         * RowList.C: delete file
8102
8103         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
8104         and lyxrow_funcs.h
8105
8106 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8107
8108         * text3.C (cursorPrevious): adjust
8109         (cursorNext): adjust
8110         (dispatch): adjust
8111
8112         * text2.C (redoHeightOfParagraph): adjust
8113         (redoDrawingOfParagraph): adjust
8114         (setCursor): adjust
8115
8116         * text.C (breakParagraph): adjust
8117         (insertChar): adjust
8118         (backspace): adjust
8119
8120         * rowpainter.C (RowPainter): adjust
8121         (leftMargin): simplify and adjust
8122         (most rowpainter functions): adjust.
8123
8124         * rowpainter.h: store the row as RowList::iterator not as Row*
8125
8126         * lyxcursor.C (row): taka RowList::iterator as arg
8127         (irow): ditto
8128
8129         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
8130         of Row*.
8131
8132 2003-04-01  Angus Leeming  <leeming@lyx.org>
8133
8134         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
8135         stuff like bool Bool.
8136
8137 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8138
8139         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
8140         rewrite a loop
8141
8142 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8143
8144         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
8145         RowList::iterator.
8146
8147         * lyxtext.h (rows): drop one version and leve a const variant that
8148         returns a RowList::iterator.
8149
8150 2003-03-31  Angus Leeming  <leeming@lyx.org>
8151
8152         * text.C (fill): ensure that the signature is the same as that in the
8153         header file.
8154
8155 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
8156
8157         * text2.C (redoParagraphs): adjust
8158         (updateCounters): adjust
8159         (checkParagraph): adjust
8160         (getColumnNearX): adjust and reformat a bit.
8161
8162         * text.C (top_y): adjust
8163         (workWidth): adjust
8164         (leftMargin): adjust
8165         (prepareToPrint): adjust
8166         (getRow): adjust
8167         (getRowNearY): adjust
8168
8169         * lyxtext.h: make rowlist_ mutable.
8170
8171         * RowList.h: add const_iterator
8172         * RowList.C: adjust for RowList::const_iterator.
8173
8174         * text2.C (getCursorX): make it take a RowList::iterator as arg,
8175         adjust.
8176
8177 2003-03-31  John Levon  <levon@movementarian.org>
8178
8179         * lyxrc.h:
8180         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
8181
8182         * lyx_main.C: set default fonts from using lyx_gui funcs
8183
8184         * exporter.C: pdf_mode moved from lyxrc
8185
8186         * lyx_cb.C:
8187         * lyxfunc.C: changes from above
8188
8189 2003-03-31  John Levon  <levon@movementarian.org>
8190
8191         * lyx_main.C: fix to the last fix
8192
8193 2003-03-31  John Levon  <levon@movementarian.org>
8194
8195         * bufferlist.C: "Load original" -> "Load Original"
8196
8197         * converter.C:
8198         * exporter.C:
8199         * importer.C:
8200         * lyx_main.C:
8201         * format.C: more Alert cleanups
8202
8203 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8204
8205         * text2.C (removeParagraph): make it take a RowList::iterator as
8206         arg, adjust.
8207         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
8208         (postRowPaint): make it take a RowList::iterator as arg, adjust.
8209
8210         * text.C (anchor_row): make it take a RowList::iterator as arg,
8211         adjust.
8212         (computeBidiTables): make it take a const reference to Row instead
8213         of Row pointer, adjust.
8214         (leftMargin): make it take a RowList::iterator as arg, adjust.
8215         (rowBreakPoint): adjust
8216         (breakAgainOneRow): make it take a RowList::iterator as arg,
8217         adjust.
8218         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
8219
8220         * bufferview_funcs.C (toggleAndShow): adjust
8221
8222 2003-03-30  John Levon  <levon@movementarian.org>
8223
8224         * Makefile.am:
8225         * BoostFormat.h:
8226         * boost-inst.C: moved to support
8227
8228         * several files: changes as a result
8229
8230 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8231
8232         * text2.C (LyXText): adjust.
8233         (init): adjust
8234         (removeRow): make it take a RowList::iterator as arg, adjust.
8235         (fullRebreak): adjust
8236         (deleteEmptyParagraphMechanism): adjust
8237         (clearPaint): adjust
8238         (postPaint): adjust
8239
8240         * text.C (top_y): adjust
8241         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8242         (breakAgain): make it take a RowList::iterator as arg, adjust.
8243         (breakParagraph): adjust
8244         (insertChar): adjust
8245         (backspace): adjust
8246
8247         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8248         need_break_row, and refresh_row.
8249
8250         * text3.C (dispatch): adjust
8251
8252         * text2.C (checkParagraph): adjust
8253         (setCursor): adjust
8254         (setCursorFromCoordinates): adjust
8255
8256         * text.C (top_y): adjust
8257         (workWidth): adjust
8258         (getRow): make it return a RowList::iterator, adjust
8259         (getRowNearY): make it return a RowList::iterator, adjust
8260
8261         * text2.C (init): adjust
8262         (insertRow): remove function
8263         (insertParagraph): adjust
8264         (redoParagraphs): adjust
8265         (fullRebreak): adjust
8266         (updateCounters): adjust
8267
8268         * text.C (top_y): rewrite to use RowList iterators.
8269         (top_y): adjust
8270         (setHeightOfRow): rewrite to sue RowList iterators.
8271         (appendParagraph): adjust
8272         (breakAgain): adjust
8273         (breakAgainOneRow): adjust
8274         (breakParagraph): adjust
8275         (getRow): adjust
8276         (getRowNearY): adjust, and remove commented code.
8277
8278         * lyxtext.h (firstRow): delete function
8279         (lastRow): delete function
8280         (rows): new function (const and non-const versions.)
8281         (insertRow): delete function
8282
8283         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8284
8285 2003-03-29  John Levon  <levon@movementarian.org>
8286
8287         * BufferView_pimpl.C: always update scrollbar top
8288         because pasting text when we're anchored could mean we
8289         miss an update altogether
8290
8291 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8292
8293         * text2.C (init): use rowlist_.end() and not 0.
8294         (insertRow): change to take a RowList::iterator as arg, adjust
8295         for this.
8296         (insertParagraph): change to take a RowList::iterator as arg,
8297         adjust for this.
8298         (redoParagraphs): remove some debug msgs.
8299
8300         * text.C (appendParagraph): change to take a RowList::iterator
8301         arg, adjust for this.
8302         (breakAgain): add an assert
8303         (breakAgainOneRow): ditto
8304
8305 2003-03-29  John Levon  <levon@movementarian.org>
8306
8307         * text2.C: do not clear selection after inc/decDepth
8308         (bug 550)
8309
8310 2003-03-29  John Levon  <levon@movementarian.org>
8311
8312         * BufferView.C:
8313         * buffer.C: fix broken strerrors according to Lars
8314
8315 2003-03-29  John Levon  <levon@movementarian.org>
8316
8317         * converters.C: more Alert cleanups
8318
8319 2003-03-29  John Levon  <levon@movementarian.org>
8320
8321         * bufferview_funcs.C: remove pointless Alert
8322
8323         * buffer.C: fix confusing error message when
8324         a template is chmoded 000
8325
8326 2003-03-29  John Levon  <levon@movementarian.org>
8327
8328         * BufferView.C:
8329         * BufferView.h:
8330         * BufferView_pimpl.C: Alert fixes
8331
8332         * Makefile.am:
8333         * tabular.C:
8334         * tabular-old.C: remove unused table compat reading
8335
8336 2003-03-29  John Levon  <levon@movementarian.org>
8337
8338         * BufferView.C:
8339         * buffer.C:
8340         * lyx_cb.h:
8341         * lyx_cb.C: more Alert cleanups
8342
8343         * lyxfunc.C: don't allow chktex if not latex document
8344
8345 2003-03-29  John Levon  <levon@movementarian.org>
8346
8347         * lyx_cb.C:
8348         * BufferView.C:
8349         * buffer.C: warnings pushed down from support/,
8350         kill err_alert
8351
8352 2003-03-29  John Levon  <levon@movementarian.org>
8353
8354         * lyxfunc.C: safety check for C-r (revert)
8355
8356 2003-03-29  John Levon  <levon@movementarian.org>
8357
8358         * bufferlist.h:
8359         * bufferlist.C: several UI fixes using Alert::prompt.
8360         Fix the pointless looping quit code. Fix stupid revert
8361         behaviour (bug 938)
8362
8363         * lyxvc.h:
8364         * lyxvc.C:
8365         * lyx_cb.C: use Alert::prompt
8366
8367         * lyx_main.C: remove a silly question
8368
8369         * lyxfunc.C: remove a couple of silly questions,
8370         use Alert::prompt
8371
8372 2003-03-28  John Levon  <levon@movementarian.org>
8373
8374         * text2.C: fix bug 974 (End on empty par)
8375
8376 2003-03-28  John Levon  <levon@movementarian.org>
8377
8378         * BufferView_pimpl.C:
8379         * LyXAction.C:
8380         * lfuns.h: remove do-nothing math greek lfuns
8381
8382 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8383
8384         * lyxgluelength.h (isValidGlueLength): add default arg on
8385         parameter 2. Remove default arg from friend in class.
8386
8387         * lyxlength.h (isValidLength): add default arg on parameter 2.
8388         Remove default arg from friend in class.
8389
8390         * text2.C (LyXText): adjust, initialize refresh_row.
8391         (init): adjust
8392         (removeRow): adjust
8393         (insertRow): adjust
8394         (insertParagraph): adjst
8395         (redoParagraphs): adjust
8396         (fullRebreak): adjust
8397         (updateCounters): adjust
8398         (deleteEmptyParagraphMechanism): first attempt at fixing a
8399         crashing bug.
8400
8401         * text.C (top_y): adjust
8402         (setHeightOfRow): adjust
8403         (getRow): adjust
8404         (getRowNearY): adjust
8405
8406         * lyxtext.h: include RowList.h
8407         (~LyXText): not needed anymore, deleted.
8408         (firstRow): modify for RowList
8409         (lastRow): new function
8410         Delete firstrow and lastrow class variables, add a Rowlist
8411         rowlist_ class variable.
8412
8413         * lyxrow.C (lastPos): use empty() and not !size() to check if a
8414         paragraph is empty.
8415
8416         * RowList.C (insert): fix case where it == begin().
8417
8418 2003-03-26  Angus Leeming  <leeming@lyx.org>
8419
8420         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
8421         the thesaurus dialog.
8422
8423 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
8424
8425         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
8426
8427         * RowList.[Ch]: new files
8428
8429         * ParagraphList.C (erase): handle the case where it == begin
8430         correctly.
8431
8432 2003-03-25  John Levon  <levon@movementarian.org>
8433
8434         * Makefile.am:
8435         * aspell_local.h:
8436         * aspell.C: add new aspell support
8437
8438         * lyxrc.h:
8439         * lyxrc.C: Make use_pspell be use_spell_lib. Always
8440         have it accessible.
8441
8442 2003-03-25  Angus Leeming  <leeming@lyx.org>
8443
8444         * lfuns.h:
8445         * LyXAction.C (init): new LFUN_INSET_INSERT.
8446
8447         * BufferView_pimpl.C (dispatch): split out part of the
8448         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
8449
8450         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
8451         LFUN_INSET_APPLY.
8452
8453 2003-03-25  Angus Leeming  <leeming@lyx.org>
8454
8455         * lyxfunc.C (dispatch): changes to the Dialogs interface.
8456
8457 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
8458
8459         * text2.C:
8460         * text3.C: remove useless row->height(0)
8461
8462 2003-03-25  John Levon  <levon@movementarian.org>
8463
8464         * lyxtext.h:
8465         * text2.C:
8466         * text3.C: rename the refreshing stuff to better names
8467
8468 2003-03-24  John Levon  <levon@movementarian.org>
8469
8470         * BufferView_pimpl.h:
8471         * BufferView_pimpl.C: update layout choice on a mouse
8472         press/release
8473
8474 2003-03-23  John Levon  <levon@movementarian.org>
8475
8476         * Makefile.am: fix commandtags.h reference
8477
8478 2003-03-22  John Levon  <levon@movementarian.org>
8479
8480         * BufferView_pimpl.C:
8481         * lyxtext.h:
8482         * rowpainter.C:
8483         * rowpainter.h:
8484         * text.C:
8485         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
8486
8487 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
8488
8489         * lyxtext.h:
8490         * text.C: take the rtl methods out of line
8491
8492 2003-03-21 André Pönitz <poenitz@gmx.net>
8493
8494         * metricsinfo.[Ch]: new files containing structures to be passed around
8495         during the two-phase-drawing...
8496
8497 2003-03-21 André Pönitz <poenitz@gmx.net>
8498
8499         * lyxtextclass.C: read 'environment' tag.
8500
8501 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
8502
8503         * text2.C (removeRow): fix bug 964
8504
8505 2003-03-20  John Levon  <levon@movementarian.org>
8506
8507         * rowpainter.C:
8508         * text.C:
8509         * text2.C: paint cleanups. Inset::update() dropped font
8510         parameter
8511
8512 2003-03-19  John Levon  <levon@movementarian.org>
8513
8514         * lyxfunc.C: only fitcursor/markDirty if available()
8515
8516 2003-03-19  John Levon  <levon@movementarian.org>
8517
8518         * commandtags.h: rename to ...
8519
8520         * lfuns.h: ... this, and renumber / cleanup
8521
8522 2003-03-19  John Levon  <levon@movementarian.org>
8523
8524         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
8525         fit the cursor after an lfun
8526
8527         * BufferView.h:
8528         * BufferView.C:
8529         * BufferView_pimpl.h:
8530         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
8531
8532         * LyXAction.C: layout-character should have ReadOnly
8533
8534         * ParagraphParameters.C:
8535         * buffer.C:
8536         * bufferview_funcs.C:
8537         * lyx_cb.C:
8538         * lyxfind.C:
8539         * lyxtext.h:
8540         * text.C:
8541         * text2.C:
8542         * text3.C:
8543         * undo_funcs.C: changes from above
8544
8545 2003-03-18  John Levon  <levon@movementarian.org>
8546
8547         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
8548         remove it from update()
8549
8550         * lyxfunc.C: update layout choice after an lfun
8551
8552         * text3.C: remove extra updateLayoutChoice()s
8553
8554 2003-03-18  John Levon  <levon@movementarian.org>
8555
8556         * text.C: top_y change means full repaint, fix
8557         a drawing bug with cursor movement
8558
8559 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8560
8561         * lyxtext.h:
8562         * text.C:
8563         * text2.C: anchor row on setCursor
8564
8565 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8566
8567         * lyxtext.h: remove almost all mutable keywords
8568         * text.C:
8569         * text2.C:
8570         * text3.C: remove const keywords accordingly
8571
8572 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8573
8574         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
8575         anon namespace
8576         (TeXEnvironment): ditto
8577         (TeXOnePar): ditto
8578
8579 2003-03-17  John Levon  <levon@movementarian.org>
8580
8581         * text.C (rowBreakPoint): remove attempt to fix displayed
8582         math insets inside a manual label
8583
8584 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8585
8586         * lyxtext.h: remove BufferView* as first arg from almost all class
8587         functions.
8588         * other files: adjust.
8589
8590 2003-03-17  John Levon  <levon@movementarian.org>
8591
8592         * lyxtext.h:
8593         * undo_funcs.C:
8594         * text2.C: more paint cleanups
8595
8596         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
8597
8598         * rowpainter.h:
8599         * rowpainter.C: remove "smart" background painting code
8600
8601 2003-03-16  John Levon  <levon@movementarian.org>
8602
8603         * lyxtext.h:
8604         * text.C:
8605         * text2.C:
8606         * text3.C: add helper functions for setting refresh_row/y
8607
8608 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
8609
8610         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
8611         newline inset which *can* get inserted in the pass_thru layouts.
8612         This is primarily for literate documents.
8613
8614 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
8615
8616         * buffer.C: increment LYX_FORMAT to 223
8617
8618 2003-03-14 André Pönitz <poenitz@gmx.net>
8619
8620         * textclass.h: prepare for environment handling, ws changes
8621         * lyxlayout.C: read latexheader and latexfooter tags
8622
8623 2003-03-14  John Levon  <levon@movementarian.org>
8624
8625         * text2.C: rewrite ::status() a bit
8626
8627 2003-03-13  John Levon  <levon@movementarian.org>
8628
8629         * lyxtext.h: add some docs
8630
8631 2003-03-13  John Levon  <levon@movementarian.org>
8632
8633         * lyxtext.h:
8634         * text.C:
8635         * text2.C:
8636         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
8637
8638 2003-03-13  John Levon  <levon@movementarian.org>
8639
8640         * text3.C: fix appendix redrawing
8641
8642 2003-03-13  John Levon  <levon@movementarian.org>
8643
8644         * text.C (setHeightOfRow):
8645         * rowpainter.h:
8646         * rowpainter.C: make appendix mark have the text
8647           "Appendix" so the user knows what it is
8648
8649         * LColor.h:
8650         * LColor.C: s/appendixline/appendix/ from above
8651
8652 2003-03-13  John Levon  <levon@movementarian.org>
8653
8654         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
8655
8656         * text.C: fix a getChar(pos) bug properly
8657
8658 2003-03-13  Angus Leeming  <leeming@lyx.org>
8659
8660         * commandtags.h:
8661         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
8662         Probably only temporary. Let's see how things pan out.
8663
8664         * BufferView.C (unlockInset):
8665         * BufferView_pimpl.C (fitCursor):
8666         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
8667
8668         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
8669         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
8670
8671         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
8672         new functions that convert ParagraphParameters to and from a string.
8673
8674         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
8675         BufferView::Pimpl's dispatch.
8676         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
8677
8678 2003-03-13 André Pönitz <poenitz@gmx.net>
8679
8680         * lyxfunc.C:
8681         * text3.C:
8682         * factory.C: make it aware of InsetEnv
8683
8684 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8685
8686         * text2.C (setCursor): never ask for one past last
8687         (setCursor): add some debugging messages.
8688
8689         * text.C (singleWidth): never ask for one past last
8690         (singleWidth): ditto
8691         (leftMargin): ditto
8692         (rightMargin): ditto
8693         (rowBreakPoint): ditto
8694         (setHeightOfRow): ditto
8695         (prepareToPrint): ditto
8696
8697         * rowpainter.C (paintBackground): never ask for one past last
8698         (paintText): never ask for one past last
8699
8700         * paragraph_pimpl.C (getChar): make the assert stricter, never
8701         allow the one past last pos to be taken
8702
8703         * paragraph.C (getChar): ws changes only
8704
8705         * lyxrow.C (nextRowIsAllInset): never ask for one past last
8706         (numberOfSeparators): ditto
8707         (numberOfHfills): ditto
8708
8709 2003-03-12  John Levon  <levon@movementarian.org>
8710
8711         * author.h:
8712         * author.C:
8713         * bufferparams.h:
8714         * bufferparams.C:
8715         * paragraph_funcs.C: fix per-buffer authorlists
8716
8717 2003-03-12  John Levon  <levon@movementarian.org>
8718
8719         * text.C: fix newline in right address
8720
8721 2003-03-12  Angus Leeming  <leeming@lyx.org>
8722
8723         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
8724         duplicate those in LyXFunc::dispatch.
8725
8726         * commandtags.h:
8727         * LyXAction.C:
8728         * ToolbarDefaults.C:
8729         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
8730         Add LFUN_FONTFREE_UPDATE.
8731
8732         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
8733         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
8734
8735         * bufferview_func.[Ch]: several new functions to facilliate
8736         transfer of data to and from the character dialog.
8737
8738 2003-03-12  John Levon  <levon@movementarian.org>
8739
8740         * buffer.C:
8741         * paragraph.h:
8742         * paragraph.C:
8743         * paragraph_funcs.C:
8744         * paragraph_pimpl.C:
8745         * sgml.C:
8746         * tabular.C:
8747         * text.C:
8748         * text3.C: remove META_NEWLINE in favour of an inset
8749
8750         * rowpainter.h:
8751         * rowpainter.C: remove paintNewline (done by inset)
8752
8753 2003-03-12  John Levon  <levon@movementarian.org>
8754
8755         * paragraph_pimpl.C: complain about bad getChar()s
8756         for a while at least
8757
8758 2003-03-12  John Levon  <levon@movementarian.org>
8759
8760         * buffer.h:
8761         * buffer.C: move paragraph read into a separate function,
8762         a little renaming to reflect that.
8763
8764         * bufferparams.h:
8765         * bufferparams.C: remove the author_ids map, not necessary now
8766
8767         * factory.h:
8768         * factory.C: moved Buffer::readInset to here
8769
8770         * paragraph_funcs.h:
8771         * paragraph_funcs.C: readParagraph free function moved from
8772         buffer.C
8773
8774         * tabular.C: name change
8775
8776 2003-03-12  John Levon  <levon@movementarian.org>
8777
8778         * buffer.C:
8779         * ParagraphParameters.C: move par params input to
8780         a read() method
8781
8782         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
8783         behave like a normal read from the stream wrt reading
8784         a line vs. a \\token
8785
8786 2003-03-12  John Levon  <levon@movementarian.org>
8787
8788         * paragraph.C:
8789         * ParagraphParameters.h:
8790         * ParagraphParameters.C: move output code to a
8791         ::write() method
8792
8793 2003-03-12  John Levon  <levon@movementarian.org>
8794
8795         * BufferView.C (insertLyXFile):
8796         * buffer.h:
8797         * buffer.C:
8798         * tabular.C: use a parlist iterator for creating the
8799           document.
8800
8801 2003-03-12  John Levon  <levon@movementarian.org>
8802
8803         * buffer.C: make current_change static local not
8804           static file-scope
8805
8806 2003-03-12  John Levon  <levon@movementarian.org>
8807
8808         * buffer.C: fix insertStringAsLines for change tracking
8809
8810 2003-03-12  John Levon  <levon@movementarian.org>
8811
8812         * BufferView.C:
8813         * tabular.C:
8814         * buffer.h:
8815         * buffer.C:
8816         * bufferparams.h:
8817         * bufferparams.C: move author list into params. Rename some
8818           functions. Move the header reading into a separate token
8819           loop. Move the header token reading into BufferParams.
8820
8821 2003-03-12  John Levon  <levon@movementarian.org>
8822
8823         * changes.C: put debug inside lyxerr.debugging() checks
8824
8825 2003-03-11 André Pönitz <poenitz@gmx.net>
8826
8827         * factory.C: make it aware of InsetHFill
8828
8829 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8830
8831         * buffer.C (latexParagraphs): move function from here...
8832         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
8833         args.
8834
8835 2003-03-10  Angus Leeming  <leeming@lyx.org>
8836
8837         * LyXAction.C (init): fix bug in poplating array with multiple entries
8838         with the same LFUN (spotted by JMarc).
8839
8840 2003-03-10  John Levon  <levon@movementarian.org>
8841
8842         * text.C:
8843         * text2.C: move getColumnNearX() near its
8844         only call site
8845
8846 2003-03-10  John Levon  <levon@movementarian.org>
8847
8848         * text.C: fix break before a minipage
8849
8850 2003-03-10  John Levon  <levon@movementarian.org>
8851
8852         * text.C: fix the last commit
8853
8854 2003-03-09  John Levon  <levon@movementarian.org>
8855
8856         * lyxtext.h:
8857         * text.C:
8858         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
8859         bug 365 (don't break before insets unless needed). Don't
8860         return a value > last under any circumstances.
8861
8862 2003-03-09  Angus Leeming  <leeming@lyx.org>
8863
8864         * BufferView_pimpl.C (trackChanges, dispatch): call
8865         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
8866
8867 2003-03-09  Angus Leeming  <leeming@lyx.org>
8868
8869         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
8870         than Dialogs::showAboutlyx().
8871
8872 2003-03-09  Angus Leeming  <leeming@lyx.org>
8873
8874         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
8875         than Dialogs::showTabularCreate().
8876
8877 2003-03-09  John Levon  <levon@movementarian.org>
8878
8879         * lyxtext.h:
8880         * text.C:
8881         * text2.C: 3rd arg to nextBreakPoint was always the same.
8882           Use references.
8883
8884 2003-03-08  John Levon  <levon@movementarian.org>
8885
8886         * lyxrow.C:
8887         * paragraph.C:
8888         * paragraph.h:
8889         * rowpainter.C:
8890         * text.C:
8891         * text2.C: Remove the "main" bit from the "main body"
8892           notion.
8893
8894 2003-03-08  John Levon  <levon@movementarian.org>
8895
8896         * text.C (leftMargin): The left margin of an empty
8897         manual label paragraph should not include the label width
8898         string length.
8899
8900         * text.C (prepareToPrint): don't attempt to measure hfills
8901         for empty manual label paragraphs - the answer should be 0
8902
8903 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8904
8905         * CutAndPaste.C: remove commented code and reindent.
8906
8907 2003-03-08  John Levon  <levon@movementarian.org>
8908
8909         * lyxfunc.h:
8910         * lyxfunc.C: move reloadBuffer()
8911
8912         * BufferView.h:
8913         * BufferView.C: to here
8914
8915         * lyxvc.C: add comment
8916
8917         * vc-backend.h:
8918         * vc-backend.C: call bv->reload() to avoid
8919           getStatus() check on MENURELOAD
8920
8921 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
8922
8923         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
8924         to an old format .dep file.
8925
8926 2003-03-07  Angus Leeming  <leeming@lyx.org>
8927
8928         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
8929         when the LFUN_MOUSE_RELEASE should have been handled by
8930         inset->localDispatch.
8931
8932 2003-03-07  Angus Leeming  <leeming@lyx.org>
8933
8934         * BufferView_pimpl.C (dispatch):
8935         * LyXAction.C (init):
8936         * ToolbarDefaults.C (init):
8937         * commandtags.h:
8938         * lyxfunc.C (getStatus):
8939         remove LFUN_INSET_GRAPHICS.
8940
8941         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
8942
8943 2003-03-07  Angus Leeming  <leeming@lyx.org>
8944
8945         * commandtags.h:
8946         * LyXAction.C (init):
8947         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
8948
8949         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
8950
8951         * commandtags.h:
8952         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
8953
8954         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
8955         localDispatch method LFUN_INSET_DIALOG_UPDATE.
8956
8957 2003-03-07  Angus Leeming  <leeming@lyx.org>
8958
8959         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
8960         remove "ert".
8961
8962 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8963
8964         * ParagraphList.C (front): new function
8965         (back): implement
8966
8967 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
8968
8969         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
8970         and top_row_offset_. removed var first_y.
8971         * text.C (top_y):
8972         * text2.C (LyXText, removeRow):
8973         * text3.C:
8974         * BufferView_pimpl.C:
8975         use these methods instead of using first_y
8976
8977 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8978
8979         * text2.C (pasteSelection): adjust for checkPastePossible
8980
8981         * CutAndPaste.C: remove Paragraph * buf and replace with
8982         ParagraphList paragraphs.
8983         (DeleteBuffer): delete
8984         (cutSelection): change the tc type to textclass_type
8985         (copySelection): change the tc type to textclass_type
8986         (copySelection): adjust for ParagraphList
8987         (pasteSelection): change the tc type to textclass_type
8988         (pasteSelection): adjust for Paragraphlist
8989         (nrOfParagraphs): simplify for ParagraphList
8990         (checkPastePossible): simplify for ParagraphList
8991         (checkPastePossible): remove unused arg
8992
8993         * ParagraphList.C (insert): handle the case where there are no
8994         paragraphs yet.
8995
8996         * CutAndPaste.h: make CutAndPaste a namespace.
8997
8998         * text3.C (dispatch): adjust
8999
9000         * text.C (breakParagraph): add a ParagraphList as arg
9001
9002         * paragraph_funcs.C (breakParagraph): change to take a
9003         BufferParams and a ParagraphList as args.
9004         (breakParagraphConservative): ditto
9005         (mergeParagraph): ditto
9006         (TeXDeeper): add a ParagraphList arg
9007         (TeXEnvironment): ditto
9008         (TeXOnePar): ditto
9009
9010         * buffer.C (readLyXformat2): adjust
9011         (insertStringAsLines): adjust
9012         (latexParagraphs): adjust
9013
9014         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
9015         (cutSelection): adjust
9016         (pasteSelection): adjust
9017
9018         * BufferView_pimpl.C (insertInset): adjust
9019
9020 2003-03-05  Angus Leeming  <leeming@lyx.org>
9021
9022         * commandtags.h:
9023         * LyXAction.C (init):
9024         * BufferView_pimpl.C (dispatch):
9025         * lyxfunc.C (getStatus):
9026         remove LFUN_CHILD_INSERT.
9027
9028         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
9029
9030 2003-03-05  Angus Leeming  <leeming@lyx.org>
9031
9032         * commandtags.h:
9033         * LyXAction.C (init):
9034         * src/factory.C (createInset):
9035         * lyxfunc.C (getStatus):
9036         * text3.C (dispatch):
9037         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
9038
9039         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
9040
9041 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9042
9043         * ParagraphList.C (insert): handle insert right before end()
9044         (erase): fix cases where it can be first or last paragraph.
9045
9046 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9047
9048         * paragraph_funcs.C (TeXEnvironment): remove all usage of
9049         Paragraph::next and Paragraph::previous
9050         (TeXOnePar): ditto
9051
9052         * text.C (breakParagraph): adjust
9053
9054         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
9055         BufferParams& as arg.
9056         (breakParagraph): use ParagraphList::insert
9057         (breakParagraphConservative): take a Buffer* instead of a
9058         BufferParams& as arg.
9059         (breakParagraphConservative): use ParagraphList::insert.
9060
9061         * buffer.C (insertStringAsLines): un-const it
9062         (insertStringAsLines): adjust
9063
9064         * ParagraphList.C (insert): new function
9065
9066         * CutAndPaste.C (pasteSelection): adjust
9067
9068         * text.C (backspace): adjust
9069
9070         * tabular.C (SetMultiColumn): adjust
9071
9072         * CutAndPaste.C (cutSelection): adjust
9073         (pasteSelection): adjust
9074
9075         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
9076         Buffer const * as arg
9077
9078         * ParagraphList.C (erase): new function
9079         * paragraph_funcs.C (mergeParagraph): use it
9080         (mergeParagraph): make it take a Buffer* instead of a
9081         BufferParams* as arg
9082
9083         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
9084         as arg
9085         (breakParagraphConservative): ditto
9086
9087         * paragraph.h: remove the breakParagraph friend
9088
9089         * paragraph.C (eraseIntern): new function
9090         (setChange): new function
9091
9092         * paragraph_funcs.C (mergeParagraph): make it take a
9093         ParagraphList::iterator instead of a Paragraph *, adjust
9094         accordingly.
9095
9096         * paragraph.h: move an #endif so that the change tracking stuff
9097         also works in the NO_NEXT case.
9098
9099 2003-03-04  Angus Leeming  <leeming@lyx.org>
9100
9101         * commandtags.h:
9102         * LyXAction.C: new LFUN_INSET_MODIFY.
9103
9104         * BufferView_pimpl.C (dispatch): if an inset is found to be open
9105         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
9106
9107 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9108
9109         * several files: ws changes only
9110
9111         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
9112         (TeXEnvironment): ditto
9113         (TeXDeeper): ditto
9114
9115         * buffer.C (makeLaTeXFile): adjust
9116         (latexParagraphs): make it take ParagraphList::iterator as args
9117
9118 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
9119
9120         * buffer.C (latexParagraphs): adjust
9121
9122         * paragraph.C (TeXOnePar): move function...
9123         (optArgInset): move function...
9124         (TeXEnvironment): move function...
9125         * paragraph_pimpl.C (TeXDeeper): move function...
9126         * paragraph_funcs.C: ...here
9127
9128         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
9129
9130 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9131
9132         * buffer.C (readInset): remove compability code for old Figure and
9133         InsetInfo insets
9134
9135 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9136
9137         * buffer.C: ws changes
9138         (readInset):
9139
9140         * BufferView_pimpl.C: ditto
9141         * author.C: ditto
9142         * buffer.h: ditto
9143         * bufferlist.h: ditto
9144         * changes.h: ditto
9145         * lyxfunc.C: ditto
9146
9147 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
9148
9149         * converter.[Ch]: split into itself +
9150         * graph.[Ch]
9151         * format.[Ch]
9152         * Makefile.am: += graph.[Ch] + format.[Ch]
9153         * MenuBackend.C
9154         * buffer.C
9155         * exporter.C
9156         * importer.C
9157         * lyx_main.C
9158         * lyxfunc.C
9159         * lyxrc.C: added #include "format.h"
9160
9161 2003-02-27  Angus Leeming  <leeming@lyx.org>
9162
9163         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
9164           a label.
9165
9166         * factory.C (createInset): add "label" to the factory.
9167
9168         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
9169           string and do no more.
9170
9171 2003-02-27  Angus Leeming  <leeming@lyx.org>
9172
9173         * commandtags.h:
9174         * LyXAction.C (init):
9175         * factory.C (createInset):
9176         * BufferView_pimpl.C (dispatch):
9177           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
9178
9179         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
9180
9181         * lyxfunc.C (dispatch):
9182         * text3.C (dispatch): pass name to params2string.
9183
9184 2003-02-26  Angus Leeming  <leeming@lyx.org>
9185
9186         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
9187           blocks together.
9188           Rearrange the ~includes. Strip out the unnecessary ones.
9189
9190         * factory.C (createInset): reformat.
9191           create new insets for the various LFUN_XYZ_APPLY lfuns.
9192
9193 2003-02-26  John Levon  <levon@movementarian.org>
9194
9195         * lyxrow.h:
9196         * lyxrow.C: add isParStart,isParEnd helpers
9197
9198         * paragraph.h: make isInserted/DeletedText take refs
9199
9200         * paragraph_funcs.h:
9201         * paragraph_funcs.C: remove #if 0'd code
9202
9203         * lyxtext.h:
9204         * text3.C:
9205         * text2.C:
9206         * text.C: use lyxrow helpers above.
9207           Move draw and paint routines to RowPainter.
9208           Make several methods use refs not pointers.
9209           Make backgroundColor() const.
9210           Add markChangeInDraw(), isInInset().
9211           Merge changeRegionCase into changeCase.
9212           Make workWidth() shouldn't-happen code into an Assert.
9213
9214         * rowpainter.h:
9215         * rowpainter.C: new class for painting a row.
9216
9217         * vspace.h:
9218         * vspace.C: make inPixels take a ref
9219
9220 2003-02-26  Angus Leeming  <leeming@lyx.org>
9221
9222         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
9223         LFUN_REF_APPLY.
9224
9225 2003-02-25  John Levon  <levon@movementarian.org>
9226
9227         * ispell.C: give the forked command a more accurate name
9228
9229 2003-02-22  John Levon  <levon@movementarian.org>
9230
9231         * toc.h:
9232         * toc.C: make TocItem store an id not a Paragraph *
9233           (bug #913)
9234
9235 2003-02-21  Angus Leeming  <leeming@lyx.org>
9236
9237         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
9238           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
9239           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9240           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9241           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9242           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9243
9244         * BufferView_pimpl.C (dispatch):
9245         * LyXAction.C (init):
9246         * factory.C (createInset):
9247         * lyxfunc.C (getStatus, dispatch):
9248         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9249
9250 2003-02-21  Angus Leeming  <leeming@lyx.org>
9251
9252         * BufferView_pimpl.C (MenuInsertLyXFile):
9253         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9254         * lyxfunc.C (menuNew, open, doImport):
9255           no longer pass a LyXView & to fileDlg.
9256
9257 2003-02-21  Angus Leeming  <leeming@lyx.org>
9258
9259         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9260         * LyXAction.C: change, BIBKEY to BIBITEM.
9261         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9262         Change InsetBibKey to InsetBibitem.
9263         Change BIBKEY_CODE to BIBITEM_CODE.
9264         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9265         * factory.C: replace insetbib.h with insetbibitem.h.
9266         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9267         * paragraph.C: replace insetbib.h with insetbibitem.h.
9268         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9269         Change bibkey() to bibitem().
9270         * text.C: remove insetbib.h.
9271         * text2.C: replace insetbib.h with insetbibitem.h.
9272         change bibkey() to bibitem().
9273         * text3.C: remove insetbib.h.
9274         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9275
9276 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9277
9278         * lyxrc.C (output): enclose user email in quotes (in case there are
9279         several words)
9280
9281 2003-02-18  John Levon  <levon@movementarian.org>
9282
9283         * buffer.h: add std::
9284
9285 2003-02-17  John Levon  <levon@movementarian.org>
9286
9287         * SpellBase.h:
9288         * ispell.h:
9289         * ispell.C:
9290         * pspell.h:
9291         * pspell.C: reworking. Especially in ispell, a large
9292           number of clean ups and bug fixes.
9293
9294         * lyxfunc.C: fix revert to behave sensibly
9295
9296 2003-02-17 André Pönitz <poenitz@gmx.net>
9297
9298         * LyXAction.C:
9299         * commandtags.h: new LFUN_INSERT_BIBKEY
9300
9301         * layout.h:
9302         * lyxlayout.C:
9303         * buffer.C:
9304         * factory.C:
9305         * text.C:
9306         * text2.C:
9307         * text3.C:
9308         * paragraph.[Ch]:
9309         * paragraph_func.C: remove special bibkey handling
9310
9311 2003-02-17  John Levon  <levon@movementarian.org>
9312
9313         * text.C (Delete): fix case where delete at the end of
9314           the very first paragraph would not merge the pars
9315
9316 2003-02-17  John Levon  <levon@movementarian.org>
9317
9318         * lyxrow.C: fix lastPrintablePos()
9319
9320 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9321
9322         * bufferparams.C (writeLaTeX): add a std:here
9323
9324         * buffer.C: and remove a using directive there
9325
9326 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9327
9328         * buffer.C (makeLaTeXFile): move the code that generates the
9329           preamble...
9330
9331         * bufferparams.C (writeLaTeX): ... in this new method
9332
9333         * LaTeXFeatures.C (getEncodingSet): make const
9334           (getLanguages): make const
9335
9336         * MenuBackend.C (binding): returns the binding associated to this
9337           action
9338           (add): sets the status of each item by calling getStatus. Adds
9339           some intelligence.
9340           (read): add support for OptSubMenu
9341           (expand): remove extra separator at the end of expanded menu
9342
9343 2003-02-15  John Levon  <levon@movementarian.org>
9344
9345         * BufferView.C:
9346         * BufferView_pimpl.C:
9347         * bufferlist.h:
9348         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9349           inset code that had no actual effect. Remove unneeded status
9350           code.
9351
9352 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9353
9354         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9355           in preamble
9356
9357 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9358
9359         * text.C (drawLengthMarker): also draw an arrow marker for
9360           symbolic lengths (medskip...)
9361
9362 2003-02-14  John Levon  <levon@movementarian.org>
9363
9364         * tabular.h:
9365         * tabular.C: better method names
9366
9367 2003-02-14  John Levon  <levon@movementarian.org>
9368
9369         * BufferView_pimpl.C:
9370         * bufferlist.C:
9371         * buffer.C:
9372         * converter.C:
9373         * lyx_cb.C:
9374         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
9375           it's a more accurate name. Remove some pointless uses.
9376
9377 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9378
9379         * text2.C (LyXText): change order of initilizers to shut off
9380           warnings
9381
9382 2003-02-14  John Levon  <levon@movementarian.org>
9383
9384         * buffer.C: use ParIterator for getParFromID()
9385
9386         * paragraph.h:
9387         * paragraph.C:
9388         * paragraph_pimpl.h:
9389         * paragraph_pimpl.C: remove unused getParFromID()
9390
9391 2003-02-14  John Levon  <levon@movementarian.org>
9392
9393         * buffer.C: remove some very old #if 0'd parse code
9394
9395 2003-02-13  John Levon  <levon@movementarian.org>
9396
9397         * text.h:
9398         * text.C:
9399         * text2.C: move hfillExpansion(), numberOfSeparators(),
9400           rowLast(), rowLastPrintable(), numberofHfills(),
9401           numberOfLabelHfills() ...
9402
9403         * lyxrow.h:
9404         * lyxrow.C: ... to member functions here.
9405
9406         * paragraph.h:
9407         * paragraph.C:
9408         * lyxtext.h:
9409         * text.C: remove LyXText::beginningOfMainBody(), and call
9410           p->beginningOfMainBody() directly. Move the check for
9411           LABEL_MANUAL into the latter.
9412
9413         * text.h:
9414         * text.C:
9415         * text2.C:
9416         * vspace.C:
9417         * BufferView.h:
9418         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
9419
9420         * text.h:
9421         * text.C:
9422         * text2.C:
9423         * text3.C:
9424         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
9425           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
9426
9427 2003-02-13  John Levon  <levon@movementarian.org>
9428
9429         * CutAndPaste.C: remove debug
9430
9431 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9432
9433         * paragraph.C (asString): remove two unused variables
9434
9435         * lyxtextclass.C (readTitleType):
9436           (Read):
9437           (LyXTextClass): handle new members titletype_ and titlename_
9438
9439         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
9440
9441 2003-02-09  John Levon  <levon@movementarian.org>
9442
9443         * buffer.h:
9444         * buffer.C: replace hand-coded list with a map for the dep clean
9445
9446 2003-02-08  John Levon  <levon@movementarian.org>
9447
9448         * LaTeX.C: consolidate code into showRunMessage() helper
9449
9450 2003-02-08  John Levon  <levon@movementarian.org>
9451
9452         * lyxfind.C:
9453         * lyxtext.h:
9454         * text2.C:
9455         * BufferView.C: change setSelectionOverString() to setSelectionRange()
9456           and pass the size in explicitly
9457
9458         * BufferView_pimpl.h:
9459         * BufferView_pimpl.C:
9460         * BufferView.h:
9461         * BufferView.C: add getCurrentChange()
9462
9463         * BufferView_pimpl.h:
9464         * BufferView_pimpl.C: handle change lfuns
9465
9466         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
9467           for changes. Mark pasted paragraphs as new.
9468
9469         * support/lyxtime.h:
9470         * support/lyxtime.C:
9471         * DepTable.C: abstract time_t as lyx::time_type
9472
9473         * LColor.h:
9474         * LColor.C: add colours for new text, deleted text, changebars
9475
9476         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
9477           package use "usenames" option.
9478
9479         * commandtags.h:
9480         * lyxfunc.C:
9481         * LyXAction.C: add change lfuns
9482
9483         * Makefile.am:
9484         * author.h:
9485         * author.C: author handling
9486
9487         * buffer.h:
9488         * buffer.C: add a per-buffer author list, with first entry as
9489           current author. Handle new .lyx tokens for change tracking. Output
9490           author list to .lyx file. Output dvipost stuff to .tex preamble.
9491           Bump lyx format to 222.
9492
9493         * bufferlist.h:
9494         * bufferlist.C: add setCurrentAuthor() to reset current author details
9495           in all buffers.
9496
9497         * bufferparams.h:
9498         * bufferparams.C: add param for tracking
9499
9500         * bufferview_funcs.C: output change info in minibuffer
9501
9502         * Makefile.am:
9503         * changes.h:
9504         * changes.C: add change-tracking structure
9505
9506         * debug.h:
9507         * debug.C: add CHANGES debug flag
9508
9509         * lyxfind.h:
9510         * lyxfind.C: add code for finding the next change piece
9511
9512         * lyxrc.h:
9513         * lyxrc.C: add user_name and user_email
9514
9515         * lyxrow.h:
9516         * lyxrow.C: add a metric for the top of the text line
9517
9518         * lyxtext.h:
9519         * text.C: implement accept/rejectChange()
9520
9521         * lyxtext.h:
9522         * text.C: paint changebars. Paint new/deleted text in the chosen
9523         colours. Strike through deleted text.
9524
9525         * paragraph.h:
9526         * paragraph.C:
9527         * paragraph_pimpl.h:
9528         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
9529           in the current change to the insert functions. Rework erase to
9530           mark text as deleted, adding an eraseIntern() and a range-based
9531           erase(). Implement per-paragraph change lookup and
9532           accept/reject.
9533
9534         * paragraph_funcs.C: Fixup paste for change tracking.
9535
9536         * tabular.C: mark added row/columns as new.
9537
9538         * text.C: fix rowLast() to never return -1. Don't allow
9539           spellchecking of deleted text. Track transpose changes. Don't
9540           allow paragraph break or merge where appropriate.
9541
9542         * text2.C: leave cursor at end of selection after a cut.
9543
9544 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9545
9546         * text.C (getLengthMarkerHeight):
9547         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
9548         visible on screen too.
9549
9550 2003-02-07  John Levon  <levon@movementarian.org>
9551
9552         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
9553
9554 2003-02-05  Angus Leeming  <leeming@lyx.org>
9555
9556         * lyxserver.C (read_ready): revert my patch of 11 September last year
9557         as it sends PC cpu through the roof. Presumably this means that
9558         the lyxserver will no longer run on an Alpha...
9559
9560 2003-01-30  Angus Leeming  <leeming@lyx.org>
9561
9562         * factory.C (createInset): create an InsetCommandParam of type "index"
9563         and use it to 'do the right thing'.
9564
9565         * text2.C (getStringToIndex): ensure that cursor position is always
9566         reset to the reset_cursor position.
9567
9568 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9569
9570         * lyxfunc.C (getStatus): "buffer-export custom" should never be
9571         disabled.
9572
9573 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
9574
9575         * bufferview.C:
9576         * lyxcb.C:
9577         * lyxfunc.C: Output messages with identical spelling, punctuation,
9578         and spaces
9579
9580 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
9581
9582         * MenuBackend.C (expandFormats): List only viewable export formats
9583         in "View" menu
9584
9585         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
9586         message
9587
9588         * lyxfunc.C (getStatus): Make sure that formats other than
9589         "fax" can also be disabled
9590
9591 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9592
9593         * text3.C (dispatch): put the lfuns that insert insets in 3
9594         groups, and call doInsertInset with appropriate arguments.
9595         (doInsertInset): new function, that creates an inset and inserts
9596         it according to some boolean parameters.
9597
9598 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
9599
9600         * buffer.C (readFile): remember to pass on 'par' when calling
9601         readFile recursively.
9602
9603 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9604
9605         * MenuBackend.C (expandFormats): add "..." to import formats.
9606
9607 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
9608
9609         * paragraph.C (asString): Remove XForms RTL hacks.
9610
9611 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
9612         * buffer.C: fix typo
9613
9614 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
9615
9616         * Makefile.am (LIBS): delete var
9617         (lyx_LDADD): add @LIBS@ here instead.
9618
9619 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
9620
9621         * Clarify the meaning of "wheel mouse jump"
9622
9623 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9624
9625         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
9626         tabular in a float
9627
9628 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9629
9630         * importer.C (Loaders): do not preallocate 3 elements in the
9631         vector, since one ends up with 6 elements otherwise
9632
9633 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9634
9635         * DepTable.C (write): write the file name as last element of the
9636         .dep file (because it may contain spaces)
9637         (read): read info in the right order
9638
9639 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9640
9641         * paragraph_pimpl.C (simpleTeXBlanks):
9642         (simpleTeXSpecialChars):
9643         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
9644
9645         * tabular.C (latex): add some missing case statements. Reindent.
9646
9647         * MenuBackend.C (expandToc): remove unused variable.
9648
9649 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
9650
9651         * LColor.C:
9652         * LaTeX.C:
9653         * LyXAction.C:
9654         * MenuBackend.C:
9655         * buffer.C:
9656         * exporter.C:
9657         * lyxfunc.C:
9658         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
9659         and the like.
9660
9661 2003-01-05  John Levon  <levon@movementarian.org>
9662
9663         * BufferView.h:
9664         * BufferView.C: add getEncoding()
9665
9666         * kbsequence.h:
9667         * kbsequence.C: do not store last keypress
9668
9669         * lyxfunc.h:
9670         * lyxfunc.C: store last keypress here instead. Pass encoding
9671           to getISOEncoded()
9672
9673 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9674
9675         * lyx_main.C (init): remove annoying error message when following
9676         symbolic links (bug #780)
9677
9678 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9679
9680         * text.C (insertChar):
9681         * lyxrc.C (getDescription): remove extra spaces
9682
9683 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9684
9685         * lyxrc.C (getDescription): remove extra spaces
9686
9687 2002-12-20  John Levon  <levon@movementarian.org>
9688
9689         * text3.C: hack fix for page up/down across tall rows
9690
9691 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9692
9693         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
9694         not been invoked
9695
9696 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9697
9698         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
9699         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
9700         thesaurus is not compiled in
9701
9702 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
9703
9704         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
9705
9706 2002-12-16  Angus Leeming  <leeming@lyx.org>
9707
9708         * lyxrc.[Ch]:
9709         * lyx_main.C (init): remove override_x_deadkeys stuff.
9710
9711 2002-12-12  John Levon  <levon@movementarian.org>
9712
9713         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
9714           insert. Only remove shift modifier under strict
9715           circumstances.
9716
9717 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
9718
9719         * MenuBackend.C (expandToc): fix crash.
9720
9721 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9722
9723         * MenuBackend.C (expandToc): gettext on float names.
9724
9725 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
9726
9727         * lyxlength.[Ch]: set default unit to UNIT_NONE,
9728         implement bool empty() [bug 490]
9729
9730 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9731
9732         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
9733
9734 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9735
9736         * several files: ws changes
9737
9738 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9739
9740         * text2.C (setCounter): clean up a bit, use boost.format.
9741         (updateCounters): initialize par upon declaration.
9742
9743         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
9744         if the layout exists. We do not just store the layout any more.
9745         (SwitchLayoutsBetweenClasses): use boost.format
9746
9747 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9748
9749         * converter.C (convert): if from and to files are the same, use a
9750         temporary files as intermediary
9751
9752 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9753
9754         * commandtags.h:
9755         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
9756
9757 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9758
9759         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
9760
9761 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
9762
9763         * tabular.C (asciiPrintCell): use string(size, char) instead of
9764         explicit loop.
9765
9766         * sgml.C (openTag): fix order of arguments to string constructor
9767         (closeTag): ditto
9768
9769         * lyxfunc.C (dispatch): use boost.format
9770
9771         * lots of files: change "c" -> 'c'
9772
9773 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9774
9775         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
9776
9777 2002-11-25  Angus Leeming  <leeming@lyx.org>
9778
9779         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
9780
9781         * lyx_main.C (init): compile fix.
9782
9783 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
9784
9785         * lyx_cb.C (start): boost.formatify
9786         do not include <iostream>
9787
9788         * lengthcommon.C: ws only
9789
9790         * boost-inst.C,BoostFormat.h: add more explict instantations
9791
9792 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
9793
9794         * lots of files: handle USE_BOOST_FORMAT
9795
9796 2002-11-21  John Levon  <levon@movementarian.org>
9797
9798         * pspell.C: fix compile
9799
9800 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9801
9802         * lyxfunc.C (dispatch): use boost::format
9803         (open): ditto
9804         (doImport): ditto
9805
9806         * lyxfont.C (stateText): use boost::format
9807
9808         * lyx_main.C (LyX): use boost::format
9809         (init): ditto
9810         (queryUserLyXDir): ditto
9811         (readRcFile): ditto
9812         (parse_dbg): ditto
9813         (typedef boost::function): use the recommened syntax.
9814
9815         * importer.C (Import): use boost::format
9816
9817         * debug.C (showLevel): use boost::format
9818
9819         * converter.C (view): use boost::format
9820         (convert): ditto
9821         (move): ditto
9822         (scanLog): ditto
9823
9824         * bufferview_funcs.C (currentState): use boost::format
9825
9826         * bufferlist.C (emergencyWrite): use boost::format
9827
9828         * buffer.C (readLyXformat2): use boost::format
9829         (parseSingleLyXformat2Token): ditto
9830
9831         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
9832
9833         * LaTeX.C (run): use boost::format
9834
9835         * Chktex.C (scanLogFile): use boost::format
9836
9837         * BufferView_pimpl.C (savePosition): use boost::format
9838         (restorePosition): ditto
9839         (MenuInsertLyXFile): ditto
9840
9841         * BoostFormat.h: help file for explicit instation.
9842
9843 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
9844
9845         * tabular.C (latex): Support for block alignment in fixed width
9846         columns.
9847
9848 2002-11-17  John Levon  <levon@movementarian.org>
9849
9850         * BufferView_pimpl.C:
9851         * lyx_cb.C:
9852         * lyxfunc.C: split filedialog into open/save
9853
9854 2002-11-08  Juergen Vigna  <jug@sad.it>
9855
9856         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
9857         by my last patch (hopefully).
9858
9859 2002-11-08  John Levon  <levon@movementarian.org>
9860
9861         * iterators.h:
9862         * iterators.C:
9863         * buffer.h:
9864         * buffer.C:
9865         * paragraph.h:
9866         * paragraph.C:
9867         * toc.h:
9868         * toc.C: ParConstIterator, and use it (from Lars)
9869
9870 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
9871
9872         * lyxtextclass.[Ch]: revise and add doxygen comments
9873
9874 2002-11-07  John Levon  <levon@movementarian.org>
9875
9876         * text.C: fix progress value for spellchecker
9877
9878         * toc.C: fix navigate menu for insetwrap inside minipage
9879
9880         * paragraph_funcs.C: added FIXME for suspect code
9881
9882 2002-11-07  John Levon  <levon@movementarian.org>
9883
9884         * BufferView_pimpl.C: fix redrawing of insets
9885           on buffer switch
9886
9887 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9888
9889         * text2.C (updateCounters): fix bug 668
9890
9891 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
9892
9893         * text3.C (dispatch): Do not make the buffer dirty when moving the
9894         cursor.
9895
9896 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9897
9898         * vc-backend.C: STRCONV
9899         (scanMaster): ditto
9900
9901         * text2.C (setCounter): STRCONV
9902
9903         * paragraph.C (asString): STRCONV
9904
9905         * lyxlength.C (asString): STRCONV
9906         (asLatexString): ditto
9907
9908         * lyxgluelength.C (asString): STRCONV
9909         (asLatexString): ditto
9910
9911         * lyxfunc.C (dispatch): STRCONV
9912         (open): ditto
9913
9914         * lyxfont.C (stateText): STRCONV
9915
9916         * importer.C (Import): STRCONV
9917
9918         * counters.C (labelItem): STRCONV
9919         (numberLabel): ditto
9920         (numberLabel): remove unused ostringstream o
9921
9922         * chset.C: STRCONV
9923         (loadFile): ditto
9924
9925         * bufferview_funcs.C (currentState): STRCONV
9926
9927         * buffer.C (readFile): STRCONV
9928         (asciiParagraph): ditto
9929         (makeLaTeXFile): ditto
9930
9931         * Spacing.C (writeEnvirBegin): STRCONV
9932
9933         * LaTeXFeatures.C (getLanguages): STRCONV
9934         (getPackages): ditto
9935         (getMacros): ditto
9936         (getBabelOptions): ditto
9937         (getTClassPreamble): ditto
9938         (getLyXSGMLEntities): ditto
9939         (getIncludedFiles): ditto
9940
9941         * LaTeX.C: STRCONV
9942         (run): ditto
9943         (scanAuxFile): ditto
9944         (deplog): ditto
9945
9946         * LString.h: add the STRCONV macros
9947
9948         * BufferView_pimpl.C (savePosition): STRCONV
9949         (restorePosition): ditto
9950         (MenuInsertLyXFile): ditto
9951
9952         * vc-backend.C (scanMaster): change from submatch[...] to
9953         submatch.str(...)
9954
9955         * funcrequest.C: include config.h
9956
9957         * factory.C: include config.h
9958
9959         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
9960
9961         * box.C: include config.h
9962
9963         * LaTeX.C (scanAuxFile): change from submatch[...] to
9964         submatch.str(...)
9965         (deplog): ditto
9966
9967 2002-10-25  Angus Leeming  <leeming@lyx.org>
9968
9969         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
9970
9971         * ispell.[Ch] (setError): new method.
9972         * ispell.C (c-tor): move out child process into new class LaunchIspell.
9973         Use setError() insetead of goto END.
9974
9975         * lyx_cb.C (AutoSave): move out child process into new class
9976         AutoSaveBuffer.
9977
9978 2002-10-30  John Levon  <levon@movementarian.org>
9979
9980         * text3.C: make start appendix undoable
9981
9982 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
9983
9984         * lyxlength.C (inPixels): Fix returned value.
9985
9986         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
9987         environment.
9988
9989 2002-10-24  Angus Leeming  <leeming@lyx.org>
9990
9991         * lyxgluelength.h: no need to forward declare BufferParams
9992         or BufferView, so don't.
9993
9994 2002-10-21  John Levon  <levon@movementarian.org>
9995
9996         * BufferView.C: menuUndo ->undo, redo
9997
9998         * BufferView.h: document, remove dead, make some methods private
9999
10000         * paragraph_funcs.h:
10001         * paragraph_funcs.C:
10002         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
10003
10004         * buffer.h:
10005         * buffer.C:
10006         * sgml.h:
10007         * sgml.C: move sgml open/close tag into sgml.C
10008
10009         * bufferview_funcs.h: unused prototype
10010
10011         * lyxfunc.h:
10012         * lyxfunc.C: remove unused
10013
10014         * lyxtext.h:
10015         * text.C: remove unused
10016
10017 2002-10-21  John Levon  <levon@movementarian.org>
10018
10019         * BufferView.h:
10020         * BufferView.C:
10021         * BufferView_pimpl.h:
10022         * BufferView_pimpl.C: fix mouse wheel handling based on
10023           patch from Darren Freeman
10024
10025 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
10026
10027         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
10028
10029 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
10030
10031         * lyxlength.C (inPixels): Fix hanfling of negative length.
10032         Fix LyXLength::MU case.
10033
10034 2002-10-16  John Levon  <levon@movementarian.org>
10035
10036         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
10037
10038 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10039
10040         * converter.C (view): add support for $$i (file name) and $$p
10041         (file path) for the viewer command. If $$i is not specified, then
10042         it is appended to the command (for compatibility with old syntax)
10043
10044 2002-10-14  Juergen Vigna  <jug@sad.it>
10045
10046         * undo_funcs.C (textHandleUndo): alter the order in which the
10047         new undopar is added to the LyXText, as we have to set first
10048         the right prev/next and then add it as otherwise the rebuild of
10049         LyXText is not correct. Also reset the cursor to the right paragraph,
10050         with this IMO we could remove the hack in "redoParagraphs()".
10051
10052 2002-10-09  Angus Leeming  <leeming@lyx.org>
10053
10054         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
10055         to turn off an optimisation if a new inset is to be inserted.
10056
10057 2002-10-11 André Pönitz <poenitz@gmx.net>
10058
10059         * lyxtext.h: make some functions public to allow access
10060         from inset/lyxtext for handling LFUN_PRIOR/NEXT
10061
10062 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10063
10064         * text3.C (dispatch): when changing layout, avoid an infinite loop
10065         [bug #652]
10066
10067 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10068
10069         * lyxrc.C (read): treat a viewer or converter command of "none" as
10070         if it were empty.
10071
10072         * MenuBackend.C (expandFormats): for an update, also allow the
10073         formats that are not viewable
10074
10075         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
10076         script if it is newer than the lyxrc.defaults in user directory
10077
10078 2002-10-07 André Pönitz <poenitz@gmx.net>
10079
10080         * text.C: Vitaly Lipatov's small i18n fix
10081
10082 2002-09-25  Angus Leeming  <leeming@lyx.org>
10083
10084         * ispell.h: doxygen fix.
10085
10086 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
10087
10088         * buffer.h (readFile): Add a new argument to the method, to allow
10089         reading of old-format templates.
10090
10091 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
10092
10093         * toc.C (getTocList): Get TOC from InsetWrap.
10094
10095 2002-09-16  John Levon  <levon@movementarian.org>
10096
10097         * lyxfunc.C: check tabular for cut/copy too
10098
10099 2002-09-12  John Levon  <levon@movementarian.org>
10100
10101         * LyXAction.C: tidy
10102
10103         * factory.h:
10104         * factory.C: add header
10105
10106         * paragraph_funcs.h:
10107         * paragraph_funcs.C: cleanup
10108
10109 2002-09-11  John Levon  <levon@movementarian.org>
10110
10111         * PrinterParams.h: odd/even default to true
10112
10113 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
10114
10115         * PrinterParams.h: update printer parameters for new xforms dialog
10116
10117 2002-09-11  Angus Leeming  <leeming@lyx.org>
10118
10119         * lyxserver.C (read_ready): re-write to make it more transparent
10120         and to make it work in coherent fashion under Tru64 Unix.
10121
10122 2002-09-11  André Pönitz <poenitz@gmx.net>
10123
10124         * commandtags.h:
10125         * LyXAction.C:
10126         * text3.C: implement LFUN_WORDSEL
10127
10128 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10129
10130         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
10131         make floatlist_ a boost::shared_ptr<FloatList>
10132
10133         * lyxtextclass.C: include FloatList.h
10134         (LyXTextClass): initialize floatlist_
10135         (TextClassTags): add TC_NOFLOAT
10136         (Read): match "nofloat" to TC_NOFLOAT and use it.
10137         (readFloat): modify call to floatlist_
10138         (floats): ditto
10139         (floats): ditto
10140
10141         * FloatList.[Ch] (FloatList): remove commented out float
10142         initialization.
10143         (erase): new function
10144
10145 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10146
10147         * MenuBackend.C (expandToc): fix crash when there is no document
10148         open
10149
10150 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
10151
10152         * many files: Add insetwrap.
10153
10154 2002-09-09  John Levon  <levon@movementarian.org>
10155
10156         * text2.C: remove confusing and awkward depth wraparound
10157
10158 2002-09-09  John Levon  <levon@movementarian.org>
10159
10160         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
10161
10162         * buffer.h:
10163         * buffer.C: remove getIncludeonlyList()
10164
10165         * paragraph.C:
10166         * lyxfunc.C: remove headers
10167
10168 2002-09-09  Juergen Vigna  <jug@sad.it>
10169
10170         * text.C (getColumnNearX): fix form Michael this is most
10171         probably a cut&paste bug.
10172
10173 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
10174
10175         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
10176
10177         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
10178         references, ws changes.
10179
10180         * text2.C (init): update counters after init
10181         (insertParagraph): no need to set counter on idividual paragraphs.
10182         (setCounter): access the counters object in the textclass object
10183         on in the buffer object.
10184         (updateCounters): ditto
10185
10186         * lyxtextclass.C: include counters.h, add variable ctrs_ as
10187         shared_ptr<Counters> to avoid loading counters.h in all
10188         compilation units.
10189         (LyXTextClass): initialize ctrs_
10190         (TextClassTags): add TC_COUNTER, and ...
10191         (Read): use it here.
10192         (CounterTags): new tags
10193         (readCounter): new function
10194         (counters): new funtion
10195         (defaultLayoutName): return a const reference
10196
10197         * counters.C (Counters): remove contructor
10198         (newCounter): remove a couple of unneeded statements.
10199         (newCounter): simplify a bit.
10200         (numberLabel): some small formatting changes.
10201
10202         * buffer.[Ch]: remove all traces of counters, move the Counters
10203         object to the LyXTextClass.
10204
10205 2002-09-06  Alain Castera  <castera@in2p3.fr>
10206
10207         * tabular.C: uses \tabularnewline; uses >{...} construct from array
10208         package to set the horizontal alignment on fixed width columns.
10209
10210         * lyx_sty.C:
10211         * lyx_sty.h: added tabularnewline macro def.
10212
10213         * LaTeXFeatures.C: added NeedTabularnewline macro feature
10214
10215 2002-09-06  John Levon  <levon@movementarian.org>
10216
10217         * LyXAction.C: tooltips for sub/superscript
10218
10219         * MenuBackend.C: a bit more verbose
10220
10221         * lyxfunc.C: tiny clean
10222
10223         * undo_funcs.C: document undo_frozen
10224
10225 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
10226
10227         * counters.C (Counters): add missing algorithm counter.
10228
10229         * text2.C (setCounter): lookup the counter with layouts latexname
10230         instead of by section number.
10231         (setCounter): use a hackish way to lookup the correct enum
10232         counter.
10233         a float name->type change
10234         reset enum couners with counter name directly instead of depth value.
10235
10236         * counters.C (Counters): remove the push_backs, change to use the
10237         float type not the float name.
10238         (labelItem): remove unused string, float name->type change
10239
10240         * counters.h: don't include vector, loose the enums and sects vectors
10241
10242 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10243
10244         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10245         (Read): add float->TC_FLOAT to textclassTags
10246         (Read): and handle it in the switch
10247         (readFloat): new function
10248
10249         * FloatList.C (FloatList): comment out the hardcoded float
10250         definitions.
10251
10252         * lyxlayout.h: ws change.
10253
10254 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10255
10256         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10257
10258 2002-09-03  Angus Leeming  <leeming@lyx.org>
10259
10260         * BufferView_pimpl.h: qualified name is not allowed in member
10261         declaration: WorkArea & Pimpl::workarea() const;
10262
10263         * factory.C: added using std::endl directive.
10264
10265         * text3.C: added using std::find and std::vector directives.
10266
10267 2002-08-29  André Pönitz <poenitz@gmx.net>
10268
10269         * lyxtext.h:
10270         * text2.C: remove unused member number_of_rows
10271
10272         * Makefile.am:
10273         * BufferView2.C: remove file, move contents to...
10274         * BufferView.C: ... here
10275
10276         * BufferView_pimpl.C:
10277         * factory.C: move more inset creation to factory
10278
10279         * vspace.C: avoid direct usage of LyXText, ws changes
10280
10281         * BufferView.[Ch]:
10282                 don't provide direct access to WorkArea, use two simple
10283                 acessors haveSelction() and workHeight() instead
10284
10285
10286 2002-08-29  John Levon  <levon@movementarian.org>
10287
10288         * BufferView_pimpl.C (dispatch): do not continue when
10289           no buffer
10290
10291 2002-08-28  André Pönitz <poenitz@gmx.net>
10292
10293         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10294
10295         * BufferView.h:
10296         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10297
10298 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10299
10300         * buffer.C: increment LYX_FORMAT to 221
10301
10302         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10303         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10304
10305         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10306
10307         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10308
10309 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10310
10311         * factory.C (createInset): use LyXTextClass::floats
10312
10313         * MenuBackend.C (expandFloatListInsert):
10314         (expandFloatInsert):
10315         (expandToc):
10316
10317         * text2.C (setCounter):
10318
10319         * LaTeXFeatures.C (useFloat):
10320         (getFloatDefinitions):
10321
10322         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10323
10324         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10325         floatlist_, with accessor floats().
10326
10327         * FloatList.h: remove global FloatList
10328
10329 2002-08-26  André Pönitz <poenitz@gmx.net>
10330
10331         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10332
10333         * BufferView.h:
10334         * BufferView2.C:
10335         * BufferView_pimpl.C:
10336         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10337
10338 2002-08-25  John Levon  <levon@movementarian.org>
10339
10340         * LyXAction.C: fix margin note description
10341
10342 2002-08-24  John Levon  <levon@movementarian.org>
10343
10344         * buffer.C:
10345         * bufferlist.C:
10346         * bufferview_funcs.C:
10347         * lyxfont.C:
10348         * undo_funcs.C: cleanups
10349
10350         * lyxfunc.C: disable CUT/COPY when no selection
10351
10352 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10353
10354         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10355         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10356
10357         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10358         Add backward compatibility to "mono", "gray" and "no".
10359
10360 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10361
10362         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10363         (and file_format >= 200).
10364
10365 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10366
10367         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10368
10369 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10370
10371         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10372
10373 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10374
10375         * BufferView_pimpl.C:
10376         * LyXAction.C:
10377         * buffer.C:
10378         * commandtags.h:
10379         * lyxfunc.C:
10380         * paragraph.[Ch]:
10381         * text2.C:
10382         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
10383         inset and code to make it  work with the paragraph code. The inset
10384         can be anywhere in the paragraph, but will only do the expected
10385         thing in LaTeX if the layout file contains the parameter line
10386                         OptionalArgs    1
10387         (or more generally, a nonzero value) for that layout.
10388
10389 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
10390
10391         * paragraph.h: remove the declaration of undefined counters class
10392         function.
10393
10394 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
10395
10396         * text2.C (setCounter):  fixed enumeration mis-count as reported by
10397         Dr. Richard Hawkins.
10398
10399 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10400
10401         * paragraph_funcs.h: remove some unneeded includes
10402
10403         * text.C (backspace): pasteParagraph now in global scipe
10404
10405         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
10406         (pasteSelection): ditto
10407
10408         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
10409         * paragraph_funcs.C (pasteParagraph): ... here
10410
10411 2002-08-20  André Pönitz <poenitz@gmx.net>
10412
10413         * commandtags.h: new LFUNs for swapping/copying table row/colums
10414
10415         * LyXAction.C:
10416         * lyxfunc.C: support for new lfuns
10417
10418 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
10419
10420         * tabular.C:
10421         * buffer.[Ch]: remove NO_COMPABILITY stuff
10422
10423 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
10424
10425         * boost.C (throw_exception): new file, with helper function for
10426         boost compiled without exceptions.
10427
10428         * paragraph.h:
10429         * lyxlength.C:
10430         * buffer.C:
10431         * ParameterStruct.h:
10432         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
10433
10434         * bufferlist.C (emergencyWriteAll): use boost bind
10435
10436         * BufferView_pimpl.C (moveCursorUpdate): remove inline
10437
10438         * text.C: include paragraph_funcs.h
10439         (breakParagraph): breakParagraph is now in global scope
10440
10441         * paragraph_funcs.[Ch]: new files
10442
10443         * paragraph.C (breakParagraph,breakParagraphConservative): move to
10444         global scope
10445
10446         * buffer.C: include paragraph_funcs.h
10447         (insertStringAsLines): breakParagraph is now in global scope
10448
10449         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
10450         paragraph_funcs.C
10451
10452         * CutAndPaste.C: include paragraph_funcs.h
10453         (cutSelection): breakParagraphConservative is now in global scope
10454         (pasteSelection): ditto
10455
10456         * buffer.h: declare oprator== and operator!= for
10457         Buffer::inset_iterator
10458
10459         * bufferlist.C (emergencyWrite): don't use fmt(...)
10460
10461         * text3.C: add using std::endl
10462
10463         * BufferView.C (moveCursorUpdate): remove default arg
10464
10465 2002-08-20  André Pönitz <poenitz@gmx.net>
10466
10467         * buffer.[Ch]: move inline functions to .C
10468
10469         * BufferView2.C:
10470         * BufferView_pimpl.C:
10471         * text.C:
10472         * buffer.[Ch]: use improved inset_iterator
10473
10474         * buffer.C:
10475         * paragraph.[Ch]: write one paragraph at a time
10476
10477 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10478
10479         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
10480         style if style is not specified.
10481
10482 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10483
10484         * text2.C (setCounter): when searching for right label for a
10485         caption, make sure to recurse to parent insets (so that a caption
10486         in a minipage in a figure float works) (bug #568)
10487
10488 2002-08-20  André Pönitz <poenitz@gmx.net>
10489
10490         * text3.C: new file for LyXText::dispatch() and helpers
10491
10492         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
10493
10494         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
10495
10496 2002-08-19  André Pönitz <poenitz@gmx.net>
10497
10498         * lyxtext.h:
10499         * text.C: new LyXText::dispatch()
10500
10501         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
10502
10503 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
10504
10505         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
10506
10507         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
10508         Hebrew text.
10509
10510 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10511
10512         * Makefile.am: use $(variables) instead of @substitutions@
10513
10514 2002-08-15  André Pönitz <poenitz@gmx.net>
10515
10516         * lyxfunc.C:
10517         * BufferView_pimpl.C: streamlining mathed <-> outer world
10518         interaction
10519
10520         * commandtags.h:
10521         * LyXAction.C: remove unused LFUN_MATH
10522
10523 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10524
10525         * paragraph.[Ch]: add some NO_NEXT ifdefs.
10526
10527 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10528
10529         * paragraph.C (Paragraph): reformat a bit
10530         (cutIntoMinibuffer): use builtin InsetList function instad of
10531         doing it manually.
10532         (getInset): ditto
10533
10534         * buffer.C: include boost/bind.hpp, add using std::for_each
10535         (writeFileAscii): use ParagraphList iterators
10536         (validate): use for_each for validate traversal of paragraphs
10537         (getBibkeyList): use ParagraphList iterators
10538         (resizeInsets): use for_each to resizeInsetsLyXText for all
10539         paragraphs.
10540         (getParFromID): use ParagraphList iterators
10541
10542         * BufferView2.C (lockInset): use paragraph list and iterators
10543
10544 2002-08-14  John Levon  <levon@movementarian.org>
10545
10546         * lyxserver.C: remove spurious xforms include
10547
10548 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10549
10550         * lyxfunc.C (getStatus): disable math-extern outside of math mode
10551
10552 2002-08-13  André Pönitz <poenitz@gmx.net>
10553
10554         * LyXAction.[Ch]:
10555         * lyxfunc.C: further cleaning
10556
10557 2002-08-13  André Pönitz <poenitz@gmx.net>
10558
10559         * funcrequest.h: new constructor
10560
10561         * funcrequest.C: move stuff here from .h
10562
10563         * Makefile.am:
10564         * BufferView_pimpl.C:
10565         * LyXAction.C:
10566         * toc.C:
10567         * lyxfunc.C: subsequent changes
10568
10569         * lyxfunc.h: new view() member function
10570
10571         * lyxfunc.C: subsequent changes
10572
10573 2002-08-13  Angus Leeming  <leeming@lyx.org>
10574
10575         * BufferView2.C:
10576         * BufferView_pimpl.C:
10577         * buffer.C:
10578         * converter.C:
10579         * importer.C:
10580         * lyxfunc.C:
10581         * lyxvc.C:
10582         * toc.C:
10583         * vc-backend.C:
10584         changes due to the changed LyXView interface that now returns references
10585         to member variables not pointers.
10586
10587 2002-08-13  Angus Leeming  <leeming@lyx.org>
10588
10589         * WordLangTuple (word, lang_code): return references to strings,
10590         not strings.
10591
10592         * BufferView.h:
10593         * SpellBase.h:
10594         * lyxtext.h: forward-declare WordLangTuple.
10595
10596         * BufferView2.C:
10597         * ispell.C:
10598         * pspell.C:
10599         * text.C: #include "WordLangTuple.h".
10600
10601         * lyxtext.h:
10602         * text.C: (selectNextWordToSpellcheck): constify return type.
10603
10604 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
10605
10606         * buffer.C:
10607         * buffer.h:
10608         * lyxtext.h:
10609         * paragraph.C:
10610         * paragraph_pimpl.h:
10611         * text.C:
10612         * text2.C:
10613         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
10614         suggested by Angus.
10615         Made updateCounter always count from start of buffer, and removed
10616         second argument (par).
10617         Reverted floats number display to '#'. Perhaps I'll try again when the
10618         code base is sanitized a bit.
10619
10620 2002-08-12  Angus Leeming  <leeming@lyx.org>
10621
10622         * buffer.[Ch] (getLabelList): constify.
10623
10624 2002-08-07  André Pönitz <poenitz@gmx.net>
10625
10626         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
10627
10628         * funcrequest.h: extension to keep mouse (x,y) position
10629
10630 2002-08-12  Juergen Vigna  <jug@sad.it>
10631
10632         * BufferView2.C (insertErrors): forbid undo when inserting error
10633         insets.
10634
10635         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
10636
10637 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10638
10639         * ParagraphList.[Ch]: new files
10640
10641         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
10642
10643         * BufferView2.C (lockInset): ParagraphList changes
10644         * toc.C: ditto
10645         * text2.C: ditto
10646         * bufferlist.C: ditto
10647         * buffer.h: ditto
10648         * buffer.C: ditto
10649
10650 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10651
10652         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
10653         unused class variable counter_,
10654
10655         * paragraph.[Ch] (getFirstCounter): delete unused function
10656
10657         * counters.C: include LAssert.h
10658         (reset): add a new function with no arg, change other version to
10659         not have def. arg and to not allow empty arg.
10660
10661         * text2.C (setCounter): remove empty arg from call to Counters::reset
10662
10663 2002-08-11  John Levon  <levon@movementarian.org>
10664
10665         * Makefile.am: add WordLangTuple.h
10666
10667 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10668
10669         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
10670         lyxfunc.C lyxlex_pimpl.C: ws changes only.
10671
10672         * insets/insettext.C: InsetList changes
10673
10674         * graphics/GraphicsSupport.C (operator()): InsetList changes
10675
10676         * toc.C (getTocList): InsetList changes
10677
10678         * paragraph_pimpl.[Ch]: InsetList changes
10679
10680         * paragraph.[Ch]: InsetList changes
10681
10682         * buffer.C (inset_iterator): InsetList changes
10683         (setParagraph): ditto
10684         * buffer.h (inset_iterator): ditto
10685         * iterators.C (operator++): ditto
10686         * iterators.h: ditto
10687
10688         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
10689
10690         * InsetList.[Ch]: new files, most InsetList handling moved out of
10691         paragraph.C.
10692
10693         * BufferView2.C (removeAutoInsets): InsetList changes
10694         (lockInset): ditto
10695         (ChangeInsets): ditto
10696
10697 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
10698
10699         * paragraph_pimpl.h (empty): new function
10700
10701         * paragraph.[Ch] (empty): new function
10702
10703         * other files: use the new Paragraph::empty function
10704
10705 2002-08-09  John Levon  <levon@movementarian.org>
10706
10707         * lyxtext.h: remove unused refresh_height
10708
10709 2002-08-09  John Levon  <levon@movementarian.org>
10710
10711         * Makefile.am:
10712         * sgml.h:
10713         * sgml.C:
10714         * buffer.C:
10715         * paragraph.h:
10716         * paragraph.C: move sgml char escaping out of paragraph
10717
10718         * paragraph.h:
10719         * paragraph.C: remove id setter
10720
10721         * buffer.C:
10722         * paragraph.C:
10723         * paragraph_pimpl.C: remove dead tex_code_break_column
10724
10725         * bufferview_funcs.C: small cleanup
10726
10727         * lyxfunc.C: remove dead proto
10728
10729         * lyxtext.h: make some stuff private. Remove some dead stuff.
10730
10731         * lyxgluelength.C: make as[LyX]String() readable
10732
10733 2002-08-08  John Levon  <levon@movementarian.org>
10734
10735         * LyXAction.h:
10736         * LyXAction.C:
10737         * MenuBackend.C:
10738         * ToolbarDefaults.C:
10739         * lyxfunc.C:
10740         * lyxrc.C:
10741         * toc.C: lyxaction cleanup
10742
10743 2002-08-08  John Levon  <levon@movementarian.org>
10744
10745         * BufferView2.C: small cleanup
10746
10747         * lyxfind.h:
10748         * lyxfind.C: move unnecessary header into the .C
10749
10750 2002-08-08  John Levon  <levon@movementarian.org>
10751
10752         * funcrequest.h: just tedious nonsense
10753
10754         * lyx_main.h:
10755         * lyx_main.C: cleanups
10756
10757         * buffer.C:
10758         * vspace.C: remove dead header lyx_main.h
10759
10760 2002-08-07  Angus Leeming  <leeming@lyx.org>
10761
10762         * Paragraph.[Ch]:
10763         * paragraph_pimpl.h:
10764         Forward declare class Counters in paragraph.h by moving the ctrs member
10765         variable into Paragraph::Pimpl.
10766         (counters): new method, returning a reference to pimpl_->ctrs.
10767
10768         * text2.C: ensuing changes.
10769
10770 2002-08-07  John Levon  <levon@movementarian.org>
10771
10772         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
10773
10774         * BufferView_pimpl.C: announce X selection on double/triple
10775           click
10776
10777         * lyx_main.C: use correct bool in batch dispatch
10778
10779         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
10780
10781 2002-08-07  André Pönitz <poenitz@gmx.net>
10782
10783         * funcrequest.h: new class to wrap a kb_action and its argument
10784
10785         * BufferView.[Ch]:
10786         * BufferView_pimpl[Ch]:
10787         * LaTeX.C:
10788         * LyXAction.[Ch]:
10789         * lyxfunc.[Ch]:
10790         * lyxrc.C: subsequent changes
10791
10792
10793 2002-08-07  John Levon  <levon@movementarian.org>
10794
10795         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
10796           document options change.
10797
10798 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
10799
10800         * counters.[Ch]
10801         * text2.C
10802         * paragraph.[Ch]
10803         * makefile.am: move counters functionality over from
10804         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
10805
10806 2002-08-06  John Levon  <levon@movementarian.org>
10807
10808         * WordLangTuple.h: new file for word + language code tuple
10809
10810         * SpellBase.h:
10811         * pspell.h:
10812         * pspell.C:
10813         * ispell.h:
10814         * ispell.C:
10815         * lyxtext.h:
10816         * text.C:
10817         * text2.C:
10818         * BufferView.h:
10819         * BufferView2.C: use WordLangTuple
10820
10821         * layout.h:
10822         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
10823
10824 2002-08-06  John Levon  <levon@movementarian.org>
10825
10826         * lyx_main.C: fix cmdline batch handling
10827
10828 2002-08-06  André Pönitz <poenitz@gmx.net>
10829
10830         * lyxrc.C: set default for show_banner to true
10831
10832 2002-08-06  John Levon  <levon@movementarian.org>
10833
10834         * pspell.C: fix a crash, and allow new aspell to work
10835
10836 2002-08-06  John Levon  <levon@movementarian.org>
10837
10838         * lyxfunc.C:
10839         * kbmap.C: small cleanup
10840
10841         * vspace.h:
10842         * vspace.C: add const
10843
10844 2002-08-05  John Levon  <levon@movementarian.org>
10845
10846         * LyXAction.C: back to tabular-insert
10847
10848 2002-08-04  John Levon  <levon@movementarian.org>
10849
10850         * BufferView.h:
10851         * BufferView.C: cosmetic change
10852
10853         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
10854
10855         * bufferlist.C:
10856         * buffer.h:
10857         * buffer.C:
10858         * lyxcb.h:
10859         * lyxcb.C:
10860         * lyxserver.C:
10861         * lyxvc.C:
10862         * vc-backend.C:
10863         * BufferView2.C: purge all "Lyx" not "LyX" strings
10864
10865         * lyxcursor.h:
10866         * lyxcursor.C: attempt to add some documentation
10867
10868         * lyxfunc.C:
10869         * commandtags.h:
10870         * LyXAction.C:
10871         * ToolbarDefaults.C:
10872         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
10873           merge with LFUN_TABULAR_INSERT
10874
10875         * Makefile.am:
10876         * SpellBase.h:
10877         * ispell.h:
10878         * ispell.C:
10879         * pspell.h:
10880         * pspell.C: split up i/pspell implementations into separate
10881           files, many cleanups
10882
10883         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
10884
10885         * text2.C: some cleanup
10886
10887         * lyxfunc.C: don't check for isp_command == "none" any more, it
10888           didn't make any sense
10889
10890 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
10891
10892         * counters.[Ch]
10893         * text2.C
10894         * paragraph.[Ch]
10895         * makefile.am: move counters functionality over
10896         from text2.C/paragraph.[Ch] to counters.[Ch], and
10897         make proper C++.
10898 2002-08-02  John Levon  <levon@movementarian.org>
10899
10900         * buffer.C: s/lyxconvert/lyx2lyx/
10901
10902 2002-08-02  Angus Leeming  <leeming@lyx.org>
10903
10904         * lyxlex.C: revert John's change as it breaks reading of the user
10905         preamble.
10906
10907 2002-08-02  Angus Leeming  <leeming@lyx.org>
10908
10909         * importer.C (Import):
10910         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
10911         changes due to LyXView::view() now returning a boost::shared_ptr.
10912
10913 2002-08-02  John Levon  <levon@movementarian.org>
10914
10915         * lyxlex.C: small cleanup
10916
10917 2002-08-02  John Levon  <levon@movementarian.org>
10918
10919         * text2.C (status): small cleanup, no logic change
10920
10921 2002-08-01  John Levon  <levon@movementarian.org>
10922
10923         * buffer.h:
10924         * buffer.C (writeFile): don't output alerts, caller
10925           handles this
10926
10927         * bufferlist.C:
10928         * lyx_cb.C: from above
10929
10930         * lyxfunc.C: allow to open non-existent files
10931
10932 2002-07-31  John Levon  <levon@movementarian.org>
10933
10934         * lyxserver.C: don't let incidental errors get
10935           in the way (errno)
10936
10937 2002-07-30  John Levon  <levon@movementarian.org>
10938
10939         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
10940
10941 2002-07-30  John Levon  <levon@movementarian.org>
10942
10943         * lyxserver.h:
10944         * lyxserver.C: remove I/O callback too
10945
10946 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10947
10948         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
10949         log.
10950
10951 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
10952
10953         * many files: strip,frontStrip -> trim,ltrim,rtrim
10954
10955 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
10956
10957         * PrinterParams.h: remove extern containsOnly, and include
10958         support/lstrings.h instead.
10959
10960         * LaTeX.C (scanAuxFile): modify because of strip changes
10961         (deplog): ditto
10962         * buffer.C (makeLaTeXFile): ditto
10963         * bufferparams.C (writeFile): ditt
10964         * lyxfont.C (stateText): ditto
10965         * lyxserver.C (read_ready): ditto
10966         * vc-backend.C (scanMaster): ditto
10967
10968         * BufferView_pimpl.h: ws changes
10969
10970         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
10971
10972 2002-07-26  André Pönitz <poenitz@gmx.net>
10973
10974         * kb_sequence.C: remove unnedred usings
10975
10976 2002-07-26  Juergen Vigna  <jug@sad.it>
10977
10978         * lyxfind.C (LyXReplace): we have to check better if the returned
10979         text is not of theLockingInset()->getLockingInset().
10980
10981 2002-07-25  Juergen Vigna  <jug@sad.it>
10982
10983         * lyxfind.C (LyXReplace): don't replace if we don't get the
10984         right LyXText.
10985
10986         * undo_funcs.C (createUndo): remove debugging code.
10987
10988 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
10989
10990         * buffer.C (parseSingleLyXformat2Token): Use default placement
10991         when reading old floats.
10992
10993         * FloatList.C (FloatList): Change the default placement of figure
10994         and tables to "tbp".
10995
10996 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
10997
10998         * MenuBackend.C: using std::max
10999
11000 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11001
11002         * MenuBackend.C (expandToc):
11003         (expandToc2): code moved from xforms menu frontend. It is now
11004         generic and TOCs are transparent to menu frontends.
11005
11006 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11007
11008         * toc.C (getTocList): protect against buf=0
11009
11010         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
11011         Menu as first parameter. Now, this calls itself recursively to
11012         expand a whole tree (this will be useful for TOC handling)
11013         (expandFloatInsert): remove 'wide' version of floats
11014
11015         * MenuBackend.h (submenuname): returns the name of the submenu.
11016         (submenu): returns the submenu itself, provided it has been
11017         created by MenuBackend::expand
11018
11019 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11020
11021         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
11022         insets which have noFontChange == true. (bug #172)
11023
11024 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11025
11026         * BufferView_pimpl.C: add connection objects and use them...
11027         (Pimpl): here.
11028
11029 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11030
11031         * MenuBackend.C (expandLastfiles):
11032         (expandDocuments):
11033         (expandFormats):
11034         (expandFloatListInsert):
11035         (expandFloatInsert):
11036         (expand): split expand in parts
11037
11038 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11039
11040         * lyx_gui.C: use lyx_gui::exit()
11041
11042 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11043
11044         * LyXAction.C: show the failing pseudo action
11045
11046 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
11047
11048         * buffer.C (readFile): Run the lyxconvert script in order to read
11049         old files.
11050
11051 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11052
11053         * LyXAction.C:
11054         * commandtags.h:
11055         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
11056
11057 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11058
11059         * LyXAction.C:
11060         * commandtags.h:
11061         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
11062
11063 2002-07-22  Herbert Voss  <voss@lyx.org>
11064
11065         * lengthcommon.C:
11066         * lyxlength.[Ch]: add support for the vertical lengths
11067
11068 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
11069
11070         * toc.[Ch]: std:: fixes
11071
11072 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11073
11074         * lyxrc.C: do not include lyx_main.h
11075
11076         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
11077         for layouts
11078
11079         * lyxrc.C:
11080         * encoding.C:
11081         * bufferlist.C:
11082         * BufferView2.C: include "lyxlex.h"
11083
11084         * tabular.h:
11085         * bufferparams.h: do not #include "lyxlex.h"
11086
11087         * lyxtextclasslist.C (Add): remove method
11088         (classlist): renamed to classlist_
11089
11090         * paragraph_pimpl.C:
11091         * paragraph.C:
11092         * text2.C:
11093         * CutAndPaste.C:
11094         * bufferview_funcs.C:
11095         * bufferlist.C:
11096         * text.C:
11097         * LaTeXFeatures.C:
11098         * buffer.C:
11099         * toc.C (getTocList): use BufferParams::getLyXTextClass
11100
11101         * toc.C (getTocList): use InsetFloat::addToToc
11102
11103         * toc.[Ch]: new files, containing helper functions to handle table
11104         of contents
11105
11106         * lyxfunc.C (dispatch): no need to remove spaces around command
11107         given as a string
11108         (getStatus): handle LFUN_SEQUENCE by returning the status of the
11109         first command of the sequence; it is not very clever, but I do not
11110         have a better idea, actually
11111
11112         * LyXAction.C (LookupFunc): make sure to remove space at the
11113         beginning and end of the command
11114
11115 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11116
11117         * MenuBackend.C (getMenubar): new method: return the menubar of
11118         this menu set
11119         (read): treat differently reading of menu and menubar (in
11120         particular, the menubar has no name now)
11121         (Menu::menubar): remove
11122
11123         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
11124         saving is finished
11125
11126 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11127
11128         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
11129         a bibitem inset in a RTL paragraph.
11130
11131 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
11132
11133         * paragraph_pimpl.C: constify
11134
11135         * BufferView_pimpl.C:
11136         * LaTeX.C:
11137         * lyxfunc.C: fix dispatch in a nicer way
11138
11139 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11140
11141         * lyxfunc.C (dispatch):
11142         * BufferView_pimpl.C:
11143         * BufferView_pimpl.h:
11144         * BufferView.C:
11145         * BufferView.h: rename Dispatch() to dispatch()
11146
11147         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
11148
11149         * lyxlayout.C (Read): honor DependsOn tag
11150
11151         * lyxlayout.[Ch] (depends_on): new method
11152
11153         * version.C.in: update lyx_docversion
11154
11155         * LaTeXFeatures.C (getMacros): only define \LyX when needed
11156
11157         * paragraph.C (validate): remove from here...
11158         * paragraph_pimpl.C (validate): ... and move here
11159         (isTextAt): make it const
11160
11161         * buffer.C (getLists): ws cleanup
11162
11163 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11164
11165         * language.C (read): Use iso8859-1 encoding in latex_lang
11166         (this prevents LyX from crashing when using iso10646-1 encoding).
11167
11168 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11169
11170         * text2.C (toggleInset): if cursor is inside an inset, close the
11171         inset and leave cursor _after_ it
11172
11173 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11174
11175         * lyxfunc.C: move minibuffer completion handling out of here
11176
11177 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11178
11179         * BufferView_pimpl.C:
11180         * LaTeX.C: fix dispatch calls
11181
11182 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
11183
11184         * text.C (drawChars): Fix Arabic text rendering.
11185
11186 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
11187
11188         * LyXAction.C:
11189         * commandtags.h:
11190         * lyxfunc.C: remove message-push/pop
11191
11192         * lyxserver.C:
11193         * lyxfunc.h:
11194         * lyxfunc.C: rationalise some code by removing verboseDispatch
11195           in favour of a bool argument to dispatch()
11196
11197 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11198
11199         * lyx_main.C (init): make sure to read symlinks as absolute paths
11200
11201 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11202
11203         * lyxfunc.h:
11204         * lyxfunc.C: no need for commandshortcut to be a member
11205
11206 2002-07-15  André Pönitz <poenitz@gmx.net>
11207
11208         * converter.C: add support for $$s (scripts from lib/scripts dir)
11209         * lyx_main.C: white space
11210
11211 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11212
11213         * bufferlist.C:
11214         * lyxrc.h:
11215         * lyxrc.C: remove second exit confirmation
11216
11217 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11218
11219         * BufferView.h:
11220         * BufferView.C:
11221         * BufferView2.C:
11222         * BufferView_pimpl.h:
11223         * BufferView_pimpl.C:
11224         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
11225
11226 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11227
11228         * MenuBackend.C (expand): add numeric shortcuts to document menu
11229
11230         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
11231
11232 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11233
11234         * lyxfont.C (setLyXFamily):
11235         (setLyXSeries):
11236         (setLyXShape):
11237         (setLyXSize):
11238         (setLyXMisc):
11239         (lyxRead):
11240         * debug.C (value):
11241         * buffer.C (asciiParagraph): use ascii_lowercase
11242
11243 2002-07-15  Mike Fabian  <mfabian@suse.de>
11244
11245         * lyxlex_pimpl.C (search_kw):
11246         * lyxlex.C (getLongString):
11247         * converter.h (operator<):
11248         * converter.C (operator<):
11249         * buffer.C (parseSingleLyXformat2Token):
11250         (asciiParagraph):
11251         * ToolbarDefaults.C (read):
11252         * MenuBackend.C (checkShortcuts):
11253         (read):
11254         * LColor.C (getFromGUIName):
11255         (getFromLyXName): use the compare_ascii_no_case instead of
11256         compare_no_case, because in turkish, 'i' is not the lowercase
11257         version of 'I', and thus turkish locale breaks parsing of tags.
11258
11259 2002-07-16  Angus Leeming  <leeming@lyx.org>
11260
11261         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11262         now takes a Buffer const & argument.
11263
11264 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11265
11266         * BufferView.C (resize): check there's a buffer to resize
11267
11268 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11269
11270         * lyxfunc.C: remove dead code
11271
11272         * lyxserver.h:
11273         * lyxserver.C: use lyx_guii::set_read_callback
11274
11275 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11276
11277         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11278         an inset in a RTL paragraph.
11279
11280 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11281
11282         * lyxfunc.C: repaint after a font size update
11283
11284 2002-07-15  André Pönitz <poenitz@gmx.net>
11285
11286         * lyxlength.C: inBP should be able to return negative values
11287
11288 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11289
11290         * lyxfunc.C: use lyx_gui::update_fonts()
11291
11292 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11293
11294         * lyxfunc.C: use lyx_gui::update_color()
11295
11296 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11297
11298         * bufferlist.C:
11299         * lyxfunc.h:
11300         * lyxfunc.C:
11301         * lyxrc.h:
11302         * lyxrc.C: remove file->new asks for name option, and let
11303           buffer-new take an argument
11304
11305 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11306
11307         * BufferView_pimpl.C: remove unneeded extra repaint()
11308
11309 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11310
11311         * LyXAction.C: allow command-sequence with NoBuffer
11312
11313         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11314
11315 2002-07-10  Angus Leeming  <leeming@lyx.org>
11316
11317         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11318
11319 2002-07-09  Angus Leeming  <leeming@lyx.org>
11320
11321         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11322
11323 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11324
11325         * lengthcommon.h: whitespace
11326
11327         * lyxfunc.C: update scrollbar after goto paragraph
11328
11329         * lyxtext.h: factor out page break drawing, and fix it so
11330           page break/added space paints as selected nicely
11331
11332 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11333
11334         * BufferView_pimpl.C: add FIXMEs, clean up a little
11335
11336 2002-07-09  André Pönitz <poenitz@gmx.net>
11337
11338         * lyxfont.[Ch]: support for wasy symbols
11339
11340 2002-07-08  André Pönitz <poenitz@gmx.net>
11341
11342         * BufferView_pimpl.C: apply John's patch for #93.
11343
11344 2002-07-05  Angus Leeming  <leeming@lyx.org>
11345
11346         * BufferView_pimpl.C (buffer): generate previews if desired.
11347
11348         * LColor.h: add "preview" to the color enum.
11349
11350         * LColor.C (LColor): add a corresponding entry to the items array.
11351
11352         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11353         with this buffer.
11354
11355 2002-07-05  Angus Leeming  <leeming@lyx.org>
11356
11357         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11358         The body of the code is now in the method that is passed an ostream &
11359         rather than a file name.
11360         Pass an additional only_preamble parameter, useful for the forthcoming
11361         preview stuff.
11362
11363 2002-07-03  André Pönitz <poenitz@gmx.net>
11364
11365         * lyxfunc.C: simplify getStatus() a bit for math stuff
11366
11367 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11368
11369         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11370
11371 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11372
11373         * text.C (changeRegionCase): do not change case of all the
11374         document when region ends at paragraph end (bug #461)
11375
11376 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11377
11378         * paragraph.C (startTeXParParams):
11379         (endTeXParParams): add \protect when necessary
11380
11381 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11382
11383         * BufferView_pimpl.C (workAreaExpose): remove warning
11384
11385 2002-06-27  Angus Leeming  <leeming@lyx.org>
11386
11387         * Makefile.am: add lyxlayout_ptr_fwd.h.
11388
11389 2002-06-26  André Pönitz <poenitz@gmx.net>
11390
11391         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
11392
11393 2002-06-25  Angus Leeming  <leeming@lyx.org>
11394
11395         * lyxfunc.C (dispatch): Comment out the call to
11396         grfx::GCache::changeDisplay. The method no longer exists now that the
11397         pixmap generation part of the graphics loader has been moved into
11398         InsetGraphics.
11399
11400 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11401
11402         * text2.C: layout as layout
11403
11404         * text.C: layout as layout
11405
11406         * tabular.C (OldFormatRead): layout as layout
11407
11408         * paragraph_pimpl.C (TeXDeeper): layout as layout
11409         (realizeFont): layout as layout
11410
11411         * paragraph.C (writeFile): layout as layout
11412         (validate): layout as layout
11413         (getFont): layout as layout
11414         (getLabelFont): layout as layout
11415         (getLayoutFont): layout as layout
11416         (breakParagraph): layout as layout
11417         (stripLeadingSpaces): layout as layout
11418         (getEndLabel): layout as layout
11419         (getMaxDepthAfter): layout as layout
11420         (applyLayout): layout as layout
11421         (TeXOnePar): layout as layout
11422         (simpleTeXOnePar): layout as layout
11423         (TeXEnvironment): layout as layout
11424         (layout): layout as layout
11425         (layout): layout as layout
11426
11427         * lyxtextclass.C (compare_name): new functor to work with
11428         shared_ptr, layout as layout
11429         (Read): layout as layout
11430         (hasLayout): layout as layout
11431         (operator): layout as layout
11432         (delete_layout): layout as layout
11433         (defaultLayout): layout as layout
11434
11435         * lyxlayout_ptr_fwd.h: new file
11436
11437         * lyxlayout.C (Read): layout as layout
11438
11439         * lyx_cb.C (MenuInsertLabel): layout as layout
11440
11441         * bufferlist.C (newFile): layout as layout
11442
11443         * buffer.C (readLyXformat2): layout as layout
11444         (parseSingleLyXformat2Token): layout as layout
11445         (insertStringAsLines): layout as layout
11446         (asciiParagraph): layout as layout
11447         (latexParagraphs): layout as layout
11448         (makeLinuxDocFile): layout as layout
11449         (simpleLinuxDocOnePar): layout as layout
11450         (makeDocBookFile): layout as layout
11451         (simpleDocBookOnePar): layout as layout
11452         (getLists): layout as layout
11453
11454         * LaTeXFeatures.C (getTClassPreamble): layout as layout
11455
11456         * CutAndPaste.C (cutSelection): layout as layout
11457         (pasteSelection): layout as layout
11458         (SwitchLayoutsBetweenClasses): layout as layout
11459
11460         * BufferView_pimpl.C (Dispatch): layout as layout
11461         (smartQuote): layout as layout
11462
11463         * BufferView2.C (unlockInset): layout as layout
11464
11465 2002-06-24  André Pönitz <poenitz@gmx.net>
11466
11467         * lyxfunc.C: fix #487
11468
11469 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11470
11471         * lyxrc.h:
11472         * lyxrc.C:
11473         * lyxfunc.C: remove display_shortcuts, show_banner
11474
11475 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11476
11477         * Buffer_pimpl.C: oops, update on resize
11478
11479 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11480
11481         * buffer.C:
11482         * converter.C:
11483         * exporter.C:
11484         * lyxfunc.C:
11485         * BufferView.h:
11486         * BufferView.C: use repaint()
11487
11488         * BufferView_pimpl.h:
11489         * BufferView_pimpl.C: s/updateScreen()/repaint()/
11490           as it's a clearer description. Remove superfluous
11491           redraws.
11492
11493 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11494
11495         * text.C: fix bug 488. Not ideal, but getting
11496           getWord() to work properly for the insets that
11497           matter is more difficult ...
11498
11499 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11500
11501         * BufferView_pimpl.C:
11502         * LyXAction.C:
11503         * commandtags.h:
11504         * lyxfunc.C: remove the six million index lyxfuncs to just
11505           one, and DTRT (bug 458)
11506
11507 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11508
11509         * BufferView.h:
11510         * BufferView.C:
11511         * BufferView_pimpl.h:
11512         * BufferView_pimpl.C: clean up resize() stuff,
11513           and unnecessary updateScreen()s
11514
11515 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11516
11517         * BufferView.h:
11518         * BufferView.C:
11519         * BufferView_pimpl.h:
11520         * BufferView_pimpl.C:
11521         * lyxfind.h:
11522         * lyxfind.C:
11523         * minibuffer.C: remove focus management of workarea,
11524           not needed. Use screen's greyOut()
11525
11526 2002-06-17  Herbert Voss  <voss@lyx.org>
11527
11528         * converter.C: (convert) do not post a message, when converting
11529         fails, let the calling function decide what to do in this case
11530
11531 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
11532
11533         * lyxfunc.C: tidy up a little
11534
11535 2002-06-16    <alstrup@diku.dk>
11536
11537         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
11538         Got rid of FORMS_H_LOCATION include. Now we are
11539         GUII.
11540
11541 2002-06-15  LyX Development team  <lyx@rilke>
11542
11543         * buffer.[Ch] (sgmlOpenTag):
11544         (sgmlCloseTag): Added support for avoiding pernicious mixed
11545         content. Return number of lines written.
11546
11547         (makeLinuxDocFile):
11548         (makeDocBookFile): Fixed calls to sgml*Tag.
11549         Simple white space clean.
11550
11551         (simpleDocBookOnePar): Simple white space clean.
11552
11553         * tabular.[Ch] (docBook): Renamed to docbook and got another
11554         argument to related with the pernicious mixed content.
11555
11556         (docbookRow): Fixed calls for docbook inset method.
11557
11558 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
11559
11560         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
11561         so it's X11 independent.
11562
11563         * kb*.[Ch]: ditto.
11564
11565         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
11566
11567 2002-06-15  Lyx Development team  <lyx@electronia>
11568
11569         * intl.h: Renamed getTrans to getTransManager.
11570
11571 2002-06-14  Angus Leeming  <leeming@lyx.org>
11572
11573         * Makefile.am: nuke forgotten stl_string_fwd.h.
11574
11575 2002-06-12  Angus Leeming  <leeming@lyx.org>
11576
11577         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
11578
11579 2002-06-13  Angus Leeming  <leeming@lyx.org>
11580
11581         * LaTeX.C:
11582         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
11583
11584 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
11585
11586         * kbmap.C (getiso): add support for cyrillic and greek
11587
11588 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11589
11590         * BufferView.h:
11591         * BufferView.C:
11592         * BufferView_pimpl.h:
11593         * BufferView_pimpl.C: move bogus scrolling logic
11594           to xforms
11595
11596 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11597
11598         * lyxfunc.C:
11599         * BufferView_pimpl.C: view->resize() change
11600
11601 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11602
11603         * BufferView_pimpl.C: topCursorVisible
11604           prototype change
11605
11606 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11607
11608         * Makefile.am:
11609         * lyx_gui.h:
11610         * lyx_gui.C: move to frontends/
11611
11612         * main.C:
11613         * lyx_main.h:
11614         * lyx_main.C: changes from above
11615
11616 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11617
11618         * intl.C:
11619         * intl.h:
11620         * kbmap.C:
11621         * kbsequence.C:
11622         * lyx_cb.C:
11623         * lyx_main.C: minor tidy
11624
11625 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11626
11627         * BufferView_pimpl.h:
11628         * BufferView_pimpl.C:
11629         * BufferView.h:
11630         * BufferView.C: make painter() const,
11631           remove dead code
11632
11633         * BufferView2.C: use screen() accessor
11634
11635         * lyx_main.h:
11636         * lyx_main.C: some minor cleanup
11637
11638 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11639
11640         * BufferView_pimpl.h:
11641         * BufferView_pimpl.C: remove enter/leaveView,
11642           use workHeight()
11643
11644 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11645
11646         * BufferView.h:
11647         * BufferView.C:
11648         * BufferView2.C:
11649         * BufferView_pimpl.h:
11650         * BufferView_pimpl.C: only construct screen once,
11651           rename
11652
11653         * lyxrc.C: remove pointless comment
11654
11655 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11656
11657         * BufferView.h:
11658         * BufferView.C: remove active() and belowMouse()
11659
11660         * BufferView_pimpl.h:
11661         * BufferView_pimpl.C: use workarea() not workarea_,
11662           and make it use a scoped_ptr instead
11663
11664 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11665
11666         * lyx_gui.C: add debug message on BadWindow
11667
11668 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11669
11670         * sp_spell.C: fdopen is not part of the C++ standard.
11671
11672         * paragraph.C (InsetIterator): use >= instead of ==
11673
11674 2002-06-07  Angus Leeming  <leeming@lyx.org>
11675
11676         Fixes needed to compile with Compaq cxx 6.5.
11677         * BufferView_pimpl.C:
11678         * DepTable.C:
11679         * buffer.C:
11680         * converter.C:
11681         * encoding.C:
11682         * lyx_gui.C:
11683         * lyx_main.C:
11684         * lyxtextclasslist.C:
11685         * minibuffer.C:
11686         * sp_spell.C:
11687         * tabular_funcs.C:
11688         * vc-backend.C:
11689         all c-library variables have been moved into namespace std. Wrap
11690         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
11691
11692         * lyxlength.C:
11693         * tabular-old.C:
11694         * tabular.C:
11695         Add a using std::abs declaration.
11696
11697         * kbmap.h (modifier_pair):
11698         * paragraph.h (InsetTable, InsetList):
11699         * lyxfont.h (FontBits):
11700         type definition made public.
11701
11702         * bufferlist.C (emergencyWriteAll): the compiler complains that
11703         there is more than one possible lyx::class_fun template to choose from.
11704         I re-named the void specialisation as lyx::void_class_fun.
11705
11706         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
11707
11708         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
11709         the compiler is is unable to find tostr in write_attribute.
11710
11711 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11712
11713         * buffer.C (sgmlError): hide #warning
11714
11715 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11716
11717         * xtl/*: get rid of xtl, which is not in use anyway
11718
11719         * LyXAction.C (init):
11720         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
11721         were unimplemented xtl experimentation
11722
11723 2002-06-04  André Pönitz <poenitz@gmx.net>
11724
11725         * lyxfunc.C: disable array operation on simple formulae
11726
11727 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
11728
11729         * converter.C: constify a bit
11730
11731 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
11732
11733         * lyx_gui.C: check xforms version correctly
11734
11735 2002-04-30  Herbert Voss  <voss@lyx.org>
11736
11737         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
11738         "keep" option
11739
11740 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
11741
11742         * lyxvc.C: fix bug 416 (make sure buffer is saved before
11743           attempt to register it with a VCS)
11744
11745 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11746
11747         * lyx_main.C (init): honor variables LYX_DIR_13x and
11748         LYX_USERDIR_13x
11749
11750 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11751
11752         * buffer.h:
11753         * buffer.C:
11754         * lyx_main.C: fix a crash on bad command line,
11755           and give a useful exit status on error
11756
11757         * lyxfunc.C (doImport): allow -i lyx to work
11758
11759 2002-03-30  André Pönitz <poenitz@gmx.net>
11760
11761         * lyxfunc.C: mathed font changes
11762
11763 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11764
11765         * LaTeX.C:
11766         * importer.h:
11767         * importer.C:
11768         * lyx_sty.h:
11769         * lyx_sty.C:
11770         * lyxlex.C:
11771         * lyxrow.h:
11772         * lyxtext.h:
11773         * paragraph.h:
11774         * paragraph.C:
11775         * texrow.h:
11776         * texrow.C:
11777         * text.C:
11778         * trans_mgr.h: srcdocs, and some minor cleanups
11779
11780 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11781
11782         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
11783         call getFont all the time)
11784
11785 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11786
11787         * switch from SigC signals to boost::signals
11788
11789 2002-05-29  André Pönitz <poenitz@gmx.net>
11790
11791         * paragraph_pimpl.C (getChar): don't call size() too often...
11792
11793 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11794
11795         * paragraph_pimpl.C (insertChar): do not try to update tables when
11796         appending (pos == size())
11797
11798         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
11799         in order to reduce drastically the number of comparisons needed to
11800         parse a large document
11801
11802 2002-05-29  André Pönitz <poenitz@gmx.net>
11803
11804         * text.C:
11805         * text2.C:
11806         * lyxtextclass.C:
11807         * sp_pspell.h:
11808         * textclasslist.[Ch]:
11809         * sp_ispell.h: whitespace change
11810
11811 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11812
11813         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
11814         lyxaction directly now.
11815
11816 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
11817
11818         * trans.C:
11819         * lyxfont.C:
11820         * lyxvc.C: remove unused headers
11821
11822 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11823
11824         * Makefile.am:
11825         * buffer.h:
11826         * undostack.h:
11827         * undostack.C:
11828         * undo_funcs.h:
11829         * undo_funcs.C: some cleanups. Use shared_ptr
11830           and a template for the undo stacks.
11831
11832 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11833
11834         * BufferView_pimpl.h:
11835         * BufferView_pimpl.C:
11836         * kbmap.h:
11837         * kbmap.C:
11838         * kbsequence.h:
11839         * kbsequence.C:
11840         * lyxfunc.h:
11841         * lyxfunc.C:
11842         * text2.C: use key_state/mouse_state
11843
11844 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11845
11846         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
11847         and LSubstring
11848
11849         * chset.C: change include order
11850         (loadFile): use boost regex and get rid of LRegex and LSubstring
11851
11852         * Makefile.am (BOOST_LIBS): new variable
11853         (lyx_LDADD): use it
11854
11855         * LaTeX.C: change include order.
11856         (scanAuxFile): use boost regex and get rid of LRegex and
11857         LSubstring
11858         (deplog): ditto
11859
11860 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11861
11862         * ColorHandler.h:
11863         * ColorHandler.C:
11864         * FontInfo.h:
11865         * FontInfo.C: moved to frontends/xforms/
11866
11867         * FontLoader.h:
11868         * FontLoader.C: moved into frontends for GUIIzation
11869
11870         * Makefile.am:
11871         * lyx_gui.C:
11872         * lyxfont.C:
11873         * lyxfunc.C: changes from above
11874
11875 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11876
11877         * LColor.C: remove spurious X include
11878
11879         * BufferView_pimpl.C:
11880         * Makefile.am:
11881         * font.h:
11882         * font.C:
11883         * text.C:
11884         * text2.C: move font metrics to frontends/
11885
11886 2002-05-24  Juergen Vigna  <jug@sad.it>
11887
11888         * undo_funcs.C (textHandleUndo): fix the cursor selection after
11889         setting the undo_cursor.
11890
11891         * ParagraphParameters.h: include local includes first.
11892
11893 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11894
11895         * BufferView_pimpl.C:
11896         * BufferView_pimpl.h:
11897         * Makefile.am:
11898         * WorkArea.h:
11899         * WorkArea.C:
11900         * screen.C: move WorkArea into frontends/
11901
11902         * lyxscreen.h:
11903         * screen.C:
11904         * text.C:
11905         * BufferView.C:
11906         * BufferView2.C: move LyXScreen into frontends/
11907
11908         * lyxlookup.h:
11909         * lyxlookup.C:
11910         * lyx_gui.C: move lyxlookup into frontends/xforms/
11911
11912 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11913
11914         * BufferView2.C:
11915         * BufferView_pimpl.C:
11916         * FontLoader.C:
11917         * LyXView.h:
11918         * LyXView.C:
11919         * Makefile.am:
11920         * WorkArea.C:
11921         * XFormsView.h:
11922         * XFormsView.C:
11923         * buffer.C:
11924         * bufferlist.C:
11925         * bufferview_funcs.C:
11926         * converter.C:
11927         * importer.C:
11928         * lyx_cb.C:
11929         * lyx_gui.C:
11930         * lyx_main.C:
11931         * lyx_find.C:
11932         * lyxfunc.C:
11933         * lyxvc.C:
11934         * minibuffer.C:
11935         * text.C:
11936         * text2.C:
11937         * trans.C:
11938         * vc-backend.C: move LyX/XFormsView into frontends/
11939
11940 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11941
11942         * Makefile.am:
11943         * PainterBase.C:
11944         * PainterBase.h:
11945         * Painter.C:
11946         * Painter.h:
11947         * WorkArea.C:
11948         * WorkArea.h:
11949         * screen.C:
11950         * tabular.C:
11951         * text.C:
11952         * text2.C: move Painter to frontends/
11953
11954 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11955
11956         * buffer.C: comment out some some code that depend upon lyx_format
11957         < 220
11958
11959         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
11960         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
11961
11962         * buffer.h (NO_COMPABILITY): turn off compability
11963
11964         * ColorHandler.C: include scoped_array.hpp
11965
11966         * font.C: Use more specific smart_ptr header.
11967         * Painter.C: ditto
11968         * gettext.C: ditto
11969         * ShareContainer.h: ditto
11970         * lyx_main.h: ditto
11971         * kbmap.h: ditto
11972         * FontInfo.h: ditto
11973         * BufferView_pimpl.h: ditto
11974         * ColorHandler.h: ditto
11975
11976         * kbmap.C (defkey): change call to shared_ptr::reset
11977
11978 2002-05-21  Juergen Vigna  <jug@sad.it>
11979
11980         * buffer.C (insertErtContents): fix to insert ert asis if it is
11981         non empty. Skip it completely if it contains only whitespaces.
11982
11983 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
11984
11985         * BufferView_pimpl.C:
11986         * BufferView2.C: clear selection on paste (bug 393)
11987
11988 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11989
11990         * DepTable.C: include ctime
11991
11992 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
11993
11994         * buffer.C (latexParagraphs): Add new argument (moving_arg).
11995
11996 2002-05-14  Juergen Vigna  <jug@sad.it>
11997
11998         * text.C (breakParagraph): fixed function to honor the keepempty
11999         layout in the right maner and also to permit the right breaking
12000         algorithm on empty or non empyt keepempty paragraphs.
12001
12002         * paragraph.C (breakParagraph): we have to check also if the par
12003         is really empty (!size()) for isempty otherwise we do the wrong
12004         paragraph break.
12005
12006 2002-05-10  Juergen Vigna  <jug@sad.it>
12007
12008         * buffer.[Ch] : The following are only changes to the ert
12009         compatibility read reading old LaTeX layout and font stuff and
12010         convert it to ERTInsets.
12011
12012         * buffer.h: added isErtInset().
12013
12014         * buffer.C (struct ErtComp): add a fromlayout bool to check
12015         if we're inside a LaTeX layout.
12016         (isErtInset): new helper function.
12017         (insertErtContents): look for other ert insets before this one
12018         and insert the contents there, so that we don't have subsequent
12019         ERT insets with nothing between them. This way we create only one
12020         inset with multiple paragraphs. Also check if we don't insert only
12021         spaces ' ' as they are ignored anyway afterwards in the .tex file
12022         so if we have only spaces we will ignore this latex part in the
12023         new file.
12024         (parseSingleLyXformat2Token \\layout): better compatibility when
12025         reading layout-latex stuff.
12026         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
12027         language tag.
12028         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
12029         stuff after reading the inset only get the information back from
12030         the stack.
12031
12032 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
12033
12034         * buffer.C (makeLaTeXFile): Put language options after loading babel.
12035
12036         * LaTeXFeatures.C (getBabelOptions): New method.
12037
12038 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12039
12040         * BufferView_pimpl.C (Dispatch): work around missing argument for
12041         'layout'
12042
12043 2002-05-08  Juergen Vigna  <jug@sad.it>
12044
12045         * text.C (leftMargin): handle paragraph leftindent.
12046
12047         * paragraph.C (writeFile): write the new \\leftindent tag.
12048         (validate): handle leftindent code.
12049         (TeXEnvironment): handle paragraphleftindent code again.
12050
12051         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
12052
12053         * buffer.C (parseSingleLyXformat2Token): added compatibility code
12054         for paragrap_extra indent code and new token \\leftindent.
12055         (latexParagraphs): handle the leftindent as environment.
12056
12057         * ParameterStruct.h: added leftindent support.
12058
12059         * ParagraphParameters.C (leftIndent): added support functions for
12060         the paragraph left indent.
12061
12062         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
12063         more appropriate.
12064
12065 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
12066
12067         * paragraph.C (isRightToLeftPar): Return false for a paragraph
12068         inside insetERT.
12069
12070         * text.C (computeBidiTables): No bidi in insetERT.
12071
12072         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
12073         in RTL documents.
12074
12075 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12076
12077         * version.C.in: pre 5
12078
12079 2002-05-02  José Matos  <jamatos@fep.up.pt>
12080         * buffer.C (makeDocBookFile): white space changes, add newline to
12081         command styles.
12082         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
12083
12084         * tabular.C (docBook): fix typo.
12085
12086 2002-05-03  Juergen Vigna  <jug@sad.it>
12087
12088         * screen.C (drawFromTo): recalculate the rowpointer if we had a
12089         change in LyXText as we can not be sure it was not freed.
12090         (drawOneRow): remove unused code.
12091
12092         * text.C (drawInset): redo the calculation of the need_break_row as
12093         it could have a row which was already freed.
12094         (draw): look at the return value of drawInset and return false if
12095         it also returned false.
12096         (paintRowText): look at the return value of draw and return false if
12097         it also returned false.
12098
12099         * lyxtext.h: added bool return type to drawInset() and draw() so that
12100         if we have a change in the row so that the rowbreak has to be redone
12101         we abort drawing as it will be called again.
12102
12103 2002-05-02  Juergen Vigna  <jug@sad.it>
12104
12105         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
12106         a change in the maintext also if we're inside an inset.
12107         (Dispatch): set the cursor again after a break line and after the
12108         screen has been updated as it could be we're in a different row.
12109
12110         * text2.C (fixCursorAfterDelete): check to make sure we don't request
12111         to set the cursor behind the pargraph with > size().
12112         (setCursor): check also for the same paragraph when checking where
12113         to put the cursor if we have a NFR inset.
12114
12115         * buffer.C (parseSingleLyXformat2Token): move the compatibility
12116         parts of layout read further up as it still was in the wrong
12117         position.
12118
12119 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12120
12121         * screen.C (drawFromTo): change sine fullRebreak always return
12122         true.
12123
12124         * buffer.C (parseSingleLyXformat2Token): reindent some
12125
12126         * BufferView_pimpl.C (update): change since fullRebreak always
12127         return true.
12128         (Dispatch): git rid of the last hardcoded "Standard"s.
12129
12130 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12131
12132         * text2.[Ch] (fullRebreak): make it return void now that we always
12133         returned true.
12134
12135 2002-04-30  Juergen Vigna  <jug@sad.it>
12136
12137         * buffer.C (parseSingleLyXformat2Token): reset the font before the
12138         ert compatibility check for "latex" layout.
12139
12140 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
12141
12142         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
12143         minipages: use col% instead of p%, and also use the current font.
12144         (makeLaTeXFile): Fix use babel condition.
12145         (parseSingleLyXformat2Token): Correct font when reading old floats.
12146
12147 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
12148
12149         * BufferView_pimpl.C (Dispatch): Check that float type exists when
12150         inserting list of floats.
12151
12152 2002-04-25  Herbert Voss  <voss@lyx.org>
12153
12154         * MenuBackend.C (expand): don't add the graphics extensions to the
12155         export menu
12156
12157 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12158
12159         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
12160         non-existing layout, do not complain if it was the default layout
12161         of the original class (bug #342)
12162
12163 2002-04-24  Juergen Vigna  <jug@sad.it>
12164
12165         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
12166         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
12167
12168 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
12169
12170         * buffer.C (getBibkeyList): If using \bibliography, return the
12171         option field with the reference itself. Enables us to provide natbib
12172         support when using \bibliography.
12173
12174 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
12175
12176         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
12177
12178         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
12179         natbib is provided by the LaTeX class.
12180
12181 2002-04-23  Juergen Vigna  <jug@sad.it>
12182
12183         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
12184         Wakeup functions.
12185
12186         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
12187
12188 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12189
12190         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
12191
12192         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
12193         ensuremath around textordmasculine, textordfeminine and
12194         textdegree.
12195
12196 2002-04-19  Juergen Vigna  <jug@sad.it>
12197
12198         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
12199         reinitializing the buffer otherwise row-dimensions may be wrong.
12200         (update): reset also the selection cursors if they do exits otherwise
12201         their x/y positions may be wrong.
12202
12203         * text2.C (cursorDown): don't enter the inset if we came from a row
12204         above and are one row over the inset.
12205
12206         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
12207         really leaving an inset.
12208
12209 2002-04-18  Juergen Vigna  <jug@sad.it>
12210
12211         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
12212         of the selected paragraph does not have the selected layout also if
12213         the last one had!
12214
12215         * text2.C (setLayout): fixed bug which did not change last selected
12216         paragraph.
12217
12218         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
12219         changed the read and substituted \\end_float with \\end_inset!
12220
12221         * BufferView_pimpl.C (cursorPrevious):
12222         (cursorNext): fixed to make it work with rows heigher than the work
12223         area without moving the cursor only the draw of the row.
12224         (workAreaMotionNotify): fix jumping over high rows.
12225
12226 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12227
12228         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
12229         Ressler.
12230
12231 2002-04-16  Juergen Vigna  <jug@sad.it>
12232
12233         * text2.C (setCursor): set also the irow().
12234         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
12235         (cursorUp):
12236         (cursorDown): support for locking an inset if the x_fix value goes
12237         inside it. That way I can transverse insets too with cursor up/down.
12238
12239         * lyxrow.h: added irow helper function same as other (i) functions.
12240
12241         * BufferView_pimpl.C (cursorPrevious):
12242         (cursorNext): fixed for insets!
12243
12244 2002-04-15  Juergen Vigna  <jug@sad.it>
12245
12246         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12247         position otherwise it is wrong in some cases.
12248
12249         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12250         inside the inset before the call.
12251
12252 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12253
12254         * buffer.[Ch] (getBibkeyList): make it const.
12255
12256 2002-04-12  Juergen Vigna  <jug@sad.it>
12257
12258         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12259
12260         * text2.C (getCursorX): new helper function
12261         (setCursor): compute also ix_
12262         (setCursorFromCoordinates): set also ix.
12263
12264         * lyxcursor.h: added ix_ and helper functions.
12265
12266         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12267
12268         * buffer.C (insertStringAsLines): dont break paragraph if the this
12269         paragraph is inside an inset which does not permit it!
12270
12271         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12272         also with no chars on this paragraph.
12273         (paintRowText): only paint stuff if it's inside the workarea!
12274
12275         * paragraph.C (breakParagraph): honor keepempty flag and break the
12276         paragraph always below not above.
12277
12278         * BufferView2.C (unlockInset): update the paragraph layout on inset
12279         unlock as we changed paragraph in such a case.
12280
12281         * lyxfind.C (LyXFind): clear the former selection if not found!
12282
12283         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12284         again called in insertChar().
12285
12286         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12287         an inset which uses the whole row!
12288         (rightMargin): ditto.
12289         (insertChar): force a rebreak if we inserted an inset!
12290
12291 2002-03-28  Herbert Voss  <voss@lyx.org>
12292
12293         * lyxlength.[Ch]: add inBP() to get the right PS-point
12294         units (BigPoint). With inPixels we have rounding errors
12295
12296 2002-04-11  Juergen Vigna  <jug@sad.it>
12297
12298         * text2.C (setCursorFromCoordinates): set iy to the right value.
12299         (setCursor): add check if row->previous exists!
12300
12301         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12302         an old float_type as this was the case in the old code!
12303
12304         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12305
12306         * BufferView2.C (showLockedInsetCursor): use iy
12307         (fitLockedInsetCursor): ditto
12308
12309         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12310         locked insets as there we have the right value now.
12311
12312         * lyxcursor.C: added iy_ variable and iy functions to set to the
12313         baseline of cursor-y of the locked inset.
12314
12315         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12316         (setCursor): fixed for insets which need a full row.
12317
12318         * text.C (rowLastPrintable): don't ignore the last space when before
12319         an inset which needs a full row.
12320         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12321         as last character of a row when before a inset which needs a full row.
12322
12323 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12324
12325         * version.C.in: update date
12326
12327         * text2.C (fullRebreak): try to always return true and see what
12328         happens...
12329
12330 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12331
12332         * MenuBackend.C (expand): use Floating::listName
12333
12334         * FloatList.C (FloatList): add listName argument to the built-in
12335         floats
12336
12337         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12338         text associated with the float.
12339
12340 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12341
12342         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12343
12344 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12345
12346         * ShareContainer.h: add a couple of missing typenames.
12347
12348 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12349
12350         * lyxrc.C (getDescription): use _() correctly rather than N_().
12351
12352 2002-03-28  Herbert Voss  <voss@lyx.org>
12353
12354         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12355         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12356
12357 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12358
12359         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12360         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12361
12362 2002-03-29  Juergen Vigna  <jug@sad.it>
12363
12364         * lyxfunc.C (dispatch): add a missing fitCursor call.
12365
12366         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12367         it was scrolled by a cursor move, so return the bool status.
12368
12369         * BufferView.C (fitCursor): return the bool flag also to the outside
12370         world as this is needed.
12371
12372         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12373
12374         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
12375         call the edit() as it is not needed (and wrong) IMO.
12376         (workAreaButtonPress): set the screen_first variable before evt.
12377         unlock the inset as this may change screen_first and then we have
12378         a wrong y position for the click!
12379
12380 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12381
12382         * MenuBackend.C (expand): another translation that I missed
12383
12384 2002-03-28  Juergen Vigna  <jug@sad.it>
12385
12386         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
12387
12388         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
12389
12390 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12391
12392         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
12393
12394         * MenuBackend.C (expand): fix export/view/update when there is no
12395         document open.
12396
12397 2002-03-27  Herbert Voss  <voss@lyx.org>
12398
12399         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
12400         and text%
12401
12402 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12403
12404         * bufferview_funcs.C (currentState): only show paragraph number
12405         for is DEVEL_VERSION is set.
12406
12407         * lyxfunc.C (dispatch): put warning in INFO channel
12408
12409         * MenuBackend.C (expand): translate the name of floats
12410
12411         * FloatList.C (FloatList): mark the float names for translation
12412
12413         * converter.C (convert): use LibScriptSearch
12414
12415 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12416
12417         * MenuBackend.C (defaults): fix default menu (we might as well get
12418         rid of it...)
12419
12420 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12421
12422         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
12423         directory.
12424
12425 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12426
12427         * lyxvc.C: reorder includes.
12428
12429 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
12430
12431         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
12432           properly
12433
12434 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
12435
12436         * CutAndPaste.C: change layouts earlier on paste
12437           to avoid crashing when calling getFont()
12438
12439 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
12440
12441         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
12442         irritating #error.
12443
12444 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12445
12446         * WorkArea.C: remove 'Pending' debug message.
12447
12448         * most files: ws cleanup
12449
12450         * buffer.[Ch]: ws changes
12451
12452         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
12453
12454 2002-03-21  Juergen Vigna  <jug@sad.it>
12455
12456         * tabular.C (SetMultiColumn): collapse also the contents of the
12457         cells and set the last border right. Added a Buffer const * param.
12458
12459 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12460
12461         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
12462         linking or not.
12463
12464 2002-03-19  Juergen Vigna  <jug@sad.it>
12465
12466         * text2.C (clearSelection): reset also xsel_cache.
12467
12468         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
12469         where it needs to be called (John tells us to do so too :)
12470         (selectionLost): reset sel_cache.
12471
12472         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
12473
12474 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12475
12476         * text2.C (setCursorIntern): put debuging code in INSETS channel
12477
12478 2002-03-19  André Pönitz <poenitz@gmx.net>
12479
12480         * lyxfunc.C: tiny whitespace change
12481
12482 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12483
12484         * ToolbarDefaults.C (init):
12485         * LyXAction.C (init):
12486         * commandtags.h:
12487         * BufferView_pimpl.C (Dispatch):
12488         * lyxfunc.C (dispatch): remove LFUN_DEPTH
12489
12490 2002-03-19  Allan Rae  <rae@lyx.org>
12491
12492         * exporter.C (Export): removeAutoInsets before doing anything else.
12493         While I've just introduced a dependency on BufferView this really is
12494         the best place to clean the buffer otherwise you need to cleanup in
12495         a dozen places before calling export or cleanup in a dozen functions
12496         that export calls.
12497
12498         * converter.C (runLaTeX):
12499         (scanLog): Better handling of removeAutoInsets and screen updates.
12500
12501         * lyxfunc.C (dispatch): small whitespace changes
12502
12503 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12504
12505         * WorkArea.C (C_WorkAreaEvent): return a value.
12506         (event_cb): return 1 if we handled the event, 0 otherwise.
12507
12508         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
12509
12510 2002-03-18  Juergen Vigna  <jug@sad.it>
12511
12512         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
12513         (GetAdditionalWidth): ditto.
12514         (RightLine): ditto.
12515         (LeftLine): ditto.
12516
12517         * BufferView2.C (copy): use getLyXText() so that we do it inside an
12518         inset if we're there actually (probably not used right now but this
12519         is the direction to go for unifying code).
12520         (paste): disable code to clear the selection.
12521
12522         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
12523         inside an InsetText and move the check further up as it is in the
12524         wrong place.
12525
12526         * text2.C (pasteSelection): set a selection over the pasted text.
12527
12528 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
12529
12530         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
12531         and libgraphics to build on Cygwin.
12532
12533 2002-03-15  Juergen Vigna  <jug@sad.it>
12534
12535         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
12536         inserting an Inset into the paragraph. I know this is not the best
12537         fix but we already use current_view in CutAndPaste so we will remove
12538         all of it's using at the same time.
12539
12540         * buffer.C (sgmlError): deactivated function till it is rewritten in
12541         the right mode, now it can create problems.
12542
12543         * paragraph.C (isLineSeparator): check if getInset returns != 0,
12544         before accessing it.
12545
12546 2002-03-14  Juergen Vigna  <jug@sad.it>
12547
12548         * undo_funcs.C (textHandleUndo): do the right thing when updating
12549         the inset after the undo/redo.
12550
12551         * text2.C (setCursor): just some testcode for #44 not ready yet.
12552
12553         * undo_funcs.C (textHandleUndo): set the next() and previous()
12554         pointers of the paragraph to 0 before deleting otherwise we have
12555         problems with the Paragraph::[destructor].
12556
12557         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
12558         on a paragraph insertion.
12559
12560 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12561
12562         * buffer.C (asciiParagraph): use += operator for char append to
12563         string.
12564
12565         * paragraph.C (getFontSettings): compare >= not just >
12566         (highestFontInRange): ditto
12567         (setFont): ditto
12568
12569 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12570
12571         * paragraph.C: change several algorithm to be more appripriate for
12572         the problem domain. This is lookip in FontList and in the InsetList.
12573
12574 2002-03-13  André Pönitz <poenitz@gmx.net>
12575
12576         * commandtags.h:
12577         * LyXAction.C: remove unused LFUN_MATH_MACROARG
12578
12579 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
12580
12581         * commandtags.h:
12582         * LyXAction.C:
12583         * lyxfunc.C:
12584         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
12585
12586 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12587
12588         * Painter.C (display): anon helper function, adjust code for this
12589         change.
12590         (pixmap): remove function.
12591
12592         * Painter.h: remove private display variable.
12593
12594         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
12595
12596 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
12597
12598         * WorkArea.[Ch]: remove figinset_canvas cruft.
12599
12600 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12601
12602         * lyxtextclass.C (operator): add one item cache optimization.
12603
12604         * bufferlist.h: doxy changes
12605
12606         * bufferlist.C: ws changes
12607
12608         * DepTable.[Ch] (ext_exist): place const in the right spot.
12609
12610         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
12611         call resizeInsets.
12612         (workAreaExpose): call resizeInsets when the with BufferView changes.
12613         (Dispatch): adjust for protectedBlank removal
12614         (specialChar): call updateInset if the insert went ok.
12615
12616         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
12617         specialChar instead.
12618
12619         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
12620
12621         * BufferView.h: doxy change
12622
12623         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
12624
12625         * lyxtextclass.C (operator[]): remove non-const version
12626         (defaultLayout): remove non-const version
12627
12628 2002-03-12  Juergen Vigna  <jug@sad.it>
12629
12630         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
12631         did resize the LyXText too.
12632
12633         * buffer.C (readLyXformat2): set layout information on newly allocated
12634         paragraphs.
12635
12636         * tabular.C (OldFormatRead): set layout information on the paragraph.
12637
12638 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12639
12640         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
12641
12642 2002-03-11  Juergen Vigna  <jug@sad.it>
12643
12644         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
12645         plainly wrong.
12646         (resizeCurrentBuffer): force also the insets to resize themselfes.
12647         (moveCursorUpdate): fixed up for InsetText.
12648
12649 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
12650
12651         * commandtags.h:
12652         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
12653         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
12654         value of Dialogs::tooltipsEnabled().
12655         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
12656
12657 2002-03-08  Juergen Vigna  <jug@sad.it>
12658
12659         * BufferView_pimpl.C (updateInset): update inset inside inset also
12660         if it isn't inside theLockingInset().
12661
12662 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12663
12664         * buffer.C (asciiParagraph): redo some of the word and line length
12665         handling.
12666         (getLists): look for Caption instead of caption.
12667
12668 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12669
12670         * buffer.C (Buffer): initialize niceFile to true
12671         (makeLaTeXFile):
12672         (makeLinuxDocFile):
12673         (makeDocBookFile): make sure niceFile is true on exit
12674
12675 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12676
12677         * buffer.C (makeLaTeXFile): escape ~ in \input@path
12678
12679 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
12680
12681         * LyXSendto.C: remove.
12682         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
12683         * lyx_gui.C: remove now-redundant comment.
12684         * ColorHandler.h: remove forward declaration of class WorkArea.
12685         * lyxfunc.C: remove #include "WorkArea.h".
12686
12687 2002-03-07  Juergen Vigna  <jug@sad.it>
12688
12689         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
12690         got moved away with the DEPM and also set the inset_owner always
12691         right which before could have been omitted.
12692
12693 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12694
12695         * buffer.C (parseSingleLyXformat2Token): use default layout is the
12696         wanted layout is not found.
12697
12698 2002-03-07  Juergen Vigna  <jug@sad.it>
12699
12700         * CutAndPaste.C (cutSelection): another layout settings forgotten.
12701
12702 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12703
12704         * paragraph.C (breakParagraph): use default layout not layout of
12705         prev paragraph.
12706         (Paragraph): clear ParagraphParameters.
12707
12708 2002-03-06  Juergen Vigna  <jug@sad.it>
12709
12710         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
12711         otherwise it would not be a valid lenght. Fixed a special case in
12712         the minipage compatibility read where we end the document with a
12713         minipage.
12714
12715         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
12716         was set as it could be 0 for InsetTexts first entry.
12717
12718 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12719
12720         * paragraph.C (writeFile): if layout is empty write out
12721         defaultLayoutName().
12722
12723         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
12724         file without named layout we set layout to defaultLayoutName().
12725
12726 2002-03-06  Juergen Vigna  <jug@sad.it>
12727
12728         * CutAndPaste.C (copySelection): set layout for new paragraph.
12729
12730         * text.C (prepareToPrint): leave ERT inset left aligned
12731         (leftMargin): don't indent paragraphs inside ERT insets
12732
12733 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12734
12735         * paragraph.C (breakParagraph): dont call clear do the work manually
12736
12737         * paragraph.[Ch] (clear): remove function
12738
12739 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12740
12741         * paragraph.C (Paragraph): dont call clear, the work has already
12742         been done.
12743
12744         * lyxtextclass.C (operator): assert if n is empty
12745
12746         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
12747         work manually instead.
12748
12749 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12750
12751         * BufferView_pimpl.C: protect selectionLost against text == 0
12752
12753 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12754
12755         * text.C (breakParagraph): fix a setting layout to '0' problem.
12756
12757 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12758
12759         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
12760         final location of file, for the included files, and graphics.
12761
12762 2002-03-05  Juergen Vigna  <jug@sad.it>
12763
12764         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
12765
12766 2002-03-04  Juergen Vigna  <jug@sad.it>
12767
12768         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
12769
12770         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
12771         last column of multicolumn cells.
12772         (SetWidthOfMulticolCell): recalculate NMC and real columns.
12773
12774 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12775
12776         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
12777         file if it doesn't go to a temporary file.
12778
12779         * buffer.C (sgmlOpenTag):
12780         (sgmlCloseTag):  remove extra newline insertion.
12781
12782 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12783
12784         * text.C (getRowNearY): comment out debug msg
12785
12786 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12787
12788         * text2.C: first -> first_y
12789
12790         * text.C (getRowNearY): add some attemts at a possible
12791         optimization, not working.
12792
12793         * tabular.[Ch]: add BufferParams to several function so that newly
12794         created paragraph can be initialized to he default layotu for the
12795         buffers textclass.
12796
12797         * tabular-old.C (ReadOld): add buf->params to call of Init
12798
12799         * screen.C: rename text->first to text->first_y
12800
12801         * paragraph.C (breakParagraph): always set layout in the broken
12802         paragraph
12803
12804         * lyxtextclass.C (Read): remove lowercase
12805         (hasLayout): ditto
12806         (operator): ditto
12807         (delete_layout): ditto
12808
12809         * lyxtext.h: rename first -> first_y
12810
12811         * lyxlayout.C (Read): remove lowercase
12812         (name): ditto
12813         (setName): ditto
12814         (obsoleted_by): ditto
12815
12816         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
12817
12818         * buffer.C (insertErtContents): add params are to InsetERT
12819         (parseSingleLyXformat2Token): add code to check if a paragraphs
12820         layout really exist.
12821         (parseSingleLyXformat2Token): add params to several inset
12822         constructors
12823         (asciiParagraph): remove lowercase, do the layout comparisons with
12824         no_case
12825
12826         * BufferView_pimpl.C (cursorNext): first -> first_y
12827         (resizeCurrentBuffer): first -> first_y
12828         (updateScrollbar): first -> first_y
12829         (scrollCB): first -> first_y
12830         (workAreaMotionNotify): first -> first_y
12831         (workAreaButtonPress): first -> first_y
12832         (checkInsetHit): first -> first_y
12833         (cursorPrevious): first -> first_y
12834         (cursorNext): first -> first_y
12835         (Dispatch): add buffer_->params to severl inset contructors
12836
12837 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12838
12839         * lyxlayout.C (Read): remove some debug info that I forgot.
12840
12841         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
12842         clean up the code slightly.
12843         (makeLinuxDocFile): ditto
12844         (makeDocBookFile): ditto
12845
12846         * text2.C: layout as string
12847
12848         * text.C: layout as string
12849
12850         * paragraph_pimpl.C: layout as string
12851
12852         * paragraph.[Ch]: layout as string
12853
12854         * lyxtextclasslist.[Ch]: layout as string
12855
12856         * lyxtextclass.[Ch]: layout as string
12857
12858         * lyxtext.h: layout as string
12859
12860         * lyxlayout.[Ch]: layout as string
12861
12862         * lyx_cb.C: layout as string
12863
12864         * bufferview_funcs.C: layout as string
12865
12866         * bufferparams.C: layout as string
12867
12868         * buffer.C: layout as string
12869
12870         * LyXView.[Ch]: layout as string
12871
12872         * LaTeXFeatures.[Ch]: layout as string
12873
12874         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
12875
12876         * BufferView_pimpl.C: change current_layout to string, remove
12877         lyx::layout_type.
12878         (Dispatch):
12879         (smartQuote):
12880         (insertInset):
12881         (workAreaButtonRelease): layout as string
12882
12883         * BufferView2.C (unlockInset): adjust
12884
12885         * vspace.C (asLatexCommand): use an explict temp variable.
12886
12887 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12888
12889         * Makefile.am: use FRONTEND_*
12890
12891 2002-03-01  Juergen Vigna  <jug@sad.it>
12892
12893         * tabular.C (SetWidthOfMulticolCell): changed to something better
12894         I hope but still work in progress.
12895         (recalculateMulticolumnsOfColumn): renamed function from
12896         recalculateMulticolCells as it is more appropriate now.
12897         (SetWidthOfCell): calculate multicols better.
12898
12899 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12900
12901         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
12902
12903         * lyxfunc.C (processKeySym): print sequence also if it is
12904         `deleted' (complete)
12905
12906         * kbsequence.C (print): print sequence even if it is deleted
12907         (complete would be a better word, actually).
12908
12909         * lyxfunc.C (dispatch): print complete options after a prefix key
12910
12911         * vspace.C (asLatexCommand): rewrite in a slightly different form.
12912
12913 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
12914
12915         * text2.C (setCharFont): eliminate setCharFont code duplication.
12916
12917 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12918
12919         * BufferView_pimpl.C (Dispatch): remove bogus handling of
12920         LFUN_TABULAR_FEATURE (bug #177)
12921
12922 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
12923
12924         * Makefile.am: remove figure.h
12925
12926 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
12927
12928         * Bufferview_pimpl.C:
12929         * CutAndPasteC:
12930         * LaTeX.C:
12931         * LyXSendto.C:
12932         * buffer.C:
12933         * bufferlist.C:
12934         * converter.C:
12935         * language.C:
12936         * lyxfunc.C:
12937         * lyxvc.C:
12938         * paragraph.C:
12939         * text.C:
12940         * text2.C: remove #include "lyx_gui_misc.h".
12941
12942         * LaTeX.C: added #include <cstdio>
12943
12944 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12945
12946         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
12947         that the paragraph following this one can have.
12948
12949         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
12950
12951         * vspace.C (asLatexCommand): fix bogus gcc warning
12952
12953         * Makefile.am (lyx_SOURCES): remove vms_defines.h
12954
12955 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
12956
12957         * text2.C (setLayout): get rid of redundant code
12958
12959 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
12960
12961         * text2.C (incDepth): make sure depth cannot be increased beyond
12962         reasonable values.
12963
12964 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
12965
12966         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
12967         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
12968
12969         * PainterBase.h (image):
12970         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
12971         a LyXImage const *.
12972
12973 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
12974
12975         * BufferView.C:
12976         * BufferView.h:
12977         * BufferView_pimpl.C:
12978         * BufferView_pimpl.h:
12979         * LaTeXFeatures.C:
12980         * LyXAction.C:
12981         * LyXView.C:
12982         * Makefile.am:
12983         * UpdateList.h:
12984         * UpdateList.C:
12985         * buffer.C:
12986         * figure.h:
12987         * figureForm.C:
12988         * figureForm.h:
12989         * figure_form.C:
12990         * figure_form.h:
12991         * lyx_cb.C:
12992         * lyx_gui.C:
12993         * lyx_gui_misc.C:
12994         * lyxfunc.C:
12995         * sp_base.h:
12996         * sp_ispell.h:
12997         * sp_pspell.h:
12998         * sp_spell.C: remove fig inset, and the crap house of
12999           cards that follows it
13000
13001 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13002
13003         * Makefile.am:
13004         * lyxserver.C:
13005         * os2_defines.h:
13006         * os2_errortable.h:
13007         * nt_defines.h: move .h into support/
13008
13009         * vms_defines.h: remove
13010
13011         * WorkArea.C: add space in debug output
13012
13013         * text2.C:
13014         * paragraph.C:
13015         * buffer.C: add WITH_WARNINGS
13016
13017         * vc-backend.h:
13018         * vc-backend.C:
13019         * bufferlist.C: s/retrive/retrieve/, add docs
13020
13021         * vspace.h:
13022         * vspace.C:
13023         * kbmap.h:
13024         * lyxlength.h:
13025         * lyxgluelength.h:
13026         * length_common.h:
13027         * chset.h:
13028         * chset.C: add docs
13029
13030         * lyxgui.C: add ID to X error handler
13031
13032         * lyxtestclass.c: fix typo
13033
13034 2002-02-26  Juergen Vigna  <jug@sad.it>
13035
13036         * tabular_funcs.C (write_attribute): changed so that some default
13037         attributes are not written at all.
13038         (getTokenValue): set default values before trying to read the
13039         value so we have the return value always set as default if we don't
13040         find the token we search for.
13041
13042         * tabular.C (Write): write bools as bools not as strings!
13043
13044 2002-02-22  Juergen Vigna  <jug@sad.it>
13045
13046         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
13047         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
13048
13049         * text.C (leftMargin): don't add an indent for paragraphs inside
13050         tabular cells (fix #208).
13051
13052 2002-02-21  José Matos  <jamatos@fep.up.pt>
13053
13054         * tabular.C (docBook): fixed support for long tables.
13055
13056 2002-02-20  Juergen Vigna  <jug@sad.it>
13057
13058         * text2.C (getFont): get the drawing font of the Inset if this
13059         paragraph is inside an inset (only important for InsetERT for now).
13060
13061         * buffer.C (insertErtContents): use new lanugage params in ERT
13062         constructor.
13063
13064         * CutAndPaste.C: commenting out seemingly uneeded code.
13065
13066 2002-02-19  Allan Rae  <rae@lyx.org>
13067
13068         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
13069         Iterators might be simple to use but they also get invalidated.
13070         (removeAutoInsets): renamed saved cursor tracking variables and added
13071         some comments to clarify what everything does.
13072
13073 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
13074
13075         * Chktex.C:
13076         * LaTeX.C:
13077         * LyXSendto.C:
13078         * converter.C:
13079         * lyx_cb.C:
13080         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
13081         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
13082
13083         * lyxfunc.C:
13084         * vc-backend.h: remove #include "support/syscall.h"
13085
13086         * LaTeX.C:
13087         * LyXSendto.C:
13088         * converter.C: rearrange #includes in Lars' approved fashion.
13089
13090         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
13091         forward declare class Timeout in the header file.
13092
13093         * XFormsView.C: changes due to the above.
13094
13095         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
13096         similar to LyXView.
13097
13098         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
13099         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
13100
13101 2002-02-18  José Matos  <jamatos@fep.up.pt>
13102
13103         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
13104         insets contents.
13105
13106 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13107
13108         * a lot of small ws changes
13109         * add a lot of using std::XXX
13110         * use std construcs some places where approp.
13111         * use some exisint stuff from lyxfunctional where approp.
13112         * Make file changes to use partial linking (lets test this now...)
13113
13114 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13115
13116         * Chktex.C:
13117         * buffer.C:
13118         remove #include "support/syscontr.h" as it's redundant. Always has been.
13119
13120         * Chktex.C:
13121         * LaTeX.C:
13122         * LyXSendto.C:
13123         * converter.C:
13124         * lyx_cb.C:
13125         * vc-backend.C:
13126         change Systemcalls::System to Systemcalls::Wait and
13127         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
13128         No change of functionality, just reflects the stripped down Systemcalls
13129         class.
13130
13131 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13132
13133         * debug.[Ch]: add a GRAPHICS type to the enum.
13134
13135 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13136
13137         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
13138
13139         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
13140         there is an inset.
13141
13142 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13143
13144         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
13145         match the changes below.
13146
13147         * text2.C (toggleInset): if there is not editable inset at cursor
13148         position, try to see if cursor is _inside_ a collapsable inset
13149         and close it.
13150
13151 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13152
13153         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
13154         document menu has a nice checkbox
13155
13156 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13157
13158         * lyxlength.C (asLatexString): change PW to output as percent of
13159         \textwidth.
13160
13161         * lengthcommon.C: change '%' to 't%'
13162
13163         * lyxfunc.C (dispatch): a few comments from Martin
13164
13165 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
13166
13167         * WorkArea.h:
13168         * WorkArea.C:
13169         * BufferView_pimpl.h:
13170         * BufferView_pimpl.C: clear our selection when X tells us we've lost
13171           the X selection.
13172
13173 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13174
13175         * vspace.C (inPixels): fix compiler warning
13176
13177 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13178
13179         * lyxfunc.C (getStatus): fix status message for disabled commands.
13180
13181 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
13182
13183         * BufferView_pimpl.C: fix crash on close buffer
13184         during selection (#227)
13185
13186 2002-01-27  Herbert Voss  <voss@lyx.org>
13187
13188         * buffer.C: link old Figure to new graphic inset
13189
13190 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13191
13192         * FontLoader.C (getFontinfo): Change the latex font names in order
13193         to match the names of type1inst.
13194
13195 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13196
13197         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
13198
13199         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
13200         (extchanged): ditto
13201         (ext_exist): ditto
13202         (remove_files_with_extension): ditto
13203         (remove_file): ditto
13204         (write): ditto
13205
13206         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
13207         document is smaller than the work area height. Do not initialize
13208         static variables to 0.
13209
13210 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13211
13212         * lyx_gui.C (init): give the toolbar tooltips a normal font.
13213
13214         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
13215         LFUN_LAYOUT_PARAGRAPHS.
13216
13217         * tabular.C (GetCellFromInset): new method. Finds an inset in a
13218         tabular. It is possible to provide a possible cell, which will
13219         typically be the actcell from the corresponding insettabular
13220
13221         * lyxfunc.C (getStatus): small cleanup; disable
13222         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
13223         true
13224
13225 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13226
13227         * tabular.C (Validate): remove broken optimization (fixes bug #201)
13228
13229         * paragraph.C (startTeXParParams):
13230         (endTeXParParams): new methods. The LaTeX code to
13231         start/end paragraph formatting
13232         (simpleTeXOnePar): call startTeXParParams also when paragraph is
13233         empty (fixes bug #200)
13234
13235         * vspace.C (inPixels): adapt to the change below
13236         (inPixels): [later] more cleanups (remove unused variables)
13237
13238         * lyxlength.C (inPixels): change to use a width and a height as
13239         parameter.
13240
13241 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13242
13243         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13244         Replaced with \paperwidth
13245
13246         * DepTable.C (insert): add std:: qualifier
13247
13248 2002-01-18  Allan Rae  <rae@lyx.org>
13249
13250         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13251         updated also?
13252
13253         * text.C (drawInset): Turned out I didn't know enough about how
13254         rebreaking worked.  This fixes most of the redraw problems.  I see
13255         an occasional cursor trail when a line is broken now and the cursor
13256         placement can seem out by a few pixels also after a rebreak.
13257
13258 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13259
13260         * buffer.C (parseSingleLyXformat2Token): update because minipage
13261         width is now a LyXLength
13262
13263         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13264
13265         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13266         math insets
13267
13268 2002-01-17  Juergen Vigna  <jug@sad.it>
13269
13270         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13271
13272         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13273         is set correctly and the inset is updated correctly.
13274
13275 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13276
13277         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13278         the beginning of the loop.
13279
13280 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13281
13282         * lyxrc.C: improve help for use_scalable_fonts
13283
13284 2002-01-17  Allan Rae  <rae@lyx.org>
13285
13286         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13287
13288 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13289
13290         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13291         make sure to set their inset_owner to the right value (bug #171)
13292
13293 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13294
13295         * DepTable.h
13296         * DepTable.C: Implement mtime checking to reduce time spent doing
13297         CRCs.
13298
13299 2002-01-16  Juergen Vigna  <jug@sad.it>
13300
13301         * tabular.C (GetAdditionalHeight): one of error fixed.
13302
13303         * lyxrc.C (output): small fix in writing use_pspell.
13304
13305 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13306
13307         * sp_base.h: #include LString.h
13308
13309 2002-01-16  Allan Rae  <rae@lyx.org>
13310
13311         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13312         Can someone check this please?
13313
13314         * text.C (drawInset): It was possible that p.row would be removed by
13315         breakAgainOneRow upsetting a few other settings.  There may be another
13316         small tweak possible by setting need_break_row = 0 when p.row has been
13317         removed but I don't know enough about the logic here.
13318
13319 2002-01-15  Allan Rae  <rae@lyx.org>
13320
13321         * text.C (insertChar): removed conditional truism.
13322
13323         * BufferView2.C (removeAutoInsets): More tweaks.
13324         cur_par_prev could be a stray pointer.  Check for trailing empty line
13325         in case last line was cur_par and only had an error inset on it.
13326
13327 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13328
13329         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13330         absolute
13331
13332         * vc-backend.C (most methods):
13333         * exporter.C (Export):
13334         * converter.C (convert):
13335         (runLaTeX):
13336         * LyXSendto.C (SendtoApplyCB):
13337         * lyxfunc.C (dispatch):
13338         (menuNew):
13339         (open):
13340         (doImport):
13341         * lyx_cb.C (AutoSave):
13342         (InsertAsciiFile):
13343         * BufferView_pimpl.C (MenuInsertLyXFile):
13344         * buffer.C (runChktex): use Buffer::filePath().
13345
13346         * buffer.h: rename filename to filename_; rename filepath to
13347         filepath_ and make it private
13348         (filePath): new method
13349
13350         * buffer.C (writeFile): use fileName()
13351         (getLatexName):
13352
13353         * lyx_main.C (init): fix starting  of LyX when the binary is a
13354         link from so,ewhere else.
13355
13356         * minibuffer.C: include <cctype> for isprint
13357
13358 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13359
13360         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13361         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13362         name clash with InsetCollapsable's width function.
13363
13364 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13365
13366         * lastfiles.C: include <iterator>
13367
13368 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13369
13370         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13371         std::count.
13372
13373         * buffer.C (makeLaTeXFile): ditto.
13374         Also make loop operation more transparent.
13375
13376 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13377
13378         * ToolbarDefaults.C: remove trailing comma closing namespace.
13379
13380         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
13381
13382         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
13383         as in WorkArea.
13384
13385         * trans.C (Load): comment out unused variable, allowed.
13386
13387 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13388
13389         * minibuffer.[Ch] (append_char): new method to recieve input from the
13390         drop-down completion browser. If a key was pressed, then recieve this
13391         char and append it to the existing string.
13392         (peek_event): modify the positioning data passed to the completion
13393         browser so that it can be placed above the minibuffer rather than below.
13394 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13395
13396         * LyXAction.C (init): alloe error-next for readonly documents.
13397
13398         * BufferView2.C (ChangeRefsIfUnique): use standard version of
13399         count.
13400
13401 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13402
13403         * bufferlist.C (readFile): create the buffer _after_ checking that
13404         the file exists.
13405
13406         * lyxfunc.C (verboseDispatch): fix handling of arguments
13407
13408         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
13409
13410         * lyxrc.C: use string::erase() instead of initializing to "".
13411
13412
13413 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13414
13415         * BufferView_pimpl.h:
13416         * BufferView_pimpl.C:
13417         * WorkArea.h:
13418         * WorkArea.C:
13419         * text2.C: tell X when we have made a selection for copying
13420
13421 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13422
13423         * BufferView_pimpl.C (MenuInsertLyXFile):
13424         * lyxfunc.C (menuNew):
13425         (open):
13426         (doImport): add shortcuts to directory buttons
13427
13428         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
13429         open a float)
13430
13431         * lyxfunc.C (setStatusMessage):
13432         (getStatusMessage): new methods
13433         (getStatus):use setStatusMessage instead of setErrorMessage
13434         (dispatch): when function is disabled, set error message here
13435         [instead of in getStatus previously]
13436
13437         * BufferView_pimpl.C (workAreaButtonRelease): update
13438         toolbar/menubar here too.
13439
13440 2002-01-13  Allan Rae  <rae@lyx.org>
13441
13442         * BufferView2.C (removeAutoInsets): finished off earlier fix.
13443         Now seems indestructible.  Remaining task is to audit all other
13444         code affected by deleteEmptyParagraphMechanism.  One small quirk
13445         left is that an empty document with an error in the preamble can
13446         be made to report an error but no error box appears.  I don't know
13447         where it goes.
13448         (removeAutoInsets): Improved comments.
13449
13450 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
13451
13452         * Thesaurus.h:
13453         * Thesaurus.C: update for Aiksaurus 0.14
13454
13455 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13456
13457         * text2.C (firstParagraph): removed member function, all uses
13458         replaces with ownerParagraph
13459         (redoParagraphs): here
13460         (updateInset): here
13461         (toggleAppendix): here
13462         * BufferView2.C (insertErrors): here
13463         (setCursorFromRow): here
13464
13465 2002-01-13  Allan Rae  <rae@lyx.org>
13466
13467         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
13468         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
13469         There is still a way to segfault this although you may have to do this
13470         multiple times: Have an InsetERT with an unknown command in it.
13471         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
13472         <down-arrow>, <Enter> again, View->DVI, BANG!
13473
13474         * text2.C (setCursor):
13475         (deleteEmptyParagraphMechanism):
13476         * lyxtext.h (setCursor):
13477         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
13478         Making use of the return value may help fix other bugs.
13479
13480 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13481
13482         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
13483
13484         * LyXView.C (updateMenubar): call MenuBar::update here
13485         (updateToolbar): but not here
13486         (showState): do not update toolbar/menubar
13487
13488         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
13489         should need to care about that.
13490
13491         * lyxfunc.C (verboseDispatch): simplify a bit
13492         (getStatus): have a version which takes a pseudoaction, and
13493         another which requires a (kb_action,string).
13494
13495         * LyXAction.C (retrieveActionArg): make it work also when action
13496         is not a pseudo-action.
13497         (getActionName): simplify a bit
13498         (helpText):
13499
13500 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13501
13502         * lyxfunc.C (verboseDispatch): new families of methods with
13503         several ways to specify a command and a bool to indicate whether
13504         the command name and shortcut should be displayed in minibuffer
13505         (eventually, we could extend that to a finer bitmask like
13506         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
13507         (dispatch): the pristine dispatch command which just, well,
13508         dispatchs! Note it still sets its result to minibuffer; I'm not
13509         sure we want that.
13510
13511         * lyxfunc.h: remove setHintMessage
13512
13513         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
13514
13515 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13516
13517         * BufferView_pimpl.C (specialChar): delete new inset if we have
13518         not been able to insert it.
13519
13520         * kbmap.C: revert to using int instead of kb_action, since all we
13521         are dealing with is pseudo-actions.
13522
13523         * LyXAction.C (searchActionArg): change to return int instead of
13524         kb_action, since the result is a pseudoaction.
13525
13526 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
13527
13528         * buffer.C (insertErtContents): Fix (partially) the font bug.
13529
13530 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13531
13532         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
13533         as the other one is broken on my machine!
13534
13535 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
13536
13537         * commandtags.h:
13538         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
13539
13540 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
13541
13542         * lyxrc.[Ch]: change names and descriptions of popup font variables to
13543         reflect their actual use. Provide compatibility code for older lyxrc
13544         files.
13545
13546         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
13547         FL_NORMAL_STYLE.
13548         change names of popup font variables in line with the changes to lyxrc.C
13549
13550 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13551
13552         * buffer.C (asciiParagraph): avoid outputing a word twice after
13553         an inset.
13554
13555         * lyxrc.C (getDescription): document that document_path and
13556         template_path can be empty.
13557
13558 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13559
13560         * LaTeXFeatures.C (getMacros):
13561         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
13562
13563         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
13564
13565         * LaTeXFeatures.C (useFloat): require "float" here instead of in
13566         getPackages.
13567         (getPackages): rename feature "floats" to "float". Use an array to
13568         iterate over 'simple' features (i.e. just a \usepackage). Add
13569         handling of "amsmath" (renamed from "amsstyle").
13570
13571 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
13572
13573         * LaTeXFeatures.C (require): Prevent duplicate entries in the
13574         features list.
13575
13576 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
13577
13578         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
13579         FuncStaus::FuncStatus & FuncStaus::some_method().
13580
13581 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
13582
13583         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
13584         of the func_satus stuff. Edited and massaged in various ways by
13585         JMarc.
13586
13587         * lyxfunc.C (getStatus): use FuncStatus
13588
13589 2002-01-08  Juergen Vigna  <jug@sad.it>
13590
13591         * text.C (nextBreakPoint): use function Inset::isChar().
13592
13593         * paragraph.C (TeXOnePar): use function
13594         Inset::forceDefaultParagraphs.
13595
13596         * buffer.C (latexParagraphs): use function
13597         Inset::forceDefaultParagraphs.
13598
13599 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13600
13601         * lyx_gui.C (init): set the style of the menu popups to
13602         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
13603
13604 2002-01-07  Juergen Vigna  <jug@sad.it>
13605
13606         * text.C (setHeightOfRow): small fix
13607         (prepareToPrint): don't look at alignment if we don't have the place
13608         for doing it.
13609
13610 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13611
13612         * box.C: New file. Move the Box methods and functions out of box.h,
13613         following Lars' suggestion.
13614
13615 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13616
13617         * box.h: #include "support/LOstream.h", needed for inlined function.
13618
13619         * lyxtextclass.C:
13620         * lyxtextclasslist.C: added some using std declarations.
13621
13622 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
13623
13624         * box.h: make signed dimensions to allow insets wider than
13625           the screen (bug #162)
13626
13627         * BufferView_pimpl.C: add some insetHit debug
13628
13629 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
13630
13631         * vc-backend.C: add FIXME
13632
13633 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13634
13635         * lyxfunc.C (getStatus): enable code for showing math font status
13636         in toolbar/menu.
13637
13638 2002-01-07  Juergen Vigna  <jug@sad.it>
13639
13640         * text.C (nextBreakPoint): removed debug output not needed anymore.
13641
13642 2002-01-06  Juergen Vigna  <jug@sad.it>
13643
13644         * text.C (nextBreakPoint): fixed up this function we had this bug
13645         since ever but now hopefully we break row better.
13646         (insertChar): we have to check if an inset is the next char as it
13647         could now happen that a large inset is causing a break.
13648
13649 2002-01-05  Juergen Vigna  <jug@sad.it>
13650
13651         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
13652         if it doesn't like to be drawed.
13653
13654 2002-01-04  Juergen Vigna  <jug@sad.it>
13655
13656         * BufferView2.C (lockInset): forgot to set a cursor.
13657
13658         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
13659
13660 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
13661
13662         * FormMathsPanel.C:
13663         * FormMathsPanel.h
13664         * MathsSymbols.C:
13665         * form_maths_panel.C:
13666         * form_maths_panel.h:
13667         * form_maths_panel.fd: implemented sub- and super- buttons in math
13668         panel.
13669
13670         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
13671         (or ^ space) to be used as in TeX (req'd by André).
13672
13673         * lyxfunc.C: Allow ^ and _ again to be used both as
13674         super/subscript (mathed) and as themselves (in text).
13675
13676 2002-01-03  Allan Rae  <rae@lyx.org>
13677
13678         * LyXView.C (updateWindowTitle): Setup a short icon title of either
13679         "LyX" or the filename of the current buffer if it has one.  This is a
13680         modified form of John Levon's patch.
13681
13682         * XFormsView.C (setWindowTitle): also set icon title.
13683
13684         * LyXView.h (setWindowTitle): signature changed.
13685         * XFormsView.h (setWindowTitle): ditto.
13686
13687 2002-01-02  Juergen Vigna  <jug@sad.it>
13688
13689         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
13690
13691 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13692
13693         * screen.C (topCursorVisible): introduce a temp var for
13694         text->cursor.row(), handle the case where this row is null. (kindo
13695         hachish)
13696
13697         * text2.C (setCursor): add a couple of asserts.
13698
13699         * paragraph.h (inset_iterator): add -> operator
13700
13701         * paragraph.[Ch] (autoDeleteInsets): remove member function
13702
13703         * BufferView2.C (removeAutoInsets): rewrite to handle the old
13704         cursor pos correctly and handle inset deletion by itself.
13705         (insertErrors): move iterator declaration out of for expression
13706
13707         * lyxtextclass.C: add <algorithm>
13708
13709         * Makefile.am: added the new files to sources, removed layout.C
13710
13711         * layout.C: removed file
13712
13713         * layout.h: remove LYX_DUMMY_LAYOUT
13714
13715         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
13716         layout.
13717
13718         * lyxlayout.[Ch]:
13719         * lyxtextclass.[Ch]:
13720         * lyxtextclasslist.[Ch]: new files
13721
13722         * include order changes to a lot of files, also changes because of
13723         the six new files.
13724
13725 2001-12-27  Juergen Vigna  <jug@sad.it>
13726
13727         * buffer.C (asciiParagraph): more fixes.
13728
13729         * tabular.C (ascii): make ascii export support export of only the
13730         data separated by a column-delimiter.
13731         (ascii): better support for ascii export.
13732
13733         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
13734
13735 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13736
13737         * tabular_funcs.C: use a "using std::getline" instead of the
13738         previous fix from Angus (necessary for cxx + lyxstring)
13739
13740 2001-12-24  Juergen Vigna  <jug@sad.it>
13741
13742         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
13743
13744         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
13745         problems. First check a minipage also if we have some ert-contents
13746         (not only on par->size(), second set the right depth of the paragraph
13747         on the relink to the root-paragraph-list!
13748
13749         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
13750         which then did not anymore update the main paragraphs on undo/redo!
13751
13752 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13753
13754         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
13755         code. Support all font-changing funcs (even those which are not in
13756         menu currently). Support for reporting font settings in
13757         mathed (disabled until Andre provides a function on mathed's side).
13758
13759         * func_status.h (toggle): small helper function to set toggle
13760         state on a flag.
13761
13762 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
13763
13764         * tabular_funcs.C: getline -> std::getline
13765
13766 2001-12-21  Juergen Vigna  <jug@sad.it>
13767
13768         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
13769         accessed and could be 0 (I couldn't generate this but it seems
13770         Michael could!).
13771
13772 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13773
13774         * tabular_funcs.C: add LIstream.h, move write_attribute to..
13775         * tabular_funcs.h: here and include iosfwd
13776
13777 2001-12-20  Juergen Vigna  <jug@sad.it>
13778
13779         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
13780         inside inset but undo_par was.
13781
13782 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13783
13784         * Thesaurus.C: always include <config.h> in sources.
13785
13786         * Painter.h:
13787         * lyxlookup.h:
13788         * box.h: do not include <config.h> in header files
13789
13790         * text.C (paintLastRow): remove unused variable
13791
13792         * text.C (transformChar):
13793         (insertChar):
13794         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
13795
13796         * Painter.C (text):
13797         * font.C (width): rewrite to use uppercase() instead of
13798         islower/toupper.
13799
13800         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
13801
13802 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
13803
13804         * lyxfind.C: clean up of find failure position change
13805
13806 2001-12-20  Juergen Vigna  <jug@sad.it>
13807
13808         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
13809
13810         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
13811         (TeXRow): added to LaTeX a single tabular row.
13812         (TeXLongtableHeaderFooter): added to output LT-h/f data.
13813         (Latex): simplified and finally good LT-h/f support.
13814         (various_functions): just small adaptions for LT-h/f support.
13815
13816         * tabular_funcs.[hC]: added and moved here all not classfunctions
13817         of LyXTabular.
13818
13819 2001-12-19  Juergen Vigna  <jug@sad.it>
13820
13821         * tabular.[Ch]: better support for longtabular options (not finished
13822         yet!)
13823
13824 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13825
13826         * text.C (paintLastRow): use the label font instead of the font of
13827         the last character to compute the size of *_BOX. This makes more
13828         sense and avoids a crash with empty paragraphs.
13829         Use Painter::rectangle to draw EMPTY_BOX.
13830
13831 2001-12-19  Juergen Vigna  <jug@sad.it>
13832
13833         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
13834         the paragraphs if the replaced paragraph is not the first one!
13835         Tried to delete not used paragraphs but does not work yet so for
13836         now it's inside #ifdef's and by default off!
13837
13838 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13839
13840         * MenuBackend.C: include "lyx_main.h" instead of declaring
13841         lastfiles (actually was declared as LastFiles* instead of a
13842         scoped_ptr).
13843
13844 2001-12-17  Juergen Vigna  <jug@sad.it>
13845
13846         * tabular.C (AppendColumn): applied John's fix
13847
13848 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
13849
13850         * BufferView.h:
13851         * BufferView.C:
13852         * BufferView_pimpl.h:
13853         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
13854
13855         * Makefile.am:
13856         * box.h: new start of class for above
13857
13858         * lyxfunc.C: ignore space-only minibuffer dispatches.
13859           Show the command name when it doesn't exist
13860
13861         * minibuffer.C: don't add empty lines to the history
13862
13863         * minibuffer.C: add a space on dropdown completion
13864
13865 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
13866
13867         * text.C: fix line above/below drawing in insets
13868
13869 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13870
13871         * lyxlength.C (LyXLength): Initialize private variables.
13872
13873 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
13874
13875         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
13876         when inserting error insets.
13877
13878 2001-12-13  Juergen Vigna  <jug@sad.it>
13879
13880         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
13881         actually sometimes the before-paragraph.
13882         (setUndo): don't clear the redostack if we're not actually undoing!
13883
13884 2001-12-06  Juergen Vigna  <jug@sad.it>
13885
13886         * undo_funcs.C (textHandleUndo): well after John's hint I got here
13887         and fixed redoing of main paragraph, so we can use it now ;)
13888
13889         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
13890
13891 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13892
13893         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
13894         Juergen's request
13895
13896 2001-12-13  André Pönitz <poenitz@gmx.net>
13897
13898         * undostack.[Ch]:
13899         * undo_func.C: minor cleanup
13900
13901 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13902
13903         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
13904         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
13905         font in urw-fonts package which is marked as -urw-fontspecific and
13906         does not work (incidentally, changing the encoding in the
13907         fonts.dir of this package to -adobe-fontspecific fixes the
13908         problem).
13909
13910         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
13911         is a crash when undoing first paragraph (Juergen, please take a
13912         look). THis does not mean the undo fix is wrong, just that it
13913         uncovers problems.
13914
13915         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
13916         the (Paragraph*) version when needed instead of duplicating the
13917         code.
13918
13919         * text.C (workWidth): use Inset::parOwner to find out where the
13920         inset has been inserted. This is a huge performance gain for large
13921         documents with lots of insets. If Inset::parOwner is not set, fall
13922         back on the brute force method
13923
13924         * paragraph_pimpl.C (insertInset):
13925         * paragraph.C (Paragraph):
13926         (cutIntoMinibuffer): set parOwner of insets when
13927         inserting/removing them
13928
13929         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
13930
13931 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
13932
13933         * commandtags.h:
13934         * LyXAction.C:
13935         * lyx_main.C:
13936         * lyxfunc.C:
13937         * mathed/formulabase.C:
13938         * mathed/math_cursor.[Ch]:
13939         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
13940
13941
13942 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13943
13944         * lyxlength.[Ch] (operator!=): new function
13945
13946 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13947
13948         * text.C (workWidth): use Inset::parOwner to find out where the
13949         inset has been inserted. This is a huge performance gain for large
13950         documents with lots of insets. If Inset::parOwner is not set, fall
13951         back on the brute force method
13952
13953         * paragraph_pimpl.C (insertInset):
13954         * paragraph.C (Paragraph):
13955         (cutIntoMinibuffer): set parOwner of insets when
13956         inserting/removing them
13957
13958         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
13959
13960 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13961
13962         * tabular-old.C (getTokenValue):
13963         * tabular.C (getTokenValue):
13964         (write_attribute): new versions for LyXLength
13965         (everywhere): adjust the use of widths
13966
13967         * tabular.h: change the type of widths from string to LyXLength
13968
13969 2001-12-11  Ben Stanley <bds02@uow.edu.au>
13970
13971         * paragraph.C: fixed missing line number count when exporting
13972         Environments to LaTeX file
13973
13974         * buffer.C: added informational message for checking line numbers.
13975
13976 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13977
13978         * text2.C (deleteEmptyParagraphMechanism): if there is only one
13979         paragraph, do the 'double space' part, but not the 'empty
13980         paragraph' one.
13981
13982         * text.C (workWidth): small optimization
13983         (getLengthMarkerHeight): use minimal size for negative lengths.
13984
13985 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
13986
13987         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
13988
13989         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
13990
13991 2001-12-11  André Pönitz <poenitz@gmx.net>
13992
13993         * FontLoader.C:
13994         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
13995
13996 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
13997
13998         * text2.C: keep selection on a setFont()
13999
14000 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14001
14002         * lyx_cb.C: another bv->text misuse, from insert label
14003
14004 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14005
14006         * kbsequence.h:
14007         * kbsequence.C: re-instate nmodifier mask
14008
14009 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
14010
14011         * lyx_main.h: make lyxGUI private.
14012
14013 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14014
14015         * lyxfind.C: place the cursor correctly on failed search
14016
14017 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14018
14019         * text.C (getLengthMarkerHeight): for small heights, the arrows
14020         are not always on top/bottom of the text
14021         (drawLengthMarker): smaller arrows; take the left margin in
14022         account; draw also vfills.
14023         (paintFirstRow):
14024         (paintLastRow): remove special code for vfill and standard spaces,
14025         since everything is handled in drawLengthMarker now.
14026
14027 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14028
14029         * buffer.C (insertErtContents): try to handle font and language
14030         interaction a bit better.g
14031
14032         * ColorHandler.C (updateColor): change the hash to cover the whole
14033         LColor enum, ws cleanup
14034         (getGCLinepars): ditto
14035         (getGCLinepars): only lookup in the linecache once.
14036
14037 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
14038
14039         * iterators.C (operator++): Make the iterator more robust
14040
14041         * BufferView2.C (removeAutoInsets): Use paragraph iterators
14042         (John's patch)
14043         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
14044
14045 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14046
14047         * lyxtext.h:
14048         * text.C: better added space drawing
14049
14050 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14051
14052         * LyXView.C:
14053         * BufferView2.C: fix layout combo update on inset unlock
14054
14055 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14056
14057         * Makefile.am: don't compile unused files
14058
14059 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14060
14061         * lyxfunc.C:
14062         * commandtags.h:
14063         * LyXAction.C: remove old LFUN_LAYOUTNO
14064
14065 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14066
14067         * paragraph_pimpl.h:
14068         * paragraph_pimpl.C: isTextAt() doesn't need font param
14069
14070 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14071
14072         * lyxlex.h:
14073         * lyxlex.C: little cleanup
14074
14075 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14076
14077         * BufferView_pimpl.C: fix insertAscii for insets
14078
14079 2001-12-05  Juergen Vigna  <jug@sad.it>
14080
14081         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
14082         set the right font on the "multi" paragraph paste!
14083
14084 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14085
14086         * trans_decl.h:
14087         * trans_mgr.[Ch]:
14088         * trans.[Ch]:
14089         * lyxgluelength.C:
14090         * lyxlength.C: remove out-commented code.
14091
14092         * BufferView_pimpl:
14093         * CutAndPaste.C:
14094         * DepTable.C:
14095         * buffer.C:
14096         * chset.C:
14097         * lastfiles.C:
14098         * lyxlex.C:
14099         * lyxlex_pimpl.C:
14100         * lyxserver.C:
14101         * screen.C:
14102         * tabular-old.C:
14103         * tabular.C:
14104         * text.C:
14105         * trans_mgr.C:
14106         * vc-backend.C: change "while(" to "while ("
14107
14108         * lyxlength.[Ch]: add zero function to check if length is zero or
14109         not
14110         * lyxgluelength.C: use it
14111
14112 2001-12-05  Allan Rae  <rae@lyx.org>
14113
14114         * lyxlength.C: Attempted a fix for the abs(int) header selection.
14115         Works for 2.95.3, from what I understand of Garst's reports this should
14116         work for other g++ versions.  We're screwed if the abs(int) definition
14117         changed between bugfix releases of gcc.
14118
14119 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14120
14121         * text.C: fix chapter label offset !
14122
14123 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14124
14125         * lyxtext.h:
14126         * text.C: fix hfill at end of line, clean up
14127
14128 2001-12-04  Juergen Vigna  <jug@sad.it>
14129
14130         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
14131         that we force an update of the inset and it's owners if neccessary.
14132
14133 2001-12-03  Juergen Vigna  <jug@sad.it>
14134
14135         * text.C (rowLast): simplified code
14136
14137 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14138
14139         * lyxfunc.C: fix show options on timeout
14140
14141 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14142
14143         * screen.C (topCursorVisible): scroll half a page when the cursor
14144         reached top of bottom of screen
14145
14146 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
14147
14148         * minibuffer.C: deactivate on loss of focus
14149
14150 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14151
14152         * vspace.[Ch] (operator!=): add operator.
14153
14154 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
14155
14156         * BufferView_pimpl.C: refuse to open an inset when
14157         there's a selection.
14158
14159 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
14160
14161         * BufferView_pimpl.C: allow to click on RHS of full row insets
14162
14163 2001-11-30  Juergen Vigna  <jug@sad.it>
14164
14165         * tabular.C (LyXTabular): add a same_id to set the same id's in the
14166         insets for undo reasons.
14167
14168 2001-11-28  André Pönitz <poenitz@gmx.net>
14169
14170         * vspace.[Ch]: cosmetical changes
14171
14172 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14173
14174         * LyXAction.h:
14175         * LyXAction.C:
14176         * lyxfunc.h:
14177         * lyxfunc.C:
14178         * kbmap.h:
14179         * kbmap.C:
14180         * lyxrc.C:
14181         * kbsequence.h:
14182         * kbsequence.C: part re-write of old kb code
14183
14184         * Painter.C:
14185         * WorkArea.C: remove Lgb_bug_find_hack
14186
14187 2001-11-30  José Matos <jamatos@fep.up.pt>
14188
14189         * buffer.C (makeDocBookFile): add a comment to point a hack.
14190         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
14191         Fixed a double write of labels.
14192
14193 2001-11-29 Ben Stanley <bds02@uow.edu.au>
14194
14195         * LaTeX.C:
14196         * LaTeX.h Fixed bug in LaTeX class where it would not
14197         re-run latex if no depfiles were changed, but the .dvi was removed.
14198
14199 2001-11-28  André Pönitz <poenitz@gmx.net>
14200
14201         * all the files from the change on 2001/11/26:
14202         use lyx::layout_type instead of LyXTextClass::size_type
14203         use lyx::textclass_type instead of LyXTextClassList::size_type
14204
14205 2001-11-29  Juergen Vigna  <jug@sad.it>
14206
14207         * text.C: added support for paragraph::isFreeSpacing()
14208
14209         * buffer.C: same as above
14210
14211         * paragraph.h: inserted isFreeSpacing() function to enable
14212         FreeSpacing inside InsetERT.
14213
14214         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
14215         of the paragraph's in the cut/copy buffer to 0!
14216
14217         * text2.C (removeRow): remove the assert as it can!
14218
14219         * lyxtext.h: added helper function firstRow returning firstrow and
14220         made firstrow private again.
14221
14222         * BufferView2.C (lockInset): don't relock if we're already locked!
14223
14224         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
14225         the only paragraph.
14226         (removeRow): added Assert::(firstrow)
14227
14228         * debug.C: forgot to add INSETTEXT here.
14229
14230 2001-11-28  Juergen Vigna  <jug@sad.it>
14231
14232         * sp_spell.C (initialize): changed error text to more general
14233         spellchecker command use (not only ispell!)
14234
14235         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
14236
14237         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
14238
14239 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14240
14241         * vspace.C: initialise lyxgluelength on failure
14242
14243 2001-11-28  Allan Rae  <rae@lyx.org>
14244
14245         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14246         declaration & definition that looks like a function declaration.
14247
14248 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14249
14250         * BufferView2.C (copy):
14251         (copyEnvironment): do not clear the selection when doing a copy.
14252
14253         * text.C (paintFirstRow): compilation fix
14254
14255 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14256
14257         * tabular.C (Latex): correct line count when writing latex.
14258
14259 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14260
14261         * paragraph_pimpl.h:
14262         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14263           bug a bit
14264
14265 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14266
14267         * text.C:
14268         * LColor.h:
14269         * LColor.C: change vfillline->added_space
14270
14271         * text.C: add markers and text for added space
14272
14273         * vspace.C: fix comment
14274
14275 2001-11-28  André Pönitz <poenitz@gmx.net>
14276
14277         * paragraph.C: whitespace changes
14278         * all the other files from the change on 2001/11/26:
14279         change *::pos_type into lyx::pos_type
14280
14281 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14282
14283         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14284         language of the document when inserting error insets.
14285
14286 2001-11-26  André Pönitz <poenitz@gmx.net>
14287
14288         * BufferView_pimpl.[Ch]:
14289         *       CutAndPaste.C:
14290         * buffer.[Ch]:
14291         * lyxcursor.[Ch]:
14292         * lyxfind.C:
14293         * lyxfunc.C:
14294         * lyxrow.[Ch]:
14295         * paragraph.[Ch]:
14296         * paragraph_pimpl.[Ch]:
14297         * sp_spell.C:
14298         * text.C:
14299         * text2.C: reduce header dependencies, introduce type for positions
14300
14301 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14302
14303         * <various>: change to use Alert.h
14304
14305 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14306
14307         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14308         when encountering an unknown token.
14309         (readLyXformat2): Show an error message if there were unknown tokens.
14310
14311 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14312
14313         * BufferView2.C:
14314         * BufferView_pimpl.C:
14315         * buffer.C:
14316         * paragraph.h:
14317         * text.C:
14318         * text2.C: use par->isInset()
14319
14320 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14321
14322         * paragraph_pimpl.h:
14323         * paragraph_pimpl.C: cleanup
14324
14325 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14326
14327         * text2.C (removeRow):
14328         * text.C (setHeightOfRow): remove useless (and costly) call to
14329         getRow.
14330
14331 2001-11-20  Allan Rae  <rae@lyx.org>
14332
14333         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14334         Now need Inset*::checkInsertChar() to return true for appropriate
14335         cases so that the characters in the minibuffer will actually be
14336         inserted.
14337
14338 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14339
14340         * text.C: change the order of the includes.
14341         (workWidth): initialize it at once.
14342         (workWidth): make maxw unsigned
14343         (setHeightOfRow): remove unused variable (inset)
14344         (selectSelectedWord): remove unused variable (inset)
14345         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14346
14347 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14348
14349         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14350         server is not running.
14351         (openConnection):
14352         (closeConnection): add debug info when server is disabled.
14353
14354         * ColorHandler.C (getGCForeground): send debug message to GUI
14355         channel.
14356
14357         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14358
14359         * kbmap.C (bind): modify because return conventions of
14360         kb_sequence::parse have changed.
14361
14362         * kbsequence.C (parse): only ignore spaces and not any stupid
14363         control character. This avoids tests like s[i] <= ' ', which are
14364         guaranteed to fail with 8bit characters and signed chars.
14365         Change return code to string::npos when there have been no error
14366         (0 was a bad idea when error is at first character)
14367
14368 2001-11-14  José Matos  <jamatos@fep.up.pt>
14369
14370         * buffer.h:
14371         * buffer.C (simpleDocBookOnePar): removed unused argument.
14372
14373 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14374
14375         * text.C (selectNextWordToSpellcheck): do not test explicitely for
14376         insets which are part of a word. Paragraph::isLetter takes care of
14377         that now. Use Paragraph::isInset to identify insets.
14378         (selectSelectedWord): do not test for hyphenation break.
14379
14380         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
14381         that protected spaces are considered as spaces.
14382
14383         * paragraph.C (isLetter): cleanup the code for ispell extras; use
14384         Inset::isLetter.
14385
14386 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
14387
14388         * lyxserver.h:
14389         * lyxserver.C: fix it. and small cleanup.
14390
14391 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14392
14393         * BufferView_pimpl.C: use inline helpers
14394
14395         * LaTeXFeatures.h:
14396         * LaTeXFeatures.C: fix typos
14397
14398         * Spacing.h:
14399         * Spacing.C: move spacing_string into class
14400
14401         * ToolbarDefaults.C: move stuff into namespace anon
14402
14403         * layout.h: update enum
14404
14405         * lyxfunc.C: use better debug
14406
14407         * minibuffer.h: fix typo
14408
14409         * debug.h:
14410         * debug.C:
14411         * WorkArea.C: add and use Debug::WORKAREA
14412
14413         * lyxtext.h:
14414         * text.C:
14415         * text2.C: code re-organisation, inline helpers
14416
14417 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
14418
14419         * Layout.C: replaced a few cases of std::vector.size() == 0 with
14420         std::vector.empty().
14421
14422 2001-11-09  Allan Rae  <rae@lyx.org>
14423
14424         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
14425         '\n's after tables.  Tabular and ERT inset work now makes this no
14426         longer necessary.
14427
14428 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14429
14430         * minibuffer.h:
14431         * minibuffer.C: fix crash, improve drop-down completion
14432
14433 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
14434
14435         * lyxserver.h:
14436         * lyxserver.C: invalidate fd's when doing endPipe()
14437
14438 2001-11-08  José Matos  <jamatos@fep.up.pt>
14439
14440         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
14441         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
14442
14443         * paragraph.h:
14444         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
14445
14446 2001-11-07  José Matos  <jamatos@fep.up.pt>
14447
14448         * buffer.h:
14449         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
14450         const qualifier.
14451
14452         * buffer.C (sgmlOpenTag):
14453         * buffer.C (sgmlCloseTag): removed debug info.
14454
14455         * buffer.h (sgmlOpenTag):
14456         * buffer.h (sgmlCloseTag): made public.
14457
14458 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14459
14460         * buffer.C (saveParamsAsDefaults):
14461         * lyx_cb.C (MenuLayoutSave): remove
14462
14463         * LyXAction.C (init):
14464         * commandtags.h:
14465         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
14466
14467 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14468
14469         * buffer.C (setPaperStuff): removed from here...
14470
14471         * bufferparams.C (setPaperStuff): ... and moved there.
14472
14473 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
14474
14475         * minibuffer.h:
14476         * minibuffer.C:
14477         * XFormsView.C: add support for drop-down completion
14478
14479 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
14480
14481         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
14482         commands.
14483
14484 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14485
14486         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
14487         disabled.
14488
14489 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14490
14491         * lyx_main.C: change ref to known bugs
14492
14493 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
14494
14495         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
14496         to work around older babel problems.
14497
14498 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14499
14500         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
14501
14502 2001-10-24  Juergen Vigna  <jug@sad.it>
14503
14504         * tabular-old.C (ReadOld): below variable changes reflected.
14505
14506         * tabular.[Ch]: added ltType struct for longtable header/footer
14507         defines and changed all instances where they are used. Added
14508         future support for double top/bottom rows.
14509
14510 2001-10-24  José Matos  <jamatos@fep.up.pt>
14511
14512         * buffer.h (docbookHandleCaption):
14513         * buffer.C (docbookHandleCaption): removed unused function.
14514         (makeDocBookFile): moved docbook supported version to v4.1.
14515
14516 2001-10-24  José Matos  <jamatos@fep.up.pt>
14517
14518         * tabular.h:
14519         * tabular.C (docbookRow): new function to export docbook code of a row.
14520         (DocBook): now honors the longtable flags.
14521
14522 2001-10-23  José Matos  <jamatos@fep.up.pt>
14523
14524         * LaTeXFeatures.h:
14525         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
14526         of the lyx defined sgml entities used in a docbook/linuxdoc document.
14527
14528         * buffer.C (makeLinuxDocFile):
14529         (makeDocBookFile): reworked the preamble, more clean, and with
14530         support for lyx defined entities. Changed the document declaration
14531         to be more XML friendly.
14532
14533         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
14534         if we need to output XML that should be done with a filter.
14535
14536 2001-10-22  Juergen Vigna  <jug@sad.it>
14537
14538         * sp_pspell.h (class PSpell): add alive function needed in the
14539         controller to see if the spellchecker could be started.
14540
14541 2001-10-22  Juergen Vigna  <jug@sad.it>
14542
14543         * buffer.C (insertStringAsLines): modify the font for inserting
14544         chars in certain conditions by calling checkInsertChar(font).
14545
14546 2001-10-19  Juergen Vigna  <jug@sad.it>
14547
14548         * text.C (workWidth): use getRow instead of wrong algorithm.
14549         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
14550
14551 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
14552
14553         * lyxserver.h:
14554         * lyxserver.C:
14555         * lyx_main.h:
14556         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
14557
14558 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14559
14560         * text.C (workWidth): do not search for the exact row when
14561         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
14562         optimization for big documents.
14563
14564 2001-10-18  Juergen Vigna  <jug@sad.it>
14565
14566         * text.C (workWidth): new function with added Inset * parameter.
14567
14568 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14569
14570         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
14571
14572         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
14573         change return type of getColumnNearX.
14574
14575
14576         * text.C (changeRegionCase): use uppercase/lowercase instead of
14577         toupper/tolower.
14578         (leftMargin):
14579         (rightMargin): simplify code by factoring out the uses of
14580         textclasslist.
14581         (labelFill):
14582         (numberOfHfills):
14583         (setHeightOfRow):
14584         (appendParagraph): use Paragraph::size_type
14585
14586 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14587
14588         * vspace.C (asLatexString): add a missing break
14589
14590 2001-10-15  Herbert Voss  <voss@perce.de>
14591
14592         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
14593
14594 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14595
14596         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
14597         is not available.
14598
14599 2001-10-10  André Pönitz <poenitz@gmx.net>
14600
14601         * lyxfunc.C: removed greek_kb_flag.
14602
14603 2001-10-10  Herbert Voss  <voss@perce.de>
14604
14605         * lyx_main.C: delete global string help_lyxdir.
14606
14607 2001-10-09  Herbert Voss  <voss@perce.de>
14608
14609         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
14610
14611         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
14612
14613         * lyx_main.C: added global string help_lyxdir.
14614
14615         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
14616
14617 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14618
14619         * lyxrc.C (set_font_norm_type): support iso8859-4
14620
14621 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
14622
14623         * LaTeX.C (deplog): add another regex for MikTeX
14624
14625 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14626
14627         * lyxrc.C (set_font_norm_type): support iso8859-3
14628
14629 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14630
14631         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
14632
14633         * LaTeXFeatures.C: remove special case of french and index
14634
14635         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
14636         before \begin{document}). This solves several incompatibilities.
14637
14638 2001-10-03  Garst Reese  <reese@isn.net>
14639
14640         * lyx_cb.C: change CheckTex error msg.
14641
14642 2001-10-03  José Matos  <jamatos@fep.up.pt>
14643
14644         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
14645
14646 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14647
14648         * .cvsignore: update
14649
14650         * lyx_main.C (commandLineVersionInfo): use new style version info.
14651
14652         * buffer.C (writeFile):
14653         (makeLaTeXFile):
14654         (makeLinuxDocFile):
14655         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
14656
14657         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
14658
14659         * version.h: update to use stuff in version.C
14660
14661         * version.C.in: new file. Contains version information determined
14662         at compile time. This is a merging of version.h and
14663         version_info.h.in.
14664
14665 2001-10-03  Juergen Vigna  <jug@sad.it>
14666
14667         * BufferView_pimpl.C (update): don't change "dirty" status in
14668         updateInset call.
14669
14670 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
14671
14672         * WorkArea.C (c-tor): re-position version string slightly.
14673
14674 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
14675
14676         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
14677         revert to previous code.
14678
14679         WorkArea.[Ch]: (show, destroySplash): methods removed.
14680
14681         WorkArea.C: rework code so that it's an amalgam of the codes before and
14682         after the splash screen was moved to WorkArea.
14683
14684 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14685
14686         * lyxrc.C (read):
14687         * vspace.C (inPixels):
14688         (lyx_advance):
14689         * kbmap.C (bind):
14690         * buffer.C (insertStringAsLines):
14691         (asciiParagraph): fix types to be large enough
14692
14693         * lyxlex_pimpl.h: change member status from short to int
14694
14695         * layout.h: fix type of endlabeltype
14696
14697         * kbmap.C (bind):
14698         * kbsequence.C (parse): change return type to string::size_type
14699
14700         * LaTeX.C (updateBibtexDependencies): comment out unneeded
14701         variable
14702
14703         * Bullet.C (bulletSize):
14704         (bulletEntry): do not use short ints as parameters
14705
14706         * BufferView2.C (insertLyXFile): change a char to an int.
14707
14708         * WorkArea.C (WorkArea): remove unneeded floats in computation
14709
14710 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
14711
14712         * buffer.C (asciiParagraph): Treat '\\' as other chars.
14713
14714         * paragraph.C (asString): Do not ignore newline/hfill chars when
14715         copying to the clipboard.
14716
14717 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
14718
14719         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
14720         after a multi-line inset.
14721
14722 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
14723
14724         * paragraph.C (validate): Set NeedLyXFootnoteCode
14725
14726 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14727
14728         * lyxfont.C (LyXSizeNames): changed increase-error to increase
14729         and decrease-error to decrease.
14730
14731 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14732
14733         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
14734         it more readable (should be equivalent)
14735
14736 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14737
14738         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
14739
14740 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14741
14742         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
14743         of a cursor (row, etc.) after a character has been deleted
14744         (deleteEmptyParagraphMechanism): call the method above on _all_
14745         cursors held by the LyXText when a double space has been
14746         detected/deleted.
14747
14748 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14749
14750         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
14751         pixmap.
14752         (resizeCurrentBuff): remove code to destroy the old splash dialog.
14753
14754         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
14755         background. Use greyOut() and the new show() methods to toggle between
14756         the foreground and background. Add code to remove the splash after
14757         its initial showing.
14758
14759         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
14760         (create_forms): no longer call Dialogs::showSplash.
14761
14762 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14763
14764         * .cvsignore: add version_info.h
14765
14766 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14767
14768         * version_info.h.in: new file
14769
14770         * Makefile.am: add version_info.h.in
14771
14772         * lyx_main.C (commandLineVersionInfo): use version_info defined in
14773         version_info.h instead of VERSION_INFO
14774
14775 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
14776
14777         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
14778         The ERT inset now returns string().
14779
14780 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
14781
14782         * lyxtext.h, text.C (selectNextWord): renamed as
14783         selectNextWordToSpellcheck.
14784
14785         * text.C (selectNextWordToSpellcheck): Modified to not select
14786         words inside an ERT inset.
14787
14788 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14789
14790         * lyx_cb.C (MenuLayoutSave): change a bit the question
14791
14792         * sp_base.h: include <sys/types.h>
14793
14794 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
14795
14796         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
14797
14798 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
14799
14800         * several files: fix typos in user-visible strings
14801
14802 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14803
14804         * text2.C (pasteSelection): do not set the selection, since it
14805         will be cleared later. Actually, the intent was to fix the way the
14806         selection was set, but I figured rmoving the code was just as good.
14807
14808 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
14809
14810         * FontLoader.C (available): Check if font is available without
14811         loading the font.
14812
14813 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
14814
14815         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
14816
14817 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
14818
14819         * lyxrc.[Ch]: added display_graphics variable and associated code.
14820
14821 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14822
14823         * bufferparams.C (hasClassDefaults): new method. Returns true if
14824         the buffer parameters correspond to known class defaults
14825
14826 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
14827
14828         * XFormsView.C (show): set minimum size to the main window.
14829
14830 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14831
14832         * text2.C (copySelection):
14833         (cutSelection):
14834         * lyxfind.C (LyXReplace):
14835         * BufferView_pimpl.C (Dispatch): pass the correct flag to
14836         LyXText::selectionAsString.
14837
14838         * paragraph.C (asString): add "label" argument to the second form
14839
14840         * text2.C (selectionAsString): add "label" argument and pass it to
14841         Paragraph::asString.
14842
14843 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14844
14845         * lyx_main.C (commandLineHelp): remove version information
14846
14847 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
14848
14849         * lyx_main.C: add -version commandline option
14850
14851 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14852
14853         * paragraph.h: make the optional constructor arg required instead.
14854         some modifications to other files because of this.
14855
14856         * minibuffer.C (C_MiniBuffer_peek_event): make it static
14857
14858         * lyxserver.C (C_LyXComm_callback): make it static
14859
14860         * lyx_main.C (error_handler): make it static
14861
14862         * lyx_gui.C (LyX_XErrHandler): make it static
14863
14864         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
14865
14866         * WorkArea.C: make the extern "C" methods static.
14867
14868         * Makefile.am (lyx_LDADD): simplify
14869
14870 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14871
14872         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
14873         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
14874
14875         * LyXAction.C (init):
14876         * lyxfunc.C (dispatch): associated code removal.
14877
14878 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14879
14880         * lyxfont.h (isSymbolFont): shut off warning
14881
14882         * text.C (setHeightOfRow):
14883         (getVisibleRow): fix crash with empty paragraphs which have a
14884         bottom line
14885
14886 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
14887
14888         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
14889         code.
14890
14891 2001-09-04  José Matos  <jamatos@fep.up.pt>
14892         * buffer.C
14893         * buffer.h
14894         * tabular.C (docbook): rename docBook method to docbook.
14895
14896 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14897
14898         * Makefile.am: add dependencies to main.o.
14899
14900 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
14901
14902         * FontLoader.C (available): Return false if !lyxrc.use_gui
14903
14904 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
14905
14906         * FontInfo.C (query):
14907         * converter.C (view):
14908         * importer.C (Import):
14909         * exporter.C (Export): Can not -> cannot.
14910
14911 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
14912
14913         * BufferView_pimpl.C: allow to create index inset even if
14914           string is empty
14915
14916 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14917
14918         * buffer.C (getLists): replace boost::tie code with an explicit pair
14919         as boost::tie can break some compilers.
14920
14921         * iterators.h: Added a std:: declaration to the return type of
14922         ParIterator::size.
14923
14924 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
14925
14926         * lyxrc.C: add help for view_dvi_paper_option, default to safe
14927           case.
14928
14929 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
14930
14931         * iterators.[Ch]: New files. Provide paragraph iterators.
14932
14933         * buffer.C (changeLanguage): Use paragraph iterators.
14934         (isMultiLingual): ditto
14935
14936         * BufferView2.C (ChangeInsets): Use paragraph iterators.
14937
14938 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
14939
14940         * FontLoader.C: Support for cmr font.
14941
14942 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
14943
14944         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
14945         (available): New method.
14946
14947         * FontInfo.C (getFontname): Use scalable fonts even when
14948         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
14949         found.
14950
14951 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
14952
14953         * converter.C (Formats::view): reverted! Incorrect fix.
14954
14955 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
14956
14957         * converter.C (Formats::view): only output the -paper option
14958         if the dvi viewer is xdvi, thereby fixing bug #233429.
14959
14960 2001-08-23  Herbert Voss  <voss@perce>
14961
14962         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
14963
14964 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
14965
14966         * Spacing.h (Spacing): Set space to Default on in the default
14967         constructor.
14968
14969 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14970
14971         * vc-backend.h (RCS::versionString): add RCS to version
14972         (CVS::versionString): add CVS to version
14973
14974         * vc-backend.C (scanMaster): do not add CVS to version.
14975         (scanMaster): do not add RCS to version
14976
14977         * lyxvc.C (versionString): new method
14978
14979         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
14980
14981 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14982
14983         * Spacing.C (set): initialize fval
14984
14985 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
14986
14987         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
14988         " or \.
14989
14990 2001-08-16  Juergen Vigna  <jug@sad.it>
14991
14992         * lyxfunc.C (dispatch): implemented the new FINISHED states.
14993
14994 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
14995
14996         * BufferView_pimpl.C:
14997         * figureForm.C:
14998         * lyxtext.h:
14999         * text2.C: setParagraph takes linespacing now
15000
15001 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
15002
15003         * LyxAction.C: add internal LFUN_CITATION_INSERT
15004
15005         * LyXView.C: actually apply fix
15006
15007         * bufferlist.C: fix open non-existent file
15008
15009         * lyxfind.C: fix indentation
15010
15011         * lyxfunc.C: remove unneeded assert, fix typo
15012
15013 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15014
15015         * MenuBackend.C: use "Floatname List"
15016
15017 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
15018
15019         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
15020         when converting LaTeX layout to insetERT.
15021         Generate a non-collapsed float when reading old float
15022
15023 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15024
15025         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
15026         ERT insets.
15027
15028 2001-08-13  Juergen Vigna  <jug@sad.it>
15029
15030         * text.C (fill): return 0 instead of 20 as this seems to be the more
15031         correct value.
15032
15033 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15034
15035         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
15036         lyxrc.font_norm.
15037
15038 2001-08-13  Juergen Vigna  <jug@sad.it>
15039
15040         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
15041         casesensitive off.
15042         (SearchBackward): comment out the unlocking of the inset_owner this
15043         should not be needed!
15044
15045 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
15046
15047         * Many files: Remove inherit_language, and add latex_language
15048
15049         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
15050         collapsible insets.
15051
15052 2001-08-10  Juergen Vigna  <jug@sad.it>
15053
15054         * text.C (prepareToPrint): fixed hfill-width in draw!
15055
15056         * BufferView2.C (selectLastWord): save the selection cursor as this
15057         now is cleared in the function LyXText::clearSelection!
15058
15059 2001-08-08  Juergen Vigna  <jug@sad.it>
15060
15061         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
15062         BACKSPACE type functions.
15063
15064         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
15065         is only cutted from the document but not put in the cut-buffer, where
15066         still the old stuff should be.
15067
15068         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
15069
15070         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
15071
15072         * tabular.C (SetWidthOfCell): fixed special case where the width
15073         was not updated!
15074         (LeftLine): handle '|' in align_special.
15075         (RightLine): ditto
15076         (LeftAlreadyDrawed): ditto
15077         (SetWidthOfCell): ditto
15078
15079 2001-08-07  Juergen Vigna  <jug@sad.it>
15080
15081         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
15082
15083 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15084
15085         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
15086         * lyxlex.[hC]: ditto
15087
15088 2001-08-06  Juergen Vigna  <jug@sad.it>
15089
15090         * text.C (getVisibleRow): fix up row clearing a bit.
15091
15092 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15093
15094         * minibuffer.C: make sure the X server sees the changes in the input.
15095
15096 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15097
15098         * paragraph.C (getFont): split into...
15099         (getLabelFont): this
15100         (getLayoutFont): and this
15101         * paragraph_pimpl.C (realizeFont): calling this
15102
15103         * text2.C (getFont): split into...
15104         (getLayoutFont): this
15105         (getLabelFont): and this
15106         (realizeFont): all three calling this
15107
15108         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
15109         files where used.
15110
15111 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15112
15113         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
15114
15115 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
15116
15117         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
15118         layouts from the Quote inset insertion.
15119
15120 2001-08-03  Juergen Vigna  <jug@sad.it>
15121
15122         * BufferView_pimpl.C (update): do the fitCursor only at the end!
15123
15124         * screen.C (drawFromTo): don't call fitcursor here and do the loop
15125         only if status not is already CHANGED_IN_DRAW (second level).
15126
15127         * text.C (draw): don't set the need_break_row when inside an
15128         InsetText LyXText.
15129
15130 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15131
15132         * buffer.C (parseSingleLyXformat2Token): handle more latex
15133         conversion cases.
15134
15135         * bufferview_funcs.[hC]: change function names to
15136         begin with small char, adjust other files.
15137
15138 2001-08-02  André Pönitz <poenitz@gmx.net>
15139
15140         * lyxfunc.C:
15141         BufferView_pimpl.C: remove broken special code for math-greek
15142
15143 2001-08-02  Juergen Vigna  <jug@sad.it>
15144
15145         * BufferView_pimpl.C (update): redone this function so that we
15146         update the text again if there was a CHANGE_IN_DRAW.
15147
15148         * screen.C (cursorToggle): removed LyXText parameter and recoded.
15149         (drawFromTo): added a new internal bool which is used by draw() and
15150         redraw() function.
15151         (general): some cursor drawing problems fixed.
15152
15153 2001-08-01  Juergen Vigna  <jug@sad.it>
15154
15155         * lyxfind.C (LyXFind): fixed
15156         (SearchForward): ditto
15157         (SearchBackward): ditto
15158
15159         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
15160         spurius drawing of the cursor in the main area.
15161
15162         * text2.C (status): small fix which could lead to a segfault!
15163         (clearSelection): remove unneeded BufferView param.
15164
15165 2001-08-01  André Pönitz <poenitz@gmx.net>
15166
15167         * lyxfunc.C: small change due to changed mathed interface
15168
15169 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15170
15171         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
15172
15173 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
15174
15175         * lyxfunc.c: fail gracefully if file doesn't exist
15176
15177         * LyXSendto.C:
15178         * buffer.C:
15179         * lyxfunc.C:
15180         * BufferView_pimpl.C: IsDirWriteable() proto changed
15181
15182         * LyXView.C: fix updateWindowTitle() to store the last title
15183
15184 2001-07-31  Juergen Vigna  <jug@sad.it>
15185
15186         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
15187         the font (wrong since using of Paragraph::highestFontInRange).
15188
15189         * paragraph.C (highestFontInRange): added a default_size parameter.
15190
15191         * text.C (getVisibleRow): minor clear row changes (still not perfect).
15192         (setHeightOfRow): reformat
15193
15194 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15195
15196         * converter.[hC] + affected files: move to (inital-char)lowercase
15197         function names.
15198
15199         * ParagraphParameters.C (ParagraphParameters): remove commented code
15200
15201         * PainterBase.[Ch]: remove commented code
15202
15203         * LaTeXFeatures.h: add "bool floats" for float.sty
15204
15205         * LaTeXFeatures.C (LaTeXFeatures): init floats
15206         (require): handle float
15207         (getPackages): do it with floats
15208
15209 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15210
15211         * BufferView_pimpl.C (Dispatch): improve handling of
15212         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
15213
15214         * commandtags.h: #include lyxfont.h here temporarily to avoid
15215         keybinding bug.
15216
15217         * bufferlist.h: include LString.h here.
15218
15219 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15220
15221         * text2.C (getStringToIndex): new method.
15222
15223 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
15224
15225         * *: Reduced header file dependencies all over.
15226
15227 2001-07-30  Baruch Even  <baruch@lyx.org>
15228
15229         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
15230
15231 2001-07-29  Baruch Even  <baruch@lyx.org>
15232
15233         * buffer.C (readInset): Changed GRAPHICS to Graphics.
15234
15235 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15236
15237         * ParameterStruct.h (endif): add a default constructor to make
15238         sure that all variables is initialized.
15239
15240         * ParagraphParameters.C (ParagraphParameters): adjust
15241
15242 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15243
15244         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15245         index; also, check that there is something to index, and that it
15246         does not span over several paragraphs.
15247         (doubleClick): use WHOLE_WORD_STRICT for double click.
15248
15249         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15250
15251         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15252         scheme.
15253
15254 2001-07-26  Baruch Even  <baruch@lyx.org>
15255
15256         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15257         an InsetFig figure, backwards compatible reading of old figure code.
15258
15259 2001-07-27  Juergen Vigna  <jug@sad.it>
15260
15261         * text2.C: font.realize function adaption.
15262
15263         * text.C (draw): add a warnings lyxerr text if needed.
15264
15265         * layout.C: font.realize function adaption.
15266
15267         * language.C: add inherit_language and implement it's handlings
15268
15269         * bufferview_funcs.C (StyleReset): remove language parameter from
15270         font creation (should be language_inherit now).
15271
15272         * bufferparams.C (writeFile): handle ignore_language.
15273
15274         * paragraph.C (getFontSettings): the language has to be resolved
15275         otherwise we have problems in LyXFont!
15276
15277         * lyxfont.C (lyxWriteChanges): added document_language parameter
15278         (update): removed unneeded language parameter
15279
15280         * paragraph.C (validate): fixed wrong output of color-package when
15281         using interface colors for certain fonts in certain environments,
15282         which should not seen as that on the final output.
15283
15284 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15285
15286         * BufferView_pimpl.C:
15287         * Thesaurus.h:
15288         * Thesaurus.C:
15289         * Makefile.am:
15290         * commandtags.h:
15291         * LyXAction.C: add thesaurus support
15292
15293         * lyxfind.h:
15294         * lyxfind.C: add "once" parameter, for thesaurus, to not
15295           move to the next match
15296
15297 2001-07-26  Juergen Vigna  <jug@sad.it>
15298
15299         * lyxfont.C (realize): honor ignore_language too!
15300         (resolved): ditto.
15301
15302         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15303
15304         * text.C (draw): one place more for ignore_language to not draw
15305         itself!
15306
15307 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15308
15309         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15310
15311 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15312
15313         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15314         the minipage conversion problem.
15315
15316 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15317
15318         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15319         insert an inset.
15320
15321 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15322
15323         * BufferView.h: don't forward declare WorkArea
15324
15325         * BufferView.C: don't include WorkArea.h
15326
15327 2001-07-25  André Pönitz <poenitz@gmx.net>
15328
15329         * commandtags.h:
15330         * LyXAction.C:
15331         * lyxfunc.C:  new LFUN 'math-space'
15332
15333         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15334
15335 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15336
15337         * text2.C (toggleInset): call open/close
15338
15339 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15340
15341         * lyxfunc.C (dispatch): add debug for the disabled case
15342
15343         * font.C (buttonText): make similar to rectText
15344
15345         * buffer.C (readInset): comment out parsing of insetlist and
15346         insttheorem
15347
15348         * PainterBase.C (rectText): small correction
15349
15350         * BufferView_pimpl.C: comment out insettheorem and insetlist
15351         * LyXAction.C: ditto
15352         * commandtags.h: ditto
15353
15354 2001-07-24  Juergen Vigna  <jug@sad.it>
15355
15356         * text.C (draw): honor the ignore_language.
15357
15358         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15359
15360 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15361
15362         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15363         char inset.
15364
15365 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15366
15367         * lyxtext.h: remove unused (and unimplemented) methods
15368
15369 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15370
15371         * text.C (getVisibleRow): honor background color
15372
15373         * PainterBase.h:
15374         * Painter.h: remove default color argument for fillRectangle
15375
15376         * text.C (backgroundColor): new method
15377
15378 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15379
15380         * text.C (getVisibleRow): adjust
15381
15382         * font.[Ch] (rectText): new method, metrics
15383         (buttonText): new method, metrics
15384
15385         * PainterBase.[hC]: make rectText and buttonText always draw and take
15386         fewer paramteres.
15387
15388 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15389
15390         * ToolbarDefaults.C (read):
15391         * MenuBackend.C (read): allow escaping in all strings
15392
15393         * BufferView_pimpl.C (insertAndEditInset): new method.
15394         (Dispatch): use insertAndEditInset whenever appropriate.
15395
15396         * BufferView_pimpl.C (insertNote): removed
15397
15398         * BufferView_pimpl.C (smartQuote): new method, moved from
15399         BufferView; if an insetquote cannot be inserted, insert a '"'
15400         character instead.
15401
15402         * BufferView2.C: remove insertCorrectQuote();
15403
15404         * lyxfunc.C (getStatus): Add support for all remaingin
15405         inset-insert lfuns.
15406
15407         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
15408
15409         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
15410         command (necessary to pass " as parameter of self-insert.
15411
15412         * text.C (selectWordWhenUnderCursor):
15413         (selectWord): add word_location parameter
15414         (selectWordWhenUnderCursor): same + remove special code for word
15415         boundary.
15416         (selectNextWord): use kind() to guess type of insetspecialchar,
15417         not latex().
15418
15419         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
15420         (insertErtContents): create ert insets as collapsed.
15421         (readInset): better compatibility code for Info inset.
15422
15423 2001-07-20  Juergen Vigna  <jug@sad.it>
15424
15425         * lyxfunc.C (dispatch): use always LyXFind now!
15426
15427         * text2.C (init): add a reinit flag so that the LyXText can be
15428         reinited instead of deleted and reallocated (used in InsetText).
15429
15430         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
15431
15432         * text.C: ditto
15433
15434         * text2.C: ditto
15435
15436 2001-07-18  Juergen Vigna  <jug@sad.it>
15437
15438         * text.C (selectNextWord): handle insets inside inset by calling
15439         always the bv->text functions so that we can go up the_locking_inset!
15440
15441         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
15442         in strange locations when inside an inset!
15443
15444         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
15445         handling to include insets.
15446
15447         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
15448
15449 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15450
15451         * LyXAction.C (init):
15452         * commandtags.h:
15453         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
15454         LIGATURE_BREAK, since the name is so stupid.
15455
15456 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15457
15458         * buffer.C (readInset): enable reading of new InsetNotes as well as old
15459         InsetInfos.
15460
15461         * FontLoader.C: remove FORMS_H_LOCATION cruft.
15462
15463         * sp_form.[Ch]: remove.
15464
15465         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
15466
15467         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
15468         InsetInfo.
15469
15470         * src/buffer.C (readInset): ditto.
15471
15472 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15473
15474         * BufferView_pimpl.C (specialChar): new method. Obsoletes
15475         menuSeparator(), endOfSentenceDot(), ldots() and
15476         hyphenationPoint(), which are therefore removed.
15477         (Dispatch): handle LFUN_HYPHENATION_BREAK.
15478
15479         * LyXAction.C (init):
15480         * commandtags.h: add LFUN_HYPHENATION_BREAK.
15481
15482         * paragraph.C (getWord): removed.
15483
15484         * BufferView_pimpl.C (Dispatch): use last word or selection for
15485         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
15486
15487         * lyx_main.C (queryUserLyXDir): do not ask before creating
15488         user_dir, except if it has been named explicitely.
15489
15490 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15491
15492         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
15493         a document of zero size.
15494
15495 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
15496
15497         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
15498         approriately in the c-tor and in require().
15499         (getPackages): output the appropriate LaTeX for natbib support.
15500
15501         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
15502         variables "use_natbib" and "use_numerical_citations" when reading the
15503         LyX file.
15504         (readInset): read the various natbib cite commands.
15505         (validate): white-space change.
15506
15507         * bufferparams.[Ch]: new variables "bool use_natbib" and
15508         "bool use_numerical_citations".
15509         (writeFile): output them in the LyX file.
15510
15511 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15512
15513         * lyxfunc.C (getStatus): add support for all the inset insertion
15514         commands.
15515
15516         * text2.C (insertInset):
15517         * paragraph.C (insetAllowed):
15518         * BufferView_pimpl.C (insertInset): update to take in account the
15519         renaming of insertInsetAllowed
15520
15521         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
15522
15523         * text2.C (getInset): new method. returns inset at cursor position.
15524
15525         * BufferView_pimpl.C (Dispatch): changes because of this.
15526
15527         * LyXAction.C (init): rename open-stuff to inset-toggle.
15528
15529         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
15530
15531         * text2.C (toggleInset): renamed from openStuff; use
15532         Inset::open().
15533
15534 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
15535
15536         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
15537
15538         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
15539
15540 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
15541
15542         * buffer.C (readLyXformat2): Add filename to the error dialog
15543
15544 2001-07-18  Juergen Vigna  <jug@sad.it>
15545
15546         * tabular.C (GetCellNumber): put an assert here instead of the check!
15547
15548 2001-07-17  Juergen Vigna  <jug@sad.it>
15549
15550         * BufferView_pimpl.C (toggleSelection): adapted too.
15551
15552         * text.C (selectNextWord): adapted for use with insets.
15553         (selectSelectedWord): ditto
15554
15555 2001-07-17  Juergen Vigna  <jug@sad.it>
15556
15557         * sp_spell.C (PSpell): fix initialitation order.
15558
15559 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15560
15561         * paragraph.C: spacing
15562
15563 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
15564
15565         * sp_spell.C: repair language selection for pspell
15566
15567 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15568
15569         * lyxfunc.h: change more methods to begin with lower char.
15570
15571 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
15572
15573         * buffer.C (parseSingleLyXformat2Token): Generate error insets
15574         for unknown layouts.
15575
15576 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
15577
15578         * buffer.C (readLyXformat2): Generate an error dialog if there are
15579         unknown layouts.
15580
15581 2001-07-16  Juergen Vigna  <jug@sad.it>
15582
15583         * sp_spell.C: always compile ISpell part.
15584
15585         * lyxrc.C: added use_pspell entry and it's handling.
15586
15587 2001-07-13  Juergen Vigna  <jug@sad.it>
15588
15589         * sp_spell.C: removed double includes.
15590
15591 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
15592
15593         Consistent use of Lsstream.h:
15594         * Lsstream.h: added using std::stringstream for consistencies sake.
15595
15596         * buffer.C: removed using std::stringstream
15597
15598         * lyxfont.C (stateText):
15599         * paragraph.C (asString):
15600         * text.C (selectNextWord, selectSelectedWord):
15601         * text2.C (setCounter):
15602         * vspace.C (asString, asLatexString):
15603         std::ostringstream -> ostringstream.
15604
15605 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15606
15607         * LyXAction.C: add LFUN_HELP_ABOUTLYX
15608         * commandtags.h: add LFUN_HELP_ABOUTLYX
15609         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
15610
15611 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15612
15613         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
15614         cursorToggle()
15615         * lyx_gui_misc.C: remove spellchecker
15616         * lyxfunc.C: showSpellchecker
15617         * sp_base.h: added
15618         * sp_ispell.h: added
15619         * sp_pspell.h: added
15620         * sp_spell.C: added
15621         * sp_form.[Ch]: removed
15622         * spellchecker.[Ch]: removed
15623
15624 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
15625
15626         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
15627         is set.
15628         (simpleTeXSpecialChars): Simply print the input character without
15629         any special translation if pass_thru is set.
15630
15631         * layout.h: Added bool pass_thru to layout class for being able to
15632         implement pass through of a paragraph for Literate Programming.
15633
15634         * layout.C: add LT_PASS_THRU to LayoutTags enum.
15635         * layout.C (LyXLayout): set pass_thru to flase in constructor.
15636         * layout.C (Read): add "passthru" to list of layout tags and add
15637         code to set the pass_thru boolean when it is read.
15638
15639 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15640
15641         * trans_decl.h: remove allowed from KmodInfo
15642
15643         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
15644         remove allowed code
15645         (Load): adjust
15646
15647         * paragraph_pimpl.C (erase): use boost::prior
15648
15649         * Painter.C (text): use data() instead of c_str() when length is
15650         also provided.
15651         * WorkArea.C (putClipboard): ditto
15652         * font.h (width): ditto
15653
15654         * BufferView2.C: use it-> instead of (*it). for iterators
15655         * texrow.C: ditto
15656         * paragraph_pimpl.C: ditto
15657         * paragraph.C: ditto
15658         * minibuffer.C: ditto
15659         * language.C: ditto
15660         * kbmap.C: ditto
15661         * encoding.C: ditto
15662         * counters.C: ditto
15663         * converter.C: ditto
15664         * chset.C: ditto
15665         * Variables.C: ditto
15666         * TextCache.C: ditto
15667         * MenuBackend.C: ditto
15668         * LyXAction.C: ditto
15669         * LColor.C: ditto
15670         * FloatList.C: ditto
15671         * DepTable.C: ditto
15672         * ColorHandler.C (LyXColorHandler): ditto
15673
15674 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15675
15676         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
15677
15678         * text2.C (openStuff): reintroduce this method (which had been
15679         nuked in NEW_INSETS frenzy).
15680
15681         * lyxfunc.C (Dispatch): when an action has not been handled, use
15682         its name in the error message, not its number.
15683
15684         * paragraph.C (inInset): change method name to begin with lowercase.
15685
15686         * undo_funcs.C:
15687         * text2.C: updates because of this.
15688
15689 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15690
15691         * ToolbarDefaults.C (add): add spaces in error message
15692
15693 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15694
15695         * buffer.C (readLyXformat2): initialize the ert comp. variables.
15696         (readLyXformat2): rename return_par to first_par, use lyxlex's
15697         pushToken and remove the manual push handling.
15698         (parseSingleLyXformat2Token): add another ert comp. variable:
15699         in_tabular, rename return_par to first_par. handle newlines better
15700
15701 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15702
15703         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
15704
15705 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15706
15707         * text2.C (getParFromID): removed
15708
15709         * buffer.C (getParFromID): new method moved form lyxtext.
15710         * BufferView2.C (insertErrors): adjust
15711         (setCursorFromRow): adjust
15712         * BufferView_pimpl.C (restorePosition): adjust
15713         * lyxfunc.C (Dispatch): adjust
15714         * undo_funcs.C (textUndo): adjust
15715         (textRedo): adjust
15716         (textHandleUndo): adjust
15717         (textHandleUndo): adjust
15718
15719 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15720
15721         * buffer.C: up' the LYX_FORMAT
15722
15723         * lyxfont.h: turn NO_LATEX on as default
15724
15725         * buffer.C (insertErtContents): new methods of tex style compability.
15726         (parseSingleLyXformat2Token): use it several places.
15727         * tabular.C (OldFormatRead): and here
15728
15729 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15730
15731         * text2.C: remove some commented code.
15732         reindent file.
15733
15734         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
15735         * trans.C: changes because of the above.
15736
15737 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
15738
15739         * text2.C (setCounter): Fix counters bug with bibliography layout.
15740
15741 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15742
15743         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
15744         own member functions
15745         (simpleTeXSpecialChars): ditto
15746
15747 2001-07-06  Juergen Vigna  <jug@sad.it>
15748
15749         * a lot of files: changed the access to LyXText::status and the
15750         call of undo-functions.
15751
15752         * undo.[Ch]: added a inset_id to the undo informations.
15753
15754         * undo_funcs.[Ch]: added and moved here all undo functions.
15755
15756         * lyxtext.h: give the status enum a weight, made status_ a private
15757         variable and made accessor functions for it, removed the whole bunch
15758         of undo-functions as they are now in their own file, make some
15759         functions publically available. Added function ownerParagraph with
15760         int parameter.
15761
15762         * paragraph.[Ch]: added "bool same_ids" to the constructor,
15763         made InInset() a const function, added getParFromID() function.
15764
15765         * buffer.[Ch]: added const version for inset_iterator functions,
15766         added getInsetFromID() function.
15767
15768         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
15769         changed undo functions for new version.
15770
15771 2001-07-05  Juergen Vigna  <jug@sad.it>
15772
15773         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
15774         unknow mechanism does not call the proper constructor but only this
15775         one also if I request the other!?
15776
15777 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15778
15779         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
15780
15781         * text2.C (LyXText): use initialization lists.
15782
15783         * lyxtext.h (Selection): initialize set_ and mark_
15784         (init): remove method
15785
15786 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
15787
15788         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
15789
15790 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15791
15792         * screen.[Ch]: change method names to begin with lowercase
15793
15794         * BufferView_pimpl.C (updateScrollbar): simplify further and
15795         hopefully make it a bit faster.
15796
15797 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15798
15799         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
15800         calling directly xforms functions.
15801
15802         * Painter.C (Painter):
15803         * lyx_cb.C (MenuWrite):
15804         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
15805         fl_display.
15806
15807         * lyx_gui.C: remove bogus guiruntime extern declaration.
15808
15809 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15810
15811         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
15812         in NEW_INSETS
15813         (redoDrawingOfParagraph): ditto
15814         (redoParagraphs): ditto
15815         (cutSelection): don't create a object for CutAndPaste use the
15816         static method directly
15817         (pasteSelection): ditto
15818
15819         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
15820         LyXview (+ rename)
15821
15822 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15823
15824         * modifications to some other files because of this.
15825
15826         * Makefile.am (lyx_SOURCES): add XFormsView
15827
15828         * XFormsView.[Ch]: new files
15829
15830         * LyXView.[Ch]: make LyXView a base class for the gui handling for
15831         the main window. Move the gui dependent stuff to XFormsView
15832
15833 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15834
15835         * tabular.C (GetCellInset): update cur_cell also in the row/col
15836         version of this function.
15837
15838         * lyxfunc.C: no need to include figure_form.h here.
15839
15840         * FontLoader.h:
15841         * lyxfunc.h:
15842         * lyxscreen.h:
15843         * text2.C:
15844         * lyxvc.C: no need to include forms.h here.
15845
15846 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15847
15848         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
15849
15850         * lyxfunc.C (Dispatch):
15851         * Spacing.C (set):
15852         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
15853         constructor argument.
15854
15855 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15856
15857         * paragraph.C (Paragraph): dont't clear, and just set layout.
15858         (makeSameLayout): use params's copy contructor.
15859
15860         * ParagraphParameters.[Ch] (makeSame): delete method
15861
15862 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
15863
15864         * Variables.[Ch]: fix indentation, rename set to isSet
15865
15866 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15867
15868         * lyxfunc.C (Dispatch): fix typo
15869
15870 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15871
15872         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
15873         upper_bound.
15874
15875         * bufferlist.C: include assert.h for emergencyWrite().
15876
15877 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15878
15879         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
15880           give up at last (bug #425202) !
15881
15882 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
15883
15884         * lyx_gui_misc.C:
15885         * sp_form.h:
15886         * sp_form.C:
15887         * spellchecker.h:
15888         * spellchecker.C: strip spellchecker options and bring up
15889           preferences tab instead
15890
15891 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15892
15893         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
15894         the istringstream constructor
15895
15896 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15897
15898         * paragraph.C (getLayout): fix return value
15899
15900         * paragraph.h: do not declare getLayout as inline.
15901
15902         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
15903
15904 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15905
15906         * lyxcursor.h (operator<): new func
15907         (operator>): new func
15908         (operator>=): new func
15909         (operator<=): new func
15910
15911         * text.C (changeCase): use selection.start and selection.end
15912         (changeRegionCase): require from to be <= to. Require par to be a
15913         valid paragraph.
15914
15915         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
15916
15917 2001-06-27  Juergen Vigna  <jug@sad.it>
15918
15919         * text.C (cursorLeftOneWord): changed to return the cursor and added
15920         overlay with BufferView * parameter which calls this one.
15921         (getWord): added
15922         (selectWord): use new getWord function.
15923         (changeCase): renamed from changeWordCase as and extended to work
15924         also on selections.
15925
15926         * lyxtext.h: added enum word_location
15927
15928         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
15929         changeCase as this operates now also on selections.
15930
15931 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
15932
15933         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
15934
15935         * many files: send debug output to Debug::INFO instead of
15936         Debug::ANY.
15937
15938         * converter.C (View):
15939         (Convert):
15940         (Move): send debug output to Debug::FILES instead of console.
15941
15942 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
15943
15944         * lyxfunc.C (getStatus): use func_status
15945
15946         * func_status.h: new header, describing the results of
15947         LyXFunc::getStatus;
15948
15949         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
15950         LFUN_MATH_HALIGN.
15951
15952 2001-06-25  The LyX Project  <jug@sad.it>
15953
15954         * buffer.C (sgmlOpenTag):
15955         (sgmlCloseTag):
15956         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
15957
15958 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15959
15960         * text2.C: remove some dead code
15961
15962         * tabular.C (GetCellInset): store the last cell checked (gotten)
15963
15964         * tabular.h: add the helper for the speedup
15965
15966         * lyxtext.h: remove some dead code
15967
15968 2001-06-26  The LyX Project  <Asger>
15969
15970         * paragraph.C: Change export to LaTeX of alignment to
15971         \begin{center} and family for better roundtrip work with reLyX.
15972
15973         * Tune the math drawing a bit.
15974
15975 2001-06-25  The LyX Project  <Asger>
15976
15977         * LColor.C (LColor): New color for math background. New color
15978         for buttons.
15979
15980 2001-06-25  The LyX Project  <jug@sad.it>
15981
15982         * lyxfunc.C (MenuNew): remove extra check for .lyx file
15983
15984         * lyxfunc.C (Open):
15985         * bufferlist.C (newFile): do not restrict to files ending with
15986         .lyx
15987
15988         * BufferView_pimpl.C (MenuInsertLyXFile):
15989
15990 2001-06-24  The LyX Project  <jug@sad.it>
15991
15992         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
15993         of compare_no_case
15994
15995 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15996
15997         * lyxtext.h: rename most methods to begin with a small char.
15998         Lots of changes because of this.
15999
16000         * paragraph.C (Paragraph): do not call fitToSize
16001         (erase): call Pimpl::erase
16002         (insertChar): call Pimpl::insertChar
16003         (insertInset): call Pipl::insertInset
16004         (breakParagraph): do not call fitToSize
16005         (breakParagraphConservative): do not call fitToSize
16006         (fitToSize): remove method
16007
16008         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
16009
16010 2001-06-24  The LyX Project  <Asger>
16011
16012         * Fix Qt compilation^2
16013
16014 2001-06-24  The LyX Project  <jug@sad.it>
16015
16016         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
16017         depthHook(getDepth()-1).
16018
16019         * paragraph.h:
16020         * ParagraphParameters.h:
16021         * ParameterStruct.h: change type of depth to unsigned int ==
16022         depth_type. Many adaptations to other files before of that.
16023
16024 2001-06-24  The LyX Project  <Asger>
16025
16026         * Fix Qt compilation.
16027
16028 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16029
16030         * paragraph.h: renamed several methods to begin with small letter.
16031         several changes to many parts of the code because of this.
16032
16033 2001-06-23  The LyX Project  <jug@sad.it>
16034
16035         * text2.C (InsertStringAsLines): renamed from InsertStringA;
16036         rewritten to discard all double spaces when KeepEmpty is off
16037         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
16038         to only handle newlines but not fiddle with spaces and friends.
16039
16040         * lyxfunc.C (MenuNew): when doing 'new from template', use
16041         template_path as default directory
16042
16043 2001-06-23  The LyX Project  <Asger>
16044
16045         * Clean-up of header file includes all over
16046         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
16047
16048 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16049
16050         * paragraph.h: renamed from lyxparagraph.h
16051
16052 2001-06-23  Asger  <lyx@violet.home.sad.it>
16053
16054         * Buffer.h: Removed Buffer::resize
16055         * BufferList.h: Removed BufferList::resize
16056         * LyXView.h: Added LyXView::resize. This way, we will only reflow
16057         the document lazily when we change the width, or the font settings.
16058
16059 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16060
16061         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
16062
16063 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16064
16065         * buffer.h: remove out of date comment
16066
16067 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16068
16069         * lyxscreen.h:
16070         * screen.C: fix "theoretical" GC leak
16071
16072 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16073
16074         * LaTeX.C (scanAuxFile):
16075         (deplog): remove trailing \r when reading stream (useful under
16076         win32)
16077
16078 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
16079
16080         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
16081         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
16082         and BufferView::theLockingInset(Inset*), so should use them and not
16083         access bv_->text->the_locking_inset directly.
16084
16085         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
16086
16087 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16088
16089         * Makefile.am:
16090         * tex-defs.h: remove old unused file
16091
16092 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
16093
16094         * BufferView_pimpl.C: fix typo, remove minibuffer message
16095           when buffer has loaded
16096
16097 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16098
16099         * lyxfunc.C (Dispatch): use stringstream
16100         (MenuNew): use stringstream
16101         (Open): use stringstream
16102
16103         * importer.C (Import): use stringstream
16104
16105         * bufferview_funcs.C (CurrentState): use stringstream
16106
16107         * LaTeX.C (run): use stringstream
16108
16109         * BufferView_pimpl.C (savePosition): use stringstream
16110         (restorePosition): use stringstream
16111         (MenuInsertLyXFile): use stringstream
16112
16113 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
16114
16115         * BufferView.C:
16116         * Bullet.C:
16117         * ColorHandler.C:
16118         * FontInfo.C:
16119         * FontLoader.C:
16120         * LColor.C:
16121         * LaTeXFeatures.C:
16122         * Painter.C:
16123         * gettext.C:
16124         * lyx_gui_misc.C:
16125         * lyxserver.C:
16126         * vspace.C: removed // -*- C++ -*- as first line.
16127
16128         * lyxfind.h:
16129         * version.h: added // -*- C++ -*- as first line.
16130
16131 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16132
16133         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
16134
16135         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
16136         of string
16137
16138 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16139
16140         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
16141         of floats.
16142
16143 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16144
16145         * gettext.C: include LString.h even when --disable-nls is on.
16146
16147 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
16148
16149         * converter.h (Get): changed argument type from int to
16150         FormatList::size_type to avoid unnecessary conversion.
16151
16152         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
16153         before using it.
16154
16155 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16156
16157         * gettext.h: include LString.h even when --disable-nls is on.
16158
16159 2001-06-07  Juergen Vigna  <jug@sad.it>
16160
16161         * text.C (BreakAgain): subst spaces with tabs.
16162
16163         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
16164         (resizeInsetsLyXText): set force on resizeLyXText.
16165
16166 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16167
16168         * gettext.h (gettext_init):
16169         (locale_init): use a real definition instead of a macro
16170
16171 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16172
16173         * Bufferview_pimpl.C:
16174         * LColor.h:
16175         * LColor.C: further lcolor tidies
16176
16177 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16178
16179         * BufferView_pimpl.C (updateScrollbar): simplify.
16180
16181         * BufferView2.C: don't include insets/insetinfo.h, change
16182         prototype for insertInset and call the Pimpl version. let
16183         updateInset call Pimpl version.
16184
16185         * BufferView.h: move inset_slept to BufferView::Pimpl, move
16186         gotoInset to BufferView::Pimpl
16187
16188 2001-06-01  Juergen Vigna  <jug@sad.it>
16189
16190         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
16191         inside a LockingInset (is the update needed at all?).
16192
16193 2001-05-31  Juergen Vigna  <jug@sad.it>
16194
16195         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
16196         here not the old one otherwise how should we compare it afterwards
16197         if it's the same!
16198
16199 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16200
16201         * lyxfont.C:
16202         * tabular.C:
16203         * tabular-old.C:
16204         * FontInfo.C: bring C functions into global namespace when
16205         necessary
16206
16207 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16208
16209         * LString.h: make sure config.h has been loaded before LString.h.
16210
16211         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
16212         (one for each char read by EatLine!).
16213
16214         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
16215         variables.
16216
16217 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16218
16219         * paragraph.C (BreakParagraph): set the inset_owner in the new par
16220         to the same as the par we break from
16221
16222 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16223
16224         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
16225
16226         * MenuBackend.C (expand): also create menu entries for wide
16227         versions of the floats.
16228
16229         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
16230
16231         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
16232
16233         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
16234         frontends/Makefile.am
16235
16236         * text2.C: adjust
16237         * text.C: adjust
16238
16239
16240         * tabular.C (getTokenValue): add std::
16241
16242         * tabular-old.C (getTokenValue): add std::
16243         (getTokenValue): ditto
16244         (getTokenValue): ditto
16245
16246         * screen.C (ToggleSelection): adjust
16247
16248         * lyxtext.h: put selection cursors inside a Selection struct.
16249
16250         * lyxfunc.C (moveCursorUpdate): adjust
16251
16252         * lyxfont.C (latexWriteStartChanges): add std::
16253
16254         * lyxfind.C: adjust
16255
16256         * font.h: delete with(char const *, LyXFont const &)
16257
16258         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16259
16260         * FontInfo.C (getFontname): add std::
16261
16262         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16263         (workAreaButtonPress): adjust
16264         (tripleClick): adjust
16265         (update): adjust
16266         (moveCursorUpdate): adjust
16267         (Dispatch): adjust
16268
16269         * BufferView2.C (gotoInset): adjust
16270
16271 2001-05-30  Juergen Vigna  <jug@sad.it>
16272
16273         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16274         to check pspell I add this as default as I now have new pspell
16275         libraries and they seem to use this.
16276
16277 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16278
16279         * text2.C (CutSelection): make the cursor valid before the call to
16280         ClearSelection.
16281
16282 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16283
16284         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16285         relied on 0 terminated strings and other horrors. Bug found due to
16286         the new assert in lyxstring!
16287
16288         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16289         KP_ keys.
16290
16291 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16292
16293         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16294         to latinkeys.bind.
16295
16296         * lyxfunc.C (processKeySym): change method of getting to the
16297         self-insert char.
16298
16299         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16300         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16301         * BufferView_pimpl.[Ch]: here as private methods.
16302
16303 2001-05-28  Juergen Vigna  <jug@sad.it>
16304
16305         * text.C (SetHeightOfRow): added the update() call again as it is
16306         needed to initialize inset dimensions!
16307
16308 2001-05-16  Juergen Vigna  <jug@sad.it>
16309
16310         * text2.C (SetCharFont): Add new function with BufferView * and
16311         bool toggleall parameters for setting insets internal fonts.
16312         (SetFont): Freeze the undo as we may change fonts in Insets and
16313         all this change should be inside only one Undo!
16314
16315         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16316         setting font's in insets as for them we have the SetFont function!
16317
16318 2001-05-15  Juergen Vigna  <jug@sad.it>
16319
16320         * text2.C (ClearSelection): to be sure we REALLY don't have any
16321         selection anymore!
16322
16323         * tabular.C (TeXCellPreamble): fixed the left border problem for
16324         multicolumn cells.
16325
16326 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16327
16328         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16329         dependancy file
16330
16331 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16332
16333         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16334         LFUN_BREAKPARAGRAPH.
16335
16336         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16337         help test to "internal only", similar for LFUN_INSERT_URL
16338
16339         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16340         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16341         auto_region_delete and deadkeys.
16342
16343 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16344
16345         * LColor.h:
16346         * LColor.C: remove some dead entries, tidy a little
16347
16348 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16349
16350         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16351         commented code.
16352         (Dispatch): implement LFUN_ESCAPE
16353
16354         * commandtags.h: add LFUN_ESCAPE
16355
16356         * LyXAction.C (init): add entry for LFUN_ESCAPE
16357
16358         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16359         Remove commented code.
16360         (insertNote): moved here
16361         (open_new_inset): moved here
16362
16363         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16364         BufferView_pimpl
16365
16366 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16367
16368         * kbmap.C (findbinding): clean it up and make it work correctly.
16369
16370         * lyx_main.C (init): do not pass argc and argv as parameters
16371
16372 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16373
16374         * buffer.C: fix path for OS/2 & Win32
16375
16376         * lyx_gui.C:
16377         * lyx_main:
16378         * lyx_main.C: Added os:: class.
16379
16380         * os2_defines.h: update
16381
16382 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16383
16384         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
16385         better by trying again with reduced state.
16386
16387 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16388
16389         * lyxrc.C (read): print error about invalid key sequence only when
16390         debugging (because not all latinX keysyms are known to some X
16391         servers)
16392
16393         * kbsequence.C (getiso): add a few std:: qualifiers
16394         (getiso): comment out extra return statement.
16395
16396 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16397
16398         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
16399         handling.
16400         (Dispatch): enhance the accent inset a bit. (not perfect)
16401
16402 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16403
16404         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
16405
16406 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16407
16408         * bufferlist.C (emergencyWrite): fix assert() call
16409
16410 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
16411
16412         * text.C (InsertChar): Added trivial patch to only send the "you
16413         can not do multiple spaces this way" message once during a
16414         session.
16415
16416 2001-05-08  Baruch Even  <baruch@lyx.org>
16417
16418         * Makefile.am: Changed order of libraries to get LyX to link properly
16419         with the gnome frontend.
16420
16421 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16422
16423         * LaTeXFeatures.h: add a std:: qualifier
16424
16425 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16426
16427         * paragraph.C (String): use stringstream
16428
16429 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16430
16431         * paragraph.C (writeFile): remove footflag arg
16432
16433         * buffer.C (makeLaTeXFile): use stringstream
16434         (latexParagraphs): remove footnot gurba
16435
16436         * LaTeXFeatures.C (getPackages): use stringstream
16437         (getMacros): likewise
16438         (getTClassPreamble): likewise
16439         (getFloatDefinitions): new method
16440
16441         * paragraph.C (writeFile): reindent
16442         (Erase): reindent
16443
16444         * WorkArea.h: revert the xpos + etc changes.
16445
16446         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
16447
16448         * lyxparagraph.[Ch]: add copy constructor, remove Clone
16449
16450         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
16451         (pasteSelection): likewise
16452         * text2.C (CreateUndo): likewise
16453
16454 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16455
16456         * minibuffer.C (peek_event): temporarily reduce the functionality
16457         of the minibuffer (to allow args on lfuns)
16458
16459         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
16460         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
16461
16462         * buffer.C (readInset): add compability reading of old float
16463         lists, add reading of new style float list.
16464         (readInset): avoid reevaluation of inscmd.getCmdName()
16465         (getLists): reindent
16466
16467         * MenuBackend.C (MenuItem): implement parsing of
16468         md_floatlistinsert and md_floatinsert.
16469         (expand::LastFiles): move initalizaton of iterators out of loop,
16470         avoid reevaluation.
16471         (expand::Documents): introduce typdedef vector<string> Strings,
16472         and use it.
16473         (expand::ExportFormats): introduce typedef vector<Format const *>
16474         Formats, and use it.
16475         (expand): implement FloatListInsert and FloatInsert.
16476
16477         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
16478         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
16479         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
16480
16481         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
16482         handling.
16483         (Dispatch::LFUN_FLOAT_LIST): implement
16484
16485 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
16486
16487         * LaTeX.C (run): Fix problem with --export code.
16488
16489 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16490
16491         * BufferView.[Ch] (workarea): removed.
16492         (getClipboard) new method; wrapper for workarea()->getClipboard()
16493
16494         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
16495         bug.
16496
16497         * WorkArea.h (width, height, xpos, ypos): These methods all
16498         returned the dimensions of the work_area sub-area of WorkArea,
16499         resulting in a position error if the WorkArea were resized. Now
16500         return the dimensions of the entire WorkArea.
16501
16502         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
16503
16504 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16505
16506         * LaTeX.C (deplog): correct the syntax of regex reg1
16507
16508 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16509
16510         * undo.C: remove !NEW_INSETS cruft
16511
16512 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16513
16514         * text2.C: remove !NEW_INSETS cruft
16515
16516         * text.C: remove !NEW_INSETS cruft
16517
16518         * tabular.C: remove !NEW_INSETS cruft
16519
16520         * spellchecker.C: remove !NEW_INSETS cruft
16521
16522         * lyxtext.h: remove !NEW_INSETS cruft
16523
16524         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
16525
16526         * lyxfunc.C: remove !NEW_INSETS cruft
16527
16528         * lyxfind.C: remove !NEW_INSETS cruft
16529
16530         * lyx_cb.C: remove !NEW_INSETS cruft
16531
16532         * figureForm.C: remove  !NEW_INSETS cruft
16533
16534         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
16535
16536         * buffer.[Ch]: remove !NEW_INSETS cruft
16537
16538         * ToolbarDefaults.C: remove !NEW_INSETS cruft
16539
16540         * CutAndPaste.C: remove !NEW_INSETS cruft
16541
16542         * BufferView_pimpl.C: remove !NEW_INSETS cruft
16543
16544         * BufferView2.C: remove !NEW_INSETS cruft
16545
16546         * BufferView.h: remove !NEW_INSETS cruft
16547
16548 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16549
16550         * Lsstream.h: include LString.h before the sstream headers to
16551         fix problem with gcc 2.95.3 and lyxstring
16552
16553 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16554
16555         * lyx_main.C: add using directives when needed for C functions
16556         declared in std:: namespace.
16557
16558 2001-04-27  Juergen Vigna  <jug@sad.it>
16559
16560         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
16561         (SetHeightOfRow): comment out the update call should not be needed!
16562
16563 2001-04-13  Juergen Vigna  <jug@sad.it>
16564
16565         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
16566         (LyXTabular): tried to minimize operator= operations (and realized
16567         hopfully Lars wish).
16568
16569 2001-04-27  Juergen Vigna  <jug@sad.it>
16570
16571         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
16572
16573 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16574
16575         * lyxfunc.C (Dispatch): hack to make listof algorithm work
16576
16577         * buffer.C (readInset): hack to make listof algorithm work
16578
16579         * BufferView_pimpl.C: hack to make listof algorithm work
16580
16581 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16582
16583         * LyXAction.C: removed all !NEW_INSETS cruft
16584         (init): moved lfun_item in method
16585
16586         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
16587
16588 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16589
16590         * BufferView2.C (theLockingInset): white space.
16591
16592 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16593
16594         * minibuffer.C: include <iostream>
16595
16596         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
16597
16598         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
16599
16600         * commandtags.h: add LFUN_TRANSPOSE_CHARS
16601
16602         * text.[Ch] (TransposeChars): new method
16603
16604 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16605
16606         * call message directly through LyXView instead of through LyXFunc
16607         * BufferView2.C: adjust
16608         * BufferView_pimpl.C: adjust
16609         * FontLoader.C: adjust
16610         * buffer.C: adjust
16611         * bufferview_funcs.C: adjust
16612         * converter.C: adjust
16613         * figureForm.C: adjust
16614         * importer.C: adjust
16615         * lyx_cb.C: adjust
16616         * lyx_gui_misc.C: adjust
16617         * lyxfunc.C: adjust
16618         * lyxvc.C: adjust
16619         * text2.C: adjust
16620         + more files in subdirs
16621
16622         * lyxparagraph.h (size): move up int file
16623         (GetLayout): ditto
16624
16625         * adjust all uses of Assert to lyx::Assert.
16626
16627         * BufferView2.C (ChangeCitationsIfUnique): adjust for
16628         lyxfunctional in namespace lyx
16629         * layout.C (hasLayout): ditto
16630         (GetLayout): ditto
16631         (GetLayout): ditto
16632         (delete_layout): ditto
16633         (NumberOfClass): ditto
16634         * converter.C (GetFormat): ditto
16635         (GetNumber): ditto
16636         (Add): ditto
16637         (Delete): ditto
16638         (SetViewer): ditto
16639         * bufferlist.C (getFileNames): ditto
16640         (emergencyWriteAll): ditto
16641         (exists): ditto
16642         (getBuffer): ditto
16643         * MenuBackend.C (hasSubmenu): ditto
16644         (hasMenu): ditto
16645         (getMenu): ditto
16646         * BufferView_pimpl.C (getInsetByCode): ditto
16647
16648 2001-04-18  Juergen Vigna  <jug@sad.it>
16649
16650         * vspace.C (asLatexString): fixed the 100% problem.
16651
16652 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16653
16654         * lyxfunc.C (Dispatch):
16655         * minibuffer.C:
16656         * minibuffer.h: add a few std:: qualifiers
16657
16658 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16659
16660         * minibuffer.[Ch]: reimplement so that commands is initiated and
16661         run from lyxfunc, simplified som handling, and made the completion
16662         and history code for complete. wip.
16663
16664         * lyxfunc.C (processKeySym): call message
16665         (miniDispatch): new temporary method
16666         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
16667         (LFUN_MESSAGE): implement
16668         (LFUN_MESSAGE_PUSH): implement
16669         (LFUN_MESSAGE_POP): implement
16670         (initMiniBuffer): the initial/defualt minibuffer message.
16671
16672         * lyxfont.[Ch]: inline some more getters
16673
16674         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
16675
16676         * lyx_gui_misc.[Ch] (WriteStatus): remove method
16677
16678         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
16679         (AutoSave): use LFUN_MESSAGE
16680         (Reconfigure): ditto
16681
16682         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
16683
16684         * figureForm.C: use LFUN_MESSAGE
16685
16686         * converter.C (runLaTeX): use LFUN_MESSAGE
16687
16688         * bufferview_funcs.C: use LFUN_MESSAGE
16689         (Melt): ditto
16690         (changeDepth): ditto
16691
16692         * bufferparams.h: use boost::
16693
16694         * bufferlist.h: inherit privately from noncopyable
16695
16696         * bufferlist.C (loadLyXFile): remove some commented code.
16697
16698         * buffer.C (runChktex): use LFUN_MESSAGE
16699
16700         * ShareContainer.h: inherit privately from noncopyable
16701
16702         * ParagraphParameters.[hC] (depth): inline it.
16703
16704         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
16705         methods.
16706         (message): new method
16707         (messagePush): ditto
16708         (messagePop): ditto
16709         (show): init minibuffer
16710         (showState): direct call
16711
16712         * LaTeX.[Ch]: inherit privately from noncopyable
16713         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
16714         instead of WriteStatus.
16715
16716         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
16717
16718         * BufferView_pimpl.C (buffer): don't init minibuffer
16719         (workAreaButtonPress): use LFUN_MESSAGE
16720         (workAreaButtonRelease): ditto
16721         (savePosition): ditto
16722         (restorePosition): ditto
16723         (MenuInsertLyXFile): ditto
16724         (workAreaExpose): don't init minibuffer
16725         (update): remove commented code, simplify
16726
16727         * BufferView2.C (openStuff): use LFUN_MESSAGE
16728         (toggleFloat): ditto
16729         (menuUndo): ditto
16730         (menuRedo): ditto
16731         (copyEnvironment): ditto
16732         (pasteEnvironment): ditto
16733         (copy): ditto
16734         (cut): ditto
16735         (paste): ditto
16736         (gotoInset): ditto
16737         (updateInset): remove some commented code
16738
16739         * lastfiles.h: inherit privately from noncopyable
16740         * layout.h: ditto
16741         * lyx_gui.h: ditto
16742         * lyx_main.h: ditto
16743         * lyxlex.h: ditto
16744         * lyxlex_pimpl.h: ditto
16745
16746         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
16747         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
16748         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16749
16750         * LyXAction.h: inherit privately from noncopyable, add methods
16751         func_begin, func_end, returning iterators to the func map.
16752
16753         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
16754         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16755         (func_begin): new method
16756         (func_end): new method
16757
16758         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
16759         and not)
16760         (copySelection): ditto
16761         (pasteSelection): ditto
16762
16763         * BufferView.C: whitespace change
16764         * BufferView.h: inherit privately from noncopyable
16765
16766 2001-04-16  Allan Rae  <rae@lyx.org>
16767
16768         * tabular-old.C (l_getline):
16769         * spellchecker.C (sc_check_word):
16770         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
16771         an unrecognised preprocessor directive.  So ensure they're wrapped.
16772
16773 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
16774
16775         * src/exporter.C (Export): Give an error message when path to file
16776         contains spaces.
16777
16778 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
16779
16780         * LaTeX.C (deplog): Always check that foundfile exists.
16781
16782 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16783
16784         * lyx_main.h:
16785         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
16786
16787 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16788
16789         * tabular.[Ch] (getLabelList): implement new method
16790
16791         * minibuffer.h: comment ouf setTiimer
16792
16793         * minibuffer.C (ExecutingCB): constify res
16794         (peek_event): constify s
16795         (Set): constify ntext
16796         (Init): constify nicename
16797
16798         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
16799
16800         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
16801         (savePosition): use two params to Minibuffer::Set
16802         (restorePosition): ditto
16803
16804 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16805
16806         * lyx_main.C: include language.h
16807
16808         * Makefile.am (lyx_main.o): add language.h
16809
16810 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16811
16812         * exporter.C:
16813         * paragraph.C:
16814         * screen.C:
16815         * tabular.C:
16816         * CutAndPaste.C: include gettext.h
16817
16818         * lyxfont.h: remove old hack with ON and OFF.
16819
16820         * lyxparagraph.h:
16821         * lyxfont.h: do not include language.h...
16822
16823         * BufferView2.C:
16824         * LaTeXFeatures.C:
16825         * Painter.C:
16826         * bufferview_funcs.C:
16827         * font.C:
16828         * lyxfont.C:
16829         * text.C:
16830         * text2.C:
16831         * trans_mgr.C:
16832         * paragraph.C: ... but do it here instead
16833
16834 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16835
16836         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
16837
16838         * tabular.C: small reformat
16839
16840         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
16841         NEW_INSETS version
16842         (GetChar): ditto
16843         (BreakParagraph): ditto
16844         (SetOnlyLayout): ditto
16845         (SetLayout): ditto
16846
16847         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
16848         with one arg less.
16849
16850         * lastfiles.C: removed most using decl, add std:: where needed
16851
16852         * buffer.C: ws changes
16853
16854         * MenuBackend.C (class compare_format): put into anon namespace
16855         (expand): constify label, names, action, action2
16856         (expand):
16857
16858         * text.C (SingleWidth): constify font
16859         (IsBoundary): constify rtl2
16860         (GetVisibleRow): constify ww
16861
16862         * LaTeX.C (deplog): constify logfile
16863
16864         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
16865         start_x, end_x
16866         (workAreaExpose): constify widthChange, heightChange
16867
16868         * lyxrow.C (par): moved
16869         (height): moved
16870         (next): moved
16871         * lyxrow.h: as inlines here
16872
16873         * lyxfont.h (shape): moved from lyxfont.C
16874         (emph): moved from lyxfont.C
16875
16876         * lyxfont.C (LyXFont): use initialization list for all
16877         constructors
16878         (shape): move to lyxfont.h as inline
16879         (emph): move to lyxfont.h as inline
16880
16881
16882 2001-04-04  Juergen Vigna  <jug@sad.it>
16883
16884         * vspace.C: had to include stdio.h for use of sscanf
16885
16886 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
16887
16888         * BufferView.h:
16889         * BufferView_pimpl.h: remove xforms cruft. Both classes are
16890         independent of xforms.
16891
16892 2001-04-02  Juergen Vigna  <jug@sad.it>
16893
16894         * spellchecker.C: fixed namespace placing!
16895
16896 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
16897
16898         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
16899         the LyXParagraph * is 0.
16900
16901 2001-03-29  Juergen Vigna  <jug@sad.it>
16902
16903         * vspace.C: added support for %, c%, p%, l%.
16904         (stringFromUnit): added helper function.
16905         (asLatexString): changed to give right results for the %-values.
16906
16907         * buffer.C: convert the widthp in a width%.
16908
16909 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
16910
16911         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
16912         figureForm.[Ch].
16913
16914         * figureForm.[Ch]: stripped the FD_from_figure manipulation
16915         code out of lux_cb.[Ch], ready for its (imminent?) removal.
16916
16917         * lyx_cb.[Ch]: see above.
16918
16919         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
16920         form1.[Ch].
16921
16922         * form1.[Ch]:
16923         * lyx.[Ch]: replaced by figure_form.[Ch].
16924
16925         * lyx_gui.C:
16926         * lyx_gui_misc.C:
16927         * lyxfunc.C: changed headers associated with above changes.
16928
16929 2001-03-27  Juergen Vigna  <jug@sad.it>
16930
16931         * BufferView_pimpl.C: set the temporary cursor right!
16932
16933 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
16934
16935         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
16936
16937 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
16938
16939         * LString.h: removed "using std::getline"!
16940
16941         * BufferView_pimpl.C (Dispatch): changes due to changes in
16942         InsetInclude::Params.
16943
16944         * buffer.C (tag_name): removed redundant break statements as they were
16945         producing lots of warnings with my compiler.
16946
16947 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16948
16949         * LString.h: add "using std::getline" when using the real <string>.
16950
16951 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
16952
16953         * buffer.C: removed bitset usage.
16954         PAR_TAG moved to an anonymous name space.
16955         (tag_name): new funtion, also in the anonymous namespace.
16956         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
16957         (makeDocBookFile): clean code. Completed transition from string arrays
16958         to string vectors.
16959         (SimpleDocBookOnePar): code clean.
16960
16961 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16962
16963         * tabular.C: add some comments.
16964
16965 2001-03-22  Juergen Vigna  <jug@sad.it>
16966
16967         * buffer.C (parseSingleLyXformat2Token): redone the minipage
16968         compatibility read a bit and fixed bug with minipage in different
16969         depth.
16970
16971 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
16972
16973         * buffer.C (pop_tag): removed.
16974         (push_tag): removed.
16975         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
16976         array replaced with vector. Added support for CDATA sections.
16977         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
16978         at any nest level.
16979         (makeDocBookFile): XML conformant declaration of CDATA section,
16980         fixed bug related to <emphasis> in the first paragraph char.
16981         (sgmlOpenTag): exclude empty tags.
16982         (sgmlCloseTag): ditto.
16983
16984         * buffer.h (pop_tag): removed.
16985         (push_tag): removed.
16986
16987 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
16988
16989         * language.h (Languages): added size_type and size().
16990
16991 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16992
16993         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
16994         response on compability reading of minipages. One probliem is that
16995         the old usage of minipages was «flertydig»
16996
16997         * several files here and in subdirs: don't use static at file
16998         scope use anon namespaces instead.
16999
17000 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
17001
17002         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
17003         LaTeX output. This is necessary for Literate document
17004         processing.
17005
17006 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17007
17008         * buffer.C: insert hfill when needed.
17009
17010         * tabular.C (l_getline): use string::erase, small whitespace change.
17011
17012         * BufferView_pimpl.C: try the anon namespace.
17013         * WorkArea.C: ditto
17014
17015 2001-03-16  Juergen Vigna  <jug@sad.it>
17016
17017         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
17018         otherwise it won't open options-dialogs.
17019
17020         * buffer.C: honor pextraWidth(p) on converting minipages.
17021
17022         * tabular.C (l_getline): changed the functions to strip trailing \r.
17023
17024 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
17025
17026         * BufferView_pimpl.C:
17027         * minibuffer..C: added "using SigC::slot" declaration.
17028
17029 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17030
17031         * lyxlex_pimpl.h: noncopyable is in namespace boost.
17032
17033         * text2.C: ditto
17034
17035         * text.C: ditto
17036
17037         * paragraph.C: ditto
17038
17039         * lyxtext.h: NO_PEXTRA
17040
17041         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
17042
17043         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
17044         * ParameterStruct.h: ditto
17045         * ParagraphParameters.h: ditto
17046         * lyxparagraph.h: ditto
17047
17048 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17049
17050         * buffer.C: add compability for minipage alignment.
17051         (latexParagraphs): remove unwanted pextra check.
17052
17053         * several files: remove CXX_WORKING_NAMESPACES
17054
17055         * buffer.C (pop_tag): tie is in namespace boost
17056
17057         * BufferView.h: noncopyable is in namespace boost
17058         * lyxlex.h: ditto
17059         * lyx_main.h: ditto
17060         * lyx_gui.h: ditto
17061         * layout.h: ditto
17062         * lastfiles.h: ditto
17063         * bufferlist.h: ditto
17064         * ShareContainer.h: ditto
17065         * LyXView.h: ditto
17066         * LyXAction.h: ditto
17067         * LaTeX.h: ditto
17068
17069 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17070
17071         * Merging changes from BRANCH_MVC back into HEAD.
17072
17073         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
17074
17075 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
17076
17077         * BufferView_pimpl.C: change from intl.C
17078
17079         * combox.h:
17080         * combox.C:
17081         * Makefile.am: move combox.*
17082
17083         * form1.h:
17084         * form1.C:
17085         * lyx_gui.C:
17086         * intl.h:
17087         * intl.C: remove dialog (covered by prefs)
17088
17089 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17090
17091         * lyxfunc.C (Dispatch): removed redundant break statement.
17092
17093 2001-03-14  Juergen Vigna  <jug@sad.it>
17094
17095         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
17096
17097 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17098
17099         * buffer.C: add hack to fix compability reading of minipages.
17100
17101 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
17102
17103         * buffer.C (getLists): Cleanup.
17104
17105 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17106
17107         * lyxfont.C (update): don't honor toggleall on font size.
17108
17109 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
17110
17111         * bmtable.c:
17112         * bmtable.h:
17113         * Makefile.am: moved to frontends/xforms/
17114
17115         * lyx_gui_misc.C:
17116         * lyxfunc.C:
17117         * BufferView_pimpl.C: changes for moved mathpanel
17118
17119 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17120
17121         * gettext.h: fix gettext_init() in --disable-nls
17122
17123 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17124
17125         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
17126
17127 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
17128
17129         * lyx.C:
17130         * lyx.h: strip external form
17131
17132 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17133
17134         * BufferView_pimpl.C: add comment, destroySplash()
17135
17136 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17137
17138         * BufferView_pimpl.C:
17139         * LyXAction.C:
17140         * buffer.C:
17141         * commandtags.h:
17142         * lyxfunc.C: use re-worked insetinclude
17143
17144 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17145
17146         * buffer.C: add using std::stringstream.
17147
17148         * lyx_cb.C: readd using std::ios.
17149
17150         * buffer.C: add using std::map.
17151
17152         * BufferView_pimpl.C: add using std::vector.
17153
17154         * ShareContainer.h: add std:: to swap.
17155
17156         * buffer.h: add some typedefs
17157         * buffer.C (getLists): use them
17158         (getLists): renamed from getTocList.
17159         add a counter for the different float types and use it in the
17160         generated string.
17161         (getLists): use the same counter for the NEW_INSETS and the "non"
17162         NEW_INSETS
17163
17164         * lyx_cb.h: remove unused items, includes, using etc.
17165
17166         * ShareContainer.h: remove some commented code, add more comments
17167         and "documentation".
17168
17169 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17170
17171         * buffer.C (getTocList): make the list also when NEW_INSETS is
17172         defined.
17173
17174         * buffer.h: remove TocType
17175
17176         * buffer.C (getTocList): change to return a map<string,
17177         vector<TocItem> >, implement for dynamic number of list.
17178
17179         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
17180         * text2.C (PasteSelection): adjust
17181         * CutAndPaste.C (pasteSelection): adjust
17182
17183         * FloatList.C (FloatList): update from the new_insets branch.
17184         * Floating.[Ch]: ditto
17185         * LaTeXFeatures.C: ditto
17186         * buffer.C: ditto
17187         * lyxlex_pimpl.C: ditto
17188
17189         * paragraph.C (Last): remove when NEW_INSETS is defined.
17190
17191         * other file: changes because of the above.
17192
17193 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17194
17195         * lyxparagraph.h: rename next to next_, previous to previous_,
17196         make them private for NEW_INSETS. Rename Next() to next(),
17197         Previous() to previous().
17198
17199         * other files: changes because of the above.
17200
17201 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
17202
17203         * BufferView.h:
17204         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
17205         problem.
17206
17207 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17208
17209         * main.C (main): pass lyx_localedir to gettext_init().
17210
17211         * gettext.h: remove locale_init and gettext_init macros
17212
17213         * gettext.C (locale_init): new function
17214         (gettext_init): new function
17215
17216         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
17217         setlocale().
17218
17219 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
17220
17221         * Moved credits to frontends:
17222         * credits.[Ch]: removed
17223         * credits_form.[Ch]: removed
17224         * lyx_gui_misc.C: remove credits stuff
17225         * Makefile.am:
17226
17227 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17228
17229         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
17230
17231         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
17232         unneeded destructor.
17233
17234         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
17235         a standalone pointer again.
17236
17237         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
17238
17239 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17240
17241         * Makefile.am:
17242         * filedlg.h:
17243         * filedlg.C:
17244         * LyXAction.C:
17245         * ToolbarDefaults.C:
17246         * bufferlist.C:
17247         * commandtags.h:
17248         * form1.C:
17249         * form1.h:
17250         * lyx_cb.C:
17251         * lyx_cb.h:
17252         * lyxfunc.h:
17253         * lyxfunc.C:
17254         * BufferView_pimpl.C: use new file dialog in GUII
17255
17256         * lyx_cb.h:
17257         * lyx_cb.C: remove LayoutsCB to Toolbar
17258
17259 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17260
17261         * ShareContainer.h (get): add std:: qualifier
17262
17263 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17264
17265         * ShareContainer.h: define a proper ShareContainer::value_type
17266         type (and use typename to please compaq cxx)
17267
17268 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17269
17270         * lyxparagraph.h: move serveral local vars to
17271         ParameterStruct/ParagraphParameters., use ShareContainer in
17272         FontTable., make vars in FontTable private and add getter and
17273         setter.
17274
17275         * paragraph.C: changes because of the above.
17276
17277         * lyxfont.h: remove copy constructor and copy assignment. (the
17278         default ones is ok), move number inside FontBits. move inlines to
17279         lyxfont.C
17280
17281         * lyxfont.C: add number to initializaton of statics, move several
17282         inlines here. constify several local vars. some whitespace
17283         cleanup. Dont hide outerscope variables.
17284
17285         * Spacing.h: add two new constructors to match the set methods.
17286
17287         * ShareContainer.h: new file, will perhaps be moved to support
17288
17289         * ParameterStruct.h: new file
17290
17291         * ParagraphParameters.h: new file
17292
17293         * ParagraphParameters.C: new file
17294
17295         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17296         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17297
17298         * BufferView_pimpl.C: ParagraphParameter changes.
17299         * buffer.C: Likewise.
17300         * bufferview_funcs.C: Likewise.
17301         * text.C: Likewise.
17302         * text2.C: Likewise.
17303
17304 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17305
17306         * lyxfind.C (LyXReplace): do not redefine default argument in
17307         implementation.
17308         (IsStringInText): ditto
17309         (SearchForward): ditto
17310         (SearchBackward): ditto
17311
17312 2001-03-06  Juergen Vigna  <jug@sad.it>
17313
17314         * lyxfind.C (IsStringInText): put parentes around expressions.
17315
17316 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17317
17318         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17319
17320 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17321
17322         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17323
17324         * stl_string_fwd.h: add comment
17325
17326         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17327
17328         * tabular.h:
17329         * tabular.C: remove unused DocBook methods
17330
17331         * intl.C:
17332         * language.C:
17333         * paragraph.C:
17334         * buffer.C:
17335         killed DO_USE_DEFAULT_LANGUAGE
17336
17337 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17338
17339         * lyx_gui.C: do not include language.h.
17340
17341         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17342         arguments in function implementation.
17343
17344 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17345
17346         * BufferView_pimpl.C: add <ctime>
17347
17348 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17349
17350         * BufferView_pimpl.C: add using std::find_if
17351
17352 2001-02-27  José Matos  <jamatos@fep.up.pt>
17353
17354         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17355         by OnlyPath.
17356
17357 2001-02-11  José Matos  <jamatos@fep.up.pt>
17358
17359         * buffer.C (makeDocBookFile): command styles now have a parameter as
17360         "title" by default.
17361
17362 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17363
17364         * layout_forms.[Ch]: removed
17365         * lyx_cb.[Ch]: out character
17366         * lyx_gui.C: out character
17367         * lyx_gui_misc.C: out character
17368         * bufferview_funcs.C: : out character,
17369         added toggleall as parameter in ToggleAndShow
17370
17371 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17372
17373         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17374
17375         * text2.C (SetCurrentFont): Disable number property at boundary.
17376
17377 2001-02-26  Juergen Vigna  <jug@sad.it>
17378
17379         * lyxfunc.C (getStatus): added a string argument override function so
17380         that this is correctly called from LyXFunc::Dispatch if it contains a
17381         do_not_use_argument which is used!
17382         (Dispatch): added check for "custom" export and call appropriate func.
17383
17384 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
17385
17386         * lyxrc.C: Add language_command_local, language_use_babel and
17387         language_global_options.
17388
17389         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
17390
17391         * buffer.C (makeLaTeXFile): Use language_use_babel and
17392         language_global_options.
17393
17394 2001-02-23  Juergen Vigna  <jug@sad.it>
17395
17396         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
17397         which works with LyXText and putted it inside BufferView. Here now we
17398         only call for that part the BufferView::Dispatch() function.
17399
17400         * BufferView.C (Dispatch): added.
17401
17402         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
17403         functions which needs to use a LyXText over from LyXFunc.
17404         (MenuInsertLyXFile): added
17405         (getInsetByCode): added
17406         (moveCursorUpdate): added
17407         (static TEXT): added
17408
17409 2001-02-22  Juergen Vigna  <jug@sad.it>
17410
17411         * BufferView_pimpl.C (update): call a status update to see if LyXText
17412         needs it.
17413
17414 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17415
17416         * vc-backend.C (revert): implement for CVS
17417         (getLog): implement for CVS
17418
17419 2001-02-20  Juergen Vigna  <jug@sad.it>
17420
17421         * text2.C (ClearSelection): added BufferView param for inset_owner call
17422
17423         * lyxfunc.C (TEXT): added this function and use it instead of
17424         directly owner->view()-text of getLyXText().
17425
17426 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
17427
17428         * src/layout_forms.C: out preamble
17429         * src/layout_forms.h: out preamble
17430         * src/lyx_cb.C: out preamble
17431         * src/lyx_cb.h: out preamble
17432         * src/lyx_gui.C: out preamble
17433         * src/lyx_gui_misc.C: out preamble
17434         * src/lyxfunc.C: connect with guii preamble
17435
17436 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
17437
17438         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
17439
17440 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
17441
17442         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
17443         whether to run bibtex.
17444
17445 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
17446
17447         * Makefile.am (lyx_SOURCES): Remove BackStack.h
17448
17449 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
17450
17451         * Makefile.am (lyx_SOURCES): removed bibforms.h
17452
17453         * vspace.h: doxygen
17454
17455         * text.C (GetVisibleRow): make several local vars const
17456
17457         * tabular.C: small cleanup.
17458
17459         * lyxserver.C (callback): use compare instead of strncmp
17460
17461         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
17462         inlines to after class or to paragraph.C
17463
17464         * lyxfont.h: remove friend operator!=
17465
17466         * converter.h: move friend bool operator< to non friend and after
17467         class def.
17468
17469         * combox.h: small cleanup
17470
17471         * buffer.h: doxygen, remove unused constructor, move inclas inlies
17472         to inlines after class def.
17473
17474         * buffer.C (pop_tag): use string operations instead of strcmp
17475
17476         * bmtable.c: doxygen, small cleanup
17477
17478         * LaTeX.h: remove friend operator==
17479
17480 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
17481
17482         * screen.C:
17483         * lyxrc.[Ch]:
17484         * lyxfunc.C:
17485         * lyxfont.[Ch]:
17486         * lyx_cb.C:
17487         * intl.[Ch]:
17488         * commandtags.h:
17489         * buffer.C:
17490         * WorkArea.[Ch]:
17491         * LyXAction.C:
17492         * BufferView_pimpl.C:
17493         * BufferView.[Ch]: remove cruft
17494
17495 2001-02-14  Juergen Vigna  <jug@sad.it>
17496
17497         * lyxfunc.C: removed #if 0 unused code
17498
17499         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
17500
17501         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
17502
17503         * text2.C (SetSelection): added a BufferView * parameter
17504
17505 2001-02-13  Juergen Vigna  <jug@sad.it>
17506
17507         * lyxfunc.C (Dispatch): fixed protected blank problem.
17508         * BufferView2.C (protectedBlank): added LyxText * parameter.
17509
17510         * tabular.C (AppendRow): forgot to set row_info of newly added row.
17511         (AppendColumn): same as above for column_info.
17512
17513         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
17514         (moveCursorUpdate): use a LyXText param for support of InsetText.
17515
17516         * BufferView_pimpl.C (doubleClick): added support for InsetText.
17517         (tripleClick): ditto
17518
17519         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
17520
17521         * BufferView_pimpl.C (update): added LyXText param to honor insets.
17522
17523         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
17524
17525         * text2.C (SetSelection): set correct update status if inset_owner
17526         (ToggleFree): ditto
17527
17528 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
17529
17530         * tabular.C: remove some commented code.
17531
17532 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
17533
17534         * BufferView_pimpl.C: call hideSplash()
17535
17536         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
17537
17538         * include_form.h:
17539         * bibforms.h: remove
17540
17541         * lyxfunc.C:
17542         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
17543           add LFUN_CHILD_CREATE
17544
17545         * counters.h: fix tiny typo
17546
17547         * lyx_cb.C:
17548         * lyx.h:
17549         * lyx_gui.C:
17550         * lyx.C: move splash to frontends/xforms/
17551
17552         * lyx_gui_misc.C: move Include and Bibform to frontends
17553
17554         * lyxvc.h: clarify comment
17555
17556         * vspace.C: tiny housekeeping
17557
17558 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
17559
17560         * text.C (PrepareToPrint): RTL Fix.
17561
17562         * paragraph.C (GetUChar): New method.
17563         (String):  Use GetUChar.
17564
17565         * buffer.C (asciiParagraph): Use GetUChar.
17566
17567 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
17568
17569         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
17570
17571 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
17572
17573         * buffer.h:
17574         * buffer.C: rename to getLogName(), handle
17575           build log / latex log nicely
17576
17577 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17578
17579         * MenuBackend.C:
17580         * MenuBackend.h: remove support for reference menuitem type.
17581
17582 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
17583
17584         * BufferView_pimpl.C: housekeeping
17585         * BufferView_pimpl.h:
17586         * LyXView.h:
17587         * Makefile.am:
17588         * Timeout.C:
17589         * Timeout.h:
17590         * minibuffer.h: move Timeout GUI-I
17591
17592 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
17593
17594         * lyxrc.C (read): Update converters data-structures.
17595
17596 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
17597
17598         * LaTeX.h (operator!=): add operator != for Aux_Info
17599
17600 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
17601
17602         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
17603
17604         * LaTeXLog.C: deleted, useful code moved to Buffer
17605
17606         * buffer.h:
17607         * buffer.C: new function getLatexLogName()
17608
17609         * lyx_gui_misc.C:
17610         * lyx_gui.C:
17611         * lyxvc.C:
17612         * lyxvc.h:
17613         * lyxfunc.C: use frontends for LaTeX and VC logs
17614
17615 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17616
17617         * LaTeX.h: yet another std:: that Allan forgot.
17618
17619         * Variables.C (set): renamed from isset(), because this clashes
17620         with some HP-UX macros (grr).
17621
17622 2001-02-06  Allan Rae  <rae@lyx.org>
17623
17624         * LaTeX.h: Another bug fix.  Missing std:: this time.
17625
17626 2001-02-04  Allan Rae  <rae@lyx.org>
17627
17628         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
17629         floats problem. I've left it commented out because it's not quite
17630         correct.  It should also test that the current object is a table or
17631         figure inset.  But I haven't gotten around to figuring out how to do
17632         that.  I *think* it'll be something like: "table" == inset.type()
17633
17634         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
17635         bool.
17636
17637 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
17638
17639         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
17640         all the citation/databases/styles in the auxilary file.
17641         (run): Rerun latex if there was a babel language error.
17642
17643 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
17644
17645         * text.C (Backspace): Preserve the font when changing newline char
17646         with a space.
17647         (BreakParagraph): If the cursor is before a space, delete the space.
17648
17649         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
17650
17651 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
17652
17653         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
17654         new argument (code).
17655         (ChangeCitationsIfUnique): New method.
17656
17657         * paragraph.C (GetPositionOfInset): Handle bibkey.
17658
17659 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17660
17661         * BufferView_pimpl.h: change type of Position::par_pos to
17662         LyXParagraph::size_type.
17663
17664 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
17665
17666         * BufferView_pimpl.C (savePosition, restorePosition): Write
17667         messages to minibuffer.
17668
17669 2001-01-28  José Matos  <jamatos@fep.up.pt>
17670
17671         * buffer.C (makeDocBookFile): adds support for document language.
17672         A silly restriction on the name of LatexCommand types where removed.
17673         Added support for CDATA sections, allows to chars unescaped, used
17674         among others in code, to avoid escape < and >.
17675
17676 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17677
17678         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
17679         saved positions instrad of a stack. Furthermore, a position is
17680         stored using paragraph id/paragraph position.
17681
17682         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
17683         Remove LFUN_REF_BACK.
17684
17685 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17686
17687         * converter.C (dvipdfm_options): New method.
17688
17689 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
17690
17691         * vspace.C (isValidLength): Fix for empty input string.
17692
17693 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17694
17695         * LyXAction.C (init): change description of LFUN_FIGURE to
17696         "Insert Graphics"
17697
17698 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17699
17700         * LaTeX.C: add using directive
17701
17702 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17703
17704         * MenuBackend.C (expand): Fix the sorting of the formats.
17705
17706 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
17707
17708         * lyx_main.C: tiny error message fix
17709
17710 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17711
17712         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
17713         calling fl_initialize(). This fixes the problem with ',' as
17714         decimal separator in text files.
17715
17716 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17717
17718         * trans.C (process): Fix the keymap bug.
17719
17720 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
17721
17722         * LaTeX.C (scanAuxFiles): New method. Provides support for
17723         multiple bibliographies (when using the bibtopic/bibunits pacakges).
17724         (scanLogFile) Scan for "run BibTeX" messages.
17725
17726         * buffer.C (makeLaTeXFile): Do not load the ae package when using
17727         OT1 font encoding. Also, load the aecompl package if the ae
17728         package is loaded.
17729
17730         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
17731
17732 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17733
17734         * texrow.C (increasePos): turn two error messages into debug
17735         messages.
17736
17737 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
17738
17739         * LaTeX.C (scanAux): Handle the \@input macro.
17740         (runBibTeX): Use scanAux().
17741
17742         * language.C (latex_options_): New field.
17743
17744         * LaTeXFeatures.C (getMacros): Add language macros.
17745
17746         * buffer.C (makeLaTeXFile): Small fix.
17747
17748 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17749
17750         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
17751
17752         * text2.C: add a using directive.
17753
17754 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
17755
17756         * BufferView2.C:
17757         * lyx_gui_misc.h:
17758         * lyxfr1.C:
17759         * lyxfunc.C: kill LyXBell.
17760
17761 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
17762
17763         * text.C (IsBoundary): Remove the error message
17764
17765         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
17766
17767         * lyxrc.C (setDefaults): Correct initialization value for
17768         font_norm_type.
17769
17770 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
17771
17772         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
17773         gotoError().
17774
17775         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
17776         and GotoNextNote().
17777
17778         * src/LyXAction.C: Added reference-next.
17779
17780         * text.C (InsertChar): Use contains instead of strchr.
17781
17782         * lyx_cb.C (MenuInsertLabel): Enable default value code.
17783
17784 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
17785
17786         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
17787         alignment commands (when needed).
17788
17789         * text.C (InsertChar): Add ':' to number separator chars.